18#ifndef _WIZARDSTOOLKIT_XML_TREE_H
19#define _WIZARDSTOOLKIT_XML_TREE_H
23#if defined(__cplusplus) || defined(c_plusplus)
56#if defined(__cplusplus) || defined(c_plusplus)
WizardExport XMLTreeInfo * GetNextXMLTreeTag(XMLTreeInfo *)
WizardExport const char * GetXMLTreeContent(XMLTreeInfo *)
WizardExport XMLTreeInfo * GetXMLTreeChild(XMLTreeInfo *, const char *)
WizardExport const char ** GetXMLTreeProcessingInstructions(XMLTreeInfo *, const char *)
WizardExport XMLTreeInfo * GetXMLTreeOrdered(XMLTreeInfo *)
WizardExport XMLTreeInfo * SetXMLTreeAttribute(XMLTreeInfo *, const char *, const char *)
WizardExport const char * GetXMLTreeTag(XMLTreeInfo *)
WizardExport XMLTreeInfo * AddChildToXMLTree(XMLTreeInfo *, const char *, const size_t)
WizardExport XMLTreeInfo * DestroyXMLTree(XMLTreeInfo *)
WizardExport const char * GetXMLTreeAttribute(XMLTreeInfo *, const char *)
WizardExport XMLTreeInfo * InsertTagIntoXMLTree(XMLTreeInfo *, XMLTreeInfo *, const size_t)
WizardExport XMLTreeInfo * SetXMLTreeContent(XMLTreeInfo *, const char *)
WizardExport XMLTreeInfo * NewXMLTree(const char *, ExceptionInfo *)
WizardExport char * CanonicalXMLContent(const char *, const WizardBooleanType)
WizardExport XMLTreeInfo * PruneTagFromXMLTree(XMLTreeInfo *)
WizardExport XMLTreeInfo * AddPathToXMLTree(XMLTreeInfo *, const char *, const size_t)
WizardExport XMLTreeInfo * GetXMLTreeSibling(XMLTreeInfo *)
WizardExport char * XMLTreeInfoToXML(XMLTreeInfo *)
WizardExport XMLTreeInfo * NewXMLTreeTag(const char *)
WizardExport XMLTreeInfo * GetXMLTreePath(XMLTreeInfo *, const char *)