Class RdfXmlEvent
Static Class which defines the Event Types for RDF/XML Events.
Inheritance
System.Object
RdfXmlEvent
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: VDS.RDF.Parsing.Events.RdfXml
Assembly: dotNetRDF.dll
Syntax
public static class RdfXmlEvent
Fields
| Improve this Doc View SourceAttribute
Constants for Event Types.
Declaration
public const int Attribute = 20
Field Value
Type | Description |
---|---|
System.Int32 |
BlankNodeID
Constants for Event Types.
Declaration
public const int BlankNodeID = 35
Field Value
Type | Description |
---|---|
System.Int32 |
Clear
Constants for Event Types.
Declaration
public const int Clear = 1
Field Value
Type | Description |
---|---|
System.Int32 |
Element
Constants for Event Types.
Declaration
public const int Element = 10
Field Value
Type | Description |
---|---|
System.Int32 |
EndElement
Constants for Event Types.
Declaration
public const int EndElement = 11
Field Value
Type | Description |
---|---|
System.Int32 |
LanguageAttribute
Constants for Event Types.
Declaration
public const int LanguageAttribute = 22
Field Value
Type | Description |
---|---|
System.Int32 |
Literal
Constants for Event Types.
Declaration
public const int Literal = 40
Field Value
Type | Description |
---|---|
System.Int32 |
NamespaceAttribute
Constants for Event Types.
Declaration
public const int NamespaceAttribute = 21
Field Value
Type | Description |
---|---|
System.Int32 |
ParseTypeAttribute
Constants for Event Types.
Declaration
public const int ParseTypeAttribute = 23
Field Value
Type | Description |
---|---|
System.Int32 |
QName
Constants for Event Types.
Declaration
public const int QName = 31
Field Value
Type | Description |
---|---|
System.Int32 |
Root
Constants for Event Types.
Declaration
public const int Root = 0
Field Value
Type | Description |
---|---|
System.Int32 |
Text
Constants for Event Types.
Declaration
public const int Text = 25
Field Value
Type | Description |
---|---|
System.Int32 |
TypedLiteral
Constants for Event Types.
Declaration
public const int TypedLiteral = 41
Field Value
Type | Description |
---|---|
System.Int32 |
UriReference
Constants for Event Types.
Declaration
public const int UriReference = 30
Field Value
Type | Description |
---|---|
System.Int32 |
XmlBaseAttribute
Constants for Event Types.
Declaration
public const int XmlBaseAttribute = 24
Field Value
Type | Description |
---|---|
System.Int32 |