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

/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/impl/
H A DXMLDocumentFragmentScannerImpl.java267 protected boolean fInScanContent = false; field in class:XMLDocumentFragmentScannerImpl
588 fInScanContent = false;
894 * if (fInScanContent && fStringBuffer.length != 0
1606 fInScanContent = true;
1620 fInScanContent = false;
2864 fInScanContent = true;
2879 fInScanContent = false;

Completed in 375 milliseconds