JadeXMLNode Class

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 "Using the XML Tree Model", in Chapter 12 of the JADE Developer’s Reference.)

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 "Retrieving Information from XML Tree Documents", in Chapter 12 of the JADE Developer’s Reference.

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 XML in JADE White Paper.

Object

JadeXMLAttribute, JadeXMLCharacterData, JadeXMLDocument, JadeXMLDocumentType, JadeXMLElement, JadeXMLProcessingInstruction