KickJava   Java API By Example, From Geeks To Geeks.

Java > Java SE, EE, ME > org > w3c > dom > DOMErrorHandler > Top Examples

  • org.apache.xerces.dom.DOMNormalizer
    This class adds implementation for normalizeDocument method. It acts as if the document was going through a save and load cycle, putting the document in a "normal" form. The actual result depends on the features being set and governing what operations actually take place. See setNormalizationFeatu ...
  • com.sun.org.apache.xerces.internal.util.DOMErrorHandlerWrapper
    This class handles DOM errors . @see DOMErrorHandler @author Gopal Sharma, SUN Microsystems Inc. @version $Id: DOMErrorHandlerWrapper.java,v 1.12 2004/04/23 04:40:38 mrglavas Exp $ REVISIT: current implementations wraps error several times: XMLErrorReport.reportError creates XMLParserException ...
  • org.apache.xml.serialize.DOMSerializerImpl
    EXPERIMENTAL: Implemenatation of DOM Level 3 org.w3c.ls.LSSerializer by delegating serialization calls to <CODE>XMLSerializer</CODE>. LSSerializer provides an API for serializing (writing) a DOM document out in an XML document. The XML data is written to an output stream. During seria ...
  • 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 $
  • xs.QueryXS
    This sample program illustrates how to use load XML Schemas and use XML Schema API (org.apache.xerces.xs) to navigate XML Schema components. @author Elena Litani, IBM @version $Id: QueryXS.java,v 1.6 2005/05/02 22:07:08 mrglavas Exp $
  • com.sun.org.apache.xml.internal.serialize.BaseMarkupSerializer
    Base class for a serializer supporting both DOM and SAX pretty serializing of XML/HTML/XHTML documents. Derives classes perform the method-specific serializing, this class provides the common serializing mechanisms. <p> The serializer must be initialized with the proper writer and output for ...
Popular Tags