Click or drag to resize

TurtleParserContext Properties

The TurtleParserContext type exposes the following members.

Properties
  NameDescription
Public propertyBaseUri
Gets the Base URI for the parsing context.
(Inherited from BaseParserContext.)
Public propertyHandler
Gets the Handler used to handle the generated RDF.
(Inherited from BaseParserContext.)
Public propertyLocalTokens
Gets the Local Tokens stack.
(Inherited from TokenisingParserContext.)
Public propertyNamespaces
Gets the Namespace Map for the parsing context.
(Inherited from BaseParserContext.)
Public propertyQNameUnescapeFunction
Function for unescaping QNames.
Public propertySyntax
Gets the Turtle Syntax being used.
Public propertyTokens
Gets the Token Queue.
(Inherited from TokenisingParserContext.)
Public propertyTraceParsing
Gets/Sets whether to trace parsing.
(Inherited from BaseParserContext.)
Public propertyTraceTokeniser
Gets/Sets whether tokeniser tracing is used.
(Inherited from TokenisingParserContext.)
Top
See Also