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