Uses of Class
com.sun.tools.ws.wsdl.parser.DOMForest
-
Packages that use DOMForest Package Description 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 Modifier and Type Field Description protected DOMForestAbstractDocument. forestConstructors in com.sun.tools.ws.wsdl.framework with parameters of type DOMForest Constructor Description 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 Modifier and Type Class Description classMetadataFinderFields in com.sun.tools.ws.wsdl.parser declared as DOMForest Modifier and Type Field Description protected DOMForestAbstractReferenceFinderImpl. parentMethods in com.sun.tools.ws.wsdl.parser with parameters of type DOMForest Modifier and Type Method Description booleanInternalizationLogic. 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)XMLFilterImplInternalizationLogic. createExternalReferenceFinder(DOMForest parent)Creates a new instance of XMLFilter that can be used to find references to external schemas.XMLFilterImplWSDLInternalizationLogic. createExternalReferenceFinder(DOMForest parent)Constructors in com.sun.tools.ws.wsdl.parser with parameters of type DOMForest Constructor Description AbstractReferenceFinderImpl(DOMForest _parent)DOMForestParser(DOMForest forest, XMLParser fallbackParser)DOMForestScanner(DOMForest _forest)Scans DOM nodes of the given forest.Internalizer(DOMForest forest, WsimportOptions options, ErrorReceiver errorReceiver)
-