Uses of Interface
com.sun.msv.verifier.DocumentDeclaration
Packages that use DocumentDeclaration
Package
Description
Command line verifier.
Contains abstract model for grammar-based schema and
concrete verifier implementation for the abstract schema.
Type-assignment engine
that can be used by application programs.
VGM implementation by using regular expression derivation algorithm.
RegExp VGM implementation that supports special semantics of XML Schema
-
Uses of DocumentDeclaration in com.sun.msv.driver.textui
Fields in com.sun.msv.driver.textui declared as DocumentDeclarationConstructors in com.sun.msv.driver.textui with parameters of type DocumentDeclaration -
Uses of DocumentDeclaration in com.sun.msv.verifier
Fields in com.sun.msv.verifier declared as DocumentDeclarationModifier and TypeFieldDescriptionprotected final DocumentDeclaration
Verifier.docDecl
Schema object against which the validation will be doneConstructors in com.sun.msv.verifier with parameters of type DocumentDeclarationModifierConstructorDescriptionVerifier
(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 DocumentDeclarationModifierConstructorDescriptionTypeDetector
(DocumentDeclaration documentDecl, TypedContentHandler handler, ErrorHandler errorHandler) TypeDetector
(DocumentDeclaration documentDecl, ErrorHandler errorHandler) -
Uses of DocumentDeclaration in com.sun.msv.verifier.regexp
Classes in com.sun.msv.verifier.regexp that implement DocumentDeclarationModifier and TypeClassDescriptionclass
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 DocumentDeclarationModifier and TypeClassDescriptionclass
REDocumentDeclaration
that supports several W3C XML Schema specific semantics.