public static class VariablesLoopController.ClsVariableSetCombinationsIterator
extends java.lang.Object
implements java.util.Iterator<net.sf.saxon.s9api.XdmValue[]>
| Constructor and Description |
|---|
VariablesLoopController.ClsVariableSetCombinationsIterator(XBRLVariableSetResource varSet)
Instantiates a new cls variable set combinations iterator.
|
| Modifier and Type | Method and Description |
|---|---|
VariablesLoopController.ClsVariableSetCombinationsIterator |
clone() |
javax.xml.namespace.QName[] |
getVariableNames()
Gets the variable names.
|
boolean |
hasNext() |
net.sf.saxon.s9api.XdmValue[] |
next() |
void |
remove() |
public VariablesLoopController.ClsVariableSetCombinationsIterator(XBRLVariableSetResource varSet)
varSet - the var setpublic VariablesLoopController.ClsVariableSetCombinationsIterator clone()
clone in class java.lang.Objectpublic boolean hasNext()
hasNext in interface java.util.Iterator<net.sf.saxon.s9api.XdmValue[]>public net.sf.saxon.s9api.XdmValue[] next()
next in interface java.util.Iterator<net.sf.saxon.s9api.XdmValue[]>public void remove()
remove in interface java.util.Iterator<net.sf.saxon.s9api.XdmValue[]>public javax.xml.namespace.QName[] getVariableNames()