OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:theStack
(Results
1 - 2
of
2
) sorted by null
/external/nist-sip/java/gov/nist/javax/sip/
NistSipMessageFactoryImpl.java
71
SipStackImpl
theStack
= (SipStackImpl) messageChannel.getSIPStack();
73
theStack
);
102
SIPTransactionStack
theStack
= (SIPTransactionStack) messageChannel
105
SIPTransaction tr = (SIPTransaction) ((SIPTransactionStack)
theStack
)
/external/tagsoup/src/org/ccil/cowan/tagsoup/
Parser.java
467
theStack
= new Element(theSchema.getElementType("<root>"), defaultAttributes);
523
private Element
theStack
= null;
634
while (
theStack
.next() != null) {
649
String currentName =
theStack
.name();
653
if (CDATAElements && (
theStack
.flags() & Schema.F_CDATA) != 0) {
686
name =
theStack
.name();
692
for (sp =
theStack
; sp != null; sp = sp.next()) {
703
while (
theStack
!= sp) {
709
while (
theStack
.isPreclosed()) {
718
while (theSaved != null &&
theStack
.canContain(theSaved) &
[
all
...]
Completed in 152 milliseconds