Show / Hide Table of Contents

Class ParseTypeAttributeEvent

An Event for representing rdf:parseType Attributes of an XML Node.
Inheritance
System.Object
BaseEvent
BaseRdfXmlEvent
ParseTypeAttributeEvent
Implements
IRdfXmlEvent
IEvent
Inherited Members
BaseRdfXmlEvent.SourceXml
BaseEvent.EventType
BaseEvent.Position
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 class ParseTypeAttributeEvent : BaseRdfXmlEvent, IRdfXmlEvent, IEvent

Constructors

| Improve this Doc 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.
System.String sourceXml Source XML.
| Improve this Doc 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.
System.String sourceXml Source XML.
PositionInfo pos Position Info.

Properties

| Improve this Doc View Source

ParseType

Gets the Parse Type.
Declaration
public RdfXmlParseType ParseType { get; }
Property Value
Type Description
RdfXmlParseType

Implements

IRdfXmlEvent
IEvent

Extension Methods

Extensions.AsEnumerable<T>(T)
  • Improve this Doc
  • View Source
In This Article
  • Constructors
    • ParseTypeAttributeEvent(RdfXmlParseType, String)
    • ParseTypeAttributeEvent(RdfXmlParseType, String, PositionInfo)
  • Properties
    • ParseType
  • Implements
  • Extension Methods
Back to top Generated by DocFX