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

/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/impl/
H A DXMLDocumentFragmentScannerImpl.java395 short fLastPointerLocation = 0 ; field in class:XMLDocumentFragmentScannerImpl
1075 fLastPointerLocation = pointer ;
1167 if(fLastPointerLocation != 0){
1169 String rawname = fElementArray[fLastPointerLocation + 1] ;
1171 fLastPointerLocation++ ;
1173 System.out.println("Element " + fElementRawname + " was SKIPPED at pointer location = " + fLastPointerLocation);
1178 fLastPointerLocation = 0 ;
1210 fLastPointerLocation = pointer ;

Completed in 38 milliseconds