Click or drag to resize

AttributeEvent Constructor (String, String, String, PositionInfo)

Creates a new Attribute Event from an XML Attribute.

Namespace:  VDS.RDF.Parsing.Events.RdfXml
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
public AttributeEvent(
	string qname,
	string value,
	string sourceXml,
	PositionInfo pos
)

Parameters

qname
Type: SystemString
QName of the Attribute.
value
Type: SystemString
Value of the Attribute.
sourceXml
Type: SystemString
Source XML of the Attribute.
pos
Type: VDS.RDF.ParsingPositionInfo
Position Info.
See Also