JadeXMLNode Methods

The methods defined in the JadeXMLNode class are summarized in the following table.

Method Description
copyAfter Copies the node and inserts it after the specified node
copyAsChildOf Copies the node and inserts it as a child of the specified node
copyBefore Copies the node and inserts it before the specified node
descendsFrom Specifies whether the specified XML node is an ancestor of the receiver JadeXMLNode class
moveAfter Moves the node to the position after the specified node
moveAsChildOf Moves the node to the position as a child of the specified node
moveBefore Moves the node to the position before the specified node
remove Removes the node from the XML tree and then deletes the node
writeToString Writes the node to a string