Uses of Class
com.sun.tools.ws.wsdl.parser.DOMForest
Packages that use DOMForest
-
Uses of DOMForest in com.sun.tools.ws.wsdl.framework
Fields in com.sun.tools.ws.wsdl.framework declared as DOMForestConstructors in com.sun.tools.ws.wsdl.framework with parameters of type DOMForestModifierConstructorDescriptionTWSDLParserContextImpl(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.parserFields in com.sun.tools.ws.wsdl.parser declared as DOMForestMethods in com.sun.tools.ws.wsdl.parser with parameters of type DOMForestModifier and TypeMethodDescriptionbooleanInternalizationLogic.checkIfValidTargetNode(DOMForest parent, Element bindings, Element target) Checks if the specified element is a valid target node to attach a customization.booleanWSDLInternalizationLogic.checkIfValidTargetNode(DOMForest parent, Element bindings, Element target) InternalizationLogic.createExternalReferenceFinder(DOMForest parent) Creates a new instance of XMLFilter that can be used to find references to external schemas.WSDLInternalizationLogic.createExternalReferenceFinder(DOMForest parent) Constructors in com.sun.tools.ws.wsdl.parser with parameters of type DOMForestModifierConstructorDescriptionprotectedAbstractReferenceFinderImpl(DOMForest _parent) DOMForestParser(DOMForest forest, com.sun.xml.xsom.parser.XMLParser fallbackParser) DOMForestScanner(DOMForest _forest) Scans DOM nodes of the given forest.Internalizer(DOMForest forest, WsimportOptions options, ErrorReceiver errorReceiver)