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 |
Modifier and Type | Method and Description |
---|---|
XMLValidator |
Stax2WriterImpl.stopValidatingAgainst(XMLValidator validator) |
XMLValidator |
Stax2WriterAdapter.stopValidatingAgainst(XMLValidator validator) |
XMLValidator |
Stax2ReaderImpl.stopValidatingAgainst(XMLValidator validator) |
XMLValidator |
Stax2ReaderAdapter.stopValidatingAgainst(XMLValidator validator) |
Modifier and Type | Method and Description |
---|---|
XMLValidator |
DOMWrappingWriter.stopValidatingAgainst(XMLValidationSchema schema) |
XMLValidator |
DOMWrappingReader.stopValidatingAgainst(XMLValidationSchema schema) |
XMLValidator |
DOMWrappingWriter.stopValidatingAgainst(XMLValidator validator) |
XMLValidator |
DOMWrappingReader.stopValidatingAgainst(XMLValidator validator) |
XMLValidator |
DOMWrappingWriter.validateAgainst(XMLValidationSchema schema) |
XMLValidator |
DOMWrappingReader.validateAgainst(XMLValidationSchema schema) |
Modifier and Type | Method and Description |
---|---|
XMLValidator |
DOMWrappingWriter.stopValidatingAgainst(XMLValidator validator) |
XMLValidator |
DOMWrappingReader.stopValidatingAgainst(XMLValidator validator) |
Modifier and Type | Method and Description |
---|---|
XMLValidator |
StreamWriter2Delegate.stopValidatingAgainst(XMLValidationSchema schema) |
XMLValidator |
StreamReader2Delegate.stopValidatingAgainst(XMLValidationSchema schema) |
XMLValidator |
StreamWriter2Delegate.stopValidatingAgainst(XMLValidator validator) |
XMLValidator |
StreamReader2Delegate.stopValidatingAgainst(XMLValidator validator) |
XMLValidator |
StreamWriter2Delegate.validateAgainst(XMLValidationSchema schema) |
XMLValidator |
StreamReader2Delegate.validateAgainst(XMLValidationSchema schema) |
Modifier and Type | Method and Description |
---|---|
XMLValidator |
StreamWriter2Delegate.stopValidatingAgainst(XMLValidator validator) |
XMLValidator |
StreamReader2Delegate.stopValidatingAgainst(XMLValidator validator) |
Modifier and Type | Class and Description |
---|---|
class |
ValidatorPair
Simple utility class that allows chaining of
XMLValidator
instances. |
Modifier and Type | Field and Description |
---|---|
protected XMLValidator |
ValidatorPair.mFirst |
protected XMLValidator |
XMLValidationProblem.mReporter
Validator instance that reported the problem, if any (may be
null if stream reader or writer itself reported the problem)
|
protected XMLValidator |
ValidatorPair.mSecond |
Modifier and Type | Method and Description |
---|---|
XMLValidator |
XMLValidationSchema.createValidator(ValidationContext ctxt) |
XMLValidator |
XMLValidationProblem.getReporter()
Returns the validator that reported the problem if known.
|
XMLValidator |
Validatable.stopValidatingAgainst(XMLValidationSchema schema)
Method that can be called by application to stop validating
output against a schema, for which
Validatable.validateAgainst(org.codehaus.stax2.validation.XMLValidationSchema)
was called earlier. |
XMLValidator |
Validatable.stopValidatingAgainst(XMLValidator validator)
Method that can be called by application to stop validating
output using specified validator.
|
XMLValidator |
Validatable.validateAgainst(XMLValidationSchema schema)
Method that will construct a
XMLValidator instance 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 to
Validatable.stopValidatingAgainst(org.codehaus.stax2.validation.XMLValidationSchema) . |
Modifier and Type | Method and Description |
---|---|
static boolean |
ValidatorPair.removeValidator(XMLValidator root,
XMLValidationSchema schema,
XMLValidator[] results) |
static boolean |
ValidatorPair.removeValidator(XMLValidator root,
XMLValidationSchema schema,
XMLValidator[] results) |
static boolean |
ValidatorPair.removeValidator(XMLValidator root,
XMLValidator vld,
XMLValidator[] results) |
static boolean |
ValidatorPair.removeValidator(XMLValidator root,
XMLValidator vld,
XMLValidator[] results) |
void |
XMLValidationProblem.setReporter(XMLValidator v)
Set the validator object that reported this problem, if known.
|
XMLValidator |
Validatable.stopValidatingAgainst(XMLValidator validator)
Method that can be called by application to stop validating
output using specified validator.
|
Constructor and Description |
---|
ValidatorPair(XMLValidator first,
XMLValidator second) |
Copyright © 2015 fasterxml.com. All Rights Reserved.