Uses of Class
com.sun.tools.ws.wsdl.parser.DOMForest

Packages that use DOMForest
com.sun.tools.ws.wsdl.framework   
com.sun.tools.ws.wsdl.parser   
 

Uses of DOMForest in com.sun.tools.ws.wsdl.framework
 

Fields in com.sun.tools.ws.wsdl.framework declared as DOMForest
protected  DOMForest AbstractDocument.forest
           
 

Constructors in com.sun.tools.ws.wsdl.framework with parameters of type DOMForest
TWSDLParserContextImpl(DOMForest forest, AbstractDocument doc, ArrayList<ParserListener> listeners, ErrorReceiver errReceiver)
           
 

Uses of DOMForest in com.sun.tools.ws.wsdl.parser
 

Subclasses of DOMForest in com.sun.tools.ws.wsdl.parser
 class MetadataFinder
           
 

Fields in com.sun.tools.ws.wsdl.parser declared as DOMForest
protected  DOMForest AbstractReferenceFinderImpl.parent
           
 

Methods in com.sun.tools.ws.wsdl.parser with parameters of type DOMForest
 boolean WSDLInternalizationLogic.checkIfValidTargetNode(DOMForest parent, Element bindings, Element target)
           
 boolean InternalizationLogic.checkIfValidTargetNode(DOMForest parent, Element bindings, Element target)
          Checks if the specified element is a valid target node to attach a customization.
 XMLFilterImpl WSDLInternalizationLogic.createExternalReferenceFinder(DOMForest parent)
           
 XMLFilterImpl InternalizationLogic.createExternalReferenceFinder(DOMForest parent)
          Creates a new instance of XMLFilter that can be used to find references to external schemas.
 

Constructors in com.sun.tools.ws.wsdl.parser with parameters of type DOMForest
AbstractReferenceFinderImpl(DOMForest _parent)
           
DOMForestScanner(DOMForest _forest)
          Scans DOM nodes of the given forest.
Internalizer(DOMForest forest, WsimportOptions options, ErrorReceiver errorReceiver)