com.sun.tools.xjc.reader.internalizer
class DOMBuilder extends SAX2DOMEx
This class also looks for outer most <jaxb:bindings> customizations.
Constructor Summary | |
---|---|
DOMBuilder(Document dom, LocatorTable ltable, Set outerMostBindings)
Grows a DOM tree under the given document, and
stores location information to the given table.
|
Method Summary | |
---|---|
void | endElement(String namespaceURI, String localName, String qName) |
void | setDocumentLocator(Locator locator) |
void | startElement(String namespaceURI, String localName, String qName, Attributes atts) |
Parameters: outerMostBindings This set will receive newly found outermost jaxb:bindings customizations.