Node.childElement

returns child node by index and optionally compares its tag id, returns null if child with this index is not an element or id does not match

class Node
childElement
(
int index
,
elem_id id = 0
)

Meta