Package | Description |
---|---|
com.ihr.xbrl.dts |
Provides the classes necessary to investigate the content of a DTS.
|
Modifier and Type | Method and Description |
---|---|
java.util.Enumeration<XBRLTreeRoot> |
XBRLRootNode.children()
Children.
|
java.util.List<XBRLTreeRoot> |
DTSExplorer.getRoots(DTSBaseSet baseSet)
Returns a Collection of XBRLTreeRoot that are the roots of the hierarchies
in the role specified for the roleUri parameter and the base set indicated
in the baseSet parameter.
|
java.util.List<XBRLTreeRoot> |
DTSExplorer.getRoots(java.lang.String roleUri,
javax.xml.namespace.QName lbType)
Returns a Collection of XBRLTreeRoot that are the roots of the hierarchies
in the role specified for the linkbase indicated in the lbType parameter.
|
Constructor and Description |
---|
DDimension(java.util.Collection<XBRLTreeRoot> vRoots)
Creates a DDimension using all elements in the parent-child hierarchy starting at nodes in the vector of
elements passed in as a parameter.
|
DDimension(java.util.Collection<XBRLTreeRoot> vRoots,
XMLElementDefinition startingElement,
boolean bRemoveXDTElements)
Creates a DDimension using all elements in the parent-child hierarchy starting at element startingElement
once it is found in the parent-child hierarchy from vRoots.
|
XBRLRootNode(java.util.List<XBRLTreeRoot> roots)
Creates a new XBRLRootNode using a Collection
of XBRLTreeRoot objects.
|
Copyright 2006-2015 Reporting Standard S.L., C/ Torrecilla del Puerto 1, 28043, Madrid, Espaņa