All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class com.jclark.xml.sax.Driver

java.lang.Object
   |
   +----com.jclark.xml.sax.Driver

public class Driver
extends Object
implements Parser
An implementation of SAX on top of the com.jclark.xml.parse package.


Constructor Index

 o Driver()

Method Index

 o parse(String, String)
 o setDocumentHandler(DocumentHandler)
 o setEntityHandler(EntityHandler)
 o setErrorHandler(ErrorHandler)

Constructors

 o Driver
 public Driver()

Methods

 o setEntityHandler
 public void setEntityHandler(EntityHandler handler)
 o setDocumentHandler
 public void setDocumentHandler(DocumentHandler handler)
 o setErrorHandler
 public void setErrorHandler(ErrorHandler handler)
 o parse
 public void parse(String publicId,
                   String systemId) throws Exception

All Packages  Class Hierarchy  This Package  Previous  Next  Index