Uses of Class
org.apache.xalan.templates.ElemNumber

Packages that use ElemNumber
org.apache.xalan.templates Implements the Templates interface, and defines a set of classes that represent an XSLT stylesheet. 
org.apache.xalan.transformer In charge of run-time transformations and the production of result trees. 
 

Uses of ElemNumber in org.apache.xalan.templates
 

Methods in org.apache.xalan.templates with parameters of type ElemNumber
(package private)  int ElemNumber.findAncestor(XPathContext xctxt, XPath fromMatchPattern, XPath countMatchPattern, int context, ElemNumber namespaceContext)
          Given a 'from' pattern (ala xsl:number), a match pattern and a context, find the first ancestor that matches the pattern (including the context handed in).
private  int ElemNumber.findPrecedingOrAncestorOrSelf(XPathContext xctxt, XPath fromMatchPattern, XPath countMatchPattern, int context, ElemNumber namespaceContext)
          Given a 'from' pattern (ala xsl:number), a match pattern and a context, find the first ancestor that matches the pattern (including the context handed in).
 

Uses of ElemNumber in org.apache.xalan.transformer
 

Fields in org.apache.xalan.transformer declared as ElemNumber
(package private)  ElemNumber Counter.m_numberElem
          The owning xsl:number element.
 

Methods in org.apache.xalan.transformer with parameters of type ElemNumber
 int CountersTable.countNode(XPathContext support, ElemNumber numberElem, int node)
          Count forward until the given node is found, or until we have looked to the given amount.
(package private)  java.util.Vector CountersTable.getCounters(ElemNumber numberElem)
          Get the list of counters that corresponds to the given ElemNumber object.
(package private)  java.util.Vector CountersTable.putElemNumber(ElemNumber numberElem)
          Put a counter into the table and create an empty vector as it's value.
 

Constructors in org.apache.xalan.transformer with parameters of type ElemNumber
Counter(ElemNumber numberElem, NodeSetDTM countNodes)
          Construct a counter object.