TokenisingStoreParserContext Class |
Namespace: VDS.RDF.Parsing.Contexts
The TokenisingStoreParserContext type exposes the following members.
Name | Description | |
---|---|---|
![]() | TokenisingStoreParserContext(IRdfHandler, ITokeniser) |
Creates a new Tokenising Store Parser Context with default settings.
|
![]() | TokenisingStoreParserContext(ITripleStore, ITokeniser) |
Creates a new Tokenising Store Parser Context with default settings.
|
![]() | TokenisingStoreParserContext(IRdfHandler, ITokeniser, TokenQueueMode) |
Creates a new Tokenising Store Parser Context with custom settings.
|
![]() | TokenisingStoreParserContext(ITripleStore, ITokeniser, TokenQueueMode) |
Creates a new Tokenising Store Parser Context with custom settings.
|
![]() | TokenisingStoreParserContext(IRdfHandler, ITokeniser, Boolean, Boolean) |
Creates a new Tokenising Store Parser Context with custom settings.
|
![]() | TokenisingStoreParserContext(ITripleStore, ITokeniser, Boolean, Boolean) |
Creates a new Tokenising Store Parser Context with custom settings.
|
![]() | TokenisingStoreParserContext(IRdfHandler, ITokeniser, TokenQueueMode, Boolean, Boolean) |
Creates a new Tokenising Store Parser Context with custom settings.
|
![]() | TokenisingStoreParserContext(ITripleStore, ITokeniser, TokenQueueMode, Boolean, Boolean) |
Creates a new Tokenising Store Parser Context with custom settings.
|
Name | Description | |
---|---|---|
![]() | BaseUri |
Gets the Base URI for the parser context.
(Inherited from BaseStoreParserContext.) |
![]() | Handler |
Gets the RDF Handler that is in-use.
(Inherited from BaseStoreParserContext.) |
![]() | LocalTokens |
Gets the Local Tokens stack.
|
![]() | Namespaces |
Gets the Namespace Map for the parser context.
(Inherited from BaseStoreParserContext.) |
![]() | Tokens |
Gets the Token Queue.
|
![]() | TraceParsing |
Gets/Sets whether to trace parsing.
(Inherited from BaseStoreParserContext.) |
![]() | TraceTokeniser |
Gets/Sets whether tokeniser tracing is used.
|
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 | |
---|---|---|
![]() | _localTokens |
Local Tokens.
|
![]() | _queue |
Tokeniser.
|
![]() | _traceParsing |
Is Parsing Traced?.
(Inherited from BaseStoreParserContext.) |
![]() | _traceTokeniser |
Is Tokeniser traced?.
|