Searched defs:parsemore (Results 1 - 4 of 4) sorted by relevance

/openjdk7/jaxp/src/com/sun/org/apache/xml/internal/dtm/ref/
H A DIncrementalSAXSource.java68 * @param parsemore If true, tells the incremental SAX stream to deliver
75 public Object deliverMoreNodes (boolean parsemore); argument
H A DCoroutineParser.java109 * @param parsemore If true, tells the incremental parser to generate
119 public Object doMore (boolean parsemore, int appCoroutine); argument
H A DIncrementalSAXSource_Xerces.java295 * @param parsemore If true, tells the incremental parser to generate
302 public Object deliverMoreNodes (boolean parsemore) argument
304 if(!parsemore)
H A DIncrementalSAXSource_Filter.java702 * @param parsemore If true, tells the incremental filter to generate
714 public Object deliverMoreNodes(boolean parsemore) argument
723 fCoroutineManager.co_resume(parsemore?Boolean.TRUE:Boolean.FALSE,

Completed in 39 milliseconds