Notation3ParserContext Class |
Namespace: VDS.RDF.Parsing.Contexts
The Notation3ParserContext type exposes the following members.
Name | Description | |
---|---|---|
![]() | Notation3ParserContext(IGraph, ITokeniser) |
Creates a new Notation 3 Parser Context with default settings.
|
![]() | Notation3ParserContext(IRdfHandler, ITokeniser) |
Creates a new Notation 3 Parser Context with default settings.
|
![]() | Notation3ParserContext(IGraph, ITokeniser, TokenQueueMode) |
Creates a new Notation 3 Parser Context with custom settings.
|
![]() | Notation3ParserContext(IRdfHandler, ITokeniser, TokenQueueMode) |
Creates a new Notation 3 Parser Context with custom settings.
|
![]() | Notation3ParserContext(IGraph, ITokeniser, Boolean, Boolean) |
Creates a new Notation 3 Parser Context with custom settings.
|
![]() | Notation3ParserContext(IRdfHandler, ITokeniser, Boolean, Boolean) |
Creates a new Notation 3 Parser Context with custom settings.
|
![]() | Notation3ParserContext(IGraph, ITokeniser, TokenQueueMode, Boolean, Boolean) |
Creates a new Notation 3 Parser Context with custom settings.
|
![]() | Notation3ParserContext(IRdfHandler, ITokeniser, TokenQueueMode, Boolean, Boolean) |
Creates a new Notation 3 Parser Context with custom settings.
|
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.
|
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.) |
![]() | PopGraph |
Pops a Graph from the Graph stack to become the in-scope Graph.
|
![]() | PushGraph |
Pushes the current in-scope Graph onto the Graph stack and creates a new empty Graph to be the in-scope Graph.
|
![]() | 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.) |