Enhydra 5.1 API

Package org.enhydra.xml.xmlc.dom.generic

This package contains base support that should work with any W3C DOM implementation.

See:
          Description

Class Summary
ContainedNodeEnum Enumeration over the nodes contained by another node.
DOMBuilderGenerator Class to generate code to build the document tree using only the W3C DOM interface.
GenericAccessorGenerator Generate access methods for a DOM only using the W3C DOM.
GenericDocBuilderGenerator Class to generate code to build the document tree using only the W3C DOM interface.
NodeCreateGenerator Class used create DOM nodes.
 

Package org.enhydra.xml.xmlc.dom.generic Description

This package contains base support that should work with any W3C DOM implementation. Specific DOM implementation support must be built on top of these classes.


Enhydra 5.1 API