Uses of Interface
com.sun.msv.reader.GrammarReaderController2
-
Packages that use GrammarReaderController2 Package Description com.sun.msv.reader reads XML representation of grammar and creates AGM.com.sun.msv.reader.xmlschema parses XML representation of XML Schema into AGM. -
-
Uses of GrammarReaderController2 in com.sun.msv.reader
Classes in com.sun.msv.reader that implement GrammarReaderController2 Modifier and Type Class Description classControllerInternal view of GrammarReaderController. -
Uses of GrammarReaderController2 in com.sun.msv.reader.xmlschema
Classes in com.sun.msv.reader.xmlschema that implement GrammarReaderController2 Modifier and Type Class Description classWSDLGrammarReaderControllerCatch error messages and resolve schema locations.Fields in com.sun.msv.reader.xmlschema declared as GrammarReaderController2 Modifier and Type Field Description private GrammarReaderController2WSDLGrammarReaderController. nextControllerMethods in com.sun.msv.reader.xmlschema with parameters of type GrammarReaderController2 Modifier and Type Method Description static XMLSchemaGrammarWSDLSchemaReader. read(javax.xml.transform.Source wsdlSource, javax.xml.parsers.SAXParserFactory factory, GrammarReaderController2 controller)Read the schemas from a WSDL.Constructors in com.sun.msv.reader.xmlschema with parameters of type GrammarReaderController2 Constructor Description WSDLGrammarReaderController(GrammarReaderController2 nextController, java.lang.String baseURI, java.util.Map<java.lang.String,EmbeddedSchema> sources)create the resolving controller.
-