OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:deliverMoreNodes
(Results
1 - 2
of
2
) sorted by null
/external/apache-xml/src/main/java/org/apache/xml/dtm/ref/
IncrementalSAXSource.java
33
* Note that interaction is via the
deliverMoreNodes
59
/**
deliverMoreNodes
() is a simple API which tells the thread in which the
71
* ran to completion, or was ended by
deliverMoreNodes
(false).
73
public Object
deliverMoreNodes
(boolean parsemore);
IncrementalSAXSource_Filter.java
45
* events gradually in reponse to
deliverMoreNodes
() requests. Output from the
62
* simpler and less error-prone; the only controller operation is
deliverMoreNodes
(),
63
* and the only requirement is that
deliverMoreNodes
(false) be called if you want to
64
* discard the rest of the stream and the previous
deliverMoreNodes
() didn't return
88
// the user requested an early stop via
deliverMoreNodes
(false).
691
/**
deliverMoreNodes
() is a simple API which tells the coroutine
701
*
deliverMoreNodes
() again. Boolean.FALSE if parsing has run to completion (or been
702
* terminated by
deliverMoreNodes
(false). Or an exception object if something
704
* that would require runinng
deliverMoreNodes
() in a try/catch... and for many
708
public Object
deliverMoreNodes
(boolean parsemore
[
all
...]
Completed in 19 milliseconds