KickJava   Java API By Example, From Geeks To Geeks.

Java > Java SE, EE, ME > org > xml > sax > ext > DeclHandler > Top Examples

  • org.apache.xalan.transformer.TransformerIdentityImpl
    This class implements an identity transformer for {@link javax.xml.transform.sax.SAXTransformerFactory#newTransformerHandler()} and {@link javax.xml.transform.TransformerFactory#newTransformer()}. It simply feeds SAX events directly to a serializer ContentHandler, if the result is a stream. If t ...
  • org.dom4j.io.SAXEventRecorder
    <p> Records SAX events such that they may be "replayed" at a later time. Provides an alternative serialization approach when externalizing a DOM4J document. Rather than serializing a document as text and re-parsing, the sax events may be serialized instead. </p> Example usage: <pre ...
  • org.enhydra.apache.xerces.parsers.SAXParser
    REVISIT: [SAX2beta] ContentHandler#skippedEntity(String) SAXParser provides a parser which implements the SAX1 and SAX2 parser APIs. @version $Id: SAXParser.java,v 1.2 2005/01/26 08:28:44 jkjome Exp $
  • org.apache.xalan.transformer.TransformerImpl
    This class implements the {@link javax.xml.transform.Transformer} interface, and is the core representation of the transformation execution.</p> @xsl.usage advanced
  • com.icl.saxon.aelfred.SAXDriver
    $Id: SAXDriver.java,v 1.21 2000/02/29 00:23:50 mojo Exp $ An enhanced SAX2 version of Microstar's &AElig;lfred XML parser. The enhancements primarily relate to significant improvements in conformance to the XML specification, and SAX2 support. Performance has been improved. However, the & ...
  • org.enhydra.apache.xml.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 ...
  • com.sun.org.apache.xml.internal.dtm.DTM
    <code>DTM</code> is an XML document model expressed as a table rather than an object tree. It attempts to provide an interface to a parse tree that has very little object creation. (DTM implementations may also support incremental construction of the model, but that's hidden from the D ...
Popular Tags