Libraries anvil runtime Doc getChildren

list getChildren()
Returns children of this document.
list getChildren(string type)
Returns children of this document matching given type.
list getChildren(string type, string ident)
Returns children of this document matching given type and identifier.
Parameters type -  Type of document to search for
ident -  Identifier of document to search for
Returns list of Doc's