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

/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/impl/
H A DXMLDocumentScannerImpl.java326 fDisallowDoctype = componentManager.getFeature(DISALLOW_DOCTYPE_DECL_FEATURE, false);
407 fDisallowDoctype = state;
918 if (fDisallowDoctype) {
H A DXML11NSDocumentScannerImpl.java880 && !fDisallowDoctype && (fValidation || fLoadExternalDTD)) {
H A DXMLDocumentFragmentScannerImpl.java316 protected boolean fDisallowDoctype = false; field in class:XMLDocumentFragmentScannerImpl

Completed in 49 milliseconds