C D G I J M P R S _

C

createDocument(JDBCInputSource) - Static method in class dbxml.dom.JDBCDOMParser
Creates a DOM tree from given JDBC data source The implementation uses XmlDocumentBuilder from Sun's Project X.

D

dbxml.dom - package dbxml.dom
 
dbxml.sax - package dbxml.sax
 
dbxml.util - package dbxml.util
 
dbxml.xqlint - package dbxml.xqlint
 
dbxml.xtint - package dbxml.xtint
 

G

generateSAXEventForColumn(ResultSetMetaData, ResultSet, int) - Method in class dbxml.sax.JDBCSAXParser
Generate SAX event when visting a column.
getColumnMarker(String) - Method in class dbxml.sax.JDBCSAXParser
Get the marker for indicating the start and end of a column.
getConnection() - Method in class dbxml.sax.JDBCInputSource
Get a Connection object for this source.
getRowMarker() - Method in class dbxml.sax.JDBCSAXParser
Get the marker for indicating the start and end of a row.
getSelectorSQLStatement(String) - Method in class dbxml.sax.JDBCSAXParser
Get the select query that will be used to obtain the result set for parsing.
getTableMarker(String) - Method in class dbxml.sax.JDBCSAXParser
Get the marker for indicating the start and end of the document.
getTableName() - Method in class dbxml.sax.JDBCInputSource
Get the table name of this JDBC data source.

I

IOUtils - class dbxml.util.IOUtils.
Bunch of io utility methods.
IOUtils() - Constructor for class dbxml.util.IOUtils
 

J

JDBCDOMParser - class dbxml.dom.JDBCDOMParser.
DOM parser that works with a JDBC data source.
JDBCDOMParser() - Constructor for class dbxml.dom.JDBCDOMParser
 
JDBCInputSource - class dbxml.sax.JDBCInputSource.
JDBC data source to work with SAX parser and applications.
JDBCInputSource(String, String, String, String) - Constructor for class dbxml.sax.JDBCInputSource
Construct a JDBC data source
JDBCSAXParser - class dbxml.sax.JDBCSAXParser.
SAX parser that uses a JDBC data source a input instead of an XML file of byte stream.
JDBCSAXParser() - Constructor for class dbxml.sax.JDBCSAXParser
 
JDBCSAXUtil - class dbxml.sax.JDBCSAXUtil.
A utility class for simplfying the use of JDBCSAXParser.
JDBCSAXUtil() - Constructor for class dbxml.sax.JDBCSAXUtil
 
JDBCXQLProcessor - class dbxml.xqlint.JDBCXQLProcessor.
A XQL shell for demonstrating integration of JDBCDOMParser with XQL processor.
JDBCXQLProcessor() - Constructor for class dbxml.xqlint.JDBCXQLProcessor
 
JDBCXSLProcessor - class dbxml.xtint.JDBCXSLProcessor.
Integration of JDBCSAXParser with XT.
JDBCXSLProcessor() - Constructor for class dbxml.xtint.JDBCXSLProcessor
 

M

main(String[]) - Static method in class dbxml.xtint.JDBCXSLProcessor
 
main(String[]) - Static method in class dbxml.xqlint.JDBCXQLProcessor
The main method that creates a DOM document for information in its argument and starts a XQL shell with it.

P

parse(InputSource) - Method in class dbxml.sax.JDBCSAXParser
Implement the method from base interface.
parse(JDBCInputSource) - Method in class dbxml.sax.JDBCSAXParser
Parse the given JDBC source to generate SAX events.
parse(ResultSet, String) - Method in class dbxml.sax.JDBCSAXParser
Parse the given JDBC result set object to generate SAX events.
parse(String) - Method in class dbxml.sax.JDBCSAXParser
Implement the method from base interface.
parse(String, String, String, String) - Method in class dbxml.sax.JDBCSAXParser
A convenience method that creates a JDBCInputSource object from its argument and parses it
ParserBase - class dbxml.sax.ParserBase.
Partial implementation of org.xml.sax.Parser It manages various listeners only.
ParserBase() - Constructor for class dbxml.sax.ParserBase
 
processQueries(Document) - Static method in class dbxml.xqlint.JDBCXQLProcessor
Create a XQL shell for given DOM document object.

R

readInput(String) - Static method in class dbxml.util.IOUtils
Read input from stdin.

S

setDocumentHandler(DocumentHandler) - Method in class dbxml.sax.ParserBase
 
setDTDHandler(DTDHandler) - Method in class dbxml.sax.ParserBase
 
setEntityResolver(EntityResolver) - Method in class dbxml.sax.ParserBase
 
setErrorHandler(ErrorHandler) - Method in class dbxml.sax.ParserBase
 
setLocale(Locale) - Method in class dbxml.sax.ParserBase
 
setupSourceFromProperties(Properties) - Static method in class dbxml.sax.JDBCSAXUtil
Create a JDBCInputSource object from information in a property object.
setupSourceFromProperties(String) - Static method in class dbxml.sax.JDBCSAXUtil
Create a JDBCInputSource object from information in a property file.

_

_documentHandler - Variable in class dbxml.sax.ParserBase
 
_dtdHandler - Variable in class dbxml.sax.ParserBase
 
_entityResolver - Variable in class dbxml.sax.ParserBase
 
_errorHandler - Variable in class dbxml.sax.ParserBase
 

C D G I J M P R S _