Searched defs:fInt (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/impl/
H A DXMLDocumentFragmentScannerImpl.java2252 protected int [] fInt = new int[20]; field in class:XMLDocumentFragmentScannerImpl.ElementStack
2320 //fInt[++fDepth] = fPosition;
2335 fInt[++fDepth] = fPosition++;
2387 fInt[fDepth] = fPosition++;
2392 //sicne fInt[fDepth] contains pointer to the element array which are 0 based.
2393 fInt[fDepth] = fCount - 1;
2397 //xxx: should we do "fCount == fInt.length"
2413 System.out.println("Storing fPosition = " + fInt[fDepth] + " at fDepth = " + fDepth);
2415 System.out.println("Storing fCount = " + fInt[fDepth] + " at fDepth = " + fDepth);
2463 System.out.println("POPPING Element, at position " + fInt[fDept
[all...]

Completed in 29 milliseconds