KickJava   Java API By Example, From Geeks To Geeks.

Java > Java SE, EE, ME > org > w3c > dom > ls > LSResourceResolver > Top Examples

  • org.apache.xerces.jaxp.validation.ValidatorHandlerImpl
    <p>Implementation of ValidatorHandler for W3C XML Schemas and also a validator helper for <code>SAXSource</code>s.</p> @author Kohsuke Kawaguchi (kohsuke.kawaguchi@sun.com) @author Michael Glavassevich, IBM @version $Id: ValidatorHandlerImpl.java,v 1.2 2005/06/13 21:57:00 ...
  • com.sun.org.apache.xerces.internal.util.DOMEntityResolverWrapper
    This class wraps DOM entity resolver to XNI entity resolver. @see LSResourceResolver @author Gopal Sharma, SUN MicroSystems Inc. @author Elena Litani, IBM @author Ramesh Mandava, Sun Microsystems @version $Id: DOMEntityResolverWrapper.java,v 1.12 2004/02/25 19:46:15 kohsuke Exp $
  • org.apache.xerces.dom.DOMConfigurationImpl
    Xerces implementation of DOMConfiguration that maintains a table of recognized parameters. @xerces.internal @author Elena Litani, IBM @author Neeraj Bajaj, Sun Microsystems. @version $Id: DOMConfigurationImpl.java,v 1.35 2005/06/13 22:26:42 nddelima Exp $
  • org.apache.xerces.jaxp.validation.ValidatorImpl
    <p>Implementation of Validator for W3C XML Schemas.</p> @author <a HREF="mailto:Kohsuke.Kawaguchi@Sun.com">Kohsuke Kawaguchi</a> @author Michael Glavassevich, IBM @version $Id: ValidatorImpl.java,v 1.2 2005/06/13 21:28:55 mrglavas Exp $ Data Component manager. SAX vali ...
  • 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> __ ...
Popular Tags