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

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

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

Classes in org.apache.xalan.lib.sql that implement NodeTestFilter
 class Column
          **Experimental** Represents a col node from a row node.
 class ColumnAttribute
          **Experimental** Represents a column attribute on a column-header element.
 class ColumnData
          **Experimental** Represents the col element text node, i.e., the column value.
 class ColumnHeader
          **Experimental** This class represents a column-header Node, which contains the metadata for a column.
 class Row
          **Experimental** This class represents a row from a query result set.
 class RowSet
          **Experimental** This class represents the row-set StreamableNode, a "streamable" holder for the JDBC query result set.
 class StreamableNode
          **Experimental** This is the superclass for all nodes in the org.apache.xalan.lib.sql package.
 class XStatement
          Represents a JDBC query statement.
 



Copyright © 2000 Apache XML Project. All Rights Reserved.