public class CountersTable
extends java.util.Hashtable
Constructor and Description |
---|
CountersTable()
Construct a CountersTable.
|
Modifier and Type | Method and Description |
---|---|
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.
|
clear, clone, compute, computeIfAbsent, computeIfPresent, contains, containsKey, containsValue, elements, entrySet, equals, forEach, get, getOrDefault, hashCode, isEmpty, keys, keySet, merge, put, putAll, putIfAbsent, remove, remove, replace, replace, replaceAll, size, toString, values
public int countNode(XPathContext support, ElemNumber numberElem, int node) throws javax.xml.transform.TransformerException
support
- The XPath context to usenumberElem
- The given xsl:number element.node
- The node to count.javax.xml.transform.TransformerException
Copyright ? 2014 Apache XML Project. All Rights Reserved.