HomeSort by relevance Sort by last modified time
    Searched defs:doctypeSystem (Results 1 - 3 of 3) sorted by null

  /libcore/luni/src/main/java/org/apache/xml/serializer/
ToXMLSAXHandler.java 652 String doctypeSystem = getDoctypeSystem();
653 if (doctypeSystem != null && m_lexHandler != null)
656 if (doctypeSystem != null)
660 doctypeSystem);
ToHTMLStream.java 703 String doctypeSystem = getDoctypeSystem();
705 if ((null != doctypeSystem) || (null != doctypePublic))
720 if (null != doctypeSystem)
727 writer.write(doctypeSystem);
    [all...]
ToStream.java     [all...]

Completed in 4243 milliseconds