XPath10TokenProvider

The tokens present in the XPath 1.0 grammar.

See also

Properties

Link copied to clipboard

The abbreviated attribute:: selector token ("@").

Link copied to clipboard

The abbreviated descendant-or-self::node() selector token ("//").

Link copied to clipboard

The abbreviated parent::node() selector token ("..").

Link copied to clipboard

The axis separator token ("::").

Link copied to clipboard
abstract val Colon: SymbolTokenType

The colon token (":").

Link copied to clipboard
abstract val Comma: SymbolTokenType

The comma token (",").

Link copied to clipboard

The context item token (".").

Link copied to clipboard
abstract val Equals: SymbolTokenType

The equals token ("=").

Link copied to clipboard

The greater than token (">").

Link copied to clipboard

The greater than or equals token (">=").

Link copied to clipboard

The ancestor keyword token.

Link copied to clipboard

The ancestor-or-self keyword token.

Link copied to clipboard
abstract val KAnd: KeywordTokenType

The and keyword token.

Link copied to clipboard

The attribute keyword token.

Link copied to clipboard
abstract val KChild: KeywordTokenType

The child keyword token.

Link copied to clipboard

The comment keyword token.

Link copied to clipboard

The descendant keyword token.

Link copied to clipboard

The descendant-or-self keyword token.

Link copied to clipboard
abstract val KDiv: KeywordTokenType

The div keyword token.

Link copied to clipboard

The following keyword token.

Link copied to clipboard

The following-sibling keyword token.

Link copied to clipboard
abstract val KMod: KeywordTokenType

The mod keyword token.

Link copied to clipboard

The namespace keyword token.

Link copied to clipboard
abstract val KNode: KeywordTokenType

The node keyword token.

Link copied to clipboard
abstract val KOr: KeywordTokenType

The or keyword token.

Link copied to clipboard

The parent keyword token.

Link copied to clipboard

The preceding keyword token.

Link copied to clipboard

The preceding-sibling keyword token.

Link copied to clipboard

The processing-instruction keyword token.

Link copied to clipboard
abstract val KSelf: KeywordTokenType

The self keyword token.

Link copied to clipboard
abstract val KText: KeywordTokenType

The text keyword token.

Link copied to clipboard

The less than token ("<").

Link copied to clipboard

The less than or equals token ("<=").

Link copied to clipboard

The string literal token (Literal).

Link copied to clipboard
abstract val Minus: SymbolTokenType

The minus token ("-").

Link copied to clipboard
abstract val NCName: NCNameTokenType

The unqualified name token (NCName).

Link copied to clipboard

The not equals token ("!=").

Link copied to clipboard

The number token (Number).

Link copied to clipboard

The parenthesis close token (")").

Link copied to clipboard

The parenthesis open token ("(").

Link copied to clipboard

The path operator token ("/").

Link copied to clipboard
abstract val Plus: SymbolTokenType

The plus token ("+").

Link copied to clipboard

A prefixed name token (PrefixedName).

Link copied to clipboard

The whitespace token (S).

Link copied to clipboard

The square bracket close token ("]").

Link copied to clipboard

The square bracket open token ("[").

Link copied to clipboard
abstract val Star: SymbolTokenType

The star token ("*").

Link copied to clipboard
abstract val Union: SymbolTokenType

The union token ("|").

Link copied to clipboard

The variable indicator token ("$").

Inheritors

Link copied to clipboard