Searched refs:DOMForestParser (Results 1 - 3 of 3) sorted by relevance

/openjdk7/jaxws/src/share/jaxws_classes/com/sun/tools/internal/ws/wsdl/parser/
H A DDOMForestParser.java47 public class DOMForestParser implements XMLParser { class in inherits:XMLParser
62 * @param fallbackParser This parser will be used when DOMForestParser needs to parse
65 public DOMForestParser(DOMForest forest, XMLParser fallbackParser) { method in class:DOMForestParser
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/tools/internal/xjc/reader/internalizer/
H A DDOMForestParser.java48 class DOMForestParser implements XMLParser { class in inherits:XMLParser
60 * This parser will be used when DOMForestParser needs to parse
63 DOMForestParser( DOMForest forest, XMLParser fallbackParser ) { method in class:DOMForestParser
H A DDOMForest.java522 return new DOMForestParser(this,new JAXPParser());

Completed in 31 milliseconds