Searched defs:deliverMoreNodes (Results 1 - 3 of 3) sorted by relevance

/openjdk7/jaxp/src/com/sun/org/apache/xml/internal/dtm/ref/
H A DIncrementalSAXSource.java35 * Note that interaction is via the deliverMoreNodes
61 /** deliverMoreNodes() is a simple API which tells the thread in which the
73 * ran to completion, or was ended by deliverMoreNodes(false).
75 public Object deliverMoreNodes (boolean parsemore); method in interface:IncrementalSAXSource
H A DIncrementalSAXSource_Xerces.java290 /** deliverMoreNodes() is a simple API which tells the coroutine
302 public Object deliverMoreNodes (boolean parsemore) method in class:IncrementalSAXSource_Xerces
418 for(result = parser.deliverMoreNodes(more);
420 result = parser.deliverMoreNodes(more))
H A DIncrementalSAXSource_Filter.java47 * events gradually in reponse to deliverMoreNodes() requests. Output from the
64 * simpler and less error-prone; the only controller operation is deliverMoreNodes(),
65 * and the only requirement is that deliverMoreNodes(false) be called if you want to
66 * discard the rest of the stream and the previous deliverMoreNodes() didn't return
94 // the user requested an early stop via deliverMoreNodes(false).
697 /** deliverMoreNodes() is a simple API which tells the coroutine
707 * deliverMoreNodes() again. Boolean.FALSE if parsing has run to completion (or been
708 * terminated by deliverMoreNodes(false). Or an exception object if something
710 * that would require runinng deliverMoreNodes() in a try/catch... and for many
714 public Object deliverMoreNodes(boolea method in class:IncrementalSAXSource_Filter
[all...]

Completed in 32 milliseconds