com.dbxml.xml.sax
Class SAXTableGenerator
java.lang.Object
com.dbxml.xml.dtsm.TableGenerator
com.dbxml.xml.sax.SAXTableGenerator
- Direct Known Subclasses:
- TextTableGenerator
- public class SAXTableGenerator
- extends TableGenerator
SAXTableGenerator
Method Summary |
DocumentTable |
process()
process effectively kicks off the generation process and when
complete, returns the new DocumentTable instance. |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SAXTableGenerator
public SAXTableGenerator()
SAXTableGenerator
public SAXTableGenerator(java.io.InputStream is)
SAXTableGenerator
public SAXTableGenerator(java.io.Reader reader)
SAXTableGenerator
public SAXTableGenerator(java.io.File file)
throws java.io.IOException
SAXTableGenerator
public SAXTableGenerator(java.lang.String uri)
process
public final DocumentTable process()
throws DTSMException
- Description copied from class:
TableGenerator
- process effectively kicks off the generation process and when
complete, returns the new DocumentTable instance.
- Specified by:
process
in class TableGenerator
- Returns:
- The DocumentTable
- Throws:
DTSMException
Copyright (c) 2004 The dbXML Group