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

/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/impl/
H A DXMLDocumentFragmentScannerImpl.java312 protected boolean fReportCdataEvent = false ; field in class:XMLDocumentFragmentScannerImpl
570 fReportCdataEvent = componentManager.getFeature(Constants.STAX_REPORT_CDATA_EVENT, true);
648 fReportCdataEvent = cdata.booleanValue() ;
652 fReportCdataEvent = fIsCoalesce ? false : (fReportCdataEvent && true) ;
3000 //3. if the application has neither set the fIsCoalesce to true nor fReportCdataEvent
3006 }else if(fReportCdataEvent){

Completed in 37 milliseconds