The
The properties defined in the JadeXMLNode class are summarized in the following table.
Property | Contains… |
---|---|
|
Array of children of the node |
|
Owning document of the node |
|
Parent of the node |
The methods defined in the
Method | Description |
---|---|
|
Copies the node and inserts it after the specified node |
|
Copies the node and inserts it as a child of the specified node |
|
Copies the node and inserts it before the specified node |
|
Determines whether the specified XML node is an ancestor of the receiver |
|
Moves the node to the position after the specified node |
|
Moves the node to the position as a child of the specified node |
|
Moves the node to the position before the specified node |
|
Removes the node from the XML tree and then deletes the node |
|
Writes the node to a string |
For details, see "