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

  /libcore/luni/src/main/java/org/apache/xml/serializer/
ToXMLSAXHandler.java 655 String doctypePublic = getDoctypePublic();
659 doctypePublic,
ToHTMLStream.java 704 String doctypePublic = getDoctypePublic();
705 if ((null != doctypeSystem) || (null != doctypePublic))
713 if (null != doctypePublic)
716 writer.write(doctypePublic);
722 if (null == doctypePublic)
    [all...]
ToStream.java     [all...]

Completed in 2678 milliseconds