Lines Matching refs:xmlChar
52 typedef void (* xmlParserInputDeallocate)(xmlChar *str);
60 const xmlChar *base; /* Base of the array to parse */
61 const xmlChar *cur; /* Current char being parsed */
62 const xmlChar *end; /* end of the array to parse */
73 const xmlChar *encoding; /* the encoding string for entity */
74 const xmlChar *version; /* the version string for entity */
190 const xmlChar *version; /* the XML version string */
191 const xmlChar *encoding; /* the declared encoding, if any */
229 const xmlChar *name; /* Current parsed Node */
232 const xmlChar * *nameTab; /* array of nodes */
239 const xmlChar * intSubName; /* name of subset */
240 xmlChar * extSubURI; /* URI of external subset */
241 xmlChar * extSubSystem; /* SYSTEM ID of external subset */
264 const xmlChar * *atts; /* array for the attributes callbacks */
271 const xmlChar *str_xml;
272 const xmlChar *str_xmlns;
273 const xmlChar *str_xml_ns;
281 const xmlChar * *nsTab; /* the array of prefix/namespace name */
319 const xmlChar *(*getPublicId)(void *ctx);
320 const xmlChar *(*getSystemId)(void *ctx);
348 const xmlChar *publicId,
349 const xmlChar *systemId);
360 const xmlChar *name,
361 const xmlChar *ExternalID,
362 const xmlChar *SystemID);
373 const xmlChar *name,
374 const xmlChar *ExternalID,
375 const xmlChar *SystemID);
386 const xmlChar *name);
397 const xmlChar *name);
410 const xmlChar *name,
412 const xmlChar *publicId,
413 const xmlChar *systemId,
414 xmlChar *content);
425 const xmlChar *name,
426 const xmlChar *publicId,
427 const xmlChar *systemId);
441 const xmlChar *elem,
442 const xmlChar *fullname,
445 const xmlChar *defaultValue,
457 const xmlChar *name,
471 const xmlChar *name,
472 const xmlChar *publicId,
473 const xmlChar *systemId,
474 const xmlChar *notationName);
508 const xmlChar *name,
509 const xmlChar **atts);
518 const xmlChar *name);
531 const xmlChar *name,
532 const xmlChar *value);
541 const xmlChar *name);
551 const xmlChar *ch,
563 const xmlChar *ch,
574 const xmlChar *target,
575 const xmlChar *data);
584 const xmlChar *value);
595 const xmlChar *value,
690 const xmlChar *localname,
691 const xmlChar *prefix,
692 const xmlChar *URI,
694 const xmlChar **namespaces,
697 const xmlChar **attributes);
711 const xmlChar *localname,
712 const xmlChar *prefix,
713 const xmlChar *URI);
839 xmlParseDoc (const xmlChar *cur);
862 xmlRecoverDoc (const xmlChar *cur);
889 const xmlChar *cur,
921 const xmlChar *ExternalID,
922 const xmlChar *SystemID);
924 xmlParseDTD (const xmlChar *ExternalID,
925 const xmlChar *SystemID);
937 const xmlChar *string,
952 const xmlChar *string,
960 const xmlChar *URL,
961 const xmlChar *ID,
966 const xmlChar *URL,
967 const xmlChar *ID,
984 const xmlChar* buffer,
988 xmlCreateDocParserCtxt (const xmlChar *cur);
1125 xmlReadDoc (const xmlChar *cur,
1153 const xmlChar *cur,