Click or drag to resize

ElementEvent.NamespaceAttributes Property

Gets the Namespace Attribute Events.

Namespace:  VDS.RDF.Parsing.Events.RdfXml
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
public List<NamespaceAttributeEvent> NamespaceAttributes { get; }

Property Value

Type: List<NamespaceAttributeEvent>
Remarks
These correspond to all the Namespace Attributes of the XML Node.
See Also