Home | History | Annotate | Download | only in libxml2

Lines Matching refs:xmlNewTextWriter

171  * xmlNewTextWriter:
174 * Create a new xmlNewTextWriter structure using an xmlOutputBufferPtr
181 xmlNewTextWriter(xmlOutputBufferPtr out)
188 "xmlNewTextWriter : out of memory!\n");
199 "xmlNewTextWriter : out of memory!\n");
210 "xmlNewTextWriter : out of memory!\n");
225 "xmlNewTextWriter : out of memory!\n");
241 * Create a new xmlNewTextWriter structure with @uri as output
258 ret = xmlNewTextWriter(out);
276 * Create a new xmlNewTextWriter structure with @buf as output
296 ret = xmlNewTextWriter(out);
312 * Create a new xmlNewTextWriter structure with @ctxt as output
343 ret = xmlNewTextWriter(out);
346 "xmlNewTextWriterPushParser : error at xmlNewTextWriter!\n");
361 * Create a new xmlNewTextWriter structure with @*doc as output
423 * Create a new xmlNewTextWriter structure with @doc as output