children property

  1. @override
List<XmlNode> children
final

The list of root level nodes in this document.

A valid XML document should have at most one XmlDeclaration, XmlDoctype, and XmlElement at its root.

XmlDeclration and XmlDoctype, if provided, should be the first and second nodes in the list.

Implementation

@override
final List<XmlNode> children;