Package | Description |
---|---|
com.sun.msv.reader.util |
Miscellaneous utilities
|
com.sun.msv.relaxns.verifier |
"divide&validate" framework implementation.
|
com.sun.msv.verifier.regexp |
VGM implementation by using regular expression derivation algorithm.
|
com.sun.msv.verifier.regexp.xmlschema |
RegExp VGM implementation that supports special semantics of XML Schema
|
Modifier and Type | Method and Description |
---|---|
static REDocumentDeclaration |
GrammarLoader.loadVGM(InputSource source) |
static REDocumentDeclaration |
GrammarLoader.loadVGM(InputSource source,
GrammarReaderController controller,
SAXParserFactory factory) |
static REDocumentDeclaration |
GrammarLoader.loadVGM(String url)
parses the specified schema and returns the result as a VGM.
|
static REDocumentDeclaration |
GrammarLoader.loadVGM(String url,
GrammarReaderController controller,
SAXParserFactory factory)
parses the specified schema and returns the result as a VGM.
|
REDocumentDeclaration |
GrammarLoader.parseVGM(InputSource source) |
REDocumentDeclaration |
GrammarLoader.parseVGM(String url) |
Constructor and Description |
---|
RulesAcceptor(REDocumentDeclaration docDecl,
DeclImpl[] rules) |
Modifier and Type | Field and Description |
---|---|
protected REDocumentDeclaration |
AttributeToken.docDecl |
protected REDocumentDeclaration |
ExpressionAcceptor.docDecl
this object provides various function objects
|
protected REDocumentDeclaration |
AttributeFeeder.docDecl |
Modifier and Type | Class and Description |
---|---|
class |
XSREDocDecl
REDocumentDeclaration that supports several W3C XML Schema
specific semantics. |
Copyright © 2016 Oracle Corporation. All rights reserved.