public interface HasBreakdownTree
| Modifier and Type | Method and Description | 
|---|---|
| java.util.Iterator<XBRLDefinitionNodeUse> | getBreakdownTree()Gets the breakdown tree. | 
| int | getNumberOfNodes()Returns the number of root nodes in the tree. | 
| boolean | hasOpen()Returns true if this or down the tree from this node there is a node that isOpen() returns true. | 
| boolean | isLeaf()Returns true if this is a leaf node with no nested XBRLDefinitionNodeUse elements
 in the iterator that would be returned by a call to getBreakdownTree(). | 
| boolean | isOpen()Returns true if this particular node is based on an XBRLOpenDefinitionNode and thus it is an open node. | 
java.util.Iterator<XBRLDefinitionNodeUse> getBreakdownTree()
boolean isLeaf()
getBreakdownTree()boolean isOpen()
boolean hasOpen()
int getNumberOfNodes()
Copyright 2006-2015 Reporting Standard S.L., C/ Torrecilla del Puerto 1, 28043, Madrid, Espaņa