org.apache.xalan.xsltc.dom
Class NodeCounter
public abstract
class
NodeCounter
extends Object
Author: Jacek Ambroziak Santiago Pericas-Geertsen Morten Jorgensen
Method Summary |
abstract String | getCounter()
Returns the position of node according to the level and
the from and count patterns. |
String | getCounter(String format, String lang, String letterValue, String groupSep, String groupSize)
Returns the position of node according to the level and
the from and count patterns. |
boolean | matchesCount(int node)
Returns true if node matches the count pattern. |
boolean | matchesFrom(int node)
Returns true if node matches the from pattern. |
NodeCounter | setDefaultFormatting()
Sets formatting fields to their default values. |
abstract NodeCounter | setStartNode(int node)
Set the start node for this counter. |
NodeCounter | setValue(double value)
If the user specified a value attribute, use this instead of
counting nodes. |
public static final int END
public final
DOM _document
public abstract String getCounter()
Returns the position of node according to the level and
the from and count patterns.
public String getCounter(String format, String lang, String letterValue, String groupSep, String groupSize)
Returns the position of node according to the level and
the from and count patterns. This position is converted into a
string based on the arguments passed.
public boolean matchesCount(int node)
Returns true if node matches the count pattern. By
default a node matches the count patterns if it is of the
same type as the starting node.
public boolean matchesFrom(int node)
Returns true if node matches the from pattern. By default,
no node matches the from pattern.
Sets formatting fields to their default values.
Set the start node for this counter. The same NodeCounter
object can be used multiple times by resetting the starting node.
If the user specified a value attribute, use this instead of
counting nodes.
Copyright © 2005 Apache XML Project. All Rights Reserved.