Click or drag to resize

ElementEventAttributes Property

Gets the Attribute Events.

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

Property Value

Type: ListAttributeEvent
Remarks
These correspond to the Attributes of the XML Node (with some exceptions as defined in the RDF/XML specification).
See Also