Class XmlBaseAttributeEvent
An Event for representing xml:base attributes of XML Nodes.
Inherited Members
Namespace: VDS.RDF.Parsing.Events.RdfXml
Assembly: dotNetRdf.dll
Syntax
public class XmlBaseAttributeEvent : BaseRdfXmlEvent, IRdfXmlEvent, IEvent
Constructors
| Edit this page View SourceXmlBaseAttributeEvent(string, string)
Creates a new XML Base Attribute.
Declaration
public XmlBaseAttributeEvent(string baseUri, string sourceXml)
Parameters
Type | Name | Description |
---|---|---|
string | baseUri | Base URI. |
string | sourceXml | Source XML. |
XmlBaseAttributeEvent(string, string, PositionInfo)
Creates a new XML Base Attribute.
Declaration
public XmlBaseAttributeEvent(string baseUri, string sourceXml, PositionInfo pos)
Parameters
Type | Name | Description |
---|---|---|
string | baseUri | Base URI. |
string | sourceXml | Source XML. |
PositionInfo | pos | Position Info. |
Properties
| Edit this page View SourceBaseUri
Gets the Base URI.
Declaration
public string BaseUri { get; }
Property Value
Type | Description |
---|---|
string |