Searched refs:clearCoRoutine (Results 1 - 4 of 4) sorted by relevance

/external/apache-xml/src/main/java/org/apache/xml/dtm/ref/
H A DDTMManagerDefault.java408 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/
H A DTransformerHandlerImpl.java116 protected void clearCoRoutine() method in class:TransformerHandlerImpl
118 clearCoRoutine(null);
124 protected void clearCoRoutine(SAXException ex) method in class:TransformerHandlerImpl
132 System.err.println("In clearCoRoutine...");
145 sax2dtm.clearCoRoutine(true);
158 System.err.println("...exiting clearCoRoutine");
665 // clearCoRoutine(e);
713 // clearCoRoutine(e);
H A DTransformerImpl.java3127 ((TransformerHandlerImpl) m_inputContentHandler).clearCoRoutine();
/external/apache-xml/src/main/java/org/apache/xml/dtm/ref/sax2dtm/
H A DSAX2DTM.java332 public void clearCoRoutine() method in class:SAX2DTM
334 clearCoRoutine(true);
344 public void clearCoRoutine(boolean callDoTerminate) method in class:SAX2DTM
782 clearCoRoutine();
807 clearCoRoutine();
818 clearCoRoutine(); // Drop connection, stop trying

Completed in 98 milliseconds