Methods in com.dbxml.xml.dtsm that throw DTSMException |
abstract DocumentTable |
TableGenerator.process()
process effectively kicks off the generation process and when
complete, returns the new DocumentTable instance. |
CompressedTable |
TableCompressor.buildCompressedTable()
|
static org.w3c.dom.Node |
DTSMHelper.tableToNode(DocumentTable table)
|
static org.w3c.dom.Document |
DTSMHelper.tableToDocument(DocumentTable table)
|
static void |
DTSMHelper.tableToWriter(DocumentTable table,
java.io.Writer writer)
|
static void |
DTSMHelper.tableToWriter(DocumentTable table,
java.io.Writer writer,
boolean omitPrefix)
|
static void |
DTSMHelper.tableToWriter(DocumentTable table,
java.io.PrintWriter writer)
|
static void |
DTSMHelper.tableToWriter(DocumentTable table,
java.io.PrintWriter writer,
boolean omitPrefix)
|
static java.lang.String |
DTSMHelper.tableToText(DocumentTable table)
|
static java.lang.String |
DTSMHelper.tableToText(DocumentTable table,
boolean omitPrefix)
|
static void |
DTSMHelper.tableToSAX(DocumentTable table,
org.xml.sax.ContentHandler handler)
|
static DocumentTable |
DTSMHelper.nodeToTable(org.w3c.dom.Node node,
SymbolTable symbols)
|
static DocumentTable |
DTSMHelper.documentToTable(org.w3c.dom.Document doc,
SymbolTable symbols)
|
static DocumentTable |
DTSMHelper.textToTable(java.lang.String text,
SymbolTable symbols)
|
static DocumentTable |
DTSMHelper.bytesToTable(byte[] b,
SymbolTable symbols)
|
static DocumentTable |
DTSMHelper.charsToTable(char[] ch,
SymbolTable symbols)
|
static DocumentTable |
DTSMHelper.inputStreamToTable(java.io.InputStream is,
SymbolTable symbols)
|
static DocumentTable |
DTSMHelper.readerToTable(java.io.Reader reader,
SymbolTable symbols)
|
static DocumentTable |
DTSMHelper.fileToTable(java.io.File f,
SymbolTable symbols)
|
static CompressedTable |
DTSMHelper.compressTable(DocumentTable table)
|
static CompressedTable |
DTSMHelper.compressTable(TableBuilder builder)
|
static TableBuilder |
DTSMHelper.copyTable(DocumentTable table,
SymbolTable symbols)
|
static TableBuilder |
DTSMHelper.copyTable(DocumentTable table)
|