Home | History | Annotate | Download | only in libxml

Lines Matching refs:xmlChar

88     xmlChar *content;		/* The buffer content UTF8 */
92 xmlChar *contentIO; /* in IO mode we may have a different base */
102 (const xmlChar *) "http://www.w3.org/XML/1998/namespace"
109 #define XML_XML_ID (const xmlChar *) "xml:id"
156 const xmlChar *name; /* Notation name */
157 const xmlChar *PublicID; /* Public identifier, if any */
158 const xmlChar *SystemID; /* System identifier, if any */
203 const xmlChar *name; /* Enumeration name */
217 const xmlChar *name; /* Attribute name */
228 const xmlChar *defaultValue; /* or the default value */
230 const xmlChar *prefix; /* the namespace prefix if any */
231 const xmlChar *elem; /* Element holding the attribute */
270 const xmlChar *name; /* Element name */
274 const xmlChar *prefix; /* Namespace prefix */
310 const xmlChar *name; /* Element name */
321 const xmlChar *prefix; /* the namespace prefix if any */
353 const xmlChar *href; /* URL for the namespace */
354 const xmlChar *prefix; /* prefix for the namespace */
370 const xmlChar *name; /* Name of the DTD */
383 const xmlChar *ExternalID; /* External identifier for PUBLIC DTD */
384 const xmlChar *SystemID; /* URI for a SYSTEM or PUBLIC DTD */
398 const xmlChar *name; /* the name of the property */
420 const xmlChar *value; /* The ID name */
422 const xmlChar *name; /* The attribute if attr is not available */
437 const xmlChar *value; /* The Ref name */
439 const xmlChar *name; /* The attribute if attr is not available */
453 const xmlChar *name; /* the name of the node, or the entity */
463 xmlChar *content; /* the content */
534 const xmlChar *version; /* the XML version string */
535 const xmlChar *encoding; /* external initial encoding, if any */
538 const xmlChar *URL; /* The URI for that document */
566 const xmlChar *nsName,
567 const xmlChar *nsPrefix);
621 xmlValidateNCName (const xmlChar *value,
627 xmlValidateQName (const xmlChar *value,
630 xmlValidateName (const xmlChar *value,
633 xmlValidateNMToken (const xmlChar *value,
637 XMLPUBFUN xmlChar * XMLCALL
638 xmlBuildQName (const xmlChar *ncname,
639 const xmlChar *prefix,
640 xmlChar *memory,
642 XMLPUBFUN xmlChar * XMLCALL
643 xmlSplitQName2 (const xmlChar *name,
644 xmlChar **prefix);
645 XMLPUBFUN const xmlChar * XMLCALL
646 xmlSplitQName3 (const xmlChar *name,
675 const xmlChar *str,
679 const xmlChar *str,
683 const xmlChar *str);
695 XMLPUBFUN const xmlChar* XMLCALL
708 const xmlChar *name,
709 const xmlChar *ExternalID,
710 const xmlChar *SystemID);
713 const xmlChar *name,
714 const xmlChar *ExternalID,
715 const xmlChar *SystemID);
723 const xmlChar *href,
724 const xmlChar *prefix);
728 const xmlChar *href,
729 const xmlChar *prefix);
735 xmlNewDoc (const xmlChar *version);
740 const xmlChar *name,
741 const xmlChar *value);
746 const xmlChar *name,
747 const xmlChar *value);
752 const xmlChar *name,
753 const xmlChar *value);
757 xmlChar *name,
758 const xmlChar *value);
784 const xmlChar *name,
785 const xmlChar *content);
789 xmlChar *name,
790 const xmlChar *content);
793 const xmlChar *name);
796 xmlChar *name);
801 const xmlChar *name,
802 const xmlChar *content);
806 const xmlChar *content);
808 xmlNewText (const xmlChar *content);
811 const xmlChar *name,
812 const xmlChar *content);
814 xmlNewPI (const xmlChar *name,
815 const xmlChar *content);
818 const xmlChar *content,
821 xmlNewTextLen (const xmlChar *content,
825 const xmlChar *content);
827 xmlNewComment (const xmlChar *content);
830 const xmlChar *content,
834 const xmlChar *name);
837 const xmlChar *name);
854 const xmlChar *name,
855 const xmlChar *content);
859 const xmlChar *name,
860 const xmlChar *content);
871 XMLPUBFUN xmlChar * XMLCALL
894 const xmlChar *name);
926 const xmlChar *content,
944 const xmlChar *nameSpace);
948 const xmlChar *href);
969 const xmlChar *name,
970 const xmlChar *value);
974 const xmlChar *name,
975 const xmlChar *value);
977 XMLPUBFUN xmlChar * XMLCALL
979 const xmlChar *name);
980 XMLPUBFUN xmlChar * XMLCALL
982 const xmlChar *name);
985 const xmlChar *name);
988 const xmlChar *name,
989 const xmlChar *nameSpace);
990 XMLPUBFUN xmlChar * XMLCALL
992 const xmlChar *name,
993 const xmlChar *nameSpace);
996 const xmlChar *value);
999 const xmlChar *value,
1001 XMLPUBFUN xmlChar * XMLCALL
1006 XMLPUBFUN xmlChar * XMLCALL
1013 const xmlChar *content);
1017 const xmlChar *content,
1022 const xmlChar *content);
1025 const xmlChar *content,
1027 XMLPUBFUN xmlChar * XMLCALL
1032 XMLPUBFUN xmlChar * XMLCALL
1039 const xmlChar *lang);
1044 XMLPUBFUN xmlChar * XMLCALL
1050 const xmlChar *uri);
1062 const xmlChar *name);
1065 const xmlChar *name);
1073 const xmlChar *string);
1079 const xmlChar *string);
1085 const xmlChar *string);
1103 xmlChar **mem,
1108 xmlChar **mem,
1112 xmlChar **doc_txt_ptr,
1117 xmlChar **doc_txt_ptr,
1179 xmlIsXHTML (const xmlChar *systemID,
1180 const xmlChar *publicID);