net.sf.exorcist.core
Class TableWriter
java.lang.Object
net.sf.exorcist.core.TableWriter
public class TableWriter
- extends java.lang.Object
TODO
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TableWriter
public TableWriter()
setContentHandler
public void setContentHandler(org.xml.sax.ContentHandler handler)
startDocument
public void startDocument()
throws org.xml.sax.SAXException
- Throws:
org.xml.sax.SAXException
endDocument
public void endDocument()
throws org.xml.sax.SAXException
- Throws:
org.xml.sax.SAXException
startTable
public void startTable(java.lang.String name)
throws org.xml.sax.SAXException
- Throws:
org.xml.sax.SAXException
endTable
public void endTable()
throws org.xml.sax.SAXException
- Throws:
org.xml.sax.SAXException
startRow
public void startRow()
throws org.xml.sax.SAXException
- Throws:
org.xml.sax.SAXException
endRow
public void endRow()
throws org.xml.sax.SAXException
- Throws:
org.xml.sax.SAXException
Copyright © 2005 The Exorcist Team @ SourceForge. All Rights Reserved.