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

/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/impl/
H A DXMLDTDScannerImpl.java183 private int fIncludeSectDepth; field in class:XMLDTDScannerImpl
615 if (fIncludeSectDepth != 0) {
636 //fIncludeSectDepth != 0 or fExtEntityDepth != 0 throw Exception
638 && ( fMarkUpDepth != 0 || fExtEntityDepth !=0 || fIncludeSectDepth != 0)){
1822 fIncludeSectDepth++;
1843 int initialDepth = ++fIncludeSectDepth;
1861 fIncludeSectDepth++;
1887 if (fIncludeSectDepth-- == initialDepth) {
1984 else if (fIncludeSectDepth > 0 && fEntityScanner.skipChar(']')) {
1995 fIncludeSectDepth
[all...]

Completed in 32 milliseconds