1
?÷ t xmlBufNodeDump (xmlBufPtr buf,
xmlDocPtr doc,
xmlNodePtr cur,
int level,
int format)
size_t xmlBufShrink (xmlBufPtr buf,
size_t len)
size_t xmlBufUse (const xmlBufPtr buf)
int xmlBufferAdd (xmlBufferPtr buf,
const xmlChar * str,
int len)
int xmlBufferAddHead (xmlBufferPtr buf,
const xmlChar * str,
int len)
int xmlBufferCCat (xmlBufferPtr buf,
const char * str)
int xmlBufferCat (xmlBufferPtr buf,
const xmlChar * str)
const xmlChar * xmlBufferContent (const xmlBufferPtr buf)
xmlBufferPtr xmlBufferCreate (void)
xmlBufferPtr xmlBufferCreateSize (size_t size)
xmlBufferPtr xmlBufferCreateStatic (void * mem,
size_t size)
xmlChar * xmlBufferDetach (xmlBufferPtr buf)
int xmlBufferDump (FILE * file,
xmlBufferPtr buf)
void xmlBufferEmpty (xmlBufferPtr buf)
void xmlBufferFree (xmlBufferPtr buf)
int xmlBufferGrow (xmlBufferPtr buf,
unsigned int len)
int xmlBufferLength (const xmlBufferPtr buf)
int xmlBufferResize (xmlBufferPtr buf,
unsigned int size)
void xmlBufferSetAllocationScheme (xmlBufferPtr buf,
xmlBufferAllocationScheme scheme)
int xmlBufferShrink (xmlBufferPtr buf,
unsigned int len)
void xmlBufferWriteCHAR (xmlBufferPtr buf,
const xmlChar * string)