Home | History | Annotate | Download | only in libxml2

Lines Matching refs:xmlNewTextWriter

167  * xmlNewTextWriter:
170 * Create a new xmlNewTextWriter structure using an xmlOutputBufferPtr
177 xmlNewTextWriter(xmlOutputBufferPtr out)
184 "xmlNewTextWriter : out of memory!\n");
195 "xmlNewTextWriter : out of memory!\n");
206 "xmlNewTextWriter : out of memory!\n");
221 "xmlNewTextWriter : out of memory!\n");
237 * Create a new xmlNewTextWriter structure with @uri as output
254 ret = xmlNewTextWriter(out);
272 * Create a new xmlNewTextWriter structure with @buf as output
292 ret = xmlNewTextWriter(out);
308 * Create a new xmlNewTextWriter structure with @ctxt as output
339 ret = xmlNewTextWriter(out);
342 "xmlNewTextWriterPushParser : error at xmlNewTextWriter!\n");
357 * Create a new xmlNewTextWriter structure with @*doc as output
419 * Create a new xmlNewTextWriter structure with @doc as output