Searched refs:forest (Results 1 - 21 of 21) sorted by relevance

/openjdk9/jaxws/src/jdk.xml.ws/share/classes/com/sun/tools/internal/ws/wsdl/parser/
H A DDOMForestParser.java41 * parses XML from a DOM forest instead of parsing it from
50 * DOM forest to be "parsed".
52 private final DOMForest forest; field in class:DOMForestParser
63 * documents that are not in the forest.
65 public DOMForestParser(DOMForest forest, XMLParser fallbackParser) { argument
66 this.forest = forest;
67 this.scanner = new DOMForestScanner(forest);
80 Document dom = forest.get(systemId);
87 // but this will never be built into the forest
[all...]
H A DWSDLParser.java93 private MetadataFinder forest; field in class:WSDLParser
96 public WSDLParser(WsimportOptions options, ErrorReceiverFilter errReceiver, MetadataFinder forest) { argument
100 if (forest == null) {
101 forest = new MetadataFinder(new WSDLInternalizationLogic(), options, errReceiver);
102 forest.parseWSDL();
103 if (forest.isMexMetadata) {
107 this.forest = forest;
147 Document root = forest.parse(value, false);
152 errReceiver.error(forest
[all...]
H A DDOMForestScanner.java51 private final DOMForest forest; field in class:DOMForestScanner
54 * Scans DOM nodes of the given forest.
57 * this forest.
60 this.forest = _forest;
139 return forest.locatorTable.getStartLocation( e );
141 return forest.locatorTable.getEndLocation( e );
H A DInternalizer.java64 private final DOMForest forest; field in class:Internalizer
67 public Internalizer(DOMForest forest, WsimportOptions options, ErrorReceiver errorReceiver) { argument
68 this.forest = forest;
73 for (Element jaxwsBinding : forest.outerMostBindings) {
121 wsdlLocation = new URL(new URL(forest.getSystemId(bindings.getOwnerDocument())),
128 wsdlLocation = forest.getFirstRootDocument();
130 target = forest.get(wsdlLocation);
133 reportError(bindings, WsdlMessages.INTERNALIZER_INCORRECT_SCHEMA_REFERENCE(wsdlLocation, EditDistance.findNearest(wsdlLocation, forest.listSystemIDs())));
265 errorReceiver.warning(forest
[all...]
/openjdk9/jaxws/src/jdk.xml.bind/share/classes/com/sun/tools/internal/xjc/reader/internalizer/
H A DDOMForestParser.java42 * parses XML from a DOM forest instead of parsing it from
50 /** DOM forest to be "parsed". */
51 private final DOMForest forest; field in class:DOMForestParser
61 * documents that are not in the forest.
63 DOMForestParser( DOMForest forest, XMLParser fallbackParser ) { argument
64 this.forest = forest;
65 this.scanner = new DOMForestScanner(forest);
77 Document dom = forest.get(systemId);
84 // but this will never be built into the forest
[all...]
H A DInternalizer.java82 * Internalize all {@code <jaxb:bindings>} customizations in the given forest.
91 static SCDBasedBindingSet transform( DOMForest forest, boolean enableSCD, boolean disableSecureProcessing ) { argument
92 return new Internalizer(forest, enableSCD, disableSecureProcessing).transform();
96 private Internalizer(DOMForest forest, boolean enableSCD, boolean disableSecureProcessing) { argument
97 this.errorHandler = forest.getErrorHandler();
98 this.forest = forest;
106 private final DOMForest forest; field in class:Internalizer
124 SCDBasedBindingSet scd = new SCDBasedBindingSet(forest);
129 for (Element jaxbBindings : forest
[all...]
H A DDOMForestScanner.java52 private final DOMForest forest; field in class:DOMForestScanner
55 * Scans DOM nodes of the given forest.
58 * this forest.
61 this.forest = _forest;
140 return forest.locatorTable.getStartLocation( e );
142 return forest.locatorTable.getEndLocation( e );
H A DSCDBasedBindingSet.java169 new DOMForestScanner(forest).scan(item,loader);
195 * The forest where binding elements came from. Needed to report line numbers for errors.
197 private final DOMForest forest; field in class:SCDBasedBindingSet
206 SCDBasedBindingSet(DOMForest forest) { argument
207 this.forest = forest;
242 forest.locatorTable.getStartLocation(errorSource),
/openjdk9/jaxws/src/jdk.xml.bind/share/classes/com/sun/tools/internal/xjc/
H A DModelLoader.java215 * This parser will parse a DOM forest as:
281 // parse into DOM forest
282 DOMForest forest = new DOMForest(logic, opt);
284 forest.setErrorHandler(errorReceiver);
286 forest.setEntityResolver(opt.entityResolver);
291 forest.parse(value, true);
297 Document dom = forest.parse(value, true);
312 scdBasedBindingSet = forest.transform(opt.isExtensionMode());
314 return forest;
344 DOMForest forest
411 createXSOMParser(final DOMForest forest) argument
492 createXSOM(DOMForest forest, SCDBasedBindingSet scdBasedBindingSet) argument
[all...]
H A DDriver.java301 // dump DOM forest and quit
304 DOMForest forest = loader.buildDOMForest(new XMLSchemaInternalizationLogic());
305 forest.dump(System.out);
/openjdk9/jaxws/src/jdk.xml.ws/share/classes/com/sun/tools/internal/ws/util/
H A DWSDLFetcher.java72 * @param forest
78 public String fetchWsdls(MetadataFinder forest) throws IOException, XMLStreamException { argument
80 for(String root: forest.getRootDocuments()) {
84 Set<String> externalRefs = forest.getExternalReferences();
85 Map<String,String> documentMap = createDocumentMap(forest, getWSDLDownloadDir(), rootWsdl, externalRefs);
86 String rootWsdlName = fetchFile(rootWsdl,forest, documentMap,getWSDLDownloadDir());
87 for(String reference: forest.getExternalReferences()) {
88 fetchFile(reference,forest,documentMap,getWSDLDownloadDir());
93 private String fetchFile(final String doc, DOMForest forest, final Map<String, String> documentMap, File destDir) throws IOException, XMLStreamException { argument
95 DocumentLocationResolver docLocator = createDocResolver(doc, forest, documentMa
135 createDocumentMap(MetadataFinder forest, File baseDir, final String rootWsdl, Set<String> externalReferences) argument
187 createDocResolver(final String baseWsdl, final DOMForest forest, final Map<String,String> documentMap) argument
[all...]
/openjdk9/jaxws/src/jdk.xml.bind/share/classes/com/sun/tools/internal/xjc/api/impl/s2j/
H A DSchemaCompilerImpl.java90 protected @NotNull DOMForest forest; field in class:SchemaCompilerImpl
113 return forest.getParserHandler(systemId,true);
143 forest.parse(source,true);
159 forest.parse(systemId,reader,true);
183 forest.setEntityResolver(entityResolver);
200 forest = new DOMForest(new XMLSchemaInternalizationLogic(), opts);
201 forest.setErrorHandler(this);
202 forest.setEntityResolver(opts.entityResolver);
207 // if(!forest.checkSchemaCorrectness(this))
216 SCDBasedBindingSet scdBasedBindingSet = forest
[all...]
/openjdk9/jaxws/src/jdk.xml.ws/share/classes/com/sun/tools/internal/ws/processor/modeler/wsdl/
H A DJAXBModelBuilder.java58 private final MetadataFinder forest; field in class:JAXBModelBuilder
64 this.forest = finder;
88 for (Element element : forest.getInlinedSchemaElement()) {
91 if(forest.isMexMetadata)
94 new DOMForestScanner(forest).scan(element,schemaCompiler.getParserHandler(systemId));
H A DWSDLModelerBase.java69 protected MetadataFinder forest; field in class:WSDLModelerBase
72 public WSDLModelerBase(WsimportOptions options, ErrorReceiver receiver, MetadataFinder forest) { argument
75 this.forest = forest;
H A DWSDLModeler.java85 public WSDLModeler(WsimportOptions options, ErrorReceiver receiver, MetadataFinder forest) { argument
86 super(options, receiver,forest);
101 parser = new WSDLParser(options, errReceiver, forest);
2267 JAXBModelBuilder tempJaxbModelBuilder = new JAXBModelBuilder(options, classNameCollector, forest, errReceiver);
/openjdk9/corba/make/
H A DMakefile44 $(info Cannot locate top-level Makefile. Is this repo not checked out as part of a complete forest?)
/openjdk9/jaxws/src/jdk.xml.ws/share/classes/com/sun/tools/internal/ws/wsdl/framework/
H A DAbstractDocument.java44 protected final DOMForest forest; field in class:AbstractDocument
47 protected AbstractDocument(MetadataFinder forest, ErrorReceiver errReceiver) { argument
48 this.forest = forest;
H A DTWSDLParserContextImpl.java56 private final DOMForest forest; field in class:TWSDLParserContextImpl
59 public TWSDLParserContextImpl(DOMForest forest, AbstractDocument doc, ArrayList<ParserListener> listeners, ErrorReceiver errReceiver) { argument
64 this.forest = forest;
118 return forest.locatorTable.getStartLocation(e);
/openjdk9/jaxws/src/jdk.xml.ws/share/classes/com/sun/tools/internal/ws/wsdl/document/
H A DWSDLDocument.java43 public WSDLDocument(MetadataFinder forest, ErrorReceiver errReceiver) { argument
44 super(forest, errReceiver);
/openjdk9/jaxws/src/jdk.xml.ws/share/classes/com/sun/tools/internal/ws/wscompile/
H A DWsimportTool.java423 MetadataFinder forest = new MetadataFinder(new WSDLInternalizationLogic(), options, receiver);
424 forest.parseWSDL();
425 if (forest.isMexMetadata)
428 WSDLModeler wsdlModeler = new WSDLModeler(options, receiver,forest);
437 options.wsdlLocation = new WSDLFetcher(options,listener).fetchWsdls(forest);
/openjdk9/common/bin/
H A Dhgforest.sh25 # Shell script for a fast parallel forest/trees command
124 tmp=/tmp/forest.$$

Completed in 104 milliseconds