package
0.0.0-20190317074716-6a20a75cd98f
Repository: https://github.com/storyicon/graphquery.git
Documentation: pkg.go.dev

# Functions

NewCSS is used to initialize a CSS Selection from the string It's a constructor function.
NewJSON is used to initialize a JSON Selection from the string It's a constructor function.
NewRegex is used to initialize a Regex Selection from the string It's a constructor function.
NewSelection is used to initialize the selector of the specified type from the string.
NewString is used to initialize a String Selection from the string It's a constructor function.
NewXpath is used to initialize a Xpath Selection from the string It's a constructor function.

# Constants

TypeCSS identifies the currently selected type as CSS.
TypeJSON identifies the currently selected type as JSON.
TypeREGEX identifies the currently selected type as REGEX.
TypeSTRING identifies the currently selected type as STRING.
TypeXPATH identifies the currently selected type as XPATH.

# Structs

CSSSelection is an element set maintained by the CSS parser.
JSONSelection is an element set maintained by the JSON parser.
RegexSelection is an element set maintained by the Regex parser.
StringSelection is an element set maintained by the string parser.
XpathSelection is an element set maintained by the Xpath parser.

# Interfaces

Selection is the selector interface.