KickJava   Java API By Example, From Geeks To Geeks.

Java > Java SE, EE, ME > org > xml > sax > DocumentHandler > Top Examples

  • org.apache.tools.ant.helper.ProjectHelperImpl
    Original helper.
  • org.exolab.jms.config.AttributeExpander
    This class expands attributes in XML documents as the document is being parsed. It is designed to be used in conjunction with the Castor unmarshalling framework. <p> To be expanded, attribute values must contain text of the form <i>${property.name}</i>, where <i>property.na ...
  • org.apache.cocoon.xml.DocumentHandlerWrapper
    This class is an utility class &quot;wrapping&quot; around a SAX version 1.0 <code>DocumentHandler</code> and forwarding it those events received throug its <code>XMLConsumers</code> interface. <br> This class fully supports XML namespaces, converting <code ...
  • 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.serialize.Serializer
    Interface for a DOM serializer implementation, factory for DOM and SAX serializers, and static methods for serializing DOM documents. <p> To serialize a document using SAX events, create a compatible serializer and pass it around as a {@link org.xml.sax.DocumentHandler}. If an I/O error occu ...
  • 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 $
Popular Tags