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