Package | Description |
---|---|
com.sun.msv.driver.textui |
Command line verifier.
|
com.sun.msv.grammar.xmlschema |
W3C XML Schema grammar model.
|
com.sun.msv.reader.xmlschema |
parses XML representation of XML Schema into AGM.
|
com.sun.msv.verifier.identity |
Verifier with XML Schema's identity constraint check.
|
com.sun.msv.verifier.regexp.xmlschema |
RegExp VGM implementation that supports special semantics of XML Schema
|
Modifier and Type | Field and Description |
---|---|
private XMLSchemaGrammar |
Driver.XMLSchemaVerifier.grammar |
Modifier and Type | Method and Description |
---|---|
static void |
Driver.dumpXMLSchema(XMLSchemaGrammar g) |
Constructor and Description |
---|
XMLSchemaVerifier(XMLSchemaGrammar grammar) |
Modifier and Type | Method and Description |
---|---|
Expression |
AttributeWildcard.createExpression(XMLSchemaGrammar grammar)
Creates the expression that corresponds to
the current attribute wildcard specification.
|
Constructor and Description |
---|
XMLSchemaSchema(java.lang.String targetNamespace,
XMLSchemaGrammar parent) |
Modifier and Type | Field and Description |
---|---|
protected XMLSchemaGrammar |
XMLSchemaReader.grammar
grammar object which is being under construction.
|
Modifier and Type | Method and Description |
---|---|
XMLSchemaGrammar |
MultiSchemaReader.getResult()
Obtains the parsed grammar.
|
XMLSchemaGrammar |
XMLSchemaReader.getResult() |
static XMLSchemaGrammar |
XMLSchemaReader.parse(org.xml.sax.InputSource grammar,
javax.xml.parsers.SAXParserFactory factory,
GrammarReaderController controller)
loads XML Schema
|
static XMLSchemaGrammar |
XMLSchemaReader.parse(javax.xml.transform.Source schema,
GrammarReaderController controller)
Convenience method to create a reader and read a single scheme.
|
static XMLSchemaGrammar |
XMLSchemaReader.parse(java.lang.String grammarURL,
javax.xml.parsers.SAXParserFactory factory,
GrammarReaderController controller)
loads XML Schema
|
static XMLSchemaGrammar |
WSDLSchemaReader.read(javax.xml.transform.Source wsdlSource,
javax.xml.parsers.SAXParserFactory factory,
GrammarReaderController2 controller)
Read the schemas from a WSDL.
|
Modifier and Type | Field and Description |
---|---|
protected XMLSchemaGrammar |
IDConstraintChecker.grammar
the grammar object against which we are validating.
|
Constructor and Description |
---|
IDConstraintChecker(XMLSchemaGrammar grammar,
org.xml.sax.ErrorHandler errorHandler) |
Modifier and Type | Field and Description |
---|---|
protected XMLSchemaGrammar |
XSREDocDecl.grammar
the grammar which this VGM is using.
|
Constructor and Description |
---|
XSREDocDecl(XMLSchemaGrammar grammar) |