Class XmlBaseAttributeEvent
An Event for representing xml:base attributes of XML Nodes.
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.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)
Creates a new XML Base Attribute.
Declaration
public XmlBaseAttributeEvent(string baseUri, string sourceXml)
Parameters
Type | Name | Description |
---|---|---|
System.String | baseUri | Base URI. |
System.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 |
---|---|---|
System.String | baseUri | Base URI. |
System.String | sourceXml | Source XML. |
PositionInfo | pos | Position Info. |
Properties
| Improve this Doc View SourceBaseUri
Gets the Base URI.
Declaration
public string BaseUri { get; }
Property Value
Type | Description |
---|---|
System.String |