| XML-DOM-Lite documentation | view source | Contained in the XML-DOM-Lite distribution. |
XML::DOM::Lite::NodeList - blessed array ref for containing Node objects
$node->childNodes->insertNode($childNode, [$index]); my @removedNodes = $node->childNodes->removeNode($childNode); my $childNode = $node->childNodes->item($index); my $numChilds = $node->childNodes->length;
| XML-DOM-Lite documentation | view source | Contained in the XML-DOM-Lite distribution. |