Searched defs:publicID (Results 1 – 5 of 5) sorted by relevance
55 xmlIsXHTML(const xmlChar *systemID, const xmlChar *publicID) { in xmlIsXHTML()
3130 htmlParseExternalID(htmlParserCtxtPtr ctxt, xmlChar **publicID) { in htmlParseExternalID()
4611 xmlParseExternalID(xmlParserCtxtPtr ctxt, xmlChar **publicID, int strict) { in xmlParseExternalID()
21018 xmlChar * publicID; /* the public identifier */ in test_xmlIsXHTML() local
1021 String publicID = format.getProperty(OutputKeys.DOCTYPE_PUBLIC); in createSerializationHandler() local