Uses of Class
org.codehaus.stax2.validation.XMLValidator
-
Packages that use XMLValidator Package Description org.codehaus.stax2.ri Package that contains a skeletal reference implementation of Stax2 API, as well as some utility/helper classes that can be useful in building one.org.codehaus.stax2.ri.dom org.codehaus.stax2.util org.codehaus.stax2.validation -
-
Uses of XMLValidator in org.codehaus.stax2.ri
Methods in org.codehaus.stax2.ri with parameters of type XMLValidator Modifier and Type Method Description XMLValidatorStax2ReaderAdapter. stopValidatingAgainst(XMLValidator validator)XMLValidatorStax2ReaderImpl. stopValidatingAgainst(XMLValidator validator)XMLValidatorStax2WriterAdapter. stopValidatingAgainst(XMLValidator validator)XMLValidatorStax2WriterImpl. stopValidatingAgainst(XMLValidator validator) -
Uses of XMLValidator in org.codehaus.stax2.ri.dom
Methods in org.codehaus.stax2.ri.dom that return XMLValidator Modifier and Type Method Description XMLValidatorDOMWrappingReader. stopValidatingAgainst(XMLValidationSchema schema)XMLValidatorDOMWrappingReader. stopValidatingAgainst(XMLValidator validator)XMLValidatorDOMWrappingWriter. stopValidatingAgainst(XMLValidationSchema schema)XMLValidatorDOMWrappingWriter. stopValidatingAgainst(XMLValidator validator)XMLValidatorDOMWrappingReader. validateAgainst(XMLValidationSchema schema)XMLValidatorDOMWrappingWriter. validateAgainst(XMLValidationSchema schema)Methods in org.codehaus.stax2.ri.dom with parameters of type XMLValidator Modifier and Type Method Description XMLValidatorDOMWrappingReader. stopValidatingAgainst(XMLValidator validator)XMLValidatorDOMWrappingWriter. stopValidatingAgainst(XMLValidator validator) -
Uses of XMLValidator in org.codehaus.stax2.util
Methods in org.codehaus.stax2.util that return XMLValidator Modifier and Type Method Description XMLValidatorStreamReader2Delegate. stopValidatingAgainst(XMLValidationSchema schema)XMLValidatorStreamReader2Delegate. stopValidatingAgainst(XMLValidator validator)XMLValidatorStreamWriter2Delegate. stopValidatingAgainst(XMLValidationSchema schema)XMLValidatorStreamWriter2Delegate. stopValidatingAgainst(XMLValidator validator)XMLValidatorStreamReader2Delegate. validateAgainst(XMLValidationSchema schema)XMLValidatorStreamWriter2Delegate. validateAgainst(XMLValidationSchema schema)Methods in org.codehaus.stax2.util with parameters of type XMLValidator Modifier and Type Method Description XMLValidatorStreamReader2Delegate. stopValidatingAgainst(XMLValidator validator)XMLValidatorStreamWriter2Delegate. stopValidatingAgainst(XMLValidator validator) -
Uses of XMLValidator in org.codehaus.stax2.validation
Subclasses of XMLValidator in org.codehaus.stax2.validation Modifier and Type Class Description classValidatorPairSimple utility class that allows chaining ofXMLValidatorinstances.Fields in org.codehaus.stax2.validation declared as XMLValidator Modifier and Type Field Description protected XMLValidatorValidatorPair. mFirstprotected XMLValidatorXMLValidationProblem. mReporterValidator instance that reported the problem, if any (may be null if stream reader or writer itself reported the problem)protected XMLValidatorValidatorPair. mSecondMethods in org.codehaus.stax2.validation that return XMLValidator Modifier and Type Method Description XMLValidatorXMLValidationSchema. createValidator(ValidationContext ctxt)XMLValidatorXMLValidationProblem. getReporter()Returns the validator that reported the problem if known.XMLValidatorValidatable. stopValidatingAgainst(XMLValidationSchema schema)Method that can be called by application to stop validating output against a schema, for whichValidatable.validateAgainst(org.codehaus.stax2.validation.XMLValidationSchema)was called earlier.XMLValidatorValidatable. stopValidatingAgainst(XMLValidator validator)Method that can be called by application to stop validating output using specified validator.XMLValidatorValidatable. validateAgainst(XMLValidationSchema schema)Method that will construct aXMLValidatorinstance from the given schema (unless a validator for that schema has already been added), initialize it if necessary, and make validatable object (reader, writer) call appropriate validation methods from this point on until the end of the document (that is, it's not scoped with sub-trees), or until validator is removed by an explicit call toValidatable.stopValidatingAgainst(org.codehaus.stax2.validation.XMLValidationSchema).Methods in org.codehaus.stax2.validation with parameters of type XMLValidator Modifier and Type Method Description static booleanValidatorPair. removeValidator(XMLValidator root, XMLValidationSchema schema, XMLValidator[] results)static booleanValidatorPair. removeValidator(XMLValidator root, XMLValidator vld, XMLValidator[] results)voidXMLValidationProblem. setReporter(XMLValidator v)Set the validator object that reported this problem, if known.XMLValidatorValidatable. stopValidatingAgainst(XMLValidator validator)Method that can be called by application to stop validating output using specified validator.Constructors in org.codehaus.stax2.validation with parameters of type XMLValidator Constructor Description ValidatorPair(XMLValidator first, XMLValidator second)
-