org.apache.xalan.xsltc.dom
Class AnyNodeCounter.DefaultAnyNodeCounter

java.lang.Object
  extended by org.apache.xalan.xsltc.dom.NodeCounter
      extended by org.apache.xalan.xsltc.dom.AnyNodeCounter
          extended by org.apache.xalan.xsltc.dom.AnyNodeCounter.DefaultAnyNodeCounter
Enclosing class:
AnyNodeCounter

static class AnyNodeCounter.DefaultAnyNodeCounter
extends AnyNodeCounter


Nested Class Summary
 
Nested classes/interfaces inherited from class org.apache.xalan.xsltc.dom.AnyNodeCounter
AnyNodeCounter.DefaultAnyNodeCounter
 
Field Summary
 
Fields inherited from class org.apache.xalan.xsltc.dom.NodeCounter
_document, _format, _groupSep, _groupSize, _iterator, _lang, _letterValue, _node, _nodeType, _translet, _value, END
 
Constructor Summary
AnyNodeCounter.DefaultAnyNodeCounter(Translet translet, DOM document, DTMAxisIterator iterator)
           
 
Method Summary
 java.lang.String getCounter()
          Returns the position of node according to the level and the from and count patterns.
 
Methods inherited from class org.apache.xalan.xsltc.dom.AnyNodeCounter
getDefaultNodeCounter, setStartNode
 
Methods inherited from class org.apache.xalan.xsltc.dom.NodeCounter
formatNumbers, formatNumbers, getCounter, matchesCount, matchesFrom, setDefaultFormatting, setFormatting, setValue
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AnyNodeCounter.DefaultAnyNodeCounter

public AnyNodeCounter.DefaultAnyNodeCounter(Translet translet,
                                            DOM document,
                                            DTMAxisIterator iterator)
Method Detail

getCounter

public java.lang.String getCounter()
Description copied from class: NodeCounter
Returns the position of node according to the level and the from and count patterns.

Overrides:
getCounter in class AnyNodeCounter