Notation3ParserContext Properties |
The Notation3ParserContext type exposes the following members.
| Name | Description | |
|---|---|---|
| BaseUri |
Gets the Base URI for the parsing context.
(Inherited from BaseParserContext.) | |
| GraphLiteralMode |
Gets whether the Context is currently for a Graph Literal.
| |
| Handler |
Gets the Handler used to handle the generated RDF.
(Inherited from BaseParserContext.) | |
| Keywords |
Gets the list of in-use Keywords.
| |
| KeywordsMode |
Gets/Sets whether Keywords Mode is in use.
| |
| LocalTokens |
Gets the Local Tokens stack.
(Inherited from TokenisingParserContext.) | |
| Namespaces |
Gets the Namespace Map for the parsing context.
(Inherited from BaseParserContext.) | |
| SubGraph |
Gets the current sub-graph (if any).
| |
| 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.) | |
| VariableContext |
Gets the Variable Context for Triples.
|