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.Object
public java.lang.String getTitle()
public ContainerBlock getRootBlock()
public PageDataStore getPageDataStore()
public int getChildCount()
getChildCount
in interface TreeNode
public int getIndexOfChild(java.lang.Object child)
getIndexOfChild
in interface TreeNode
Copyright © 2013. All Rights Reserved.