Namespace VDS.RDF.Parsing.Events.RdfXml
Classes
AttributeEvent
An Event for representing Attributes of XML Node.
BlankNodeIDEvent
Event for representing the need for a Blank Node.
DomBasedEventGenerator
A DOM Based event generator for RDF/XML parser that uses System.Xml DOM to parse events.
ElementEvent
Event representing a Node from the XML Document.
EndElementEvent
An Event for representing the End of Elements.
LanguageAttributeEvent
An Event for representing Language Attributes of an XML Node.
NamespaceAttributeEvent
An Event for representing Namespace Attributes of an XML Node.
ParseTypeAttributeEvent
An Event for representing rdf:parseType Attributes of an XML Node.
PlainLiteralEvent
An Event for representing Plain Literals.
QNameEvent
Event for representing QNames.
RdfXmlEvent
Static Class which defines the Event Types for RDF/XML Events.
RootEvent
Event representing the Root Node of the Document.
StreamingEventGenerator
A JIT event generator for RDF/XML parsing that uses Streaming parsing to parse the events.
TextEvent
Event for representing plain text content (XML Text Nodes).
TypedLiteralEvent
An Event for representing Typed Literals.
UriReferenceEvent
Event for representing URIRefs.
XmlBaseAttributeEvent
An Event for representing xml:base attributes of XML Nodes.