|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use NodeCreateGenerator | |
org.enhydra.xml.xmlc.dom.generic |
org.enhydra.xml.xmlc.dom.generic provides base support that should
work with any W3C DOM implementation. |
org.enhydra.xml.xmlc.dom.lazydom | |
org.enhydra.xml.xmlc.dom.xerces |
Uses of NodeCreateGenerator in org.enhydra.xml.xmlc.dom.generic |
Constructors in org.enhydra.xml.xmlc.dom.generic with parameters of type NodeCreateGenerator | |
DOMBuilderGenerator(String methodName,
Document document,
String documentArgClassName,
NodeCreateGenerator nodeCreator,
AccessorGenerator accessorGenerator,
ElementTable elementTable,
JavaClass docClass,
int maxCreateCostPerBuildMethod,
boolean staticMethods)
Constructor. |
Uses of NodeCreateGenerator in org.enhydra.xml.xmlc.dom.lazydom |
Subclasses of NodeCreateGenerator in org.enhydra.xml.xmlc.dom.lazydom | |
(package private) class |
LazyDOMNodeCreateGenerator
DOM node creation class that overrides methods in the generic version to assign node ids. |
Uses of NodeCreateGenerator in org.enhydra.xml.xmlc.dom.xerces |
Subclasses of NodeCreateGenerator in org.enhydra.xml.xmlc.dom.xerces | |
class |
XercesNodeCreateGenerator
Class used create DOM nodes for the Xerces DOM. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |