HomeSort by relevance Sort by last modified time
    Searched defs:deliverMoreNodes (Results 1 - 3 of 3) 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...]
  /prebuilts/tools/common/m2/repository/xalan/xalan/2.6.0/
xalan-2.6.0.jar 

Completed in 607 milliseconds