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

  /external/apache-xml/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...]
  /external/libxslt/libxslt/
transform.c     [all...]
xsltInternals.h     [all...]

Completed in 212 milliseconds