Show / Hide Table of Contents

Class ParseTypeAttributeEvent

An Event for representing rdf:parseType Attributes of an XML Node.

Inheritance
object
BaseEvent
BaseRdfXmlEvent
ParseTypeAttributeEvent
Implements
IRdfXmlEvent
IEvent
Inherited Members
BaseRdfXmlEvent.SourceXml
BaseEvent.EventType
BaseEvent.Position
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 class ParseTypeAttributeEvent : BaseRdfXmlEvent, IRdfXmlEvent, IEvent

Constructors

| Edit this page View Source

ParseTypeAttributeEvent(RdfXmlParseType, string)

Creates a new Parse Type Attribute Event.

Declaration
public ParseTypeAttributeEvent(RdfXmlParseType type, string sourceXml)
Parameters
Type Name Description
RdfXmlParseType type

Parse Type.

string sourceXml

Source XML.

| Edit this page View Source

ParseTypeAttributeEvent(RdfXmlParseType, string, PositionInfo)

Creates a new Parse Type Attribute Event.

Declaration
public ParseTypeAttributeEvent(RdfXmlParseType type, string sourceXml, PositionInfo pos)
Parameters
Type Name Description
RdfXmlParseType type

Parse Type.

string sourceXml

Source XML.

PositionInfo pos

Position Info.

Properties

| Edit this page View Source

ParseType

Gets the Parse Type.

Declaration
public RdfXmlParseType ParseType { get; }
Property Value
Type Description
RdfXmlParseType

Implements

IRdfXmlEvent
IEvent

Extension Methods

Extensions.ToSafeString(object)
Extensions.AsEnumerable<T>(T)
  • Edit this page
  • View Source
In this article
  • Constructors
    • ParseTypeAttributeEvent(RdfXmlParseType, string)
    • ParseTypeAttributeEvent(RdfXmlParseType, string, PositionInfo)
  • Properties
    • ParseType
  • Implements
  • Extension Methods
Back to top Generated by DocFX