Home
last modified time | relevance | path

Searched refs:publicID (Results 1 – 9 of 9) sorted by relevance

/external/libxml2/
Dxmlsave.c55 xmlIsXHTML(const xmlChar *systemID, const xmlChar *publicID) { in xmlIsXHTML() argument
56 if ((systemID == NULL) && (publicID == NULL)) in xmlIsXHTML()
58 if (publicID != NULL) { in xmlIsXHTML()
59 if (xmlStrEqual(publicID, XHTML_STRICT_PUBLIC_ID)) return(1); in xmlIsXHTML()
60 if (xmlStrEqual(publicID, XHTML_FRAME_PUBLIC_ID)) return(1); in xmlIsXHTML()
61 if (xmlStrEqual(publicID, XHTML_TRANS_PUBLIC_ID)) return(1); in xmlIsXHTML()
DHTMLparser.c3291 htmlParseExternalID(htmlParserCtxtPtr ctxt, xmlChar **publicID) { in htmlParseExternalID() argument
3317 *publicID = htmlParsePubidLiteral(ctxt); in htmlParseExternalID()
3318 if (*publicID == NULL) { in htmlParseExternalID()
Dparser.c4676 xmlParseExternalID(xmlParserCtxtPtr ctxt, xmlChar **publicID, int strict) { in xmlParseExternalID() argument
4681 *publicID = NULL; in xmlParseExternalID()
4698 *publicID = xmlParsePubidLiteral(ctxt); in xmlParseExternalID()
4699 if (*publicID == NULL) { in xmlParseExternalID()
Dtestapi.c20991 xmlChar * publicID; /* the public identifier */ in test_xmlIsXHTML() local
20998 publicID = gen_const_xmlChar_ptr(n_publicID, 1); in test_xmlIsXHTML()
21000 ret_val = xmlIsXHTML((const xmlChar *)systemID, (const xmlChar *)publicID); in test_xmlIsXHTML()
21004 des_const_xmlChar_ptr(n_publicID, (const xmlChar *)publicID, 1); in test_xmlIsXHTML()
/external/libxml2/include/libxml/
DparserInternals.h408 xmlChar **publicID,
Dtree.h1239 const xmlChar *publicID);
/external/apache-xml/src/main/java/org/apache/xalan/transformer/
DTransformerImpl.java1021 String publicID = format.getProperty(OutputKeys.DOCTYPE_PUBLIC); in createSerializationHandler() local
1025 if (publicID != null) in createSerializationHandler()
1026 xoh.setDoctypePublic(publicID); in createSerializationHandler()
/external/libxml2/os400/libxmlrpg/
DparserInternals.rpgle226 d publicID * xmlChar *(*)
Dtree.rpgle1577 d publicID * value options(*string) const xmlChar *