ElementEventAttributes Property |
Gets the Attribute Events.
Namespace:
VDS.RDF.Parsing.Events.RdfXml
Assembly:
dotNetRDF (in dotNetRDF.dll) Version:
Syntax public List<AttributeEvent> Attributes { get; }
Public ReadOnly Property Attributes As List(Of AttributeEvent)
Get
Property Value
Type:
ListAttributeEventRemarks These correspond to the Attributes of the XML Node (with some exceptions as defined in the RDF/XML specification).
See Also