Home | History | Annotate | Download | only in libxml2

Lines Matching refs:xmlNewTextWriter

163  * xmlNewTextWriter:
166 * Create a new xmlNewTextWriter structure using an xmlOutputBufferPtr
173 xmlNewTextWriter(xmlOutputBufferPtr out)
180 "xmlNewTextWriter : out of memory!\n");
191 "xmlNewTextWriter : out of memory!\n");
202 "xmlNewTextWriter : out of memory!\n");
217 "xmlNewTextWriter : out of memory!\n");
233 * Create a new xmlNewTextWriter structure with @uri as output
250 ret = xmlNewTextWriter(out);
268 * Create a new xmlNewTextWriter structure with @buf as output
288 ret = xmlNewTextWriter(out);
304 * Create a new xmlNewTextWriter structure with @ctxt as output
335 ret = xmlNewTextWriter(out);
338 "xmlNewTextWriterPushParser : error at xmlNewTextWriter!\n");
353 * Create a new xmlNewTextWriter structure with @*doc as output
415 * Create a new xmlNewTextWriter structure with @doc as output