Lines Matching full:publicid
3048 * @publicID: a xmlChar** receiving PubidLiteral
3055 * [83] PublicID ::= 'PUBLIC' S PubidLiteral
3058 * case publicID receives PubidLiteral, is strict is off
3059 * it is possible to return NULL and have publicID set.
3063 htmlParseExternalID(htmlParserCtxtPtr ctxt, xmlChar **publicID) {
3089 *publicID = htmlParsePubidLiteral(ctxt);
3090 if (*publicID == NULL) {