All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class com.jclark.xml.sax.CommentDriver

java.lang.Object
   |
   +----com.jclark.xml.parse.base.ApplicationImpl
           |
           +----com.jclark.xml.sax.Driver
                   |
                   +----com.jclark.xml.sax.CommentDriver

public class CommentDriver
extends Driver
An special version of the SAX driver that reports comments as processing instructions with a null target.


Constructor Index

 o CommentDriver()

Method Index

 o comment(CommentEvent)

Constructors

 o CommentDriver
 public CommentDriver()

Methods

 o comment
 public void comment(CommentEvent event) throws SAXException
Overrides:
comment in class ApplicationImpl

All Packages  Class Hierarchy  This Package  Previous  Next  Index