Uses of Class
org.apache.xalan.xsltc.dom.NodeCounter
-
Packages that use NodeCounter Package Description org.apache.xalan.xsltc.dom -
-
Uses of NodeCounter in org.apache.xalan.xsltc.dom
Subclasses of NodeCounter in org.apache.xalan.xsltc.dom Modifier and Type Class Description classAnyNodeCounterclassMultipleNodeCounterclassSingleNodeCounterMethods in org.apache.xalan.xsltc.dom that return NodeCounter Modifier and Type Method Description static NodeCounterAnyNodeCounter. getDefaultNodeCounter(Translet translet, DOM document, DTMAxisIterator iterator)static NodeCounterMultipleNodeCounter. getDefaultNodeCounter(Translet translet, DOM document, DTMAxisIterator iterator)static NodeCounterSingleNodeCounter. getDefaultNodeCounter(Translet translet, DOM document, DTMAxisIterator iterator)NodeCounterNodeCounter. setDefaultFormatting()Sets formatting fields to their default values.NodeCounterAnyNodeCounter. setStartNode(int node)NodeCounterMultipleNodeCounter. setStartNode(int node)abstract NodeCounterNodeCounter. setStartNode(int node)Set the start node for this counter.NodeCounterSingleNodeCounter. setStartNode(int node)NodeCounterNodeCounter. setValue(double value)If the user specified a value attribute, use this instead of counting nodes.
-