Uses of Package
org.codehaus.stax2.validation

Packages that use org.codehaus.stax2.validation
com.ctc.wstx.api   
com.ctc.wstx.dom   
com.ctc.wstx.dtd   
com.ctc.wstx.exc   
com.ctc.wstx.msv   
com.ctc.wstx.osgi   
com.ctc.wstx.sr   
com.ctc.wstx.sw   
com.ctc.wstx.util   
org.codehaus.stax2   
org.codehaus.stax2.osgi   
org.codehaus.stax2.ri   
org.codehaus.stax2.ri.dom   
org.codehaus.stax2.util   
org.codehaus.stax2.validation   
 

Classes in org.codehaus.stax2.validation used by com.ctc.wstx.api
DTDValidationSchema
          Specialized interface that covers schema features unique to DTDs.
 

Classes in org.codehaus.stax2.validation used by com.ctc.wstx.dom
Validatable
          Interface that defines API that Stax2 validation system exposes to the applications.
 

Classes in org.codehaus.stax2.validation used by com.ctc.wstx.dtd
DTDValidationSchema
          Specialized interface that covers schema features unique to DTDs.
ValidationContext
          Interface 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.
XMLValidationException
          Specialized sub-class of XMLStreamException, to be used for indicating fatal validation problems (when in mode in which exceptions are to be thrown).
XMLValidationSchema
          Defines the API that validator schema instances have to implement.
XMLValidationSchemaFactory
          Defines an abstract factory for constructing XMLValidationSchema instances.
XMLValidator
          Class that defines interface that individual (possibly) stateful validator instances have to implement, and that both XMLStreamReader and XMLStreamWriter instances can call to validate xml documents.
 

Classes in org.codehaus.stax2.validation used by com.ctc.wstx.exc
XMLValidationException
          Specialized sub-class of XMLStreamException, to be used for indicating fatal validation problems (when in mode in which exceptions are to be thrown).
XMLValidationProblem
          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 com.ctc.wstx.msv
ValidationContext
          Interface 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.
XMLValidationProblem
          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.
XMLValidationSchema
          Defines the API that validator schema instances have to implement.
XMLValidationSchemaFactory
          Defines an abstract factory for constructing XMLValidationSchema instances.
XMLValidator
          Class that defines interface that individual (possibly) stateful validator instances have to implement, and that both XMLStreamReader and XMLStreamWriter instances can call to validate xml documents.
 

Classes in org.codehaus.stax2.validation used by com.ctc.wstx.osgi
XMLValidationSchemaFactory
          Defines an abstract factory for constructing XMLValidationSchema instances.
 

Classes in org.codehaus.stax2.validation used by com.ctc.wstx.sr
DTDValidationSchema
          Specialized interface that covers schema features unique to DTDs.
Validatable
          Interface that defines API that Stax2 validation system exposes to the applications.
ValidationContext
          Interface 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.
ValidationProblemHandler
          This interface defines method(s) needed to implement a custom validation problem (warning, error, fatal error) handler.
XMLValidationProblem
          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.
XMLValidationSchema
          Defines the API that validator schema instances have to implement.
XMLValidator
          Class that defines interface that individual (possibly) stateful validator instances have to implement, and that both XMLStreamReader and XMLStreamWriter instances can call to validate xml documents.
 

Classes in org.codehaus.stax2.validation used by com.ctc.wstx.sw
Validatable
          Interface that defines API that Stax2 validation system exposes to the applications.
ValidationContext
          Interface 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.
ValidationProblemHandler
          This interface defines method(s) needed to implement a custom validation problem (warning, error, fatal error) handler.
XMLValidationProblem
          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.
XMLValidationSchema
          Defines the API that validator schema instances have to implement.
XMLValidator
          Class that defines interface that individual (possibly) stateful validator instances have to implement, and that both XMLStreamReader and XMLStreamWriter instances can call to validate xml documents.
 

Classes in org.codehaus.stax2.validation used by com.ctc.wstx.util
XMLValidator
          Class that defines interface that individual (possibly) stateful validator instances have to implement, and that both XMLStreamReader and XMLStreamWriter instances can call to validate xml documents.
 

Classes in org.codehaus.stax2.validation used by org.codehaus.stax2
DTDValidationSchema
          Specialized interface that covers schema features unique to DTDs.
Validatable
          Interface that defines API that Stax2 validation system exposes to the applications.
XMLValidationProblem
          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
XMLValidationSchemaFactory
          Defines an abstract factory for constructing XMLValidationSchema instances.
 

Classes in org.codehaus.stax2.validation used by org.codehaus.stax2.ri
DTDValidationSchema
          Specialized interface that covers schema features unique to DTDs.
Validatable
          Interface that defines API that Stax2 validation system exposes to the applications.
ValidationProblemHandler
          This interface defines method(s) needed to implement a custom validation problem (warning, error, fatal error) handler.
XMLValidationSchema
          Defines the API that validator schema instances have to implement.
XMLValidator
          Class that defines interface that individual (possibly) stateful validator instances have to implement, and that both XMLStreamReader and XMLStreamWriter instances can call to validate xml documents.
 

Classes in org.codehaus.stax2.validation used by org.codehaus.stax2.ri.dom
DTDValidationSchema
          Specialized interface that covers schema features unique to DTDs.
Validatable
          Interface that defines API that Stax2 validation system exposes to the applications.
ValidationProblemHandler
          This interface defines method(s) needed to implement a custom validation problem (warning, error, fatal error) handler.
XMLValidationSchema
          Defines the API that validator schema instances have to implement.
XMLValidator
          Class that defines interface that individual (possibly) stateful validator instances have to implement, and that both XMLStreamReader and XMLStreamWriter instances can call to validate xml documents.
 

Classes in org.codehaus.stax2.validation used by org.codehaus.stax2.util
Validatable
          Interface that defines API that Stax2 validation system exposes to the applications.
ValidationProblemHandler
          This interface defines method(s) needed to implement a custom validation problem (warning, error, fatal error) handler.
XMLValidationSchema
          Defines the API that validator schema instances have to implement.
XMLValidator
          Class that defines interface that individual (possibly) stateful validator instances have to implement, and that both XMLStreamReader and XMLStreamWriter instances can call to validate xml documents.
 

Classes in org.codehaus.stax2.validation used by org.codehaus.stax2.validation
ValidationContext
          Interface 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.
ValidationProblemHandler
          This interface defines method(s) needed to implement a custom validation problem (warning, error, fatal error) handler.
XMLValidationException
          Specialized sub-class of XMLStreamException, to be used for indicating fatal validation problems (when in mode in which exceptions are to be thrown).
XMLValidationProblem
          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.
XMLValidationSchema
          Defines the API that validator schema instances have to implement.
XMLValidationSchemaFactory
          Defines an abstract factory for constructing XMLValidationSchema instances.
XMLValidator
          Class that defines interface that individual (possibly) stateful validator instances have to implement, and that both XMLStreamReader and XMLStreamWriter instances can call to validate xml documents.
 



Copyright © 2005-2015 Oracle Corporation. All Rights Reserved.