JavaScript is disabled on your browser.
 
java.lang.Object 
com.ihr.xbrl.om.instance.FactIteratorSgFilter<T> 
 
 
 
Type Parameters: T - the generic type 
All Implemented Interfaces: 
java.util.Iterator<T> 
 
public class FactIteratorSgFilter<T extends XBRLFact > 
extends java.lang.Object
implements java.util.Iterator<T> 
The Class FactIteratorSgFilter implements a filter iterator over another iterator of T
 the filter let pass elements in the substitution group of another element.
 
 T must be XBRLFact or a subclass of XBRLFact
Author: Ignacio 
 
 
 
 
 
Method Summary 
 
Methods inherited from class java.lang.Object 
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait 
 
Methods inherited from interface java.util.Iterator 
forEachRemaining 
 
 
 
 
 
Constructor Detail 
 
FactIteratorSgFilter 
public FactIteratorSgFilter(java.util.Iterator<T > iter,
                            XMLElementDefinition  sg) 
Instantiates a new fact iterator sg filter.
Parameters: iter - the itersg - the sg 
 
 
 
 
Method Detail 
 
hasNext 
public boolean hasNext() 
Checks for next.
Specified by: hasNext in interface java.util.Iterator<T  extends XBRLFact >Returns: true, if successful 
 
 
 
 
next 
public T  next() 
Next.
Specified by: next in interface java.util.Iterator<T  extends XBRLFact >Returns: the t 
 
 
 
 
remove 
public void remove() 
Removes the.
Specified by: remove in interface java.util.Iterator<T  extends XBRLFact > 
 
 
 
 
 
 
 
Copyright 2006-2015 Reporting Standard S.L. , C/ Torrecilla del Puerto 1, 28043, Madrid, Espaņa