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

  /external/chromium_org/third_party/libxslt/libxslt/
transform.c     [all...]
xsltInternals.h     [all...]
xslt.c 989 if (style->doctypePublic != NULL)
990 xmlFree(style->doctypePublic);
1218 if (style->doctypePublic != NULL)
1219 xmlFree(style->doctypePublic);
1220 style->doctypePublic = prop;
    [all...]
  /external/apache-xml/src/main/java/org/apache/xml/serializer/
ToXMLSAXHandler.java 655 String doctypePublic = getDoctypePublic();
659 doctypePublic,
SerializerBase.java 607 * @param doctypePublic the public identifier to be used in the DOCTYPE
610 public void setDoctypePublic(String doctypePublic)
612 setOutputProperty(OutputKeys.DOCTYPE_PUBLIC, doctypePublic);
640 * @param doctypePublic the public identifier to be used in the DOCTYPE
643 public void setDoctype(String doctypeSystem, String doctypePublic)
646 setOutputProperty(OutputKeys.DOCTYPE_PUBLIC, doctypePublic);
    [all...]
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/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.apache.jasper_5.5.17.v201004212143.jar 

Completed in 236 milliseconds