| com.sun.tools.ws.wsdl.parser.DOMBuilder
DOMBuilder | class DOMBuilder extends SAX2DOMEx (Code) | | Builds DOM while keeping the location information.
This class also looks for outer most <jaxws:bindings>
customizations.
author: Kohsuke Kawaguchi (kohsuke.kawaguchi@sun.com) author: Vivek Pandey |
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) | | |
|
|