TOCItem

Package: help.validator.model
Type: class

9.0.2_PUBLIC

addedmethod: addChild
void addChild(help.validator.model.TOCItem child)
addedmethod: childCount
int childCount()
addedmethod: getChildren
java.util.Collection<help.validator.model.TOCItem> getChildren()
addedfield: INDENTS
static java.lang.String[] INDENTS
addedfield: parentItem
help.validator.model.TOCItem parentItem
addedmethod: printChildren
java.lang.String printChildren()
addedmethod: printChildren
java.lang.String printChildren(int tabCount)
addedmethod: removeChild
void removeChild(help.validator.model.TOCItem child)
addedfield: targetAttribute
java.lang.String targetAttribute
addedfield: textAttribute
java.lang.String textAttribute
addedfield: TOC_ITEM_CLOSE_TAG
static java.lang.String TOC_ITEM_CLOSE_TAG

9.0.1_PUBLIC

introducedInitial version