Click or drag to resize

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; }

Property Value

Type: ListNamespaceAttributeEvent
Remarks
These correspond to all the Namespace Attributes of the XML Node.
See Also