Class XmlBaseAttributeEvent
An Event for representing xml:base attributes of XML Nodes.
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: VDS.RDF.Parsing.Events.RdfXml
Assembly: dotNetRdf.dll
Syntax
public class XmlBaseAttributeEvent : BaseRdfXmlEvent, IRdfXmlEvent, IEvent
Constructors
| Improve this Doc View SourceXmlBaseAttributeEvent(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. |
XmlBaseAttributeEvent(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. |
Properties
| Improve this Doc View SourceBaseUri
Gets the Base URI.
Declaration
public string BaseUri { get; }
Property Value
Type | Description |
---|---|
string |