UriReferenceEvent Constructor (String, String, PositionInfo) |
Creates a new URIRef Event from a URIRef in an XML Attribute value or similar.
Namespace:
VDS.RDF.Parsing.Events.RdfXml
Assembly:
dotNetRDF (in dotNetRDF.dll) Version:
Syntax public UriReferenceEvent(
string identifier,
string sourceXml,
PositionInfo pos
)
Public Sub New (
identifier As String,
sourceXml As String,
pos As PositionInfo
)
Parameters
- identifier
- Type: SystemString
URIRef. - sourceXml
- Type: SystemString
Source XML of the URIRef. - pos
- Type: VDS.RDF.ParsingPositionInfo
Position Info.
See Also