jd.xml.xslt.format
Class Numbering
java.lang.Object
jd.xml.xslt.format.Numbering
- Direct Known Subclasses:
- LevelNumbering, ValueNumbering
- public abstract class Numbering
- extends Object
Numbering implements the algorithm of the xsl:number instruction.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
EMPTY_LIST
protected static final int[] EMPTY_LIST
Numbering
public Numbering()
setFormat
public void setFormat(AttributeValue format,
AttributeValue groupingSeparator,
AttributeValue groupingSize)
getFormat
public AttributeValue getFormat()
getGroupingSize
public AttributeValue getGroupingSize()
getGroupingSeparator
public AttributeValue getGroupingSeparator()
getText
public String getText(XsltContext context)
getNumbers
protected abstract int[] getNumbers(XsltContext context)