| Modifier and Type | Field and Description |
|---|---|
(package private) DocStore |
docStore |
(package private) PageDataStore |
pdStore |
(package private) ContainerBlock |
rootBlock |
(package private) java.lang.String |
title |
| Constructor and Description |
|---|
XTDoc(DocStore ds,
java.lang.String s,
ContainerBlock rb) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
getChild(int index) |
int |
getChildCount() |
int |
getIndexOfChild(java.lang.Object child) |
PageDataStore |
getPageDataStore() |
java.lang.Object |
getParent() |
ContainerBlock |
getRootBlock() |
java.lang.String |
getTitle() |
boolean |
isLeaf() |
java.lang.String |
toString() |
java.lang.String title
ContainerBlock rootBlock
PageDataStore pdStore
DocStore docStore
public XTDoc(DocStore ds, java.lang.String s, ContainerBlock rb)
public java.lang.String toString()
toString in class java.lang.Objectpublic java.lang.String getTitle()
public ContainerBlock getRootBlock()
public PageDataStore getPageDataStore()
public int getChildCount()
getChildCount in interface TreeNodepublic int getIndexOfChild(java.lang.Object child)
getIndexOfChild in interface TreeNodeCopyright © 2013. All Rights Reserved.