AttributeEvent Constructor (String, String, String) |
Creates a new Attribute Event from an XML Attribute.
Namespace:
VDS.RDF.Parsing.Events.RdfXml
Assembly:
dotNetRDF (in dotNetRDF.dll) Version:
Syntaxpublic AttributeEvent(
string qname,
string value,
string sourceXml
)
Public Sub New (
qname As String,
value As String,
sourceXml As String
)
Parameters
- qname
- Type: System.String
QName of the Attribute. - value
- Type: System.String
Value of the Attribute. - sourceXml
- Type: System.String
Source XML of the Attribute.
See Also