Click or drag to resize

Notation3ParserContext Properties

The Notation3ParserContext type exposes the following members.

Properties
  NameDescription
Public propertyBaseUri
Gets the Base URI for the parsing context.
(Inherited from BaseParserContext.)
Public propertyGraphLiteralMode
Gets whether the Context is currently for a Graph Literal.
Public propertyHandler
Gets the Handler used to handle the generated RDF.
(Inherited from BaseParserContext.)
Public propertyKeywords
Gets the list of in-use Keywords.
Public propertyKeywordsMode
Gets/Sets whether Keywords Mode is in use.
Public propertyLocalTokens
Gets the Local Tokens stack.
(Inherited from TokenisingParserContext.)
Public propertyNamespaces
Gets the Namespace Map for the parsing context.
(Inherited from BaseParserContext.)
Public propertySubGraph
Gets the current sub-graph (if any).
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.)
Public propertyVariableContext
Gets the Variable Context for Triples.
Top
See Also