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

/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/impl/
H A DXMLDocumentFragmentScannerImpl.java2101 protected int fLastDepth ; field in class:XMLDocumentFragmentScannerImpl.ElementStack2
2148 System.out.println("fLastDepth = " + fLastDepth);
2152 if(fLastDepth > fDepth && fDepth <= 2){
2179 fLastDepth = fDepth++;
2229 fLastDepth = 0;
2264 protected int fLastDepth ; field in class:XMLDocumentFragmentScannerImpl.ElementStack
2348 // System.out.println("fLastDepth = " + fLastDepth);
2352 if(fLastDepth > fDept
[all...]

Completed in 27 milliseconds