com.japisoft.fastparser
Class Sax2Parser

java.lang.Object
  |
  +--org.xml.sax.helpers.ParserAdapter
        |
        +--com.japisoft.fastparser.Sax2Parser
All Implemented Interfaces:
org.xml.sax.DocumentHandler, org.xml.sax.XMLReader

public class Sax2Parser
extends org.xml.sax.helpers.ParserAdapter

Sax Level 2 support

Author:
(c) 2002-2003 JAPISOFT

Constructor Summary
Sax2Parser()
           
 
Methods inherited from class org.xml.sax.helpers.ParserAdapter
characters, endDocument, endElement, getContentHandler, getDTDHandler, getEntityResolver, getErrorHandler, getFeature, getProperty, ignorableWhitespace, parse, parse, processingInstruction, setContentHandler, setDocumentLocator, setDTDHandler, setEntityResolver, setErrorHandler, setFeature, setProperty, startDocument, startElement
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Sax2Parser

public Sax2Parser()