public interface StructuralNodeInterface
| Modifier and Type | Method and Description | 
|---|---|
| void | clear()Clear. | 
| XBRLStructuralNode | getNodeAt(int index)Access a specific TableStructuralNode by index. | 
| int | getNodeCount()Number of children nodes. | 
| java.util.Iterator<XBRLStructuralNode> | getNodes()Allows to iterate all nodes in the right representation order. | 
| XBRLStructuralNode | getParent()Access to the parent node of this StructuralNodeInterface. | 
| boolean | isLeaf()last node in a tree is leaf node. | 
java.util.Iterator<XBRLStructuralNode> getNodes()
XBRLStructuralNode getNodeAt(int index)
index - integerboolean isLeaf()
int getNodeCount()
XBRLStructuralNode getParent()
void clear()
Copyright 2006-2015 Reporting Standard S.L., C/ Torrecilla del Puerto 1, 28043, Madrid, Espaņa