com.ihr.xbrl.om
Class DTSContainer.IteratorConcepts

java.lang.Object
  extended by com.ihr.xbrl.om.DTSContainer.IteratorConcepts
All Implemented Interfaces:
java.util.Iterator<XMLElementDefinition>
Enclosing class:
DTSContainer

public static class DTSContainer.IteratorConcepts
extends java.lang.Object
implements java.util.Iterator<XMLElementDefinition>

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

DTSContainer.IteratorConcepts

public DTSContainer.IteratorConcepts(java.util.Iterator<XBRLItem> itemsIterator,
                                     java.util.Iterator<XBRLTuple> tuplesIterator)
Method Detail

hasNext

public boolean hasNext()
Specified by:
hasNext in interface java.util.Iterator<XMLElementDefinition>

next

public XMLElementDefinition next()
Specified by:
next in interface java.util.Iterator<XMLElementDefinition>

remove

public void remove()
Specified by:
remove in interface java.util.Iterator<XMLElementDefinition>


Copyright 2006-2009 Reporting Standard S.L., C/ Torrecilla del Puerto 1, 28043, Madrid, Espaņa