Uses of Interface
com.sun.msv.verifier.DocumentDeclaration
-
Packages that use DocumentDeclaration 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 -
-
Uses of DocumentDeclaration in com.sun.msv.verifier
Fields in com.sun.msv.verifier declared as DocumentDeclaration Modifier and Type Field Description protected DocumentDeclaration
Verifier. docDecl
Schema object against which the validation will be doneConstructors in com.sun.msv.verifier with parameters of type DocumentDeclaration Constructor Description 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 Constructor Description TypeDetector(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 DocumentDeclaration Modifier and Type Class Description 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 Modifier and Type Class Description class
XSREDocDecl
REDocumentDeclaration
that supports several W3C XML Schema specific semantics.
-