KickJava   Java API By Example, From Geeks To Geeks.

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

  • 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 ...
  • 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 $
  • 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 ...
Popular Tags