TriXParser Class |
Namespace: VDS.RDF.Parsing
The TriXParser type exposes the following members.
Name | Description | |
---|---|---|
TriXParser | Initializes a new instance of the TriXParser class |
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.) | |
Load(IRdfHandler, TextReader) |
Loads a RDF dataset using a RDF Handler.
| |
Load(IRdfHandler, String) |
Loads the RDF Dataset from the TriX input using a RDF Handler.
| |
Load(ITripleStore, TextReader) |
Loads the RDF Dataset from the TriX input into the given Triple Store.
| |
Load(ITripleStore, String) |
Loads the RDF Dataset from the TriX input into the given Triple Store.
| |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
ToString |
Gets the String representation of the Parser which is a description of the syntax it parses.
(Overrides ObjectToString.) |
Name | Description | |
---|---|---|
Warning |
Event which Readers can raise when they notice syntax that is ambigious/deprecated etc which can still be parsed
|
Name | Description | |
---|---|---|
TriXNamespaceURI |
Current W3C Namespace Uri for TriX.
|
The Default Graph (if any) will be given the special Uri. trix:default-graph
TriX permits Graphs to be named with Blank Node IDs, since the library only supports Graphs named with URIs these are converted to URIs of the form. trix:local:ID