org.apache.xalan.transformer
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.
|
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 ? 2005 Apache XML Project. All Rights Reserved.