Class NamespaceAttributeEvent
An Event for representing Namespace Attributes of an XML Node.
Inherited Members
Namespace: VDS.RDF.Parsing.Events.RdfXml
Assembly: dotNetRdf.dll
Syntax
public class NamespaceAttributeEvent : BaseRdfXmlEvent, IRdfXmlEvent, IEvent
Constructors
| Edit this page View SourceNamespaceAttributeEvent(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. |
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 |
---|---|---|
string | prefix | Namespace Prefix. |
string | uri | Namespace Uri. |
string | sourceXml | Source XML. |
PositionInfo | pos | Position Info. |
Properties
| Edit this page 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 |