|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.ihr.xbrl.om.DTSContainer.IteratorConcepts
public static class DTSContainer.IteratorConcepts
This class joins an iterator over XBRLItem and another iterator over XBRLTuple together into a single Iterator over XMLElementDefinition objects. This implements the [Concepts] property in the XIS documentation
| Constructor Summary | |
|---|---|
DTSContainer.IteratorConcepts(java.util.Iterator<XBRLItem> itemsIterator,
java.util.Iterator<XBRLTuple> tuplesIterator)
|
|
| Method Summary | |
|---|---|
boolean |
hasNext()
|
XMLElementDefinition |
next()
|
void |
remove()
|
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public DTSContainer.IteratorConcepts(java.util.Iterator<XBRLItem> itemsIterator,
java.util.Iterator<XBRLTuple> tuplesIterator)
| Method Detail |
|---|
public boolean hasNext()
hasNext in interface java.util.Iterator<XMLElementDefinition>public XMLElementDefinition next()
next in interface java.util.Iterator<XMLElementDefinition>public void remove()
remove in interface java.util.Iterator<XMLElementDefinition>
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||