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