tree.h
Estructura xmlBuf
Una estructura de buffer, nueva, los miembros internos de la estructura no son públicos.
Sintaxis
/** * xmlBuf: * * A buffer structure, new one, the actual structure internals are not public */ typedef xmlBuf *xmlBufPtr; typedef struct _xmlBuf xmlBuf;