BaseHandler Class |
Namespace: VDS.RDF.Parsing.Handlers
The BaseHandler type exposes the following members.
Name | Description | |
---|---|---|
![]() | BaseHandler() |
Creates a new Handler.
|
![]() | BaseHandler(INodeFactory) |
Creates a new Handler using the given Node Factory.
|
Name | Description | |
---|---|---|
![]() | NodeFactory |
Gets/Sets the in-use Node Factory.
|
Name | Description | |
---|---|---|
![]() | CreateBlankNode() |
Creates a Blank Node.
|
![]() | CreateBlankNode(String) |
Creates a Blank Node with the given ID.
|
![]() | CreateGraphLiteralNode() |
Creates a Graph Literal Node.
|
![]() | CreateGraphLiteralNode(IGraph) |
Creates a Graph Literal Node with the given sub-graph.
|
![]() | CreateLiteralNode(String) |
Creates a Literal Node.
|
![]() | CreateLiteralNode(String, String) |
Creates a Literal Node with the given Language.
|
![]() | CreateLiteralNode(String, Uri) |
Creates a Literal Node with the given Datatype.
|
![]() | CreateUriNode |
Creates a URI Node.
|
![]() | CreateVariableNode |
Creates a Variable Node.
|
![]() | 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.) |
![]() | GetNextBlankNodeID |
Gets the next available Blank Node ID.
|
![]() | 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.) |