UriReferenceEvent Constructor (String, String) |
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
)
Public Sub New (
identifier As String,
sourceXml As String
)
Parameters
- identifier
- Type: SystemString
URIRef. - sourceXml
- Type: SystemString
Source XML of the URIRef.
See Also