Home | History | Annotate | Download | only in libxml2

Lines Matching refs:xmlChar

31 xmlChar *htmlDecodeEntities(htmlParserCtxtPtr ctxt, int len, xmlChar end,
32 xmlChar end2, xmlChar end3);
38 * @end: an end marker xmlChar, 0 if none
39 * @end2: an end marker xmlChar, 0 if none
40 * @end3: an end marker xmlChar, 0 if none
49 xmlChar *
51 int len ATTRIBUTE_UNUSED, xmlChar end ATTRIBUTE_UNUSED,
52 xmlChar end2 ATTRIBUTE_UNUSED,
53 xmlChar end3 ATTRIBUTE_UNUSED)
393 * @end: an end marker xmlChar, 0 if none
394 * @end2: an end marker xmlChar, 0 if none
395 * @end3: an end marker xmlChar, 0 if none
409 xmlChar *
412 xmlChar end ATTRIBUTE_UNUSED,
413 xmlChar end2 ATTRIBUTE_UNUSED,
414 xmlChar end3 ATTRIBUTE_UNUSED)
443 xmlChar *
459 * @prefix: a xmlChar **
476 xmlChar *
478 xmlChar ** prefix ATTRIBUTE_UNUSED)
507 xmlChar *
530 xmlChar *
590 xmlChar *
680 const xmlChar * href ATTRIBUTE_UNUSED,
681 const xmlChar * prefix ATTRIBUTE_UNUSED)
725 const xmlChar *
727 const xmlChar * input ATTRIBUTE_UNUSED)
761 * Returns a xmlChar *
763 const xmlChar *
778 * Returns a xmlChar *
780 const xmlChar *
878 internalSubset(void *ctx, const xmlChar * name,
879 const xmlChar * ExternalID, const xmlChar * SystemID)
896 externalSubset(void *ctx, const xmlChar * name,
897 const xmlChar * ExternalID, const xmlChar * SystemID)
919 resolveEntity(void *ctx, const xmlChar * publicId,
920 const xmlChar * systemId)
937 getEntity(void *ctx, const xmlChar * name)
954 getParameterEntity(void *ctx, const xmlChar * name)
974 entityDecl(void *ctx, const xmlChar * name, int type,
975 const xmlChar * publicId, const xmlChar * systemId,
976 xmlChar * content)
996 attributeDecl(void *ctx, const xmlChar * elem, const xmlChar * fullname,
997 int type, int def, const xmlChar * defaultValue,
1016 elementDecl(void *ctx, const xmlChar * name, int type,
1034 notationDecl(void *ctx, const xmlChar * name,
1035 const xmlChar * publicId, const xmlChar * systemId)
1053 unparsedEntityDecl(void *ctx, const xmlChar * name,
1054 const xmlChar * publicId, const xmlChar * systemId,
1055 const xmlChar * notationName)
1121 const xmlChar * fullname ATTRIBUTE_UNUSED,
1122 const xmlChar * value ATTRIBUTE_UNUSED)
1137 startElement(void *ctx, const xmlChar * fullname, const xmlChar ** atts)
1151 endElement(void *ctx, const xmlChar * name ATTRIBUTE_UNUSED)
1166 reference(void *ctx, const xmlChar * name)
1175 * @ch: a xmlChar string
1176 * @len: the number of xmlChar
1182 characters(void *ctx, const xmlChar * ch, int len)
1191 * @ch: a xmlChar string
1192 * @len: the number of xmlChar
1200 const xmlChar * ch ATTRIBUTE_UNUSED,
1216 processingInstruction(void *ctx, const xmlChar * target,
1217 const xmlChar * data)
1234 const xmlChar * href ATTRIBUTE_UNUSED,
1235 const xmlChar * prefix ATTRIBUTE_UNUSED)
1251 const xmlChar * name ATTRIBUTE_UNUSED)
1287 xmlChar * namespace ATTRIBUTE_UNUSED)
1304 const xmlChar * href ATTRIBUTE_UNUSED,
1305 const xmlChar * prefix ATTRIBUTE_UNUSED)
1319 comment(void *ctx, const xmlChar * value)
1335 cdataBlock(void *ctx, const xmlChar * value, int len)