Lines Matching full:xmlbuf
87 * is being deprecated, use API with xmlBuf instead
100 * xmlBuf:
105 typedef struct _xmlBuf xmlBuf;
114 typedef xmlBuf *xmlBufPtr;
117 * A few public routines for xmlBuf. As those are expected to be used
120 XMLPUBFUN xmlChar* XMLCALL xmlBufContent (const xmlBuf* buf);
693 * Handling Buffers, the old ones see @xmlBuf for the new ones.