| 
 | |||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||
java.lang.Objectnet.sf.saxon.evpull.SingletonEventIterator
public class SingletonEventIterator
This class represents an EventIterator over a sequence containing a single pull event.
| Constructor Summary | |
|---|---|
| SingletonEventIterator(PullEvent event)Create an iterator over a sequence containing a single pull event | |
| Method Summary | |
|---|---|
|  boolean | isFlatSequence()Determine whether the EventIterator returns a flat sequence of events, or whether it can return nested event iterators | 
|  PullEvent | next()Get the next event in the sequence | 
| Methods inherited from class java.lang.Object | 
|---|
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Constructor Detail | 
|---|
public SingletonEventIterator(PullEvent event)
event - the single event. This must not be an EventIterator| Method Detail | 
|---|
public PullEvent next()
               throws XPathException
next in interface EventIteratorXPathException - if a dynamic evaluation error occurspublic boolean isFlatSequence()
isFlatSequence in interface EventIterator| 
 | |||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||