Searched refs:theStack (Results 1 – 2 of 2) sorted by relevance
468 theStack = new Element(theSchema.getElementType("<root>"), defaultAttributes); in setup()524 private Element theStack = null; field in Parser635 while (theStack.next() != null) { in eof()650 String currentName = theStack.name(); in etag_cdata()654 if (CDATAElements && (theStack.flags() & Schema.F_CDATA) != 0) { in etag_cdata()687 name = theStack.name(); in etag_basic()693 for (sp = theStack; sp != null; sp = sp.next()) { in etag_basic()704 while (theStack != sp) { in etag_basic()710 while (theStack.isPreclosed()) { in etag_basic()719 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()