Class ParseTypeAttributeEvent
An Event for representing rdf:parseType Attributes of an XML Node.
Inherited Members
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 SourceParseTypeAttributeEvent(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. |
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 SourceParseType
Gets the Parse Type.
Declaration
public RdfXmlParseType ParseType { get; }
Property Value
Type | Description |
---|---|
RdfXmlParseType |