KickJava   Java API By Example, From Geeks To Geeks.

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

  • org.enhydra.apache.xerces.framework.XMLParser
    This is the base class of all standard parsers. @version $Id: XMLParser.java,v 1.2 2005/01/26 08:28:44 jkjome Exp $
  • com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser
    This is the base class of all SAX parsers. It implements both the SAX1 and SAX2 parser functionality, while the actual pipeline is defined in the parser configuration. @author Arnaud Le Hors, IBM @author Andy Clark, IBM @version $Id: AbstractSAXParser.java,v 1.54 2004/04/07 15:42:05 mrglavas Exp ...
  • org.apache.xerces.jaxp.SAXParserImpl
    This is the implementation specific class for the <code>javax.xml.parsers.SAXParser</code>. @author Rajiv Mordani @author Edwin Goei @version $Id: SAXParserImpl.java,v 1.33 2005/06/21 17:19:08 mrglavas Exp $
  • 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.lib.ExsltDynamic
    This class contains EXSLT dynamic extension functions. It is accessed by specifying a namespace URI as follows: <pre> xmlns:dyn="http://exslt.org/dynamic" </pre> The documentation for each function has been copied from the relevant EXSLT Implementer page. @see <a HREF="http://www. ...
  • com.sun.xml.fastinfoset.sax.SAXDocumentParser
  • org.apache.xerces.jaxp.validation.XMLSchemaFactory
    {@link SchemaFactory} for XML Schema. @author Kohsuke Kawaguchi (kohsuke.kawaguchi@sun.com) @version $Id: XMLSchemaFactory.java,v 1.8 2005/06/14 15:43:57 mrglavas Exp $
  • com.sun.org.apache.xerces.internal.parsers.DOMParser
    This is the main Xerces DOM parser class. It uses the abstract DOM parser with a document scanner, a dtd scanner, and a validator, as well as a grammar pool. @author Arnaud Le Hors, IBM @author Andy Clark, IBM @version $Id: DOMParser.java,v 1.69 2004/02/17 07:14:49 neeraj Exp $
  • org.xmlpull.v1.sax2.Driver
    SAX2 Driver that puslls events from XmlPullParser and comverts them into SAX2 callbacks. @author <a HREF="http://www.extreme.indiana.edu/~aslom/">Aleksander Slominski</a> @author <a HREF="mailto:hkrug@rationalizer.com">Holger Krug</a>
  • org.dom4j.io.SAXWriter
    <p> <code>SAXWriter</code> writes a DOM4J tree to a SAX ContentHandler. </p> @author <a HREF="mailto:james.strachan@metastuff.com">James Strachan </a> @version $Revision: 1.24 $
  • net.sf.saxon.Filter
    <B>Filter</B> is an XMLFilter (a SAX2 filter) that performs a transformation taking a SAX stream as input and producing a SAX stream as output. @author Michael H. Kay
  • com.sun.org.apache.xerces.internal.jaxp.SAXParserFactoryImpl
    @author Rajiv Mordani @author Edwin Goei @version $Id: SAXParserFactoryImpl.java,v 1.6 2003/11/18 00:22:59 kk122374 Exp $ This is the implementation specific class for the <code>javax.xml.parsers.SAXParserFactory</code>. This is the platform default implementation for the platform.
  • org.apache.commons.digester.Digester
    <p>A <strong>Digester</strong> processes an XML input stream by matching a series of element nesting patterns to execute Rules that have been added prior to the start of parsing. This package was inspired by the <code>XmlMapper</code> class that was part of Tomcat 3. ...
  • com.myeis.services.myeis.myeis.CustomerFormatHandler
  • com.sun.org.apache.xerces.internal.jaxp.DocumentBuilderImpl
    @author Rajiv Mordani @author Edwin Goei @version $Id: DocumentBuilderImpl.java,v 1.24 2004/02/24 23:15:58 mrglavas Exp $
  • dom.wrappers.Xerces
    Wraps the Xerces DOM parser. @version $Id: Xerces.java,v 1.3 2004/02/24 23:41:06 mrglavas Exp $
  • org.apache.jetspeed.webservices.finance.stockmarket.StockQuoteArrayHandler
Popular Tags