TurtleParserContext Class |
Namespace: VDS.RDF.Parsing.Contexts
The TurtleParserContext type exposes the following members.
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.
(Inherited from TokenisingParserContext.) | |
Namespaces |
Gets the Namespace Map for the parsing context.
(Inherited from BaseParserContext.) | |
QNameUnescapeFunction |
Function for unescaping QNames.
| |
Syntax |
Gets the Turtle Syntax being used.
| |
Tokens |
Gets the Token Queue.
(Inherited from TokenisingParserContext.) | |
TraceParsing |
Gets/Sets whether to trace parsing.
(Inherited from BaseParserContext.) | |
TraceTokeniser |
Gets/Sets whether tokeniser tracing is used.
(Inherited from TokenisingParserContext.) |
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.
(Inherited from TokenisingParserContext.) | |
_queue |
Tokeniser.
(Inherited from TokenisingParserContext.) | |
_traceParsing |
Is Parsing Traced?.
(Inherited from BaseParserContext.) | |
_traceTokeniser |
Is Tokeniser traced?.
(Inherited from TokenisingParserContext.) |