TokenisingParserContext Class |
Namespace: VDS.RDF.Parsing.Contexts
The TokenisingParserContext type exposes the following members.
Name | Description | |
---|---|---|
TokenisingParserContext(IGraph, ITokeniser) |
Creates a new Tokenising Parser Context with default settings.
| |
TokenisingParserContext(IRdfHandler, ITokeniser) |
Creates a new Tokenising Parser Context with default settings.
| |
TokenisingParserContext(IGraph, ITokeniser, TokenQueueMode) |
Creates a new Tokenising Parser Context with custom settings.
| |
TokenisingParserContext(IRdfHandler, ITokeniser, TokenQueueMode) |
Creates a new Tokenising Parser Context with custom settings.
| |
TokenisingParserContext(IGraph, ITokeniser, Boolean, Boolean) |
Creates a new Tokenising Parser Context with custom settings.
| |
TokenisingParserContext(IRdfHandler, ITokeniser, Boolean, Boolean) |
Creates a new Tokenising Parser Context with custom settings.
| |
TokenisingParserContext(IGraph, ITokeniser, TokenQueueMode, Boolean, Boolean) |
Creates a new Tokenising Parser Context with custom settings.
| |
TokenisingParserContext(IRdfHandler, ITokeniser, TokenQueueMode, Boolean, Boolean) |
Creates a new Tokenising Parser Context with custom settings.
|
Name | Description | |
---|---|---|
BaseUri |
Gets the Base URI for the parsing context.
(Inherited from BaseParserContext.) | |
Handler |
Gets the Handler used to handle the generated RDF.
(Inherited from BaseParserContext.) | |
LocalTokens |
Gets the Local Tokens stack.
| |
Namespaces |
Gets the Namespace Map for the parsing context.
(Inherited from BaseParserContext.) | |
Tokens |
Gets the Token Queue.
| |
TraceParsing |
Gets/Sets whether to trace parsing.
(Inherited from BaseParserContext.) | |
TraceTokeniser |
Gets/Sets whether tokeniser tracing is used.
|
Name | Description | |
---|---|---|
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
ToString | Returns a string that represents the current object. (Inherited from Object.) |
Name | Description | |
---|---|---|
_handler |
RDF Handler used to handle the generated RDF.
(Inherited from BaseParserContext.) | |
_localTokens |
Local Tokens.
| |
_queue |
Tokeniser.
| |
_traceParsing |
Is Parsing Traced?.
(Inherited from BaseParserContext.) | |
_traceTokeniser |
Is Tokeniser traced?.
|