public org.w3c.dom.NodeList | getTimeChildren()A NodeList that contains all timed childrens of this node. If there are
no timed children, the Nodelist is empty. An iterator
is more appropriate here than a node list but it requires Traversal
module support.
|