Searched refs:fPrevNodeIndexStack (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/impl/dtd/
H A DDTDGrammar.java303 private int[] fPrevNodeIndexStack = null; field in class:DTDGrammar
422 fPrevNodeIndexStack = null;
1077 if (fPrevNodeIndexStack[fDepth] != -1) {
1078 fNodeIndexStack[fDepth] = addContentSpecNode(fOpStack[fDepth], fPrevNodeIndexStack[fDepth], fNodeIndexStack[fDepth]);
1080 fPrevNodeIndexStack[fDepth] = fNodeIndexStack[fDepth];
1083 if (fPrevNodeIndexStack[fDepth] != -1) {
1084 fNodeIndexStack[fDepth] = addContentSpecNode(fOpStack[fDepth], fPrevNodeIndexStack[fDepth], fNodeIndexStack[fDepth]);
1086 fPrevNodeIndexStack[fDepth] = fNodeIndexStack[fDepth];
1131 if (fPrevNodeIndexStack[fDepth] != -1) {
1132 fNodeIndexStack[fDepth] = addContentSpecNode(fOpStack[fDepth], fPrevNodeIndexStack[fDept
[all...]

Completed in 32 milliseconds