Click or drag to resize

ParseTypeAttributeEvent Constructor (RdfXmlParseType, String)

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
)

Parameters

type
Type: VDS.RDF.ParsingRdfXmlParseType
Parse Type.
sourceXml
Type: SystemString
Source XML.
See Also