Package | Description |
---|---|
com.ihr.xbrl.om |
Provides the classes necessary to start processing XBRL information.
|
com.ihr.xbrl.om.exLinks |
Provides the classes necessary to process, read and write XBRL Linkbases and XBRL Extended links.
|
Modifier and Type | Method and Description |
---|---|
java.util.Iterator<XBRLRelationshipsChainLink> |
XBRLRelationshipPointImpl.getRelationshipsChain(DTSBase base,
javax.xml.namespace.QName type)
Gets the relationships chain.
|
java.util.Iterator<XBRLRelationshipsChainLink> |
XMLFragment.getRelationshipsChain(DTSBase base,
javax.xml.namespace.QName type)
Process all relationships this item is source and returns an iterator over
all XBRLRelationshipsChainLink(s).
|
Modifier and Type | Field and Description |
---|---|
static XBRLRelationshipsChainLink |
XBRLRelationshipsChainLink.NULLREL
The nullrel.
|
Modifier and Type | Method and Description |
---|---|
XBRLRelationshipsChainLink |
XBRLRelationship.getChain()
Gets the chain.
|
XBRLRelationshipsChainLink |
XBRLRelationshipsChainLink.getNext()
Gets the next.
|
XBRLRelationshipsChainLink |
XBRLRelationshipsChainLink.getPrev()
Gets the prev.
|
Modifier and Type | Method and Description |
---|---|
java.util.Iterator<XBRLRelationshipsChainLink> |
XBRLRelationshipPoint.getRelationshipsChain(DTSBase base,
javax.xml.namespace.QName type)
Process all relationships this item is source and returns an iterator over
all XBRLRelationshipsChainLink(s).
|
Modifier and Type | Method and Description |
---|---|
void |
XBRLRelationshipsChainLink.insertAfter(XBRLRelationshipsChainLink newAfter)
Update this chain's pointer to next item in the chain.
|
void |
XBRLRelationshipsChainLink.insertBefore(XBRLRelationshipsChainLink newPrev)
Update this chain's pointer to previous item in the chain.
|
void |
XBRLRelationship.setChain(XBRLRelationshipsChainLink chain)
Sets the chain.
|
Copyright 2006-2015 Reporting Standard S.L., C/ Torrecilla del Puerto 1, 28043, Madrid, Espaņa