Class ParseTypeAttributeEvent
An Event for representing rdf:parseType Attributes of an XML Node.
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 class ParseTypeAttributeEvent : BaseRdfXmlEvent, IRdfXmlEvent, IEvent
Constructors
| Improve this Doc View SourceParseTypeAttributeEvent(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. |
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 SourceParseType
Gets the Parse Type.
Declaration
public RdfXmlParseType ParseType { get; }
Property Value
Type | Description |
---|---|
RdfXmlParseType |