WizardsToolkit  1.0.7
xml-tree.h File Reference
#include <wizard/exception.h>
Include dependency graph for xml-tree.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Typedefs

typedef struct _XMLTreeInfo XMLTreeInfo

Functions

WizardExport char * CanonicalXMLContent (const char *, const WizardBooleanType)
WizardExport char * XMLTreeInfoToXML (XMLTreeInfo *)
WizardExport const char * GetXMLTreeAttribute (XMLTreeInfo *, const char *)
WizardExport const char * GetXMLTreeContent (XMLTreeInfo *)
WizardExport const char ** GetXMLTreeProcessingInstructions (XMLTreeInfo *, const char *)
WizardExport const char * GetXMLTreeTag (XMLTreeInfo *)
WizardExport XMLTreeInfoAddChildToXMLTree (XMLTreeInfo *, const char *, const size_t)
WizardExport XMLTreeInfoAddPathToXMLTree (XMLTreeInfo *, const char *, const size_t)
WizardExport XMLTreeInfoDestroyXMLTree (XMLTreeInfo *)
WizardExport XMLTreeInfoGetNextXMLTreeTag (XMLTreeInfo *)
WizardExport XMLTreeInfoGetXMLTreeChild (XMLTreeInfo *, const char *)
WizardExport XMLTreeInfoGetXMLTreeOrdered (XMLTreeInfo *)
WizardExport XMLTreeInfoGetXMLTreePath (XMLTreeInfo *, const char *)
WizardExport XMLTreeInfoGetXMLTreeSibling (XMLTreeInfo *)
WizardExport XMLTreeInfoInsertTagIntoXMLTree (XMLTreeInfo *, XMLTreeInfo *, const size_t)
WizardExport XMLTreeInfoNewXMLTree (const char *, ExceptionInfo *)
WizardExport XMLTreeInfoNewXMLTreeTag (const char *)
WizardExport XMLTreeInfoPruneTagFromXMLTree (XMLTreeInfo *)
WizardExport XMLTreeInfoSetXMLTreeAttribute (XMLTreeInfo *, const char *, const char *)
WizardExport XMLTreeInfoSetXMLTreeContent (XMLTreeInfo *, const char *)

Typedef Documentation

typedef struct _XMLTreeInfo XMLTreeInfo

Definition at line 27 of file xml-tree.h.


Function Documentation

WizardExport XMLTreeInfo* AddChildToXMLTree ( XMLTreeInfo ,
const char *  ,
const size_t   
)
WizardExport XMLTreeInfo * AddPathToXMLTree ( XMLTreeInfo ,
const char *  ,
const size_t   
)
WizardExport char* CanonicalXMLContent ( const char *  ,
const WizardBooleanType   
)
WizardExport XMLTreeInfo * DestroyXMLTree ( XMLTreeInfo )
WizardExport XMLTreeInfo * GetNextXMLTreeTag ( XMLTreeInfo )
WizardExport const char* GetXMLTreeAttribute ( XMLTreeInfo ,
const char *   
)
WizardExport XMLTreeInfo * GetXMLTreeChild ( XMLTreeInfo ,
const char *   
)
WizardExport const char * GetXMLTreeContent ( XMLTreeInfo )
WizardExport XMLTreeInfo * GetXMLTreeOrdered ( XMLTreeInfo )
WizardExport XMLTreeInfo * GetXMLTreePath ( XMLTreeInfo ,
const char *   
)
WizardExport const char ** GetXMLTreeProcessingInstructions ( XMLTreeInfo ,
const char *   
)
WizardExport XMLTreeInfo * GetXMLTreeSibling ( XMLTreeInfo )
WizardExport const char * GetXMLTreeTag ( XMLTreeInfo )
WizardExport XMLTreeInfo * InsertTagIntoXMLTree ( XMLTreeInfo ,
XMLTreeInfo ,
const size_t   
)
WizardExport XMLTreeInfo * NewXMLTree ( const char *  ,
ExceptionInfo  
)
WizardExport XMLTreeInfo * NewXMLTreeTag ( const char *  )
WizardExport XMLTreeInfo * PruneTagFromXMLTree ( XMLTreeInfo )
WizardExport XMLTreeInfo * SetXMLTreeAttribute ( XMLTreeInfo ,
const char *  ,
const char *   
)
WizardExport XMLTreeInfo * SetXMLTreeContent ( XMLTreeInfo ,
const char *   
)