org.exolab.adaptx.xslt
public class Selection extends XSLObject
Version: $Revision: 3633 $ $Date: 2003-03-01 02:38:44 -0500 (Sat, 01 Mar 2003) $
| Constructor Summary | |
|---|---|
| Selection(short type)
Creates a new Selection of the give type. | |
| Method Summary | |
|---|---|
| XPathExpression | getSelectExpr() |
| XSLSort[] | getSortKeys()
Returns an Array of any XSLSort elements for this Selection. Only xsl:apply-templates or xsl:for-each can have xsl:sort elements |
| boolean | hasSortKeys()
Returns true if xsl:sort keys have been specified |
| NodeSet | selectNodes(ProcessorState ps)
Selects all nodes that match this Selection's SelectExpr
using the given context node and ids. |
Parameters: type the type of Selection
Note: This will be changing soon.
Returns: the SelectExpr of this Selection
Returns: true if xsl:sort keys have been specified
See Also: getSortKeys
Parameters: context the Node context for evaluate the SelectExpr with idRefs the ID reference table to resolve IDExpr(s)