RootEvent Class |
Namespace: VDS.RDF.Parsing.Events.RdfXml
The RootEvent type exposes the following members.
Name | Description | |
---|---|---|
![]() | RootEvent(String, String) |
Creates a new Root Event.
|
![]() | RootEvent(String, String, PositionInfo) |
Creates a new Root Event.
|
Name | Description | |
---|---|---|
![]() | BaseUri |
Gets the Base Uri of the Node.
|
![]() | Children |
Gets all the Child ElementEvents of the Document Root.
|
![]() | DocumentElement |
Gets/Sets the ElementEvent that represents the actual DocumentElement.
|
![]() | EventType |
Gets the Type for this Event.
(Inherited from BaseEvent.) |
![]() | Language |
Gets the Language of the Node.
|
![]() | Position |
Gets the Position Information (if any).
(Inherited from BaseEvent.) |
![]() | SourceXml |
Gets the XML that this Event was generated from.
(Inherited from BaseRdfXmlEvent.) |
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.) |