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