Uses of Class
com.sun.msv.reader.xmlschema.EmbeddedSchema
-
Packages that use EmbeddedSchema Package Description com.sun.msv.reader.xmlschema parses XML representation of XML Schema into AGM. -
-
Uses of EmbeddedSchema in com.sun.msv.reader.xmlschema
Fields in com.sun.msv.reader.xmlschema with type parameters of type EmbeddedSchema Modifier and Type Field Description private java.util.Map<java.lang.String,EmbeddedSchema>
WSDLGrammarReaderController. schemas
Constructor parameters in com.sun.msv.reader.xmlschema with type arguments of type EmbeddedSchema Constructor Description WSDLGrammarReaderController(GrammarReaderController2 nextController, java.lang.String baseURI, java.util.Map<java.lang.String,EmbeddedSchema> sources)
create the resolving controller.
-