Searched defs:fDoctypeName (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/impl/
H A DXMLDocumentScannerImpl.java176 protected String fDoctypeName; field in class:XMLDocumentScannerImpl
275 fDoctypeName = null;
318 fDoctypeName = null;
639 fDoctypeName = fEntityScanner.scanName();
640 if (fDoctypeName == null) {
657 fDTDDescription.setRootName(fDoctypeName);
670 fDocumentHandler.doctypeDecl(fDoctypeName, fDoctypePublicId, fDoctypeSystemId, null);
673 fDocumentHandler.doctypeDecl(fDoctypeName, fExternalSubsetSource.getPublicId(), fExternalSubsetSource.getSystemId(), null);
683 reportFatalError("DoctypedeclUnterminated", new Object[]{fDoctypeName});
1115 reportFatalError("DoctypedeclUnterminated", new Object[]{fDoctypeName});
[all...]

Completed in 31 milliseconds