org.apache.xalan.transformer
public class CountersTable extends Hashtable
UNKNOWN: internal
Constructor Summary | |
---|---|
CountersTable()
Construct a CountersTable. |
Method Summary | |
---|---|
int | countNode(XPathContext support, ElemNumber numberElem, int node)
Count forward until the given node is found, or until
we have looked to the given amount.
|
Parameters: support The XPath context to use numberElem The given xsl:number element. node The node to count.
Returns: The node count, or 0 if not found.
Throws: TransformerException