public class CountersTable extends 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, rehash, remove, remove, replace, replace, replaceAll, size, toString, values
public int countNode(XPathContext support, ElemNumber numberElem, int node) throws TransformerException
support
- The XPath context to usenumberElem
- The given xsl:number element.node
- The node to count.TransformerException
Copyright © 2021 JBoss by Red Hat. All rights reserved.