ElementEvent.NamespaceAttributes Property |
Gets the Namespace Attribute Events.
Namespace:
VDS.RDF.Parsing.Events.RdfXml
Assembly:
dotNetRDF (in dotNetRDF.dll) Version:
Syntaxpublic List<NamespaceAttributeEvent> NamespaceAttributes { get; }
Public ReadOnly Property NamespaceAttributes As List(Of NamespaceAttributeEvent)
Get
Property Value
Type:
List<NamespaceAttributeEvent>
Remarks
These correspond to all the Namespace Attributes of the XML Node.
See Also