Uses of Package
jimm.twice.xml.dom

Packages that use jimm.twice.xml.dom
jimm.twice.ice.xml Contains classes useful for building ICE payloads within SOAP envelopes. 
jimm.twice.xml.dom Contains a set of classes that provide a DOM-type way of building XML documents. 
 

Classes in jimm.twice.xml.dom used by jimm.twice.ice.xml
Document
          This is a simple document class that only supports what we need.
Element
          The abstract base class of almost all XML entites.
Node
          A document contains a (possibly empty) tree of nodes.
Tag
          An XML tag with attributes.
 

Classes in jimm.twice.xml.dom used by jimm.twice.xml.dom
Doctype
          This simple doctype does not support any entities because we don't use any in ICE XML documents.
Element
          The abstract base class of almost all XML entites.
NamedAttributes
          An abstract superclass for entities with names and attributes.
NamedElement
          An abstract superclass for entities with names.
Node
          A document contains a (possibly empty) tree of nodes.
Text
          This rather stupid text element always encloses its output within a CDATA tag.