The JadeXMLNode class is the abstract superclass of all nodes in an XML document tree. A node has an owning document and it can have child nodes and a parent node.
A node can be copied, moved, or removed, and it can have its XML representation output. (See also "
For an example of using methods defined in the JadeXMLNode class to search the library document, list all books with a specified author, read a document, and print the names of the elements in that document, indented to show the hierarchy, see "
For details about the properties and methods defined in the JadeXMLNode class, see "JadeXMLNode Properties" and "JadeXMLNode Methods", in the following sections.
For more details and detailed examples, see the
JadeXMLAttribute, JadeXMLCharacterData, JadeXMLDocument, JadeXMLDocumentType, JadeXMLElement, JadeXMLProcessingInstruction