KickJava   Java API By Example, From Geeks To Geeks.

Java > Java SE, EE, ME > org > xml > sax > DTDHandler > 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 ...
  • com.thaiopensource.xml.sax.ForkDTDHandler
  • org.jdom.output.SAXOutputter
    Outputs a JDOM document as a stream of SAX2 events. <p> Most ContentHandler callbacks are supported. Both <code>ignorableWhitespace()</code> and <code>skippedEntity()</code> have not been implemented. The <code>{@link JDOMLocator}</code> class returned by ...
  • org.htmlparser.sax.XMLReader
    SAX parser. Generates callbacks on the {@link ContentHandler} based on encountered nodes. <br><em>Preliminary</em>. <pre> org.xml.sax.XMLReader reader = org.xml.sax.helpers.XMLReaderFactory.createXMLReader ("org.htmlparser.sax.XMLReader"); org.xml.sax.ContentHandler content ...
  • 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 $
  • com.thaiopensource.validate.schematron.ValidatorImpl
  • 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