Nuxeo Enterprise Platform 5.4

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 java.lang.Object


Field Summary
 Toc.Entry firstChild
           
 java.lang.String id
           
 int index
           
 int level
           
 Toc.Entry next
           
 Toc.Entry parent
           
 java.lang.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 java.lang.String id

title

public java.lang.String title

level

public int level

index

public int index
Constructor Detail

Toc.Entry

public Toc.Entry()

Nuxeo Enterprise Platform 5.4

Copyright © 2010 Nuxeo SAS. All Rights Reserved.