public class ForClauseOuterPush extends TuplePush
| Modifier and Type | Field and Description | 
|---|---|
| protected TuplePush | destination | 
| protected ForClause | forClause | 
| Constructor and Description | 
|---|
| ForClauseOuterPush(TuplePush destination,
                  ForClause forClause) | 
| Modifier and Type | Method and Description | 
|---|---|
| void | close()Close the tuple stream, indicating that no more tuples will be supplied | 
| void | processTuple(XPathContext context)Notify the availability of the next tuple. | 
public void processTuple(XPathContext context) throws XPathException
TuplePushprocessTuple in class TuplePushcontext - the dynamic evaluation contextXPathException - if a dynamic error occurspublic void close()
           throws XPathException
TuplePushclose in class TuplePushXPathException - if a dynamic error occursCopyright (c) 2004-2013 Saxonica Limited. All rights reserved.