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 class
AnyNodeCounter
class
MultipleNodeCounter
class
SingleNodeCounter
Methods in org.apache.xalan.xsltc.dom that return NodeCounter Modifier and Type Method Description static 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
NodeCounter. setDefaultFormatting()
Sets formatting fields to their default values.NodeCounter
AnyNodeCounter. setStartNode(int node)
NodeCounter
MultipleNodeCounter. setStartNode(int node)
abstract NodeCounter
NodeCounter. setStartNode(int node)
Set the start node for this counter.NodeCounter
SingleNodeCounter. setStartNode(int node)
NodeCounter
NodeCounter. setValue(double value)
If the user specified a value attribute, use this instead of counting nodes.
-