Package | Description |
---|---|
com.sun.msv.verifier |
Contains abstract model for grammar-based schema and
concrete verifier implementation for the abstract schema.
|
com.sun.msv.verifier.psvi |
Type-assignment engine
that can be used by application programs.
|
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 | Field and Description |
---|---|
protected DocumentDeclaration |
Verifier.docDecl
Schema object against which the validation will be done
|
Constructor and Description |
---|
Verifier(DocumentDeclaration documentDecl,
ErrorHandler errorHandler) |
VerifierFilter(DocumentDeclaration documentDecl,
ErrorHandler errorHandler) |
Constructor and Description |
---|
TypeDetector(DocumentDeclaration documentDecl,
ErrorHandler errorHandler) |
TypeDetector(DocumentDeclaration documentDecl,
TypedContentHandler handler,
ErrorHandler errorHandler) |
Modifier and Type | Class and Description |
---|---|
class |
REDocumentDeclaration
DocumentDeclaration implementation
Grammar object can be shared among multiple threads, but this object
cannot be shared. |
Modifier and Type | Class and Description |
---|---|
class |
XSREDocDecl
REDocumentDeclaration that supports several W3C XML Schema
specific semantics. |
Copyright © 2016 Oracle Corporation. All rights reserved.