Uses of Class
org.apache.xalan.xsltc.dom.NodeCounter

Packages that use NodeCounter
org.apache.xalan.xsltc.dom   
 

Uses of NodeCounter in org.apache.xalan.xsltc.dom
 

Subclasses of NodeCounter in org.apache.xalan.xsltc.dom
 class AnyNodeCounter
           
 class MultipleNodeCounter
           
 class SingleNodeCounter
           
 

Methods in org.apache.xalan.xsltc.dom that return NodeCounter
abstract  NodeCounter NodeCounter.setStartNode(int node)
          Set the start node for this counter.
 NodeCounter NodeCounter.setValue(double value)
          If the user specified a value attribute, use this instead of counting nodes.
 NodeCounter NodeCounter.setDefaultFormatting()
          Sets formatting fields to their default values.
 NodeCounter SingleNodeCounter.setStartNode(int node)
           
static NodeCounter SingleNodeCounter.getDefaultNodeCounter(Translet translet, DOM document, DTMAxisIterator iterator)
           
 NodeCounter AnyNodeCounter.setStartNode(int node)
           
static NodeCounter AnyNodeCounter.getDefaultNodeCounter(Translet translet, DOM document, DTMAxisIterator iterator)
           
 NodeCounter MultipleNodeCounter.setStartNode(int node)
           
static NodeCounter MultipleNodeCounter.getDefaultNodeCounter(Translet translet, DOM document, DTMAxisIterator iterator)
           
 



Copyright © 2006 Apache XML Project. All Rights Reserved.