Class NamespaceAttributeEvent
An Event for representing Namespace Attributes of an XML Node.
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 NamespaceAttributeEvent : BaseRdfXmlEvent, IRdfXmlEvent, IEvent
Constructors
| Improve this Doc View SourceNamespaceAttributeEvent(string, string, string, PositionInfo)
Creates a new Namespace Attribute Event.
Declaration
public NamespaceAttributeEvent(string prefix, string uri, string sourceXml, PositionInfo pos)
Parameters
Type | Name | Description |
---|---|---|
string | prefix | Namespace Prefix. |
string | uri | Namespace Uri. |
string | sourceXml | Source XML. |
PositionInfo | pos | Position Info. |
NamespaceAttributeEvent(string, string, string)
Creates a new Namespace Attribute Event.
Declaration
public NamespaceAttributeEvent(string prefix, string uri, string sourceXml)
Parameters
Type | Name | Description |
---|---|---|
string | prefix | Namespace Prefix. |
string | uri | Namespace Uri. |
string | sourceXml | Source XML. |
Properties
| Improve this Doc View SourcePrefix
Gets the Namespace Prefix.
Declaration
public string Prefix { get; }
Property Value
Type | Description |
---|---|
string |
Uri
Gets the Namespace Uri.
Declaration
public string Uri { get; }
Property Value
Type | Description |
---|---|
string |