• Home
  • Raw
  • Download

Lines Matching refs:xmlChar

92     xmlChar *content;		/* The buffer content UTF8 */
96 xmlChar *contentIO; /* in IO mode we may have a different base */
120 XMLPUBFUN xmlChar* XMLCALL xmlBufContent (const xmlBuf* buf);
121 XMLPUBFUN xmlChar* XMLCALL xmlBufEnd (xmlBufPtr buf);
141 (const xmlChar *) "http://www.w3.org/XML/1998/namespace"
148 #define XML_XML_ID (const xmlChar *) "xml:id"
195 const xmlChar *name; /* Notation name */
196 const xmlChar *PublicID; /* Public identifier, if any */
197 const xmlChar *SystemID; /* System identifier, if any */
242 const xmlChar *name; /* Enumeration name */
256 const xmlChar *name; /* Attribute name */
267 const xmlChar *defaultValue; /* or the default value */
269 const xmlChar *prefix; /* the namespace prefix if any */
270 const xmlChar *elem; /* Element holding the attribute */
309 const xmlChar *name; /* Element name */
313 const xmlChar *prefix; /* Namespace prefix */
349 const xmlChar *name; /* Element name */
360 const xmlChar *prefix; /* the namespace prefix if any */
392 const xmlChar *href; /* URL for the namespace */
393 const xmlChar *prefix; /* prefix for the namespace */
409 const xmlChar *name; /* Name of the DTD */
422 const xmlChar *ExternalID; /* External identifier for PUBLIC DTD */
423 const xmlChar *SystemID; /* URI for a SYSTEM or PUBLIC DTD */
437 const xmlChar *name; /* the name of the property */
459 const xmlChar *value; /* The ID name */
461 const xmlChar *name; /* The attribute if attr is not available */
476 const xmlChar *value; /* The Ref name */
478 const xmlChar *name; /* The attribute if attr is not available */
492 const xmlChar *name; /* the name of the node, or the entity */
502 xmlChar *content; /* the content */
573 const xmlChar *version; /* the XML version string */
574 const xmlChar *encoding; /* external initial encoding, if any */
577 const xmlChar *URL; /* The URI for that document */
605 const xmlChar *nsName,
606 const xmlChar *nsPrefix);
664 xmlValidateNCName (const xmlChar *value,
670 xmlValidateQName (const xmlChar *value,
673 xmlValidateName (const xmlChar *value,
676 xmlValidateNMToken (const xmlChar *value,
680 XMLPUBFUN xmlChar * XMLCALL
681 xmlBuildQName (const xmlChar *ncname,
682 const xmlChar *prefix,
683 xmlChar *memory,
685 XMLPUBFUN xmlChar * XMLCALL
686 xmlSplitQName2 (const xmlChar *name,
687 xmlChar **prefix);
688 XMLPUBFUN const xmlChar * XMLCALL
689 xmlSplitQName3 (const xmlChar *name,
718 const xmlChar *str,
722 const xmlChar *str,
726 const xmlChar *str);
738 XMLPUBFUN const xmlChar* XMLCALL
740 XMLPUBFUN xmlChar* XMLCALL
753 const xmlChar *name,
754 const xmlChar *ExternalID,
755 const xmlChar *SystemID);
758 const xmlChar *name,
759 const xmlChar *ExternalID,
760 const xmlChar *SystemID);
768 const xmlChar *href,
769 const xmlChar *prefix);
773 const xmlChar *href,
774 const xmlChar *prefix);
780 xmlNewDoc (const xmlChar *version);
785 const xmlChar *name,
786 const xmlChar *value);
791 const xmlChar *name,
792 const xmlChar *value);
797 const xmlChar *name,
798 const xmlChar *value);
802 xmlChar *name,
803 const xmlChar *value);
829 const xmlChar *name,
830 const xmlChar *content);
834 xmlChar *name,
835 const xmlChar *content);
838 const xmlChar *name);
841 xmlChar *name);
846 const xmlChar *name,
847 const xmlChar *content);
851 const xmlChar *content);
853 xmlNewText (const xmlChar *content);
856 const xmlChar *name,
857 const xmlChar *content);
859 xmlNewPI (const xmlChar *name,
860 const xmlChar *content);
863 const xmlChar *content,
866 xmlNewTextLen (const xmlChar *content,
870 const xmlChar *content);
872 xmlNewComment (const xmlChar *content);
875 const xmlChar *content,
879 const xmlChar *name);
882 const xmlChar *name);
899 const xmlChar *name,
900 const xmlChar *content);
904 const xmlChar *name,
905 const xmlChar *content);
916 XMLPUBFUN xmlChar * XMLCALL
939 const xmlChar *name);
971 const xmlChar *content,
989 const xmlChar *nameSpace);
993 const xmlChar *href);
1016 const xmlChar *name,
1017 const xmlChar *value);
1021 const xmlChar *name,
1022 const xmlChar *value);
1025 XMLPUBFUN xmlChar * XMLCALL
1027 const xmlChar *name);
1028 XMLPUBFUN xmlChar * XMLCALL
1030 const xmlChar *name);
1033 const xmlChar *name);
1036 const xmlChar *name,
1037 const xmlChar *nameSpace);
1038 XMLPUBFUN xmlChar * XMLCALL
1040 const xmlChar *name,
1041 const xmlChar *nameSpace);
1044 const xmlChar *value);
1047 const xmlChar *value,
1049 XMLPUBFUN xmlChar * XMLCALL
1054 XMLPUBFUN xmlChar * XMLCALL
1061 const xmlChar *content);
1065 const xmlChar *content,
1070 const xmlChar *content);
1073 const xmlChar *content,
1075 XMLPUBFUN xmlChar * XMLCALL
1085 XMLPUBFUN xmlChar * XMLCALL
1092 const xmlChar *lang);
1097 XMLPUBFUN xmlChar * XMLCALL
1103 const xmlChar *uri);
1115 const xmlChar *name);
1118 const xmlChar *name);
1126 const xmlChar *string);
1132 const xmlChar *string);
1138 const xmlChar *string);
1156 xmlChar **mem,
1161 xmlChar **mem,
1165 xmlChar **doc_txt_ptr,
1170 xmlChar **doc_txt_ptr,
1238 xmlIsXHTML (const xmlChar *systemID,
1239 const xmlChar *publicID);