RdfXmlParserContext Class |
Namespace: VDS.RDF.Parsing.Contexts
The RdfXmlParserContext type exposes the following members.
| Name | Description | |
|---|---|---|
| RdfXmlParserContext(IGraph, Stream) |
Creates a new Parser Context which uses Streaming parsing.
| |
| RdfXmlParserContext(IGraph, TextReader) |
Creates a new Parser Context which uses Streaming parsing.
| |
| RdfXmlParserContext(IGraph, XmlDocument) |
Creates a new Parser Context.
| |
| RdfXmlParserContext(IRdfHandler, Stream) |
Creates a new Parser Context which uses Streaming parsing.
| |
| RdfXmlParserContext(IRdfHandler, TextReader) |
Creates a new Parser Context which uses Streaming parsing.
| |
| RdfXmlParserContext(IRdfHandler, XmlDocument) |
Creates a new Parser Context.
| |
| RdfXmlParserContext(IGraph, XmlDocument, Boolean) |
Creates a new Parser Context.
| |
| RdfXmlParserContext(IRdfHandler, XmlDocument, Boolean) |
Creates a new Parser Context.
|
| Name | Description | |
|---|---|---|
| BaseUri |
Gets the Base URI for the parsing context.
(Inherited from BaseParserContext.) | |
| Events |
Gets the Event Queue.
| |
| Handler |
Gets the Handler used to handle the generated RDF.
(Inherited from BaseParserContext.) | |
| IDs |
Gets the Mapping of in-use IDs.
| |
| 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.) | |
| 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.) |