|
Class Summary |
| BuildMethodMappings |
Class to calculate which elements 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. |
| 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. |
| GenericDocCreateGenerator |
Class to create code that creates documents using XMLCDomFactory objects. |
| NodeCreateGenerator |
Class used create a DOM nodes. |