Click or drag to resize

XmlBaseAttributeEvent Constructor (String, String)

Creates a new XML Base Attribute.

Namespace:  VDS.RDF.Parsing.Events.RdfXml
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
public XmlBaseAttributeEvent(
	string baseUri,
	string sourceXml
)

Parameters

baseUri
Type: SystemString
Base URI.
sourceXml
Type: SystemString
Source XML.
See Also