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
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

| 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.

string sourceXml

Source XML.

PositionInfo pos

Position Info.

| 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.

string sourceXml

Source XML.

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.ToSafeString(object)
Extensions.AsEnumerable<T>(T)
  • Improve this Doc
  • View Source
In This Article
  • Constructors
    • ParseTypeAttributeEvent(RdfXmlParseType, string, PositionInfo)
    • ParseTypeAttributeEvent(RdfXmlParseType, string)
  • Properties
    • ParseType
  • Implements
  • Extension Methods
Back to top Generated by DocFX