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.
|
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 © 2018 JBoss by Red Hat. All rights reserved.