org.teleal.lemma.processor.xhtml
Class TocProcessor.TocItem

java.lang.Object
  extended by org.teleal.lemma.processor.xhtml.TocProcessor.TocItem
Enclosing class:
TocProcessor

protected class TocProcessor.TocItem
extends Object


Constructor Summary
TocProcessor.TocItem()
           
TocProcessor.TocItem(int level, String levelName, String id, org.teleal.common.xhtml.XHTMLElement titleElement)
           
 
Method Summary
 void generate(org.teleal.common.xhtml.XHTMLElement parentElement, String numberPrefix, int number)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

TocProcessor.TocItem

public TocProcessor.TocItem()

TocProcessor.TocItem

public TocProcessor.TocItem(int level,
                            String levelName,
                            String id,
                            org.teleal.common.xhtml.XHTMLElement titleElement)
Method Detail

generate

public void generate(org.teleal.common.xhtml.XHTMLElement parentElement,
                     String numberPrefix,
                     int number)

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2011 Teleal GmbH, Switzerland. All Rights Reserved.