Uses of Package
org.codehaus.stax2.validation
Packages that use org.codehaus.stax2.validation
Package
Description
Package that contains a skeletal reference implementation of Stax2 API,
as well as some utility/helper classes that can be useful in building
one.
-
Classes in org.codehaus.stax2.validation used by org.codehaus.stax2ClassDescriptionSpecialized interface that covers schema features unique to DTDs.Interface that defines API that Stax2 validation system exposes to the applications.Simple container class used to store a non-fatal problem either to be returned as is, or to use for creating and throwing a validation exception.
-
Classes in org.codehaus.stax2.validation used by org.codehaus.stax2.osgi
-
Classes in org.codehaus.stax2.validation used by org.codehaus.stax2.riClassDescriptionSpecialized interface that covers schema features unique to DTDs.Interface that defines API that Stax2 validation system exposes to the applications.This interface defines method(s) needed to implement a custom validation problem (warning, error, fatal error) handler.Defines the API that validator schema instances have to implement.Class that defines interface that individual (possibly) stateful validator instances have to implement, and that both
XMLStreamReader
andXMLStreamWriter
instances can call to validate xml documents. -
Classes in org.codehaus.stax2.validation used by org.codehaus.stax2.ri.domClassDescriptionSpecialized interface that covers schema features unique to DTDs.Interface that defines API that Stax2 validation system exposes to the applications.This interface defines method(s) needed to implement a custom validation problem (warning, error, fatal error) handler.Defines the API that validator schema instances have to implement.Class that defines interface that individual (possibly) stateful validator instances have to implement, and that both
XMLStreamReader
andXMLStreamWriter
instances can call to validate xml documents. -
Classes in org.codehaus.stax2.validation used by org.codehaus.stax2.utilClassDescriptionInterface that defines API that Stax2 validation system exposes to the applications.This interface defines method(s) needed to implement a custom validation problem (warning, error, fatal error) handler.Defines the API that validator schema instances have to implement.Class that defines interface that individual (possibly) stateful validator instances have to implement, and that both
XMLStreamReader
andXMLStreamWriter
instances can call to validate xml documents. -
Classes in org.codehaus.stax2.validation used by org.codehaus.stax2.validationClassDescriptionInterface that defines functionality exposed by the "owner" of the content to validate (usually a stream reader or stream writer) to validators, needed in addition to actually validatable content, for succesful validation.This interface defines method(s) needed to implement a custom validation problem (warning, error, fatal error) handler.Specialized sub-class of
XMLStreamException
, to be used for indicating fatal validation problems (when in mode in which exceptions are to be thrown).Simple container class used to store a non-fatal problem either to be returned as is, or to use for creating and throwing a validation exception.Defines the API that validator schema instances have to implement.Defines an abstract factory for constructingXMLValidationSchema
instances.Class that defines interface that individual (possibly) stateful validator instances have to implement, and that bothXMLStreamReader
andXMLStreamWriter
instances can call to validate xml documents.