HomeSort by relevance Sort by last modified time
    Searched refs:clearCoRoutine (Results 1 - 4 of 4) sorted by null

  /external/apache-xml/src/main/java/org/apache/xml/dtm/ref/
DTMManagerDefault.java 408 dtm.clearCoRoutine();
413 dtm.clearCoRoutine();
441 dtm.clearCoRoutine();
445 dtm.clearCoRoutine();
725 ((SAX2DTM) dtm).clearCoRoutine();
  /external/apache-xml/src/main/java/org/apache/xalan/transformer/
TransformerHandlerImpl.java 116 protected void clearCoRoutine()
118 clearCoRoutine(null);
124 protected void clearCoRoutine(SAXException ex)
132 System.err.println("In clearCoRoutine...");
145 sax2dtm.clearCoRoutine(true);
158 System.err.println("...exiting clearCoRoutine");
665 // clearCoRoutine(e);
713 // clearCoRoutine(e);
TransformerImpl.java     [all...]
  /external/apache-xml/src/main/java/org/apache/xml/dtm/ref/sax2dtm/
SAX2DTM.java 332 public void clearCoRoutine()
334 clearCoRoutine(true);
344 public void clearCoRoutine(boolean callDoTerminate)
782 clearCoRoutine();
807 clearCoRoutine();
818 clearCoRoutine(); // Drop connection, stop trying
    [all...]

Completed in 135 milliseconds