Uses of Interface
org.apache.xpath.patterns.NodeTestFilter

Packages that use NodeTestFilter
org.apache.xalan.lib.sql Provides extension functions for connecting to a JDBC data source, executing a query, and working incrementally through a "streamable" result set. 
 

Uses of NodeTestFilter in org.apache.xalan.lib.sql
 

Classes in org.apache.xalan.lib.sql that implement NodeTestFilter
 class Column
           A JDBC Query returns a resultSet that contains rows of Data.
 class ColumnAttribute
          Represents a column attribute on a column-header element.
 class ColumnData
          Represents the col element text node, i.e., the column value.
 class ColumnHeader
           The ColumnHeader is a special branch of the document that provides a mechinsim to interogate columns that are returned from the query without accessing the data or moving the row counter.
 class Row
           This class represents a row from a query result set.
 class RowSet
           The row-set is the controlling element in the Document that determines if the JDB ResultSet is being traversed or if the ResultSet MetaData is being interogated.
 class StreamableNode
           The StreamableNode really just provides a base implemtation for the other SQL Node based classes.
 class XStatement
           Represents a JDBC query statement.
 



Copyright © 2000 Apache XML Project. All Rights Reserved.