MagickCore 7.0.10
xml-tree.h
Go to the documentation of this file.
1/*
2 Copyright @ 1999 ImageMagick Studio LLC, a non-profit organization
3 dedicated to making software imaging solutions freely available.
4
5 You may not use this file except in compliance with the License.
6 obtain a copy of the License at
7
8 https://imagemagick.org/script/license.php
9
10 Unless required by applicable law or agreed to in writing, software
11 distributed under the License is distributed on an "AS IS" BASIS,
12 WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13 See the License for the specific language governing permissions and
14 limitations under the License.
15
16 Wizard's toolkit xml-tree methods.
17*/
18#ifndef _WIZARDSTOOLKIT_XML_TREE_H
19#define _WIZARDSTOOLKIT_XML_TREE_H
20
21#include <wizard/exception.h>
22
23#if defined(__cplusplus) || defined(c_plusplus)
24extern "C" {
25#endif
26
27typedef struct _XMLTreeInfo
29
30extern WizardExport char
33
34extern WizardExport const char
39
41 *AddChildToXMLTree(XMLTreeInfo *,const char *,const size_t),
42 *AddPathToXMLTree(XMLTreeInfo *,const char *,const size_t),
45 *GetXMLTreeChild(XMLTreeInfo *,const char *),
47 *GetXMLTreePath(XMLTreeInfo *,const char *),
50 *NewXMLTree(const char *,ExceptionInfo *),
51 *NewXMLTreeTag(const char *),
53 *SetXMLTreeAttribute(XMLTreeInfo *,const char *,const char *),
54 *SetXMLTreeContent(XMLTreeInfo *,const char *);
55
56#if defined(__cplusplus) || defined(c_plusplus)
57}
58#endif
59
60#endif
#define WizardExport
WizardBooleanType
Definition wizard-type.h:26
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 *)
Definition xml-tree.c:1183
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 *)
Definition xml-tree.c:2614
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 *)
Definition xml-tree.c:2790
WizardExport XMLTreeInfo * NewXMLTreeTag(const char *)
WizardExport XMLTreeInfo * GetXMLTreePath(XMLTreeInfo *, const char *)