Show / Hide Table of Contents

Class RdfXmlEvent

Static Class which defines the Event Types for RDF/XML Events.

Inheritance
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

| Edit this page View Source

Attribute

Constants for Event Types.

Declaration
public const int Attribute = 20
Field Value
Type Description
int
| Edit this page View Source

BlankNodeID

Constants for Event Types.

Declaration
public const int BlankNodeID = 35
Field Value
Type Description
int
| Edit this page View Source

Clear

Constants for Event Types.

Declaration
public const int Clear = 1
Field Value
Type Description
int
| Edit this page View Source

Element

Constants for Event Types.

Declaration
public const int Element = 10
Field Value
Type Description
int
| Edit this page View Source

EndElement

Constants for Event Types.

Declaration
public const int EndElement = 11
Field Value
Type Description
int
| Edit this page View Source

LanguageAttribute

Constants for Event Types.

Declaration
public const int LanguageAttribute = 22
Field Value
Type Description
int
| Edit this page View Source

Literal

Constants for Event Types.

Declaration
public const int Literal = 40
Field Value
Type Description
int
| Edit this page View Source

NamespaceAttribute

Constants for Event Types.

Declaration
public const int NamespaceAttribute = 21
Field Value
Type Description
int
| Edit this page View Source

ParseTypeAttribute

Constants for Event Types.

Declaration
public const int ParseTypeAttribute = 23
Field Value
Type Description
int
| Edit this page View Source

QName

Constants for Event Types.

Declaration
public const int QName = 31
Field Value
Type Description
int
| Edit this page View Source

Root

Constants for Event Types.

Declaration
public const int Root = 0
Field Value
Type Description
int
| Edit this page View Source

Text

Constants for Event Types.

Declaration
public const int Text = 25
Field Value
Type Description
int
| Edit this page View Source

TypedLiteral

Constants for Event Types.

Declaration
public const int TypedLiteral = 41
Field Value
Type Description
int
| Edit this page View Source

UriReference

Constants for Event Types.

Declaration
public const int UriReference = 30
Field Value
Type Description
int
| Edit this page View Source

XmlBaseAttribute

Constants for Event Types.

Declaration
public const int XmlBaseAttribute = 24
Field Value
Type Description
int
  • Edit this page
  • View Source
In this article
  • Fields
    • Attribute
    • BlankNodeID
    • Clear
    • Element
    • EndElement
    • LanguageAttribute
    • Literal
    • NamespaceAttribute
    • ParseTypeAttribute
    • QName
    • Root
    • Text
    • TypedLiteral
    • UriReference
    • XmlBaseAttribute
Back to top Generated by DocFX