KickJava   Java API By Example, From Geeks To Geeks.

Java > Java SE, EE, ME > org > w3c > dom > TypeInfo > 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.parsers.AbstractDOMParser
    This is the base class of all DOM parsers. It implements the XNI callback methods to create the DOM tree. After a successful parse of an XML document, the DOM Document object can be queried using the <code>getDocument</code> method. The actual pipeline is defined in parser configuratio ...
  • org.apache.xerces.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> __ ...
  • net.sf.saxon.dom.TypedContentHandler
    This class is an extension of ContentHandlerProxy that provides access to type information, using the DOM Level 3 TypeInfo interfaces. The ContentHandlerProxy also acts as a TypeInfoProvider, providing information about the type of the current element or attribute.
  • com.sun.org.apache.xerces.internal.impl.xs.opti.AttrImpl
    This class represents a single attribute. @author Rahul Srivastava, Sun Microsystems Inc. @version $Id: AttrImpl.java,v 1.5 2003/03/20 00:38:30 elena Exp $
  • org.w3c.tidy.DOMElementImpl
    DOMElementImpl (c) 1998-2000 (W3C) MIT, INRIA, Keio University See Tidy.java for the copyright notice. Derived from <a HREF="http://www.w3.org/People/Raggett/tidy"> HTML Tidy Release 4 Aug 2000</a> @author Dave Raggett <dsr@w3.org> @author Andy Quick <ac.quick@sympatico.c ...
Popular Tags