Uses of Interface
com.sun.msv.verifier.DocumentDeclaration
Packages that use DocumentDeclaration
Package
Description
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.verifier
Fields in com.sun.msv.verifier declared as DocumentDeclarationModifier and TypeFieldDescriptionprotected final DocumentDeclarationVerifier.docDeclSchema 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 TypeClassDescriptionclassDocumentDeclarationimplementation 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 TypeClassDescriptionclassREDocumentDeclarationthat supports several W3C XML Schema specific semantics.