| com.sun.tools.xjc.reader.internalizer.DOMBuilder
DOMBuilder | class DOMBuilder extends SAX2DOMEx (Code) | | Builds DOM while keeping the location information.
This class also looks for outer most <jaxb:bindings>
customizations.
author: Kohsuke Kawaguchi (kohsuke.kawaguchi@sun.com) |
Constructor Summary | |
public | DOMBuilder(Document dom, LocatorTable ltable, Set outerMostBindings) Grows a DOM tree under the given document, and
stores location information to the given table. |
DOMBuilder | public DOMBuilder(Document dom, LocatorTable ltable, Set outerMostBindings)(Code) | | Grows a DOM tree under the given document, and
stores location information to the given table.
Parameters: outerMostBindings - This set will receive newly found outermostjaxb:bindings customizations. |
setDocumentLocator | public void setDocumentLocator(Locator locator)(Code) | | |
|
|