Searched refs:fDoctypeName (Results 1 - 3 of 3) 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...]
H A DXML11NSDocumentScannerImpl.java191 if (fDoctypeName == null
192 || !fDoctypeName.equals(rawname)) {
196 new Object[] { fDoctypeName, rawname },
413 if (fDoctypeName == null
414 || !fDoctypeName.equals(rawname)) {
418 new Object[] { fDoctypeName, rawname },
H A DXMLNSDocumentScannerImpl.java231 if (fDoctypeName == null || !fDoctypeName.equals(rawname)) {
234 new Object[]{fDoctypeName, rawname},

Completed in 42 milliseconds