Searched refs:theStack (Results 1 – 2 of 2) sorted by relevance
467 theStack = new Element(theSchema.getElementType("<root>"), defaultAttributes); in setup()523 private Element theStack = null; field in Parser634 while (theStack.next() != null) { in eof()649 String currentName = theStack.name(); in etag_cdata()653 if (CDATAElements && (theStack.flags() & Schema.F_CDATA) != 0) { in etag_cdata()686 name = theStack.name(); in etag_basic()692 for (sp = theStack; sp != null; sp = sp.next()) { in etag_basic()703 while (theStack != sp) { in etag_basic()709 while (theStack.isPreclosed()) { in etag_basic()718 while (theSaved != null && theStack.canContain(theSaved) && in restart()[all …]
71 SipStackImpl theStack = (SipStackImpl) messageChannel.getSIPStack(); in newSIPServerRequest() local73 theStack); in newSIPServerRequest()102 SIPTransactionStack theStack = (SIPTransactionStack) messageChannel in newSIPServerResponse() local105 SIPTransaction tr = (SIPTransaction) ((SIPTransactionStack) theStack) in newSIPServerResponse()