AttributeEvent Constructor (String, 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:
Syntaxpublic AttributeEvent(
string localname,
string ns,
string value,
string sourceXml,
PositionInfo pos
)
Public Sub New (
localname As String,
ns As String,
value As String,
sourceXml As String,
pos As PositionInfo
)
Parameters
- localname
- Type: System.String
Local Name of the Attribute. - ns
- Type: System.String
Namespace Prefix of the Attribute. - value
- Type: System.String
Value of the Attribute. - sourceXml
- Type: System.String
Source XML of the Attribute. - pos
- Type: VDS.RDF.Parsing.PositionInfo
Position Info.
See Also