children property

  1. @override
XmlNodeList<T> children
final

Return the direct children of this node in document order.

Implementation

@override
final XmlNodeList<T> children = XmlNodeList<T>();