Uses of Class
com.sun.msv.grammar.xmlschema.XMLSchemaGrammar
Packages that use XMLSchemaGrammar
Package
Description
Command line verifier.
W3C XML Schema grammar model.
parses XML representation of XML Schema into AGM.
Verifier with XML Schema's identity constraint check.
RegExp VGM implementation that supports special semantics of XML Schema
-
Uses of XMLSchemaGrammar in com.sun.msv.driver.textui
Fields in com.sun.msv.driver.textui declared as XMLSchemaGrammarMethods in com.sun.msv.driver.textui with parameters of type XMLSchemaGrammarConstructors in com.sun.msv.driver.textui with parameters of type XMLSchemaGrammar -
Uses of XMLSchemaGrammar in com.sun.msv.grammar.xmlschema
Methods in com.sun.msv.grammar.xmlschema with parameters of type XMLSchemaGrammarModifier and TypeMethodDescriptionAttributeWildcard.createExpression
(XMLSchemaGrammar grammar) Creates the expression that corresponds to the current attribute wildcard specification.Constructors in com.sun.msv.grammar.xmlschema with parameters of type XMLSchemaGrammar -
Uses of XMLSchemaGrammar in com.sun.msv.reader.xmlschema
Fields in com.sun.msv.reader.xmlschema declared as XMLSchemaGrammarModifier and TypeFieldDescriptionprotected final XMLSchemaGrammar
XMLSchemaReader.grammar
grammar object which is being under construction.Methods in com.sun.msv.reader.xmlschema that return XMLSchemaGrammarModifier and TypeMethodDescriptionfinal XMLSchemaGrammar
MultiSchemaReader.getResult()
Obtains the parsed grammar.final XMLSchemaGrammar
XMLSchemaReader.getResult()
static XMLSchemaGrammar
XMLSchemaReader.parse
(String grammarURL, SAXParserFactory factory, GrammarReaderController controller) loads XML Schemastatic XMLSchemaGrammar
XMLSchemaReader.parse
(Source schema, GrammarReaderController controller) Convenience method to create a reader and read a single scheme.static XMLSchemaGrammar
XMLSchemaReader.parse
(InputSource grammar, SAXParserFactory factory, GrammarReaderController controller) loads XML Schemastatic XMLSchemaGrammar
WSDLSchemaReader.read
(Source wsdlSource, SAXParserFactory factory, GrammarReaderController2 controller) Read the schemas from a WSDL. -
Uses of XMLSchemaGrammar in com.sun.msv.verifier.identity
Fields in com.sun.msv.verifier.identity declared as XMLSchemaGrammarModifier and TypeFieldDescriptionprotected final XMLSchemaGrammar
IDConstraintChecker.grammar
the grammar object against which we are validating.Constructors in com.sun.msv.verifier.identity with parameters of type XMLSchemaGrammarModifierConstructorDescriptionIDConstraintChecker
(XMLSchemaGrammar grammar, ErrorHandler errorHandler) -
Uses of XMLSchemaGrammar in com.sun.msv.verifier.regexp.xmlschema
Fields in com.sun.msv.verifier.regexp.xmlschema declared as XMLSchemaGrammarModifier and TypeFieldDescriptionprotected final XMLSchemaGrammar
XSREDocDecl.grammar
the grammar which this VGM is using.Constructors in com.sun.msv.verifier.regexp.xmlschema with parameters of type XMLSchemaGrammar