Searched refs:gotMore (Results 1 – 1 of 1) sorted by relevance
787 Object gotMore = m_incrementalSAXSource.deliverMoreNodes(true); in nextNode() local796 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()