ElementEventChildren Property |
Gets the Child Element Events.
Namespace:
VDS.RDF.Parsing.Events.RdfXml
Assembly:
dotNetRDF (in dotNetRDF.dll) Version:
Syntax public List<IRdfXmlEvent> Children { get; }
Public ReadOnly Property Children As List(Of IRdfXmlEvent)
Get
Property Value
Type:
ListIRdfXmlEventRemarks These correspond to the Child Nodes of the XML Node.
See Also