• Home
  • Raw
  • Download

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 */
322 const xmlChar *(*getPublicId)(void *ctx);
323 const xmlChar *(*getSystemId)(void *ctx);
351 const xmlChar *publicId,
352 const xmlChar *systemId);
363 const xmlChar *name,
364 const xmlChar *ExternalID,
365 const xmlChar *SystemID);
376 const xmlChar *name,
377 const xmlChar *ExternalID,
378 const xmlChar *SystemID);
389 const xmlChar *name);
400 const xmlChar *name);
413 const xmlChar *name,
415 const xmlChar *publicId,
416 const xmlChar *systemId,
417 xmlChar *content);
428 const xmlChar *name,
429 const xmlChar *publicId,
430 const xmlChar *systemId);
444 const xmlChar *elem,
445 const xmlChar *fullname,
448 const xmlChar *defaultValue,
460 const xmlChar *name,
474 const xmlChar *name,
475 const xmlChar *publicId,
476 const xmlChar *systemId,
477 const xmlChar *notationName);
511 const xmlChar *name,
512 const xmlChar **atts);
521 const xmlChar *name);
534 const xmlChar *name,
535 const xmlChar *value);
544 const xmlChar *name);
554 const xmlChar *ch,
566 const xmlChar *ch,
577 const xmlChar *target,
578 const xmlChar *data);
587 const xmlChar *value);
598 const xmlChar *value,
693 const xmlChar *localname,
694 const xmlChar *prefix,
695 const xmlChar *URI,
697 const xmlChar **namespaces,
700 const xmlChar **attributes);
714 const xmlChar *localname,
715 const xmlChar *prefix,
716 const xmlChar *URI);
842 xmlParseDoc (const xmlChar *cur);
865 xmlRecoverDoc (const xmlChar *cur);
892 const xmlChar *cur,
924 const xmlChar *ExternalID,
925 const xmlChar *SystemID);
927 xmlParseDTD (const xmlChar *ExternalID,
928 const xmlChar *SystemID);
940 const xmlChar *string,
955 const xmlChar *string,
963 const xmlChar *URL,
964 const xmlChar *ID,
969 const xmlChar *URL,
970 const xmlChar *ID,
987 const xmlChar* buffer,
991 xmlCreateDocParserCtxt (const xmlChar *cur);
1129 xmlReadDoc (const xmlChar *cur,
1157 const xmlChar *cur,