XSet |
An XSet is a lightweight wrapper around any node in an XML DOM
(Document Object Model) tree which provides a rich set for methods to:
Navigate to other nodes in the DOM tree
Retrieve the content from the DOM tree and convert it to any
of the Java base data types.
Set the content of a node in the DOM tree using any Java base data type.
Manipulate the DOM tree by inserting or deleting nodes.
Retrive the DOM tree.
Extract XML format for the entire document or fragment of a document.
Create a new DOM tree.
|