Package com.sun.msv.verifier
package com.sun.msv.verifier
Contains abstract model for grammar-based schema and concrete verifier implementation for the abstract schema.
The model of the schema consists of two interfaces:
-
DocumentDeclaration, which corresponds to constraints over XML documents
-
ElementDeclaration, which corresponds to constraints over an XML element
-
Acceptor, which verifies XML content against the content model
Note that these definitions capture schema from verifier's point of view. ���ɑ��Ē����ȃX�L�[�}�̃I�u�W�F�N�g���f���ƁA���̃A���S���Y���ɓ��������A�_�v�^�Ƃ͕ʂɗp�ӂ���̂��]�܂����BThese definitions are for the latter, not for the former.
-
ClassDescriptionBase implementation for various Verifier implementations.exposes the low-level validation engine interface.Represents a kind of "constraint" over XML document.Instances of this class is attached to
ValidityViolation
to provide detailed information about the error.Bad attribute.Bad tag name.Bad text.Base class for element related errors.This error occurs when MSV sees an end tag unexpectedly.Missing attribute.Interface of verifier.Exception that signals error was fatal and recovery was not possible.Contains information about where and how validity violation was happened.SAX ContentHandler that verifies incoming SAX event stream.SAX XMLFilter that verifies incoming SAX event stream.