Click or drag to resize

ParseTypeAttributeEvent Constructor (RdfXmlParseType, String, PositionInfo)

Creates a new Parse Type Attribute Event.

Namespace:  VDS.RDF.Parsing.Events.RdfXml
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
public ParseTypeAttributeEvent(
	RdfXmlParseType type,
	string sourceXml,
	PositionInfo pos
)

Parameters

type
Type: VDS.RDF.ParsingRdfXmlParseType
Parse Type.
sourceXml
Type: SystemString
Source XML.
pos
Type: VDS.RDF.ParsingPositionInfo
Position Info.
See Also