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

org.enhydra.xml.xmlc.dom.generic provides base support that should work with any W3C DOM implementation.

See:
          Description

Class Summary
BuildMethodMappings Class to calculate which node are to have build methods created for them based on trying to optimize the amount of code (create-cost) in each build methods without overflowing the maximum create-cost.
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.
GenericLinkedDocument This is a generic wrapper around Document that adds XMLObjectLink functionality.
GenericLinkedHTMLDocument This is a generic wrapper around HTMLDocument that adds XMLObjectLink functionality.
NodeCreateGenerator Class used create DOM nodes.
 

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

org.enhydra.xml.xmlc.dom.generic provides base support that should work with any W3C DOM implementation. Specific DOM implementation support must be built on top of these classes.



Copyright © 1999-2002 enhydra.org (Mark Diekhans, David Li, Richard Kunze). All Rights reserved.