public class TocNode extends Object
TocNode(String url, String title, TocNode parent)
void
addChild(TocNode node)
List<TocNode>
getChildren()
TocNode
getParent()
String
getTitle()
getUrl()
setParent(TocNode parent)
setTitle(String title)
setUrl(String url)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public TocNode(String url, String title, TocNode parent)
public String getUrl()
public void setUrl(String url)
public String getTitle()
public void setTitle(String title)
public TocNode getParent()
public void setParent(TocNode parent)
public List<TocNode> getChildren()
public void addChild(TocNode node)
Copyright © 2016 MuleSoft, Inc.. All rights reserved.