Home | History | Annotate | Download | only in libxml

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 */
226 const xmlChar *name; /* Current parsed Node */
229 const xmlChar * *nameTab; /* array of nodes */
231 long nbChars; /* number of xmlChar processed */
236 const xmlChar * intSubName; /* name of subset */
237 xmlChar * extSubURI; /* URI of external subset */
238 xmlChar * extSubSystem; /* SYSTEM ID of external subset */
261 const xmlChar * *atts; /* array for the attributes callbacks */
268 const xmlChar *str_xml;
269 const xmlChar *str_xmlns;
270 const xmlChar *str_xml_ns;
278 const xmlChar * *nsTab; /* the array of prefix/namespace name */
311 const xmlChar *(*getPublicId)(void *ctx);
312 const xmlChar *(*getSystemId)(void *ctx);
340 const xmlChar *publicId,
341 const xmlChar *systemId);
352 const xmlChar *name,
353 const xmlChar *ExternalID,
354 const xmlChar *SystemID);
365 const xmlChar *name,
366 const xmlChar *ExternalID,
367 const xmlChar *SystemID);
378 const xmlChar *name);
389 const xmlChar *name);
402 const xmlChar *name,
404 const xmlChar *publicId,
405 const xmlChar *systemId,
406 xmlChar *content);
417 const xmlChar *name,
418 const xmlChar *publicId,
419 const xmlChar *systemId);
433 const xmlChar *elem,
434 const xmlChar *fullname,
437 const xmlChar *defaultValue,
449 xmlChar *name,
463 const xmlChar *name,
464 const xmlChar *publicId,
465 const xmlChar *systemId,
466 const xmlChar *notationName);
500 const xmlChar *name,
501 const xmlChar **atts);
510 const xmlChar *name);
523 const xmlChar *name,
524 const xmlChar *value);
533 const xmlChar *name);
537 * @ch: a xmlChar string
538 * @len: the number of xmlChar
543 const xmlChar *ch,
548 * @ch: a xmlChar string
549 * @len: the number of xmlChar
555 const xmlChar *ch,
566 const xmlChar *target,
567 const xmlChar *data);
576 const xmlChar *value);
587 const xmlChar *value,
682 const xmlChar *localname,
683 const xmlChar *prefix,
684 const xmlChar *URI,
686 const xmlChar **namespaces,
689 const xmlChar **attributes);
703 const xmlChar *localname,
704 const xmlChar *prefix,
705 const xmlChar *URI);
831 xmlParseDoc (const xmlChar *cur);
854 xmlRecoverDoc (xmlChar *cur);
881 const xmlChar *cur,
913 const xmlChar *ExternalID,
914 const xmlChar *SystemID);
916 xmlParseDTD (const xmlChar *ExternalID,
917 const xmlChar *SystemID);
929 const xmlChar *string,
944 const xmlChar *string,
952 const xmlChar *URL,
953 const xmlChar *ID,
958 const xmlChar *URL,
959 const xmlChar *ID,
976 const xmlChar* buffer,
980 xmlCreateDocParserCtxt (const xmlChar *cur);
1116 xmlReadDoc (const xmlChar *cur,
1144 const xmlChar *cur,