ElementEvent Class |
Namespace: VDS.RDF.Parsing.Events.RdfXml
The ElementEvent type exposes the following members.
| Name | Description | |
|---|---|---|
| ElementEvent(String, String, String) |
Creates a new Element Event.
| |
| ElementEvent(String, String, String, String) |
Creates new Element Event.
| |
| ElementEvent(String, String, String, PositionInfo) |
Creates a new Element Event.
| |
| ElementEvent(String, String, String, String, PositionInfo) |
Creates new Element Event.
|
| Name | Description | |
|---|---|---|
| Attributes |
Gets the Attribute Events.
| |
| BaseUri |
Gets/Sets the Base Uri of the XML Node.
| |
| Children |
Gets the Child Element Events.
| |
| EventType |
Gets the Type for this Event.
(Inherited from BaseEvent.) | |
| Language |
Gets/Sets the Language of this Event.
| |
| ListCounter |
Gets/Sets the List Counter.
| |
| LocalName |
Gets the Local Name of this Element Event.
| |
| Namespace |
Gets the Namespace of this Element Event.
| |
| NamespaceAttributes |
Gets the Namespace Attribute Events.
| |
| ParseType |
Gets/Sets the Parse Type for this Event.
| |
| Position |
Gets the Position Information (if any).
(Inherited from BaseEvent.) | |
| QName |
Gets the QName of this Element Event.
| |
| SourceXml |
Gets the XML that this Event was generated from.
(Inherited from BaseRdfXmlEvent.) | |
| Subject |
Gets/Sets the Subject Event of this Event.
| |
| SubjectNode |
Gets/Sets the Subject Node of this Event.
|
| 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.) | |
| SetUri(UriReferenceEvent) |
Method which sets the Uri for this Element Event.
| |
| SetUri(UriReferenceEvent, INamespaceMapper) |
Method which sets the Uri for this Element Event.
| |
| ToString |
Gets the String representation of the Event.
(Overrides ObjectToString.) |