Searched defs:doctypePublic (Results 1 - 6 of 6) sorted by relevance

/external/apache-xml/src/main/java/org/apache/xml/serializer/
H A DSerializerBase.java607 * @param doctypePublic the public identifier to be used in the DOCTYPE
610 public void setDoctypePublic(String doctypePublic) argument
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) argument
646 setOutputProperty(OutputKeys.DOCTYPE_PUBLIC, doctypePublic);
/external/chromium_org/third_party/libxslt/libxslt/
H A Dtransform.c3229 const xmlChar *doctypePublic; local
3421 if (style->doctypePublic != NULL)
3422 xmlFree(style->doctypePublic);
3423 style->doctypePublic = prop;
3519 XSLT_GET_IMPORT_PTR(doctypePublic, style, doctypePublic)
3528 if (((doctypePublic != NULL) || (doctypeSystem != NULL)))
3529 res = htmlNewDoc(doctypeSystem, doctypePublic);
3533 xsltGetHTMLIDs(version, &doctypePublic, &doctypeSystem);
3536 res = htmlNewDocNoDtD(doctypeSystem, doctypePublic);
5847 const xmlChar *doctypePublic; local
[all...]
H A DxsltInternals.h1566 xmlChar *doctypePublic; /* doctype-public string */ member in struct:_xsltStylesheet
/external/libxslt/libxslt/
H A Dtransform.c3229 const xmlChar *doctypePublic; local
3421 if (style->doctypePublic != NULL)
3422 xmlFree(style->doctypePublic);
3423 style->doctypePublic = prop;
3519 XSLT_GET_IMPORT_PTR(doctypePublic, style, doctypePublic)
3528 if (((doctypePublic != NULL) || (doctypeSystem != NULL)))
3529 res = htmlNewDoc(doctypeSystem, doctypePublic);
3533 xsltGetHTMLIDs(version, &doctypePublic, &doctypeSystem);
3536 res = htmlNewDocNoDtD(doctypeSystem, doctypePublic);
5847 const xmlChar *doctypePublic; local
[all...]
H A DxsltInternals.h1566 xmlChar *doctypePublic; /* doctype-public string */ member in struct:_xsltStylesheet
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.apache.jasper_5.5.17.v201004212143.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 288 milliseconds