JsonParserContext Class |
Namespace: VDS.RDF.Parsing.Contexts
The JsonParserContext type exposes the following members.
Name | Description | |
---|---|---|
JsonParserContext(IGraph, JsonTextReader) |
Creates a new JSON Parser Context.
| |
JsonParserContext(IRdfHandler, JsonTextReader) |
Creates a new JSON Parser Context.
|
Name | Description | |
---|---|---|
BaseUri |
Gets the Base URI for the parsing context.
(Inherited from BaseParserContext.) | |
CurrentPosition |
Gets the Current Position of the JSON Text Reader.
| |
Handler |
Gets the Handler used to handle the generated RDF.
(Inherited from BaseParserContext.) | |
Input |
Gets the JSON Text Reader which input is read from.
| |
Namespaces |
Gets the Namespace Map for the parsing context.
(Inherited from BaseParserContext.) | |
TraceParsing |
Gets/Sets whether to trace parsing.
(Inherited from BaseParserContext.) |
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.) | |
GetPositionRange |
Gets the Position range from the given Start Position to the current Position.
| |
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 | |
---|---|---|
_handler |
RDF Handler used to handle the generated RDF.
(Inherited from BaseParserContext.) | |
_traceParsing |
Is Parsing Traced?.
(Inherited from BaseParserContext.) |