|
||||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |
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. |
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.
|
||||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |