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

/openjdk10/jaxp/src/java.xml/share/classes/com/sun/org/apache/xml/internal/serialize/
H A DHTMLSerializer.java637 if ( _docTypePublicId == null && _docTypeSystemId == null ) {
639 _docTypePublicId = HTMLdtd.XHTMLPublicId;
642 _docTypePublicId = HTMLdtd.HTMLPublicId;
654 if ( _docTypePublicId != null && ( ! _xhtml || _docTypeSystemId != null ) ) {
661 printDoctypeURL( _docTypePublicId );
H A DBaseMarkupSerializer.java196 protected String _docTypePublicId; field in class:BaseMarkupSerializer
388 _docTypePublicId = _format.getDoctypePublic();
852 _docTypePublicId = publicId;
1217 _docTypePublicId = docType.getPublicId();
1226 _docTypePublicId = null;
1283 _docTypePublicId == null)
1308 if (_docTypePublicId != null) {
1310 printDoctypeURL( _docTypePublicId );
H A DXMLSerializer.java580 _docTypePublicId == null)
594 if (_docTypePublicId != null) {
596 printDoctypeURL( _docTypePublicId );

Completed in 89 milliseconds