rxmldoc
Documentation XML Source:xmldoc.doc.xml
Functions:
- getDBstring
- XMLdocBuild
- XMLdocFileTrap
- XMLdocFree
- XMLdocFreeElement
- XMLdocFreeMod
- XMLdocGetConfigSection
- XMLdocIncludeText
- XMLdocMake
- XMLdocRender
- XMLdocRenderElement
- XMLdocRenderFile
- XMLdocSetText
Structures:
Unions:
Function Prototypes:
char *getDBstring(struct XMLDBbuffer *ptr); |
int XMLdocBuild(struct XMLDBtable *ptr,struct XMLDBtable *tree,void *data); |
int XMLdocFileTrap(char *buf,int sze,void *data); |
void XMLdocFree(XMLdocdata *ptr); |
void XMLdocFreeElement(struct XMLdocelement *ptr); |
void XMLdocFreeMod(struct XMLdocmod *ptr); |
int XMLdocGetConfigSection(struct XMLDBbuffer *ptr,char *root,char *path, int (*text)(struct XMLDBtable *,struct XMLDBtable *,void *), void *data); |
int XMLdocIncludeText(XMLdocdata *xmldoc,char *buf,int sze); |
XMLdocdata *XMLdocMake(); |
int XMLdocRender(struct XMLDBtable *ptr,XMLdocdata *xmldoc,int index); |
int XMLdocRenderElement(struct TagDBdata *tag,struct TagDBtable *tagdb, struct XMLdocelement *x,struct XMLDBelement *e); |
int XMLdocRenderFile(struct XMLdocfile *ptr); |
int XMLdocSetText(XMLdocdata *ptr, int (*text)(char *,int, void *),void *data); |