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

/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/parsers/
H A DAbstractDOMParser.java248 protected boolean fInDTDExternalSubset; field in class:AbstractDOMParser
445 fInDTDExternalSubset = false;
606 if (fInternalSubset != null && !fInDTDExternalSubset) {
681 if (fInternalSubset != null && !fInDTDExternalSubset) {
1891 fInDTDExternalSubset = true;
1903 fInDTDExternalSubset = false;
1934 if (fInternalSubset != null && !fInDTDExternalSubset) {
2021 if (fInternalSubset != null && !fInDTDExternalSubset) {
2115 !fInDTDExternalSubset &&
2167 if (fInternalSubset != null && !fInDTDExternalSubset) {
[all...]

Completed in 26 milliseconds