Home
last modified time | relevance | path

Searched refs:gotMore (Results 1 – 1 of 1) sorted by relevance

/external/apache-xml/src/main/java/org/apache/xml/dtm/ref/sax2dtm/
DSAX2DTM.java787 Object gotMore = m_incrementalSAXSource.deliverMoreNodes(true); in nextNode() local
796 if (!(gotMore instanceof Boolean)) in nextNode()
798 if(gotMore instanceof RuntimeException) in nextNode()
800 throw (RuntimeException)gotMore; in nextNode()
802 else if(gotMore instanceof Exception) in nextNode()
804 throw new WrappedRuntimeException((Exception)gotMore); in nextNode()
814 if (gotMore != Boolean.TRUE) in nextNode()