jd.xml.xslt.format
Class AnyLevelNumbering

java.lang.Object
  extended byjd.xml.xslt.format.Numbering
      extended byjd.xml.xslt.format.LevelNumbering
          extended byjd.xml.xslt.format.AnyLevelNumbering

public class AnyLevelNumbering
extends LevelNumbering


Field Summary
 
Fields inherited from class jd.xml.xslt.format.Numbering
EMPTY_LIST
 
Constructor Summary
AnyLevelNumbering(Pattern count, Pattern from)
           
 
Method Summary
protected  int[] getNumbers(XsltContext context, Pattern countPattern, Pattern fromPattern)
           
 
Methods inherited from class jd.xml.xslt.format.LevelNumbering
getCount, getFrom, getMatchingSiblings, getNumbers
 
Methods inherited from class jd.xml.xslt.format.Numbering
getFormat, getGroupingSeparator, getGroupingSize, getText, setFormat
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AnyLevelNumbering

public AnyLevelNumbering(Pattern count,
                         Pattern from)
Method Detail

getNumbers

protected int[] getNumbers(XsltContext context,
                           Pattern countPattern,
                           Pattern fromPattern)
Specified by:
getNumbers in class LevelNumbering