Package org.jtool.jxplatform.dom

Application programming interfaces for manipulating XML documents.

See:
          Description

Interface Summary
JxConstants XSDML elememts, attributes, and values of the attributes.
 

Class Summary
DomBuilder Produces DOM object trees from XML documents.
DomCopier Produces copies of DOM object trees.
DomCounter Counts the numbers of all elements and attributes in an XML document.
DomFormatter Produces XML documents from DOM object trees.
DomUnparser Restores source code from DOM object trees.
DomWriter Produces XML documents from DOM object trees.
GetElementById Obtains the element having a given id.
GetElementByPosition Finds the element at a given position in the source code.
 

Package org.jtool.jxplatform.dom Description

Application programming interfaces for manipulating XML documents. The package provides primitive operations using document object model (DOM).