Nuxeo ECM Projects 5.4.3-SNAPSHOT

org.nuxeo.ecm.platform.rendering.wiki
Class Toc.Entry

java.lang.Object
  extended by org.nuxeo.ecm.platform.rendering.wiki.Toc.Entry
Enclosing class:
Toc

public static class Toc.Entry
extends Object


Field Summary
 Toc.Entry firstChild
           
 String id
           
 int index
           
 int level
           
 Toc.Entry next
           
 Toc.Entry parent
           
 String title
           
 
Constructor Summary
Toc.Entry()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

parent

public Toc.Entry parent

next

public Toc.Entry next

firstChild

public Toc.Entry firstChild

id

public String id

title

public String title

level

public int level

index

public int index
Constructor Detail

Toc.Entry

public Toc.Entry()

Nuxeo ECM Projects 5.4.3-SNAPSHOT

Copyright © 2011 Nuxeo SAS. All Rights Reserved.