Version

Search Results

Language Property (Token)

Returns the Language that was used to produce this token (read-only). Syntax

Length Property (Token)

Returns the length of the string which this token represents. Syntax

Equality Operator (Token)

Compares the values of two Token structures for equality Syntax Parameters token1 The first structuretoken2 The other structure Return Value true if the two instances are equal; otherwise false

Inequality Operator (Token)

Compares the values of two Token structures for inequality Syntax Parameters token1 The first structuretoken2 The other structure Return Value true if the two instances are not equal; otherwise false

OverallOffset Property (Token)

Returns the overall character offset from the beginning of the document to the start of this token (read-only). Syntax

Span Property (Token)

Retirnms the span of the token within the document (read-only). Syntax

TerminalSymbol Property

Returns the TerminalSymbol which produced this token. Syntax

Text Property (Token)

Returns the text which this token represents. Syntax

ToString Method (Token)

Returns the string representation of this object. Syntax

Infragistics.Documents.Parsing Namespace

Classes Class Description Structures Structure Description Enumerations Enumeration Description See Also Reference Infragistics.Documents.TextDocument Assembly