|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use DocumentDeclaration | |
|---|---|
| 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 |
| Uses of DocumentDeclaration in com.sun.msv.verifier |
|---|
| Fields in com.sun.msv.verifier declared as DocumentDeclaration | |
|---|---|
protected DocumentDeclaration |
Verifier.docDecl
Schema object against which the validation will be done |
| Constructors in com.sun.msv.verifier with parameters of type DocumentDeclaration | |
|---|---|
Verifier(DocumentDeclaration documentDecl,
ErrorHandler errorHandler)
|
|
VerifierFilter(DocumentDeclaration documentDecl,
ErrorHandler errorHandler)
|
|
| Uses of DocumentDeclaration in com.sun.msv.verifier.psvi |
|---|
| Constructors in com.sun.msv.verifier.psvi with parameters of type DocumentDeclaration | |
|---|---|
TypeDetector(DocumentDeclaration documentDecl,
ErrorHandler errorHandler)
|
|
TypeDetector(DocumentDeclaration documentDecl,
TypedContentHandler handler,
ErrorHandler errorHandler)
|
|
| Uses of DocumentDeclaration in com.sun.msv.verifier.regexp |
|---|
| Classes in com.sun.msv.verifier.regexp that implement DocumentDeclaration | |
|---|---|
class |
REDocumentDeclaration
DocumentDeclaration implementation
Grammar object can be shared among multiple threads, but this object
cannot be shared. |
| Uses of DocumentDeclaration in com.sun.msv.verifier.regexp.xmlschema |
|---|
| Classes in com.sun.msv.verifier.regexp.xmlschema that implement DocumentDeclaration | |
|---|---|
class |
XSREDocDecl
REDocumentDeclaration that supports several W3C XML Schema
specific semantics. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||