Click or drag to resize

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

Property Value

Type: ListIRdfXmlEvent
Remarks
These correspond to the Child Nodes of the XML Node.
See Also