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

/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/impl/
H A DXMLDTDScannerImpl.java177 private int fMarkUpDepth; field in class:XMLDTDScannerImpl
544 pushPEStack(fMarkUpDepth, fReportEntity);
585 startMarkUpDepth < fMarkUpDepth) {
591 if (startMarkUpDepth != fMarkUpDepth) {
635 //and if this is the last opened entity and fMarkUpDepth != 0 or
638 && ( fMarkUpDepth != 0 || fExtEntityDepth !=0 || fIncludeSectDepth != 0)){
726 fMarkUpDepth++;
750 fMarkUpDepth--;
781 fMarkUpDepth--;
803 fMarkUpDepth
[all...]

Completed in 39 milliseconds