KickJava   Java API By Example, From Geeks To Geeks.

Java > Java SE, EE, ME > javax > xml > validation > ValidatorHandler > Top Examples

  • com.sun.org.apache.xerces.internal.jaxp.JAXPValidatorComponent
    Runs events through a {@link javax.xml.validation.ValidatorHandler} and performs validation/infoset-augmentation by an external validator. <p> This component sets up the pipeline as follows: <!-- this picture may look teribble on your IDE but it is correct. --> <pre> __ ...
  • com.sun.org.apache.xerces.internal.parsers.JAXPConfiguration
    {@link com.sun.org.apache.xerces.internal.xni.parser.XMLParseException} that includes a JAXP {@link ValidatorHandler} in the middle. @author Kohsuke Kawaguchi (kohsuke.kawaguchi@sun.com) Venu Gopal (k.venugopal@sun.com)
  • com.sun.org.apache.xerces.internal.jaxp.validation.ValidatorImpl
    <b>(For Implementors)</b> Default implementation of {@link Validator}. <p> This class is intended to be used in conjunction with {@link AbstractSchemaImpl} to promote consistent behaviors among {@link Schema} implementations. <p> This class wraps a {@link javax.xml.valida ...
Popular Tags