Home | History | Annotate | Download | only in libxml

Lines Matching refs:xmlChar

41     const xmlChar          *name;	/* Entity name */
49 xmlChar *orig; /* content without ref substitution */
50 xmlChar *content; /* content or ndata if unparsed */
53 const xmlChar *ExternalID; /* External identifier for PUBLIC */
54 const xmlChar *SystemID; /* URI for a SYSTEM or PUBLIC Entity */
57 const xmlChar *URI; /* the full URI as computed */
83 const xmlChar *name,
85 const xmlChar *ExternalID,
86 const xmlChar *SystemID,
87 const xmlChar *content);
90 const xmlChar *name,
92 const xmlChar *ExternalID,
93 const xmlChar *SystemID,
94 const xmlChar *content);
97 const xmlChar *name,
99 const xmlChar *ExternalID,
100 const xmlChar *SystemID,
101 const xmlChar *content);
103 xmlGetPredefinedEntity (const xmlChar *name);
106 const xmlChar *name);
109 const xmlChar *name);
112 const xmlChar *name);
114 XMLPUBFUN const xmlChar * XMLCALL
116 const xmlChar *input);
118 XMLPUBFUN xmlChar * XMLCALL
120 const xmlChar *input);
121 XMLPUBFUN xmlChar * XMLCALL
123 const xmlChar *input);