Lines Matching refs:fElementDepth

775         // fElementDepth == -2 indicates that the schema validator was removed
777 if (fElementDepth != -2)
1170 private int fElementDepth;
1321 fElementDepth = -1;
1498 XPathMatcher matcher = selector.createMatcher(activator, fElementDepth);
1510 if (fElementDepth == fElemDeclStack.length) {
1511 int newSize = fElementDepth + INC_STACK_SIZE;
1513 System.arraycopy(fSubElementStack, 0, newArrayB, 0, fElementDepth);
1517 System.arraycopy(fElemDeclStack, 0, newArrayE, 0, fElementDepth);
1521 System.arraycopy(fNilStack, 0, newArrayB, 0, fElementDepth);
1525 System.arraycopy(fNotationStack, 0, newArrayN, 0, fElementDepth);
1529 System.arraycopy(fTypeStack, 0, newArrayT, 0, fElementDepth);
1533 System.arraycopy(fCMStack, 0, newArrayC, 0, fElementDepth);
1537 System.arraycopy(fSawTextStack, 0, newArrayB, 0, fElementDepth);
1541 System.arraycopy(fStringContent, 0, newArrayB, 0, fElementDepth);
1545 System.arraycopy(fStrictAssessStack, 0, newArrayB, 0, fElementDepth);
1549 System.arraycopy(fCMStateStack, 0, newArrayIA, 0, fElementDepth);
1737 if (fElementDepth == -1 && fValidationManager.isGrammarFound()) {
1768 fElementDepth++;
1809 if (fElementDepth != -1) {
1811 fSubElementStack[fElementDepth] = true;
1813 fElemDeclStack[fElementDepth] = fCurrentElemDecl;
1814 fNilStack[fElementDepth] = fNil;
1815 fNotationStack[fElementDepth] = fNotation;
1816 fTypeStack[fElementDepth] = fCurrentType;
1817 fStrictAssessStack[fElementDepth] = fStrictAssess;
1818 fCMStack[fElementDepth] = fCurrentCM;
1819 fCMStateStack[fElementDepth] = fCurrCMState;
1820 fSawTextStack[fElementDepth] = fSawText;
1821 fStringContent[fElementDepth] = fSawCharacters;
1826 fElementDepth++;
1851 fSkipValidationDepth = fElementDepth;
1879 if (fElementDepth == 0) {
1894 fElementDepth = -2;
1898 fSkipValidationDepth = fElementDepth;
1927 fNFullValidationDepth = fElementDepth;
1954 fNNoneValidationDepth = fElementDepth;
1976 if (fElementDepth == 0) {
2104 if (fSkipValidationDepth == fElementDepth && fSkipValidationDepth > 0) {
2108 fElementDepth--;
2109 fSubElement = fSubElementStack[fElementDepth];
2110 fCurrentElemDecl = fElemDeclStack[fElementDepth];
2111 fNil = fNilStack[fElementDepth];
2112 fNotation = fNotationStack[fElementDepth];
2113 fCurrentType = fTypeStack[fElementDepth];
2114 fCurrentCM = fCMStack[fElementDepth];
2115 fStrictAssess = fStrictAssessStack[fElementDepth];
2116 fCurrCMState = fCMStateStack[fElementDepth];
2117 fSawText = fSawTextStack[fElementDepth];
2118 fSawCharacters = fStringContent[fElementDepth];
2121 fElementDepth--;
2129 if (fElementDepth == -1 && fFullChecking) {
2208 if (fElementDepth == 0) {
2238 fElementDepth--;
2241 fSubElement = fSubElementStack[fElementDepth];
2242 fCurrentElemDecl = fElemDeclStack[fElementDepth];
2243 fNil = fNilStack[fElementDepth];
2244 fNotation = fNotationStack[fElementDepth];
2245 fCurrentType = fTypeStack[fElementDepth];
2246 fCurrentCM = fCMStack[fElementDepth];
2247 fStrictAssess = fStrictAssessStack[fElementDepth];
2248 fCurrCMState = fCMStateStack[fElementDepth];
2249 fSawText = fSawTextStack[fElementDepth];
2250 fSawCharacters = fStringContent[fElementDepth];
2285 if (fElementDepth > fNFullValidationDepth) {
2291 else if (fElementDepth > fNNoneValidationDepth) {
2297 fNFullValidationDepth = fNNoneValidationDepth = fElementDepth - 1;
4101 LocalIDKey toHash = new LocalIDKey(unique, fElementDepth);
4116 toHash = new LocalIDKey(key, fElementDepth);
4131 toHash = new LocalIDKey(keyRef, fElementDepth);