public interface StandardsDocument
Modifier and Type | Method and Description |
---|---|
void |
destroy()
NOT YET DOCUMENTED
|
java.lang.String |
getAuthor() |
java.util.List |
getNodeList()
Returns a flat list containing all DleseStandardsNodes in the
standardsTree.
|
StandardsNode |
getRootNode()
Gets the rootNode attribute of the StandardsDocument object
|
StandardsNode |
getStandard(java.lang.String id)
Get a StandardNode by id
|
java.lang.String |
getTopic() |
int |
size()
The number of nodes in this tree.
|
java.lang.String getAuthor()
java.lang.String getTopic()
StandardsNode getStandard(java.lang.String id)
id
- the standard idStandardsNode getRootNode()
java.util.List getNodeList()
int size()
void destroy()