Class RdfXmlEvent
Static Class which defines the Event Types for RDF/XML Events.
Inheritance
System.Object
RdfXmlEvent
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
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 |
---|---|
int |
BlankNodeID
Constants for Event Types.
Declaration
public const int BlankNodeID = 35
Field Value
Type | Description |
---|---|
int |
Clear
Constants for Event Types.
Declaration
public const int Clear = 1
Field Value
Type | Description |
---|---|
int |
Element
Constants for Event Types.
Declaration
public const int Element = 10
Field Value
Type | Description |
---|---|
int |
EndElement
Constants for Event Types.
Declaration
public const int EndElement = 11
Field Value
Type | Description |
---|---|
int |
LanguageAttribute
Constants for Event Types.
Declaration
public const int LanguageAttribute = 22
Field Value
Type | Description |
---|---|
int |
Literal
Constants for Event Types.
Declaration
public const int Literal = 40
Field Value
Type | Description |
---|---|
int |
NamespaceAttribute
Constants for Event Types.
Declaration
public const int NamespaceAttribute = 21
Field Value
Type | Description |
---|---|
int |
ParseTypeAttribute
Constants for Event Types.
Declaration
public const int ParseTypeAttribute = 23
Field Value
Type | Description |
---|---|
int |
QName
Constants for Event Types.
Declaration
public const int QName = 31
Field Value
Type | Description |
---|---|
int |
Root
Constants for Event Types.
Declaration
public const int Root = 0
Field Value
Type | Description |
---|---|
int |
Text
Constants for Event Types.
Declaration
public const int Text = 25
Field Value
Type | Description |
---|---|
int |
TypedLiteral
Constants for Event Types.
Declaration
public const int TypedLiteral = 41
Field Value
Type | Description |
---|---|
int |
UriReference
Constants for Event Types.
Declaration
public const int UriReference = 30
Field Value
Type | Description |
---|---|
int |
XmlBaseAttribute
Constants for Event Types.
Declaration
public const int XmlBaseAttribute = 24
Field Value
Type | Description |
---|---|
int |