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 | Description |
---|---|---|
static void |
Driver.dumpXMLSchema(XMLSchemaGrammar g) |
Modifier and Type | Method | Description |
---|---|---|
Expression |
AttributeWildcard.createExpression(XMLSchemaGrammar grammar) |
Creates the expression that corresponds to
the current attribute wildcard specification.
|
Constructor | Description |
---|---|
XMLSchemaSchema(String targetNamespace,
XMLSchemaGrammar parent) |
Modifier and Type | Field | Description |
---|---|---|
protected XMLSchemaGrammar |
XMLSchemaReader.grammar |
grammar object which is being under construction.
|
Modifier and Type | Method | Description |
---|---|---|
XMLSchemaGrammar |
MultiSchemaReader.getResult() |
Obtains the parsed grammar.
|
XMLSchemaGrammar |
XMLSchemaReader.getResult() |
|
static XMLSchemaGrammar |
XMLSchemaReader.parse(String grammarURL,
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(InputSource grammar,
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 | Description |
---|---|---|
protected XMLSchemaGrammar |
IDConstraintChecker.grammar |
the grammar object against which we are validating.
|
Constructor | Description |
---|---|
IDConstraintChecker(XMLSchemaGrammar grammar,
ErrorHandler errorHandler) |
Modifier and Type | Field | Description |
---|---|---|
protected XMLSchemaGrammar |
XSREDocDecl.grammar |
the grammar which this VGM is using.
|
Constructor | Description |
---|---|
XSREDocDecl(XMLSchemaGrammar grammar) |
Copyright © 2019 Oracle Corporation. All rights reserved.