domNode
- Manipulates an instance of a DOM node object
SYNOPSIS
$nodeObject method?arg arg ...?
DESCRIPTION
This command manipulates one particular instance of a DOM node object.
method indicates a specific method of the node class. These
methods should closely conform to the W3C recommendation
"Document Object Model (Core) Level 1"
(http://www.w3.org/TR/REC-DOM-Level-1/level-one-core.html)
as well to parts of the W3C draft "XML Pointer Language (XPointer)"
(http://www.w3.org/TR/1998/WD-xptr-19980303).
The selectNodes method implements (partially) the "XML Path Language (XPath) Version 1.0"
working draft (13 August 1999) (http://www.w3.org/TR/xpath).
Look at these documents for a deeper understanding of the functionality.
The valid methods are: