Uses of Interface
com.sun.msv.reader.GrammarReaderController2
Packages that use GrammarReaderController2
Package
Description
reads XML representation of grammar and creates AGM.
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 -
Uses of GrammarReaderController2 in com.sun.msv.reader.xmlschema
Classes in com.sun.msv.reader.xmlschema that implement GrammarReaderController2Modifier and TypeClassDescriptionclassCatch error messages and resolve schema locations.Methods in com.sun.msv.reader.xmlschema with parameters of type GrammarReaderController2Modifier and TypeMethodDescriptionstatic XMLSchemaGrammarWSDLSchemaReader.read(Source wsdlSource, SAXParserFactory factory, GrammarReaderController2 controller) Read the schemas from a WSDL.Constructors in com.sun.msv.reader.xmlschema with parameters of type GrammarReaderController2ModifierConstructorDescriptionWSDLGrammarReaderController(GrammarReaderController2 nextController, String baseURI, Map<String, EmbeddedSchema> sources) create the resolving controller.