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

/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/impl/dtd/
H A DDTDGrammar.java300 private int[] fNodeIndexStack = null; field in class:DTDGrammar
421 fNodeIndexStack = null;
1047 if (fNodeIndexStack[fDepth] == -1 ) {
1048 fNodeIndexStack[fDepth] = addUniqueLeafNode(elementName);
1051 fNodeIndexStack[fDepth] = addContentSpecNode(XMLContentSpec.CONTENTSPECNODE_CHOICE,
1052 fNodeIndexStack[fDepth],
1057 fNodeIndexStack[fDepth] = addContentSpecNode(XMLContentSpec.CONTENTSPECNODE_LEAF, elementName);
1078 fNodeIndexStack[fDepth] = addContentSpecNode(fOpStack[fDepth], fPrevNodeIndexStack[fDepth], fNodeIndexStack[fDepth]);
1080 fPrevNodeIndexStack[fDepth] = fNodeIndexStack[fDept
[all...]

Completed in 51 milliseconds