Searched refs:_docTypeSystemId (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 ) {
640 _docTypeSystemId = HTMLdtd.XHTMLSystemId;
643 _docTypeSystemId = HTMLdtd.HTMLSystemId;
654 if ( _docTypePublicId != null && ( ! _xhtml || _docTypeSystemId != null ) ) {
662 if ( _docTypeSystemId != null ) {
668 printDoctypeURL( _docTypeSystemId );
672 } else if ( _docTypeSystemId != null ) {
679 printDoctypeURL( _docTypeSystemId );
H A DBaseMarkupSerializer.java202 protected String _docTypeSystemId; field in class:BaseMarkupSerializer
389 _docTypeSystemId = _format.getDoctypeSystem();
853 _docTypeSystemId = systemId;
1218 _docTypeSystemId = docType.getSystemId();
1227 _docTypeSystemId = null;
1282 if (_format.getStandalone() && _docTypeSystemId == null &&
1302 if (_docTypeSystemId != null) {
1317 printDoctypeURL( _docTypeSystemId );
1320 printDoctypeURL( _docTypeSystemId );
H A DXMLSerializer.java579 if (_format.getStandalone() && _docTypeSystemId == null &&
588 if (_docTypeSystemId != null) {
603 printDoctypeURL( _docTypeSystemId );
606 printDoctypeURL( _docTypeSystemId );

Completed in 108 milliseconds