dbXML API

Uses of Class
com.dbxml.xml.dtsm.DTSMException

Packages that use DTSMException
com.dbxml.xml.dom Defines the dbXML DOM support interfaces. 
com.dbxml.xml.dtsm Defines the dbXML DTSM support interfaces. 
com.dbxml.xml.sax Defines the dbXML SAX support interfaces. 
 

Uses of DTSMException in com.dbxml.xml.dom
 

Methods in com.dbxml.xml.dom that throw DTSMException
 DocumentTable DOMTableGenerator.process()
           
 

Uses of DTSMException in com.dbxml.xml.dtsm
 

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)
           
 

Uses of DTSMException in com.dbxml.xml.sax
 

Methods in com.dbxml.xml.sax that throw DTSMException
 DocumentTable SAXTableGenerator.process()
           
 


dbXML API

Copyright (c) 2004 The dbXML Group