Uses of Class
org.codehaus.stax2.validation.XMLValidator

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

Uses of XMLValidator in com.ctc.wstx.dtd
 

Subclasses of XMLValidator in com.ctc.wstx.dtd
 class DTDTypingNonValidator
          This class is a "non-validating validator"; a validator-like object that handles DTD-based non-validation functionality: determining type information and default values.
 class DTDValidator
          Woodstox implementation of XMLValidator; the class that handles DTD-based validation.
 class DTDValidatorBase
          Shared abstract base class for Woodstox implementations of XMLValidator for DTD validation.
 

Methods in com.ctc.wstx.dtd that return XMLValidator
abstract  XMLValidator DTDSubset.createValidator(ValidationContext ctxt)
           
 XMLValidator DTDSubsetImpl.createValidator(ValidationContext ctxt)
           
 

Methods in com.ctc.wstx.dtd with parameters of type XMLValidator
 String DTDAttribute.getDefaultValue(ValidationContext ctxt, XMLValidator dtd)
           
 void DefaultAttrValue.reportUndeclared(ValidationContext ctxt, XMLValidator dtd)
           
 

Uses of XMLValidator in com.ctc.wstx.msv
 

Subclasses of XMLValidator in com.ctc.wstx.msv
 class GenericMsvValidator
          Generic validator instance to be used for all Multi-Schema Validator backed implementations.
 

Methods in com.ctc.wstx.msv that return XMLValidator
 XMLValidator RelaxNGSchema.createValidator(ValidationContext ctxt)
           
 XMLValidator W3CSchema.createValidator(ValidationContext ctxt)
           
 

Uses of XMLValidator in com.ctc.wstx.sr
 

Fields in com.ctc.wstx.sr declared as XMLValidator
protected  XMLValidator InputElementStack.mValidator
          Optional validator object that will get called if set, and that can validate xml content.
 

Methods in com.ctc.wstx.sr that return XMLValidator
protected  XMLValidator InputElementStack.addValidator(XMLValidator vld)
           
 XMLValidator BasicStreamReader.stopValidatingAgainst(XMLValidationSchema schema)
           
 XMLValidator InputElementStack.stopValidatingAgainst(XMLValidationSchema schema)
           
 XMLValidator ValidatingStreamReader.stopValidatingAgainst(XMLValidationSchema schema)
           
 XMLValidator BasicStreamReader.stopValidatingAgainst(XMLValidator validator)
           
 XMLValidator InputElementStack.stopValidatingAgainst(XMLValidator validator)
           
 XMLValidator ValidatingStreamReader.stopValidatingAgainst(XMLValidator validator)
           
 XMLValidator BasicStreamReader.validateAgainst(XMLValidationSchema schema)
           
 XMLValidator InputElementStack.validateAgainst(XMLValidationSchema schema)
           
 XMLValidator ValidatingStreamReader.validateAgainst(XMLValidationSchema schema)
           
 

Methods in com.ctc.wstx.sr with parameters of type XMLValidator
protected  XMLValidator InputElementStack.addValidator(XMLValidator vld)
           
protected  void InputElementStack.setAutomaticDTDValidator(XMLValidator validator, NsDefaultProvider nsDefs)
          Method called to connect the automatically handled DTD validator (one detected from DOCTYPE, loaded and completely handled by the stream reader without application calling validation methods).
 XMLValidator BasicStreamReader.stopValidatingAgainst(XMLValidator validator)
           
 XMLValidator InputElementStack.stopValidatingAgainst(XMLValidator validator)
           
 XMLValidator ValidatingStreamReader.stopValidatingAgainst(XMLValidator validator)
           
protected  void AttributeCollector.validateAttribute(int index, XMLValidator vld)
           
 

Uses of XMLValidator in com.ctc.wstx.sw
 

Fields in com.ctc.wstx.sw declared as XMLValidator
protected  XMLValidator BaseStreamWriter.mValidator
          Optional validator to use for validating output against one or more schemas, and/or for safe pretty-printing (indentation).
 

Methods in com.ctc.wstx.sw that return XMLValidator
 XMLValidator BaseStreamWriter.stopValidatingAgainst(XMLValidationSchema schema)
           
 XMLValidator BaseStreamWriter.stopValidatingAgainst(XMLValidator validator)
           
 XMLValidator BaseStreamWriter.validateAgainst(XMLValidationSchema schema)
           
 

Methods in com.ctc.wstx.sw with parameters of type XMLValidator
 XMLValidator BaseStreamWriter.stopValidatingAgainst(XMLValidator validator)
           
 void BufferingXmlWriter.writeTypedAttribute(String prefix, String localName, String nsURI, AsciiValueEncoder enc, XMLValidator validator, char[] copyBuffer)
           
 void EncodingXmlWriter.writeTypedAttribute(String prefix, String localName, String nsURI, AsciiValueEncoder enc, XMLValidator validator, char[] copyBuffer)
           
abstract  void XmlWriter.writeTypedAttribute(String prefix, String localName, String nsURI, AsciiValueEncoder enc, XMLValidator validator, char[] copyBuffer)
          Method similar to XmlWriter.writeAttribute(String,String,char[],int,int) but where is known not to require escaping.
 void BufferingXmlWriter.writeTypedElement(AsciiValueEncoder enc, XMLValidator validator, char[] copyBuffer)
           
 void EncodingXmlWriter.writeTypedElement(AsciiValueEncoder enc, XMLValidator validator, char[] copyBuffer)
          Validating version of typed write method
abstract  void XmlWriter.writeTypedElement(AsciiValueEncoder enc, XMLValidator validator, char[] copyBuffer)
          Like XmlWriter.writeRaw(java.lang.String, int, int), but caller guarantees that the contents additionally are known to be in 7-bit ascii range, and also passes an encoder object that will encode values only when being handed a buffer to append to.
 

Uses of XMLValidator in com.ctc.wstx.util
 

Methods in com.ctc.wstx.util with parameters of type XMLValidator
 void TextBuffer.validateText(XMLValidator vld, boolean lastSegment)
           
 

Uses of XMLValidator in org.codehaus.stax2.ri
 

Methods in org.codehaus.stax2.ri that return XMLValidator
 XMLValidator Stax2ReaderAdapter.stopValidatingAgainst(XMLValidationSchema schema)
           
 XMLValidator Stax2ReaderImpl.stopValidatingAgainst(XMLValidationSchema schema)
           
 XMLValidator Stax2WriterAdapter.stopValidatingAgainst(XMLValidationSchema schema)
           
 XMLValidator Stax2WriterImpl.stopValidatingAgainst(XMLValidationSchema schema)
           
 XMLValidator Stax2ReaderAdapter.stopValidatingAgainst(XMLValidator validator)
           
 XMLValidator Stax2ReaderImpl.stopValidatingAgainst(XMLValidator validator)
           
 XMLValidator Stax2WriterAdapter.stopValidatingAgainst(XMLValidator validator)
           
 XMLValidator Stax2WriterImpl.stopValidatingAgainst(XMLValidator validator)
           
 XMLValidator Stax2ReaderAdapter.validateAgainst(XMLValidationSchema schema)
           
 XMLValidator Stax2ReaderImpl.validateAgainst(XMLValidationSchema schema)
           
 XMLValidator Stax2WriterAdapter.validateAgainst(XMLValidationSchema schema)
           
 XMLValidator Stax2WriterImpl.validateAgainst(XMLValidationSchema schema)
           
 

Methods in org.codehaus.stax2.ri with parameters of type XMLValidator
 XMLValidator Stax2ReaderAdapter.stopValidatingAgainst(XMLValidator validator)
           
 XMLValidator Stax2ReaderImpl.stopValidatingAgainst(XMLValidator validator)
           
 XMLValidator Stax2WriterAdapter.stopValidatingAgainst(XMLValidator validator)
           
 XMLValidator Stax2WriterImpl.stopValidatingAgainst(XMLValidator validator)
           
 

Uses of XMLValidator in org.codehaus.stax2.ri.dom
 

Methods in org.codehaus.stax2.ri.dom that return XMLValidator
 XMLValidator DOMWrappingReader.stopValidatingAgainst(XMLValidationSchema schema)
           
 XMLValidator DOMWrappingWriter.stopValidatingAgainst(XMLValidationSchema schema)
           
 XMLValidator DOMWrappingReader.stopValidatingAgainst(XMLValidator validator)
           
 XMLValidator DOMWrappingWriter.stopValidatingAgainst(XMLValidator validator)
           
 XMLValidator DOMWrappingReader.validateAgainst(XMLValidationSchema schema)
           
 XMLValidator DOMWrappingWriter.validateAgainst(XMLValidationSchema schema)
           
 

Methods in org.codehaus.stax2.ri.dom with parameters of type XMLValidator
 XMLValidator DOMWrappingReader.stopValidatingAgainst(XMLValidator validator)
           
 XMLValidator DOMWrappingWriter.stopValidatingAgainst(XMLValidator validator)
           
 

Uses of XMLValidator in org.codehaus.stax2.util
 

Methods in org.codehaus.stax2.util that return XMLValidator
 XMLValidator StreamReader2Delegate.stopValidatingAgainst(XMLValidationSchema schema)
           
 XMLValidator StreamWriter2Delegate.stopValidatingAgainst(XMLValidationSchema schema)
           
 XMLValidator StreamReader2Delegate.stopValidatingAgainst(XMLValidator validator)
           
 XMLValidator StreamWriter2Delegate.stopValidatingAgainst(XMLValidator validator)
           
 XMLValidator StreamReader2Delegate.validateAgainst(XMLValidationSchema schema)
           
 XMLValidator StreamWriter2Delegate.validateAgainst(XMLValidationSchema schema)
           
 

Methods in org.codehaus.stax2.util with parameters of type XMLValidator
 XMLValidator StreamReader2Delegate.stopValidatingAgainst(XMLValidator validator)
           
 XMLValidator StreamWriter2Delegate.stopValidatingAgainst(XMLValidator validator)
           
 

Uses of XMLValidator in org.codehaus.stax2.validation
 

Subclasses of XMLValidator in org.codehaus.stax2.validation
 class ValidatorPair
          Simple utility class that allows chaining of XMLValidator instances.
 

Fields in org.codehaus.stax2.validation declared as XMLValidator
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
           
 

Methods in org.codehaus.stax2.validation that return XMLValidator
 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).
 

Methods in org.codehaus.stax2.validation with parameters of type XMLValidator
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.
 

Constructors in org.codehaus.stax2.validation with parameters of type XMLValidator
ValidatorPair(XMLValidator first, XMLValidator second)
           
 



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