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 | Method and Description |
---|---|
static void |
Driver.dumpXMLSchema(XMLSchemaGrammar g) |
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(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 |
XMLSchemaReader.getResult() |
XMLSchemaGrammar |
MultiSchemaReader.getResult()
Obtains the parsed grammar.
|
static XMLSchemaGrammar |
XMLSchemaReader.parse(InputSource grammar,
SAXParserFactory factory,
GrammarReaderController controller)
loads XML Schema
|
static XMLSchemaGrammar |
XMLSchemaReader.parse(Source schema,
GrammarReaderController controller)
Convenience method to create a reader and read a single scheme.
|
static XMLSchemaGrammar |
XMLSchemaReader.parse(String grammarURL,
SAXParserFactory factory,
GrammarReaderController controller)
loads XML Schema
|
static XMLSchemaGrammar |
WSDLSchemaReader.read(Source wsdlSource,
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,
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) |
Copyright © 2016 Oracle Corporation. All rights reserved.