Searched refs:DOMForest (Results 1 - 23 of 23) sorted by relevance

/openjdk9/jaxws/src/jdk.xml.bind/share/classes/com/sun/tools/internal/xjc/reader/internalizer/
H A DInternalizationLogic.java34 * {@link Internalizer} and {@link DOMForest} are responsible for
48 * {@link DOMForest}, and this filter will be expected to
53 * call the parse method of DOMForest.
56 * {@link DOMForest} will register ErrorHandler to the returned
64 XMLFilterImpl createExternalReferenceFinder( DOMForest parent );
71 * The owner DOMForest object. Probably useful only
78 boolean checkIfValidTargetNode( DOMForest parent, Element bindings, Element target );
H A DDOMForestParser.java51 private final DOMForest forest;
63 DOMForestParser( DOMForest forest, XMLParser fallbackParser ) {
H A DAbstractReferenceFinderImpl.java52 protected final DOMForest parent;
54 protected AbstractReferenceFinderImpl(DOMForest _parent) {
H A DDOMForestScanner.java41 * in the DOMForest.
52 private final DOMForest forest;
60 public DOMForestScanner( DOMForest _forest ) {
82 * in the DOMForest.
H A DSCDBasedBindingSet.java197 private final DOMForest forest;
206 SCDBasedBindingSet(DOMForest forest) {
H A DDOMForest.java74 * it is in a forest, too. To support this semantics, {@link DOMForest}
86 public final class DOMForest { class
121 public DOMForest( method in class:DOMForest
131 public DOMForest( InternalizationLogic logic, Options opt ) { method in class:DOMForest
483 * Creates a {@link SAXSource} that, when parsed, reads from this {@link DOMForest}
506 * this DOMForest rather than doing a fresh parse.
H A DInternalizer.java70 * The {@link #transform(DOMForest,boolean)} method is the entry point.
91 static SCDBasedBindingSet transform( DOMForest forest, boolean enableSCD, boolean disableSecureProcessing ) {
96 private Internalizer(DOMForest forest, boolean enableSCD, boolean disableSecureProcessing) {
104 * DOMForest object currently being processed.
106 private final DOMForest forest;
/openjdk9/jaxws/src/jdk.xml.ws/share/classes/com/sun/tools/internal/ws/wsdl/parser/
H A DInternalizationLogic.java34 * {@link com.sun.tools.internal.xjc.reader.internalizer.Internalizer} and {@link DOMForest} are responsible for
49 * {@link DOMForest}, and this filter will be expected to
54 * call the parse method of DOMForest.
57 * {@link DOMForest} will register ErrorHandler to the returned
65 XMLFilterImpl createExternalReferenceFinder( DOMForest parent );
72 * The owner DOMForest object. Probably useful only
79 boolean checkIfValidTargetNode( DOMForest parent, Element bindings, Element target );
H A DDOMForestParser.java52 private final DOMForest forest;
65 public DOMForestParser(DOMForest forest, XMLParser fallbackParser) {
H A DAbstractReferenceFinderImpl.java54 protected final DOMForest parent;
56 protected AbstractReferenceFinderImpl( DOMForest _parent ) {
H A DWSDLInternalizationLogic.java47 ReferenceFinder( DOMForest parent) {
71 public XMLFilterImpl createExternalReferenceFinder(DOMForest parent) {
76 public boolean checkIfValidTargetNode(DOMForest parent, Element bindings, Element target) {
H A DDOMForestScanner.java40 * in the DOMForest.
51 private final DOMForest forest;
59 public DOMForestScanner( DOMForest _forest ) {
81 * in the DOMForest.
H A DDOMForest.java61 public class DOMForest { class
110 public DOMForest(InternalizationLogic logic, @NotNull EntityResolver entityResolver, WsimportOptions options, ErrorReceiver errReceiver) { method in class:DOMForest
H A DInternalizer.java64 private final DOMForest forest;
67 public Internalizer(DOMForest forest, WsimportOptions options, ErrorReceiver errorReceiver) {
H A DMetadataFinder.java67 public final class MetadataFinder extends DOMForest{
264 * Identifies WSDL documents from the {@link DOMForest}. Also identifies the root wsdl document.
/openjdk9/jaxws/src/jdk.xml.bind/share/classes/com/sun/tools/internal/xjc/reader/relaxng/
H A DRELAXNGInternalizationLogic.java30 import com.sun.tools.internal.xjc.reader.internalizer.DOMForest;
50 ReferenceFinder( DOMForest parent ) {
63 public XMLFilterImpl createExternalReferenceFinder(DOMForest parent) {
67 public boolean checkIfValidTargetNode(DOMForest parent, Element bindings, Element target) {
/openjdk9/jaxws/src/jdk.xml.bind/share/classes/com/sun/tools/internal/xjc/reader/xmlschema/parser/
H A DXMLSchemaInternalizationLogic.java29 import com.sun.tools.internal.xjc.reader.internalizer.DOMForest;
52 ReferenceFinder( DOMForest parent ) {
65 public XMLFilterImpl createExternalReferenceFinder(DOMForest parent) {
69 public boolean checkIfValidTargetNode(DOMForest parent, Element bindings, Element target) {
/openjdk9/jaxws/src/jdk.xml.bind/share/classes/com/sun/tools/internal/xjc/
H A DModelLoader.java36 import com.sun.tools.internal.xjc.reader.internalizer.DOMForest;
93 * {@link DOMForest#transform(boolean)} creates this on the side.
273 * Builds DOMForest and performs the internalization.
278 public DOMForest buildDOMForest( InternalizationLogic logic )
282 DOMForest forest = new DOMForest(logic, opt);
333 // no external binding. try the speculative no DOMForest execution,
344 DOMForest forest = buildDOMForest( new XMLSchemaInternalizationLogic() );
357 // build DOMForest just like we handle XML Schema
358 DOMForest fores
[all...]
H A DDriver.java49 import com.sun.tools.internal.xjc.reader.internalizer.DOMForest;
304 DOMForest forest = loader.buildDOMForest(new XMLSchemaInternalizationLogic());
454 // dump DOMForest
/openjdk9/jaxws/src/jdk.xml.ws/share/classes/com/sun/tools/internal/ws/wsdl/framework/
H A DAbstractDocument.java29 import com.sun.tools.internal.ws.wsdl.parser.DOMForest;
44 protected final DOMForest forest;
H A DTWSDLParserContextImpl.java29 import com.sun.tools.internal.ws.wsdl.parser.DOMForest;
56 private final DOMForest forest;
59 public TWSDLParserContextImpl(DOMForest forest, AbstractDocument doc, ArrayList<ParserListener> listeners, ErrorReceiver errReceiver) {
/openjdk9/jaxws/src/jdk.xml.ws/share/classes/com/sun/tools/internal/ws/util/
H A DWSDLFetcher.java32 import com.sun.tools.internal.ws.wsdl.parser.DOMForest;
71 * Fetches the wsdls in the DOMForest to the options.destDir
93 private String fetchFile(final String doc, DOMForest forest, final Map<String, String> documentMap, File destDir) throws IOException, XMLStreamException {
118 //DOMForest eats away the whitespace loosing all the indentation, so write it through
187 private DocumentLocationResolver createDocResolver(final String baseWsdl, final DOMForest forest, final Map<String,String> documentMap) {
/openjdk9/jaxws/src/jdk.xml.bind/share/classes/com/sun/tools/internal/xjc/api/impl/s2j/
H A DSchemaCompilerImpl.java51 import com.sun.tools.internal.xjc.reader.internalizer.DOMForest;
72 * This class builds a {@link DOMForest} until the {@link #bind()} method,
90 protected @NotNull DOMForest forest;
200 forest = new DOMForest(new XMLSchemaInternalizationLogic(), opts);

Completed in 194 milliseconds