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.
   
  -   CommentDriver() CommentDriver()
-  
   
  -   comment(CommentEvent) comment(CommentEvent)
-  
   
 CommentDriver
CommentDriver
 public CommentDriver()
   
 comment
comment
 public void comment(CommentEvent event) throws SAXException
  - 
    -  Overrides:
    
-  comment in class ApplicationImpl
  
 
All Packages  Class Hierarchy  This Package  Previous  Next  Index