Package net.sf.saxon.om
Class GroundedValueAsIterable
- java.lang.Object
-
- net.sf.saxon.om.GroundedValueAsIterable
-
- All Implemented Interfaces:
java.lang.Iterable<Item>
public class GroundedValueAsIterable extends java.lang.Object implements java.lang.Iterable<Item>
A class that wraps aGroundedValue
as a JavaIterable
-
-
Constructor Summary
Constructors Constructor Description GroundedValueAsIterable(GroundedValue value)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.Iterator<Item>
iterator()
-
-
-
Constructor Detail
-
GroundedValueAsIterable
public GroundedValueAsIterable(GroundedValue value)
-
-