blob: faa57357e89b20a1643a076ff422005160f8be13 [file] [log] [blame]
Daniel Veillardf8592562002-01-23 17:58:17 +00001<?xml version="1.0" encoding="ISO-8859-1"?>
Daniel Veillard61006472002-01-21 17:31:47 +00002<api name='libxml2'>
3 <files>
Daniel Veillarda9b66d02002-12-11 14:23:49 +00004 <file name='DOCBparser'>
Daniel Veillardbe586972003-11-18 20:56:51 +00005 <summary>old DocBook SGML parser</summary>
6 <description>interface for a DocBook SGML non-verifying parser This code is DEPRECATED, and should not be used anymore. </description>
7 <author>Daniel Veillard </author>
8 <deprecated/>
Daniel Veillard1822e8b2004-02-26 12:36:22 +00009 <exports symbol='docbParserInput' type='typedef'/>
Daniel Veillard1a792412003-11-18 23:52:38 +000010 <exports symbol='docbParserInputPtr' type='typedef'/>
11 <exports symbol='docbParserCtxt' type='typedef'/>
12 <exports symbol='docbParserCtxtPtr' type='typedef'/>
13 <exports symbol='docbDocPtr' type='typedef'/>
14 <exports symbol='docbSAXHandler' type='typedef'/>
15 <exports symbol='docbSAXHandlerPtr' type='typedef'/>
16 <exports symbol='docbCreatePushParserCtxt' type='function'/>
17 <exports symbol='docbEncodeEntities' type='function'/>
18 <exports symbol='docbParseFile' type='function'/>
19 <exports symbol='docbParseDocument' type='function'/>
Daniel Veillard1822e8b2004-02-26 12:36:22 +000020 <exports symbol='docbCreateFileParserCtxt' type='function'/>
21 <exports symbol='docbParseDoc' type='function'/>
22 <exports symbol='docbSAXParseDoc' type='function'/>
23 <exports symbol='docbSAXParseFile' type='function'/>
Daniel Veillard1a792412003-11-18 23:52:38 +000024 <exports symbol='docbParseChunk' type='function'/>
Daniel Veillard1822e8b2004-02-26 12:36:22 +000025 <exports symbol='docbFreeParserCtxt' type='function'/>
Daniel Veillarda9b66d02002-12-11 14:23:49 +000026 </file>
Daniel Veillarda9b66d02002-12-11 14:23:49 +000027 <file name='HTMLparser'>
Daniel Veillardbe586972003-11-18 20:56:51 +000028 <summary>interface for an HTML 4.0 non-verifying parser</summary>
29 <description>this module implements an HTML 4.0 non-verifying parser with API compatible with the XML parser ones. It should be able to parse &quot;real world&quot; HTML, even if severely broken from a specification point of view. </description>
30 <author>Daniel Veillard </author>
Daniel Veillard1a792412003-11-18 23:52:38 +000031 <exports symbol='htmlDefaultSubelement' type='macro'/>
32 <exports symbol='htmlElementAllowedHereDesc' type='macro'/>
33 <exports symbol='htmlRequiredAttrs' type='macro'/>
34 <exports symbol='HTML_REQUIRED' type='enum'/>
Daniel Veillard1822e8b2004-02-26 12:36:22 +000035 <exports symbol='HTML_DEPRECATED' type='enum'/>
Daniel Veillard1a792412003-11-18 23:52:38 +000036 <exports symbol='HTML_INVALID' type='enum'/>
37 <exports symbol='HTML_PARSE_NONET' type='enum'/>
Daniel Veillard1822e8b2004-02-26 12:36:22 +000038 <exports symbol='HTML_PARSE_PEDANTIC' type='enum'/>
Daniel Veillard1a792412003-11-18 23:52:38 +000039 <exports symbol='HTML_NA' type='enum'/>
40 <exports symbol='HTML_VALID' type='enum'/>
Daniel Veillard1822e8b2004-02-26 12:36:22 +000041 <exports symbol='HTML_PARSE_NOWARNING' type='enum'/>
Daniel Veillard1a792412003-11-18 23:52:38 +000042 <exports symbol='HTML_PARSE_NOBLANKS' type='enum'/>
43 <exports symbol='HTML_PARSE_NOERROR' type='enum'/>
44 <exports symbol='htmlParserNodeInfo' type='typedef'/>
45 <exports symbol='htmlParserInput' type='typedef'/>
46 <exports symbol='htmlParserCtxtPtr' type='typedef'/>
47 <exports symbol='htmlEntityDesc' type='typedef'/>
48 <exports symbol='htmlDocPtr' type='typedef'/>
49 <exports symbol='htmlSAXHandlerPtr' type='typedef'/>
50 <exports symbol='htmlStatus' type='typedef'/>
51 <exports symbol='htmlNodePtr' type='typedef'/>
52 <exports symbol='htmlElemDescPtr' type='typedef'/>
53 <exports symbol='htmlElemDesc' type='typedef'/>
54 <exports symbol='htmlSAXHandler' type='typedef'/>
55 <exports symbol='htmlParserInputPtr' type='typedef'/>
56 <exports symbol='htmlParserOption' type='typedef'/>
57 <exports symbol='htmlEntityDescPtr' type='typedef'/>
58 <exports symbol='htmlParserCtxt' type='typedef'/>
59 <exports symbol='_htmlEntityDesc' type='struct'/>
60 <exports symbol='_htmlElemDesc' type='struct'/>
Daniel Veillard1822e8b2004-02-26 12:36:22 +000061 <exports symbol='htmlParseChunk' type='function'/>
62 <exports symbol='htmlNodeStatus' type='function'/>
63 <exports symbol='htmlAttrAllowed' type='function'/>
Daniel Veillard1a792412003-11-18 23:52:38 +000064 <exports symbol='htmlIsScriptAttribute' type='function'/>
65 <exports symbol='htmlHandleOmittedElem' type='function'/>
66 <exports symbol='htmlReadFd' type='function'/>
Daniel Veillard1822e8b2004-02-26 12:36:22 +000067 <exports symbol='htmlSAXParseFile' type='function'/>
68 <exports symbol='htmlParseEntityRef' type='function'/>
69 <exports symbol='htmlSAXParseDoc' type='function'/>
William M. Brackfd9e70d2004-02-26 11:01:57 +000070 <exports symbol='htmlParseFile' type='function'/>
Daniel Veillard1822e8b2004-02-26 12:36:22 +000071 <exports symbol='htmlReadIO' type='function'/>
Daniel Veillard1a792412003-11-18 23:52:38 +000072 <exports symbol='htmlCtxtReadDoc' type='function'/>
Daniel Veillard1822e8b2004-02-26 12:36:22 +000073 <exports symbol='htmlElementStatusHere' type='function'/>
74 <exports symbol='htmlEntityLookup' type='function'/>
75 <exports symbol='htmlEntityValueLookup' type='function'/>
76 <exports symbol='htmlParseElement' type='function'/>
Daniel Veillard1a792412003-11-18 23:52:38 +000077 <exports symbol='htmlAutoCloseTag' type='function'/>
Daniel Veillard1822e8b2004-02-26 12:36:22 +000078 <exports symbol='UTF8ToHtml' type='function'/>
Daniel Veillard1a792412003-11-18 23:52:38 +000079 <exports symbol='htmlTagLookup' type='function'/>
80 <exports symbol='htmlCreateMemoryParserCtxt' type='function'/>
81 <exports symbol='htmlCtxtReset' type='function'/>
82 <exports symbol='htmlFreeParserCtxt' type='function'/>
83 <exports symbol='htmlCtxtReadMemory' type='function'/>
84 <exports symbol='htmlCtxtReadFd' type='function'/>
Daniel Veillard1822e8b2004-02-26 12:36:22 +000085 <exports symbol='htmlElementAllowedHere' type='function'/>
86 <exports symbol='htmlCtxtReadIO' type='function'/>
Daniel Veillard1a792412003-11-18 23:52:38 +000087 <exports symbol='htmlReadFile' type='function'/>
88 <exports symbol='htmlCtxtReadFile' type='function'/>
Daniel Veillard1822e8b2004-02-26 12:36:22 +000089 <exports symbol='htmlCreatePushParserCtxt' type='function'/>
90 <exports symbol='htmlReadMemory' type='function'/>
Daniel Veillard1a792412003-11-18 23:52:38 +000091 <exports symbol='htmlParseDocument' type='function'/>
Daniel Veillard1822e8b2004-02-26 12:36:22 +000092 <exports symbol='htmlIsAutoClosed' type='function'/>
93 <exports symbol='htmlParseCharRef' type='function'/>
Daniel Veillard1a792412003-11-18 23:52:38 +000094 <exports symbol='htmlCtxtUseOptions' type='function'/>
Daniel Veillard1822e8b2004-02-26 12:36:22 +000095 <exports symbol='htmlReadDoc' type='function'/>
Daniel Veillard1a792412003-11-18 23:52:38 +000096 <exports symbol='htmlParseDoc' type='function'/>
Daniel Veillard1822e8b2004-02-26 12:36:22 +000097 <exports symbol='htmlEncodeEntities' type='function'/>
Daniel Veillarda9b66d02002-12-11 14:23:49 +000098 </file>
Daniel Veillardbff06bf2003-11-17 16:58:05 +000099 <file name='HTMLtree'>
Daniel Veillardbe586972003-11-18 20:56:51 +0000100 <summary>specific APIs to process HTML tree, especially serialization</summary>
101 <description>this module implements a few function needed to process tree in an HTML specific way. </description>
102 <author>Daniel Veillard </author>
Daniel Veillard1a792412003-11-18 23:52:38 +0000103 <exports symbol='HTML_ENTITY_REF_NODE' type='macro'/>
104 <exports symbol='HTML_COMMENT_NODE' type='macro'/>
105 <exports symbol='HTML_PRESERVE_NODE' type='macro'/>
106 <exports symbol='HTML_TEXT_NODE' type='macro'/>
107 <exports symbol='HTML_PI_NODE' type='macro'/>
108 <exports symbol='htmlDocDumpMemory' type='function'/>
109 <exports symbol='htmlSaveFile' type='function'/>
110 <exports symbol='htmlNewDocNoDtD' type='function'/>
111 <exports symbol='htmlDocDump' type='function'/>
Daniel Veillard1822e8b2004-02-26 12:36:22 +0000112 <exports symbol='htmlNodeDump' type='function'/>
113 <exports symbol='htmlDocContentDumpFormatOutput' type='function'/>
Daniel Veillard1a792412003-11-18 23:52:38 +0000114 <exports symbol='htmlSetMetaEncoding' type='function'/>
115 <exports symbol='htmlSaveFileEnc' type='function'/>
116 <exports symbol='htmlNodeDumpOutput' type='function'/>
Daniel Veillard1822e8b2004-02-26 12:36:22 +0000117 <exports symbol='htmlIsBooleanAttr' type='function'/>
118 <exports symbol='htmlNodeDumpFormatOutput' type='function'/>
Daniel Veillard1a792412003-11-18 23:52:38 +0000119 <exports symbol='htmlNewDoc' type='function'/>
120 <exports symbol='htmlGetMetaEncoding' type='function'/>
121 <exports symbol='htmlNodeDumpFile' type='function'/>
Daniel Veillard1822e8b2004-02-26 12:36:22 +0000122 <exports symbol='htmlNodeDumpFileFormat' type='function'/>
Daniel Veillard1a792412003-11-18 23:52:38 +0000123 <exports symbol='htmlSaveFileFormat' type='function'/>
124 <exports symbol='htmlDocContentDumpOutput' type='function'/>
Daniel Veillardbff06bf2003-11-17 16:58:05 +0000125 </file>
126 <file name='SAX'>
Daniel Veillardbe586972003-11-18 20:56:51 +0000127 <summary>Old SAX version 1 handler, deprecated</summary>
128 <description>DEPRECATED set of SAX version 1 interfaces used to build the DOM tree. </description>
129 <author>Daniel Veillard </author>
130 <deprecated/>
Daniel Veillard1822e8b2004-02-26 12:36:22 +0000131 <exports symbol='cdataBlock' type='function'/>
Daniel Veillard1a792412003-11-18 23:52:38 +0000132 <exports symbol='comment' type='function'/>
133 <exports symbol='checkNamespace' type='function'/>
Daniel Veillard1822e8b2004-02-26 12:36:22 +0000134 <exports symbol='startElement' type='function'/>
William M. Brackfd9e70d2004-02-26 11:01:57 +0000135 <exports symbol='inithtmlDefaultSAXHandler' type='function'/>
Daniel Veillard1822e8b2004-02-26 12:36:22 +0000136 <exports symbol='getColumnNumber' type='function'/>
William M. Brackfd9e70d2004-02-26 11:01:57 +0000137 <exports symbol='endElement' type='function'/>
Daniel Veillard1822e8b2004-02-26 12:36:22 +0000138 <exports symbol='attribute' type='function'/>
William M. Brackfd9e70d2004-02-26 11:01:57 +0000139 <exports symbol='namespaceDecl' type='function'/>
Daniel Veillard1822e8b2004-02-26 12:36:22 +0000140 <exports symbol='getNamespace' type='function'/>
William M. Brackfd9e70d2004-02-26 11:01:57 +0000141 <exports symbol='initdocbDefaultSAXHandler' type='function'/>
Daniel Veillard1822e8b2004-02-26 12:36:22 +0000142 <exports symbol='setDocumentLocator' type='function'/>
143 <exports symbol='getPublicId' type='function'/>
Daniel Veillard1a792412003-11-18 23:52:38 +0000144 <exports symbol='getEntity' type='function'/>
145 <exports symbol='characters' type='function'/>
146 <exports symbol='elementDecl' type='function'/>
Daniel Veillard1822e8b2004-02-26 12:36:22 +0000147 <exports symbol='ignorableWhitespace' type='function'/>
148 <exports symbol='hasExternalSubset' type='function'/>
149 <exports symbol='isStandalone' type='function'/>
150 <exports symbol='unparsedEntityDecl' type='function'/>
151 <exports symbol='reference' type='function'/>
152 <exports symbol='globalNamespace' type='function'/>
153 <exports symbol='initxmlDefaultSAXHandler' type='function'/>
154 <exports symbol='hasInternalSubset' type='function'/>
155 <exports symbol='processingInstruction' type='function'/>
Daniel Veillard1a792412003-11-18 23:52:38 +0000156 <exports symbol='getParameterEntity' type='function'/>
157 <exports symbol='attributeDecl' type='function'/>
Daniel Veillard1822e8b2004-02-26 12:36:22 +0000158 <exports symbol='notationDecl' type='function'/>
159 <exports symbol='entityDecl' type='function'/>
160 <exports symbol='setNamespace' type='function'/>
161 <exports symbol='externalSubset' type='function'/>
162 <exports symbol='resolveEntity' type='function'/>
163 <exports symbol='getSystemId' type='function'/>
164 <exports symbol='startDocument' type='function'/>
Daniel Veillard1a792412003-11-18 23:52:38 +0000165 <exports symbol='internalSubset' type='function'/>
166 <exports symbol='endDocument' type='function'/>
167 <exports symbol='getLineNumber' type='function'/>
Daniel Veillardbff06bf2003-11-17 16:58:05 +0000168 </file>
169 <file name='SAX2'>
Daniel Veillardbe586972003-11-18 20:56:51 +0000170 <summary>SAX2 parser interface used to build the DOM tree</summary>
171 <description>those are the default SAX2 interfaces used by the library when building DOM tree. </description>
172 <author>Daniel Veillard </author>
Daniel Veillard8aac2972004-05-16 01:00:37 +0000173 <exports symbol='xmlSAX2EndDocument' type='function'/>
Daniel Veillard1a792412003-11-18 23:52:38 +0000174 <exports symbol='xmlSAX2EndElementNs' type='function'/>
Daniel Veillard8aac2972004-05-16 01:00:37 +0000175 <exports symbol='xmlSAX2ProcessingInstruction' type='function'/>
176 <exports symbol='xmlSAX2InternalSubset' type='function'/>
Daniel Veillard1a792412003-11-18 23:52:38 +0000177 <exports symbol='xmlSAX2Reference' type='function'/>
Daniel Veillard8aac2972004-05-16 01:00:37 +0000178 <exports symbol='xmlSAXDefaultVersion' type='function'/>
179 <exports symbol='xmlSAX2Characters' type='function'/>
Daniel Veillard1a792412003-11-18 23:52:38 +0000180 <exports symbol='xmlSAX2ElementDecl' type='function'/>
Daniel Veillard1a792412003-11-18 23:52:38 +0000181 <exports symbol='xmlSAX2AttributeDecl' type='function'/>
Daniel Veillard8aac2972004-05-16 01:00:37 +0000182 <exports symbol='xmlSAX2Comment' type='function'/>
183 <exports symbol='xmlSAX2InitDocbDefaultSAXHandler' type='function'/>
Daniel Veillard1a792412003-11-18 23:52:38 +0000184 <exports symbol='xmlSAX2GetColumnNumber' type='function'/>
Daniel Veillard8aac2972004-05-16 01:00:37 +0000185 <exports symbol='xmlSAX2SetDocumentLocator' type='function'/>
186 <exports symbol='xmlSAX2CDataBlock' type='function'/>
187 <exports symbol='xmlSAX2StartElementNs' type='function'/>
188 <exports symbol='xmlSAX2HasExternalSubset' type='function'/>
Daniel Veillard1a792412003-11-18 23:52:38 +0000189 <exports symbol='xmlSAX2GetEntity' type='function'/>
190 <exports symbol='xmlSAX2UnparsedEntityDecl' type='function'/>
Daniel Veillard8aac2972004-05-16 01:00:37 +0000191 <exports symbol='htmlDefaultSAXHandlerInit' type='function'/>
Daniel Veillard1a792412003-11-18 23:52:38 +0000192 <exports symbol='xmlSAXVersion' type='function'/>
193 <exports symbol='xmlSAX2IgnorableWhitespace' type='function'/>
Daniel Veillard8aac2972004-05-16 01:00:37 +0000194 <exports symbol='xmlSAX2GetLineNumber' type='function'/>
Daniel Veillard1a792412003-11-18 23:52:38 +0000195 <exports symbol='xmlSAX2NotationDecl' type='function'/>
Daniel Veillard8aac2972004-05-16 01:00:37 +0000196 <exports symbol='xmlSAX2HasInternalSubset' type='function'/>
Daniel Veillard1a792412003-11-18 23:52:38 +0000197 <exports symbol='xmlSAX2StartDocument' type='function'/>
Daniel Veillard8aac2972004-05-16 01:00:37 +0000198 <exports symbol='xmlSAX2InitHtmlDefaultSAXHandler' type='function'/>
199 <exports symbol='docbDefaultSAXHandlerInit' type='function'/>
Daniel Veillard1a792412003-11-18 23:52:38 +0000200 <exports symbol='xmlSAX2EndElement' type='function'/>
201 <exports symbol='xmlSAX2ResolveEntity' type='function'/>
202 <exports symbol='xmlSAX2ExternalSubset' type='function'/>
Daniel Veillard8aac2972004-05-16 01:00:37 +0000203 <exports symbol='xmlDefaultSAXHandlerInit' type='function'/>
Daniel Veillard1a792412003-11-18 23:52:38 +0000204 <exports symbol='xmlSAX2GetPublicId' type='function'/>
Daniel Veillard1a792412003-11-18 23:52:38 +0000205 <exports symbol='xmlSAX2InitDefaultSAXHandler' type='function'/>
Daniel Veillard8aac2972004-05-16 01:00:37 +0000206 <exports symbol='xmlSAX2IsStandalone' type='function'/>
Daniel Veillard1a792412003-11-18 23:52:38 +0000207 <exports symbol='xmlSAX2GetParameterEntity' type='function'/>
208 <exports symbol='xmlSAX2GetSystemId' type='function'/>
Daniel Veillard8aac2972004-05-16 01:00:37 +0000209 <exports symbol='xmlSAX2StartElement' type='function'/>
210 <exports symbol='xmlSAX2EntityDecl' type='function'/>
Daniel Veillardbff06bf2003-11-17 16:58:05 +0000211 </file>
212 <file name='c14n'>
Daniel Veillardbe586972003-11-18 20:56:51 +0000213 <summary>Provide Canonical XML and Exclusive XML Canonicalization</summary>
214 <description>the c14n modules provides a &quot;Canonical XML&quot; implementation</description>
215 <author>Aleksey Sanin &lt;aleksey@aleksey.com&gt; </author>
Daniel Veillard1a792412003-11-18 23:52:38 +0000216 <exports symbol='xmlC14NExecute' type='function'/>
217 <exports symbol='xmlC14NDocSaveTo' type='function'/>
218 <exports symbol='xmlC14NIsVisibleCallback' type='function'/>
219 <exports symbol='xmlC14NDocSave' type='function'/>
220 <exports symbol='xmlC14NDocDumpMemory' type='function'/>
Daniel Veillardbff06bf2003-11-17 16:58:05 +0000221 </file>
222 <file name='catalog'>
Daniel Veillardbe586972003-11-18 20:56:51 +0000223 <summary>interfaces to the Catalog handling system</summary>
224 <description>the catalog module implements the support for XML Catalogs and SGML catalogs </description>
225 <author>Daniel Veillard </author>
Daniel Veillard1a792412003-11-18 23:52:38 +0000226 <exports symbol='XML_CATALOG_PI' type='macro'/>
227 <exports symbol='XML_CATALOGS_NAMESPACE' type='macro'/>
Daniel Veillard1822e8b2004-02-26 12:36:22 +0000228 <exports symbol='XML_CATA_ALLOW_DOCUMENT' type='enum'/>
Daniel Veillard1a792412003-11-18 23:52:38 +0000229 <exports symbol='XML_CATA_ALLOW_NONE' type='enum'/>
230 <exports symbol='XML_CATA_PREFER_NONE' type='enum'/>
William M. Brackfd9e70d2004-02-26 11:01:57 +0000231 <exports symbol='XML_CATA_ALLOW_ALL' type='enum'/>
232 <exports symbol='XML_CATA_PREFER_SYSTEM' type='enum'/>
Daniel Veillard1822e8b2004-02-26 12:36:22 +0000233 <exports symbol='XML_CATA_ALLOW_GLOBAL' type='enum'/>
234 <exports symbol='XML_CATA_PREFER_PUBLIC' type='enum'/>
Daniel Veillard1a792412003-11-18 23:52:38 +0000235 <exports symbol='xmlCatalogAllow' type='typedef'/>
236 <exports symbol='xmlCatalogPrefer' type='typedef'/>
237 <exports symbol='xmlCatalog' type='typedef'/>
238 <exports symbol='xmlCatalogPtr' type='typedef'/>
Daniel Veillard1822e8b2004-02-26 12:36:22 +0000239 <exports symbol='xmlCatalogConvert' type='function'/>
Daniel Veillard1a792412003-11-18 23:52:38 +0000240 <exports symbol='xmlFreeCatalog' type='function'/>
241 <exports symbol='xmlLoadCatalogs' type='function'/>
242 <exports symbol='xmlCatalogLocalResolve' type='function'/>
243 <exports symbol='xmlACatalogAdd' type='function'/>
244 <exports symbol='xmlACatalogResolvePublic' type='function'/>
245 <exports symbol='xmlCatalogGetDefaults' type='function'/>
Daniel Veillard1822e8b2004-02-26 12:36:22 +0000246 <exports symbol='xmlInitializeCatalog' type='function'/>
247 <exports symbol='xmlLoadACatalog' type='function'/>
248 <exports symbol='xmlCatalogAddLocal' type='function'/>
249 <exports symbol='xmlCatalogLocalResolveURI' type='function'/>
Daniel Veillard1a792412003-11-18 23:52:38 +0000250 <exports symbol='xmlCatalogSetDefaultPrefer' type='function'/>
Daniel Veillard1822e8b2004-02-26 12:36:22 +0000251 <exports symbol='xmlCatalogDump' type='function'/>
Daniel Veillard1a792412003-11-18 23:52:38 +0000252 <exports symbol='xmlACatalogResolveURI' type='function'/>
Daniel Veillard1822e8b2004-02-26 12:36:22 +0000253 <exports symbol='xmlCatalogCleanup' type='function'/>
Daniel Veillard1a792412003-11-18 23:52:38 +0000254 <exports symbol='xmlCatalogAdd' type='function'/>
Daniel Veillard1822e8b2004-02-26 12:36:22 +0000255 <exports symbol='xmlConvertSGMLCatalog' type='function'/>
Daniel Veillard1a792412003-11-18 23:52:38 +0000256 <exports symbol='xmlCatalogResolvePublic' type='function'/>
257 <exports symbol='xmlCatalogGetSystem' type='function'/>
Daniel Veillard1822e8b2004-02-26 12:36:22 +0000258 <exports symbol='xmlACatalogRemove' type='function'/>
William M. Brackfd9e70d2004-02-26 11:01:57 +0000259 <exports symbol='xmlNewCatalog' type='function'/>
Daniel Veillard1822e8b2004-02-26 12:36:22 +0000260 <exports symbol='xmlLoadCatalog' type='function'/>
261 <exports symbol='xmlCatalogResolve' type='function'/>
William M. Brackfd9e70d2004-02-26 11:01:57 +0000262 <exports symbol='xmlParseCatalogFile' type='function'/>
263 <exports symbol='xmlCatalogSetDebug' type='function'/>
Daniel Veillard1822e8b2004-02-26 12:36:22 +0000264 <exports symbol='xmlCatalogRemove' type='function'/>
265 <exports symbol='xmlCatalogIsEmpty' type='function'/>
266 <exports symbol='xmlCatalogGetPublic' type='function'/>
267 <exports symbol='xmlACatalogResolveSystem' type='function'/>
268 <exports symbol='xmlACatalogDump' type='function'/>
William M. Brackfd9e70d2004-02-26 11:01:57 +0000269 <exports symbol='xmlCatalogSetDefaults' type='function'/>
Daniel Veillard1822e8b2004-02-26 12:36:22 +0000270 <exports symbol='xmlCatalogFreeLocal' type='function'/>
271 <exports symbol='xmlACatalogResolve' type='function'/>
William M. Brackfd9e70d2004-02-26 11:01:57 +0000272 <exports symbol='xmlCatalogResolveURI' type='function'/>
Daniel Veillard1822e8b2004-02-26 12:36:22 +0000273 <exports symbol='xmlCatalogResolveSystem' type='function'/>
274 <exports symbol='xmlLoadSGMLSuperCatalog' type='function'/>
Daniel Veillardbff06bf2003-11-17 16:58:05 +0000275 </file>
276 <file name='chvalid'>
Daniel Veillardbe586972003-11-18 20:56:51 +0000277 <summary>Unicode character range checking</summary>
278 <description>this module exports interfaces for the character range validation APIs This file is automatically generated from the cvs source definition files using the genChRanges.py Python script </description>
279 <author>William Brack &lt;wbrack@mmm.com.hk&gt; </author>
Daniel Veillard1a792412003-11-18 23:52:38 +0000280 <exports symbol='xmlIsExtender_ch' type='macro'/>
281 <exports symbol='xmlIsPubidCharQ' type='macro'/>
282 <exports symbol='xmlIsIdeographicQ' type='macro'/>
283 <exports symbol='xmlIsExtenderQ' type='macro'/>
Daniel Veillard1822e8b2004-02-26 12:36:22 +0000284 <exports symbol='xmlIsCombiningQ' type='macro'/>
Daniel Veillard1a792412003-11-18 23:52:38 +0000285 <exports symbol='xmlIsDigitQ' type='macro'/>
286 <exports symbol='xmlIsDigit_ch' type='macro'/>
287 <exports symbol='xmlIsBaseChar_ch' type='macro'/>
Daniel Veillard1822e8b2004-02-26 12:36:22 +0000288 <exports symbol='xmlIsPubidChar_ch' type='macro'/>
Daniel Veillard1a792412003-11-18 23:52:38 +0000289 <exports symbol='xmlIsBlankQ' type='macro'/>
290 <exports symbol='xmlIsCharQ' type='macro'/>
291 <exports symbol='xmlIsBaseCharQ' type='macro'/>
292 <exports symbol='xmlIsBlank_ch' type='macro'/>
Daniel Veillard1822e8b2004-02-26 12:36:22 +0000293 <exports symbol='xmlIsChar_ch' type='macro'/>
William M. Brackfd9e70d2004-02-26 11:01:57 +0000294 <exports symbol='xmlChRangeGroupPtr' type='typedef'/>
295 <exports symbol='xmlChSRange' type='typedef'/>
Daniel Veillard1822e8b2004-02-26 12:36:22 +0000296 <exports symbol='xmlChLRange' type='typedef'/>
297 <exports symbol='xmlChSRangePtr' type='typedef'/>
William M. Brackfd9e70d2004-02-26 11:01:57 +0000298 <exports symbol='xmlChRangeGroup' type='typedef'/>
Daniel Veillard1822e8b2004-02-26 12:36:22 +0000299 <exports symbol='xmlChLRangePtr' type='typedef'/>
Daniel Veillard1a792412003-11-18 23:52:38 +0000300 <exports symbol='_xmlChSRange' type='struct'/>
301 <exports symbol='_xmlChLRange' type='struct'/>
302 <exports symbol='_xmlChRangeGroup' type='struct'/>
303 <exports symbol='xmlIsDigitGroup' type='variable'/>
304 <exports symbol='xmlIsExtenderGroup' type='variable'/>
Daniel Veillard1822e8b2004-02-26 12:36:22 +0000305 <exports symbol='xmlIsBaseCharGroup' type='variable'/>
Daniel Veillard1a792412003-11-18 23:52:38 +0000306 <exports symbol='xmlIsPubidChar_tab' type='variable'/>
307 <exports symbol='xmlIsCharGroup' type='variable'/>
308 <exports symbol='xmlIsCombiningGroup' type='variable'/>
Daniel Veillard1822e8b2004-02-26 12:36:22 +0000309 <exports symbol='xmlIsIdeographicGroup' type='variable'/>
310 <exports symbol='xmlIsPubidChar' type='function'/>
Daniel Veillard1a792412003-11-18 23:52:38 +0000311 <exports symbol='xmlIsChar' type='function'/>
312 <exports symbol='xmlIsDigit' type='function'/>
William M. Brackfd9e70d2004-02-26 11:01:57 +0000313 <exports symbol='xmlIsCombining' type='function'/>
Daniel Veillard1822e8b2004-02-26 12:36:22 +0000314 <exports symbol='xmlIsIdeographic' type='function'/>
William M. Brackfd9e70d2004-02-26 11:01:57 +0000315 <exports symbol='xmlIsExtender' type='function'/>
Daniel Veillard1822e8b2004-02-26 12:36:22 +0000316 <exports symbol='xmlCharInRange' type='function'/>
317 <exports symbol='xmlIsBaseChar' type='function'/>
318 <exports symbol='xmlIsBlank' type='function'/>
Daniel Veillardbff06bf2003-11-17 16:58:05 +0000319 </file>
320 <file name='debugXML'>
Daniel Veillardbe586972003-11-18 20:56:51 +0000321 <summary>Tree debugging APIs</summary>
322 <description>Interfaces to a set of routines used for debugging the tree produced by the XML parser. </description>
323 <author>Daniel Veillard </author>
Daniel Veillard1a792412003-11-18 23:52:38 +0000324 <exports symbol='xmlShellCtxt' type='typedef'/>
325 <exports symbol='xmlShellCtxtPtr' type='typedef'/>
326 <exports symbol='_xmlShellCtxt' type='struct'/>
Daniel Veillard1822e8b2004-02-26 12:36:22 +0000327 <exports symbol='xmlDebugDumpEntities' type='function'/>
Daniel Veillard1a792412003-11-18 23:52:38 +0000328 <exports symbol='xmlShellBase' type='function'/>
329 <exports symbol='xmlShellCat' type='function'/>
330 <exports symbol='xmlDebugDumpDTD' type='function'/>
331 <exports symbol='xmlDebugDumpNode' type='function'/>
Daniel Veillard1822e8b2004-02-26 12:36:22 +0000332 <exports symbol='xmlDebugDumpAttrList' type='function'/>
Daniel Veillard1a792412003-11-18 23:52:38 +0000333 <exports symbol='xmlShellPrintNode' type='function'/>
Daniel Veillard1822e8b2004-02-26 12:36:22 +0000334 <exports symbol='xmlLsOneNode' type='function'/>
335 <exports symbol='xmlShellReadlineFunc' type='function'/>
336 <exports symbol='xmlShellSave' type='function'/>
Daniel Veillard1a792412003-11-18 23:52:38 +0000337 <exports symbol='xmlShellPwd' type='function'/>
Daniel Veillard1822e8b2004-02-26 12:36:22 +0000338 <exports symbol='xmlBoolToText' type='function'/>
339 <exports symbol='xmlShellWrite' type='function'/>
340 <exports symbol='xmlDebugDumpString' type='function'/>
William M. Brackfd9e70d2004-02-26 11:01:57 +0000341 <exports symbol='xmlDebugDumpAttr' type='function'/>
Daniel Veillard1822e8b2004-02-26 12:36:22 +0000342 <exports symbol='xmlShellDu' type='function'/>
343 <exports symbol='xmlDebugDumpNodeList' type='function'/>
Daniel Veillard1a792412003-11-18 23:52:38 +0000344 <exports symbol='xmlDebugDumpDocument' type='function'/>
345 <exports symbol='xmlLsCountNode' type='function'/>
Daniel Veillard1822e8b2004-02-26 12:36:22 +0000346 <exports symbol='xmlShellValidate' type='function'/>
Daniel Veillard1a792412003-11-18 23:52:38 +0000347 <exports symbol='xmlShellPrintXPathError' type='function'/>
348 <exports symbol='xmlShellDir' type='function'/>
Daniel Veillard1822e8b2004-02-26 12:36:22 +0000349 <exports symbol='xmlShellPrintXPathResult' type='function'/>
William M. Brackfd9e70d2004-02-26 11:01:57 +0000350 <exports symbol='xmlDebugDumpDocumentHead' type='function'/>
Daniel Veillard1822e8b2004-02-26 12:36:22 +0000351 <exports symbol='xmlDebugDumpOneNode' type='function'/>
352 <exports symbol='xmlShellCmd' type='function'/>
353 <exports symbol='xmlShellList' type='function'/>
Daniel Veillard1a792412003-11-18 23:52:38 +0000354 <exports symbol='xmlShell' type='function'/>
Daniel Veillard1822e8b2004-02-26 12:36:22 +0000355 <exports symbol='xmlShellLoad' type='function'/>
Daniel Veillardbff06bf2003-11-17 16:58:05 +0000356 </file>
357 <file name='dict'>
Daniel Veillardbe586972003-11-18 20:56:51 +0000358 <summary>string dictionnary</summary>
359 <description>dictionary of reusable strings, just used to avoid allocation and freeing operations. </description>
360 <author>Daniel Veillard </author>
Daniel Veillard1a792412003-11-18 23:52:38 +0000361 <exports symbol='xmlDict' type='typedef'/>
362 <exports symbol='xmlDictPtr' type='typedef'/>
William M. Brackfd9e70d2004-02-26 11:01:57 +0000363 <exports symbol='xmlDictQLookup' type='function'/>
Daniel Veillard1822e8b2004-02-26 12:36:22 +0000364 <exports symbol='xmlDictReference' type='function'/>
Daniel Veillard4773df22004-01-23 13:15:13 +0000365 <exports symbol='xmlDictCreateSub' type='function'/>
Daniel Veillard1a792412003-11-18 23:52:38 +0000366 <exports symbol='xmlDictCreate' type='function'/>
Daniel Veillard1822e8b2004-02-26 12:36:22 +0000367 <exports symbol='xmlDictSize' type='function'/>
Daniel Veillard1a792412003-11-18 23:52:38 +0000368 <exports symbol='xmlDictLookup' type='function'/>
369 <exports symbol='xmlDictFree' type='function'/>
Daniel Veillard1822e8b2004-02-26 12:36:22 +0000370 <exports symbol='xmlDictOwns' type='function'/>
Daniel Veillardbff06bf2003-11-17 16:58:05 +0000371 </file>
372 <file name='encoding'>
Daniel Veillardbe586972003-11-18 20:56:51 +0000373 <summary>interface for the encoding conversion functions</summary>
374 <description>interface for the encoding conversion functions needed for XML basic encoding and iconv() support. Related specs are rfc2044 (UTF-8 and UTF-16) F. Yergeau Alis Technologies [ISO-10646] UTF-8 and UTF-16 in Annexes [ISO-8859-1] ISO Latin-1 characters codes. [UNICODE] The Unicode Consortium, &quot;The Unicode Standard -- Worldwide Character Encoding -- Version 1.0&quot;, Addison- Wesley, Volume 1, 1991, Volume 2, 1992. UTF-8 is described in Unicode Technical Report #4. [US-ASCII] Coded Character Set--7-bit American Standard Code for Information Interchange, ANSI X3.4-1986. </description>
375 <author>Daniel Veillard </author>
Daniel Veillard1a792412003-11-18 23:52:38 +0000376 <exports symbol='XML_CHAR_ENCODING_UCS4LE' type='enum'/>
377 <exports symbol='XML_CHAR_ENCODING_ERROR' type='enum'/>
378 <exports symbol='XML_CHAR_ENCODING_8859_5' type='enum'/>
379 <exports symbol='XML_CHAR_ENCODING_EBCDIC' type='enum'/>
380 <exports symbol='XML_CHAR_ENCODING_ASCII' type='enum'/>
381 <exports symbol='XML_CHAR_ENCODING_NONE' type='enum'/>
382 <exports symbol='XML_CHAR_ENCODING_UCS4BE' type='enum'/>
383 <exports symbol='XML_CHAR_ENCODING_UTF16LE' type='enum'/>
Daniel Veillard1822e8b2004-02-26 12:36:22 +0000384 <exports symbol='XML_CHAR_ENCODING_UCS4_2143' type='enum'/>
Daniel Veillard1a792412003-11-18 23:52:38 +0000385 <exports symbol='XML_CHAR_ENCODING_8859_8' type='enum'/>
386 <exports symbol='XML_CHAR_ENCODING_8859_9' type='enum'/>
387 <exports symbol='XML_CHAR_ENCODING_8859_6' type='enum'/>
388 <exports symbol='XML_CHAR_ENCODING_8859_7' type='enum'/>
389 <exports symbol='XML_CHAR_ENCODING_8859_4' type='enum'/>
390 <exports symbol='XML_CHAR_ENCODING_EUC_JP' type='enum'/>
391 <exports symbol='XML_CHAR_ENCODING_8859_2' type='enum'/>
392 <exports symbol='XML_CHAR_ENCODING_8859_3' type='enum'/>
393 <exports symbol='XML_CHAR_ENCODING_8859_1' type='enum'/>
Daniel Veillard1822e8b2004-02-26 12:36:22 +0000394 <exports symbol='XML_CHAR_ENCODING_UCS4_3412' type='enum'/>
395 <exports symbol='XML_CHAR_ENCODING_UTF16BE' type='enum'/>
396 <exports symbol='XML_CHAR_ENCODING_2022_JP' type='enum'/>
Daniel Veillard1a792412003-11-18 23:52:38 +0000397 <exports symbol='XML_CHAR_ENCODING_UTF8' type='enum'/>
Daniel Veillard1822e8b2004-02-26 12:36:22 +0000398 <exports symbol='XML_CHAR_ENCODING_SHIFT_JIS' type='enum'/>
Daniel Veillard1a792412003-11-18 23:52:38 +0000399 <exports symbol='XML_CHAR_ENCODING_UCS2' type='enum'/>
400 <exports symbol='xmlCharEncoding' type='typedef'/>
401 <exports symbol='xmlCharEncodingHandler' type='typedef'/>
402 <exports symbol='xmlCharEncodingHandlerPtr' type='typedef'/>
403 <exports symbol='_xmlCharEncodingHandler' type='struct'/>
404 <exports symbol='xmlDelEncodingAlias' type='function'/>
405 <exports symbol='xmlGetEncodingAlias' type='function'/>
William M. Bracka2e844a2004-01-06 11:52:13 +0000406 <exports symbol='xmlRegisterCharEncodingHandler' type='function'/>
Daniel Veillard1a792412003-11-18 23:52:38 +0000407 <exports symbol='UTF8Toisolat1' type='function'/>
William M. Bracka2e844a2004-01-06 11:52:13 +0000408 <exports symbol='xmlInitCharEncodingHandlers' type='function'/>
Daniel Veillard1a792412003-11-18 23:52:38 +0000409 <exports symbol='xmlAddEncodingAlias' type='function'/>
William M. Bracka2e844a2004-01-06 11:52:13 +0000410 <exports symbol='xmlCleanupEncodingAliases' type='function'/>
Daniel Veillard1a792412003-11-18 23:52:38 +0000411 <exports symbol='xmlCharEncOutFunc' type='function'/>
William M. Bracka2e844a2004-01-06 11:52:13 +0000412 <exports symbol='xmlParseCharEncoding' type='function'/>
Daniel Veillard1a792412003-11-18 23:52:38 +0000413 <exports symbol='xmlCharEncodingInputFunc' type='function'/>
414 <exports symbol='xmlCleanupCharEncodingHandlers' type='function'/>
William M. Bracka2e844a2004-01-06 11:52:13 +0000415 <exports symbol='xmlNewCharEncodingHandler' type='function'/>
416 <exports symbol='xmlCharEncodingOutputFunc' type='function'/>
Daniel Veillard1a792412003-11-18 23:52:38 +0000417 <exports symbol='isolat1ToUTF8' type='function'/>
418 <exports symbol='xmlFindCharEncodingHandler' type='function'/>
Daniel Veillard1a792412003-11-18 23:52:38 +0000419 <exports symbol='xmlCharEncInFunc' type='function'/>
420 <exports symbol='xmlGetCharEncodingHandler' type='function'/>
William M. Bracka2e844a2004-01-06 11:52:13 +0000421 <exports symbol='xmlCharEncFirstLine' type='function'/>
Daniel Veillard1a792412003-11-18 23:52:38 +0000422 <exports symbol='xmlDetectCharEncoding' type='function'/>
William M. Bracka2e844a2004-01-06 11:52:13 +0000423 <exports symbol='xmlCharEncCloseFunc' type='function'/>
424 <exports symbol='xmlGetCharEncodingName' type='function'/>
Daniel Veillardbff06bf2003-11-17 16:58:05 +0000425 </file>
426 <file name='entities'>
Daniel Veillardbe586972003-11-18 20:56:51 +0000427 <summary>interface for the XML entities handling</summary>
428 <description>this module provides some of the entity API needed for the parser and applications. </description>
429 <author>Daniel Veillard </author>
Daniel Veillard1a792412003-11-18 23:52:38 +0000430 <exports symbol='XML_EXTERNAL_GENERAL_PARSED_ENTITY' type='enum'/>
Daniel Veillard1822e8b2004-02-26 12:36:22 +0000431 <exports symbol='XML_INTERNAL_PARAMETER_ENTITY' type='enum'/>
432 <exports symbol='XML_INTERNAL_GENERAL_ENTITY' type='enum'/>
Daniel Veillard1a792412003-11-18 23:52:38 +0000433 <exports symbol='XML_EXTERNAL_GENERAL_UNPARSED_ENTITY' type='enum'/>
434 <exports symbol='XML_INTERNAL_PREDEFINED_ENTITY' type='enum'/>
435 <exports symbol='XML_EXTERNAL_PARAMETER_ENTITY' type='enum'/>
436 <exports symbol='xmlEntityType' type='typedef'/>
437 <exports symbol='xmlEntitiesTable' type='typedef'/>
438 <exports symbol='xmlEntitiesTablePtr' type='typedef'/>
439 <exports symbol='_xmlEntity' type='struct'/>
440 <exports symbol='xmlAddDocEntity' type='function'/>
441 <exports symbol='xmlEncodeEntitiesReentrant' type='function'/>
Daniel Veillard1822e8b2004-02-26 12:36:22 +0000442 <exports symbol='xmlCreateEntitiesTable' type='function'/>
Daniel Veillard1a792412003-11-18 23:52:38 +0000443 <exports symbol='xmlGetDtdEntity' type='function'/>
444 <exports symbol='xmlAddDtdEntity' type='function'/>
445 <exports symbol='xmlCopyEntitiesTable' type='function'/>
446 <exports symbol='xmlFreeEntitiesTable' type='function'/>
447 <exports symbol='xmlGetParameterEntity' type='function'/>
448 <exports symbol='xmlDumpEntitiesTable' type='function'/>
449 <exports symbol='xmlDumpEntityDecl' type='function'/>
450 <exports symbol='xmlCleanupPredefinedEntities' type='function'/>
William M. Brackfd9e70d2004-02-26 11:01:57 +0000451 <exports symbol='xmlEncodeSpecialChars' type='function'/>
Daniel Veillard1822e8b2004-02-26 12:36:22 +0000452 <exports symbol='xmlEncodeEntities' type='function'/>
453 <exports symbol='xmlGetDocEntity' type='function'/>
William M. Brackfd9e70d2004-02-26 11:01:57 +0000454 <exports symbol='xmlInitializePredefinedEntities' type='function'/>
Daniel Veillard1822e8b2004-02-26 12:36:22 +0000455 <exports symbol='xmlGetPredefinedEntity' type='function'/>
Daniel Veillardbff06bf2003-11-17 16:58:05 +0000456 </file>
457 <file name='globals'>
Daniel Veillardbe586972003-11-18 20:56:51 +0000458 <summary>interface for all global variables of the library</summary>
459 <description>all the global variables and thread handling for those variables is handled by this module. The bottom of this file is automatically generated by build_glob.py based on the description file global.data </description>
460 <author>Gary Pennington &lt;Gary.Pennington@uk.sun.com&gt;, Daniel Veillard </author>
Daniel Veillard1a792412003-11-18 23:52:38 +0000461 <exports symbol='xmlGlobalStatePtr' type='typedef'/>
462 <exports symbol='xmlGlobalState' type='typedef'/>
463 <exports symbol='_xmlGlobalState' type='struct'/>
William M. Brackfd9e70d2004-02-26 11:01:57 +0000464 <exports symbol='xmlRealloc' type='variable'/>
Daniel Veillard1822e8b2004-02-26 12:36:22 +0000465 <exports symbol='xmlStructuredError' type='variable'/>
466 <exports symbol='xmlLastError' type='variable'/>
467 <exports symbol='xmlDefaultSAXLocator' type='variable'/>
468 <exports symbol='xmlTreeIndentString' type='variable'/>
William M. Brackfd9e70d2004-02-26 11:01:57 +0000469 <exports symbol='xmlMemStrdup' type='variable'/>
470 <exports symbol='htmlDefaultSAXHandler' type='variable'/>
Daniel Veillard1822e8b2004-02-26 12:36:22 +0000471 <exports symbol='xmlIndentTreeOutput' type='variable'/>
William M. Brackfd9e70d2004-02-26 11:01:57 +0000472 <exports symbol='xmlSaveNoEmptyTags' type='variable'/>
Daniel Veillard1822e8b2004-02-26 12:36:22 +0000473 <exports symbol='xmlDefaultBufferSize' type='variable'/>
474 <exports symbol='xmlRegisterNodeDefaultValue' type='variable'/>
William M. Brackfd9e70d2004-02-26 11:01:57 +0000475 <exports symbol='xmlKeepBlanksDefaultValue' type='variable'/>
Daniel Veillard1822e8b2004-02-26 12:36:22 +0000476 <exports symbol='xmlGetWarningsDefaultValue' type='variable'/>
William M. Brackfd9e70d2004-02-26 11:01:57 +0000477 <exports symbol='xmlMallocAtomic' type='variable'/>
Daniel Veillard1822e8b2004-02-26 12:36:22 +0000478 <exports symbol='xmlSubstituteEntitiesDefaultValue' type='variable'/>
William M. Brackfd9e70d2004-02-26 11:01:57 +0000479 <exports symbol='xmlBufferAllocScheme' type='variable'/>
Daniel Veillard1822e8b2004-02-26 12:36:22 +0000480 <exports symbol='docbDefaultSAXHandler' type='variable'/>
481 <exports symbol='xmlGenericErrorContext' type='variable'/>
William M. Brackfd9e70d2004-02-26 11:01:57 +0000482 <exports symbol='oldXMLWDcompatibility' type='variable'/>
483 <exports symbol='xmlFree' type='variable'/>
484 <exports symbol='xmlLoadExtDtdDefaultValue' type='variable'/>
Daniel Veillard1822e8b2004-02-26 12:36:22 +0000485 <exports symbol='xmlDeregisterNodeDefaultValue' type='variable'/>
486 <exports symbol='xmlGenericError' type='variable'/>
487 <exports symbol='xmlMalloc' type='variable'/>
William M. Brackfd9e70d2004-02-26 11:01:57 +0000488 <exports symbol='xmlLineNumbersDefaultValue' type='variable'/>
Daniel Veillard1822e8b2004-02-26 12:36:22 +0000489 <exports symbol='xmlParserVersion' type='variable'/>
490 <exports symbol='xmlDoValidityCheckingDefaultValue' type='variable'/>
William M. Brackfd9e70d2004-02-26 11:01:57 +0000491 <exports symbol='xmlDefaultSAXHandler' type='variable'/>
Daniel Veillard1822e8b2004-02-26 12:36:22 +0000492 <exports symbol='xmlPedanticParserDefaultValue' type='variable'/>
493 <exports symbol='xmlParserDebugEntities' type='variable'/>
Daniel Veillard1a792412003-11-18 23:52:38 +0000494 <exports symbol='xmlThrDefSetStructuredErrorFunc' type='function'/>
Daniel Veillard1822e8b2004-02-26 12:36:22 +0000495 <exports symbol='xmlCleanupGlobals' type='function'/>
496 <exports symbol='xmlThrDefRegisterNodeDefault' type='function'/>
Daniel Veillard1a792412003-11-18 23:52:38 +0000497 <exports symbol='xmlInitializeGlobalState' type='function'/>
498 <exports symbol='xmlThrDefBufferAllocScheme' type='function'/>
William M. Brackfd9e70d2004-02-26 11:01:57 +0000499 <exports symbol='xmlThrDefSetGenericErrorFunc' type='function'/>
500 <exports symbol='xmlThrDefDoValidityCheckingDefaultValue' type='function'/>
Daniel Veillard1822e8b2004-02-26 12:36:22 +0000501 <exports symbol='xmlThrDefPedanticParserDefaultValue' type='function'/>
502 <exports symbol='xmlRegisterNodeDefault' type='function'/>
Daniel Veillard1a792412003-11-18 23:52:38 +0000503 <exports symbol='xmlThrDefGetWarningsDefaultValue' type='function'/>
504 <exports symbol='xmlThrDefDeregisterNodeDefault' type='function'/>
505 <exports symbol='xmlThrDefSubstituteEntitiesDefaultValue' type='function'/>
506 <exports symbol='xmlRegisterNodeFunc' type='function'/>
507 <exports symbol='xmlThrDefSaveNoEmptyTags' type='function'/>
508 <exports symbol='xmlThrDefIndentTreeOutput' type='function'/>
Daniel Veillard1822e8b2004-02-26 12:36:22 +0000509 <exports symbol='xmlThrDefDefaultBufferSize' type='function'/>
510 <exports symbol='xmlDeregisterNodeDefault' type='function'/>
Daniel Veillard1a792412003-11-18 23:52:38 +0000511 <exports symbol='xmlInitGlobals' type='function'/>
Daniel Veillard1822e8b2004-02-26 12:36:22 +0000512 <exports symbol='xmlThrDefLoadExtDtdDefaultValue' type='function'/>
Daniel Veillard1a792412003-11-18 23:52:38 +0000513 <exports symbol='xmlThrDefLineNumbersDefaultValue' type='function'/>
Daniel Veillard1822e8b2004-02-26 12:36:22 +0000514 <exports symbol='xmlThrDefKeepBlanksDefaultValue' type='function'/>
515 <exports symbol='xmlDeregisterNodeFunc' type='function'/>
516 <exports symbol='xmlThrDefParserDebugEntities' type='function'/>
517 <exports symbol='xmlThrDefTreeIndentString' type='function'/>
Daniel Veillardbff06bf2003-11-17 16:58:05 +0000518 </file>
519 <file name='hash'>
Daniel Veillardbe586972003-11-18 20:56:51 +0000520 <summary>chained hash tables</summary>
521 <author>Bjorn Reese &lt;bjorn.reese@systematic.dk&gt; </author>
Daniel Veillard1a792412003-11-18 23:52:38 +0000522 <exports symbol='xmlHashTable' type='typedef'/>
523 <exports symbol='xmlHashTablePtr' type='typedef'/>
524 <exports symbol='xmlHashScanFull' type='function'/>
Daniel Veillard1822e8b2004-02-26 12:36:22 +0000525 <exports symbol='xmlHashDeallocator' type='function'/>
William M. Brackfd9e70d2004-02-26 11:01:57 +0000526 <exports symbol='xmlHashScannerFull' type='function'/>
Daniel Veillard1822e8b2004-02-26 12:36:22 +0000527 <exports symbol='xmlHashCopy' type='function'/>
528 <exports symbol='xmlHashScanFull3' type='function'/>
529 <exports symbol='xmlHashUpdateEntry3' type='function'/>
530 <exports symbol='xmlHashScan' type='function'/>
531 <exports symbol='xmlHashLookup3' type='function'/>
532 <exports symbol='xmlHashLookup2' type='function'/>
Daniel Veillard1a792412003-11-18 23:52:38 +0000533 <exports symbol='xmlHashUpdateEntry' type='function'/>
Daniel Veillard1822e8b2004-02-26 12:36:22 +0000534 <exports symbol='xmlHashRemoveEntry' type='function'/>
535 <exports symbol='xmlHashRemoveEntry2' type='function'/>
Daniel Veillard1a792412003-11-18 23:52:38 +0000536 <exports symbol='xmlHashQLookup3' type='function'/>
537 <exports symbol='xmlHashQLookup2' type='function'/>
Daniel Veillard1822e8b2004-02-26 12:36:22 +0000538 <exports symbol='xmlHashAddEntry3' type='function'/>
Daniel Veillard1a792412003-11-18 23:52:38 +0000539 <exports symbol='xmlHashScan3' type='function'/>
540 <exports symbol='xmlHashScanner' type='function'/>
Daniel Veillard1822e8b2004-02-26 12:36:22 +0000541 <exports symbol='xmlHashAddEntry' type='function'/>
542 <exports symbol='xmlHashCopier' type='function'/>
Daniel Veillard1a792412003-11-18 23:52:38 +0000543 <exports symbol='xmlHashCreate' type='function'/>
544 <exports symbol='xmlHashFree' type='function'/>
545 <exports symbol='xmlHashLookup' type='function'/>
546 <exports symbol='xmlHashQLookup' type='function'/>
547 <exports symbol='xmlHashUpdateEntry2' type='function'/>
William M. Brackfd9e70d2004-02-26 11:01:57 +0000548 <exports symbol='xmlHashAddEntry2' type='function'/>
Daniel Veillard1822e8b2004-02-26 12:36:22 +0000549 <exports symbol='xmlHashRemoveEntry3' type='function'/>
Daniel Veillard1a792412003-11-18 23:52:38 +0000550 <exports symbol='xmlHashSize' type='function'/>
Daniel Veillardbff06bf2003-11-17 16:58:05 +0000551 </file>
552 <file name='list'>
Daniel Veillardbe586972003-11-18 20:56:51 +0000553 <summary>lists interfaces</summary>
554 <description>this module implement the list support used in various place in the library. </description>
555 <author>Gary Pennington &lt;Gary.Pennington@uk.sun.com&gt; </author>
Daniel Veillard1a792412003-11-18 23:52:38 +0000556 <exports symbol='xmlLink' type='typedef'/>
557 <exports symbol='xmlLinkPtr' type='typedef'/>
558 <exports symbol='xmlList' type='typedef'/>
559 <exports symbol='xmlListPtr' type='typedef'/>
560 <exports symbol='xmlListWalker' type='function'/>
561 <exports symbol='xmlListRemoveFirst' type='function'/>
562 <exports symbol='xmlListReverseWalk' type='function'/>
563 <exports symbol='xmlLinkGetData' type='function'/>
Daniel Veillard1822e8b2004-02-26 12:36:22 +0000564 <exports symbol='xmlListInsert' type='function'/>
565 <exports symbol='xmlListEmpty' type='function'/>
566 <exports symbol='xmlListFront' type='function'/>
567 <exports symbol='xmlListSort' type='function'/>
Daniel Veillard1a792412003-11-18 23:52:38 +0000568 <exports symbol='xmlListClear' type='function'/>
Daniel Veillard1822e8b2004-02-26 12:36:22 +0000569 <exports symbol='xmlListDeallocator' type='function'/>
570 <exports symbol='xmlListMerge' type='function'/>
571 <exports symbol='xmlListCreate' type='function'/>
Daniel Veillard1a792412003-11-18 23:52:38 +0000572 <exports symbol='xmlListAppend' type='function'/>
Daniel Veillard1822e8b2004-02-26 12:36:22 +0000573 <exports symbol='xmlListRemoveAll' type='function'/>
574 <exports symbol='xmlListDup' type='function'/>
Daniel Veillard1a792412003-11-18 23:52:38 +0000575 <exports symbol='xmlListReverse' type='function'/>
Daniel Veillard1822e8b2004-02-26 12:36:22 +0000576 <exports symbol='xmlListRemoveLast' type='function'/>
577 <exports symbol='xmlListWalk' type='function'/>
Daniel Veillard1a792412003-11-18 23:52:38 +0000578 <exports symbol='xmlListDataCompare' type='function'/>
579 <exports symbol='xmlListSize' type='function'/>
580 <exports symbol='xmlListPushFront' type='function'/>
581 <exports symbol='xmlListEnd' type='function'/>
Daniel Veillard1822e8b2004-02-26 12:36:22 +0000582 <exports symbol='xmlListCopy' type='function'/>
Daniel Veillard1a792412003-11-18 23:52:38 +0000583 <exports symbol='xmlListPopBack' type='function'/>
William M. Brackfd9e70d2004-02-26 11:01:57 +0000584 <exports symbol='xmlListPushBack' type='function'/>
Daniel Veillard1822e8b2004-02-26 12:36:22 +0000585 <exports symbol='xmlListPopFront' type='function'/>
William M. Brackfd9e70d2004-02-26 11:01:57 +0000586 <exports symbol='xmlListDelete' type='function'/>
Daniel Veillard1822e8b2004-02-26 12:36:22 +0000587 <exports symbol='xmlListReverseSearch' type='function'/>
588 <exports symbol='xmlListSearch' type='function'/>
Daniel Veillardbff06bf2003-11-17 16:58:05 +0000589 </file>
590 <file name='nanoftp'>
Daniel Veillardbe586972003-11-18 20:56:51 +0000591 <summary>minimal FTP implementation</summary>
592 <description>minimal FTP implementation allowing to fetch resources like external subset. </description>
593 <author>Daniel Veillard </author>
Daniel Veillard1822e8b2004-02-26 12:36:22 +0000594 <exports symbol='xmlNanoFTPScanProxy' type='function'/>
Daniel Veillard1a792412003-11-18 23:52:38 +0000595 <exports symbol='xmlNanoFTPQuit' type='function'/>
596 <exports symbol='xmlNanoFTPClose' type='function'/>
William M. Brackfd9e70d2004-02-26 11:01:57 +0000597 <exports symbol='ftpDataCallback' type='function'/>
598 <exports symbol='xmlNanoFTPGetResponse' type='function'/>
Daniel Veillard1822e8b2004-02-26 12:36:22 +0000599 <exports symbol='ftpListCallback' type='function'/>
William M. Brackfd9e70d2004-02-26 11:01:57 +0000600 <exports symbol='xmlNanoFTPCwd' type='function'/>
Daniel Veillard1822e8b2004-02-26 12:36:22 +0000601 <exports symbol='xmlNanoFTPCloseConnection' type='function'/>
602 <exports symbol='xmlNanoFTPProxy' type='function'/>
Daniel Veillard1a792412003-11-18 23:52:38 +0000603 <exports symbol='xmlNanoFTPInit' type='function'/>
604 <exports symbol='xmlNanoFTPConnectTo' type='function'/>
605 <exports symbol='xmlNanoFTPList' type='function'/>
Daniel Veillard1822e8b2004-02-26 12:36:22 +0000606 <exports symbol='xmlNanoFTPUpdateURL' type='function'/>
Daniel Veillard1a792412003-11-18 23:52:38 +0000607 <exports symbol='xmlNanoFTPOpen' type='function'/>
608 <exports symbol='xmlNanoFTPConnect' type='function'/>
Daniel Veillard1822e8b2004-02-26 12:36:22 +0000609 <exports symbol='xmlNanoFTPDele' type='function'/>
William M. Brackfd9e70d2004-02-26 11:01:57 +0000610 <exports symbol='xmlNanoFTPGet' type='function'/>
Daniel Veillard1822e8b2004-02-26 12:36:22 +0000611 <exports symbol='xmlNanoFTPGetSocket' type='function'/>
612 <exports symbol='xmlNanoFTPNewCtxt' type='function'/>
613 <exports symbol='xmlNanoFTPCheckResponse' type='function'/>
Daniel Veillard1a792412003-11-18 23:52:38 +0000614 <exports symbol='xmlNanoFTPRead' type='function'/>
615 <exports symbol='xmlNanoFTPFreeCtxt' type='function'/>
616 <exports symbol='xmlNanoFTPCleanup' type='function'/>
Daniel Veillard1822e8b2004-02-26 12:36:22 +0000617 <exports symbol='xmlNanoFTPGetConnection' type='function'/>
Daniel Veillardbff06bf2003-11-17 16:58:05 +0000618 </file>
619 <file name='nanohttp'>
Daniel Veillardbe586972003-11-18 20:56:51 +0000620 <summary>minimal HTTP implementation</summary>
621 <description>minimal HTTP implementation allowing to fetch resources like external subset. </description>
622 <author>Daniel Veillard </author>
Daniel Veillard1a792412003-11-18 23:52:38 +0000623 <exports symbol='xmlNanoHTTPSave' type='function'/>
624 <exports symbol='xmlNanoHTTPRedir' type='function'/>
625 <exports symbol='xmlNanoHTTPAuthHeader' type='function'/>
626 <exports symbol='xmlNanoHTTPFetch' type='function'/>
627 <exports symbol='xmlNanoHTTPInit' type='function'/>
628 <exports symbol='xmlNanoHTTPMimeType' type='function'/>
629 <exports symbol='xmlNanoHTTPClose' type='function'/>
630 <exports symbol='xmlNanoHTTPCleanup' type='function'/>
631 <exports symbol='xmlNanoHTTPMethod' type='function'/>
632 <exports symbol='xmlNanoHTTPRead' type='function'/>
633 <exports symbol='xmlNanoHTTPOpen' type='function'/>
634 <exports symbol='xmlNanoHTTPOpenRedir' type='function'/>
635 <exports symbol='xmlNanoHTTPMethodRedir' type='function'/>
636 <exports symbol='xmlNanoHTTPScanProxy' type='function'/>
637 <exports symbol='xmlNanoHTTPEncoding' type='function'/>
638 <exports symbol='xmlNanoHTTPReturnCode' type='function'/>
Daniel Veillardbff06bf2003-11-17 16:58:05 +0000639 </file>
Daniel Veillard92fc02c2003-04-24 23:12:35 +0000640 <file name='parser'>
Daniel Veillardbe586972003-11-18 20:56:51 +0000641 <summary>the core parser module</summary>
642 <description>Interfaces, constants and types related to the XML parser </description>
643 <author>Daniel Veillard </author>
Daniel Veillard1a792412003-11-18 23:52:38 +0000644 <exports symbol='XML_COMPLETE_ATTRS' type='macro'/>
645 <exports symbol='XML_SKIP_IDS' type='macro'/>
646 <exports symbol='XML_SAX2_MAGIC' type='macro'/>
647 <exports symbol='XML_DETECT_IDS' type='macro'/>
648 <exports symbol='XML_DEFAULT_VERSION' type='macro'/>
Daniel Veillard1822e8b2004-02-26 12:36:22 +0000649 <exports symbol='XML_PARSE_NODICT' type='enum'/>
Daniel Veillard1a792412003-11-18 23:52:38 +0000650 <exports symbol='XML_PARSER_ENTITY_DECL' type='enum'/>
651 <exports symbol='XML_PARSER_CONTENT' type='enum'/>
652 <exports symbol='XML_PARSE_NOBLANKS' type='enum'/>
Daniel Veillard1822e8b2004-02-26 12:36:22 +0000653 <exports symbol='XML_PARSE_NOENT' type='enum'/>
654 <exports symbol='XML_PARSER_ENTITY_VALUE' type='enum'/>
655 <exports symbol='XML_PARSE_DTDLOAD' type='enum'/>
Daniel Veillard1a792412003-11-18 23:52:38 +0000656 <exports symbol='XML_PARSER_SYSTEM_LITERAL' type='enum'/>
657 <exports symbol='XML_PARSER_PI' type='enum'/>
Daniel Veillard1822e8b2004-02-26 12:36:22 +0000658 <exports symbol='XML_PARSE_NOWARNING' type='enum'/>
659 <exports symbol='XML_PARSE_NOERROR' type='enum'/>
660 <exports symbol='XML_PARSE_DTDATTR' type='enum'/>
661 <exports symbol='XML_PARSE_NSCLEAN' type='enum'/>
Daniel Veillard1a792412003-11-18 23:52:38 +0000662 <exports symbol='XML_PARSER_PROLOG' type='enum'/>
663 <exports symbol='XML_PARSE_NONET' type='enum'/>
664 <exports symbol='XML_PARSER_EPILOG' type='enum'/>
665 <exports symbol='XML_PARSER_END_TAG' type='enum'/>
Daniel Veillard1822e8b2004-02-26 12:36:22 +0000666 <exports symbol='XML_PARSE_NOCDATA' type='enum'/>
667 <exports symbol='XML_PARSE_SAX1' type='enum'/>
Daniel Veillard1a792412003-11-18 23:52:38 +0000668 <exports symbol='XML_PARSE_DTDVALID' type='enum'/>
Daniel Veillard1822e8b2004-02-26 12:36:22 +0000669 <exports symbol='XML_PARSER_DTD' type='enum'/>
670 <exports symbol='XML_PARSER_MISC' type='enum'/>
Daniel Veillard1a792412003-11-18 23:52:38 +0000671 <exports symbol='XML_PARSER_ATTRIBUTE_VALUE' type='enum'/>
Daniel Veillard1822e8b2004-02-26 12:36:22 +0000672 <exports symbol='XML_PARSER_START' type='enum'/>
Daniel Veillard1a792412003-11-18 23:52:38 +0000673 <exports symbol='XML_PARSE_PEDANTIC' type='enum'/>
Daniel Veillard1822e8b2004-02-26 12:36:22 +0000674 <exports symbol='XML_PARSER_START_TAG' type='enum'/>
675 <exports symbol='XML_PARSER_IGNORE' type='enum'/>
Daniel Veillard1a792412003-11-18 23:52:38 +0000676 <exports symbol='XML_PARSER_EOF' type='enum'/>
Daniel Veillard1822e8b2004-02-26 12:36:22 +0000677 <exports symbol='XML_PARSER_COMMENT' type='enum'/>
678 <exports symbol='XML_PARSER_PUBLIC_LITERAL' type='enum'/>
Daniel Veillard1a792412003-11-18 23:52:38 +0000679 <exports symbol='XML_PARSER_CDATA_SECTION' type='enum'/>
680 <exports symbol='XML_PARSE_XINCLUDE' type='enum'/>
681 <exports symbol='XML_PARSE_RECOVER' type='enum'/>
682 <exports symbol='xmlParserNodeInfoSeqPtr' type='typedef'/>
Daniel Veillard1822e8b2004-02-26 12:36:22 +0000683 <exports symbol='xmlSAXHandlerV1Ptr' type='typedef'/>
Daniel Veillard1a792412003-11-18 23:52:38 +0000684 <exports symbol='xmlSAXHandlerV1' type='typedef'/>
685 <exports symbol='xmlParserInputState' type='typedef'/>
William M. Brackfd9e70d2004-02-26 11:01:57 +0000686 <exports symbol='xmlParserOption' type='typedef'/>
Daniel Veillard1822e8b2004-02-26 12:36:22 +0000687 <exports symbol='xmlParserNodeInfoPtr' type='typedef'/>
William M. Brackfd9e70d2004-02-26 11:01:57 +0000688 <exports symbol='xmlParserNodeInfo' type='typedef'/>
Daniel Veillard1822e8b2004-02-26 12:36:22 +0000689 <exports symbol='xmlParserNodeInfoSeq' type='typedef'/>
Daniel Veillard1a792412003-11-18 23:52:38 +0000690 <exports symbol='_xmlParserNodeInfo' type='struct'/>
Daniel Veillard1822e8b2004-02-26 12:36:22 +0000691 <exports symbol='_xmlSAXHandler' type='struct'/>
692 <exports symbol='_xmlParserNodeInfoSeq' type='struct'/>
Daniel Veillard1a792412003-11-18 23:52:38 +0000693 <exports symbol='_xmlParserCtxt' type='struct'/>
694 <exports symbol='_xmlSAXHandlerV1' type='struct'/>
695 <exports symbol='_xmlParserInput' type='struct'/>
696 <exports symbol='_xmlSAXLocator' type='struct'/>
Daniel Veillard1822e8b2004-02-26 12:36:22 +0000697 <exports symbol='xmlParseDoc' type='function'/>
William M. Brackfd9e70d2004-02-26 11:01:57 +0000698 <exports symbol='xmlCtxtReadFile' type='function'/>
Daniel Veillard1822e8b2004-02-26 12:36:22 +0000699 <exports symbol='xmlSetupParserForBuffer' type='function'/>
Daniel Veillard1a792412003-11-18 23:52:38 +0000700 <exports symbol='xmlParseCtxtExternalEntity' type='function'/>
Daniel Veillard1822e8b2004-02-26 12:36:22 +0000701 <exports symbol='xmlRecoverFile' type='function'/>
Daniel Veillard1a792412003-11-18 23:52:38 +0000702 <exports symbol='attributeDeclSAXFunc' type='function'/>
703 <exports symbol='getEntitySAXFunc' type='function'/>
Daniel Veillard1822e8b2004-02-26 12:36:22 +0000704 <exports symbol='xmlLineNumbersDefault' type='function'/>
705 <exports symbol='xmlGetExternalEntityLoader' type='function'/>
706 <exports symbol='elementDeclSAXFunc' type='function'/>
Daniel Veillard1a792412003-11-18 23:52:38 +0000707 <exports symbol='startElementSAXFunc' type='function'/>
708 <exports symbol='charactersSAXFunc' type='function'/>
709 <exports symbol='xmlClearNodeInfoSeq' type='function'/>
710 <exports symbol='xmlParseChunk' type='function'/>
William M. Brackfd9e70d2004-02-26 11:01:57 +0000711 <exports symbol='xmlCtxtUseOptions' type='function'/>
Daniel Veillard1822e8b2004-02-26 12:36:22 +0000712 <exports symbol='xmlParseEntity' type='function'/>
Daniel Veillard1a792412003-11-18 23:52:38 +0000713 <exports symbol='xmlCreatePushParserCtxt' type='function'/>
714 <exports symbol='xmlParserAddNodeInfo' type='function'/>
715 <exports symbol='xmlCtxtReadFd' type='function'/>
716 <exports symbol='internalSubsetSAXFunc' type='function'/>
Daniel Veillard1a792412003-11-18 23:52:38 +0000717 <exports symbol='xmlNewParserCtxt' type='function'/>
718 <exports symbol='endDocumentSAXFunc' type='function'/>
719 <exports symbol='xmlParseFile' type='function'/>
Daniel Veillard1822e8b2004-02-26 12:36:22 +0000720 <exports symbol='unparsedEntityDeclSAXFunc' type='function'/>
Daniel Veillard1a792412003-11-18 23:52:38 +0000721 <exports symbol='xmlParseDocument' type='function'/>
Daniel Veillard1822e8b2004-02-26 12:36:22 +0000722 <exports symbol='xmlCreateIOParserCtxt' type='function'/>
723 <exports symbol='referenceSAXFunc' type='function'/>
Daniel Veillard36711902004-02-11 13:25:26 +0000724 <exports symbol='getParameterEntitySAXFunc' type='function'/>
Daniel Veillard1a792412003-11-18 23:52:38 +0000725 <exports symbol='ignorableWhitespaceSAXFunc' type='function'/>
Daniel Veillard1822e8b2004-02-26 12:36:22 +0000726 <exports symbol='xmlSAXParseDoc' type='function'/>
727 <exports symbol='xmlReadMemory' type='function'/>
Daniel Veillard1a792412003-11-18 23:52:38 +0000728 <exports symbol='xmlInitNodeInfoSeq' type='function'/>
Daniel Veillard1822e8b2004-02-26 12:36:22 +0000729 <exports symbol='xmlParseMemory' type='function'/>
Daniel Veillard1a792412003-11-18 23:52:38 +0000730 <exports symbol='xmlSubstituteEntitiesDefault' type='function'/>
731 <exports symbol='endElementSAXFunc' type='function'/>
Daniel Veillard1822e8b2004-02-26 12:36:22 +0000732 <exports symbol='xmlCtxtReadMemory' type='function'/>
Daniel Veillard1a792412003-11-18 23:52:38 +0000733 <exports symbol='xmlParserFindNodeInfoIndex' type='function'/>
Daniel Veillard36711902004-02-11 13:25:26 +0000734 <exports symbol='xmlByteConsumed' type='function'/>
Daniel Veillard1a792412003-11-18 23:52:38 +0000735 <exports symbol='xmlCtxtReset' type='function'/>
Daniel Veillard1822e8b2004-02-26 12:36:22 +0000736 <exports symbol='xmlRecoverDoc' type='function'/>
737 <exports symbol='xmlNewIOInputStream' type='function'/>
William M. Brackfd9e70d2004-02-26 11:01:57 +0000738 <exports symbol='xmlKeepBlanksDefault' type='function'/>
William M. Brackfd9e70d2004-02-26 11:01:57 +0000739 <exports symbol='xmlReadFile' type='function'/>
Daniel Veillard1822e8b2004-02-26 12:36:22 +0000740 <exports symbol='xmlParserInputRead' type='function'/>
741 <exports symbol='xmlInitParser' type='function'/>
William M. Brackfd9e70d2004-02-26 11:01:57 +0000742 <exports symbol='xmlGetFeaturesList' type='function'/>
Daniel Veillard1822e8b2004-02-26 12:36:22 +0000743 <exports symbol='xmlCreateDocParserCtxt' type='function'/>
744 <exports symbol='xmlSetFeature' type='function'/>
745 <exports symbol='errorSAXFunc' type='function'/>
746 <exports symbol='xmlCtxtReadDoc' type='function'/>
747 <exports symbol='xmlSAXParseMemory' type='function'/>
748 <exports symbol='xmlRecoverMemory' type='function'/>
749 <exports symbol='xmlExternalEntityLoader' type='function'/>
750 <exports symbol='startElementNsSAX2Func' type='function'/>
Daniel Veillard1a792412003-11-18 23:52:38 +0000751 <exports symbol='xmlSAXUserParseFile' type='function'/>
Daniel Veillard1822e8b2004-02-26 12:36:22 +0000752 <exports symbol='hasInternalSubsetSAXFunc' type='function'/>
Daniel Veillard1a792412003-11-18 23:52:38 +0000753 <exports symbol='fatalErrorSAXFunc' type='function'/>
754 <exports symbol='xmlSAXParseDTD' type='function'/>
Daniel Veillard1822e8b2004-02-26 12:36:22 +0000755 <exports symbol='cdataBlockSAXFunc' type='function'/>
Daniel Veillard1a792412003-11-18 23:52:38 +0000756 <exports symbol='xmlParserFindNodeInfo' type='function'/>
Daniel Veillard1822e8b2004-02-26 12:36:22 +0000757 <exports symbol='xmlSAXParseFile' type='function'/>
Daniel Veillard1a792412003-11-18 23:52:38 +0000758 <exports symbol='entityDeclSAXFunc' type='function'/>
759 <exports symbol='xmlLoadExternalEntity' type='function'/>
Daniel Veillard1822e8b2004-02-26 12:36:22 +0000760 <exports symbol='xmlParserInputDeallocate' type='function'/>
761 <exports symbol='xmlCtxtReadIO' type='function'/>
Daniel Veillard1a792412003-11-18 23:52:38 +0000762 <exports symbol='xmlStopParser' type='function'/>
763 <exports symbol='xmlReadFd' type='function'/>
Daniel Veillard1822e8b2004-02-26 12:36:22 +0000764 <exports symbol='xmlSAXParseMemoryWithData' type='function'/>
765 <exports symbol='processingInstructionSAXFunc' type='function'/>
Daniel Veillard1a792412003-11-18 23:52:38 +0000766 <exports symbol='xmlParseExtParsedEnt' type='function'/>
767 <exports symbol='xmlReadIO' type='function'/>
Daniel Veillard1822e8b2004-02-26 12:36:22 +0000768 <exports symbol='xmlGetFeature' type='function'/>
769 <exports symbol='xmlParseBalancedChunkMemoryRecover' type='function'/>
770 <exports symbol='xmlIOParseDTD' type='function'/>
771 <exports symbol='xmlFreeParserCtxt' type='function'/>
William M. Bracka2e844a2004-01-06 11:52:13 +0000772 <exports symbol='xmlReadDoc' type='function'/>
Daniel Veillard1a792412003-11-18 23:52:38 +0000773 <exports symbol='xmlSAXUserParseMemory' type='function'/>
Daniel Veillard1822e8b2004-02-26 12:36:22 +0000774 <exports symbol='xmlParseDTD' type='function'/>
Daniel Veillard1a792412003-11-18 23:52:38 +0000775 <exports symbol='xmlParseBalancedChunkMemory' type='function'/>
Daniel Veillard1822e8b2004-02-26 12:36:22 +0000776 <exports symbol='notationDeclSAXFunc' type='function'/>
Daniel Veillard1a792412003-11-18 23:52:38 +0000777 <exports symbol='endElementNsSAX2Func' type='function'/>
Daniel Veillard1822e8b2004-02-26 12:36:22 +0000778 <exports symbol='commentSAXFunc' type='function'/>
Daniel Veillard1a792412003-11-18 23:52:38 +0000779 <exports symbol='xmlCleanupParser' type='function'/>
Daniel Veillard1822e8b2004-02-26 12:36:22 +0000780 <exports symbol='attributeSAXFunc' type='function'/>
781 <exports symbol='hasExternalSubsetSAXFunc' type='function'/>
Daniel Veillard1a792412003-11-18 23:52:38 +0000782 <exports symbol='isStandaloneSAXFunc' type='function'/>
783 <exports symbol='startDocumentSAXFunc' type='function'/>
Daniel Veillard1822e8b2004-02-26 12:36:22 +0000784 <exports symbol='xmlInitParserCtxt' type='function'/>
Daniel Veillard1a792412003-11-18 23:52:38 +0000785 <exports symbol='xmlClearParserCtxt' type='function'/>
Daniel Veillard1822e8b2004-02-26 12:36:22 +0000786 <exports symbol='xmlParserInputGrow' type='function'/>
Daniel Veillard1a792412003-11-18 23:52:38 +0000787 <exports symbol='xmlParseExternalEntity' type='function'/>
Daniel Veillard1822e8b2004-02-26 12:36:22 +0000788 <exports symbol='xmlCtxtResetPush' type='function'/>
789 <exports symbol='externalSubsetSAXFunc' type='function'/>
790 <exports symbol='xmlSAXParseFileWithData' type='function'/>
791 <exports symbol='resolveEntitySAXFunc' type='function'/>
792 <exports symbol='setDocumentLocatorSAXFunc' type='function'/>
793 <exports symbol='xmlPedanticParserDefault' type='function'/>
Daniel Veillard1a792412003-11-18 23:52:38 +0000794 <exports symbol='warningSAXFunc' type='function'/>
Daniel Veillard1822e8b2004-02-26 12:36:22 +0000795 <exports symbol='xmlSAXParseEntity' type='function'/>
William M. Bracka2e844a2004-01-06 11:52:13 +0000796 <exports symbol='xmlSetExternalEntityLoader' type='function'/>
Daniel Veillarda9b66d02002-12-11 14:23:49 +0000797 </file>
Daniel Veillardbff06bf2003-11-17 16:58:05 +0000798 <file name='parserInternals'>
Daniel Veillardbe586972003-11-18 20:56:51 +0000799 <summary>internals routines exported by the parser.</summary>
800 <description>this module exports a number of internal parsing routines they are not really all intended for applications but can prove useful doing low level processing. </description>
801 <author>Daniel Veillard </author>
Daniel Veillard1a792412003-11-18 23:52:38 +0000802 <exports symbol='XML_SUBSTITUTE_REF' type='macro'/>
803 <exports symbol='IS_BLANK' type='macro'/>
Daniel Veillard1822e8b2004-02-26 12:36:22 +0000804 <exports symbol='IS_EXTENDER_CH' type='macro'/>
Daniel Veillard1a792412003-11-18 23:52:38 +0000805 <exports symbol='IS_BYTE_CHAR' type='macro'/>
William M. Brackfd9e70d2004-02-26 11:01:57 +0000806 <exports symbol='IS_DIGIT' type='macro'/>
Daniel Veillard1822e8b2004-02-26 12:36:22 +0000807 <exports symbol='IS_PUBIDCHAR' type='macro'/>
William M. Brackfd9e70d2004-02-26 11:01:57 +0000808 <exports symbol='XML_SUBSTITUTE_PEREF' type='macro'/>
809 <exports symbol='MOVETO_ENDTAG' type='macro'/>
Daniel Veillard1822e8b2004-02-26 12:36:22 +0000810 <exports symbol='IS_DIGIT_CH' type='macro'/>
William M. Brackfd9e70d2004-02-26 11:01:57 +0000811 <exports symbol='SKIP_EOL' type='macro'/>
Daniel Veillard1822e8b2004-02-26 12:36:22 +0000812 <exports symbol='IS_EXTENDER' type='macro'/>
813 <exports symbol='IS_CHAR' type='macro'/>
814 <exports symbol='IS_COMBINING_CH' type='macro'/>
815 <exports symbol='IS_PUBIDCHAR_CH' type='macro'/>
William M. Brackfd9e70d2004-02-26 11:01:57 +0000816 <exports symbol='IS_LETTER_CH' type='macro'/>
817 <exports symbol='XML_SUBSTITUTE_NONE' type='macro'/>
Daniel Veillard1822e8b2004-02-26 12:36:22 +0000818 <exports symbol='IS_BLANK_CH' type='macro'/>
William M. Brackfd9e70d2004-02-26 11:01:57 +0000819 <exports symbol='IS_COMBINING' type='macro'/>
820 <exports symbol='XML_MAX_NAMELEN' type='macro'/>
Daniel Veillard1822e8b2004-02-26 12:36:22 +0000821 <exports symbol='IS_LETTER' type='macro'/>
William M. Brackfd9e70d2004-02-26 11:01:57 +0000822 <exports symbol='IS_BASECHAR' type='macro'/>
823 <exports symbol='INPUT_CHUNK' type='macro'/>
Daniel Veillard1822e8b2004-02-26 12:36:22 +0000824 <exports symbol='IS_IDEOGRAPHIC' type='macro'/>
825 <exports symbol='MOVETO_STARTTAG' type='macro'/>
Daniel Veillard1a792412003-11-18 23:52:38 +0000826 <exports symbol='IS_CHAR_CH' type='macro'/>
827 <exports symbol='XML_SUBSTITUTE_BOTH' type='macro'/>
828 <exports symbol='xmlStringTextNoenc' type='variable'/>
829 <exports symbol='xmlStringComment' type='variable'/>
830 <exports symbol='xmlStringText' type='variable'/>
831 <exports symbol='xmlParserMaxDepth' type='variable'/>
Daniel Veillard1822e8b2004-02-26 12:36:22 +0000832 <exports symbol='xmlParseAttValue' type='function'/>
833 <exports symbol='xmlCreateMemoryParserCtxt' type='function'/>
834 <exports symbol='xmlParseAttributeListDecl' type='function'/>
Daniel Veillard1a792412003-11-18 23:52:38 +0000835 <exports symbol='nodePop' type='function'/>
Daniel Veillard1822e8b2004-02-26 12:36:22 +0000836 <exports symbol='xmlParseName' type='function'/>
837 <exports symbol='xmlParseEncName' type='function'/>
838 <exports symbol='xmlParseEntityRef' type='function'/>
839 <exports symbol='nodePush' type='function'/>
840 <exports symbol='xmlSwitchEncoding' type='function'/>
Daniel Veillard1a792412003-11-18 23:52:38 +0000841 <exports symbol='xmlParseNotationDecl' type='function'/>
842 <exports symbol='xmlParseExternalSubset' type='function'/>
Daniel Veillard1822e8b2004-02-26 12:36:22 +0000843 <exports symbol='xmlSwitchToEncoding' type='function'/>
Daniel Veillard1a792412003-11-18 23:52:38 +0000844 <exports symbol='xmlParseMisc' type='function'/>
845 <exports symbol='xmlSwitchInputEncoding' type='function'/>
846 <exports symbol='xmlNewStringInputStream' type='function'/>
847 <exports symbol='xmlParseExternalID' type='function'/>
Daniel Veillard1822e8b2004-02-26 12:36:22 +0000848 <exports symbol='xmlSkipBlankChars' type='function'/>
Daniel Veillard1a792412003-11-18 23:52:38 +0000849 <exports symbol='xmlScanName' type='function'/>
850 <exports symbol='xmlParseElementDecl' type='function'/>
851 <exports symbol='xmlParseAttribute' type='function'/>
852 <exports symbol='xmlParseEndTag' type='function'/>
853 <exports symbol='xmlParseEncodingDecl' type='function'/>
854 <exports symbol='htmlInitAutoClose' type='function'/>
Daniel Veillard1822e8b2004-02-26 12:36:22 +0000855 <exports symbol='xmlParseMarkupDecl' type='function'/>
856 <exports symbol='htmlCreateFileParserCtxt' type='function'/>
Daniel Veillard1a792412003-11-18 23:52:38 +0000857 <exports symbol='xmlCreateEntityParserCtxt' type='function'/>
Daniel Veillard1822e8b2004-02-26 12:36:22 +0000858 <exports symbol='inputPush' type='function'/>
859 <exports symbol='namePush' type='function'/>
860 <exports symbol='xmlStringLenDecodeEntities' type='function'/>
861 <exports symbol='xmlNewEntityInputStream' type='function'/>
862 <exports symbol='namePop' type='function'/>
Daniel Veillard1a792412003-11-18 23:52:38 +0000863 <exports symbol='xmlSplitQName' type='function'/>
Daniel Veillard1822e8b2004-02-26 12:36:22 +0000864 <exports symbol='xmlParseContent' type='function'/>
865 <exports symbol='xmlParseNamespace' type='function'/>
866 <exports symbol='xmlNewInputStream' type='function'/>
Daniel Veillard1a792412003-11-18 23:52:38 +0000867 <exports symbol='xmlParserHandleReference' type='function'/>
Daniel Veillard1822e8b2004-02-26 12:36:22 +0000868 <exports symbol='xmlNamespaceParseQName' type='function'/>
Daniel Veillard1a792412003-11-18 23:52:38 +0000869 <exports symbol='xmlParsePITarget' type='function'/>
870 <exports symbol='xmlParseElementContentDecl' type='function'/>
Daniel Veillard1822e8b2004-02-26 12:36:22 +0000871 <exports symbol='xmlNewInputFromFile' type='function'/>
872 <exports symbol='xmlDecodeEntities' type='function'/>
873 <exports symbol='xmlParserHandlePEReference' type='function'/>
Daniel Veillard1a792412003-11-18 23:52:38 +0000874 <exports symbol='xmlPopInput' type='function'/>
875 <exports symbol='xmlParsePubidLiteral' type='function'/>
876 <exports symbol='xmlPushInput' type='function'/>
877 <exports symbol='xmlParseEntityValue' type='function'/>
Daniel Veillard1822e8b2004-02-26 12:36:22 +0000878 <exports symbol='xmlStringDecodeEntities' type='function'/>
879 <exports symbol='xmlCreateFileParserCtxt' type='function'/>
880 <exports symbol='xmlParseCharRef' type='function'/>
Daniel Veillard1a792412003-11-18 23:52:38 +0000881 <exports symbol='xmlParseVersionNum' type='function'/>
Daniel Veillard1822e8b2004-02-26 12:36:22 +0000882 <exports symbol='xmlParseElement' type='function'/>
883 <exports symbol='xmlParseTextDecl' type='function'/>
Daniel Veillard1a792412003-11-18 23:52:38 +0000884 <exports symbol='xmlParseXMLDecl' type='function'/>
885 <exports symbol='xmlEntityReferenceFunc' type='function'/>
886 <exports symbol='xmlParseElementMixedContentDecl' type='function'/>
Daniel Veillard1822e8b2004-02-26 12:36:22 +0000887 <exports symbol='xmlCopyCharMultiByte' type='function'/>
888 <exports symbol='xmlParseElementChildrenContentDecl' type='function'/>
Daniel Veillard1a792412003-11-18 23:52:38 +0000889 <exports symbol='xmlParseQuotedString' type='function'/>
Daniel Veillard1822e8b2004-02-26 12:36:22 +0000890 <exports symbol='xmlParseCharData' type='function'/>
Daniel Veillard1a792412003-11-18 23:52:38 +0000891 <exports symbol='xmlNamespaceParseNSDef' type='function'/>
892 <exports symbol='xmlParseCDSect' type='function'/>
Daniel Veillard1822e8b2004-02-26 12:36:22 +0000893 <exports symbol='xmlParseVersionInfo' type='function'/>
Daniel Veillard1a792412003-11-18 23:52:38 +0000894 <exports symbol='xmlStringCurrentChar' type='function'/>
Daniel Veillard1822e8b2004-02-26 12:36:22 +0000895 <exports symbol='xmlParseEnumeratedType' type='function'/>
Daniel Veillard1a792412003-11-18 23:52:38 +0000896 <exports symbol='xmlErrMemory' type='function'/>
Daniel Veillard1822e8b2004-02-26 12:36:22 +0000897 <exports symbol='xmlHandleEntity' type='function'/>
898 <exports symbol='xmlCurrentChar' type='function'/>
Daniel Veillard1a792412003-11-18 23:52:38 +0000899 <exports symbol='xmlNamespaceParseNCName' type='function'/>
900 <exports symbol='xmlParseNmtoken' type='function'/>
Daniel Veillard1822e8b2004-02-26 12:36:22 +0000901 <exports symbol='xmlParseNotationType' type='function'/>
902 <exports symbol='xmlParserInputShrink' type='function'/>
Daniel Veillard1a792412003-11-18 23:52:38 +0000903 <exports symbol='xmlParseReference' type='function'/>
Daniel Veillard1822e8b2004-02-26 12:36:22 +0000904 <exports symbol='xmlSetEntityReferenceFunc' type='function'/>
905 <exports symbol='xmlFreeInputStream' type='function'/>
906 <exports symbol='xmlParsePEReference' type='function'/>
907 <exports symbol='xmlParseDefaultDecl' type='function'/>
William M. Brackfd9e70d2004-02-26 11:01:57 +0000908 <exports symbol='xmlParseDocTypeDecl' type='function'/>
Daniel Veillard1822e8b2004-02-26 12:36:22 +0000909 <exports symbol='xmlIsLetter' type='function'/>
910 <exports symbol='xmlCheckLanguageID' type='function'/>
911 <exports symbol='xmlCopyChar' type='function'/>
912 <exports symbol='inputPop' type='function'/>
913 <exports symbol='xmlNextChar' type='function'/>
914 <exports symbol='xmlParseEnumerationType' type='function'/>
915 <exports symbol='xmlParseSDDecl' type='function'/>
916 <exports symbol='xmlParseAttributeType' type='function'/>
917 <exports symbol='xmlParseComment' type='function'/>
918 <exports symbol='xmlParsePI' type='function'/>
919 <exports symbol='xmlCreateURLParserCtxt' type='function'/>
Daniel Veillard1a792412003-11-18 23:52:38 +0000920 <exports symbol='xmlParseStartTag' type='function'/>
Daniel Veillard1822e8b2004-02-26 12:36:22 +0000921 <exports symbol='xmlParseSystemLiteral' type='function'/>
Daniel Veillard1a792412003-11-18 23:52:38 +0000922 <exports symbol='xmlParseEntityDecl' type='function'/>
Daniel Veillardbff06bf2003-11-17 16:58:05 +0000923 </file>
Daniel Veillard1e906612003-12-05 14:57:46 +0000924 <file name='pattern'>
925 <summary>pattern expression handling</summary>
926 <description>allows to compile and test pattern expressions for nodes either in a tree or based on a parser state. </description>
927 <author>Daniel Veillard </author>
928 <exports symbol='xmlPattern' type='typedef'/>
929 <exports symbol='xmlPatternPtr' type='typedef'/>
930 <exports symbol='xmlPatterncompile' type='function'/>
931 <exports symbol='xmlFreePattern' type='function'/>
932 <exports symbol='xmlPatternMatch' type='function'/>
933 <exports symbol='xmlFreePatternList' type='function'/>
934 </file>
Daniel Veillardbff06bf2003-11-17 16:58:05 +0000935 <file name='relaxng'>
Daniel Veillardbe586972003-11-18 20:56:51 +0000936 <summary>implementation of the Relax-NG validation</summary>
937 <description>implementation of the Relax-NG validation </description>
938 <author>Daniel Veillard </author>
Daniel Veillard1a792412003-11-18 23:52:38 +0000939 <exports symbol='XML_RELAXNG_ERR_DUPID' type='enum'/>
Daniel Veillard189f46b2004-01-25 21:03:04 +0000940 <exports symbol='XML_RELAXNG_ERR_VALELEM' type='enum'/>
Daniel Veillard1a792412003-11-18 23:52:38 +0000941 <exports symbol='XML_RELAXNG_ERR_ATTRVALID' type='enum'/>
Daniel Veillard1a792412003-11-18 23:52:38 +0000942 <exports symbol='XML_RELAXNG_ERR_LISTELEM' type='enum'/>
Daniel Veillard189f46b2004-01-25 21:03:04 +0000943 <exports symbol='XML_RELAXNG_ERR_LISTEXTRA' type='enum'/>
Daniel Veillard1a792412003-11-18 23:52:38 +0000944 <exports symbol='XML_RELAXNG_ERR_ATTRNONS' type='enum'/>
Daniel Veillard1a792412003-11-18 23:52:38 +0000945 <exports symbol='XML_RELAXNG_ERR_EXTRADATA' type='enum'/>
Daniel Veillard1a792412003-11-18 23:52:38 +0000946 <exports symbol='XML_RELAXNG_ERR_ELEMNONS' type='enum'/>
947 <exports symbol='XML_RELAXNG_ERR_ELEMEXTRANS' type='enum'/>
Daniel Veillard1822e8b2004-02-26 12:36:22 +0000948 <exports symbol='XML_RELAXNG_ERR_INTERNODATA' type='enum'/>
Daniel Veillard189f46b2004-01-25 21:03:04 +0000949 <exports symbol='XML_RELAXNG_ERR_TYPECMP' type='enum'/>
Daniel Veillard1a792412003-11-18 23:52:38 +0000950 <exports symbol='XML_RELAXNG_ERR_VALUE' type='enum'/>
Daniel Veillard1822e8b2004-02-26 12:36:22 +0000951 <exports symbol='XML_RELAXNG_ERR_DATAELEM' type='enum'/>
Daniel Veillard1a792412003-11-18 23:52:38 +0000952 <exports symbol='XML_RELAXNG_ERR_INTERSEQ' type='enum'/>
953 <exports symbol='XML_RELAXNG_ERR_LACKDATA' type='enum'/>
Daniel Veillard189f46b2004-01-25 21:03:04 +0000954 <exports symbol='XML_RELAXNGP_FREE_DOC' type='enum'/>
955 <exports symbol='XML_RELAXNG_ERR_ATTRNAME' type='enum'/>
956 <exports symbol='XML_RELAXNG_ERR_ELEMNOTEMPTY' type='enum'/>
957 <exports symbol='XML_RELAXNG_OK' type='enum'/>
Daniel Veillard1822e8b2004-02-26 12:36:22 +0000958 <exports symbol='XML_RELAXNG_ERR_DATATYPE' type='enum'/>
Daniel Veillard189f46b2004-01-25 21:03:04 +0000959 <exports symbol='XML_RELAXNG_ERR_ATTRWRONGNS' type='enum'/>
960 <exports symbol='XML_RELAXNG_ERR_EXTRACONTENT' type='enum'/>
961 <exports symbol='XML_RELAXNGP_NONE' type='enum'/>
962 <exports symbol='XML_RELAXNG_ERR_ELEMWRONG' type='enum'/>
963 <exports symbol='XML_RELAXNG_ERR_LISTEMPTY' type='enum'/>
Daniel Veillard1a792412003-11-18 23:52:38 +0000964 <exports symbol='XML_RELAXNG_ERR_ATTREXTRANS' type='enum'/>
Daniel Veillard189f46b2004-01-25 21:03:04 +0000965 <exports symbol='XML_RELAXNGP_CRNG' type='enum'/>
966 <exports symbol='XML_RELAXNG_ERR_TEXTWRONG' type='enum'/>
967 <exports symbol='XML_RELAXNG_ERR_INVALIDATTR' type='enum'/>
968 <exports symbol='XML_RELAXNG_ERR_ELEMWRONGNS' type='enum'/>
969 <exports symbol='XML_RELAXNG_ERR_CONTENTVALID' type='enum'/>
970 <exports symbol='XML_RELAXNG_ERR_TYPEVAL' type='enum'/>
971 <exports symbol='XML_RELAXNG_ERR_LIST' type='enum'/>
972 <exports symbol='XML_RELAXNG_ERR_TYPE' type='enum'/>
973 <exports symbol='XML_RELAXNG_ERR_NOELEM' type='enum'/>
974 <exports symbol='XML_RELAXNG_ERR_MEMORY' type='enum'/>
975 <exports symbol='XML_RELAXNG_ERR_ELEMNAME' type='enum'/>
Daniel Veillard1822e8b2004-02-26 12:36:22 +0000976 <exports symbol='XML_RELAXNG_ERR_NOGRAMMAR' type='enum'/>
Daniel Veillard1a792412003-11-18 23:52:38 +0000977 <exports symbol='XML_RELAXNG_ERR_NODEFINE' type='enum'/>
978 <exports symbol='XML_RELAXNG_ERR_NOSTATE' type='enum'/>
Daniel Veillard1a792412003-11-18 23:52:38 +0000979 <exports symbol='XML_RELAXNG_ERR_INTEREXTRA' type='enum'/>
Daniel Veillard189f46b2004-01-25 21:03:04 +0000980 <exports symbol='XML_RELAXNG_ERR_INTERNAL' type='enum'/>
Daniel Veillard1a792412003-11-18 23:52:38 +0000981 <exports symbol='XML_RELAXNG_ERR_NOTELEM' type='enum'/>
Daniel Veillard1a792412003-11-18 23:52:38 +0000982 <exports symbol='xmlRelaxNG' type='typedef'/>
983 <exports symbol='xmlRelaxNGParserCtxt' type='typedef'/>
984 <exports symbol='xmlRelaxNGParserCtxtPtr' type='typedef'/>
Daniel Veillard189f46b2004-01-25 21:03:04 +0000985 <exports symbol='xmlRelaxNGParserFlag' type='typedef'/>
Daniel Veillard1822e8b2004-02-26 12:36:22 +0000986 <exports symbol='xmlRelaxNGValidErr' type='typedef'/>
Daniel Veillard1a792412003-11-18 23:52:38 +0000987 <exports symbol='xmlRelaxNGValidCtxt' type='typedef'/>
988 <exports symbol='xmlRelaxNGValidCtxtPtr' type='typedef'/>
Daniel Veillard1822e8b2004-02-26 12:36:22 +0000989 <exports symbol='xmlRelaxNGPtr' type='typedef'/>
Daniel Veillard1a792412003-11-18 23:52:38 +0000990 <exports symbol='xmlRelaxNGFreeValidCtxt' type='function'/>
Daniel Veillard1822e8b2004-02-26 12:36:22 +0000991 <exports symbol='xmlRelaxNGValidateFullElement' type='function'/>
Daniel Veillard1a792412003-11-18 23:52:38 +0000992 <exports symbol='xmlRelaxNGNewDocParserCtxt' type='function'/>
993 <exports symbol='xmlRelaxNGSetValidErrors' type='function'/>
Daniel Veillard1822e8b2004-02-26 12:36:22 +0000994 <exports symbol='xmlRelaxNGValidatePopElement' type='function'/>
995 <exports symbol='xmlRelaxNGFree' type='function'/>
Daniel Veillard1a792412003-11-18 23:52:38 +0000996 <exports symbol='xmlRelaxNGNewParserCtxt' type='function'/>
Daniel Veillard1822e8b2004-02-26 12:36:22 +0000997 <exports symbol='xmlRelaxNGValidateDoc' type='function'/>
Daniel Veillard1a792412003-11-18 23:52:38 +0000998 <exports symbol='xmlRelaxNGGetParserErrors' type='function'/>
Daniel Veillard1822e8b2004-02-26 12:36:22 +0000999 <exports symbol='xmlRelaxNGFreeParserCtxt' type='function'/>
Daniel Veillard1a792412003-11-18 23:52:38 +00001000 <exports symbol='xmlRelaxNGSetParserErrors' type='function'/>
1001 <exports symbol='xmlRelaxNGNewValidCtxt' type='function'/>
Daniel Veillard1822e8b2004-02-26 12:36:22 +00001002 <exports symbol='xmlRelaxNGGetValidErrors' type='function'/>
Daniel Veillard1a792412003-11-18 23:52:38 +00001003 <exports symbol='xmlRelaxNGNewMemParserCtxt' type='function'/>
1004 <exports symbol='xmlRelaxNGDump' type='function'/>
1005 <exports symbol='xmlRelaxNGValidityErrorFunc' type='function'/>
1006 <exports symbol='xmlRelaxNGParse' type='function'/>
William M. Brackfd9e70d2004-02-26 11:01:57 +00001007 <exports symbol='xmlRelaxNGDumpTree' type='function'/>
Daniel Veillard1822e8b2004-02-26 12:36:22 +00001008 <exports symbol='xmlRelaxNGValidatePushElement' type='function'/>
Daniel Veillard1a792412003-11-18 23:52:38 +00001009 <exports symbol='xmlRelaxNGCleanupTypes' type='function'/>
1010 <exports symbol='xmlRelaxNGValidatePushCData' type='function'/>
Daniel Veillard189f46b2004-01-25 21:03:04 +00001011 <exports symbol='xmlRelaxParserSetFlag' type='function'/>
Daniel Veillard1a792412003-11-18 23:52:38 +00001012 <exports symbol='xmlRelaxNGValidityWarningFunc' type='function'/>
Daniel Veillardbff06bf2003-11-17 16:58:05 +00001013 </file>
Daniel Veillardd4330462003-04-29 12:40:16 +00001014 <file name='schemasInternals'>
Daniel Veillardbe586972003-11-18 20:56:51 +00001015 <summary>internal interfaces for XML Schemas</summary>
1016 <description>internal interfaces for the XML Schemas handling and schema validity checking </description>
1017 <author>Daniel Veillard </author>
Daniel Veillard1a792412003-11-18 23:52:38 +00001018 <exports symbol='XML_SCHEMAS_ANYATTR_LAX' type='macro'/>
Daniel Veillard1822e8b2004-02-26 12:36:22 +00001019 <exports symbol='XML_SCHEMAS_ANYATTR_STRICT' type='macro'/>
Daniel Veillard1a792412003-11-18 23:52:38 +00001020 <exports symbol='XML_SCHEMAS_QUALIF_ATTR' type='macro'/>
Daniel Veillardee1d6922004-04-18 14:58:57 +00001021 <exports symbol='XML_SCHEMAS_ATTR_USE_REQUIRED' type='macro'/>
Daniel Veillard1a792412003-11-18 23:52:38 +00001022 <exports symbol='XML_SCHEMAS_FACET_COLLAPSE' type='macro'/>
John Fleck0eaf41c2003-12-01 04:45:26 +00001023 <exports symbol='XML_SCHEMAS_ELEM_NSDEFAULT' type='macro'/>
Daniel Veillard1a792412003-11-18 23:52:38 +00001024 <exports symbol='XML_SCHEMAS_ELEM_GLOBAL' type='macro'/>
Daniel Veillard1a792412003-11-18 23:52:38 +00001025 <exports symbol='XML_SCHEMAS_ELEM_NILLABLE' type='macro'/>
Daniel Veillardee1d6922004-04-18 14:58:57 +00001026 <exports symbol='XML_SCHEMAS_TYPE_MIXED' type='macro'/>
1027 <exports symbol='XML_SCHEMAS_ATTR_USE_PROHIBITED' type='macro'/>
1028 <exports symbol='XML_SCHEMAS_FACET_PRESERVE' type='macro'/>
1029 <exports symbol='XML_SCHEMAS_FACET_UNKNOWN' type='macro'/>
1030 <exports symbol='XML_SCHEMAS_ELEM_TOPLEVEL' type='macro'/>
1031 <exports symbol='XML_SCHEMAS_ELEM_ABSTRACT' type='macro'/>
1032 <exports symbol='XML_SCHEMAS_ELEM_FIXED' type='macro'/>
1033 <exports symbol='XML_SCHEMAS_QUALIF_ELEM' type='macro'/>
1034 <exports symbol='XML_SCHEMAS_ANYATTR_SKIP' type='macro'/>
1035 <exports symbol='XML_SCHEMAS_ATTR_USE_OPTIONAL' type='macro'/>
1036 <exports symbol='XML_SCHEMAS_ATTR_NSDEFAULT' type='macro'/>
1037 <exports symbol='XML_SCHEMAS_ELEM_REF' type='macro'/>
1038 <exports symbol='XML_SCHEMAS_ELEM_DEFAULT' type='macro'/>
1039 <exports symbol='XML_SCHEMAS_FACET_REPLACE' type='macro'/>
William M. Brackfd9e70d2004-02-26 11:01:57 +00001040 <exports symbol='XML_SCHEMA_TYPE_SIMPLE' type='enum'/>
Daniel Veillard1822e8b2004-02-26 12:36:22 +00001041 <exports symbol='XML_SCHEMA_TYPE_GROUP' type='enum'/>
1042 <exports symbol='XML_SCHEMA_TYPE_SEQUENCE' type='enum'/>
William M. Brackfd9e70d2004-02-26 11:01:57 +00001043 <exports symbol='XML_SCHEMA_TYPE_SIMPLE_CONTENT' type='enum'/>
Daniel Veillard1822e8b2004-02-26 12:36:22 +00001044 <exports symbol='XML_SCHEMA_CONTENT_ELEMENTS' type='enum'/>
Daniel Veillard1a792412003-11-18 23:52:38 +00001045 <exports symbol='XML_SCHEMA_FACET_MININCLUSIVE' type='enum'/>
1046 <exports symbol='XML_SCHEMA_FACET_WHITESPACE' type='enum'/>
1047 <exports symbol='XML_SCHEMA_FACET_MINEXCLUSIVE' type='enum'/>
Daniel Veillard1822e8b2004-02-26 12:36:22 +00001048 <exports symbol='XML_SCHEMA_CONTENT_MIXED' type='enum'/>
Daniel Veillard1a792412003-11-18 23:52:38 +00001049 <exports symbol='XML_SCHEMA_FACET_MAXEXCLUSIVE' type='enum'/>
Daniel Veillard1822e8b2004-02-26 12:36:22 +00001050 <exports symbol='XML_SCHEMA_TYPE_FACET' type='enum'/>
Daniel Veillard1a792412003-11-18 23:52:38 +00001051 <exports symbol='XML_SCHEMA_TYPE_COMPLEX' type='enum'/>
Daniel Veillard1822e8b2004-02-26 12:36:22 +00001052 <exports symbol='XML_SCHEMA_TYPE_LIST' type='enum'/>
Daniel Veillard1a792412003-11-18 23:52:38 +00001053 <exports symbol='XML_SCHEMA_TYPE_ATTRIBUTEGROUP' type='enum'/>
Daniel Veillard1822e8b2004-02-26 12:36:22 +00001054 <exports symbol='XML_SCHEMA_CONTENT_MIXED_OR_ELEMENTS' type='enum'/>
Daniel Veillard1a792412003-11-18 23:52:38 +00001055 <exports symbol='XML_SCHEMA_TYPE_ALL' type='enum'/>
Daniel Veillard1822e8b2004-02-26 12:36:22 +00001056 <exports symbol='XML_SCHEMA_CONTENT_EMPTY' type='enum'/>
Daniel Veillard1a792412003-11-18 23:52:38 +00001057 <exports symbol='XML_SCHEMA_TYPE_BASIC' type='enum'/>
Daniel Veillard1822e8b2004-02-26 12:36:22 +00001058 <exports symbol='XML_SCHEMA_TYPE_EXTENSION' type='enum'/>
Daniel Veillard1a792412003-11-18 23:52:38 +00001059 <exports symbol='XML_SCHEMA_TYPE_CHOICE' type='enum'/>
Daniel Veillard1822e8b2004-02-26 12:36:22 +00001060 <exports symbol='XML_SCHEMA_FACET_MAXINCLUSIVE' type='enum'/>
Daniel Veillard1a792412003-11-18 23:52:38 +00001061 <exports symbol='XML_SCHEMA_TYPE_ATTRIBUTE' type='enum'/>
Daniel Veillard1822e8b2004-02-26 12:36:22 +00001062 <exports symbol='XML_SCHEMA_TYPE_UNION' type='enum'/>
Daniel Veillard1a792412003-11-18 23:52:38 +00001063 <exports symbol='XML_SCHEMA_TYPE_ELEMENT' type='enum'/>
Daniel Veillard1822e8b2004-02-26 12:36:22 +00001064 <exports symbol='XML_SCHEMA_FACET_TOTALDIGITS' type='enum'/>
Daniel Veillard8aac2972004-05-16 01:00:37 +00001065 <exports symbol='XML_SCHEMA_TYPE_ANY_ATTRIBUTE' type='enum'/>
Daniel Veillard1a792412003-11-18 23:52:38 +00001066 <exports symbol='XML_SCHEMA_TYPE_NOTATION' type='enum'/>
1067 <exports symbol='XML_SCHEMA_FACET_LENGTH' type='enum'/>
1068 <exports symbol='XML_SCHEMA_CONTENT_SIMPLE' type='enum'/>
1069 <exports symbol='XML_SCHEMA_CONTENT_ANY' type='enum'/>
1070 <exports symbol='XML_SCHEMA_CONTENT_BASIC' type='enum'/>
1071 <exports symbol='XML_SCHEMA_FACET_MINLENGTH' type='enum'/>
Daniel Veillard8aac2972004-05-16 01:00:37 +00001072 <exports symbol='XML_SCHEMA_TYPE_UR' type='enum'/>
Daniel Veillard1822e8b2004-02-26 12:36:22 +00001073 <exports symbol='XML_SCHEMA_TYPE_COMPLEX_CONTENT' type='enum'/>
1074 <exports symbol='XML_SCHEMA_FACET_FRACTIONDIGITS' type='enum'/>
Daniel Veillard1a792412003-11-18 23:52:38 +00001075 <exports symbol='XML_SCHEMA_FACET_PATTERN' type='enum'/>
1076 <exports symbol='XML_SCHEMA_FACET_MAXLENGTH' type='enum'/>
1077 <exports symbol='XML_SCHEMA_FACET_ENUMERATION' type='enum'/>
1078 <exports symbol='XML_SCHEMA_CONTENT_UNKNOWN' type='enum'/>
Daniel Veillard1822e8b2004-02-26 12:36:22 +00001079 <exports symbol='XML_SCHEMA_TYPE_ANY' type='enum'/>
Daniel Veillard1a792412003-11-18 23:52:38 +00001080 <exports symbol='XML_SCHEMA_TYPE_RESTRICTION' type='enum'/>
1081 <exports symbol='xmlSchemaValPtr' type='typedef'/>
1082 <exports symbol='xmlSchemaAttributeGroup' type='typedef'/>
1083 <exports symbol='xmlSchemaAttributePtr' type='typedef'/>
1084 <exports symbol='xmlSchemaElement' type='typedef'/>
1085 <exports symbol='xmlSchemaElementPtr' type='typedef'/>
1086 <exports symbol='xmlSchemaFacet' type='typedef'/>
1087 <exports symbol='xmlSchemaType' type='typedef'/>
1088 <exports symbol='xmlSchemaContentType' type='typedef'/>
1089 <exports symbol='xmlSchemaTypeType' type='typedef'/>
1090 <exports symbol='xmlSchemaAttribute' type='typedef'/>
1091 <exports symbol='xmlSchemaFacetPtr' type='typedef'/>
1092 <exports symbol='xmlSchemaNotation' type='typedef'/>
1093 <exports symbol='xmlSchemaNotationPtr' type='typedef'/>
1094 <exports symbol='xmlSchemaAnnot' type='typedef'/>
Daniel Veillard1822e8b2004-02-26 12:36:22 +00001095 <exports symbol='xmlSchemaAnnotPtr' type='typedef'/>
Daniel Veillard1a792412003-11-18 23:52:38 +00001096 <exports symbol='xmlSchemaVal' type='typedef'/>
1097 <exports symbol='xmlSchemaTypePtr' type='typedef'/>
Daniel Veillard1822e8b2004-02-26 12:36:22 +00001098 <exports symbol='xmlSchemaAttributeGroupPtr' type='typedef'/>
Daniel Veillard1a792412003-11-18 23:52:38 +00001099 <exports symbol='_xmlSchemaAttribute' type='struct'/>
1100 <exports symbol='_xmlSchemaType' type='struct'/>
1101 <exports symbol='_xmlSchemaAttributeGroup' type='struct'/>
1102 <exports symbol='_xmlSchemaNotation' type='struct'/>
1103 <exports symbol='_xmlSchemaElement' type='struct'/>
1104 <exports symbol='_xmlSchema' type='struct'/>
William M. Brackfd9e70d2004-02-26 11:01:57 +00001105 <exports symbol='_xmlSchemaAnnot' type='struct'/>
Daniel Veillard1822e8b2004-02-26 12:36:22 +00001106 <exports symbol='_xmlSchemaFacet' type='struct'/>
Daniel Veillard1a792412003-11-18 23:52:38 +00001107 <exports symbol='xmlSchemaFreeType' type='function'/>
Daniel Veillardd4330462003-04-29 12:40:16 +00001108 </file>
Daniel Veillard92fc02c2003-04-24 23:12:35 +00001109 <file name='threads'>
Daniel Veillardbe586972003-11-18 20:56:51 +00001110 <summary>interfaces for thread handling</summary>
1111 <description>set of generic threading related routines should work with pthreads, Windows native or TLS threads </description>
1112 <author>Daniel Veillard </author>
Daniel Veillard1a792412003-11-18 23:52:38 +00001113 <exports symbol='xmlMutex' type='typedef'/>
1114 <exports symbol='xmlRMutex' type='typedef'/>
1115 <exports symbol='xmlRMutexPtr' type='typedef'/>
1116 <exports symbol='xmlMutexPtr' type='typedef'/>
1117 <exports symbol='xmlFreeRMutex' type='function'/>
1118 <exports symbol='xmlGetThreadId' type='function'/>
Daniel Veillard1822e8b2004-02-26 12:36:22 +00001119 <exports symbol='xmlFreeMutex' type='function'/>
William M. Brackfd9e70d2004-02-26 11:01:57 +00001120 <exports symbol='xmlCleanupThreads' type='function'/>
Daniel Veillard1822e8b2004-02-26 12:36:22 +00001121 <exports symbol='xmlMutexUnlock' type='function'/>
Daniel Veillard1a792412003-11-18 23:52:38 +00001122 <exports symbol='xmlNewRMutex' type='function'/>
1123 <exports symbol='xmlMutexLock' type='function'/>
1124 <exports symbol='xmlIsMainThread' type='function'/>
1125 <exports symbol='xmlRMutexUnlock' type='function'/>
1126 <exports symbol='xmlGetGlobalState' type='function'/>
1127 <exports symbol='xmlNewMutex' type='function'/>
1128 <exports symbol='xmlRMutexLock' type='function'/>
1129 <exports symbol='xmlInitThreads' type='function'/>
1130 <exports symbol='xmlUnlockLibrary' type='function'/>
Daniel Veillard1822e8b2004-02-26 12:36:22 +00001131 <exports symbol='xmlLockLibrary' type='function'/>
Daniel Veillarda9b66d02002-12-11 14:23:49 +00001132 </file>
Daniel Veillardbff06bf2003-11-17 16:58:05 +00001133 <file name='tree'>
Daniel Veillardbe586972003-11-18 20:56:51 +00001134 <summary>interfaces for tree manipulation</summary>
1135 <description>this module describes the structures found in an tree resulting from an XML or HTML parsing, as well as the API provided for various processing on that tree </description>
1136 <author>Daniel Veillard </author>
Daniel Veillard1a792412003-11-18 23:52:38 +00001137 <exports symbol='XML_LOCAL_NAMESPACE' type='macro'/>
Daniel Veillard1822e8b2004-02-26 12:36:22 +00001138 <exports symbol='XML_GET_CONTENT' type='macro'/>
Daniel Veillard1a792412003-11-18 23:52:38 +00001139 <exports symbol='XML_XML_NAMESPACE' type='macro'/>
Daniel Veillardee1d6922004-04-18 14:58:57 +00001140 <exports symbol='XML_XML_ID' type='macro'/>
William M. Brackfd9e70d2004-02-26 11:01:57 +00001141 <exports symbol='xmlChildrenNode' type='macro'/>
Daniel Veillardee1d6922004-04-18 14:58:57 +00001142 <exports symbol='xmlRootNode' type='macro'/>
1143 <exports symbol='BASE_BUFFER_SIZE' type='macro'/>
Daniel Veillard1822e8b2004-02-26 12:36:22 +00001144 <exports symbol='XML_GET_LINE' type='macro'/>
Daniel Veillard1a792412003-11-18 23:52:38 +00001145 <exports symbol='XML_ATTRIBUTE_IMPLIED' type='enum'/>
Daniel Veillard1822e8b2004-02-26 12:36:22 +00001146 <exports symbol='XML_ATTRIBUTE_IDREF' type='enum'/>
Daniel Veillard1a792412003-11-18 23:52:38 +00001147 <exports symbol='XML_ATTRIBUTE_IDREFS' type='enum'/>
Daniel Veillard1822e8b2004-02-26 12:36:22 +00001148 <exports symbol='XML_ATTRIBUTE_REQUIRED' type='enum'/>
Daniel Veillard1a792412003-11-18 23:52:38 +00001149 <exports symbol='XML_XINCLUDE_END' type='enum'/>
1150 <exports symbol='XML_ATTRIBUTE_NODE' type='enum'/>
Daniel Veillard1822e8b2004-02-26 12:36:22 +00001151 <exports symbol='XML_ELEMENT_CONTENT_ELEMENT' type='enum'/>
Daniel Veillard1a792412003-11-18 23:52:38 +00001152 <exports symbol='XML_ELEMENT_TYPE_ELEMENT' type='enum'/>
1153 <exports symbol='XML_CDATA_SECTION_NODE' type='enum'/>
1154 <exports symbol='XML_ELEMENT_NODE' type='enum'/>
1155 <exports symbol='XML_ELEMENT_DECL' type='enum'/>
1156 <exports symbol='XML_ELEMENT_CONTENT_SEQ' type='enum'/>
Daniel Veillard1822e8b2004-02-26 12:36:22 +00001157 <exports symbol='XML_BUFFER_ALLOC_DOUBLEIT' type='enum'/>
Daniel Veillard1a792412003-11-18 23:52:38 +00001158 <exports symbol='XML_DOCUMENT_FRAG_NODE' type='enum'/>
1159 <exports symbol='XML_ELEMENT_TYPE_ANY' type='enum'/>
1160 <exports symbol='XML_ELEMENT_CONTENT_ONCE' type='enum'/>
1161 <exports symbol='XML_ELEMENT_CONTENT_PCDATA' type='enum'/>
1162 <exports symbol='XML_ATTRIBUTE_FIXED' type='enum'/>
1163 <exports symbol='XML_DOCUMENT_TYPE_NODE' type='enum'/>
1164 <exports symbol='XML_ELEMENT_CONTENT_OPT' type='enum'/>
1165 <exports symbol='XML_NAMESPACE_DECL' type='enum'/>
Daniel Veillard1822e8b2004-02-26 12:36:22 +00001166 <exports symbol='XML_ENTITY_NODE' type='enum'/>
Daniel Veillard1a792412003-11-18 23:52:38 +00001167 <exports symbol='XML_ELEMENT_TYPE_MIXED' type='enum'/>
1168 <exports symbol='XML_XINCLUDE_START' type='enum'/>
1169 <exports symbol='XML_TEXT_NODE' type='enum'/>
1170 <exports symbol='XML_BUFFER_ALLOC_EXACT' type='enum'/>
1171 <exports symbol='XML_ATTRIBUTE_ENTITIES' type='enum'/>
1172 <exports symbol='XML_BUFFER_ALLOC_IMMUTABLE' type='enum'/>
1173 <exports symbol='XML_NOTATION_NODE' type='enum'/>
1174 <exports symbol='XML_ENTITY_REF_NODE' type='enum'/>
1175 <exports symbol='XML_ELEMENT_TYPE_EMPTY' type='enum'/>
1176 <exports symbol='XML_ATTRIBUTE_ENUMERATION' type='enum'/>
1177 <exports symbol='XML_HTML_DOCUMENT_NODE' type='enum'/>
1178 <exports symbol='XML_ELEMENT_TYPE_UNDEFINED' type='enum'/>
Daniel Veillard1822e8b2004-02-26 12:36:22 +00001179 <exports symbol='XML_ATTRIBUTE_NONE' type='enum'/>
Daniel Veillard1a792412003-11-18 23:52:38 +00001180 <exports symbol='XML_DOCB_DOCUMENT_NODE' type='enum'/>
1181 <exports symbol='XML_COMMENT_NODE' type='enum'/>
Daniel Veillard1822e8b2004-02-26 12:36:22 +00001182 <exports symbol='XML_DOCUMENT_NODE' type='enum'/>
Daniel Veillard1a792412003-11-18 23:52:38 +00001183 <exports symbol='XML_DTD_NODE' type='enum'/>
1184 <exports symbol='XML_ELEMENT_CONTENT_OR' type='enum'/>
1185 <exports symbol='XML_ATTRIBUTE_NMTOKEN' type='enum'/>
1186 <exports symbol='XML_PI_NODE' type='enum'/>
1187 <exports symbol='XML_ATTRIBUTE_NMTOKENS' type='enum'/>
Daniel Veillard1822e8b2004-02-26 12:36:22 +00001188 <exports symbol='XML_ATTRIBUTE_NOTATION' type='enum'/>
Daniel Veillard1a792412003-11-18 23:52:38 +00001189 <exports symbol='XML_ATTRIBUTE_ENTITY' type='enum'/>
1190 <exports symbol='XML_ATTRIBUTE_DECL' type='enum'/>
1191 <exports symbol='XML_ENTITY_DECL' type='enum'/>
1192 <exports symbol='XML_ATTRIBUTE_ID' type='enum'/>
1193 <exports symbol='XML_ATTRIBUTE_CDATA' type='enum'/>
1194 <exports symbol='XML_ELEMENT_CONTENT_MULT' type='enum'/>
1195 <exports symbol='XML_ELEMENT_CONTENT_PLUS' type='enum'/>
1196 <exports symbol='xmlNs' type='typedef'/>
1197 <exports symbol='xmlBufferPtr' type='typedef'/>
1198 <exports symbol='xmlEnumerationPtr' type='typedef'/>
1199 <exports symbol='xmlBuffer' type='typedef'/>
1200 <exports symbol='xmlSAXLocatorPtr' type='typedef'/>
1201 <exports symbol='xmlParserInput' type='typedef'/>
1202 <exports symbol='xmlElement' type='typedef'/>
Daniel Veillard1822e8b2004-02-26 12:36:22 +00001203 <exports symbol='xmlElementType' type='typedef'/>
Daniel Veillard1a792412003-11-18 23:52:38 +00001204 <exports symbol='xmlBufferAllocationScheme' type='typedef'/>
Daniel Veillard1822e8b2004-02-26 12:36:22 +00001205 <exports symbol='xmlRef' type='typedef'/>
Daniel Veillard1a792412003-11-18 23:52:38 +00001206 <exports symbol='xmlDocPtr' type='typedef'/>
1207 <exports symbol='xmlElementContent' type='typedef'/>
Daniel Veillard1822e8b2004-02-26 12:36:22 +00001208 <exports symbol='xmlAttributeType' type='typedef'/>
Daniel Veillard1a792412003-11-18 23:52:38 +00001209 <exports symbol='xmlRefPtr' type='typedef'/>
1210 <exports symbol='xmlParserInputBuffer' type='typedef'/>
Daniel Veillard1822e8b2004-02-26 12:36:22 +00001211 <exports symbol='xmlNode' type='typedef'/>
1212 <exports symbol='xmlDoc' type='typedef'/>
Daniel Veillard1a792412003-11-18 23:52:38 +00001213 <exports symbol='xmlParserCtxt' type='typedef'/>
1214 <exports symbol='xmlDtdPtr' type='typedef'/>
1215 <exports symbol='xmlAttributeDefault' type='typedef'/>
1216 <exports symbol='xmlNotation' type='typedef'/>
Daniel Veillard1822e8b2004-02-26 12:36:22 +00001217 <exports symbol='xmlNsType' type='typedef'/>
Daniel Veillard1a792412003-11-18 23:52:38 +00001218 <exports symbol='xmlEntity' type='typedef'/>
1219 <exports symbol='xmlAttr' type='typedef'/>
1220 <exports symbol='xmlAttributePtr' type='typedef'/>
Daniel Veillard1822e8b2004-02-26 12:36:22 +00001221 <exports symbol='xmlElementTypeVal' type='typedef'/>
Daniel Veillard1a792412003-11-18 23:52:38 +00001222 <exports symbol='xmlElementPtr' type='typedef'/>
1223 <exports symbol='xmlElementContentOccur' type='typedef'/>
Daniel Veillard1822e8b2004-02-26 12:36:22 +00001224 <exports symbol='xmlIDPtr' type='typedef'/>
Daniel Veillard1a792412003-11-18 23:52:38 +00001225 <exports symbol='xmlAttrPtr' type='typedef'/>
Daniel Veillard1822e8b2004-02-26 12:36:22 +00001226 <exports symbol='xmlParserInputPtr' type='typedef'/>
Daniel Veillard1a792412003-11-18 23:52:38 +00001227 <exports symbol='xmlID' type='typedef'/>
1228 <exports symbol='xmlParserCtxtPtr' type='typedef'/>
1229 <exports symbol='xmlEntityPtr' type='typedef'/>
1230 <exports symbol='xmlEnumeration' type='typedef'/>
Daniel Veillard1822e8b2004-02-26 12:36:22 +00001231 <exports symbol='xmlElementContentType' type='typedef'/>
Daniel Veillard1a792412003-11-18 23:52:38 +00001232 <exports symbol='xmlNsPtr' type='typedef'/>
1233 <exports symbol='xmlParserInputBufferPtr' type='typedef'/>
1234 <exports symbol='xmlSAXHandler' type='typedef'/>
1235 <exports symbol='xmlOutputBuffer' type='typedef'/>
1236 <exports symbol='xmlSAXLocator' type='typedef'/>
1237 <exports symbol='xmlElementContentPtr' type='typedef'/>
Daniel Veillard1822e8b2004-02-26 12:36:22 +00001238 <exports symbol='xmlNotationPtr' type='typedef'/>
1239 <exports symbol='xmlNodePtr' type='typedef'/>
Daniel Veillard1a792412003-11-18 23:52:38 +00001240 <exports symbol='xmlDtd' type='typedef'/>
1241 <exports symbol='xmlAttribute' type='typedef'/>
1242 <exports symbol='xmlOutputBufferPtr' type='typedef'/>
1243 <exports symbol='xmlSAXHandlerPtr' type='typedef'/>
1244 <exports symbol='_xmlBuffer' type='struct'/>
1245 <exports symbol='_xmlAttribute' type='struct'/>
1246 <exports symbol='_xmlEnumeration' type='struct'/>
1247 <exports symbol='_xmlNs' type='struct'/>
1248 <exports symbol='_xmlNode' type='struct'/>
William M. Brackfd9e70d2004-02-26 11:01:57 +00001249 <exports symbol='_xmlID' type='struct'/>
Daniel Veillard1822e8b2004-02-26 12:36:22 +00001250 <exports symbol='_xmlElement' type='struct'/>
1251 <exports symbol='_xmlDoc' type='struct'/>
Daniel Veillard1a792412003-11-18 23:52:38 +00001252 <exports symbol='_xmlNotation' type='struct'/>
1253 <exports symbol='_xmlDtd' type='struct'/>
1254 <exports symbol='_xmlRef' type='struct'/>
1255 <exports symbol='_xmlAttr' type='struct'/>
1256 <exports symbol='_xmlElementContent' type='struct'/>
Daniel Veillard1822e8b2004-02-26 12:36:22 +00001257 <exports symbol='xmlNodeSetContentLen' type='function'/>
Daniel Veillard1a792412003-11-18 23:52:38 +00001258 <exports symbol='xmlDocCopyNode' type='function'/>
Daniel Veillard1822e8b2004-02-26 12:36:22 +00001259 <exports symbol='xmlAddSibling' type='function'/>
Daniel Veillard1a792412003-11-18 23:52:38 +00001260 <exports symbol='xmlGetProp' type='function'/>
1261 <exports symbol='xmlNewNsPropEatName' type='function'/>
Daniel Veillard1822e8b2004-02-26 12:36:22 +00001262 <exports symbol='xmlSearchNs' type='function'/>
William M. Brackfd9e70d2004-02-26 11:01:57 +00001263 <exports symbol='xmlStringGetNodeList' type='function'/>
William M. Brackfd9e70d2004-02-26 11:01:57 +00001264 <exports symbol='xmlBufferWriteQuotedString' type='function'/>
1265 <exports symbol='xmlCopyProp' type='function'/>
Daniel Veillard1822e8b2004-02-26 12:36:22 +00001266 <exports symbol='xmlNodeListGetString' type='function'/>
1267 <exports symbol='xmlNewDocRawNode' type='function'/>
1268 <exports symbol='xmlNodeGetBase' type='function'/>
1269 <exports symbol='xmlGetLineNo' type='function'/>
1270 <exports symbol='xmlBufferEmpty' type='function'/>
William M. Brackfd9e70d2004-02-26 11:01:57 +00001271 <exports symbol='xmlSetDocCompressMode' type='function'/>
Daniel Veillard1822e8b2004-02-26 12:36:22 +00001272 <exports symbol='xmlBuildQName' type='function'/>
William M. Brackfd9e70d2004-02-26 11:01:57 +00001273 <exports symbol='xmlCopyNode' type='function'/>
1274 <exports symbol='xmlUnlinkNode' type='function'/>
1275 <exports symbol='xmlSplitQName3' type='function'/>
William M. Brackfd9e70d2004-02-26 11:01:57 +00001276 <exports symbol='xmlRemoveProp' type='function'/>
Daniel Veillard1822e8b2004-02-26 12:36:22 +00001277 <exports symbol='xmlDocSetRootElement' type='function'/>
1278 <exports symbol='xmlNodeSetName' type='function'/>
1279 <exports symbol='xmlNewDocFragment' type='function'/>
1280 <exports symbol='xmlDocGetRootElement' type='function'/>
1281 <exports symbol='xmlNodeAddContentLen' type='function'/>
1282 <exports symbol='xmlValidateName' type='function'/>
1283 <exports symbol='xmlAddChild' type='function'/>
William M. Brackfd9e70d2004-02-26 11:01:57 +00001284 <exports symbol='xmlGetDocCompressMode' type='function'/>
Daniel Veillard1822e8b2004-02-26 12:36:22 +00001285 <exports symbol='xmlSetBufferAllocationScheme' type='function'/>
William M. Brackfd9e70d2004-02-26 11:01:57 +00001286 <exports symbol='xmlGetNsProp' type='function'/>
1287 <exports symbol='xmlNewDocProp' type='function'/>
1288 <exports symbol='xmlFreeNode' type='function'/>
Daniel Veillard1822e8b2004-02-26 12:36:22 +00001289 <exports symbol='xmlFreeNs' type='function'/>
William M. Brackfd9e70d2004-02-26 11:01:57 +00001290 <exports symbol='xmlBufferContent' type='function'/>
Daniel Veillard1822e8b2004-02-26 12:36:22 +00001291 <exports symbol='xmlAddPrevSibling' type='function'/>
1292 <exports symbol='xmlNodeGetLang' type='function'/>
1293 <exports symbol='xmlBufferAddHead' type='function'/>
1294 <exports symbol='xmlSetListDoc' type='function'/>
1295 <exports symbol='xmlNewPI' type='function'/>
William M. Brackfd9e70d2004-02-26 11:01:57 +00001296 <exports symbol='xmlValidateNMToken' type='function'/>
1297 <exports symbol='xmlBufferSetAllocationScheme' type='function'/>
Daniel Veillard1822e8b2004-02-26 12:36:22 +00001298 <exports symbol='xmlGetCompressMode' type='function'/>
William M. Brackfd9e70d2004-02-26 11:01:57 +00001299 <exports symbol='xmlNewChild' type='function'/>
Daniel Veillard1822e8b2004-02-26 12:36:22 +00001300 <exports symbol='xmlNodeListGetRawString' type='function'/>
William M. Brackfd9e70d2004-02-26 11:01:57 +00001301 <exports symbol='xmlStringLenGetNodeList' type='function'/>
1302 <exports symbol='xmlSaveFormatFile' type='function'/>
Daniel Veillard1822e8b2004-02-26 12:36:22 +00001303 <exports symbol='xmlSaveFormatFileEnc' type='function'/>
1304 <exports symbol='xmlGetNodePath' type='function'/>
1305 <exports symbol='xmlElemDump' type='function'/>
William M. Brackfd9e70d2004-02-26 11:01:57 +00001306 <exports symbol='xmlCopyPropList' type='function'/>
Daniel Veillard1822e8b2004-02-26 12:36:22 +00001307 <exports symbol='xmlBufferWriteCHAR' type='function'/>
1308 <exports symbol='xmlSaveFormatFileTo' type='function'/>
William M. Brackfd9e70d2004-02-26 11:01:57 +00001309 <exports symbol='xmlDocFormatDump' type='function'/>
Daniel Veillard1822e8b2004-02-26 12:36:22 +00001310 <exports symbol='xmlGetIntSubset' type='function'/>
William M. Brackfd9e70d2004-02-26 11:01:57 +00001311 <exports symbol='xmlNodeSetSpacePreserve' type='function'/>
1312 <exports symbol='xmlHasProp' type='function'/>
Daniel Veillard1822e8b2004-02-26 12:36:22 +00001313 <exports symbol='xmlNodeBufGetContent' type='function'/>
1314 <exports symbol='xmlBufferWriteChar' type='function'/>
1315 <exports symbol='xmlBufferFree' type='function'/>
1316 <exports symbol='xmlReplaceNode' type='function'/>
1317 <exports symbol='xmlNewNode' type='function'/>
William M. Brackfd9e70d2004-02-26 11:01:57 +00001318 <exports symbol='xmlBufferCat' type='function'/>
Daniel Veillard1822e8b2004-02-26 12:36:22 +00001319 <exports symbol='xmlSaveFileTo' type='function'/>
William M. Brackfd9e70d2004-02-26 11:01:57 +00001320 <exports symbol='xmlCreateIntSubset' type='function'/>
Daniel Veillard1822e8b2004-02-26 12:36:22 +00001321 <exports symbol='xmlNewTextChild' type='function'/>
William M. Brackfd9e70d2004-02-26 11:01:57 +00001322 <exports symbol='xmlNewDoc' type='function'/>
Daniel Veillard1822e8b2004-02-26 12:36:22 +00001323 <exports symbol='xmlNodeSetContent' type='function'/>
1324 <exports symbol='xmlBufferAdd' type='function'/>
William M. Brackfd9e70d2004-02-26 11:01:57 +00001325 <exports symbol='xmlNewCharRef' type='function'/>
Daniel Veillard1822e8b2004-02-26 12:36:22 +00001326 <exports symbol='xmlNodeDumpOutput' type='function'/>
1327 <exports symbol='xmlCopyNamespace' type='function'/>
1328 <exports symbol='xmlSearchNsByHref' type='function'/>
William M. Brackfd9e70d2004-02-26 11:01:57 +00001329 <exports symbol='xmlCopyNamespaceList' type='function'/>
1330 <exports symbol='xmlNewNodeEatName' type='function'/>
Daniel Veillard1822e8b2004-02-26 12:36:22 +00001331 <exports symbol='xmlTextMerge' type='function'/>
1332 <exports symbol='xmlSplitQName2' type='function'/>
1333 <exports symbol='xmlUnsetProp' type='function'/>
William M. Brackfd9e70d2004-02-26 11:01:57 +00001334 <exports symbol='xmlBufferResize' type='function'/>
Daniel Veillard1822e8b2004-02-26 12:36:22 +00001335 <exports symbol='xmlValidateQName' type='function'/>
William M. Brackfd9e70d2004-02-26 11:01:57 +00001336 <exports symbol='xmlNodeSetBase' type='function'/>
1337 <exports symbol='xmlNewComment' type='function'/>
Daniel Veillard1822e8b2004-02-26 12:36:22 +00001338 <exports symbol='xmlValidateNCName' type='function'/>
William M. Brackfd9e70d2004-02-26 11:01:57 +00001339 <exports symbol='xmlBufferLength' type='function'/>
Daniel Veillard1822e8b2004-02-26 12:36:22 +00001340 <exports symbol='xmlNewDocComment' type='function'/>
William M. Brackfd9e70d2004-02-26 11:01:57 +00001341 <exports symbol='xmlNewText' type='function'/>
Daniel Veillard1822e8b2004-02-26 12:36:22 +00001342 <exports symbol='xmlNodeDump' type='function'/>
William M. Brackfd9e70d2004-02-26 11:01:57 +00001343 <exports symbol='xmlGetBufferAllocationScheme' type='function'/>
1344 <exports symbol='xmlSaveFile' type='function'/>
1345 <exports symbol='xmlSetNs' type='function'/>
Daniel Veillard1822e8b2004-02-26 12:36:22 +00001346 <exports symbol='xmlBufferCreateSize' type='function'/>
William M. Brackfd9e70d2004-02-26 11:01:57 +00001347 <exports symbol='xmlNewNs' type='function'/>
Daniel Veillard1822e8b2004-02-26 12:36:22 +00001348 <exports symbol='xmlHasNsProp' type='function'/>
William M. Brackfd9e70d2004-02-26 11:01:57 +00001349 <exports symbol='xmlNewCDataBlock' type='function'/>
Daniel Veillard1822e8b2004-02-26 12:36:22 +00001350 <exports symbol='xmlSetCompressMode' type='function'/>
1351 <exports symbol='xmlSetTreeDoc' type='function'/>
William M. Brackfd9e70d2004-02-26 11:01:57 +00001352 <exports symbol='xmlAttrSerializeTxtContent' type='function'/>
Daniel Veillard1822e8b2004-02-26 12:36:22 +00001353 <exports symbol='xmlBufferCreate' type='function'/>
1354 <exports symbol='xmlCopyNodeList' type='function'/>
1355 <exports symbol='xmlNewDocNodeEatName' type='function'/>
William M. Brackfd9e70d2004-02-26 11:01:57 +00001356 <exports symbol='xmlCopyDtd' type='function'/>
1357 <exports symbol='xmlNewDocText' type='function'/>
Daniel Veillard1822e8b2004-02-26 12:36:22 +00001358 <exports symbol='xmlAddChildList' type='function'/>
William M. Brackfd9e70d2004-02-26 11:01:57 +00001359 <exports symbol='xmlBufferCreateStatic' type='function'/>
Daniel Veillard1822e8b2004-02-26 12:36:22 +00001360 <exports symbol='xmlFreePropList' type='function'/>
1361 <exports symbol='xmlNodeAddContent' type='function'/>
1362 <exports symbol='xmlUnsetNsProp' type='function'/>
William M. Brackfd9e70d2004-02-26 11:01:57 +00001363 <exports symbol='xmlNewReference' type='function'/>
Daniel Veillard1822e8b2004-02-26 12:36:22 +00001364 <exports symbol='xmlReconciliateNs' type='function'/>
William M. Brackfd9e70d2004-02-26 11:01:57 +00001365 <exports symbol='xmlBufferCCat' type='function'/>
Daniel Veillard1822e8b2004-02-26 12:36:22 +00001366 <exports symbol='xmlAddNextSibling' type='function'/>
Daniel Veillard1a792412003-11-18 23:52:38 +00001367 <exports symbol='xmlGetNsList' type='function'/>
1368 <exports symbol='xmlBufferGrow' type='function'/>
1369 <exports symbol='xmlNodeIsText' type='function'/>
1370 <exports symbol='xmlSetProp' type='function'/>
Daniel Veillard1822e8b2004-02-26 12:36:22 +00001371 <exports symbol='xmlNewGlobalNs' type='function'/>
1372 <exports symbol='xmlBufferDump' type='function'/>
1373 <exports symbol='xmlNodeGetContent' type='function'/>
Daniel Veillard1a792412003-11-18 23:52:38 +00001374 <exports symbol='xmlIsXHTML' type='function'/>
1375 <exports symbol='xmlNodeSetLang' type='function'/>
Daniel Veillard1822e8b2004-02-26 12:36:22 +00001376 <exports symbol='xmlDocDumpMemoryEnc' type='function'/>
Daniel Veillard1a792412003-11-18 23:52:38 +00001377 <exports symbol='xmlFreeDtd' type='function'/>
1378 <exports symbol='xmlFreeNodeList' type='function'/>
1379 <exports symbol='xmlFreeDoc' type='function'/>
Daniel Veillard1822e8b2004-02-26 12:36:22 +00001380 <exports symbol='xmlDocDumpMemory' type='function'/>
1381 <exports symbol='xmlNewTextLen' type='function'/>
1382 <exports symbol='xmlCopyDoc' type='function'/>
Daniel Veillard1a792412003-11-18 23:52:38 +00001383 <exports symbol='xmlNewDocNode' type='function'/>
Daniel Veillard1822e8b2004-02-26 12:36:22 +00001384 <exports symbol='xmlDocDump' type='function'/>
Daniel Veillard1a792412003-11-18 23:52:38 +00001385 <exports symbol='xmlSaveFileEnc' type='function'/>
Daniel Veillard1822e8b2004-02-26 12:36:22 +00001386 <exports symbol='xmlFreeProp' type='function'/>
Daniel Veillard1a792412003-11-18 23:52:38 +00001387 <exports symbol='xmlSetNsProp' type='function'/>
Daniel Veillard1822e8b2004-02-26 12:36:22 +00001388 <exports symbol='xmlIsBlankNode' type='function'/>
Daniel Veillard1a792412003-11-18 23:52:38 +00001389 <exports symbol='xmlDocDumpFormatMemory' type='function'/>
Daniel Veillard1822e8b2004-02-26 12:36:22 +00001390 <exports symbol='xmlGetNoNsProp' type='function'/>
1391 <exports symbol='xmlDocDumpFormatMemoryEnc' type='function'/>
1392 <exports symbol='xmlNewProp' type='function'/>
1393 <exports symbol='xmlTextConcat' type='function'/>
1394 <exports symbol='xmlNodeGetSpacePreserve' type='function'/>
Daniel Veillard1a792412003-11-18 23:52:38 +00001395 <exports symbol='xmlNewDocTextLen' type='function'/>
1396 <exports symbol='xmlNewDtd' type='function'/>
Daniel Veillard1822e8b2004-02-26 12:36:22 +00001397 <exports symbol='xmlBufferShrink' type='function'/>
1398 <exports symbol='xmlNewNsProp' type='function'/>
Daniel Veillard1a792412003-11-18 23:52:38 +00001399 <exports symbol='xmlFreeNsList' type='function'/>
1400 <exports symbol='xmlGetLastChild' type='function'/>
Daniel Veillardbff06bf2003-11-17 16:58:05 +00001401 </file>
1402 <file name='uri'>
Daniel Veillardbe586972003-11-18 20:56:51 +00001403 <summary>library of generic URI related routines</summary>
1404 <description>library of generic URI related routines Implements RFC 2396 </description>
1405 <author>Daniel Veillard </author>
Daniel Veillard1a792412003-11-18 23:52:38 +00001406 <exports symbol='xmlURI' type='typedef'/>
1407 <exports symbol='xmlURIPtr' type='typedef'/>
1408 <exports symbol='_xmlURI' type='struct'/>
1409 <exports symbol='xmlNormalizeURIPath' type='function'/>
1410 <exports symbol='xmlPrintURI' type='function'/>
1411 <exports symbol='xmlURIUnescapeString' type='function'/>
1412 <exports symbol='xmlParseURI' type='function'/>
1413 <exports symbol='xmlCreateURI' type='function'/>
1414 <exports symbol='xmlURIEscapeStr' type='function'/>
1415 <exports symbol='xmlCanonicPath' type='function'/>
1416 <exports symbol='xmlFreeURI' type='function'/>
1417 <exports symbol='xmlParseURIReference' type='function'/>
1418 <exports symbol='xmlSaveUri' type='function'/>
1419 <exports symbol='xmlURIEscape' type='function'/>
1420 <exports symbol='xmlBuildURI' type='function'/>
Daniel Veillardbff06bf2003-11-17 16:58:05 +00001421 </file>
1422 <file name='valid'>
Daniel Veillardbe586972003-11-18 20:56:51 +00001423 <summary>The DTD validation</summary>
1424 <description>API for the DTD handling and the validity checking </description>
1425 <author>Daniel Veillard </author>
Daniel Veillard1a792412003-11-18 23:52:38 +00001426 <exports symbol='xmlElementTable' type='typedef'/>
1427 <exports symbol='xmlValidStatePtr' type='typedef'/>
1428 <exports symbol='xmlIDTablePtr' type='typedef'/>
1429 <exports symbol='xmlNotationTablePtr' type='typedef'/>
Daniel Veillard1822e8b2004-02-26 12:36:22 +00001430 <exports symbol='xmlAttributeTable' type='typedef'/>
Daniel Veillard1a792412003-11-18 23:52:38 +00001431 <exports symbol='xmlElementTablePtr' type='typedef'/>
1432 <exports symbol='xmlRefTablePtr' type='typedef'/>
1433 <exports symbol='xmlNotationTable' type='typedef'/>
1434 <exports symbol='xmlRefTable' type='typedef'/>
1435 <exports symbol='xmlValidState' type='typedef'/>
Daniel Veillard1822e8b2004-02-26 12:36:22 +00001436 <exports symbol='xmlValidCtxt' type='typedef'/>
Daniel Veillard1a792412003-11-18 23:52:38 +00001437 <exports symbol='xmlAttributeTablePtr' type='typedef'/>
1438 <exports symbol='xmlIDTable' type='typedef'/>
1439 <exports symbol='xmlValidCtxtPtr' type='typedef'/>
1440 <exports symbol='_xmlValidCtxt' type='struct'/>
1441 <exports symbol='xmlFreeNotationTable' type='function'/>
1442 <exports symbol='xmlValidateNameValue' type='function'/>
Daniel Veillard1822e8b2004-02-26 12:36:22 +00001443 <exports symbol='xmlValidateElement' type='function'/>
Daniel Veillard1a792412003-11-18 23:52:38 +00001444 <exports symbol='xmlAddRef' type='function'/>
1445 <exports symbol='xmlDumpAttributeDecl' type='function'/>
1446 <exports symbol='xmlValidateDocumentFinal' type='function'/>
1447 <exports symbol='xmlValidateDtdFinal' type='function'/>
1448 <exports symbol='xmlDumpAttributeTable' type='function'/>
1449 <exports symbol='xmlCreateEnumeration' type='function'/>
1450 <exports symbol='xmlValidateOneAttribute' type='function'/>
1451 <exports symbol='xmlValidGetValidElements' type='function'/>
Daniel Veillard1822e8b2004-02-26 12:36:22 +00001452 <exports symbol='xmlDumpNotationTable' type='function'/>
1453 <exports symbol='xmlFreeAttributeTable' type='function'/>
Daniel Veillard1a792412003-11-18 23:52:38 +00001454 <exports symbol='xmlIsID' type='function'/>
1455 <exports symbol='xmlGetDtdQAttrDesc' type='function'/>
Daniel Veillard1822e8b2004-02-26 12:36:22 +00001456 <exports symbol='xmlDumpNotationDecl' type='function'/>
Daniel Veillard1a792412003-11-18 23:52:38 +00001457 <exports symbol='xmlValidityErrorFunc' type='function'/>
1458 <exports symbol='xmlGetDtdQElementDesc' type='function'/>
Daniel Veillard1822e8b2004-02-26 12:36:22 +00001459 <exports symbol='xmlGetRefs' type='function'/>
Daniel Veillard1a792412003-11-18 23:52:38 +00001460 <exports symbol='xmlCopyNotationTable' type='function'/>
1461 <exports symbol='xmlValidateDocument' type='function'/>
1462 <exports symbol='xmlValidGetPotentialChildren' type='function'/>
1463 <exports symbol='xmlAddNotationDecl' type='function'/>
1464 <exports symbol='xmlValidateElementDecl' type='function'/>
1465 <exports symbol='xmlAddAttributeDecl' type='function'/>
1466 <exports symbol='xmlGetID' type='function'/>
Daniel Veillard1822e8b2004-02-26 12:36:22 +00001467 <exports symbol='xmlAddID' type='function'/>
1468 <exports symbol='xmlValidateAttributeDecl' type='function'/>
Daniel Veillard1a792412003-11-18 23:52:38 +00001469 <exports symbol='xmlSprintfElementContent' type='function'/>
1470 <exports symbol='xmlValidateOneElement' type='function'/>
1471 <exports symbol='xmlValidateNmtokenValue' type='function'/>
Daniel Veillard1822e8b2004-02-26 12:36:22 +00001472 <exports symbol='xmlRemoveRef' type='function'/>
Daniel Veillard1a792412003-11-18 23:52:38 +00001473 <exports symbol='xmlValidateNmtokensValue' type='function'/>
Daniel Veillard1822e8b2004-02-26 12:36:22 +00001474 <exports symbol='xmlAddElementDecl' type='function'/>
1475 <exports symbol='xmlSnprintfElementContent' type='function'/>
Daniel Veillard1a792412003-11-18 23:52:38 +00001476 <exports symbol='xmlValidateOneNamespace' type='function'/>
1477 <exports symbol='xmlValidatePushElement' type='function'/>
1478 <exports symbol='xmlIsRef' type='function'/>
Daniel Veillard1822e8b2004-02-26 12:36:22 +00001479 <exports symbol='xmlDumpElementTable' type='function'/>
1480 <exports symbol='xmlCopyElementTable' type='function'/>
Daniel Veillard1a792412003-11-18 23:52:38 +00001481 <exports symbol='xmlFreeRefTable' type='function'/>
Daniel Veillard1822e8b2004-02-26 12:36:22 +00001482 <exports symbol='xmlFreeElementContent' type='function'/>
Daniel Veillard1a792412003-11-18 23:52:38 +00001483 <exports symbol='xmlRemoveID' type='function'/>
1484 <exports symbol='xmlFreeElementTable' type='function'/>
1485 <exports symbol='xmlFreeIDTable' type='function'/>
1486 <exports symbol='xmlFreeValidCtxt' type='function'/>
1487 <exports symbol='xmlCopyAttributeTable' type='function'/>
1488 <exports symbol='xmlCopyElementContent' type='function'/>
1489 <exports symbol='xmlValidateAttributeValue' type='function'/>
1490 <exports symbol='xmlValidCtxtNormalizeAttributeValue' type='function'/>
1491 <exports symbol='xmlValidityWarningFunc' type='function'/>
1492 <exports symbol='xmlValidatePopElement' type='function'/>
1493 <exports symbol='xmlFreeEnumeration' type='function'/>
1494 <exports symbol='xmlValidateNamesValue' type='function'/>
1495 <exports symbol='xmlCopyEnumeration' type='function'/>
1496 <exports symbol='xmlGetDtdAttrDesc' type='function'/>
1497 <exports symbol='xmlValidateDtd' type='function'/>
1498 <exports symbol='xmlNewValidCtxt' type='function'/>
Daniel Veillard1822e8b2004-02-26 12:36:22 +00001499 <exports symbol='xmlIsMixedElement' type='function'/>
1500 <exports symbol='xmlDumpElementDecl' type='function'/>
Daniel Veillard1a792412003-11-18 23:52:38 +00001501 <exports symbol='xmlValidNormalizeAttributeValue' type='function'/>
1502 <exports symbol='xmlValidBuildContentModel' type='function'/>
1503 <exports symbol='xmlValidateNotationUse' type='function'/>
1504 <exports symbol='xmlValidateRoot' type='function'/>
1505 <exports symbol='xmlValidateNotationDecl' type='function'/>
1506 <exports symbol='xmlNewElementContent' type='function'/>
1507 <exports symbol='xmlGetDtdElementDesc' type='function'/>
1508 <exports symbol='xmlGetDtdNotationDesc' type='function'/>
1509 <exports symbol='xmlValidatePushCData' type='function'/>
Daniel Veillardbff06bf2003-11-17 16:58:05 +00001510 </file>
1511 <file name='xinclude'>
Daniel Veillardbe586972003-11-18 20:56:51 +00001512 <summary>implementation of XInclude</summary>
Daniel Veillarde74d2e12003-12-09 11:35:37 +00001513 <description>API to handle XInclude processing, implements the World Wide Web Consortium Last Call Working Draft 10 November 2003</description>
Daniel Veillardbe586972003-11-18 20:56:51 +00001514 <author>Daniel Veillard </author>
Daniel Veillard1a792412003-11-18 23:52:38 +00001515 <exports symbol='XINCLUDE_PARSE_TEXT' type='macro'/>
Daniel Veillarde74d2e12003-12-09 11:35:37 +00001516 <exports symbol='XINCLUDE_PARSE_XPOINTER' type='macro'/>
Daniel Veillard1822e8b2004-02-26 12:36:22 +00001517 <exports symbol='XINCLUDE_NODE' type='macro'/>
1518 <exports symbol='XINCLUDE_PARSE_XML' type='macro'/>
Daniel Veillard1a792412003-11-18 23:52:38 +00001519 <exports symbol='XINCLUDE_HREF' type='macro'/>
Daniel Veillard1822e8b2004-02-26 12:36:22 +00001520 <exports symbol='XINCLUDE_PARSE_ENCODING' type='macro'/>
Daniel Veillard1a792412003-11-18 23:52:38 +00001521 <exports symbol='XINCLUDE_FALLBACK' type='macro'/>
1522 <exports symbol='XINCLUDE_NS' type='macro'/>
1523 <exports symbol='XINCLUDE_PARSE' type='macro'/>
Daniel Veillarde74d2e12003-12-09 11:35:37 +00001524 <exports symbol='XINCLUDE_OLD_NS' type='macro'/>
Daniel Veillard1a792412003-11-18 23:52:38 +00001525 <exports symbol='xmlXIncludeCtxt' type='typedef'/>
1526 <exports symbol='xmlXIncludeCtxtPtr' type='typedef'/>
Daniel Veillarde74d2e12003-12-09 11:35:37 +00001527 <exports symbol='xmlXIncludeProcessTree' type='function'/>
1528 <exports symbol='xmlXIncludeProcessNode' type='function'/>
1529 <exports symbol='xmlXIncludeFreeContext' type='function'/>
1530 <exports symbol='xmlXIncludeSetFlags' type='function'/>
Daniel Veillard1a792412003-11-18 23:52:38 +00001531 <exports symbol='xmlXIncludeProcess' type='function'/>
1532 <exports symbol='xmlXIncludeNewContext' type='function'/>
Daniel Veillarde74d2e12003-12-09 11:35:37 +00001533 <exports symbol='xmlXIncludeProcessTreeFlags' type='function'/>
Daniel Veillard1822e8b2004-02-26 12:36:22 +00001534 <exports symbol='xmlXIncludeProcessFlags' type='function'/>
Daniel Veillardbff06bf2003-11-17 16:58:05 +00001535 </file>
1536 <file name='xlink'>
Daniel Veillardbe586972003-11-18 20:56:51 +00001537 <summary>unfinished XLink detection module</summary>
1538 <description>unfinished XLink detection module </description>
1539 <author>Daniel Veillard </author>
Daniel Veillard1a792412003-11-18 23:52:38 +00001540 <exports symbol='XLINK_ACTUATE_NONE' type='enum'/>
1541 <exports symbol='XLINK_SHOW_NEW' type='enum'/>
Daniel Veillard1822e8b2004-02-26 12:36:22 +00001542 <exports symbol='XLINK_TYPE_EXTENDED' type='enum'/>
Daniel Veillard1a792412003-11-18 23:52:38 +00001543 <exports symbol='XLINK_TYPE_NONE' type='enum'/>
1544 <exports symbol='XLINK_SHOW_REPLACE' type='enum'/>
1545 <exports symbol='XLINK_ACTUATE_ONREQUEST' type='enum'/>
William M. Brackfd9e70d2004-02-26 11:01:57 +00001546 <exports symbol='XLINK_SHOW_NONE' type='enum'/>
Daniel Veillard1822e8b2004-02-26 12:36:22 +00001547 <exports symbol='XLINK_TYPE_EXTENDED_SET' type='enum'/>
1548 <exports symbol='XLINK_ACTUATE_AUTO' type='enum'/>
Daniel Veillard1a792412003-11-18 23:52:38 +00001549 <exports symbol='XLINK_SHOW_EMBED' type='enum'/>
1550 <exports symbol='XLINK_TYPE_SIMPLE' type='enum'/>
1551 <exports symbol='xlinkHandler' type='typedef'/>
1552 <exports symbol='xlinkRole' type='typedef'/>
Daniel Veillard1822e8b2004-02-26 12:36:22 +00001553 <exports symbol='xlinkShow' type='typedef'/>
Daniel Veillard1a792412003-11-18 23:52:38 +00001554 <exports symbol='xlinkHandlerPtr' type='typedef'/>
Daniel Veillard1822e8b2004-02-26 12:36:22 +00001555 <exports symbol='xlinkHRef' type='typedef'/>
Daniel Veillard1a792412003-11-18 23:52:38 +00001556 <exports symbol='xlinkType' type='typedef'/>
Daniel Veillard1822e8b2004-02-26 12:36:22 +00001557 <exports symbol='xlinkTitle' type='typedef'/>
1558 <exports symbol='xlinkActuate' type='typedef'/>
Daniel Veillard1a792412003-11-18 23:52:38 +00001559 <exports symbol='_xlinkHandler' type='struct'/>
1560 <exports symbol='xlinkNodeDetectFunc' type='function'/>
1561 <exports symbol='xlinkGetDefaultHandler' type='function'/>
1562 <exports symbol='xlinkIsLink' type='function'/>
Daniel Veillard1822e8b2004-02-26 12:36:22 +00001563 <exports symbol='xlinkSimpleLinkFunk' type='function'/>
1564 <exports symbol='xlinkSetDefaultHandler' type='function'/>
1565 <exports symbol='xlinkSetDefaultDetect' type='function'/>
1566 <exports symbol='xlinkExtendedLinkFunk' type='function'/>
1567 <exports symbol='xlinkExtendedLinkSetFunk' type='function'/>
Daniel Veillard1a792412003-11-18 23:52:38 +00001568 <exports symbol='xlinkGetDefaultDetect' type='function'/>
Daniel Veillardbff06bf2003-11-17 16:58:05 +00001569 </file>
1570 <file name='xmlIO'>
Daniel Veillardbe586972003-11-18 20:56:51 +00001571 <summary>interface for the I/O interfaces used by the parser</summary>
1572 <description>interface for the I/O interfaces used by the parser </description>
1573 <author>Daniel Veillard </author>
Daniel Veillard1a792412003-11-18 23:52:38 +00001574 <exports symbol='_xmlParserInputBuffer' type='struct'/>
1575 <exports symbol='_xmlOutputBuffer' type='struct'/>
1576 <exports symbol='xmlIOHTTPRead' type='function'/>
1577 <exports symbol='xmlInputMatchCallback' type='function'/>
1578 <exports symbol='xmlRegisterDefaultOutputCallbacks' type='function'/>
1579 <exports symbol='xmlFileClose' type='function'/>
1580 <exports symbol='xmlOutputMatchCallback' type='function'/>
Daniel Veillard8aac2972004-05-16 01:00:37 +00001581 <exports symbol='xmlParserInputBufferPush' type='function'/>
Daniel Veillard1a792412003-11-18 23:52:38 +00001582 <exports symbol='xmlIOFTPRead' type='function'/>
1583 <exports symbol='xmlRegisterHTTPPostCallbacks' type='function'/>
1584 <exports symbol='xmlIOFTPOpen' type='function'/>
1585 <exports symbol='xmlIOFTPClose' type='function'/>
1586 <exports symbol='xmlFileOpen' type='function'/>
1587 <exports symbol='xmlOutputBufferCreateFile' type='function'/>
1588 <exports symbol='xmlCheckFilename' type='function'/>
1589 <exports symbol='xmlOutputOpenCallback' type='function'/>
1590 <exports symbol='xmlParserInputBufferCreateFilename' type='function'/>
1591 <exports symbol='xmlOutputBufferClose' type='function'/>
Daniel Veillard1822e8b2004-02-26 12:36:22 +00001592 <exports symbol='xmlParserInputBufferCreateFd' type='function'/>
Daniel Veillard1a792412003-11-18 23:52:38 +00001593 <exports symbol='xmlOutputBufferCreateIO' type='function'/>
1594 <exports symbol='xmlOutputWriteCallback' type='function'/>
1595 <exports symbol='xmlOutputBufferFlush' type='function'/>
1596 <exports symbol='xmlCheckHTTPInput' type='function'/>
1597 <exports symbol='xmlRegisterOutputCallbacks' type='function'/>
1598 <exports symbol='xmlParserInputBufferCreateMem' type='function'/>
1599 <exports symbol='xmlIOFTPMatch' type='function'/>
1600 <exports symbol='xmlRegisterInputCallbacks' type='function'/>
1601 <exports symbol='xmlFreeParserInputBuffer' type='function'/>
1602 <exports symbol='xmlRegisterDefaultInputCallbacks' type='function'/>
1603 <exports symbol='xmlParserInputBufferGrow' type='function'/>
1604 <exports symbol='xmlAllocOutputBuffer' type='function'/>
1605 <exports symbol='xmlNoNetExternalEntityLoader' type='function'/>
1606 <exports symbol='xmlOutputCloseCallback' type='function'/>
1607 <exports symbol='xmlIOHTTPMatch' type='function'/>
1608 <exports symbol='xmlIOHTTPOpen' type='function'/>
1609 <exports symbol='xmlParserInputBufferCreateIO' type='function'/>
1610 <exports symbol='xmlOutputBufferCreateFd' type='function'/>
1611 <exports symbol='xmlNormalizeWindowsPath' type='function'/>
1612 <exports symbol='xmlInputReadCallback' type='function'/>
1613 <exports symbol='xmlParserInputBufferCreateStatic' type='function'/>
1614 <exports symbol='xmlIOHTTPClose' type='function'/>
Daniel Veillard8aac2972004-05-16 01:00:37 +00001615 <exports symbol='xmlOutputBufferWriteEscape' type='function'/>
Daniel Veillard1a792412003-11-18 23:52:38 +00001616 <exports symbol='xmlOutputBufferCreateFilename' type='function'/>
1617 <exports symbol='xmlCleanupOutputCallbacks' type='function'/>
1618 <exports symbol='xmlInputOpenCallback' type='function'/>
1619 <exports symbol='xmlParserInputBufferRead' type='function'/>
1620 <exports symbol='xmlOutputBufferWriteString' type='function'/>
1621 <exports symbol='xmlFileMatch' type='function'/>
Daniel Veillard8aac2972004-05-16 01:00:37 +00001622 <exports symbol='xmlPopInputCallbacks' type='function'/>
Daniel Veillard1a792412003-11-18 23:52:38 +00001623 <exports symbol='xmlFileRead' type='function'/>
1624 <exports symbol='xmlParserInputBufferCreateFile' type='function'/>
1625 <exports symbol='xmlParserGetDirectory' type='function'/>
1626 <exports symbol='xmlOutputBufferWrite' type='function'/>
1627 <exports symbol='xmlCleanupInputCallbacks' type='function'/>
1628 <exports symbol='xmlInputCloseCallback' type='function'/>
1629 <exports symbol='xmlIOHTTPOpenW' type='function'/>
Daniel Veillard1822e8b2004-02-26 12:36:22 +00001630 <exports symbol='xmlAllocParserInputBuffer' type='function'/>
Daniel Veillardbff06bf2003-11-17 16:58:05 +00001631 </file>
1632 <file name='xmlautomata'>
Daniel Veillardbe586972003-11-18 20:56:51 +00001633 <summary>API to build regexp automata</summary>
1634 <description>the API to build regexp automata </description>
1635 <author>Daniel Veillard </author>
Daniel Veillard1a792412003-11-18 23:52:38 +00001636 <exports symbol='xmlAutomataStatePtr' type='typedef'/>
1637 <exports symbol='xmlAutomata' type='typedef'/>
1638 <exports symbol='xmlAutomataPtr' type='typedef'/>
1639 <exports symbol='xmlAutomataState' type='typedef'/>
1640 <exports symbol='xmlFreeAutomata' type='function'/>
1641 <exports symbol='xmlAutomataNewCounter' type='function'/>
1642 <exports symbol='xmlAutomataGetInitState' type='function'/>
1643 <exports symbol='xmlAutomataNewTransition2' type='function'/>
1644 <exports symbol='xmlAutomataNewCountTrans' type='function'/>
1645 <exports symbol='xmlAutomataNewAllTrans' type='function'/>
Daniel Veillard1822e8b2004-02-26 12:36:22 +00001646 <exports symbol='xmlAutomataNewState' type='function'/>
Daniel Veillard1a792412003-11-18 23:52:38 +00001647 <exports symbol='xmlAutomataNewCounterTrans' type='function'/>
1648 <exports symbol='xmlAutomataCompile' type='function'/>
1649 <exports symbol='xmlNewAutomata' type='function'/>
1650 <exports symbol='xmlAutomataNewEpsilon' type='function'/>
Daniel Veillard1822e8b2004-02-26 12:36:22 +00001651 <exports symbol='xmlAutomataNewCountedTrans' type='function'/>
Daniel Veillard1a792412003-11-18 23:52:38 +00001652 <exports symbol='xmlAutomataSetFinalState' type='function'/>
1653 <exports symbol='xmlAutomataNewOnceTrans' type='function'/>
1654 <exports symbol='xmlAutomataNewTransition' type='function'/>
1655 <exports symbol='xmlAutomataIsDeterminist' type='function'/>
Daniel Veillarda9b66d02002-12-11 14:23:49 +00001656 </file>
1657 <file name='xmlerror'>
Daniel Veillardbe586972003-11-18 20:56:51 +00001658 <summary>error handling</summary>
1659 <description>the API used to report errors </description>
1660 <author>Daniel Veillard </author>
Daniel Veillard1822e8b2004-02-26 12:36:22 +00001661 <exports symbol='XML_DTD_CONTENT_ERROR' type='enum'/>
Daniel Veillardee1d6922004-04-18 14:58:57 +00001662 <exports symbol='XML_SCHEMAP_UNKNOWN_MEMBER_TYPE' type='enum'/>
Daniel Veillard1822e8b2004-02-26 12:36:22 +00001663 <exports symbol='XML_SCHEMAV_NOROOT' type='enum'/>
Daniel Veillard1a792412003-11-18 23:52:38 +00001664 <exports symbol='XML_DTD_ATTRIBUTE_VALUE' type='enum'/>
1665 <exports symbol='XML_ERR_INVALID_DEC_CHARREF' type='enum'/>
1666 <exports symbol='XML_RNGP_PARENTREF_NO_PARENT' type='enum'/>
Daniel Veillard1822e8b2004-02-26 12:36:22 +00001667 <exports symbol='XML_ERR_CDATA_NOT_FINISHED' type='enum'/>
1668 <exports symbol='XML_XINCLUDE_INCLUDE_IN_INCLUDE' type='enum'/>
1669 <exports symbol='XML_ERR_DOCUMENT_END' type='enum'/>
1670 <exports symbol='XML_ERR_ENTITY_NOT_STARTED' type='enum'/>
1671 <exports symbol='XML_ERR_CHARREF_IN_PROLOG' type='enum'/>
1672 <exports symbol='XML_RNGP_INVALID_DEFINE_NAME' type='enum'/>
1673 <exports symbol='XML_SAVE_UNKNOWN_ENCODING' type='enum'/>
1674 <exports symbol='XML_ERR_CONDSEC_INVALID_KEYWORD' type='enum'/>
1675 <exports symbol='XML_CATALOG_MISSING_ATTR' type='enum'/>
1676 <exports symbol='XML_ERR_NO_MEMORY' type='enum'/>
1677 <exports symbol='XML_ERR_PEREF_SEMICOL_MISSING' type='enum'/>
Daniel Veillard1a792412003-11-18 23:52:38 +00001678 <exports symbol='XML_ERR_DOCUMENT_START' type='enum'/>
1679 <exports symbol='XML_RNGP_PAT_DATA_EXCEPT_TEXT' type='enum'/>
Daniel Veillard1822e8b2004-02-26 12:36:22 +00001680 <exports symbol='XML_FROM_IO' type='enum'/>
1681 <exports symbol='XML_HTML_UNKNOWN_TAG' type='enum'/>
Daniel Veillard1a792412003-11-18 23:52:38 +00001682 <exports symbol='XML_DTD_NOT_STANDALONE' type='enum'/>
Daniel Veillard1822e8b2004-02-26 12:36:22 +00001683 <exports symbol='XML_RNGP_PAT_START_ATTR' type='enum'/>
1684 <exports symbol='XML_SCHEMAV_NOTEMPTY' type='enum'/>
Daniel Veillard1a792412003-11-18 23:52:38 +00001685 <exports symbol='XML_RNGP_NEED_COMBINE' type='enum'/>
Daniel Veillard1822e8b2004-02-26 12:36:22 +00001686 <exports symbol='XML_IO_EROFS' type='enum'/>
1687 <exports symbol='XML_ERR_DOCTYPE_NOT_FINISHED' type='enum'/>
Daniel Veillard1a792412003-11-18 23:52:38 +00001688 <exports symbol='XML_ERR_XMLDECL_NOT_STARTED' type='enum'/>
Daniel Veillard1822e8b2004-02-26 12:36:22 +00001689 <exports symbol='XML_IO_EXDEV' type='enum'/>
1690 <exports symbol='XML_XINCLUDE_NO_FALLBACK' type='enum'/>
1691 <exports symbol='XML_RNGP_URI_FRAGMENT' type='enum'/>
1692 <exports symbol='XML_FROM_MEMORY' type='enum'/>
1693 <exports symbol='XML_SCHEMAP_INVALID_MAXOCCURS' type='enum'/>
1694 <exports symbol='XML_ERR_MISSING_ENCODING' type='enum'/>
1695 <exports symbol='XML_SCHEMAP_UNKNOWN_ATTR_CHILD' type='enum'/>
1696 <exports symbol='XML_RNGP_ELEMENT_CONTENT' type='enum'/>
Daniel Veillard1a792412003-11-18 23:52:38 +00001697 <exports symbol='XML_ERR_LT_IN_ATTRIBUTE' type='enum'/>
1698 <exports symbol='XML_XINCLUDE_ENTITY_DEF_MISMATCH' type='enum'/>
Daniel Veillard1822e8b2004-02-26 12:36:22 +00001699 <exports symbol='XML_XPTR_RESOURCE_ERROR' type='enum'/>
1700 <exports symbol='XML_IO_EISCONN' type='enum'/>
Daniel Veillard1a792412003-11-18 23:52:38 +00001701 <exports symbol='XML_ERR_GT_REQUIRED' type='enum'/>
Daniel Veillard1822e8b2004-02-26 12:36:22 +00001702 <exports symbol='XML_SCHEMAP_FACET_NO_VALUE' type='enum'/>
1703 <exports symbol='XML_HTTP_UNKNOWN_HOST' type='enum'/>
Daniel Veillard1a792412003-11-18 23:52:38 +00001704 <exports symbol='XML_XPTR_EXTRA_OBJECTS' type='enum'/>
Daniel Veillard1822e8b2004-02-26 12:36:22 +00001705 <exports symbol='XML_ERR_ENTITY_NOT_FINISHED' type='enum'/>
Daniel Veillardee1d6922004-04-18 14:58:57 +00001706 <exports symbol='XML_SCHEMAP_INVALID_ATTR_USE' type='enum'/>
Daniel Veillard1a792412003-11-18 23:52:38 +00001707 <exports symbol='XML_IO_UNKNOWN' type='enum'/>
Daniel Veillard1822e8b2004-02-26 12:36:22 +00001708 <exports symbol='XML_RNGP_PAT_ONEMORE_GROUP_ATTR' type='enum'/>
1709 <exports symbol='XML_ERR_VALUE_REQUIRED' type='enum'/>
Daniel Veillard1a792412003-11-18 23:52:38 +00001710 <exports symbol='XML_RNGP_INTERLEAVE_EMPTY' type='enum'/>
Daniel Veillard8aac2972004-05-16 01:00:37 +00001711 <exports symbol='XML_SCHEMAP_INVALID_ATTR_INLINE_COMBINATION' type='enum'/>
Daniel Veillard1a792412003-11-18 23:52:38 +00001712 <exports symbol='XML_IO_ECHILD' type='enum'/>
Daniel Veillard1822e8b2004-02-26 12:36:22 +00001713 <exports symbol='XML_RNGP_URI_NOT_ABSOLUTE' type='enum'/>
Daniel Veillard1a792412003-11-18 23:52:38 +00001714 <exports symbol='XML_RNGP_NAME_MISSING' type='enum'/>
1715 <exports symbol='XML_ERR_CONDSEC_NOT_STARTED' type='enum'/>
Daniel Veillard1822e8b2004-02-26 12:36:22 +00001716 <exports symbol='XML_RNGP_START_MISSING' type='enum'/>
Daniel Veillard1a792412003-11-18 23:52:38 +00001717 <exports symbol='XML_ERR_PEREF_IN_EPILOG' type='enum'/>
1718 <exports symbol='XML_IO_EINTR' type='enum'/>
Daniel Veillard1822e8b2004-02-26 12:36:22 +00001719 <exports symbol='XML_FROM_VALID' type='enum'/>
1720 <exports symbol='XML_FTP_PASV_ANSWER' type='enum'/>
Daniel Veillard1a792412003-11-18 23:52:38 +00001721 <exports symbol='XML_RNGP_ATTRIBUTE_NOOP' type='enum'/>
Daniel Veillard1822e8b2004-02-26 12:36:22 +00001722 <exports symbol='XML_SCHEMAP_UNKNOWN_ELEM_CHILD' type='enum'/>
1723 <exports symbol='XML_CATALOG_RECURSION' type='enum'/>
Daniel Veillard1a792412003-11-18 23:52:38 +00001724 <exports symbol='XML_SCHEMAP_REDEFINED_GROUP' type='enum'/>
1725 <exports symbol='XML_SCHEMAP_IMPORT_NAMESPACE_NOT_URI' type='enum'/>
1726 <exports symbol='XML_ERR_CHARREF_IN_EPILOG' type='enum'/>
Daniel Veillard1822e8b2004-02-26 12:36:22 +00001727 <exports symbol='XML_DTD_ELEM_DEFAULT_NAMESPACE' type='enum'/>
Daniel Veillard1a792412003-11-18 23:52:38 +00001728 <exports symbol='XML_SCHEMAP_FAILED_BUILD_IMPORT' type='enum'/>
1729 <exports symbol='XML_SCHEMAP_UNKNOWN_ATTRGRP_CHILD' type='enum'/>
Daniel Veillard1822e8b2004-02-26 12:36:22 +00001730 <exports symbol='XML_SCHEMAP_REGEXP_INVALID' type='enum'/>
Daniel Veillard1a792412003-11-18 23:52:38 +00001731 <exports symbol='XML_XPTR_CHILDSEQ_START' type='enum'/>
Daniel Veillard1822e8b2004-02-26 12:36:22 +00001732 <exports symbol='XML_C14N_CREATE_STACK' type='enum'/>
1733 <exports symbol='XML_XINCLUDE_TEXT_FRAGMENT' type='enum'/>
Daniel Veillard1a792412003-11-18 23:52:38 +00001734 <exports symbol='XML_ERR_EXT_SUBSET_NOT_FINISHED' type='enum'/>
Daniel Veillard1822e8b2004-02-26 12:36:22 +00001735 <exports symbol='XML_RNGP_PARENTREF_NAME_INVALID' type='enum'/>
Daniel Veillard1a792412003-11-18 23:52:38 +00001736 <exports symbol='XML_FROM_DTD' type='enum'/>
Daniel Veillard1822e8b2004-02-26 12:36:22 +00001737 <exports symbol='XML_SCHEMAV_CONSTRUCT' type='enum'/>
1738 <exports symbol='XML_RNGP_EXTERNALREF_RECURSE' type='enum'/>
Daniel Veillard1a792412003-11-18 23:52:38 +00001739 <exports symbol='XML_DTD_ATTRIBUTE_DEFAULT' type='enum'/>
Daniel Veillard1822e8b2004-02-26 12:36:22 +00001740 <exports symbol='XML_RNGP_UNKNOWN_COMBINE' type='enum'/>
1741 <exports symbol='XML_RNGP_START_EMPTY' type='enum'/>
Daniel Veillard1a792412003-11-18 23:52:38 +00001742 <exports symbol='XML_RNGP_ELEM_CONTENT_EMPTY' type='enum'/>
Daniel Veillard1822e8b2004-02-26 12:36:22 +00001743 <exports symbol='XML_XPATH_EXPRESSION_OK' type='enum'/>
Daniel Veillard1a792412003-11-18 23:52:38 +00001744 <exports symbol='XML_IO_EMLINK' type='enum'/>
1745 <exports symbol='XML_ERR_NMTOKEN_REQUIRED' type='enum'/>
1746 <exports symbol='XML_RNGP_ANYNAME_ATTR_ANCESTOR' type='enum'/>
Daniel Veillard1822e8b2004-02-26 12:36:22 +00001747 <exports symbol='XML_ERR_ENTITY_IS_EXTERNAL' type='enum'/>
Daniel Veillardee1d6922004-04-18 14:58:57 +00001748 <exports symbol='XML_SCHEMAP_UNKNOWN_INCLUDE_CHILD' type='enum'/>
Daniel Veillard1a792412003-11-18 23:52:38 +00001749 <exports symbol='XML_ERR_PI_NOT_STARTED' type='enum'/>
1750 <exports symbol='XML_RNGP_START_CONTENT' type='enum'/>
1751 <exports symbol='XML_RNGP_GROUP_ATTR_CONFLICT' type='enum'/>
1752 <exports symbol='XML_RNGP_EMPTY' type='enum'/>
Daniel Veillard1822e8b2004-02-26 12:36:22 +00001753 <exports symbol='XML_SCHEMAV_ATTRUNKNOWN' type='enum'/>
1754 <exports symbol='XML_IO_ENODEV' type='enum'/>
1755 <exports symbol='XML_RNGP_PAT_DATA_EXCEPT_REF' type='enum'/>
1756 <exports symbol='XML_FROM_PARSER' type='enum'/>
Daniel Veillard1a792412003-11-18 23:52:38 +00001757 <exports symbol='XML_XINCLUDE_RECURSION' type='enum'/>
Daniel Veillard1822e8b2004-02-26 12:36:22 +00001758 <exports symbol='XML_C14N_CREATE_CTXT' type='enum'/>
1759 <exports symbol='XML_SCHEMAP_ATTRGRP_NONAME_NOREF' type='enum'/>
Daniel Veillard1a792412003-11-18 23:52:38 +00001760 <exports symbol='XML_SCHEMAP_RESTRICTION_NONAME_NOREF' type='enum'/>
Daniel Veillard1822e8b2004-02-26 12:36:22 +00001761 <exports symbol='XML_XINCLUDE_TEXT_DOCUMENT' type='enum'/>
1762 <exports symbol='XML_SCHEMAP_UNKNOWN_PREFIX' type='enum'/>
1763 <exports symbol='XML_XINCLUDE_FALLBACKS_IN_INCLUDE' type='enum'/>
Daniel Veillard1a792412003-11-18 23:52:38 +00001764 <exports symbol='XML_ERR_STANDALONE_VALUE' type='enum'/>
1765 <exports symbol='XML_SCHEMAP_REDEFINED_ATTR' type='enum'/>
1766 <exports symbol='XML_ERR_ENTITY_LOOP' type='enum'/>
Daniel Veillard1822e8b2004-02-26 12:36:22 +00001767 <exports symbol='XML_XPATH_INVALID_TYPE' type='enum'/>
1768 <exports symbol='XML_SCHEMAP_UNKNOWN_RESTRICTION_CHILD' type='enum'/>
Daniel Veillard1a792412003-11-18 23:52:38 +00001769 <exports symbol='XML_IO_EINPROGRESS' type='enum'/>
Daniel Veillard1822e8b2004-02-26 12:36:22 +00001770 <exports symbol='XML_IO_FLUSH' type='enum'/>
1771 <exports symbol='XML_SCHEMAP_UNKNOWN_COMPLEXCONTENT_CHILD' type='enum'/>
1772 <exports symbol='XML_C14N_INVALID_NODE' type='enum'/>
Daniel Veillard1a792412003-11-18 23:52:38 +00001773 <exports symbol='XML_IO_EFAULT' type='enum'/>
Daniel Veillard1822e8b2004-02-26 12:36:22 +00001774 <exports symbol='XML_XPATH_INVALID_CTXT_POSITION' type='enum'/>
1775 <exports symbol='XML_ERR_NOTATION_NOT_FINISHED' type='enum'/>
1776 <exports symbol='XML_DTD_STANDALONE_DEFAULTED' type='enum'/>
Daniel Veillard1a792412003-11-18 23:52:38 +00001777 <exports symbol='XML_DTD_INVALID_DEFAULT' type='enum'/>
Daniel Veillard1822e8b2004-02-26 12:36:22 +00001778 <exports symbol='XML_DTD_UNKNOWN_ELEM' type='enum'/>
1779 <exports symbol='XML_SCHEMAP_REDEFINED_TYPE' type='enum'/>
1780 <exports symbol='XML_SCHEMAV_NOTYPE' type='enum'/>
1781 <exports symbol='XML_SCHEMAP_UNKNOWN_FACET_CHILD' type='enum'/>
1782 <exports symbol='XML_SCHEMAP_NOTATION_NO_NAME' type='enum'/>
Daniel Veillard1a792412003-11-18 23:52:38 +00001783 <exports symbol='XML_DTD_EMPTY_NOTATION' type='enum'/>
1784 <exports symbol='XML_RNGP_ELEMENT_EMPTY' type='enum'/>
Daniel Veillard1822e8b2004-02-26 12:36:22 +00001785 <exports symbol='XML_RNGP_PAT_LIST_TEXT' type='enum'/>
Daniel Veillardeca726d2004-04-18 21:47:34 +00001786 <exports symbol='XML_SCHEMAP_UNKNOWN_ALL_CHILD' type='enum'/>
John Fleck0eaf41c2003-12-01 04:45:26 +00001787 <exports symbol='XML_SCHEMAP_INCLUDE_SCHEMA_NOT_URI' type='enum'/>
Daniel Veillard1822e8b2004-02-26 12:36:22 +00001788 <exports symbol='XML_ERR_ELEMCONTENT_NOT_STARTED' type='enum'/>
1789 <exports symbol='XML_RNGP_INCLUDE_FAILURE' type='enum'/>
Daniel Veillard1a792412003-11-18 23:52:38 +00001790 <exports symbol='XML_RNGP_INVALID_VALUE' type='enum'/>
Daniel Veillard1822e8b2004-02-26 12:36:22 +00001791 <exports symbol='XML_ERR_COMMENT_NOT_FINISHED' type='enum'/>
1792 <exports symbol='XML_SCHEMAP_REDEFINED_ATTRGROUP' type='enum'/>
Daniel Veillard1a792412003-11-18 23:52:38 +00001793 <exports symbol='XML_SCHEMAP_UNKNOWN_SIMPLETYPE_CHILD' type='enum'/>
Daniel Veillard1822e8b2004-02-26 12:36:22 +00001794 <exports symbol='XML_IO_EMSGSIZE' type='enum'/>
1795 <exports symbol='XML_FROM_CATALOG' type='enum'/>
1796 <exports symbol='XML_SCHEMAV_ATTRINVALID' type='enum'/>
1797 <exports symbol='XML_SCHEMAV_VALUE' type='enum'/>
Daniel Veillardeca726d2004-04-18 21:47:34 +00001798 <exports symbol='XML_DTD_NOT_EMPTY' type='enum'/>
Daniel Veillard1822e8b2004-02-26 12:36:22 +00001799 <exports symbol='XML_FROM_HTML' type='enum'/>
Daniel Veillard1a792412003-11-18 23:52:38 +00001800 <exports symbol='XML_RNGP_PAT_START_LIST' type='enum'/>
1801 <exports symbol='XML_ERR_LT_REQUIRED' type='enum'/>
1802 <exports symbol='XML_ERR_ATTLIST_NOT_STARTED' type='enum'/>
Daniel Veillard1822e8b2004-02-26 12:36:22 +00001803 <exports symbol='XML_RNGP_ELEMENT_NAME' type='enum'/>
Daniel Veillard1a792412003-11-18 23:52:38 +00001804 <exports symbol='XML_ERR_PCDATA_REQUIRED' type='enum'/>
1805 <exports symbol='XML_SCHEMAV_INTERNAL' type='enum'/>
Daniel Veillard1822e8b2004-02-26 12:36:22 +00001806 <exports symbol='XML_RNGP_PAT_START_VALUE' type='enum'/>
Daniel Veillard1a792412003-11-18 23:52:38 +00001807 <exports symbol='XML_ERR_STRING_NOT_CLOSED' type='enum'/>
1808 <exports symbol='XML_ERR_ENTITYREF_IN_DTD' type='enum'/>
Daniel Veillard1822e8b2004-02-26 12:36:22 +00001809 <exports symbol='XML_SCHEMAV_HAVEDEFAULT' type='enum'/>
1810 <exports symbol='XML_SCHEMAP_REDEFINED_NOTATION' type='enum'/>
1811 <exports symbol='XML_RNGP_ERROR_TYPE_LIB' type='enum'/>
1812 <exports symbol='XML_XPTR_EVAL_FAILED' type='enum'/>
1813 <exports symbol='XML_DTD_NO_ROOT' type='enum'/>
1814 <exports symbol='XML_SCHEMAP_IMPORT_REDEFINE_NSNAME' type='enum'/>
Daniel Veillard1a792412003-11-18 23:52:38 +00001815 <exports symbol='XML_RNGP_PAT_NSNAME_EXCEPT_NSNAME' type='enum'/>
1816 <exports symbol='XML_IO_ECANCELED' type='enum'/>
Daniel Veillard8aac2972004-05-16 01:00:37 +00001817 <exports symbol='XML_SCHEMAP_INVALID_ATTR_NAME' type='enum'/>
Daniel Veillard1822e8b2004-02-26 12:36:22 +00001818 <exports symbol='XML_ERR_UNKNOWN_ENCODING' type='enum'/>
1819 <exports symbol='XML_HTTP_URL_SYNTAX' type='enum'/>
1820 <exports symbol='XML_SCHEMAP_INVALID_FACET' type='enum'/>
1821 <exports symbol='XML_DTD_CONTENT_MODEL' type='enum'/>
1822 <exports symbol='XML_XPATH_UNDEF_PREFIX_ERROR' type='enum'/>
1823 <exports symbol='XML_SCHEMAP_REF_AND_SUBTYPE' type='enum'/>
1824 <exports symbol='XML_RNGP_PAT_ONEMORE_INTERLEAVE_ATTR' type='enum'/>
Daniel Veillard1a792412003-11-18 23:52:38 +00001825 <exports symbol='XML_IO_EADDRINUSE' type='enum'/>
1826 <exports symbol='XML_SCHEMAP_UNKNOWN_LIST_CHILD' type='enum'/>
Daniel Veillard1822e8b2004-02-26 12:36:22 +00001827 <exports symbol='XML_CATALOG_ENTRY_BROKEN' type='enum'/>
1828 <exports symbol='XML_WAR_NS_URI_RELATIVE' type='enum'/>
Daniel Veillard1a792412003-11-18 23:52:38 +00001829 <exports symbol='XML_DTD_UNKNOWN_ID' type='enum'/>
Daniel Veillard1822e8b2004-02-26 12:36:22 +00001830 <exports symbol='XML_RNGP_TEXT_EXPECTED' type='enum'/>
1831 <exports symbol='XML_WAR_NS_URI' type='enum'/>
1832 <exports symbol='XML_XPATH_UNDEF_VARIABLE_ERROR' type='enum'/>
1833 <exports symbol='XML_SCHEMAV_ELEMCONT' type='enum'/>
Daniel Veillard1a792412003-11-18 23:52:38 +00001834 <exports symbol='XML_IO_EDOM' type='enum'/>
Daniel Veillard1822e8b2004-02-26 12:36:22 +00001835 <exports symbol='XML_SCHEMAV_FACET' type='enum'/>
1836 <exports symbol='XML_RNGP_PARAM_NAME_MISSING' type='enum'/>
1837 <exports symbol='XML_SCHEMAP_UNKNOWN_BASE_TYPE' type='enum'/>
Daniel Veillard1a792412003-11-18 23:52:38 +00001838 <exports symbol='XML_RNGP_INVALID_URI' type='enum'/>
Daniel Veillard1822e8b2004-02-26 12:36:22 +00001839 <exports symbol='XML_RNGP_PAT_LIST_LIST' type='enum'/>
Daniel Veillard1a792412003-11-18 23:52:38 +00001840 <exports symbol='XML_RNGP_PAT_DATA_EXCEPT_LIST' type='enum'/>
1841 <exports symbol='XML_RNGP_EXCEPT_NO_CONTENT' type='enum'/>
Daniel Veillard1822e8b2004-02-26 12:36:22 +00001842 <exports symbol='XML_RNGP_EXCEPT_EMPTY' type='enum'/>
1843 <exports symbol='XML_XPATH_UNFINISHED_LITERAL_ERROR' type='enum'/>
Daniel Veillard1a792412003-11-18 23:52:38 +00001844 <exports symbol='XML_RNGP_EXTERNALREF_EMTPY' type='enum'/>
1845 <exports symbol='XML_ERR_SPACE_REQUIRED' type='enum'/>
1846 <exports symbol='XML_SCHEMAV_EXTRACONTENT' type='enum'/>
Daniel Veillard1822e8b2004-02-26 12:36:22 +00001847 <exports symbol='XML_SCHEMAP_UNKNOWN_SCHEMAS_CHILD' type='enum'/>
Daniel Veillard1a792412003-11-18 23:52:38 +00001848 <exports symbol='XML_DTD_DIFFERENT_PREFIX' type='enum'/>
Daniel Veillard1822e8b2004-02-26 12:36:22 +00001849 <exports symbol='XML_RNGP_INTERLEAVE_NO_CONTENT' type='enum'/>
Daniel Veillard1a792412003-11-18 23:52:38 +00001850 <exports symbol='XML_SCHEMAV_NOTDETERMINIST' type='enum'/>
Daniel Veillard1822e8b2004-02-26 12:36:22 +00001851 <exports symbol='XML_ERR_INVALID_HEX_CHARREF' type='enum'/>
1852 <exports symbol='XML_SCHEMAP_COMPLEXTYPE_NONAME_NOREF' type='enum'/>
Daniel Veillard1a792412003-11-18 23:52:38 +00001853 <exports symbol='XML_SCHEMAP_UNKNOWN_EXTENSION_CHILD' type='enum'/>
Daniel Veillard1822e8b2004-02-26 12:36:22 +00001854 <exports symbol='XML_RNGP_PAT_START_INTERLEAVE' type='enum'/>
1855 <exports symbol='XML_HTML_STRUCURE_ERROR' type='enum'/>
Daniel Veillard1a792412003-11-18 23:52:38 +00001856 <exports symbol='XML_SCHEMAV_MISSING' type='enum'/>
1857 <exports symbol='XML_RNGP_GRAMMAR_CONTENT' type='enum'/>
1858 <exports symbol='XML_XINCLUDE_XPTR_FAILED' type='enum'/>
Daniel Veillard1822e8b2004-02-26 12:36:22 +00001859 <exports symbol='XML_IO_ENFILE' type='enum'/>
Daniel Veillard1a792412003-11-18 23:52:38 +00001860 <exports symbol='XML_RNGP_PARENTREF_CREATE_FAILED' type='enum'/>
Daniel Veillard1822e8b2004-02-26 12:36:22 +00001861 <exports symbol='XML_ERR_ENTITY_IS_PARAMETER' type='enum'/>
Daniel Veillard1a792412003-11-18 23:52:38 +00001862 <exports symbol='XML_ERR_RESERVED_XML_NAME' type='enum'/>
1863 <exports symbol='XML_SCHEMAV_NOTSIMPLE' type='enum'/>
Daniel Veillard1822e8b2004-02-26 12:36:22 +00001864 <exports symbol='XML_RNGP_PARENTREF_NO_NAME' type='enum'/>
1865 <exports symbol='XML_IO_EPERM' type='enum'/>
1866 <exports symbol='XML_IO_ENETUNREACH' type='enum'/>
1867 <exports symbol='XML_ERR_CHARREF_AT_EOF' type='enum'/>
1868 <exports symbol='XML_IO_ENOMEM' type='enum'/>
1869 <exports symbol='XML_IO_ENOSPC' type='enum'/>
Daniel Veillard1a792412003-11-18 23:52:38 +00001870 <exports symbol='XML_RNGP_ATTR_CONFLICT' type='enum'/>
Daniel Veillard1822e8b2004-02-26 12:36:22 +00001871 <exports symbol='XML_RNGP_TYPE_VALUE' type='enum'/>
1872 <exports symbol='XML_FROM_REGEXP' type='enum'/>
Daniel Veillard1a792412003-11-18 23:52:38 +00001873 <exports symbol='XML_XINCLUDE_UNKNOWN_ENCODING' type='enum'/>
Daniel Veillard1822e8b2004-02-26 12:36:22 +00001874 <exports symbol='XML_RNGP_DEF_CHOICE_AND_INTERLEAVE' type='enum'/>
1875 <exports symbol='XML_TREE_UNTERMINATED_ENTITY' type='enum'/>
1876 <exports symbol='XML_ERR_URI_REQUIRED' type='enum'/>
1877 <exports symbol='XML_FROM_TREE' type='enum'/>
Daniel Veillard1a792412003-11-18 23:52:38 +00001878 <exports symbol='XML_CATALOG_PREFER_VALUE' type='enum'/>
Daniel Veillard1822e8b2004-02-26 12:36:22 +00001879 <exports symbol='XML_ERR_HYPHEN_IN_COMMENT' type='enum'/>
1880 <exports symbol='XML_TREE_INVALID_HEX' type='enum'/>
1881 <exports symbol='XML_C14N_REQUIRES_UTF8' type='enum'/>
1882 <exports symbol='XML_FROM_XINCLUDE' type='enum'/>
Daniel Veillard1a792412003-11-18 23:52:38 +00001883 <exports symbol='XML_SCHEMAP_TYPE_AND_SUBTYPE' type='enum'/>
Daniel Veillard1822e8b2004-02-26 12:36:22 +00001884 <exports symbol='XML_RNGP_GRAMMAR_EMPTY' type='enum'/>
Daniel Veillard1a792412003-11-18 23:52:38 +00001885 <exports symbol='XML_IO_ENOTDIR' type='enum'/>
1886 <exports symbol='XML_SAVE_CHAR_INVALID' type='enum'/>
Daniel Veillard1822e8b2004-02-26 12:36:22 +00001887 <exports symbol='XML_RNGP_ELEMENT_NO_CONTENT' type='enum'/>
Daniel Veillard1a792412003-11-18 23:52:38 +00001888 <exports symbol='XML_ERR_ENTITYREF_NO_NAME' type='enum'/>
1889 <exports symbol='XML_DTD_ID_FIXED' type='enum'/>
Daniel Veillard1822e8b2004-02-26 12:36:22 +00001890 <exports symbol='XML_XINCLUDE_NO_HREF' type='enum'/>
1891 <exports symbol='XML_XPATH_INVALID_OPERAND' type='enum'/>
1892 <exports symbol='XML_IO_ENOEXEC' type='enum'/>
1893 <exports symbol='XML_RNGP_PAT_LIST_REF' type='enum'/>
1894 <exports symbol='XML_XINCLUDE_HREF_URI' type='enum'/>
Daniel Veillard1a792412003-11-18 23:52:38 +00001895 <exports symbol='XML_ERR_EXTRA_CONTENT' type='enum'/>
Daniel Veillard1822e8b2004-02-26 12:36:22 +00001896 <exports symbol='XML_ERR_EXT_ENTITY_STANDALONE' type='enum'/>
1897 <exports symbol='XML_SCHEMAP_FAILED_PARSE' type='enum'/>
1898 <exports symbol='XML_RNGP_REF_CYCLE' type='enum'/>
1899 <exports symbol='XML_RNGP_HREF_ERROR' type='enum'/>
1900 <exports symbol='XML_FROM_NONE' type='enum'/>
Daniel Veillard1a792412003-11-18 23:52:38 +00001901 <exports symbol='XML_RNGP_PAT_DATA_EXCEPT_GROUP' type='enum'/>
1902 <exports symbol='XML_ERR_LITERAL_NOT_STARTED' type='enum'/>
1903 <exports symbol='XML_SCHEMAP_INVALID_REF_AND_SUBTYPE' type='enum'/>
1904 <exports symbol='XML_RNGP_ELEM_TEXT_CONFLICT' type='enum'/>
Daniel Veillard1822e8b2004-02-26 12:36:22 +00001905 <exports symbol='XML_SCHEMAP_ATTR_NONAME_NOREF' type='enum'/>
1906 <exports symbol='XML_SCHEMAP_ELEM_NONAME_NOREF' type='enum'/>
1907 <exports symbol='XML_DTD_ID_SUBSET' type='enum'/>
1908 <exports symbol='XML_ERR_ENTITY_CHAR_ERROR' type='enum'/>
Daniel Veillard1a792412003-11-18 23:52:38 +00001909 <exports symbol='XML_SCHEMAP_UNKNOWN_ANYATTRIBUTE_CHILD' type='enum'/>
1910 <exports symbol='XML_RNGP_PAT_START_EMPTY' type='enum'/>
Daniel Veillard1822e8b2004-02-26 12:36:22 +00001911 <exports symbol='XML_DTD_UNKNOWN_ENTITY' type='enum'/>
1912 <exports symbol='XML_RNGP_PARSE_ERROR' type='enum'/>
1913 <exports symbol='XML_RNGP_XML_NS' type='enum'/>
1914 <exports symbol='XML_ERR_MISPLACED_CDATA_END' type='enum'/>
Daniel Veillard1a792412003-11-18 23:52:38 +00001915 <exports symbol='XML_FROM_HTTP' type='enum'/>
Daniel Veillard1822e8b2004-02-26 12:36:22 +00001916 <exports symbol='XML_RNGP_PAT_DATA_EXCEPT_ONEMORE' type='enum'/>
Daniel Veillard1a792412003-11-18 23:52:38 +00001917 <exports symbol='XML_WAR_LANG_VALUE' type='enum'/>
Daniel Veillard1822e8b2004-02-26 12:36:22 +00001918 <exports symbol='XML_RNGP_REF_CREATE_FAILED' type='enum'/>
Daniel Veillard1a792412003-11-18 23:52:38 +00001919 <exports symbol='XML_ERR_SEPARATOR_REQUIRED' type='enum'/>
Daniel Veillard1822e8b2004-02-26 12:36:22 +00001920 <exports symbol='XML_DTD_ROOT_NAME' type='enum'/>
1921 <exports symbol='XML_RNGP_UNKNOWN_TYPE_LIB' type='enum'/>
Daniel Veillard1a792412003-11-18 23:52:38 +00001922 <exports symbol='XML_XINCLUDE_FALLBACK_NOT_IN_INCLUDE' type='enum'/>
1923 <exports symbol='XML_RNGP_ATTRIBUTE_CONTENT' type='enum'/>
Daniel Veillard1822e8b2004-02-26 12:36:22 +00001924 <exports symbol='XML_RNGP_REF_NOT_EMPTY' type='enum'/>
Daniel Veillardeca726d2004-04-18 21:47:34 +00001925 <exports symbol='XML_DTD_XMLID_TYPE' type='enum'/>
Daniel Veillard1822e8b2004-02-26 12:36:22 +00001926 <exports symbol='XML_XPATH_VARIABLE_REF_ERROR' type='enum'/>
Daniel Veillard1a792412003-11-18 23:52:38 +00001927 <exports symbol='XML_RNGP_INTERLEAVE_ADD' type='enum'/>
Daniel Veillard1822e8b2004-02-26 12:36:22 +00001928 <exports symbol='XML_SCHEMAP_UNKNOWN_CHOICE_CHILD' type='enum'/>
1929 <exports symbol='XML_DTD_NOTATION_REDEFINED' type='enum'/>
1930 <exports symbol='XML_RNGP_ELEM_CONTENT_ERROR' type='enum'/>
Daniel Veillard1a792412003-11-18 23:52:38 +00001931 <exports symbol='XML_DTD_ATTRIBUTE_REDEFINED' type='enum'/>
1932 <exports symbol='XML_RNGP_UNKNOWN_ATTRIBUTE' type='enum'/>
1933 <exports symbol='XML_ERR_UNDECLARED_ENTITY' type='enum'/>
1934 <exports symbol='XML_ERR_PUBID_REQUIRED' type='enum'/>
1935 <exports symbol='XML_IO_ENOTSOCK' type='enum'/>
1936 <exports symbol='XML_RNGP_PAT_START_GROUP' type='enum'/>
1937 <exports symbol='XML_RNGP_NOTALLOWED_NOT_EMPTY' type='enum'/>
Daniel Veillard1822e8b2004-02-26 12:36:22 +00001938 <exports symbol='XML_RNGP_MISSING_HREF' type='enum'/>
1939 <exports symbol='XML_ERR_PI_NOT_FINISHED' type='enum'/>
1940 <exports symbol='XML_FROM_RELAXNGP' type='enum'/>
Daniel Veillard1a792412003-11-18 23:52:38 +00001941 <exports symbol='XML_RNGP_PAT_DATA_EXCEPT_ATTR' type='enum'/>
1942 <exports symbol='XML_FTP_ACCNT' type='enum'/>
Daniel Veillard1822e8b2004-02-26 12:36:22 +00001943 <exports symbol='XML_FROM_RELAXNGV' type='enum'/>
1944 <exports symbol='XML_RNGP_REF_NAME_INVALID' type='enum'/>
1945 <exports symbol='XML_SCHEMAV_NOTTOPLEVEL' type='enum'/>
Daniel Veillard1a792412003-11-18 23:52:38 +00001946 <exports symbol='XML_IO_ENOENT' type='enum'/>
Daniel Veillard1822e8b2004-02-26 12:36:22 +00001947 <exports symbol='XML_ERR_NO_DTD' type='enum'/>
Daniel Veillard1a792412003-11-18 23:52:38 +00001948 <exports symbol='XML_FROM_C14N' type='enum'/>
Daniel Veillard1822e8b2004-02-26 12:36:22 +00001949 <exports symbol='XML_FROM_XSLT' type='enum'/>
1950 <exports symbol='XML_RNGP_PAT_LIST_ATTR' type='enum'/>
Daniel Veillard1a792412003-11-18 23:52:38 +00001951 <exports symbol='XML_IO_EIO' type='enum'/>
Daniel Veillardeca726d2004-04-18 21:47:34 +00001952 <exports symbol='XML_XPATH_START_LITERAL_ERROR' type='enum'/>
Daniel Veillard1822e8b2004-02-26 12:36:22 +00001953 <exports symbol='XML_IO_EACCES' type='enum'/>
Daniel Veillard1a792412003-11-18 23:52:38 +00001954 <exports symbol='XML_DTD_NOT_PCDATA' type='enum'/>
Daniel Veillard8aac2972004-05-16 01:00:37 +00001955 <exports symbol='XML_SCHEMAP_INVALID_ATTR_COMBINATION' type='enum'/>
Daniel Veillard1822e8b2004-02-26 12:36:22 +00001956 <exports symbol='XML_WAR_UNKNOWN_VERSION' type='enum'/>
Daniel Veillard1a792412003-11-18 23:52:38 +00001957 <exports symbol='XML_RNGP_PARAM_FORBIDDEN' type='enum'/>
Daniel Veillard1822e8b2004-02-26 12:36:22 +00001958 <exports symbol='XML_ERR_OK' type='enum'/>
1959 <exports symbol='XML_SCHEMAP_NOTHING_TO_PARSE' type='enum'/>
Daniel Veillardeca726d2004-04-18 21:47:34 +00001960 <exports symbol='XML_SCHEMAP_RECURSIVE' type='enum'/>
Daniel Veillard1a792412003-11-18 23:52:38 +00001961 <exports symbol='XML_ERR_UNSUPPORTED_ENCODING' type='enum'/>
Daniel Veillard1822e8b2004-02-26 12:36:22 +00001962 <exports symbol='XML_SCHEMAP_GROUP_NONAME_NOREF' type='enum'/>
Daniel Veillard1a792412003-11-18 23:52:38 +00001963 <exports symbol='XML_RNGP_PAT_NSNAME_EXCEPT_ANYNAME' type='enum'/>
1964 <exports symbol='XML_ERR_ENTITYREF_IN_PROLOG' type='enum'/>
Daniel Veillard1822e8b2004-02-26 12:36:22 +00001965 <exports symbol='XML_ERR_CHARREF_IN_DTD' type='enum'/>
1966 <exports symbol='XML_DTD_LOAD_ERROR' type='enum'/>
1967 <exports symbol='XML_SCHEMAP_UNKNOWN_NOTATION_CHILD' type='enum'/>
Daniel Veillard1a792412003-11-18 23:52:38 +00001968 <exports symbol='XML_IO_ENOTTY' type='enum'/>
Daniel Veillard1822e8b2004-02-26 12:36:22 +00001969 <exports symbol='XML_RNGP_EMPTY_CONTENT' type='enum'/>
1970 <exports symbol='XML_IO_EALREADY' type='enum'/>
1971 <exports symbol='XML_DTD_NO_DTD' type='enum'/>
1972 <exports symbol='XML_IO_ERANGE' type='enum'/>
Daniel Veillard1a792412003-11-18 23:52:38 +00001973 <exports symbol='XML_DTD_UNKNOWN_NOTATION' type='enum'/>
Daniel Veillard1822e8b2004-02-26 12:36:22 +00001974 <exports symbol='XML_IO_ENOSYS' type='enum'/>
Daniel Veillard1a792412003-11-18 23:52:38 +00001975 <exports symbol='XML_FROM_DATATYPE' type='enum'/>
1976 <exports symbol='XML_ERR_WARNING' type='enum'/>
1977 <exports symbol='XML_SCHEMAP_ATTRFORMDEFAULT_VALUE' type='enum'/>
1978 <exports symbol='XML_IO_EISDIR' type='enum'/>
Daniel Veillard1822e8b2004-02-26 12:36:22 +00001979 <exports symbol='XML_RNGP_PAT_DATA_EXCEPT_INTERLEAVE' type='enum'/>
1980 <exports symbol='XML_ERR_VERSION_MISSING' type='enum'/>
Daniel Veillard1a792412003-11-18 23:52:38 +00001981 <exports symbol='XML_XINCLUDE_MULTIPLE_ROOT' type='enum'/>
Daniel Veillard1822e8b2004-02-26 12:36:22 +00001982 <exports symbol='XML_XPATH_INVALID_CTXT_SIZE' type='enum'/>
Daniel Veillard1a792412003-11-18 23:52:38 +00001983 <exports symbol='XML_SCHEMAP_UNKNOWN_UNION_CHILD' type='enum'/>
Daniel Veillard1822e8b2004-02-26 12:36:22 +00001984 <exports symbol='XML_ERR_PEREF_AT_EOF' type='enum'/>
Daniel Veillard1a792412003-11-18 23:52:38 +00001985 <exports symbol='XML_XPATH_MEMORY_ERROR' type='enum'/>
1986 <exports symbol='XML_SCHEMAP_NOROOT' type='enum'/>
Daniel Veillard1822e8b2004-02-26 12:36:22 +00001987 <exports symbol='XML_XPATH_EXPR_ERROR' type='enum'/>
1988 <exports symbol='XML_SCHEMAP_INCLUDE_SCHEMA_NO_URI' type='enum'/>
1989 <exports symbol='XML_RNGP_DEFINE_EMPTY' type='enum'/>
1990 <exports symbol='XML_ERR_ATTRIBUTE_NOT_STARTED' type='enum'/>
Daniel Veillard1a792412003-11-18 23:52:38 +00001991 <exports symbol='XML_XPATH_UNCLOSED_ERROR' type='enum'/>
Daniel Veillard1822e8b2004-02-26 12:36:22 +00001992 <exports symbol='XML_WAR_CATALOG_PI' type='enum'/>
1993 <exports symbol='XML_SCHEMAP_INVALID_MINOCCURS' type='enum'/>
Daniel Veillard8aac2972004-05-16 01:00:37 +00001994 <exports symbol='XML_SCHEMAP_SUPERNUMEROUS_LIST_ITEM_TYPE' type='enum'/>
Daniel Veillard1a792412003-11-18 23:52:38 +00001995 <exports symbol='XML_IO_ENOLCK' type='enum'/>
Daniel Veillarde74d2e12003-12-09 11:35:37 +00001996 <exports symbol='XML_XINCLUDE_DEPRECATED_NS' type='enum'/>
Daniel Veillard1a792412003-11-18 23:52:38 +00001997 <exports symbol='XML_RNGP_CHOICE_EMPTY' type='enum'/>
1998 <exports symbol='XML_ERR_LITERAL_NOT_FINISHED' type='enum'/>
1999 <exports symbol='XML_ERR_ENTITYREF_SEMICOL_MISSING' type='enum'/>
2000 <exports symbol='XML_DTD_MULTIPLE_ID' type='enum'/>
2001 <exports symbol='XML_FROM_XPATH' type='enum'/>
William M. Brackfd9e70d2004-02-26 11:01:57 +00002002 <exports symbol='XML_IO_EPIPE' type='enum'/>
Daniel Veillard1822e8b2004-02-26 12:36:22 +00002003 <exports symbol='XML_TREE_INVALID_DEC' type='enum'/>
2004 <exports symbol='XML_SCHEMAP_EXTENSION_NO_BASE' type='enum'/>
William M. Brackfd9e70d2004-02-26 11:01:57 +00002005 <exports symbol='XML_SCHEMAP_NOTYPE_NOREF' type='enum'/>
2006 <exports symbol='XML_RNGP_ATTRIBUTE_EMPTY' type='enum'/>
Daniel Veillard1822e8b2004-02-26 12:36:22 +00002007 <exports symbol='XML_SCHEMAV_ISABSTRACT' type='enum'/>
Daniel Veillard8aac2972004-05-16 01:00:37 +00002008 <exports symbol='XML_SCHEMAP_MISSING_SIMPLETYPE_CHILD' type='enum'/>
Daniel Veillard1822e8b2004-02-26 12:36:22 +00002009 <exports symbol='XML_SCHEMAP_UNKNOWN_ATTRIBUTE_GROUP' type='enum'/>
Daniel Veillardeca726d2004-04-18 21:47:34 +00002010 <exports symbol='XML_IO_LOAD_ERROR' type='enum'/>
William M. Brackfd9e70d2004-02-26 11:01:57 +00002011 <exports symbol='XML_RNGP_PAT_LIST_ELEM' type='enum'/>
Daniel Veillard1822e8b2004-02-26 12:36:22 +00002012 <exports symbol='XML_SCHEMAV_UNDECLAREDELEM' type='enum'/>
William M. Brackfd9e70d2004-02-26 11:01:57 +00002013 <exports symbol='XML_RNGP_CREATE_FAILURE' type='enum'/>
2014 <exports symbol='XML_IO_EBADF' type='enum'/>
Daniel Veillard1822e8b2004-02-26 12:36:22 +00002015 <exports symbol='XML_ERR_CONDSEC_NOT_FINISHED' type='enum'/>
William M. Brackfd9e70d2004-02-26 11:01:57 +00002016 <exports symbol='XML_RNGP_PREFIX_UNDEFINED' type='enum'/>
Daniel Veillard1822e8b2004-02-26 12:36:22 +00002017 <exports symbol='XML_SCHEMAP_IMPORT_SCHEMA_NOT_URI' type='enum'/>
2018 <exports symbol='XML_ERR_EQUAL_REQUIRED' type='enum'/>
2019 <exports symbol='XML_XPATH_UNKNOWN_FUNC_ERROR' type='enum'/>
2020 <exports symbol='XML_SCHEMAP_INVALID_WHITE_SPACE' type='enum'/>
William M. Brackfd9e70d2004-02-26 11:01:57 +00002021 <exports symbol='XML_RNGP_INCLUDE_EMPTY' type='enum'/>
2022 <exports symbol='XML_IO_ENOTSUP' type='enum'/>
Daniel Veillard1822e8b2004-02-26 12:36:22 +00002023 <exports symbol='XML_DTD_UNKNOWN_ATTRIBUTE' type='enum'/>
William M. Brackfd9e70d2004-02-26 11:01:57 +00002024 <exports symbol='XML_XPTR_SUB_RESOURCE_ERROR' type='enum'/>
2025 <exports symbol='XML_RNGP_VALUE_EMPTY' type='enum'/>
Daniel Veillard1822e8b2004-02-26 12:36:22 +00002026 <exports symbol='XML_RNGP_INTERLEAVE_CREATE_FAILED' type='enum'/>
William M. Brackfd9e70d2004-02-26 11:01:57 +00002027 <exports symbol='XML_DTD_NO_PREFIX' type='enum'/>
Daniel Veillard1822e8b2004-02-26 12:36:22 +00002028 <exports symbol='XML_IO_EAGAIN' type='enum'/>
William M. Brackfd9e70d2004-02-26 11:01:57 +00002029 <exports symbol='XML_RNGP_UNKNOWN_CONSTRUCT' type='enum'/>
2030 <exports symbol='XML_ERR_UNPARSED_ENTITY' type='enum'/>
Daniel Veillard1822e8b2004-02-26 12:36:22 +00002031 <exports symbol='XML_SCHEMAP_UNKNOWN_IMPORT_CHILD' type='enum'/>
William M. Brackfd9e70d2004-02-26 11:01:57 +00002032 <exports symbol='XML_FTP_EPSV_ANSWER' type='enum'/>
Daniel Veillard1822e8b2004-02-26 12:36:22 +00002033 <exports symbol='XML_DTD_ENTITY_TYPE' type='enum'/>
William M. Brackfd9e70d2004-02-26 11:01:57 +00002034 <exports symbol='XML_ERR_FATAL' type='enum'/>
2035 <exports symbol='XML_DTD_ID_REDEFINED' type='enum'/>
2036 <exports symbol='XML_XPATH_ENCODING_ERROR' type='enum'/>
Daniel Veillard1822e8b2004-02-26 12:36:22 +00002037 <exports symbol='XML_RNGP_REF_NO_NAME' type='enum'/>
2038 <exports symbol='XML_ERR_NONE' type='enum'/>
2039 <exports symbol='XML_SCHEMAP_UNKNOWN_COMPLEXTYPE_CHILD' type='enum'/>
William M. Brackfd9e70d2004-02-26 11:01:57 +00002040 <exports symbol='XML_RNGP_NSNAME_ATTR_ANCESTOR' type='enum'/>
Daniel Veillard1822e8b2004-02-26 12:36:22 +00002041 <exports symbol='XML_SCHEMAP_UNKNOWN_FACET_TYPE' type='enum'/>
2042 <exports symbol='XML_RNGP_PAT_START_ONEMORE' type='enum'/>
2043 <exports symbol='XML_ERR_CONDSEC_INVALID' type='enum'/>
William M. Brackfd9e70d2004-02-26 11:01:57 +00002044 <exports symbol='XML_RNGP_PAT_ATTR_ATTR' type='enum'/>
2045 <exports symbol='XML_XPTR_UNKNOWN_SCHEME' type='enum'/>
Daniel Veillard1822e8b2004-02-26 12:36:22 +00002046 <exports symbol='XML_SCHEMAP_UNKNOWN_SEQUENCE_CHILD' type='enum'/>
William M. Brackfd9e70d2004-02-26 11:01:57 +00002047 <exports symbol='XML_SCHEMAP_INVALID_FACET_VALUE' type='enum'/>
Daniel Veillard1822e8b2004-02-26 12:36:22 +00002048 <exports symbol='XML_SCHEMAP_INVALID_BOOLEAN' type='enum'/>
Daniel Veillard8aac2972004-05-16 01:00:37 +00002049 <exports symbol='XML_SCHEMAP_REF_AND_CONTENT' type='enum'/>
Daniel Veillard1822e8b2004-02-26 12:36:22 +00002050 <exports symbol='XML_ERR_ENTITYREF_IN_EPILOG' type='enum'/>
2051 <exports symbol='XML_SCHEMAP_NOATTR_NOREF' type='enum'/>
2052 <exports symbol='XML_RNGP_GRAMMAR_MISSING' type='enum'/>
William M. Brackfd9e70d2004-02-26 11:01:57 +00002053 <exports symbol='XML_DTD_CONTENT_NOT_DETERMINIST' type='enum'/>
2054 <exports symbol='XML_DTD_NO_ELEM_NAME' type='enum'/>
Daniel Veillard1822e8b2004-02-26 12:36:22 +00002055 <exports symbol='XML_RNGP_GRAMMAR_NO_START' type='enum'/>
William M. Brackfd9e70d2004-02-26 11:01:57 +00002056 <exports symbol='XML_RNGP_VALUE_NO_CONTENT' type='enum'/>
2057 <exports symbol='XML_SCHEMAP_UNKNOWN_SIMPLECONTENT_CHILD' type='enum'/>
2058 <exports symbol='XML_IO_EAFNOSUPPORT' type='enum'/>
2059 <exports symbol='XML_XPTR_SYNTAX_ERROR' type='enum'/>
2060 <exports symbol='XML_CATALOG_NOT_CATALOG' type='enum'/>
Daniel Veillard1822e8b2004-02-26 12:36:22 +00002061 <exports symbol='XML_SCHEMAP_UNKNOWN_REF' type='enum'/>
2062 <exports symbol='XML_RNGP_PAT_DATA_EXCEPT_EMPTY' type='enum'/>
William M. Brackfd9e70d2004-02-26 11:01:57 +00002063 <exports symbol='XML_IO_EFBIG' type='enum'/>
Daniel Veillard1822e8b2004-02-26 12:36:22 +00002064 <exports symbol='XML_ERR_NS_DECL_ERROR' type='enum'/>
Daniel Veillardee1d6922004-04-18 14:58:57 +00002065 <exports symbol='XML_WAR_UNDECLARED_ENTITY' type='enum'/>
Daniel Veillard1822e8b2004-02-26 12:36:22 +00002066 <exports symbol='XML_RNGP_PAT_START_DATA' type='enum'/>
William M. Brackfd9e70d2004-02-26 11:01:57 +00002067 <exports symbol='XML_ERR_ERROR' type='enum'/>
Daniel Veillard1822e8b2004-02-26 12:36:22 +00002068 <exports symbol='XML_DTD_MISSING_ATTRIBUTE' type='enum'/>
2069 <exports symbol='XML_IO_EMFILE' type='enum'/>
2070 <exports symbol='XML_RNGP_EMPTY_NOT_EMPTY' type='enum'/>
William M. Brackfd9e70d2004-02-26 11:01:57 +00002071 <exports symbol='XML_DTD_ELEM_NAMESPACE' type='enum'/>
Daniel Veillard1822e8b2004-02-26 12:36:22 +00002072 <exports symbol='XML_RNGP_PAT_ATTR_ELEM' type='enum'/>
2073 <exports symbol='XML_XINCLUDE_FRAGMENT_ID' type='enum'/>
2074 <exports symbol='XML_IO_NO_INPUT' type='enum'/>
2075 <exports symbol='XML_NS_ERR_UNDEFINED_NAMESPACE' type='enum'/>
2076 <exports symbol='XML_XPATH_INVALID_ARITY' type='enum'/>
2077 <exports symbol='XML_XPATH_INVALID_CHAR_ERROR' type='enum'/>
William M. Brackfd9e70d2004-02-26 11:01:57 +00002078 <exports symbol='XML_REGEXP_COMPILE_ERROR' type='enum'/>
Daniel Veillard1822e8b2004-02-26 12:36:22 +00002079 <exports symbol='XML_IO_WRITE' type='enum'/>
2080 <exports symbol='XML_ERR_ENTITY_PE_INTERNAL' type='enum'/>
William M. Brackfd9e70d2004-02-26 11:01:57 +00002081 <exports symbol='XML_RNGP_DEFINE_MISSING' type='enum'/>
2082 <exports symbol='XML_ERR_NOTATION_NOT_STARTED' type='enum'/>
2083 <exports symbol='XML_ERR_INTERNAL_ERROR' type='enum'/>
Daniel Veillard1822e8b2004-02-26 12:36:22 +00002084 <exports symbol='XML_IO_EBADMSG' type='enum'/>
2085 <exports symbol='XML_RNGP_PAT_LIST_INTERLEAVE' type='enum'/>
2086 <exports symbol='XML_ERR_DOCUMENT_EMPTY' type='enum'/>
2087 <exports symbol='XML_RNGP_PAT_DATA_EXCEPT_ELEM' type='enum'/>
2088 <exports symbol='XML_IO_NETWORK_ATTEMPT' type='enum'/>
2089 <exports symbol='XML_FROM_OUTPUT' type='enum'/>
William M. Brackfd9e70d2004-02-26 11:01:57 +00002090 <exports symbol='XML_FROM_NAMESPACE' type='enum'/>
2091 <exports symbol='XML_IO_EBUSY' type='enum'/>
Daniel Veillard1822e8b2004-02-26 12:36:22 +00002092 <exports symbol='XML_ERR_ATTLIST_NOT_FINISHED' type='enum'/>
2093 <exports symbol='XML_RNGP_INCLUDE_RECURSE' type='enum'/>
William M. Brackfd9e70d2004-02-26 11:01:57 +00002094 <exports symbol='XML_ERR_INVALID_URI' type='enum'/>
Daniel Veillard1822e8b2004-02-26 12:36:22 +00002095 <exports symbol='XML_SCHEMAP_INVALID_ENUM' type='enum'/>
2096 <exports symbol='XML_SCHEMAV_INVALIDATTR' type='enum'/>
2097 <exports symbol='XML_SCHEMAP_FAILED_LOAD' type='enum'/>
William M. Brackfd9e70d2004-02-26 11:01:57 +00002098 <exports symbol='XML_IO_ESRCH' type='enum'/>
Daniel Veillard1822e8b2004-02-26 12:36:22 +00002099 <exports symbol='XML_IO_ENXIO' type='enum'/>
William M. Brackfd9e70d2004-02-26 11:01:57 +00002100 <exports symbol='XML_FROM_XPOINTER' type='enum'/>
Daniel Veillard1822e8b2004-02-26 12:36:22 +00002101 <exports symbol='XML_ERR_ATTRIBUTE_WITHOUT_VALUE' type='enum'/>
William M. Brackfd9e70d2004-02-26 11:01:57 +00002102 <exports symbol='XML_RNGP_TEXT_HAS_CHILD' type='enum'/>
Daniel Veillard1822e8b2004-02-26 12:36:22 +00002103 <exports symbol='XML_DTD_ELEM_REDEFINED' type='enum'/>
William M. Brackfd9e70d2004-02-26 11:01:57 +00002104 <exports symbol='XML_SCHEMAV_NOTNILLABLE' type='enum'/>
2105 <exports symbol='XML_SCHEMAP_ELEM_DEFAULT_FIXED' type='enum'/>
Daniel Veillard1822e8b2004-02-26 12:36:22 +00002106 <exports symbol='XML_SCHEMAP_UNKNOWN_TYPE' type='enum'/>
William M. Brackfd9e70d2004-02-26 11:01:57 +00002107 <exports symbol='XML_RNGP_REF_NO_DEF' type='enum'/>
2108 <exports symbol='XML_ERR_NOT_WELL_BALANCED' type='enum'/>
Daniel Veillard1822e8b2004-02-26 12:36:22 +00002109 <exports symbol='XML_NS_ERR_XML_NAMESPACE' type='enum'/>
William M. Brackfd9e70d2004-02-26 11:01:57 +00002110 <exports symbol='XML_ERR_INVALID_CHARREF' type='enum'/>
2111 <exports symbol='XML_ERR_INVALID_CHAR' type='enum'/>
2112 <exports symbol='XML_RNGP_FOREIGN_ELEMENT' type='enum'/>
Daniel Veillard1822e8b2004-02-26 12:36:22 +00002113 <exports symbol='XML_XINCLUDE_PARSE_VALUE' type='enum'/>
2114 <exports symbol='XML_RNGP_PAT_ANYNAME_EXCEPT_ANYNAME' type='enum'/>
2115 <exports symbol='XML_RNGP_NSNAME_NO_NS' type='enum'/>
William M. Brackfd9e70d2004-02-26 11:01:57 +00002116 <exports symbol='XML_ERR_MIXED_NOT_STARTED' type='enum'/>
2117 <exports symbol='XML_SCHEMAV_INVALIDELEM' type='enum'/>
Daniel Veillard1822e8b2004-02-26 12:36:22 +00002118 <exports symbol='XML_NS_ERR_QNAME' type='enum'/>
2119 <exports symbol='XML_DTD_NOTATION_VALUE' type='enum'/>
William M. Brackfd9e70d2004-02-26 11:01:57 +00002120 <exports symbol='XML_ERR_INVALID_ENCODING' type='enum'/>
Daniel Veillard1822e8b2004-02-26 12:36:22 +00002121 <exports symbol='XML_RNGP_EXCEPT_MISSING' type='enum'/>
William M. Brackfd9e70d2004-02-26 11:01:57 +00002122 <exports symbol='XML_ERR_TAG_NOT_FINISHED' type='enum'/>
Daniel Veillard1822e8b2004-02-26 12:36:22 +00002123 <exports symbol='XML_RNGP_XMLNS_NAME' type='enum'/>
William M. Brackfd9e70d2004-02-26 11:01:57 +00002124 <exports symbol='XML_ERR_LTSLASH_REQUIRED' type='enum'/>
Daniel Veillardeca726d2004-04-18 21:47:34 +00002125 <exports symbol='XML_DTD_XMLID_VALUE' type='enum'/>
Daniel Veillard1822e8b2004-02-26 12:36:22 +00002126 <exports symbol='XML_DTD_MIXED_CORRUPT' type='enum'/>
2127 <exports symbol='XML_RNGP_DEFINE_CREATE_FAILED' type='enum'/>
2128 <exports symbol='XML_ERR_ENTITY_BOUNDARY' type='enum'/>
2129 <exports symbol='XML_SCHEMAP_ELEMFORMDEFAULT_VALUE' type='enum'/>
William M. Brackfd9e70d2004-02-26 11:01:57 +00002130 <exports symbol='XML_ERR_PEREF_IN_INT_SUBSET' type='enum'/>
Daniel Veillard1822e8b2004-02-26 12:36:22 +00002131 <exports symbol='XML_RNGP_DATA_CONTENT' type='enum'/>
2132 <exports symbol='XML_ERR_STRING_NOT_STARTED' type='enum'/>
2133 <exports symbol='XML_RNGP_EXCEPT_MULTIPLE' type='enum'/>
2134 <exports symbol='XML_IO_EDEADLK' type='enum'/>
2135 <exports symbol='XML_ERR_ATTRIBUTE_NOT_FINISHED' type='enum'/>
2136 <exports symbol='XML_IO_EINVAL' type='enum'/>
2137 <exports symbol='XML_IO_ENAMETOOLONG' type='enum'/>
2138 <exports symbol='XML_ERR_PEREF_IN_PROLOG' type='enum'/>
2139 <exports symbol='XML_RNGP_EXTERNAL_REF_FAILURE' type='enum'/>
2140 <exports symbol='XML_SCHEMAV_NOROLLBACK' type='enum'/>
2141 <exports symbol='XML_FROM_FTP' type='enum'/>
2142 <exports symbol='XML_RNGP_PAT_START_TEXT' type='enum'/>
2143 <exports symbol='XML_SAVE_NOT_UTF8' type='enum'/>
2144 <exports symbol='XML_DTD_INVALID_CHILD' type='enum'/>
2145 <exports symbol='XML_RNGP_TYPE_MISSING' type='enum'/>
2146 <exports symbol='XML_ERR_TAG_NAME_MISMATCH' type='enum'/>
2147 <exports symbol='XML_ERR_ENCODING_NAME' type='enum'/>
William M. Brackfd9e70d2004-02-26 11:01:57 +00002148 <exports symbol='XML_ERR_ATTRIBUTE_REDEFINED' type='enum'/>
Daniel Veillard1822e8b2004-02-26 12:36:22 +00002149 <exports symbol='XML_IO_ECONNREFUSED' type='enum'/>
2150 <exports symbol='XML_ERR_XMLDECL_NOT_FINISHED' type='enum'/>
2151 <exports symbol='XML_XINCLUDE_XPTR_RESULT' type='enum'/>
William M. Brackfd9e70d2004-02-26 11:01:57 +00002152 <exports symbol='XML_SCHEMAP_SIMPLETYPE_NONAME' type='enum'/>
2153 <exports symbol='XML_SCHEMAP_UNKNOWN_GROUP_CHILD' type='enum'/>
Daniel Veillard1822e8b2004-02-26 12:36:22 +00002154 <exports symbol='XML_XINCLUDE_BUILD_FAILED' type='enum'/>
William M. Brackfd9e70d2004-02-26 11:01:57 +00002155 <exports symbol='XML_RNGP_PARENTREF_NOT_EMPTY' type='enum'/>
Daniel Veillard1822e8b2004-02-26 12:36:22 +00002156 <exports symbol='XML_ERR_PEREF_NO_NAME' type='enum'/>
2157 <exports symbol='XML_ERR_ENTITYREF_AT_EOF' type='enum'/>
Daniel Veillardeca726d2004-04-18 21:47:34 +00002158 <exports symbol='XML_SCHEMAP_UNKNOWN_PROCESSCONTENT_CHILD' type='enum'/>
William M. Brackfd9e70d2004-02-26 11:01:57 +00002159 <exports symbol='XML_NS_ERR_ATTRIBUTE_REDEFINED' type='enum'/>
2160 <exports symbol='XML_ERR_NAME_REQUIRED' type='enum'/>
2161 <exports symbol='XML_IO_ETIMEDOUT' type='enum'/>
Daniel Veillard1822e8b2004-02-26 12:36:22 +00002162 <exports symbol='XML_RNGP_ATTRIBUTE_CHILDREN' type='enum'/>
William M. Brackfd9e70d2004-02-26 11:01:57 +00002163 <exports symbol='XML_RNGP_DEFINE_NAME_MISSING' type='enum'/>
2164 <exports symbol='XML_XPATH_NUMBER_ERROR' type='enum'/>
Daniel Veillard1822e8b2004-02-26 12:36:22 +00002165 <exports symbol='XML_SAVE_NO_DOCTYPE' type='enum'/>
2166 <exports symbol='XML_RNGP_CHOICE_CONTENT' type='enum'/>
William M. Brackfd9e70d2004-02-26 11:01:57 +00002167 <exports symbol='XML_RNGP_EMPTY_CONSTRUCT' type='enum'/>
2168 <exports symbol='XML_RNGP_FORBIDDEN_ATTRIBUTE' type='enum'/>
Daniel Veillard1822e8b2004-02-26 12:36:22 +00002169 <exports symbol='XML_ERR_ELEMCONTENT_NOT_FINISHED' type='enum'/>
2170 <exports symbol='XML_SCHEMAP_REDEFINED_ELEMENT' type='enum'/>
2171 <exports symbol='XML_ERR_URI_FRAGMENT' type='enum'/>
2172 <exports symbol='XML_IO_ESPIPE' type='enum'/>
2173 <exports symbol='XML_DTD_NO_DOC' type='enum'/>
William M. Brackfd9e70d2004-02-26 11:01:57 +00002174 <exports symbol='XML_IO_EEXIST' type='enum'/>
Daniel Veillard1822e8b2004-02-26 12:36:22 +00002175 <exports symbol='XML_SCHEMAP_NOT_SCHEMA' type='enum'/>
2176 <exports symbol='XML_FROM_SCHEMASV' type='enum'/>
2177 <exports symbol='XML_FROM_SCHEMASP' type='enum'/>
2178 <exports symbol='XML_ERR_MIXED_NOT_FINISHED' type='enum'/>
2179 <exports symbol='XML_SCHEMAP_DEF_AND_PREFIX' type='enum'/>
Daniel Veillard8aac2972004-05-16 01:00:37 +00002180 <exports symbol='XML_SCHEMAP_PREFIX_UNDEFINED' type='enum'/>
Daniel Veillard1822e8b2004-02-26 12:36:22 +00002181 <exports symbol='XML_DTD_STANDALONE_WHITE_SPACE' type='enum'/>
William M. Brackfd9e70d2004-02-26 11:01:57 +00002182 <exports symbol='XML_HTTP_USE_IP' type='enum'/>
Daniel Veillard1822e8b2004-02-26 12:36:22 +00002183 <exports symbol='XML_IO_ENCODER' type='enum'/>
2184 <exports symbol='XML_IO_ENOTEMPTY' type='enum'/>
2185 <exports symbol='XML_SCHEMAV_WRONGELEM' type='enum'/>
2186 <exports symbol='XML_RNGP_START_CHOICE_AND_INTERLEAVE' type='enum'/>
William M. Brackfd9e70d2004-02-26 11:01:57 +00002187 <exports symbol='XML_XPATH_INVALID_PREDICATE_ERROR' type='enum'/>
Daniel Veillard1822e8b2004-02-26 12:36:22 +00002188 <exports symbol='XML_XINCLUDE_INVALID_CHAR' type='enum'/>
2189 <exports symbol='XML_RNGP_TYPE_NOT_FOUND' type='enum'/>
2190 <exports symbol='XML_IO_BUFFER_FULL' type='enum'/>
Daniel Veillard1a792412003-11-18 23:52:38 +00002191 <exports symbol='xmlErrorPtr' type='typedef'/>
2192 <exports symbol='xmlErrorLevel' type='typedef'/>
2193 <exports symbol='xmlParserErrors' type='typedef'/>
2194 <exports symbol='xmlErrorDomain' type='typedef'/>
2195 <exports symbol='xmlError' type='typedef'/>
2196 <exports symbol='_xmlError' type='struct'/>
2197 <exports symbol='xmlParserValidityError' type='function'/>
2198 <exports symbol='xmlGenericErrorFunc' type='function'/>
2199 <exports symbol='xmlSetGenericErrorFunc' type='function'/>
2200 <exports symbol='xmlParserPrintFileInfo' type='function'/>
2201 <exports symbol='xmlCtxtResetLastError' type='function'/>
2202 <exports symbol='xmlResetLastError' type='function'/>
2203 <exports symbol='initGenericErrorDefaultFunc' type='function'/>
2204 <exports symbol='xmlCopyError' type='function'/>
2205 <exports symbol='xmlParserValidityWarning' type='function'/>
2206 <exports symbol='xmlParserPrintFileContext' type='function'/>
Daniel Veillard1822e8b2004-02-26 12:36:22 +00002207 <exports symbol='xmlGetLastError' type='function'/>
Daniel Veillard1a792412003-11-18 23:52:38 +00002208 <exports symbol='xmlParserWarning' type='function'/>
2209 <exports symbol='xmlStructuredErrorFunc' type='function'/>
2210 <exports symbol='xmlSetStructuredErrorFunc' type='function'/>
2211 <exports symbol='xmlResetError' type='function'/>
Daniel Veillard1822e8b2004-02-26 12:36:22 +00002212 <exports symbol='xmlParserError' type='function'/>
Daniel Veillard1a792412003-11-18 23:52:38 +00002213 <exports symbol='xmlCtxtGetLastError' type='function'/>
Daniel Veillarda9b66d02002-12-11 14:23:49 +00002214 </file>
Daniel Veillardbff06bf2003-11-17 16:58:05 +00002215 <file name='xmlexports'>
Daniel Veillardbe586972003-11-18 20:56:51 +00002216 <summary>macros for marking symbols as exportable/importable.</summary>
2217 <description>macros for marking symbols as exportable/importable. </description>
2218 <author>Igor Zlatovic &lt;igor@zlatkovic.com&gt; </author>
Daniel Veillard1a792412003-11-18 23:52:38 +00002219 <exports symbol='XMLCALL' type='macro'/>
2220 <exports symbol='_REENTRANT' type='macro'/>
2221 <exports symbol='XMLPUBFUN' type='macro'/>
2222 <exports symbol='XMLPUBVAR' type='macro'/>
2223 <exports symbol='LIBXML_DLL_IMPORT' type='macro'/>
Daniel Veillardbff06bf2003-11-17 16:58:05 +00002224 </file>
2225 <file name='xmlmemory'>
Daniel Veillardbe586972003-11-18 20:56:51 +00002226 <summary>interface for the memory allocator</summary>
2227 <description>provides interfaces for the memory allocator, including debugging capabilities. </description>
2228 <author>Daniel Veillard </author>
Daniel Veillard1a792412003-11-18 23:52:38 +00002229 <exports symbol='xmlRealloc' type='macro'/>
2230 <exports symbol='xmlMalloc' type='macro'/>
2231 <exports symbol='xmlMallocAtomic' type='macro'/>
2232 <exports symbol='DEBUG_MEMORY' type='macro'/>
2233 <exports symbol='xmlMemStrdup' type='macro'/>
Daniel Veillard1a792412003-11-18 23:52:38 +00002234 <exports symbol='xmlMemRealloc' type='function'/>
MST 2004 John Fleck2050d892004-01-05 01:56:38 +00002235 <exports symbol='xmlMemMalloc' type='function'/>
Daniel Veillard1a792412003-11-18 23:52:38 +00002236 <exports symbol='xmlGcMemGet' type='function'/>
2237 <exports symbol='xmlStrdupFunc' type='function'/>
Daniel Veillard1a792412003-11-18 23:52:38 +00002238 <exports symbol='xmlFreeFunc' type='function'/>
Daniel Veillard1822e8b2004-02-26 12:36:22 +00002239 <exports symbol='xmlInitMemory' type='function'/>
2240 <exports symbol='xmlMemFree' type='function'/>
MST 2004 John Fleck2050d892004-01-05 01:56:38 +00002241 <exports symbol='xmlMallocAtomicLoc' type='function'/>
2242 <exports symbol='xmlReallocLoc' type='function'/>
2243 <exports symbol='xmlCleanupMemory' type='function'/>
2244 <exports symbol='xmlMemUsed' type='function'/>
2245 <exports symbol='xmlMemSetup' type='function'/>
Daniel Veillard1822e8b2004-02-26 12:36:22 +00002246 <exports symbol='xmlMemGet' type='function'/>
2247 <exports symbol='xmlMemoryDump' type='function'/>
2248 <exports symbol='xmlMallocLoc' type='function'/>
MST 2004 John Fleck2050d892004-01-05 01:56:38 +00002249 <exports symbol='xmlReallocFunc' type='function'/>
Daniel Veillard1a792412003-11-18 23:52:38 +00002250 <exports symbol='xmlMallocFunc' type='function'/>
Daniel Veillard1822e8b2004-02-26 12:36:22 +00002251 <exports symbol='xmlMemDisplay' type='function'/>
Daniel Veillard1a792412003-11-18 23:52:38 +00002252 <exports symbol='xmlGcMemSetup' type='function'/>
Daniel Veillard1822e8b2004-02-26 12:36:22 +00002253 <exports symbol='xmlMemShow' type='function'/>
Daniel Veillard1a792412003-11-18 23:52:38 +00002254 <exports symbol='xmlMemoryStrdup' type='function'/>
Daniel Veillard1a792412003-11-18 23:52:38 +00002255 <exports symbol='xmlMemStrdupLoc' type='function'/>
Daniel Veillardbff06bf2003-11-17 16:58:05 +00002256 </file>
2257 <file name='xmlreader'>
Daniel Veillardbe586972003-11-18 20:56:51 +00002258 <summary>the XMLReader implementation</summary>
2259 <description>API of the XML streaming API based on C# interfaces. </description>
2260 <author>Daniel Veillard </author>
Daniel Veillard1a792412003-11-18 23:52:38 +00002261 <exports symbol='XML_READER_TYPE_DOCUMENT_FRAGMENT' type='enum'/>
Daniel Veillard8aac2972004-05-16 01:00:37 +00002262 <exports symbol='XML_TEXTREADER_MODE_INITIAL' type='enum'/>
Daniel Veillard1822e8b2004-02-26 12:36:22 +00002263 <exports symbol='XML_READER_TYPE_COMMENT' type='enum'/>
Daniel Veillard1a792412003-11-18 23:52:38 +00002264 <exports symbol='XML_PARSER_SEVERITY_ERROR' type='enum'/>
Daniel Veillard8aac2972004-05-16 01:00:37 +00002265 <exports symbol='XML_TEXTREADER_MODE_EOF' type='enum'/>
Daniel Veillard1822e8b2004-02-26 12:36:22 +00002266 <exports symbol='XML_PARSER_LOADDTD' type='enum'/>
2267 <exports symbol='XML_READER_TYPE_ENTITY' type='enum'/>
2268 <exports symbol='XML_READER_TYPE_SIGNIFICANT_WHITESPACE' type='enum'/>
Daniel Veillard1a792412003-11-18 23:52:38 +00002269 <exports symbol='XML_READER_TYPE_TEXT' type='enum'/>
Daniel Veillard1822e8b2004-02-26 12:36:22 +00002270 <exports symbol='XML_READER_TYPE_PROCESSING_INSTRUCTION' type='enum'/>
2271 <exports symbol='XML_READER_TYPE_END_ENTITY' type='enum'/>
Daniel Veillard8aac2972004-05-16 01:00:37 +00002272 <exports symbol='XML_TEXTREADER_MODE_READING' type='enum'/>
Daniel Veillard1a792412003-11-18 23:52:38 +00002273 <exports symbol='XML_READER_TYPE_XML_DECLARATION' type='enum'/>
Daniel Veillard1822e8b2004-02-26 12:36:22 +00002274 <exports symbol='XML_PARSER_DEFAULTATTRS' type='enum'/>
Daniel Veillard1a792412003-11-18 23:52:38 +00002275 <exports symbol='XML_READER_TYPE_NONE' type='enum'/>
Daniel Veillard8aac2972004-05-16 01:00:37 +00002276 <exports symbol='XML_TEXTREADER_MODE_CLOSED' type='enum'/>
Daniel Veillard1a792412003-11-18 23:52:38 +00002277 <exports symbol='XML_PARSER_SEVERITY_VALIDITY_ERROR' type='enum'/>
Daniel Veillard1822e8b2004-02-26 12:36:22 +00002278 <exports symbol='XML_PARSER_VALIDATE' type='enum'/>
William M. Brackfd9e70d2004-02-26 11:01:57 +00002279 <exports symbol='XML_PARSER_SEVERITY_WARNING' type='enum'/>
Daniel Veillard1822e8b2004-02-26 12:36:22 +00002280 <exports symbol='XML_PARSER_SEVERITY_VALIDITY_WARNING' type='enum'/>
Daniel Veillard8aac2972004-05-16 01:00:37 +00002281 <exports symbol='XML_TEXTREADER_MODE_ERROR' type='enum'/>
Daniel Veillard1822e8b2004-02-26 12:36:22 +00002282 <exports symbol='XML_READER_TYPE_ATTRIBUTE' type='enum'/>
2283 <exports symbol='XML_READER_TYPE_ELEMENT' type='enum'/>
Daniel Veillard1a792412003-11-18 23:52:38 +00002284 <exports symbol='XML_READER_TYPE_DOCUMENT' type='enum'/>
2285 <exports symbol='XML_READER_TYPE_DOCUMENT_TYPE' type='enum'/>
Daniel Veillard1822e8b2004-02-26 12:36:22 +00002286 <exports symbol='XML_READER_TYPE_CDATA' type='enum'/>
Daniel Veillard1a792412003-11-18 23:52:38 +00002287 <exports symbol='XML_READER_TYPE_END_ELEMENT' type='enum'/>
2288 <exports symbol='XML_READER_TYPE_WHITESPACE' type='enum'/>
2289 <exports symbol='XML_READER_TYPE_NOTATION' type='enum'/>
2290 <exports symbol='XML_PARSER_SUBST_ENTITIES' type='enum'/>
2291 <exports symbol='XML_READER_TYPE_ENTITY_REFERENCE' type='enum'/>
Daniel Veillard8aac2972004-05-16 01:00:37 +00002292 <exports symbol='XML_TEXTREADER_MODE_INTERACTIVE' type='enum'/>
Daniel Veillard1822e8b2004-02-26 12:36:22 +00002293 <exports symbol='xmlParserProperties' type='typedef'/>
Daniel Veillard1a792412003-11-18 23:52:38 +00002294 <exports symbol='xmlTextReaderPtr' type='typedef'/>
Daniel Veillard8aac2972004-05-16 01:00:37 +00002295 <exports symbol='xmlTextReaderMode' type='typedef'/>
Daniel Veillard1a792412003-11-18 23:52:38 +00002296 <exports symbol='xmlParserSeverities' type='typedef'/>
2297 <exports symbol='xmlTextReader' type='typedef'/>
2298 <exports symbol='xmlTextReaderLocatorPtr' type='typedef'/>
2299 <exports symbol='xmlReaderTypes' type='typedef'/>
2300 <exports symbol='xmlTextReaderBaseUri' type='function'/>
2301 <exports symbol='xmlTextReaderValue' type='function'/>
2302 <exports symbol='xmlNewTextReaderFilename' type='function'/>
2303 <exports symbol='xmlTextReaderRead' type='function'/>
2304 <exports symbol='xmlTextReaderReadString' type='function'/>
2305 <exports symbol='xmlTextReaderMoveToAttributeNo' type='function'/>
2306 <exports symbol='xmlTextReaderDepth' type='function'/>
2307 <exports symbol='xmlTextReaderErrorFunc' type='function'/>
2308 <exports symbol='xmlTextReaderHasAttributes' type='function'/>
Daniel Veillard1822e8b2004-02-26 12:36:22 +00002309 <exports symbol='xmlReaderNewWalker' type='function'/>
Daniel Veillard1a792412003-11-18 23:52:38 +00002310 <exports symbol='xmlTextReaderSetErrorHandler' type='function'/>
2311 <exports symbol='xmlTextReaderLocatorLineNumber' type='function'/>
2312 <exports symbol='xmlTextReaderLookupNamespace' type='function'/>
2313 <exports symbol='xmlTextReaderMoveToAttributeNs' type='function'/>
2314 <exports symbol='xmlTextReaderNext' type='function'/>
2315 <exports symbol='xmlTextReaderReadAttributeValue' type='function'/>
2316 <exports symbol='xmlTextReaderIsDefault' type='function'/>
2317 <exports symbol='xmlReaderForFile' type='function'/>
2318 <exports symbol='xmlTextReaderConstNamespaceUri' type='function'/>
2319 <exports symbol='xmlTextReaderMoveToNextAttribute' type='function'/>
2320 <exports symbol='xmlTextReaderQuoteChar' type='function'/>
2321 <exports symbol='xmlTextReaderReadOuterXml' type='function'/>
Daniel Veillard1822e8b2004-02-26 12:36:22 +00002322 <exports symbol='xmlTextReaderNamespaceUri' type='function'/>
2323 <exports symbol='xmlTextReaderExpand' type='function'/>
Daniel Veillard1a792412003-11-18 23:52:38 +00002324 <exports symbol='xmlReaderNewDoc' type='function'/>
2325 <exports symbol='xmlTextReaderXmlLang' type='function'/>
2326 <exports symbol='xmlReaderForDoc' type='function'/>
2327 <exports symbol='xmlReaderNewIO' type='function'/>
2328 <exports symbol='xmlTextReaderMoveToElement' type='function'/>
Daniel Veillard36711902004-02-11 13:25:26 +00002329 <exports symbol='xmlTextReaderSetStructuredErrorHandler' type='function'/>
Daniel Veillard1a792412003-11-18 23:52:38 +00002330 <exports symbol='xmlTextReaderClose' type='function'/>
2331 <exports symbol='xmlTextReaderReadInnerXml' type='function'/>
2332 <exports symbol='xmlReaderWalker' type='function'/>
2333 <exports symbol='xmlReaderForIO' type='function'/>
2334 <exports symbol='xmlTextReaderIsValid' type='function'/>
2335 <exports symbol='xmlTextReaderConstXmlLang' type='function'/>
Daniel Veillard1822e8b2004-02-26 12:36:22 +00002336 <exports symbol='xmlTextReaderConstString' type='function'/>
Daniel Veillard1a792412003-11-18 23:52:38 +00002337 <exports symbol='xmlTextReaderNodeType' type='function'/>
2338 <exports symbol='xmlTextReaderNormalization' type='function'/>
2339 <exports symbol='xmlTextReaderGetErrorHandler' type='function'/>
2340 <exports symbol='xmlTextReaderConstPrefix' type='function'/>
2341 <exports symbol='xmlTextReaderGetParserProp' type='function'/>
2342 <exports symbol='xmlTextReaderGetRemainder' type='function'/>
2343 <exports symbol='xmlReaderNewFile' type='function'/>
2344 <exports symbol='xmlFreeTextReader' type='function'/>
2345 <exports symbol='xmlTextReaderMoveToAttribute' type='function'/>
2346 <exports symbol='xmlTextReaderRelaxNGSetSchema' type='function'/>
2347 <exports symbol='xmlTextReaderName' type='function'/>
2348 <exports symbol='xmlReaderNewFd' type='function'/>
2349 <exports symbol='xmlTextReaderNextSibling' type='function'/>
2350 <exports symbol='xmlTextReaderRelaxNGValidate' type='function'/>
2351 <exports symbol='xmlTextReaderIsEmptyElement' type='function'/>
2352 <exports symbol='xmlTextReaderCurrentDoc' type='function'/>
2353 <exports symbol='xmlReaderForMemory' type='function'/>
Daniel Veillard1822e8b2004-02-26 12:36:22 +00002354 <exports symbol='xmlTextReaderConstBaseUri' type='function'/>
Daniel Veillard1a792412003-11-18 23:52:38 +00002355 <exports symbol='xmlReaderForFd' type='function'/>
2356 <exports symbol='xmlTextReaderMoveToFirstAttribute' type='function'/>
2357 <exports symbol='xmlTextReaderPrefix' type='function'/>
Daniel Veillard1e906612003-12-05 14:57:46 +00002358 <exports symbol='xmlTextReaderPreservePattern' type='function'/>
Daniel Veillard1a792412003-11-18 23:52:38 +00002359 <exports symbol='xmlTextReaderLocatorBaseURI' type='function'/>
2360 <exports symbol='xmlTextReaderGetAttribute' type='function'/>
2361 <exports symbol='xmlReaderNewMemory' type='function'/>
2362 <exports symbol='xmlTextReaderConstValue' type='function'/>
2363 <exports symbol='xmlNewTextReader' type='function'/>
2364 <exports symbol='xmlTextReaderGetAttributeNo' type='function'/>
2365 <exports symbol='xmlTextReaderLocalName' type='function'/>
Daniel Veillard1822e8b2004-02-26 12:36:22 +00002366 <exports symbol='xmlTextReaderGetAttributeNs' type='function'/>
Daniel Veillard1a792412003-11-18 23:52:38 +00002367 <exports symbol='xmlTextReaderConstName' type='function'/>
2368 <exports symbol='xmlTextReaderHasValue' type='function'/>
2369 <exports symbol='xmlTextReaderPreserve' type='function'/>
2370 <exports symbol='xmlTextReaderAttributeCount' type='function'/>
2371 <exports symbol='xmlTextReaderReadState' type='function'/>
Daniel Veillard1822e8b2004-02-26 12:36:22 +00002372 <exports symbol='xmlTextReaderCurrentNode' type='function'/>
2373 <exports symbol='xmlTextReaderConstLocalName' type='function'/>
Daniel Veillard1a792412003-11-18 23:52:38 +00002374 <exports symbol='xmlTextReaderSetParserProp' type='function'/>
Daniel Veillarda9b66d02002-12-11 14:23:49 +00002375 </file>
2376 <file name='xmlregexp'>
Daniel Veillardbe586972003-11-18 20:56:51 +00002377 <summary>regular expressions handling</summary>
2378 <description>basic API for libxml regular expressions handling used for XML Schemas and validation. </description>
2379 <author>Daniel Veillard </author>
Daniel Veillard1a792412003-11-18 23:52:38 +00002380 <exports symbol='xmlRegExecCtxtPtr' type='typedef'/>
2381 <exports symbol='xmlRegexp' type='typedef'/>
2382 <exports symbol='xmlRegexpPtr' type='typedef'/>
2383 <exports symbol='xmlRegExecCtxt' type='typedef'/>
2384 <exports symbol='xmlRegFreeExecCtxt' type='function'/>
Daniel Veillard1822e8b2004-02-26 12:36:22 +00002385 <exports symbol='xmlRegexpCompile' type='function'/>
Daniel Veillard1a792412003-11-18 23:52:38 +00002386 <exports symbol='xmlRegExecCallbacks' type='function'/>
2387 <exports symbol='xmlRegNewExecCtxt' type='function'/>
William M. Brackfd9e70d2004-02-26 11:01:57 +00002388 <exports symbol='xmlRegexpIsDeterminist' type='function'/>
Daniel Veillard1822e8b2004-02-26 12:36:22 +00002389 <exports symbol='xmlRegExecPushString2' type='function'/>
William M. Brackfd9e70d2004-02-26 11:01:57 +00002390 <exports symbol='xmlRegExecPushString' type='function'/>
Daniel Veillard1822e8b2004-02-26 12:36:22 +00002391 <exports symbol='xmlRegexpExec' type='function'/>
2392 <exports symbol='xmlRegFreeRegexp' type='function'/>
Daniel Veillard1a792412003-11-18 23:52:38 +00002393 <exports symbol='xmlRegexpPrint' type='function'/>
Daniel Veillarda9b66d02002-12-11 14:23:49 +00002394 </file>
Daniel Veillardfc979062004-03-04 22:07:16 +00002395 <file name='xmlsave'>
2396 <summary>the XML document serializer</summary>
2397 <description>API to save document or subtree of document </description>
2398 <author>Daniel Veillard </author>
2399 <exports symbol='xmlSaveCtxt' type='typedef'/>
2400 <exports symbol='xmlSaveCtxtPtr' type='typedef'/>
2401 <exports symbol='xmlSaveToIO' type='function'/>
Daniel Veillardfc979062004-03-04 22:07:16 +00002402 <exports symbol='xmlSaveToFilename' type='function'/>
Daniel Veillard8aac2972004-05-16 01:00:37 +00002403 <exports symbol='xmlSaveToFd' type='function'/>
2404 <exports symbol='xmlSaveToBuffer' type='function'/>
Daniel Veillardfc979062004-03-04 22:07:16 +00002405 <exports symbol='xmlSaveClose' type='function'/>
Daniel Veillardfc979062004-03-04 22:07:16 +00002406 <exports symbol='xmlSaveDoc' type='function'/>
Daniel Veillard8aac2972004-05-16 01:00:37 +00002407 <exports symbol='xmlSaveFlush' type='function'/>
2408 <exports symbol='xmlSaveSetAttrEscape' type='function'/>
2409 <exports symbol='xmlSaveSetEscape' type='function'/>
Daniel Veillardfc979062004-03-04 22:07:16 +00002410 <exports symbol='xmlSaveTree' type='function'/>
2411 </file>
Daniel Veillardbff06bf2003-11-17 16:58:05 +00002412 <file name='xmlschemas'>
Daniel Veillardbe586972003-11-18 20:56:51 +00002413 <summary>incomplete XML Schemas structure implementation</summary>
2414 <description>interface to the XML Schemas handling and schema validity checking, it is incomplete right now. </description>
2415 <author>Daniel Veillard </author>
Daniel Veillard1a792412003-11-18 23:52:38 +00002416 <exports symbol='XML_SCHEMAS_ERR_NOTNILLABLE' type='enum'/>
2417 <exports symbol='XML_SCHEMAS_ERR_OK' type='enum'/>
William M. Brackfd9e70d2004-02-26 11:01:57 +00002418 <exports symbol='XML_SCHEMAS_ERR_NOROLLBACK' type='enum'/>
Daniel Veillard1822e8b2004-02-26 12:36:22 +00002419 <exports symbol='XML_SCHEMAS_ERR_XXX' type='enum'/>
2420 <exports symbol='XML_SCHEMAS_ERR_VALUE' type='enum'/>
William M. Brackfd9e70d2004-02-26 11:01:57 +00002421 <exports symbol='XML_SCHEMAS_ERR_NOTTOPLEVEL' type='enum'/>
2422 <exports symbol='XML_SCHEMAS_ERR_NOTEMPTY' type='enum'/>
Daniel Veillard1822e8b2004-02-26 12:36:22 +00002423 <exports symbol='XML_SCHEMAS_ERR_NOROOT' type='enum'/>
William M. Brackfd9e70d2004-02-26 11:01:57 +00002424 <exports symbol='XML_SCHEMAS_ERR_INVALIDELEM' type='enum'/>
Daniel Veillard1822e8b2004-02-26 12:36:22 +00002425 <exports symbol='XML_SCHEMAS_ERR_ISABSTRACT' type='enum'/>
William M. Brackfd9e70d2004-02-26 11:01:57 +00002426 <exports symbol='XML_SCHEMAS_ERR_ATTRINVALID' type='enum'/>
Daniel Veillard1822e8b2004-02-26 12:36:22 +00002427 <exports symbol='XML_SCHEMAS_ERR_ATTRUNKNOWN' type='enum'/>
William M. Brackfd9e70d2004-02-26 11:01:57 +00002428 <exports symbol='XML_SCHEMAS_ERR_EXTRACONTENT' type='enum'/>
Daniel Veillard1822e8b2004-02-26 12:36:22 +00002429 <exports symbol='XML_SCHEMAS_ERR_NOTDETERMINIST' type='enum'/>
William M. Brackfd9e70d2004-02-26 11:01:57 +00002430 <exports symbol='XML_SCHEMAS_ERR_NOTSIMPLE' type='enum'/>
Daniel Veillard1822e8b2004-02-26 12:36:22 +00002431 <exports symbol='XML_SCHEMAS_ERR_INTERNAL' type='enum'/>
William M. Brackfd9e70d2004-02-26 11:01:57 +00002432 <exports symbol='XML_SCHEMAS_ERR_UNDECLAREDELEM' type='enum'/>
Daniel Veillard1822e8b2004-02-26 12:36:22 +00002433 <exports symbol='XML_SCHEMAS_ERR_WRONGELEM' type='enum'/>
William M. Brackfd9e70d2004-02-26 11:01:57 +00002434 <exports symbol='XML_SCHEMAS_ERR_' type='enum'/>
Daniel Veillard1822e8b2004-02-26 12:36:22 +00002435 <exports symbol='XML_SCHEMAS_ERR_MISSING' type='enum'/>
2436 <exports symbol='XML_SCHEMAS_ERR_INVALIDATTR' type='enum'/>
2437 <exports symbol='XML_SCHEMAS_ERR_HAVEDEFAULT' type='enum'/>
2438 <exports symbol='XML_SCHEMAS_ERR_CONSTRUCT' type='enum'/>
2439 <exports symbol='XML_SCHEMAS_ERR_FACET' type='enum'/>
2440 <exports symbol='XML_SCHEMAS_ERR_ELEMCONT' type='enum'/>
2441 <exports symbol='XML_SCHEMAS_ERR_NOTYPE' type='enum'/>
Daniel Veillard1a792412003-11-18 23:52:38 +00002442 <exports symbol='xmlSchemaPtr' type='typedef'/>
2443 <exports symbol='xmlSchemaParserCtxt' type='typedef'/>
2444 <exports symbol='xmlSchemaValidCtxtPtr' type='typedef'/>
2445 <exports symbol='xmlSchemaParserCtxtPtr' type='typedef'/>
2446 <exports symbol='xmlSchema' type='typedef'/>
2447 <exports symbol='xmlSchemaValidError' type='typedef'/>
2448 <exports symbol='xmlSchemaValidCtxt' type='typedef'/>
2449 <exports symbol='xmlSchemaValidateStream' type='function'/>
2450 <exports symbol='xmlSchemaSetParserErrors' type='function'/>
Daniel Veillard1822e8b2004-02-26 12:36:22 +00002451 <exports symbol='xmlSchemaValidityWarningFunc' type='function'/>
Daniel Veillard1a792412003-11-18 23:52:38 +00002452 <exports symbol='xmlSchemaValidateDoc' type='function'/>
2453 <exports symbol='xmlSchemaNewDocParserCtxt' type='function'/>
2454 <exports symbol='xmlSchemaFree' type='function'/>
Daniel Veillard1822e8b2004-02-26 12:36:22 +00002455 <exports symbol='xmlSchemaNewParserCtxt' type='function'/>
Daniel Veillard1a792412003-11-18 23:52:38 +00002456 <exports symbol='xmlSchemaParse' type='function'/>
2457 <exports symbol='xmlSchemaNewMemParserCtxt' type='function'/>
2458 <exports symbol='xmlSchemaFreeParserCtxt' type='function'/>
2459 <exports symbol='xmlSchemaFreeValidCtxt' type='function'/>
2460 <exports symbol='xmlSchemaNewValidCtxt' type='function'/>
William M. Brackfd9e70d2004-02-26 11:01:57 +00002461 <exports symbol='xmlSchemaDump' type='function'/>
Daniel Veillard1822e8b2004-02-26 12:36:22 +00002462 <exports symbol='xmlSchemaSetValidErrors' type='function'/>
Daniel Veillard1a792412003-11-18 23:52:38 +00002463 <exports symbol='xmlSchemaValidityErrorFunc' type='function'/>
Daniel Veillardbff06bf2003-11-17 16:58:05 +00002464 </file>
2465 <file name='xmlschemastypes'>
Daniel Veillardbe586972003-11-18 20:56:51 +00002466 <summary>implementation of XML Schema Datatypes</summary>
2467 <description>module providing the XML Schema Datatypes implementation both definition and validity checking </description>
2468 <author>Daniel Veillard </author>
Daniel Veillard1a792412003-11-18 23:52:38 +00002469 <exports symbol='xmlSchemaNewFacet' type='function'/>
2470 <exports symbol='xmlSchemaValPredefTypeNode' type='function'/>
2471 <exports symbol='xmlSchemaFreeFacet' type='function'/>
2472 <exports symbol='xmlSchemaValidatePredefinedType' type='function'/>
2473 <exports symbol='xmlSchemaCompareValues' type='function'/>
2474 <exports symbol='xmlSchemaValidateFacet' type='function'/>
2475 <exports symbol='xmlSchemaCleanupTypes' type='function'/>
2476 <exports symbol='xmlSchemaInitTypes' type='function'/>
2477 <exports symbol='xmlSchemaFreeValue' type='function'/>
2478 <exports symbol='xmlSchemaGetPredefinedType' type='function'/>
2479 <exports symbol='xmlSchemaCheckFacet' type='function'/>
Daniel Veillard8d7b5c72003-11-15 18:24:36 +00002480 </file>
William M. Bracka2e844a2004-01-06 11:52:13 +00002481 <file name='xmlstring'>
Daniel Veillard59870712004-01-06 14:17:05 +00002482 <summary>set of routines to process strings</summary>
2483 <description>type and interfaces needed for the internal string handling of the library, especially UTF8 processing. </description>
William M. Bracka2e844a2004-01-06 11:52:13 +00002484 <author>Daniel Veillard </author>
2485 <exports symbol='BAD_CAST' type='macro'/>
2486 <exports symbol='xmlChar' type='typedef'/>
2487 <exports symbol='xmlStrcmp' type='function'/>
William M. Brackfd9e70d2004-02-26 11:01:57 +00002488 <exports symbol='xmlStrncmp' type='function'/>
Daniel Veillard1822e8b2004-02-26 12:36:22 +00002489 <exports symbol='xmlUTF8Strloc' type='function'/>
2490 <exports symbol='xmlCharStrndup' type='function'/>
William M. Brackfd9e70d2004-02-26 11:01:57 +00002491 <exports symbol='xmlStrsub' type='function'/>
2492 <exports symbol='xmlStrncat' type='function'/>
2493 <exports symbol='xmlGetUTF8Char' type='function'/>
Daniel Veillard1822e8b2004-02-26 12:36:22 +00002494 <exports symbol='xmlStrcasestr' type='function'/>
2495 <exports symbol='xmlStrcat' type='function'/>
William M. Brackfd9e70d2004-02-26 11:01:57 +00002496 <exports symbol='xmlStrcasecmp' type='function'/>
Daniel Veillard1822e8b2004-02-26 12:36:22 +00002497 <exports symbol='xmlStrstr' type='function'/>
2498 <exports symbol='xmlStrPrintf' type='function'/>
William M. Brackfd9e70d2004-02-26 11:01:57 +00002499 <exports symbol='xmlStrndup' type='function'/>
2500 <exports symbol='xmlStrVPrintf' type='function'/>
Daniel Veillard1822e8b2004-02-26 12:36:22 +00002501 <exports symbol='xmlUTF8Size' type='function'/>
William M. Brackfd9e70d2004-02-26 11:01:57 +00002502 <exports symbol='xmlCheckUTF8' type='function'/>
Daniel Veillard1822e8b2004-02-26 12:36:22 +00002503 <exports symbol='xmlStrQEqual' type='function'/>
William M. Brackfd9e70d2004-02-26 11:01:57 +00002504 <exports symbol='xmlStrncasecmp' type='function'/>
2505 <exports symbol='xmlUTF8Strlen' type='function'/>
2506 <exports symbol='xmlUTF8Strsub' type='function'/>
Daniel Veillard1822e8b2004-02-26 12:36:22 +00002507 <exports symbol='xmlStrncatNew' type='function'/>
2508 <exports symbol='xmlUTF8Strpos' type='function'/>
William M. Brackfd9e70d2004-02-26 11:01:57 +00002509 <exports symbol='xmlStrEqual' type='function'/>
Daniel Veillard1822e8b2004-02-26 12:36:22 +00002510 <exports symbol='xmlStrlen' type='function'/>
William M. Brackfd9e70d2004-02-26 11:01:57 +00002511 <exports symbol='xmlUTF8Charcmp' type='function'/>
2512 <exports symbol='xmlUTF8Strndup' type='function'/>
Daniel Veillard1822e8b2004-02-26 12:36:22 +00002513 <exports symbol='xmlUTF8Strsize' type='function'/>
2514 <exports symbol='xmlStrdup' type='function'/>
2515 <exports symbol='xmlCharStrdup' type='function'/>
2516 <exports symbol='xmlStrchr' type='function'/>
William M. Bracka2e844a2004-01-06 11:52:13 +00002517 </file>
Daniel Veillard8d7b5c72003-11-15 18:24:36 +00002518 <file name='xmlunicode'>
Daniel Veillardbe586972003-11-18 20:56:51 +00002519 <summary>Unicode character APIs</summary>
2520 <description>API for the Unicode character APIs This file is automatically generated from the UCS description files of the Unicode Character Database</description>
2521 <author>Daniel Veillard </author>
Daniel Veillard1a792412003-11-18 23:52:38 +00002522 <exports symbol='xmlUCSIsBlockElements' type='function'/>
William M. Brackfd9e70d2004-02-26 11:01:57 +00002523 <exports symbol='xmlUCSIsVariationSelectorsSupplement' type='function'/>
Daniel Veillard1822e8b2004-02-26 12:36:22 +00002524 <exports symbol='xmlUCSIsTags' type='function'/>
William M. Brackfd9e70d2004-02-26 11:01:57 +00002525 <exports symbol='xmlUCSIsEnclosedAlphanumerics' type='function'/>
Daniel Veillard1822e8b2004-02-26 12:36:22 +00002526 <exports symbol='xmlUCSIsBopomofo' type='function'/>
2527 <exports symbol='xmlUCSIsSinhala' type='function'/>
2528 <exports symbol='xmlUCSIsDingbats' type='function'/>
2529 <exports symbol='xmlUCSIsLatinExtendedB' type='function'/>
2530 <exports symbol='xmlUCSIsCombiningHalfMarks' type='function'/>
2531 <exports symbol='xmlUCSIsSupplementalArrowsA' type='function'/>
2532 <exports symbol='xmlUCSIsLatinExtendedA' type='function'/>
2533 <exports symbol='xmlUCSIsYiRadicals' type='function'/>
William M. Brackfd9e70d2004-02-26 11:01:57 +00002534 <exports symbol='xmlUCSIsCombiningDiacriticalMarks' type='function'/>
Daniel Veillard1822e8b2004-02-26 12:36:22 +00002535 <exports symbol='xmlUCSIsCombiningMarksforSymbols' type='function'/>
2536 <exports symbol='xmlUCSIsHalfwidthandFullwidthForms' type='function'/>
2537 <exports symbol='xmlUCSIsBasicLatin' type='function'/>
2538 <exports symbol='xmlUCSIsOldItalic' type='function'/>
2539 <exports symbol='xmlUCSIsLimbu' type='function'/>
William M. Brackfd9e70d2004-02-26 11:01:57 +00002540 <exports symbol='xmlUCSIsCat' type='function'/>
Daniel Veillard1822e8b2004-02-26 12:36:22 +00002541 <exports symbol='xmlUCSIsCatSo' type='function'/>
William M. Brackfd9e70d2004-02-26 11:01:57 +00002542 <exports symbol='xmlUCSIsCatLu' type='function'/>
2543 <exports symbol='xmlUCSIsCatLt' type='function'/>
2544 <exports symbol='xmlUCSIsYiSyllables' type='function'/>
Daniel Veillard1822e8b2004-02-26 12:36:22 +00002545 <exports symbol='xmlUCSIsCatSk' type='function'/>
William M. Brackfd9e70d2004-02-26 11:01:57 +00002546 <exports symbol='xmlUCSIsCatLo' type='function'/>
Daniel Veillard1822e8b2004-02-26 12:36:22 +00002547 <exports symbol='xmlUCSIsKhmerSymbols' type='function'/>
William M. Brackfd9e70d2004-02-26 11:01:57 +00002548 <exports symbol='xmlUCSIsCatLm' type='function'/>
Daniel Veillard1822e8b2004-02-26 12:36:22 +00002549 <exports symbol='xmlUCSIsAlphabeticPresentationForms' type='function'/>
William M. Brackfd9e70d2004-02-26 11:01:57 +00002550 <exports symbol='xmlUCSIsMiscellaneousTechnical' type='function'/>
Daniel Veillard1822e8b2004-02-26 12:36:22 +00002551 <exports symbol='xmlUCSIsMongolian' type='function'/>
William M. Brackfd9e70d2004-02-26 11:01:57 +00002552 <exports symbol='xmlUCSIsUgaritic' type='function'/>
2553 <exports symbol='xmlUCSIsCJKCompatibilityIdeographsSupplement' type='function'/>
Daniel Veillard1822e8b2004-02-26 12:36:22 +00002554 <exports symbol='xmlUCSIsKannada' type='function'/>
2555 <exports symbol='xmlUCSIsMalayalam' type='function'/>
William M. Brackfd9e70d2004-02-26 11:01:57 +00002556 <exports symbol='xmlUCSIsCypriotSyllabary' type='function'/>
2557 <exports symbol='xmlUCSIsTamil' type='function'/>
2558 <exports symbol='xmlUCSIsCatC' type='function'/>
Daniel Veillard1822e8b2004-02-26 12:36:22 +00002559 <exports symbol='xmlUCSIsUnifiedCanadianAboriginalSyllabics' type='function'/>
William M. Brackfd9e70d2004-02-26 11:01:57 +00002560 <exports symbol='xmlUCSIsCatN' type='function'/>
Daniel Veillard1822e8b2004-02-26 12:36:22 +00002561 <exports symbol='xmlUCSIsCatLl' type='function'/>
William M. Brackfd9e70d2004-02-26 11:01:57 +00002562 <exports symbol='xmlUCSIsCatL' type='function'/>
2563 <exports symbol='xmlUCSIsCatM' type='function'/>
Daniel Veillard1822e8b2004-02-26 12:36:22 +00002564 <exports symbol='xmlUCSIsTelugu' type='function'/>
2565 <exports symbol='xmlUCSIsMathematicalAlphanumericSymbols' type='function'/>
2566 <exports symbol='xmlUCSIsLowSurrogates' type='function'/>
2567 <exports symbol='xmlUCSIsOsmanya' type='function'/>
William M. Brackfd9e70d2004-02-26 11:01:57 +00002568 <exports symbol='xmlUCSIsGreek' type='function'/>
Daniel Veillard1822e8b2004-02-26 12:36:22 +00002569 <exports symbol='xmlUCSIsEthiopic' type='function'/>
2570 <exports symbol='xmlUCSIsCatP' type='function'/>
2571 <exports symbol='xmlUCSIsBoxDrawing' type='function'/>
2572 <exports symbol='xmlUCSIsGeorgian' type='function'/>
2573 <exports symbol='xmlUCSIsOgham' type='function'/>
2574 <exports symbol='xmlUCSIsCatZ' type='function'/>
2575 <exports symbol='xmlUCSIsGreekandCoptic' type='function'/>
2576 <exports symbol='xmlUCSIsIPAExtensions' type='function'/>
2577 <exports symbol='xmlUCSIsByzantineMusicalSymbols' type='function'/>
2578 <exports symbol='xmlUCSIsKangxiRadicals' type='function'/>
2579 <exports symbol='xmlUCSIsEnclosedCJKLettersandMonths' type='function'/>
2580 <exports symbol='xmlUCSIsCJKCompatibilityForms' type='function'/>
2581 <exports symbol='xmlUCSIsCatCs' type='function'/>
William M. Brackfd9e70d2004-02-26 11:01:57 +00002582 <exports symbol='xmlUCSIsHanunoo' type='function'/>
Daniel Veillard1822e8b2004-02-26 12:36:22 +00002583 <exports symbol='xmlUCSIsGreekExtended' type='function'/>
2584 <exports symbol='xmlUCSIsCJKRadicalsSupplement' type='function'/>
William M. Brackfd9e70d2004-02-26 11:01:57 +00002585 <exports symbol='xmlUCSIsArmenian' type='function'/>
Daniel Veillard1822e8b2004-02-26 12:36:22 +00002586 <exports symbol='xmlUCSIsCatCf' type='function'/>
2587 <exports symbol='xmlUCSIsSmallFormVariants' type='function'/>
2588 <exports symbol='xmlUCSIsHangulCompatibilityJamo' type='function'/>
William M. Brackfd9e70d2004-02-26 11:01:57 +00002589 <exports symbol='xmlUCSIsSupplementaryPrivateUseAreaB' type='function'/>
Daniel Veillard1822e8b2004-02-26 12:36:22 +00002590 <exports symbol='xmlUCSIsCatCc' type='function'/>
William M. Brackfd9e70d2004-02-26 11:01:57 +00002591 <exports symbol='xmlUCSIsSupplementaryPrivateUseAreaA' type='function'/>
Daniel Veillard1822e8b2004-02-26 12:36:22 +00002592 <exports symbol='xmlUCSIsCatCo' type='function'/>
2593 <exports symbol='xmlUCSIsCherokee' type='function'/>
2594 <exports symbol='xmlUCSIsCatPe' type='function'/>
William M. Brackfd9e70d2004-02-26 11:01:57 +00002595 <exports symbol='xmlUCSIsKatakanaPhoneticExtensions' type='function'/>
Daniel Veillard1822e8b2004-02-26 12:36:22 +00002596 <exports symbol='xmlUCSIsLinearBSyllabary' type='function'/>
2597 <exports symbol='xmlUCSIsGothic' type='function'/>
William M. Brackfd9e70d2004-02-26 11:01:57 +00002598 <exports symbol='xmlUCSIsLetterlikeSymbols' type='function'/>
Daniel Veillard1822e8b2004-02-26 12:36:22 +00002599 <exports symbol='xmlUCSIsKhmer' type='function'/>
2600 <exports symbol='xmlUCSIsCatNd' type='function'/>
Daniel Veillard1a792412003-11-18 23:52:38 +00002601 <exports symbol='xmlUCSIsPhoneticExtensions' type='function'/>
Daniel Veillard1822e8b2004-02-26 12:36:22 +00002602 <exports symbol='xmlUCSIsTaiLe' type='function'/>
Daniel Veillard1a792412003-11-18 23:52:38 +00002603 <exports symbol='xmlUCSIsArabic' type='function'/>
2604 <exports symbol='xmlUCSIsHebrew' type='function'/>
Daniel Veillard1822e8b2004-02-26 12:36:22 +00002605 <exports symbol='xmlUCSIsMiscellaneousMathematicalSymbolsB' type='function'/>
2606 <exports symbol='xmlUCSIsCombiningDiacriticalMarksforSymbols' type='function'/>
2607 <exports symbol='xmlUCSIsVariationSelectors' type='function'/>
Daniel Veillard1a792412003-11-18 23:52:38 +00002608 <exports symbol='xmlUCSIsArabicPresentationFormsA' type='function'/>
2609 <exports symbol='xmlUCSIsCatZp' type='function'/>
2610 <exports symbol='xmlUCSIsCatZs' type='function'/>
2611 <exports symbol='xmlUCSIsArabicPresentationFormsB' type='function'/>
2612 <exports symbol='xmlUCSIsGeometricShapes' type='function'/>
2613 <exports symbol='xmlUCSIsCatZl' type='function'/>
2614 <exports symbol='xmlUCSIsTagalog' type='function'/>
2615 <exports symbol='xmlUCSIsSpecials' type='function'/>
2616 <exports symbol='xmlUCSIsGujarati' type='function'/>
Daniel Veillard1822e8b2004-02-26 12:36:22 +00002617 <exports symbol='xmlUCSIsLinearBIdeograms' type='function'/>
2618 <exports symbol='xmlUCSIsMiscellaneousMathematicalSymbolsA' type='function'/>
2619 <exports symbol='xmlUCSIsBlock' type='function'/>
2620 <exports symbol='xmlUCSIsBopomofoExtended' type='function'/>
2621 <exports symbol='xmlUCSIsThaana' type='function'/>
2622 <exports symbol='xmlUCSIsIdeographicDescriptionCharacters' type='function'/>
2623 <exports symbol='xmlUCSIsHangulJamo' type='function'/>
2624 <exports symbol='xmlUCSIsShavian' type='function'/>
2625 <exports symbol='xmlUCSIsTagbanwa' type='function'/>
2626 <exports symbol='xmlUCSIsGeneralPunctuation' type='function'/>
2627 <exports symbol='xmlUCSIsCyrillic' type='function'/>
2628 <exports symbol='xmlUCSIsArrows' type='function'/>
2629 <exports symbol='xmlUCSIsControlPictures' type='function'/>
2630 <exports symbol='xmlUCSIsYijingHexagramSymbols' type='function'/>
2631 <exports symbol='xmlUCSIsCJKUnifiedIdeographs' type='function'/>
2632 <exports symbol='xmlUCSIsCatNl' type='function'/>
2633 <exports symbol='xmlUCSIsCatNo' type='function'/>
2634 <exports symbol='xmlUCSIsDeseret' type='function'/>
2635 <exports symbol='xmlUCSIsCatSm' type='function'/>
2636 <exports symbol='xmlUCSIsBengali' type='function'/>
2637 <exports symbol='xmlUCSIsPrivateUse' type='function'/>
2638 <exports symbol='xmlUCSIsMusicalSymbols' type='function'/>
William M. Brackfd9e70d2004-02-26 11:01:57 +00002639 <exports symbol='xmlUCSIsBuhid' type='function'/>
Daniel Veillard1822e8b2004-02-26 12:36:22 +00002640 <exports symbol='xmlUCSIsHangulSyllables' type='function'/>
2641 <exports symbol='xmlUCSIsCJKCompatibility' type='function'/>
2642 <exports symbol='xmlUCSIsCJKCompatibilityIdeographs' type='function'/>
2643 <exports symbol='xmlUCSIsOpticalCharacterRecognition' type='function'/>
2644 <exports symbol='xmlUCSIsLatin1Supplement' type='function'/>
2645 <exports symbol='xmlUCSIsAegeanNumbers' type='function'/>
2646 <exports symbol='xmlUCSIsKatakana' type='function'/>
Daniel Veillard1a792412003-11-18 23:52:38 +00002647 <exports symbol='xmlUCSIsCJKSymbolsandPunctuation' type='function'/>
2648 <exports symbol='xmlUCSIsTaiXuanJingSymbols' type='function'/>
2649 <exports symbol='xmlUCSIsGurmukhi' type='function'/>
Daniel Veillard1822e8b2004-02-26 12:36:22 +00002650 <exports symbol='xmlUCSIsMiscellaneousSymbols' type='function'/>
2651 <exports symbol='xmlUCSIsDevanagari' type='function'/>
2652 <exports symbol='xmlUCSIsPrivateUseArea' type='function'/>
Daniel Veillard1a792412003-11-18 23:52:38 +00002653 <exports symbol='xmlUCSIsMathematicalOperators' type='function'/>
Daniel Veillard1822e8b2004-02-26 12:36:22 +00002654 <exports symbol='xmlUCSIsMiscellaneousSymbolsandArrows' type='function'/>
2655 <exports symbol='xmlUCSIsSupplementalArrowsB' type='function'/>
Daniel Veillard1a792412003-11-18 23:52:38 +00002656 <exports symbol='xmlUCSIsCurrencySymbols' type='function'/>
Daniel Veillard1822e8b2004-02-26 12:36:22 +00002657 <exports symbol='xmlUCSIsNumberForms' type='function'/>
2658 <exports symbol='xmlUCSIsTibetan' type='function'/>
Daniel Veillard1a792412003-11-18 23:52:38 +00002659 <exports symbol='xmlUCSIsSupplementalMathematicalOperators' type='function'/>
2660 <exports symbol='xmlUCSIsCJKUnifiedIdeographsExtensionA' type='function'/>
2661 <exports symbol='xmlUCSIsKanbun' type='function'/>
2662 <exports symbol='xmlUCSIsCJKUnifiedIdeographsExtensionB' type='function'/>
2663 <exports symbol='xmlUCSIsThai' type='function'/>
Daniel Veillard1822e8b2004-02-26 12:36:22 +00002664 <exports symbol='xmlUCSIsSpacingModifierLetters' type='function'/>
Daniel Veillard1a792412003-11-18 23:52:38 +00002665 <exports symbol='xmlUCSIsRunic' type='function'/>
Daniel Veillard1822e8b2004-02-26 12:36:22 +00002666 <exports symbol='xmlUCSIsCatSc' type='function'/>
2667 <exports symbol='xmlUCSIsCatPc' type='function'/>
William M. Brackfd9e70d2004-02-26 11:01:57 +00002668 <exports symbol='xmlUCSIsCatMc' type='function'/>
Daniel Veillard1822e8b2004-02-26 12:36:22 +00002669 <exports symbol='xmlUCSIsCatPf' type='function'/>
2670 <exports symbol='xmlUCSIsCyrillicSupplement' type='function'/>
2671 <exports symbol='xmlUCSIsCatPd' type='function'/>
2672 <exports symbol='xmlUCSIsMyanmar' type='function'/>
2673 <exports symbol='xmlUCSIsCatPi' type='function'/>
2674 <exports symbol='xmlUCSIsHiragana' type='function'/>
2675 <exports symbol='xmlUCSIsCatPo' type='function'/>
2676 <exports symbol='xmlUCSIsHighPrivateUseSurrogates' type='function'/>
2677 <exports symbol='xmlUCSIsLatinExtendedAdditional' type='function'/>
2678 <exports symbol='xmlUCSIsCatPs' type='function'/>
2679 <exports symbol='xmlUCSIsSyriac' type='function'/>
2680 <exports symbol='xmlUCSIsSuperscriptsandSubscripts' type='function'/>
2681 <exports symbol='xmlUCSIsHighSurrogates' type='function'/>
2682 <exports symbol='xmlUCSIsCatMn' type='function'/>
2683 <exports symbol='xmlUCSIsLao' type='function'/>
2684 <exports symbol='xmlUCSIsOriya' type='function'/>
2685 <exports symbol='xmlUCSIsBraillePatterns' type='function'/>
Daniel Veillard1a792412003-11-18 23:52:38 +00002686 <exports symbol='xmlUCSIsCatMe' type='function'/>
Daniel Veillard1822e8b2004-02-26 12:36:22 +00002687 <exports symbol='xmlUCSIsCatS' type='function'/>
Daniel Veillard2fdbd322003-08-18 12:15:38 +00002688 </file>
Daniel Veillardbff06bf2003-11-17 16:58:05 +00002689 <file name='xmlversion'>
Daniel Veillardbe586972003-11-18 20:56:51 +00002690 <summary>compile-time version informations</summary>
2691 <description>compile-time version informations for the XML library </description>
2692 <author>Daniel Veillard </author>
Daniel Veillard1822e8b2004-02-26 12:36:22 +00002693 <exports symbol='LIBXML_VERSION_STRING' type='macro'/>
Daniel Veillard1a792412003-11-18 23:52:38 +00002694 <exports symbol='LIBXML_DOCB_ENABLED' type='macro'/>
Daniel Veillard1822e8b2004-02-26 12:36:22 +00002695 <exports symbol='LIBXML_CATALOG_ENABLED' type='macro'/>
Daniel Veillard1a792412003-11-18 23:52:38 +00002696 <exports symbol='LIBXML_LEGACY_ENABLED' type='macro'/>
Daniel Veillard1822e8b2004-02-26 12:36:22 +00002697 <exports symbol='LIBXML_REGEXP_ENABLED' type='macro'/>
2698 <exports symbol='LIBXML_XPTR_ENABLED' type='macro'/>
Daniel Veillard1a792412003-11-18 23:52:38 +00002699 <exports symbol='LIBXML_READER_ENABLED' type='macro'/>
Daniel Veillard1822e8b2004-02-26 12:36:22 +00002700 <exports symbol='LIBXML_ICONV_ENABLED' type='macro'/>
2701 <exports symbol='LIBXML_HTML_ENABLED' type='macro'/>
Daniel Veillard1a792412003-11-18 23:52:38 +00002702 <exports symbol='LIBXML_DOTTED_VERSION' type='macro'/>
Daniel Veillard1822e8b2004-02-26 12:36:22 +00002703 <exports symbol='LIBXML_UNICODE_ENABLED' type='macro'/>
Daniel Veillard1a792412003-11-18 23:52:38 +00002704 <exports symbol='LIBXML_ISO8859X_ENABLED' type='macro'/>
2705 <exports symbol='LIBXML_DEBUG_ENABLED' type='macro'/>
2706 <exports symbol='LIBXML_XINCLUDE_ENABLED' type='macro'/>
William M. Brackfd9e70d2004-02-26 11:01:57 +00002707 <exports symbol='LIBXML_FTP_ENABLED' type='macro'/>
2708 <exports symbol='LIBXML_AUTOMATA_ENABLED' type='macro'/>
Daniel Veillard1822e8b2004-02-26 12:36:22 +00002709 <exports symbol='ATTRIBUTE_UNUSED' type='macro'/>
William M. Brackfd9e70d2004-02-26 11:01:57 +00002710 <exports symbol='LIBXML_WRITER_ENABLED' type='macro'/>
Daniel Veillard1822e8b2004-02-26 12:36:22 +00002711 <exports symbol='LIBXML_PUSH_ENABLED' type='macro'/>
2712 <exports symbol='WITHOUT_TRIO' type='macro'/>
William M. Brackfd9e70d2004-02-26 11:01:57 +00002713 <exports symbol='LIBXML_C14N_ENABLED' type='macro'/>
2714 <exports symbol='LIBXML_SCHEMAS_ENABLED' type='macro'/>
2715 <exports symbol='DEBUG_MEMORY_LOCATION' type='macro'/>
Daniel Veillard1822e8b2004-02-26 12:36:22 +00002716 <exports symbol='LIBXML_SAX1_ENABLED' type='macro'/>
William M. Brackfd9e70d2004-02-26 11:01:57 +00002717 <exports symbol='LIBXML_TEST_VERSION' type='macro'/>
Daniel Veillard1822e8b2004-02-26 12:36:22 +00002718 <exports symbol='LIBXML_HTTP_ENABLED' type='macro'/>
2719 <exports symbol='LIBXML_OUTPUT_ENABLED' type='macro'/>
2720 <exports symbol='WITH_TRIO' type='macro'/>
2721 <exports symbol='LIBXML_THREAD_ENABLED' type='macro'/>
William M. Brackfd9e70d2004-02-26 11:01:57 +00002722 <exports symbol='LIBXML_XPATH_ENABLED' type='macro'/>
Daniel Veillard1822e8b2004-02-26 12:36:22 +00002723 <exports symbol='LIBXML_VERSION' type='macro'/>
Daniel Veillard1a792412003-11-18 23:52:38 +00002724 <exports symbol='LIBXML_VALID_ENABLED' type='macro'/>
2725 <exports symbol='LIBXML_TREE_ENABLED' type='macro'/>
John Fleck7c5f5862003-12-04 04:57:40 +00002726 <exports symbol='LIBXML_PATTERN_ENABLED' type='macro'/>
Daniel Veillard1a792412003-11-18 23:52:38 +00002727 <exports symbol='xmlCheckVersion' type='function'/>
Daniel Veillardbd9afb52002-09-25 22:25:35 +00002728 </file>
Daniel Veillardbff06bf2003-11-17 16:58:05 +00002729 <file name='xmlwriter'>
Daniel Veillardbe586972003-11-18 20:56:51 +00002730 <summary>text writing API for XML</summary>
2731 <description>text writing API for XML </description>
2732 <author>Alfred Mickautsch &lt;alfred@mickautsch.de&gt; </author>
Daniel Veillard1a792412003-11-18 23:52:38 +00002733 <exports symbol='xmlTextWriterWriteProcessingInstruction' type='macro'/>
Daniel Veillard1a792412003-11-18 23:52:38 +00002734 <exports symbol='xmlTextWriterWriteDocType' type='macro'/>
2735 <exports symbol='xmlTextWriter' type='typedef'/>
2736 <exports symbol='xmlTextWriterPtr' type='typedef'/>
2737 <exports symbol='xmlTextWriterStartDocument' type='function'/>
Daniel Veillard500a1de2004-03-22 15:22:58 +00002738 <exports symbol='xmlTextWriterEndPI' type='function'/>
Daniel Veillard1a792412003-11-18 23:52:38 +00002739 <exports symbol='xmlTextWriterWriteBase64' type='function'/>
MST 2004 John Fleck2050d892004-01-05 01:56:38 +00002740 <exports symbol='xmlTextWriterSetIndentString' type='function'/>
Daniel Veillard1822e8b2004-02-26 12:36:22 +00002741 <exports symbol='xmlTextWriterStartAttribute' type='function'/>
Daniel Veillard92914492004-02-23 16:33:21 +00002742 <exports symbol='xmlTextWriterEndComment' type='function'/>
Daniel Veillard1a792412003-11-18 23:52:38 +00002743 <exports symbol='xmlTextWriterWriteRawLen' type='function'/>
Daniel Veillard500a1de2004-03-22 15:22:58 +00002744 <exports symbol='xmlTextWriterWriteDTDExternalEntityContents' type='function'/>
Daniel Veillard1a792412003-11-18 23:52:38 +00002745 <exports symbol='xmlTextWriterWriteVFormatCDATA' type='function'/>
2746 <exports symbol='xmlTextWriterStartAttributeNS' type='function'/>
Daniel Veillard5841f0e2003-11-20 11:59:09 +00002747 <exports symbol='xmlNewTextWriterPushParser' type='function'/>
Daniel Veillard1a792412003-11-18 23:52:38 +00002748 <exports symbol='xmlTextWriterWriteFormatAttributeNS' type='function'/>
2749 <exports symbol='xmlTextWriterWriteDTDEntity' type='function'/>
2750 <exports symbol='xmlTextWriterWriteVFormatPI' type='function'/>
2751 <exports symbol='xmlTextWriterWriteBinHex' type='function'/>
2752 <exports symbol='xmlTextWriterEndAttribute' type='function'/>
MST 2004 John Fleck2050d892004-01-05 01:56:38 +00002753 <exports symbol='xmlTextWriterSetIndent' type='function'/>
Daniel Veillard1a792412003-11-18 23:52:38 +00002754 <exports symbol='xmlTextWriterWriteFormatPI' type='function'/>
William M. Brackfd9e70d2004-02-26 11:01:57 +00002755 <exports symbol='xmlTextWriterWriteDTDAttlist' type='function'/>
Daniel Veillard92914492004-02-23 16:33:21 +00002756 <exports symbol='xmlTextWriterStartComment' type='function'/>
Daniel Veillard500a1de2004-03-22 15:22:58 +00002757 <exports symbol='xmlTextWriterWriteVFormatDTD' type='function'/>
Daniel Veillard1a792412003-11-18 23:52:38 +00002758 <exports symbol='xmlTextWriterEndCDATA' type='function'/>
2759 <exports symbol='xmlTextWriterStartElementNS' type='function'/>
Daniel Veillard500a1de2004-03-22 15:22:58 +00002760 <exports symbol='xmlTextWriterEndDTDEntity' type='function'/>
Daniel Veillard1a792412003-11-18 23:52:38 +00002761 <exports symbol='xmlNewTextWriter' type='function'/>
Daniel Veillard1822e8b2004-02-26 12:36:22 +00002762 <exports symbol='xmlFreeTextWriter' type='function'/>
MST 2004 John Fleck2050d892004-01-05 01:56:38 +00002763 <exports symbol='xmlTextWriterWriteVFormatDTDAttlist' type='function'/>
Daniel Veillard1a792412003-11-18 23:52:38 +00002764 <exports symbol='xmlTextWriterStartPI' type='function'/>
2765 <exports symbol='xmlTextWriterStartElement' type='function'/>
2766 <exports symbol='xmlTextWriterWriteDTDExternalEntity' type='function'/>
2767 <exports symbol='xmlTextWriterWriteFormatRaw' type='function'/>
Daniel Veillard500a1de2004-03-22 15:22:58 +00002768 <exports symbol='xmlTextWriterWritePI' type='function'/>
Daniel Veillard1a792412003-11-18 23:52:38 +00002769 <exports symbol='xmlTextWriterWriteCDATA' type='function'/>
2770 <exports symbol='xmlTextWriterWriteVFormatDTDInternalEntity' type='function'/>
2771 <exports symbol='xmlTextWriterWriteVFormatAttribute' type='function'/>
Daniel Veillard500a1de2004-03-22 15:22:58 +00002772 <exports symbol='xmlTextWriterEndDTDElement' type='function'/>
Daniel Veillard1822e8b2004-02-26 12:36:22 +00002773 <exports symbol='xmlTextWriterWriteComment' type='function'/>
Daniel Veillard1a792412003-11-18 23:52:38 +00002774 <exports symbol='xmlTextWriterWriteElement' type='function'/>
2775 <exports symbol='xmlTextWriterEndElement' type='function'/>
2776 <exports symbol='xmlTextWriterWriteVFormatComment' type='function'/>
2777 <exports symbol='xmlTextWriterStartCDATA' type='function'/>
2778 <exports symbol='xmlNewTextWriterFilename' type='function'/>
2779 <exports symbol='xmlTextWriterWriteVFormatElement' type='function'/>
2780 <exports symbol='xmlTextWriterWriteFormatComment' type='function'/>
2781 <exports symbol='xmlTextWriterWriteAttributeNS' type='function'/>
Daniel Veillard1a792412003-11-18 23:52:38 +00002782 <exports symbol='xmlTextWriterWriteFormatDTDInternalEntity' type='function'/>
Daniel Veillard500a1de2004-03-22 15:22:58 +00002783 <exports symbol='xmlTextWriterWriteVFormatRaw' type='function'/>
2784 <exports symbol='xmlTextWriterEndDocument' type='function'/>
Daniel Veillard1a792412003-11-18 23:52:38 +00002785 <exports symbol='xmlTextWriterWriteVFormatString' type='function'/>
2786 <exports symbol='xmlTextWriterWriteDTDInternalEntity' type='function'/>
2787 <exports symbol='xmlTextWriterWriteVFormatElementNS' type='function'/>
2788 <exports symbol='xmlTextWriterWriteDTDNotation' type='function'/>
2789 <exports symbol='xmlTextWriterWriteFormatElement' type='function'/>
2790 <exports symbol='xmlTextWriterWriteElementNS' type='function'/>
2791 <exports symbol='xmlTextWriterWriteString' type='function'/>
2792 <exports symbol='xmlTextWriterFullEndElement' type='function'/>
2793 <exports symbol='xmlTextWriterWriteVFormatAttributeNS' type='function'/>
2794 <exports symbol='xmlTextWriterFlush' type='function'/>
2795 <exports symbol='xmlTextWriterStartDTD' type='function'/>
2796 <exports symbol='xmlTextWriterWriteAttribute' type='function'/>
Daniel Veillard5841f0e2003-11-20 11:59:09 +00002797 <exports symbol='xmlNewTextWriterDoc' type='function'/>
Daniel Veillard1a792412003-11-18 23:52:38 +00002798 <exports symbol='xmlTextWriterWriteFormatDTDElement' type='function'/>
Daniel Veillard500a1de2004-03-22 15:22:58 +00002799 <exports symbol='xmlTextWriterEndDTDAttlist' type='function'/>
Daniel Veillard5841f0e2003-11-20 11:59:09 +00002800 <exports symbol='xmlNewTextWriterTree' type='function'/>
Daniel Veillard1a792412003-11-18 23:52:38 +00002801 <exports symbol='xmlNewTextWriterMemory' type='function'/>
2802 <exports symbol='xmlTextWriterWriteFormatCDATA' type='function'/>
2803 <exports symbol='xmlTextWriterStartDTDAttlist' type='function'/>
Daniel Veillard92914492004-02-23 16:33:21 +00002804 <exports symbol='xmlTextWriterWriteFormatString' type='function'/>
Daniel Veillard1822e8b2004-02-26 12:36:22 +00002805 <exports symbol='xmlTextWriterEndDTD' type='function'/>
Daniel Veillard1a792412003-11-18 23:52:38 +00002806 <exports symbol='xmlTextWriterWriteFormatDTD' type='function'/>
2807 <exports symbol='xmlTextWriterWriteFormatDTDAttlist' type='function'/>
2808 <exports symbol='xmlTextWriterWriteRaw' type='function'/>
2809 <exports symbol='xmlTextWriterWriteDTDElement' type='function'/>
2810 <exports symbol='xmlTextWriterWriteDTD' type='function'/>
2811 <exports symbol='xmlTextWriterWriteFormatAttribute' type='function'/>
2812 <exports symbol='xmlTextWriterStartDTDEntity' type='function'/>
2813 <exports symbol='xmlTextWriterWriteVFormatDTDElement' type='function'/>
2814 <exports symbol='xmlTextWriterStartDTDElement' type='function'/>
2815 <exports symbol='xmlTextWriterWriteFormatElementNS' type='function'/>
Daniel Veillardbff06bf2003-11-17 16:58:05 +00002816 </file>
2817 <file name='xpath'>
Daniel Veillardbe586972003-11-18 20:56:51 +00002818 <summary>XML Path Language implementation</summary>
2819 <description>API for the XML Path Language implementation XML Path Language implementation XPath is a language for addressing parts of an XML document, designed to be used by both XSLT and XPointer</description>
2820 <author>Daniel Veillard </author>
Daniel Veillard1a792412003-11-18 23:52:38 +00002821 <exports symbol='xmlXPathNodeSetGetLength' type='macro'/>
2822 <exports symbol='xmlXPathNodeSetIsEmpty' type='macro'/>
2823 <exports symbol='xmlXPathNodeSetItem' type='macro'/>
2824 <exports symbol='XPATH_NUMBER_ERROR' type='enum'/>
Daniel Veillard1822e8b2004-02-26 12:36:22 +00002825 <exports symbol='XPATH_UNKNOWN_FUNC_ERROR' type='enum'/>
Daniel Veillard1a792412003-11-18 23:52:38 +00002826 <exports symbol='XPATH_BOOLEAN' type='enum'/>
2827 <exports symbol='XPATH_START_LITERAL_ERROR' type='enum'/>
William M. Brackfd9e70d2004-02-26 11:01:57 +00002828 <exports symbol='XPATH_RANGE' type='enum'/>
2829 <exports symbol='XPTR_SYNTAX_ERROR' type='enum'/>
2830 <exports symbol='XPATH_LOCATIONSET' type='enum'/>
Daniel Veillard1822e8b2004-02-26 12:36:22 +00002831 <exports symbol='XPATH_INVALID_CHAR_ERROR' type='enum'/>
2832 <exports symbol='XPATH_UNDEF_VARIABLE_ERROR' type='enum'/>
2833 <exports symbol='XPATH_UNCLOSED_ERROR' type='enum'/>
William M. Brackfd9e70d2004-02-26 11:01:57 +00002834 <exports symbol='XPATH_POINT' type='enum'/>
2835 <exports symbol='XPATH_INVALID_ARITY' type='enum'/>
2836 <exports symbol='XPATH_STRING' type='enum'/>
Daniel Veillard1822e8b2004-02-26 12:36:22 +00002837 <exports symbol='XPATH_EXPRESSION_OK' type='enum'/>
2838 <exports symbol='XPATH_NODESET' type='enum'/>
2839 <exports symbol='XPTR_SUB_RESOURCE_ERROR' type='enum'/>
Daniel Veillard1a792412003-11-18 23:52:38 +00002840 <exports symbol='XPATH_INVALID_PREDICATE_ERROR' type='enum'/>
2841 <exports symbol='XPATH_XSLT_TREE' type='enum'/>
2842 <exports symbol='XPATH_EXPR_ERROR' type='enum'/>
Daniel Veillard1822e8b2004-02-26 12:36:22 +00002843 <exports symbol='XPATH_VARIABLE_REF_ERROR' type='enum'/>
Daniel Veillard1a792412003-11-18 23:52:38 +00002844 <exports symbol='XPATH_INVALID_TYPE' type='enum'/>
Daniel Veillard1822e8b2004-02-26 12:36:22 +00002845 <exports symbol='XPATH_INVALID_CTXT_SIZE' type='enum'/>
Daniel Veillard1a792412003-11-18 23:52:38 +00002846 <exports symbol='XPATH_INVALID_CTXT_POSITION' type='enum'/>
2847 <exports symbol='XPATH_UNDEFINED' type='enum'/>
2848 <exports symbol='XPATH_MEMORY_ERROR' type='enum'/>
2849 <exports symbol='XPATH_UNFINISHED_LITERAL_ERROR' type='enum'/>
Daniel Veillard1822e8b2004-02-26 12:36:22 +00002850 <exports symbol='XPATH_NUMBER' type='enum'/>
2851 <exports symbol='XPATH_UNDEF_PREFIX_ERROR' type='enum'/>
2852 <exports symbol='XPATH_ENCODING_ERROR' type='enum'/>
2853 <exports symbol='XPATH_USERS' type='enum'/>
Daniel Veillard1a792412003-11-18 23:52:38 +00002854 <exports symbol='XPATH_INVALID_OPERAND' type='enum'/>
Daniel Veillard1822e8b2004-02-26 12:36:22 +00002855 <exports symbol='XPTR_RESOURCE_ERROR' type='enum'/>
Daniel Veillard1a792412003-11-18 23:52:38 +00002856 <exports symbol='xmlXPathObjectType' type='typedef'/>
2857 <exports symbol='xmlXPathVariablePtr' type='typedef'/>
2858 <exports symbol='xmlXPathContext' type='typedef'/>
Daniel Veillard1822e8b2004-02-26 12:36:22 +00002859 <exports symbol='xmlXPathFuncPtr' type='typedef'/>
2860 <exports symbol='xmlXPathObjectPtr' type='typedef'/>
Daniel Veillard1a792412003-11-18 23:52:38 +00002861 <exports symbol='xmlXPathTypePtr' type='typedef'/>
2862 <exports symbol='xmlXPathType' type='typedef'/>
Daniel Veillard1822e8b2004-02-26 12:36:22 +00002863 <exports symbol='xmlXPathAxisPtr' type='typedef'/>
2864 <exports symbol='xmlXPathFunct' type='typedef'/>
Daniel Veillard1a792412003-11-18 23:52:38 +00002865 <exports symbol='xmlXPathCompExprPtr' type='typedef'/>
Daniel Veillard1822e8b2004-02-26 12:36:22 +00002866 <exports symbol='xmlXPathError' type='typedef'/>
Daniel Veillard1a792412003-11-18 23:52:38 +00002867 <exports symbol='xmlXPathObject' type='typedef'/>
2868 <exports symbol='xmlXPathCompExpr' type='typedef'/>
2869 <exports symbol='xmlXPathContextPtr' type='typedef'/>
2870 <exports symbol='xmlXPathParserContextPtr' type='typedef'/>
2871 <exports symbol='xmlNodeSet' type='typedef'/>
2872 <exports symbol='xmlXPathVariable' type='typedef'/>
2873 <exports symbol='xmlXPathAxis' type='typedef'/>
Daniel Veillard1822e8b2004-02-26 12:36:22 +00002874 <exports symbol='xmlNodeSetPtr' type='typedef'/>
Daniel Veillard1a792412003-11-18 23:52:38 +00002875 <exports symbol='xmlXPathParserContext' type='typedef'/>
2876 <exports symbol='_xmlXPathFunct' type='struct'/>
2877 <exports symbol='_xmlXPathVariable' type='struct'/>
William M. Brackfd9e70d2004-02-26 11:01:57 +00002878 <exports symbol='_xmlXPathObject' type='struct'/>
Daniel Veillard1822e8b2004-02-26 12:36:22 +00002879 <exports symbol='_xmlXPathParserContext' type='struct'/>
Daniel Veillard1a792412003-11-18 23:52:38 +00002880 <exports symbol='_xmlXPathContext' type='struct'/>
2881 <exports symbol='_xmlXPathAxis' type='struct'/>
Daniel Veillard1822e8b2004-02-26 12:36:22 +00002882 <exports symbol='_xmlXPathType' type='struct'/>
Daniel Veillard1a792412003-11-18 23:52:38 +00002883 <exports symbol='_xmlNodeSet' type='struct'/>
2884 <exports symbol='xmlXPathNAN' type='variable'/>
2885 <exports symbol='xmlXPathPINF' type='variable'/>
2886 <exports symbol='xmlXPathNINF' type='variable'/>
Daniel Veillard1822e8b2004-02-26 12:36:22 +00002887 <exports symbol='xmlXPathCastNodeSetToString' type='function'/>
Daniel Veillard1a792412003-11-18 23:52:38 +00002888 <exports symbol='xmlXPathCastNodeSetToBoolean' type='function'/>
Daniel Veillard1822e8b2004-02-26 12:36:22 +00002889 <exports symbol='xmlXPathCompiledEval' type='function'/>
Daniel Veillard1a792412003-11-18 23:52:38 +00002890 <exports symbol='xmlXPathCastNodeToString' type='function'/>
Daniel Veillard1822e8b2004-02-26 12:36:22 +00002891 <exports symbol='xmlXPathEvalExpression' type='function'/>
Daniel Veillard1a792412003-11-18 23:52:38 +00002892 <exports symbol='xmlXPathConvertString' type='function'/>
2893 <exports symbol='xmlXPathConvertBoolean' type='function'/>
Daniel Veillard1822e8b2004-02-26 12:36:22 +00002894 <exports symbol='xmlXPathInit' type='function'/>
2895 <exports symbol='xmlXPathCastStringToBoolean' type='function'/>
2896 <exports symbol='xmlXPathConvertFunc' type='function'/>
Daniel Veillard1a792412003-11-18 23:52:38 +00002897 <exports symbol='xmlXPathIsInf' type='function'/>
2898 <exports symbol='xmlXPathOrderDocElems' type='function'/>
Daniel Veillard1822e8b2004-02-26 12:36:22 +00002899 <exports symbol='xmlXPathFunction' type='function'/>
2900 <exports symbol='xmlXPathFreeNodeSetList' type='function'/>
2901 <exports symbol='xmlXPathCmpNodes' type='function'/>
Daniel Veillard1a792412003-11-18 23:52:38 +00002902 <exports symbol='xmlXPathCastBooleanToNumber' type='function'/>
Daniel Veillard1822e8b2004-02-26 12:36:22 +00002903 <exports symbol='xmlXPathCastToString' type='function'/>
2904 <exports symbol='xmlXPathCtxtCompile' type='function'/>
Daniel Veillard1a792412003-11-18 23:52:38 +00002905 <exports symbol='xmlXPathCastStringToNumber' type='function'/>
2906 <exports symbol='xmlXPathAxisFunc' type='function'/>
2907 <exports symbol='xmlXPathCastToNumber' type='function'/>
William M. Brackfd9e70d2004-02-26 11:01:57 +00002908 <exports symbol='xmlXPathCastBooleanToString' type='function'/>
Daniel Veillard1822e8b2004-02-26 12:36:22 +00002909 <exports symbol='xmlXPathCastNodeToNumber' type='function'/>
William M. Brackfd9e70d2004-02-26 11:01:57 +00002910 <exports symbol='xmlXPathCastNumberToBoolean' type='function'/>
Daniel Veillard1822e8b2004-02-26 12:36:22 +00002911 <exports symbol='xmlXPathIsNaN' type='function'/>
2912 <exports symbol='xmlXPathEvalFunc' type='function'/>
William M. Brackfd9e70d2004-02-26 11:01:57 +00002913 <exports symbol='xmlXPathFreeCompExpr' type='function'/>
Daniel Veillard1822e8b2004-02-26 12:36:22 +00002914 <exports symbol='xmlXPathObjectCopy' type='function'/>
William M. Brackfd9e70d2004-02-26 11:01:57 +00002915 <exports symbol='xmlXPathNewContext' type='function'/>
Daniel Veillard1822e8b2004-02-26 12:36:22 +00002916 <exports symbol='xmlXPathEvalPredicate' type='function'/>
Daniel Veillard1a792412003-11-18 23:52:38 +00002917 <exports symbol='xmlXPathConvertNumber' type='function'/>
2918 <exports symbol='xmlXPathCompile' type='function'/>
Daniel Veillard1822e8b2004-02-26 12:36:22 +00002919 <exports symbol='xmlXPathFreeObject' type='function'/>
2920 <exports symbol='xmlXPathNodeSetCreate' type='function'/>
2921 <exports symbol='xmlXPathFreeNodeSet' type='function'/>
Daniel Veillard1a792412003-11-18 23:52:38 +00002922 <exports symbol='xmlXPathCastNodeSetToNumber' type='function'/>
Daniel Veillard1822e8b2004-02-26 12:36:22 +00002923 <exports symbol='xmlXPathFreeContext' type='function'/>
2924 <exports symbol='xmlXPathEval' type='function'/>
2925 <exports symbol='xmlXPathCastNumberToString' type='function'/>
Daniel Veillard1a792412003-11-18 23:52:38 +00002926 <exports symbol='xmlXPathCastToBoolean' type='function'/>
Daniel Veillardbff06bf2003-11-17 16:58:05 +00002927 </file>
2928 <file name='xpathInternals'>
Daniel Veillardbe586972003-11-18 20:56:51 +00002929 <summary>internal interfaces for XML Path Language implementation</summary>
2930 <description>internal interfaces for XML Path Language implementation used to build new modules on top of XPath like XPointer and XSLT </description>
2931 <author>Daniel Veillard </author>
Daniel Veillard1822e8b2004-02-26 12:36:22 +00002932 <exports symbol='xmlXPathStackIsNodeSet' type='macro'/>
Daniel Veillard1a792412003-11-18 23:52:38 +00002933 <exports symbol='xmlXPathStackIsExternal' type='macro'/>
2934 <exports symbol='xmlXPathReturnEmptyString' type='macro'/>
2935 <exports symbol='XP_ERROR0' type='macro'/>
William M. Brackfd9e70d2004-02-26 11:01:57 +00002936 <exports symbol='xmlXPathCheckError' type='macro'/>
2937 <exports symbol='xmlXPathSetError' type='macro'/>
2938 <exports symbol='CHECK_ERROR' type='macro'/>
Daniel Veillard1822e8b2004-02-26 12:36:22 +00002939 <exports symbol='xmlXPathSetTypeError' type='macro'/>
2940 <exports symbol='xmlXPathReturnEmptyNodeSet' type='macro'/>
William M. Brackfd9e70d2004-02-26 11:01:57 +00002941 <exports symbol='xmlXPathReturnString' type='macro'/>
Daniel Veillard1822e8b2004-02-26 12:36:22 +00002942 <exports symbol='xmlXPathReturnTrue' type='macro'/>
William M. Brackfd9e70d2004-02-26 11:01:57 +00002943 <exports symbol='CAST_TO_BOOLEAN' type='macro'/>
2944 <exports symbol='xmlXPathSetArityError' type='macro'/>
Daniel Veillard1822e8b2004-02-26 12:36:22 +00002945 <exports symbol='xmlXPathReturnBoolean' type='macro'/>
William M. Brackfd9e70d2004-02-26 11:01:57 +00002946 <exports symbol='CHECK_TYPE' type='macro'/>
Daniel Veillard1822e8b2004-02-26 12:36:22 +00002947 <exports symbol='xmlXPathGetContextNode' type='macro'/>
William M. Brackfd9e70d2004-02-26 11:01:57 +00002948 <exports symbol='xmlXPathReturnFalse' type='macro'/>
2949 <exports symbol='xmlXPathReturnNumber' type='macro'/>
Daniel Veillard1822e8b2004-02-26 12:36:22 +00002950 <exports symbol='CAST_TO_NUMBER' type='macro'/>
William M. Brackfd9e70d2004-02-26 11:01:57 +00002951 <exports symbol='CHECK_ERROR0' type='macro'/>
Daniel Veillard1822e8b2004-02-26 12:36:22 +00002952 <exports symbol='xmlXPathReturnExternal' type='macro'/>
William M. Brackfd9e70d2004-02-26 11:01:57 +00002953 <exports symbol='xmlXPathGetDocument' type='macro'/>
2954 <exports symbol='xmlXPathGetError' type='macro'/>
2955 <exports symbol='XP_ERROR' type='macro'/>
Daniel Veillard1822e8b2004-02-26 12:36:22 +00002956 <exports symbol='CHECK_ARITY' type='macro'/>
2957 <exports symbol='CHECK_TYPE0' type='macro'/>
2958 <exports symbol='CAST_TO_STRING' type='macro'/>
Daniel Veillard1a792412003-11-18 23:52:38 +00002959 <exports symbol='xmlXPathEmptyNodeSet' type='macro'/>
2960 <exports symbol='xmlXPathReturnNodeSet' type='macro'/>
2961 <exports symbol='xmlXPathNodeSetMerge' type='function'/>
Daniel Veillard1822e8b2004-02-26 12:36:22 +00002962 <exports symbol='xmlXPathRoundFunction' type='function'/>
2963 <exports symbol='xmlXPathSubstringAfterFunction' type='function'/>
Daniel Veillard1a792412003-11-18 23:52:38 +00002964 <exports symbol='xmlXPathNumberFunction' type='function'/>
Daniel Veillard1822e8b2004-02-26 12:36:22 +00002965 <exports symbol='xmlXPathPopNodeSet' type='function'/>
Daniel Veillard1a792412003-11-18 23:52:38 +00002966 <exports symbol='xmlXPathNsLookup' type='function'/>
Daniel Veillard1822e8b2004-02-26 12:36:22 +00002967 <exports symbol='xmlXPathCountFunction' type='function'/>
2968 <exports symbol='xmlXPathParseNCName' type='function'/>
Daniel Veillard1a792412003-11-18 23:52:38 +00002969 <exports symbol='xmlXPathNewNodeSet' type='function'/>
Daniel Veillard1822e8b2004-02-26 12:36:22 +00002970 <exports symbol='xmlXPathVariableLookupNS' type='function'/>
Daniel Veillard1a792412003-11-18 23:52:38 +00002971 <exports symbol='xmlXPathNextAncestorOrSelf' type='function'/>
Daniel Veillard1822e8b2004-02-26 12:36:22 +00002972 <exports symbol='xmlXPathNewBoolean' type='function'/>
Daniel Veillard1a792412003-11-18 23:52:38 +00002973 <exports symbol='xmlXPathNodeSetRemove' type='function'/>
Daniel Veillard1822e8b2004-02-26 12:36:22 +00002974 <exports symbol='xmlXPathSubValues' type='function'/>
Daniel Veillard1a792412003-11-18 23:52:38 +00002975 <exports symbol='xmlXPathNewNodeSetList' type='function'/>
2976 <exports symbol='xmlXPathPopBoolean' type='function'/>
Daniel Veillard1822e8b2004-02-26 12:36:22 +00002977 <exports symbol='xmlXPathEqualValues' type='function'/>
Daniel Veillard1a792412003-11-18 23:52:38 +00002978 <exports symbol='xmlXPathNewString' type='function'/>
Daniel Veillard1822e8b2004-02-26 12:36:22 +00002979 <exports symbol='xmlXPathTrailingSorted' type='function'/>
2980 <exports symbol='xmlXPathMultValues' type='function'/>
2981 <exports symbol='xmlXPathModValues' type='function'/>
Daniel Veillard1a792412003-11-18 23:52:38 +00002982 <exports symbol='xmlXPathNodeLeadingSorted' type='function'/>
2983 <exports symbol='xmlXPathNextChild' type='function'/>
2984 <exports symbol='xmlXPathNextFollowingSibling' type='function'/>
2985 <exports symbol='xmlXPathPopString' type='function'/>
Daniel Veillard1822e8b2004-02-26 12:36:22 +00002986 <exports symbol='xmlXPathNewParserContext' type='function'/>
Daniel Veillard1a792412003-11-18 23:52:38 +00002987 <exports symbol='xmlXPathNamespaceURIFunction' type='function'/>
Daniel Veillard1822e8b2004-02-26 12:36:22 +00002988 <exports symbol='xmlXPathWrapNodeSet' type='function'/>
2989 <exports symbol='xmlXPathRoot' type='function'/>
2990 <exports symbol='xmlXPathLangFunction' type='function'/>
2991 <exports symbol='xmlXPathRegisterFuncNS' type='function'/>
Daniel Veillard1a792412003-11-18 23:52:38 +00002992 <exports symbol='xmlXPathCompareValues' type='function'/>
Daniel Veillard1822e8b2004-02-26 12:36:22 +00002993 <exports symbol='xmlXPathIsNodeType' type='function'/>
2994 <exports symbol='xmlXPathNodeSetAddNs' type='function'/>
Daniel Veillard1a792412003-11-18 23:52:38 +00002995 <exports symbol='xmlXPathNodeSetContains' type='function'/>
2996 <exports symbol='xmlXPatherror' type='function'/>
2997 <exports symbol='xmlXPathNextAncestor' type='function'/>
William M. Brackfd9e70d2004-02-26 11:01:57 +00002998 <exports symbol='xmlXPathNextFollowing' type='function'/>
Daniel Veillard1822e8b2004-02-26 12:36:22 +00002999 <exports symbol='xmlXPathRegisterVariableNS' type='function'/>
3000 <exports symbol='xmlXPathRegisteredNsCleanup' type='function'/>
3001 <exports symbol='xmlXPathConcatFunction' type='function'/>
3002 <exports symbol='xmlXPathLocalNameFunction' type='function'/>
Daniel Veillard1a792412003-11-18 23:52:38 +00003003 <exports symbol='xmlXPathAddValues' type='function'/>
Daniel Veillard1822e8b2004-02-26 12:36:22 +00003004 <exports symbol='xmlXPathDifference' type='function'/>
Daniel Veillard1a792412003-11-18 23:52:38 +00003005 <exports symbol='xmlXPathRegisterVariable' type='function'/>
3006 <exports symbol='valuePop' type='function'/>
3007 <exports symbol='xmlXPathCeilingFunction' type='function'/>
3008 <exports symbol='xmlXPathIntersection' type='function'/>
Daniel Veillard1822e8b2004-02-26 12:36:22 +00003009 <exports symbol='xmlXPathLeadingSorted' type='function'/>
Daniel Veillard1a792412003-11-18 23:52:38 +00003010 <exports symbol='xmlXPathContainsFunction' type='function'/>
Daniel Veillard1822e8b2004-02-26 12:36:22 +00003011 <exports symbol='xmlXPathNextPrecedingSibling' type='function'/>
Daniel Veillard1a792412003-11-18 23:52:38 +00003012 <exports symbol='xmlXPathNodeSetSort' type='function'/>
3013 <exports symbol='xmlXPathStartsWithFunction' type='function'/>
Daniel Veillard1822e8b2004-02-26 12:36:22 +00003014 <exports symbol='xmlXPathBooleanFunction' type='function'/>
3015 <exports symbol='xmlXPathPopExternal' type='function'/>
3016 <exports symbol='xmlXPathNormalizeFunction' type='function'/>
Daniel Veillard1a792412003-11-18 23:52:38 +00003017 <exports symbol='xmlXPathNodeLeading' type='function'/>
3018 <exports symbol='xmlXPathSumFunction' type='function'/>
Daniel Veillard1822e8b2004-02-26 12:36:22 +00003019 <exports symbol='xmlXPathRegisterVariableLookup' type='function'/>
Daniel Veillard1a792412003-11-18 23:52:38 +00003020 <exports symbol='xmlXPathNotEqualValues' type='function'/>
Daniel Veillard1822e8b2004-02-26 12:36:22 +00003021 <exports symbol='xmlXPathNodeSetDel' type='function'/>
3022 <exports symbol='xmlXPathWrapString' type='function'/>
Daniel Veillard1a792412003-11-18 23:52:38 +00003023 <exports symbol='xmlXPathEvaluatePredicateResult' type='function'/>
Daniel Veillard1822e8b2004-02-26 12:36:22 +00003024 <exports symbol='xmlXPathNodeTrailingSorted' type='function'/>
Daniel Veillard1a792412003-11-18 23:52:38 +00003025 <exports symbol='xmlXPathErr' type='function'/>
3026 <exports symbol='xmlXPathNextPreceding' type='function'/>
3027 <exports symbol='xmlXPathFunctionLookupNS' type='function'/>
Daniel Veillard1822e8b2004-02-26 12:36:22 +00003028 <exports symbol='xmlXPathFuncLookupFunc' type='function'/>
Daniel Veillard1a792412003-11-18 23:52:38 +00003029 <exports symbol='xmlXPathRegisteredFuncsCleanup' type='function'/>
3030 <exports symbol='xmlXPathRegisterAllFunctions' type='function'/>
Daniel Veillard1822e8b2004-02-26 12:36:22 +00003031 <exports symbol='xmlXPathNewCString' type='function'/>
3032 <exports symbol='xmlXPathRegisterFunc' type='function'/>
Daniel Veillard1a792412003-11-18 23:52:38 +00003033 <exports symbol='xmlXPathPositionFunction' type='function'/>
3034 <exports symbol='xmlXPathVariableLookupFunc' type='function'/>
3035 <exports symbol='xmlXPathSubstringBeforeFunction' type='function'/>
3036 <exports symbol='xmlXPathRegisteredVariablesCleanup' type='function'/>
William M. Brackfd9e70d2004-02-26 11:01:57 +00003037 <exports symbol='xmlXPathNextDescendant' type='function'/>
3038 <exports symbol='xmlXPathNextNamespace' type='function'/>
3039 <exports symbol='xmlXPathWrapCString' type='function'/>
Daniel Veillard1822e8b2004-02-26 12:36:22 +00003040 <exports symbol='xmlXPathNewFloat' type='function'/>
3041 <exports symbol='xmlXPathRegisterNs' type='function'/>
3042 <exports symbol='xmlXPathWrapExternal' type='function'/>
3043 <exports symbol='xmlXPathNextParent' type='function'/>
3044 <exports symbol='xmlXPathNodeSetFreeNs' type='function'/>
3045 <exports symbol='xmlXPathTrailing' type='function'/>
3046 <exports symbol='xmlXPathHasSameNodes' type='function'/>
3047 <exports symbol='xmlXPathDistinctSorted' type='function'/>
William M. Brackfd9e70d2004-02-26 11:01:57 +00003048 <exports symbol='xmlXPathFreeParserContext' type='function'/>
3049 <exports symbol='xmlXPathNodeTrailing' type='function'/>
Daniel Veillard1822e8b2004-02-26 12:36:22 +00003050 <exports symbol='xmlXPathFunctionLookup' type='function'/>
3051 <exports symbol='valuePush' type='function'/>
William M. Brackfd9e70d2004-02-26 11:01:57 +00003052 <exports symbol='xmlXPathNodeSetAdd' type='function'/>
Daniel Veillard1822e8b2004-02-26 12:36:22 +00003053 <exports symbol='xmlXPathSubstringFunction' type='function'/>
3054 <exports symbol='xmlXPathStringFunction' type='function'/>
3055 <exports symbol='xmlXPathFloorFunction' type='function'/>
Daniel Veillard1a792412003-11-18 23:52:38 +00003056 <exports symbol='xmlXPathNodeSetAddUnique' type='function'/>
3057 <exports symbol='xmlXPathNewValueTree' type='function'/>
3058 <exports symbol='xmlXPathDistinct' type='function'/>
Daniel Veillard1822e8b2004-02-26 12:36:22 +00003059 <exports symbol='xmlXPathIdFunction' type='function'/>
Daniel Veillard1a792412003-11-18 23:52:38 +00003060 <exports symbol='xmlXPathVariableLookup' type='function'/>
3061 <exports symbol='xmlXPathNotFunction' type='function'/>
3062 <exports symbol='xmlXPathStringEvalNumber' type='function'/>
3063 <exports symbol='xmlXPathNextDescendantOrSelf' type='function'/>
Daniel Veillard1822e8b2004-02-26 12:36:22 +00003064 <exports symbol='xmlXPathRegisterFuncLookup' type='function'/>
Daniel Veillard1a792412003-11-18 23:52:38 +00003065 <exports symbol='xmlXPathNextAttribute' type='function'/>
3066 <exports symbol='xmlXPathDivValues' type='function'/>
Daniel Veillard1822e8b2004-02-26 12:36:22 +00003067 <exports symbol='xmlXPathStringLengthFunction' type='function'/>
3068 <exports symbol='xmlXPathLastFunction' type='function'/>
3069 <exports symbol='xmlXPathNextSelf' type='function'/>
3070 <exports symbol='xmlXPathDebugDumpCompExpr' type='function'/>
Daniel Veillard1a792412003-11-18 23:52:38 +00003071 <exports symbol='xmlXPathEvalExpr' type='function'/>
Daniel Veillard1822e8b2004-02-26 12:36:22 +00003072 <exports symbol='xmlXPathFalseFunction' type='function'/>
Daniel Veillard1a792412003-11-18 23:52:38 +00003073 <exports symbol='xmlXPathDebugDumpObject' type='function'/>
Daniel Veillard1822e8b2004-02-26 12:36:22 +00003074 <exports symbol='xmlXPathValueFlipSign' type='function'/>
3075 <exports symbol='xmlXPathTranslateFunction' type='function'/>
Daniel Veillard1a792412003-11-18 23:52:38 +00003076 <exports symbol='xmlXPathLeading' type='function'/>
3077 <exports symbol='xmlXPathParseName' type='function'/>
Daniel Veillard1822e8b2004-02-26 12:36:22 +00003078 <exports symbol='xmlXPathTrueFunction' type='function'/>
3079 <exports symbol='xmlXPathPopNumber' type='function'/>
Daniel Veillardbff06bf2003-11-17 16:58:05 +00003080 </file>
3081 <file name='xpointer'>
Daniel Veillardbe586972003-11-18 20:56:51 +00003082 <summary>API to handle XML Pointers</summary>
3083 <description>API to handle XML Pointers Base implementation was made accordingly to W3C Candidate Recommendation 7 June 2000</description>
3084 <author>Daniel Veillard </author>
Daniel Veillard1a792412003-11-18 23:52:38 +00003085 <exports symbol='xmlLocationSet' type='typedef'/>
3086 <exports symbol='xmlLocationSetPtr' type='typedef'/>
3087 <exports symbol='_xmlLocationSet' type='struct'/>
3088 <exports symbol='xmlXPtrNewRange' type='function'/>
3089 <exports symbol='xmlXPtrFreeLocationSet' type='function'/>
3090 <exports symbol='xmlXPtrWrapLocationSet' type='function'/>
Daniel Veillard1822e8b2004-02-26 12:36:22 +00003091 <exports symbol='xmlXPtrEvalRangePredicate' type='function'/>
Daniel Veillard1a792412003-11-18 23:52:38 +00003092 <exports symbol='xmlXPtrBuildNodeList' type='function'/>
William M. Brackfd9e70d2004-02-26 11:01:57 +00003093 <exports symbol='xmlXPtrLocationSetAdd' type='function'/>
Daniel Veillard1822e8b2004-02-26 12:36:22 +00003094 <exports symbol='xmlXPtrNewRangeNodes' type='function'/>
3095 <exports symbol='xmlXPtrEval' type='function'/>
Daniel Veillard1a792412003-11-18 23:52:38 +00003096 <exports symbol='xmlXPtrRangeToFunction' type='function'/>
3097 <exports symbol='xmlXPtrNewCollapsedRange' type='function'/>
3098 <exports symbol='xmlXPtrNewRangePoints' type='function'/>
3099 <exports symbol='xmlXPtrNewLocationSetNodeSet' type='function'/>
3100 <exports symbol='xmlXPtrNewRangePointNode' type='function'/>
William M. Brackfd9e70d2004-02-26 11:01:57 +00003101 <exports symbol='xmlXPtrNewContext' type='function'/>
Daniel Veillard1822e8b2004-02-26 12:36:22 +00003102 <exports symbol='xmlXPtrNewRangeNodeObject' type='function'/>
Daniel Veillard1a792412003-11-18 23:52:38 +00003103 <exports symbol='xmlXPtrLocationSetRemove' type='function'/>
3104 <exports symbol='xmlXPtrNewRangeNodePoint' type='function'/>
3105 <exports symbol='xmlXPtrLocationSetDel' type='function'/>
3106 <exports symbol='xmlXPtrLocationSetMerge' type='function'/>
Daniel Veillard1822e8b2004-02-26 12:36:22 +00003107 <exports symbol='xmlXPtrLocationSetCreate' type='function'/>
Daniel Veillard1a792412003-11-18 23:52:38 +00003108 <exports symbol='xmlXPtrNewLocationSetNodes' type='function'/>
Daniel Veillard61006472002-01-21 17:31:47 +00003109 </file>
3110 </files>
3111 <symbols>
Daniel Veillardfee408f2002-11-22 13:18:30 +00003112 <macro name='ATTRIBUTE_UNUSED' file='xmlversion'>
Daniel Veillard9d06d302002-01-22 18:15:52 +00003113 <info>Macro used to signal to GCC unused function parameters</info>
3114 </macro>
William M. Bracka2e844a2004-01-06 11:52:13 +00003115 <macro name='BAD_CAST' file='xmlstring'>
Daniel Veillard9d06d302002-01-22 18:15:52 +00003116 <info>Macro to cast a string to an xmlChar * when one know its safe.</info>
3117 </macro>
3118 <macro name='BASE_BUFFER_SIZE' file='tree'>
Daniel Veillard19274092002-03-25 16:48:03 +00003119 <info>default buffer size 4000.</info>
Daniel Veillard9d06d302002-01-22 18:15:52 +00003120 </macro>
3121 <macro name='CAST_TO_BOOLEAN' file='xpathInternals'>
Daniel Veillard19274092002-03-25 16:48:03 +00003122 <info>Macro to try to cast the value on the top of the XPath stack to a boolean.</info>
Daniel Veillard9d06d302002-01-22 18:15:52 +00003123 </macro>
3124 <macro name='CAST_TO_NUMBER' file='xpathInternals'>
Daniel Veillard19274092002-03-25 16:48:03 +00003125 <info>Macro to try to cast the value on the top of the XPath stack to a number.</info>
Daniel Veillard9d06d302002-01-22 18:15:52 +00003126 </macro>
3127 <macro name='CAST_TO_STRING' file='xpathInternals'>
Daniel Veillard19274092002-03-25 16:48:03 +00003128 <info>Macro to try to cast the value on the top of the XPath stack to a string.</info>
Daniel Veillard9d06d302002-01-22 18:15:52 +00003129 </macro>
3130 <macro name='CHECK_ARITY' file='xpathInternals'>
Daniel Veillard19274092002-03-25 16:48:03 +00003131 <info>Macro to check that the number of args passed to an XPath function matches.</info>
Daniel Veillarda9b66d02002-12-11 14:23:49 +00003132 <arg name='x' info='the number of expected args'/>
Daniel Veillard9d06d302002-01-22 18:15:52 +00003133 </macro>
3134 <macro name='CHECK_ERROR' file='xpathInternals'>
Daniel Veillard19274092002-03-25 16:48:03 +00003135 <info>Macro to return from the function if an XPath error was detected.</info>
Daniel Veillard9d06d302002-01-22 18:15:52 +00003136 </macro>
3137 <macro name='CHECK_ERROR0' file='xpathInternals'>
Daniel Veillard19274092002-03-25 16:48:03 +00003138 <info>Macro to return 0 from the function if an XPath error was detected.</info>
Daniel Veillard9d06d302002-01-22 18:15:52 +00003139 </macro>
3140 <macro name='CHECK_TYPE' file='xpathInternals'>
3141 <info>Macro to check that the value on top of the XPath stack is of a given type.</info>
Daniel Veillarda9b66d02002-12-11 14:23:49 +00003142 <arg name='typeval' info='the XPath type'/>
Daniel Veillard9d06d302002-01-22 18:15:52 +00003143 </macro>
3144 <macro name='CHECK_TYPE0' file='xpathInternals'>
Daniel Veillard19274092002-03-25 16:48:03 +00003145 <info>Macro to check that the value on top of the XPath stack is of a given type. Return(0) in case of failure</info>
Daniel Veillarda9b66d02002-12-11 14:23:49 +00003146 <arg name='typeval' info='the XPath type'/>
Daniel Veillard9d06d302002-01-22 18:15:52 +00003147 </macro>
3148 <macro name='DEBUG_MEMORY' file='xmlmemory'>
Daniel Veillarda9b66d02002-12-11 14:23:49 +00003149 <info>DEBUG_MEMORY replaces the allocator with a collect and debug shell to the libc allocator. DEBUG_MEMORY should only be activated when debugging libxml i.e. if libxml has been configured with --with-debug-mem too. #define DEBUG_MEMORY_FREED #define DEBUG_MEMORY_LOCATION</info>
Daniel Veillard9d06d302002-01-22 18:15:52 +00003150 </macro>
Daniel Veillardfee408f2002-11-22 13:18:30 +00003151 <macro name='DEBUG_MEMORY_LOCATION' file='xmlversion'>
Daniel Veillard9d06d302002-01-22 18:15:52 +00003152 <info>Whether the memory debugging is configured in</info>
3153 </macro>
3154 <macro name='HTML_COMMENT_NODE' file='HTMLtree'>
Daniel Veillard19274092002-03-25 16:48:03 +00003155 <info>Macro. A comment in a HTML document is really implemented the same way as a comment in an XML document.</info>
Daniel Veillard9d06d302002-01-22 18:15:52 +00003156 </macro>
3157 <macro name='HTML_ENTITY_REF_NODE' file='HTMLtree'>
Daniel Veillard19274092002-03-25 16:48:03 +00003158 <info>Macro. An entity reference in a HTML document is really implemented the same way as an entity reference in an XML document.</info>
Daniel Veillard9d06d302002-01-22 18:15:52 +00003159 </macro>
3160 <macro name='HTML_PI_NODE' file='HTMLtree'>
Daniel Veillard19274092002-03-25 16:48:03 +00003161 <info>Macro. A processing instruction in a HTML document is really implemented the same way as a processing instruction in an XML document.</info>
Daniel Veillard9d06d302002-01-22 18:15:52 +00003162 </macro>
3163 <macro name='HTML_PRESERVE_NODE' file='HTMLtree'>
Daniel Veillard19274092002-03-25 16:48:03 +00003164 <info>Macro. A preserved node in a HTML document is really implemented the same way as a CDATA section in an XML document.</info>
Daniel Veillard9d06d302002-01-22 18:15:52 +00003165 </macro>
3166 <macro name='HTML_TEXT_NODE' file='HTMLtree'>
Daniel Veillard19274092002-03-25 16:48:03 +00003167 <info>Macro. A text node in a HTML document is really implemented the same way as a text node in an XML document.</info>
Daniel Veillard9d06d302002-01-22 18:15:52 +00003168 </macro>
3169 <macro name='INPUT_CHUNK' file='parserInternals'>
Daniel Veillard19274092002-03-25 16:48:03 +00003170 <info>The parser tries to always have that amount of input ready. One of the point is providing context when reporting errors.</info>
Daniel Veillard9d06d302002-01-22 18:15:52 +00003171 </macro>
3172 <macro name='IS_BASECHAR' file='parserInternals'>
Daniel Veillarda9b66d02002-12-11 14:23:49 +00003173 <info>Macro to check the following production in the XML spec: [85] BaseChar ::= ... long list see REC ...</info>
3174 <arg name='c' info='an UNICODE value (int)'/>
Daniel Veillard9d06d302002-01-22 18:15:52 +00003175 </macro>
3176 <macro name='IS_BLANK' file='parserInternals'>
Daniel Veillarda9b66d02002-12-11 14:23:49 +00003177 <info>Macro to check the following production in the XML spec: [3] S ::= (#x20 | #x9 | #xD | #xA)+</info>
3178 <arg name='c' info='an UNICODE value (int)'/>
Daniel Veillard9d06d302002-01-22 18:15:52 +00003179 </macro>
Daniel Veillard78697292003-10-19 20:44:43 +00003180 <macro name='IS_BLANK_CH' file='parserInternals'>
3181 <info>Behaviour same as IS_BLANK</info>
3182 <arg name='c' info='an xmlChar value (normally unsigned char)'/>
3183 </macro>
Daniel Veillard2b8c4a12003-10-02 22:28:19 +00003184 <macro name='IS_BYTE_CHAR' file='parserInternals'>
3185 <info>Macro to check the following production in the XML spec: [2] Char ::= #x9 | #xA | #xD | [#x20...] any byte character in the accepted range</info>
3186 <arg name='c' info='an byte value (int)'/>
3187 </macro>
Daniel Veillard9d06d302002-01-22 18:15:52 +00003188 <macro name='IS_CHAR' file='parserInternals'>
Daniel Veillarda9b66d02002-12-11 14:23:49 +00003189 <info>Macro to check the following production in the XML spec: [2] Char ::= #x9 | #xA | #xD | [#x20-#xD7FF] | [#xE000-#xFFFD] | [#x10000-#x10FFFF] any Unicode character, excluding the surrogate blocks, FFFE, and FFFF.</info>
3190 <arg name='c' info='an UNICODE value (int)'/>
Daniel Veillard9d06d302002-01-22 18:15:52 +00003191 </macro>
Daniel Veillard78697292003-10-19 20:44:43 +00003192 <macro name='IS_CHAR_CH' file='parserInternals'>
3193 <info>Behaves like IS_CHAR on single-byte value</info>
3194 <arg name='c' info='an xmlChar (usually an unsigned char)'/>
3195 </macro>
Daniel Veillard9d06d302002-01-22 18:15:52 +00003196 <macro name='IS_COMBINING' file='parserInternals'>
Daniel Veillarda9b66d02002-12-11 14:23:49 +00003197 <info>Macro to check the following production in the XML spec: [87] CombiningChar ::= ... long list see REC ...</info>
3198 <arg name='c' info='an UNICODE value (int)'/>
Daniel Veillard9d06d302002-01-22 18:15:52 +00003199 </macro>
Daniel Veillard78697292003-10-19 20:44:43 +00003200 <macro name='IS_COMBINING_CH' file='parserInternals'>
3201 <info>Always false (all combining chars &gt; 0xff)</info>
3202 <arg name='c' info='an xmlChar (usually an unsigned char)'/>
3203 </macro>
Daniel Veillard9d06d302002-01-22 18:15:52 +00003204 <macro name='IS_DIGIT' file='parserInternals'>
Daniel Veillarda9b66d02002-12-11 14:23:49 +00003205 <info>Macro to check the following production in the XML spec: [88] Digit ::= ... long list see REC ...</info>
3206 <arg name='c' info='an UNICODE value (int)'/>
Daniel Veillard9d06d302002-01-22 18:15:52 +00003207 </macro>
Daniel Veillard78697292003-10-19 20:44:43 +00003208 <macro name='IS_DIGIT_CH' file='parserInternals'>
3209 <info>Behaves like IS_DIGIT but with a single byte argument</info>
3210 <arg name='c' info='an xmlChar value (usually an unsigned char)'/>
3211 </macro>
Daniel Veillard9d06d302002-01-22 18:15:52 +00003212 <macro name='IS_EXTENDER' file='parserInternals'>
Daniel Veillarda9b66d02002-12-11 14:23:49 +00003213 <info>Macro to check the following production in the XML spec: [89] Extender ::= #x00B7 | #x02D0 | #x02D1 | #x0387 | #x0640 | #x0E46 | #x0EC6 | #x3005 | [#x3031-#x3035] | [#x309D-#x309E] | [#x30FC-#x30FE]</info>
3214 <arg name='c' info='an UNICODE value (int)'/>
Daniel Veillard9d06d302002-01-22 18:15:52 +00003215 </macro>
Daniel Veillard78697292003-10-19 20:44:43 +00003216 <macro name='IS_EXTENDER_CH' file='parserInternals'>
3217 <info>Behaves like IS_EXTENDER but with a single-byte argument</info>
3218 <arg name='c' info='an xmlChar value (usually an unsigned char)'/>
3219 </macro>
Daniel Veillard9d06d302002-01-22 18:15:52 +00003220 <macro name='IS_IDEOGRAPHIC' file='parserInternals'>
Daniel Veillarda9b66d02002-12-11 14:23:49 +00003221 <info>Macro to check the following production in the XML spec: [86] Ideographic ::= [#x4E00-#x9FA5] | #x3007 | [#x3021-#x3029]</info>
3222 <arg name='c' info='an UNICODE value (int)'/>
Daniel Veillard9d06d302002-01-22 18:15:52 +00003223 </macro>
3224 <macro name='IS_LETTER' file='parserInternals'>
Daniel Veillarda9b66d02002-12-11 14:23:49 +00003225 <info>Macro to check the following production in the XML spec: [84] Letter ::= BaseChar | Ideographic</info>
3226 <arg name='c' info='an UNICODE value (int)'/>
Daniel Veillard9d06d302002-01-22 18:15:52 +00003227 </macro>
Daniel Veillard78697292003-10-19 20:44:43 +00003228 <macro name='IS_LETTER_CH' file='parserInternals'>
3229 <info>Macro behaves like IS_LETTER, but only check base chars</info>
3230 <arg name='c' info='an xmlChar value (normally unsigned char)'/>
3231 </macro>
Daniel Veillard9d06d302002-01-22 18:15:52 +00003232 <macro name='IS_PUBIDCHAR' file='parserInternals'>
Daniel Veillarda9b66d02002-12-11 14:23:49 +00003233 <info>Macro to check the following production in the XML spec: [13] PubidChar ::= #x20 | #xD | #xA | [a-zA-Z0-9] | [-&apos;()+,./:=?;!*#@$_%]</info>
3234 <arg name='c' info='an UNICODE value (int)'/>
Daniel Veillard9d06d302002-01-22 18:15:52 +00003235 </macro>
Daniel Veillard78697292003-10-19 20:44:43 +00003236 <macro name='IS_PUBIDCHAR_CH' file='parserInternals'>
3237 <info>Same as IS_PUBIDCHAR but for single-byte value</info>
3238 <arg name='c' info='an xmlChar value (normally unsigned char)'/>
3239 </macro>
Daniel Veillard0bfbb422002-04-26 09:21:45 +00003240 <macro name='LIBXML_AUTOMATA_ENABLED' file='xmlversion'>
Daniel Veillard092643b2003-09-25 14:29:29 +00003241 <info>Whether the automata interfaces are compiled in</info>
Daniel Veillard0bfbb422002-04-26 09:21:45 +00003242 </macro>
Daniel Veillardfee408f2002-11-22 13:18:30 +00003243 <macro name='LIBXML_C14N_ENABLED' file='xmlversion'>
Daniel Veillardaf43f632002-03-08 15:05:20 +00003244 <info>Whether the Canonicalization support is configured in</info>
3245 </macro>
Daniel Veillardfee408f2002-11-22 13:18:30 +00003246 <macro name='LIBXML_CATALOG_ENABLED' file='xmlversion'>
Daniel Veillard9d06d302002-01-22 18:15:52 +00003247 <info>Whether the Catalog support is configured in</info>
3248 </macro>
Daniel Veillardfee408f2002-11-22 13:18:30 +00003249 <macro name='LIBXML_DEBUG_ENABLED' file='xmlversion'>
Daniel Veillard9d06d302002-01-22 18:15:52 +00003250 <info>Whether Debugging module is configured in</info>
3251 </macro>
Daniel Veillarde24c7dc2003-08-29 06:03:38 +00003252 <macro name='LIBXML_DLL_IMPORT' file='xmlexports'>
Daniel Veillard9d06d302002-01-22 18:15:52 +00003253 </macro>
Daniel Veillardfee408f2002-11-22 13:18:30 +00003254 <macro name='LIBXML_DOCB_ENABLED' file='xmlversion'>
Daniel Veillard9d06d302002-01-22 18:15:52 +00003255 <info>Whether the SGML Docbook support is configured in</info>
3256 </macro>
Daniel Veillardfee408f2002-11-22 13:18:30 +00003257 <macro name='LIBXML_DOTTED_VERSION' file='xmlversion'>
Daniel Veillard9d06d302002-01-22 18:15:52 +00003258 <info>the version string like &quot;1.2.3&quot;</info>
3259 </macro>
Daniel Veillardfee408f2002-11-22 13:18:30 +00003260 <macro name='LIBXML_FTP_ENABLED' file='xmlversion'>
Daniel Veillard9d06d302002-01-22 18:15:52 +00003261 <info>Whether the FTP support is configured in</info>
3262 </macro>
Daniel Veillardfee408f2002-11-22 13:18:30 +00003263 <macro name='LIBXML_HTML_ENABLED' file='xmlversion'>
Daniel Veillard9d06d302002-01-22 18:15:52 +00003264 <info>Whether the HTML support is configured in</info>
3265 </macro>
Daniel Veillardfee408f2002-11-22 13:18:30 +00003266 <macro name='LIBXML_HTTP_ENABLED' file='xmlversion'>
Daniel Veillard9d06d302002-01-22 18:15:52 +00003267 <info>Whether the HTTP support is configured in</info>
3268 </macro>
Daniel Veillardfee408f2002-11-22 13:18:30 +00003269 <macro name='LIBXML_ICONV_ENABLED' file='xmlversion'>
Daniel Veillard9d06d302002-01-22 18:15:52 +00003270 <info>Whether iconv support is available</info>
3271 </macro>
Daniel Veillarde24c7dc2003-08-29 06:03:38 +00003272 <macro name='LIBXML_ISO8859X_ENABLED' file='xmlversion'>
3273 <info>Whether ISO-8859-* support is made available in case iconv is not</info>
3274 </macro>
Daniel Veillard2b8c4a12003-10-02 22:28:19 +00003275 <macro name='LIBXML_LEGACY_ENABLED' file='xmlversion'>
3276 <info>Whether the deprecated APIs are compiled in for compatibility</info>
3277 </macro>
3278 <macro name='LIBXML_OUTPUT_ENABLED' file='xmlversion'>
3279 <info>Whether the serialization/saving support is configured in</info>
3280 </macro>
John Fleck7c5f5862003-12-04 04:57:40 +00003281 <macro name='LIBXML_PATTERN_ENABLED' file='xmlversion'>
3282 <info>Whether the xmlPattern node selection interface is configured in</info>
3283 </macro>
Daniel Veillard2b8c4a12003-10-02 22:28:19 +00003284 <macro name='LIBXML_PUSH_ENABLED' file='xmlversion'>
3285 <info>Whether the push parsing interfaces are configured in</info>
3286 </macro>
3287 <macro name='LIBXML_READER_ENABLED' file='xmlversion'>
3288 <info>Whether the xmlReader parsing interface is configured in</info>
3289 </macro>
Daniel Veillard0bfbb422002-04-26 09:21:45 +00003290 <macro name='LIBXML_REGEXP_ENABLED' file='xmlversion'>
Daniel Veillard092643b2003-09-25 14:29:29 +00003291 <info>Whether the regular expressions interfaces are compiled in</info>
Daniel Veillard0bfbb422002-04-26 09:21:45 +00003292 </macro>
Daniel Veillard2b8c4a12003-10-02 22:28:19 +00003293 <macro name='LIBXML_SAX1_ENABLED' file='xmlversion'>
3294 <info>Whether the older SAX1 interface is configured in</info>
3295 </macro>
Daniel Veillard0bfbb422002-04-26 09:21:45 +00003296 <macro name='LIBXML_SCHEMAS_ENABLED' file='xmlversion'>
Daniel Veillard092643b2003-09-25 14:29:29 +00003297 <info>Whether the Schemas validation interfaces are compiled in</info>
Daniel Veillard0bfbb422002-04-26 09:21:45 +00003298 </macro>
Daniel Veillardfee408f2002-11-22 13:18:30 +00003299 <macro name='LIBXML_TEST_VERSION' file='xmlversion'>
Daniel Veillard9d06d302002-01-22 18:15:52 +00003300 <info>Macro to check that the libxml version in use is compatible with the version the software has been compiled against</info>
3301 </macro>
Daniel Veillardfee408f2002-11-22 13:18:30 +00003302 <macro name='LIBXML_THREAD_ENABLED' file='xmlversion'>
Daniel Veillard9d06d302002-01-22 18:15:52 +00003303 <info>Whether the thread support is configured in</info>
3304 </macro>
Daniel Veillard2b8c4a12003-10-02 22:28:19 +00003305 <macro name='LIBXML_TREE_ENABLED' file='xmlversion'>
3306 <info>Whether the DOM like tree manipulation API support is configured in</info>
3307 </macro>
Daniel Veillard0bfbb422002-04-26 09:21:45 +00003308 <macro name='LIBXML_UNICODE_ENABLED' file='xmlversion'>
Daniel Veillard092643b2003-09-25 14:29:29 +00003309 <info>Whether the Unicode related interfaces are compiled in</info>
Daniel Veillard0bfbb422002-04-26 09:21:45 +00003310 </macro>
Daniel Veillard2b8c4a12003-10-02 22:28:19 +00003311 <macro name='LIBXML_VALID_ENABLED' file='xmlversion'>
3312 <info>Whether the DTD validation support is configured in</info>
3313 </macro>
Daniel Veillardfee408f2002-11-22 13:18:30 +00003314 <macro name='LIBXML_VERSION' file='xmlversion'>
Daniel Veillard9d06d302002-01-22 18:15:52 +00003315 <info>the version number: 1.2.3 value is 1002003</info>
3316 </macro>
Daniel Veillardfee408f2002-11-22 13:18:30 +00003317 <macro name='LIBXML_VERSION_STRING' file='xmlversion'>
Daniel Veillard9d06d302002-01-22 18:15:52 +00003318 <info>the version number string, 1.2.3 value is &quot;1002003&quot;</info>
3319 </macro>
Daniel Veillard1d211e22003-10-20 22:32:39 +00003320 <macro name='LIBXML_WRITER_ENABLED' file='xmlversion'>
3321 <info>Whether the xmlWriter saving interface is configured in</info>
Daniel Veillardcd6ff282003-10-08 22:38:13 +00003322 </macro>
Daniel Veillardfee408f2002-11-22 13:18:30 +00003323 <macro name='LIBXML_XINCLUDE_ENABLED' file='xmlversion'>
Daniel Veillard9d06d302002-01-22 18:15:52 +00003324 <info>Whether XInclude is configured in</info>
3325 </macro>
Daniel Veillardfee408f2002-11-22 13:18:30 +00003326 <macro name='LIBXML_XPATH_ENABLED' file='xmlversion'>
Daniel Veillard9d06d302002-01-22 18:15:52 +00003327 <info>Whether XPath is configured in</info>
3328 </macro>
Daniel Veillardfee408f2002-11-22 13:18:30 +00003329 <macro name='LIBXML_XPTR_ENABLED' file='xmlversion'>
Daniel Veillard9d06d302002-01-22 18:15:52 +00003330 <info>Whether XPointer is configured in</info>
3331 </macro>
Daniel Veillard9d06d302002-01-22 18:15:52 +00003332 <macro name='MOVETO_ENDTAG' file='parserInternals'>
Daniel Veillard19274092002-03-25 16:48:03 +00003333 <info>Skips to the next &apos;&gt;&apos; char.</info>
Daniel Veillarda9b66d02002-12-11 14:23:49 +00003334 <arg name='p' info='and UTF8 string pointer'/>
Daniel Veillard9d06d302002-01-22 18:15:52 +00003335 </macro>
3336 <macro name='MOVETO_STARTTAG' file='parserInternals'>
Daniel Veillard19274092002-03-25 16:48:03 +00003337 <info>Skips to the next &apos;&lt;&apos; char.</info>
Daniel Veillarda9b66d02002-12-11 14:23:49 +00003338 <arg name='p' info='and UTF8 string pointer'/>
Daniel Veillard817e70b2002-11-19 22:28:48 +00003339 </macro>
Daniel Veillard9d06d302002-01-22 18:15:52 +00003340 <macro name='SKIP_EOL' file='parserInternals'>
Daniel Veillard19274092002-03-25 16:48:03 +00003341 <info>Skips the end of line chars.</info>
Daniel Veillarda9b66d02002-12-11 14:23:49 +00003342 <arg name='p' info='and UTF8 string pointer'/>
Daniel Veillard9d06d302002-01-22 18:15:52 +00003343 </macro>
Daniel Veillardfee408f2002-11-22 13:18:30 +00003344 <macro name='WITHOUT_TRIO' file='xmlversion'>
Daniel Veillard9d06d302002-01-22 18:15:52 +00003345 <info>defined if the trio support should not be configured in</info>
3346 </macro>
Daniel Veillardfee408f2002-11-22 13:18:30 +00003347 <macro name='WITH_TRIO' file='xmlversion'>
John Fleck7c5f5862003-12-04 04:57:40 +00003348 <info>defined if the trio support need to be configured in</info>
Daniel Veillard9d06d302002-01-22 18:15:52 +00003349 </macro>
Daniel Veillard6d373a22003-11-04 10:26:43 +00003350 <macro name='XINCLUDE_FALLBACK' file='xinclude'>
John Fleck0eaf41c2003-12-01 04:45:26 +00003351 <info>Macro defining &quot;fallback&quot;</info>
Daniel Veillard6d373a22003-11-04 10:26:43 +00003352 </macro>
3353 <macro name='XINCLUDE_HREF' file='xinclude'>
John Fleck0eaf41c2003-12-01 04:45:26 +00003354 <info>Macro defining &quot;href&quot;</info>
Daniel Veillard6d373a22003-11-04 10:26:43 +00003355 </macro>
3356 <macro name='XINCLUDE_NODE' file='xinclude'>
John Fleck0eaf41c2003-12-01 04:45:26 +00003357 <info>Macro defining &quot;include&quot;</info>
Daniel Veillard6d373a22003-11-04 10:26:43 +00003358 </macro>
3359 <macro name='XINCLUDE_NS' file='xinclude'>
Daniel Veillarde74d2e12003-12-09 11:35:37 +00003360 <info>Macro defining the Xinclude namespace: http://www.w3.org/2003/XInclude</info>
3361 </macro>
3362 <macro name='XINCLUDE_OLD_NS' file='xinclude'>
3363 <info>Macro defining the draft Xinclude namespace: http://www.w3.org/2001/XInclude</info>
Daniel Veillard6d373a22003-11-04 10:26:43 +00003364 </macro>
3365 <macro name='XINCLUDE_PARSE' file='xinclude'>
John Fleck0eaf41c2003-12-01 04:45:26 +00003366 <info>Macro defining &quot;parse&quot;</info>
Daniel Veillard6d373a22003-11-04 10:26:43 +00003367 </macro>
3368 <macro name='XINCLUDE_PARSE_ENCODING' file='xinclude'>
John Fleck0eaf41c2003-12-01 04:45:26 +00003369 <info>Macro defining &quot;encoding&quot;</info>
Daniel Veillard6d373a22003-11-04 10:26:43 +00003370 </macro>
3371 <macro name='XINCLUDE_PARSE_TEXT' file='xinclude'>
John Fleck0eaf41c2003-12-01 04:45:26 +00003372 <info>Macro defining &quot;text&quot;</info>
Daniel Veillard6d373a22003-11-04 10:26:43 +00003373 </macro>
3374 <macro name='XINCLUDE_PARSE_XML' file='xinclude'>
John Fleck0eaf41c2003-12-01 04:45:26 +00003375 <info>Macro defining &quot;xml&quot;</info>
Daniel Veillard6d373a22003-11-04 10:26:43 +00003376 </macro>
Daniel Veillarde74d2e12003-12-09 11:35:37 +00003377 <macro name='XINCLUDE_PARSE_XPOINTER' file='xinclude'>
3378 <info>Macro defining &quot;xpointer&quot;</info>
3379 </macro>
William M. Brackcdfa2862003-08-29 06:03:38 +00003380 <macro name='XMLCALL' file='xmlexports'>
3381 </macro>
3382 <macro name='XMLPUBFUN' file='xmlexports'>
3383 </macro>
3384 <macro name='XMLPUBVAR' file='xmlexports'>
3385 </macro>
Daniel Veillard9d06d302002-01-22 18:15:52 +00003386 <macro name='XML_CATALOGS_NAMESPACE' file='catalog'>
Daniel Veillard19274092002-03-25 16:48:03 +00003387 <info>The namespace for the XML Catalogs elements.</info>
Daniel Veillard9d06d302002-01-22 18:15:52 +00003388 </macro>
3389 <macro name='XML_CATALOG_PI' file='catalog'>
Daniel Veillard19274092002-03-25 16:48:03 +00003390 <info>The specific XML Catalog Processing Instuction name.</info>
Daniel Veillard9d06d302002-01-22 18:15:52 +00003391 </macro>
Daniel Veillard9d06d302002-01-22 18:15:52 +00003392 <macro name='XML_COMPLETE_ATTRS' file='parser'>
Daniel Veillard19274092002-03-25 16:48:03 +00003393 <info>Bit in the loadsubset context field to tell to do complete the elements attributes lists with the ones defaulted from the DTDs. Use it to initialize xmlLoadExtDtdDefaultValue.</info>
Daniel Veillard9d06d302002-01-22 18:15:52 +00003394 </macro>
3395 <macro name='XML_DEFAULT_VERSION' file='parser'>
3396 <info>The default version of XML used: 1.0</info>
3397 </macro>
3398 <macro name='XML_DETECT_IDS' file='parser'>
Daniel Veillard19274092002-03-25 16:48:03 +00003399 <info>Bit in the loadsubset context field to tell to do ID/REFs lookups. Use it to initialize xmlLoadExtDtdDefaultValue.</info>
Daniel Veillard9d06d302002-01-22 18:15:52 +00003400 </macro>
Daniel Veillard9d06d302002-01-22 18:15:52 +00003401 <macro name='XML_GET_CONTENT' file='tree'>
Daniel Veillard19274092002-03-25 16:48:03 +00003402 <info>Macro to extract the content pointer of a node.</info>
Daniel Veillard9d06d302002-01-22 18:15:52 +00003403 </macro>
3404 <macro name='XML_GET_LINE' file='tree'>
John Fleck0eaf41c2003-12-01 04:45:26 +00003405 <info>Macro to extract the line number of an element node.</info>
Daniel Veillard9d06d302002-01-22 18:15:52 +00003406 </macro>
Daniel Veillard9d06d302002-01-22 18:15:52 +00003407 <macro name='XML_LOCAL_NAMESPACE' file='tree'>
Daniel Veillard19274092002-03-25 16:48:03 +00003408 <info>A namespace declaration node.</info>
Daniel Veillard9d06d302002-01-22 18:15:52 +00003409 </macro>
3410 <macro name='XML_MAX_NAMELEN' file='parserInternals'>
3411 <info>Identifiers can be longer, but this will be more costly at runtime.</info>
3412 </macro>
William M. Brackcdfa2862003-08-29 06:03:38 +00003413 <macro name='XML_SAX2_MAGIC' file='parser'>
3414 <info>Special constant found in SAX2 blocks initialized fields</info>
3415 </macro>
Daniel Veillardd4330462003-04-29 12:40:16 +00003416 <macro name='XML_SCHEMAS_ANYATTR_LAX' file='schemasInternals'>
Daniel Veillard1e906612003-12-05 14:57:46 +00003417 <info>Ignore validation non definition on attributes</info>
Daniel Veillardd4330462003-04-29 12:40:16 +00003418 </macro>
3419 <macro name='XML_SCHEMAS_ANYATTR_SKIP' file='schemasInternals'>
Daniel Veillard1e906612003-12-05 14:57:46 +00003420 <info>Skip unknown attribute from validation</info>
Daniel Veillardd4330462003-04-29 12:40:16 +00003421 </macro>
3422 <macro name='XML_SCHEMAS_ANYATTR_STRICT' file='schemasInternals'>
Daniel Veillard1e906612003-12-05 14:57:46 +00003423 <info>Apply strict validation rules on attributes</info>
Daniel Veillardd4330462003-04-29 12:40:16 +00003424 </macro>
John Fleck0eaf41c2003-12-01 04:45:26 +00003425 <macro name='XML_SCHEMAS_ATTR_NSDEFAULT' file='schemasInternals'>
3426 <info>allow elements in no namespace</info>
3427 </macro>
Daniel Veillardee1d6922004-04-18 14:58:57 +00003428 <macro name='XML_SCHEMAS_ATTR_USE_OPTIONAL' file='schemasInternals'>
3429 <info>The attribute is optional.</info>
3430 </macro>
3431 <macro name='XML_SCHEMAS_ATTR_USE_PROHIBITED' file='schemasInternals'>
3432 <info>The attribute is prohibited.</info>
3433 </macro>
3434 <macro name='XML_SCHEMAS_ATTR_USE_REQUIRED' file='schemasInternals'>
3435 <info>The attribute is required.</info>
3436 </macro>
Daniel Veillardd4330462003-04-29 12:40:16 +00003437 <macro name='XML_SCHEMAS_ELEM_ABSTRACT' file='schemasInternals'>
3438 <info>the element is abstract</info>
3439 </macro>
3440 <macro name='XML_SCHEMAS_ELEM_DEFAULT' file='schemasInternals'>
3441 <info>the element has a default value</info>
3442 </macro>
3443 <macro name='XML_SCHEMAS_ELEM_FIXED' file='schemasInternals'>
3444 <info>the element has a fixed value</info>
3445 </macro>
3446 <macro name='XML_SCHEMAS_ELEM_GLOBAL' file='schemasInternals'>
3447 <info>the element is global</info>
3448 </macro>
3449 <macro name='XML_SCHEMAS_ELEM_NILLABLE' file='schemasInternals'>
3450 <info>the element is nillable</info>
3451 </macro>
John Fleck0eaf41c2003-12-01 04:45:26 +00003452 <macro name='XML_SCHEMAS_ELEM_NSDEFAULT' file='schemasInternals'>
3453 <info>allow elements in no namespace</info>
3454 </macro>
Daniel Veillardd4330462003-04-29 12:40:16 +00003455 <macro name='XML_SCHEMAS_ELEM_REF' file='schemasInternals'>
3456 <info>the element is a reference to a type</info>
3457 </macro>
3458 <macro name='XML_SCHEMAS_ELEM_TOPLEVEL' file='schemasInternals'>
3459 <info>the element is top level</info>
3460 </macro>
3461 <macro name='XML_SCHEMAS_FACET_COLLAPSE' file='schemasInternals'>
3462 <info>collapse the types of the facet</info>
3463 </macro>
3464 <macro name='XML_SCHEMAS_FACET_PRESERVE' file='schemasInternals'>
3465 <info>preserve the type of the facet</info>
3466 </macro>
3467 <macro name='XML_SCHEMAS_FACET_REPLACE' file='schemasInternals'>
3468 <info>replace the type of the facet</info>
3469 </macro>
3470 <macro name='XML_SCHEMAS_FACET_UNKNOWN' file='schemasInternals'>
3471 <info>unknown facet handling</info>
3472 </macro>
3473 <macro name='XML_SCHEMAS_QUALIF_ATTR' file='schemasInternals'>
3474 <info>the shemas requires qualified attributes</info>
3475 </macro>
3476 <macro name='XML_SCHEMAS_QUALIF_ELEM' file='schemasInternals'>
3477 <info>the shemas requires qualified elements</info>
3478 </macro>
3479 <macro name='XML_SCHEMAS_TYPE_MIXED' file='schemasInternals'>
3480 <info>the element content type is mixed</info>
3481 </macro>
Daniel Veillardaec63562003-03-23 20:42:17 +00003482 <macro name='XML_SKIP_IDS' file='parser'>
3483 <info>Bit in the loadsubset context field to tell to not do ID/REFs registration. Used to initialize xmlLoadExtDtdDefaultValue in some special cases.</info>
3484 </macro>
Daniel Veillard9d06d302002-01-22 18:15:52 +00003485 <macro name='XML_SUBSTITUTE_BOTH' file='parserInternals'>
Daniel Veillard19274092002-03-25 16:48:03 +00003486 <info>Both general and parameter entities need to be substituted.</info>
Daniel Veillard9d06d302002-01-22 18:15:52 +00003487 </macro>
3488 <macro name='XML_SUBSTITUTE_NONE' file='parserInternals'>
Daniel Veillard19274092002-03-25 16:48:03 +00003489 <info>If no entities need to be substituted.</info>
Daniel Veillard9d06d302002-01-22 18:15:52 +00003490 </macro>
3491 <macro name='XML_SUBSTITUTE_PEREF' file='parserInternals'>
Daniel Veillard19274092002-03-25 16:48:03 +00003492 <info>Whether parameter entities need to be substituted.</info>
Daniel Veillard9d06d302002-01-22 18:15:52 +00003493 </macro>
3494 <macro name='XML_SUBSTITUTE_REF' file='parserInternals'>
Daniel Veillard19274092002-03-25 16:48:03 +00003495 <info>Whether general entities need to be substituted.</info>
Daniel Veillard9d06d302002-01-22 18:15:52 +00003496 </macro>
Daniel Veillardee1d6922004-04-18 14:58:57 +00003497 <macro name='XML_XML_ID' file='tree'>
3498 <info>This is the name for the special xml:id attribute</info>
3499 </macro>
Daniel Veillard9d06d302002-01-22 18:15:52 +00003500 <macro name='XML_XML_NAMESPACE' file='tree'>
Daniel Veillard19274092002-03-25 16:48:03 +00003501 <info>This is the namespace for the special xml: prefix predefined in the XML Namespace specification.</info>
Daniel Veillard9d06d302002-01-22 18:15:52 +00003502 </macro>
Daniel Veillard9d06d302002-01-22 18:15:52 +00003503 <macro name='XP_ERROR' file='xpathInternals'>
Daniel Veillard19274092002-03-25 16:48:03 +00003504 <info>Macro to raise an XPath error and return.</info>
Daniel Veillarda9b66d02002-12-11 14:23:49 +00003505 <arg name='X' info='the error code'/>
Daniel Veillard9d06d302002-01-22 18:15:52 +00003506 </macro>
3507 <macro name='XP_ERROR0' file='xpathInternals'>
Daniel Veillard19274092002-03-25 16:48:03 +00003508 <info>Macro to raise an XPath error and return 0.</info>
Daniel Veillarda9b66d02002-12-11 14:23:49 +00003509 <arg name='X' info='the error code'/>
Daniel Veillard9d06d302002-01-22 18:15:52 +00003510 </macro>
Daniel Veillarde24c7dc2003-08-29 06:03:38 +00003511 <macro name='_REENTRANT' file='xmlexports'>
3512 </macro>
Daniel Veillard71531f32003-02-05 13:19:53 +00003513 <macro name='htmlDefaultSubelement' file='HTMLparser'>
William M. Brack7a821652003-08-15 07:27:40 +00003514 <info>Returns the default subelement for this element</info>
3515 <arg name='elt' info='HTML element'/>
Daniel Veillard71531f32003-02-05 13:19:53 +00003516 </macro>
3517 <macro name='htmlElementAllowedHereDesc' file='HTMLparser'>
William M. Brack7a821652003-08-15 07:27:40 +00003518 <info>Checks whether an HTML element description may be a direct child of the specified element. Returns 1 if allowed; 0 otherwise.</info>
3519 <arg name='parent' info='HTML parent element'/>
3520 <arg name='elt' info='HTML element'/>
Daniel Veillard71531f32003-02-05 13:19:53 +00003521 </macro>
3522 <macro name='htmlRequiredAttrs' file='HTMLparser'>
William M. Brack7a821652003-08-15 07:27:40 +00003523 <info>Returns the attributes required for the specified element.</info>
3524 <arg name='elt' info='HTML element'/>
Daniel Veillard71531f32003-02-05 13:19:53 +00003525 </macro>
Daniel Veillarda9b66d02002-12-11 14:23:49 +00003526 <macro name='xmlChildrenNode' file='tree'>
William M. Brack966668a2003-12-20 02:10:28 +00003527 <info>Macro for compatibility naming layer with libxml1. Maps to &quot;children.&quot;</info>
Daniel Veillarda9b66d02002-12-11 14:23:49 +00003528 </macro>
Daniel Veillard78697292003-10-19 20:44:43 +00003529 <macro name='xmlIsBaseCharQ' file='chvalid'>
3530 <info>Automatically generated by genChRanges.py</info>
3531 <arg name='c' info='char to validate'/>
3532 </macro>
3533 <macro name='xmlIsBaseChar_ch' file='chvalid'>
3534 <info>Automatically generated by genChRanges.py</info>
3535 <arg name='c' info='char to validate'/>
3536 </macro>
3537 <macro name='xmlIsBlankQ' file='chvalid'>
3538 <info>Automatically generated by genChRanges.py</info>
3539 <arg name='c' info='char to validate'/>
3540 </macro>
3541 <macro name='xmlIsBlank_ch' file='chvalid'>
3542 <info>Automatically generated by genChRanges.py</info>
3543 <arg name='c' info='char to validate'/>
3544 </macro>
3545 <macro name='xmlIsCharQ' file='chvalid'>
3546 <info>Automatically generated by genChRanges.py</info>
3547 <arg name='c' info='char to validate'/>
3548 </macro>
3549 <macro name='xmlIsChar_ch' file='chvalid'>
3550 <info>Automatically generated by genChRanges.py</info>
3551 <arg name='c' info='char to validate'/>
3552 </macro>
3553 <macro name='xmlIsCombiningQ' file='chvalid'>
3554 <info>Automatically generated by genChRanges.py</info>
3555 <arg name='c' info='char to validate'/>
3556 </macro>
3557 <macro name='xmlIsDigitQ' file='chvalid'>
3558 <info>Automatically generated by genChRanges.py</info>
3559 <arg name='c' info='char to validate'/>
3560 </macro>
3561 <macro name='xmlIsDigit_ch' file='chvalid'>
3562 <info>Automatically generated by genChRanges.py</info>
3563 <arg name='c' info='char to validate'/>
3564 </macro>
3565 <macro name='xmlIsExtenderQ' file='chvalid'>
3566 <info>Automatically generated by genChRanges.py</info>
3567 <arg name='c' info='char to validate'/>
3568 </macro>
3569 <macro name='xmlIsExtender_ch' file='chvalid'>
3570 <info>Automatically generated by genChRanges.py</info>
3571 <arg name='c' info='char to validate'/>
3572 </macro>
3573 <macro name='xmlIsIdeographicQ' file='chvalid'>
3574 <info>Automatically generated by genChRanges.py</info>
3575 <arg name='c' info='char to validate'/>
3576 </macro>
3577 <macro name='xmlIsPubidCharQ' file='chvalid'>
3578 <info>Automatically generated by genChRanges.py</info>
3579 <arg name='c' info='char to validate'/>
3580 </macro>
3581 <macro name='xmlIsPubidChar_ch' file='chvalid'>
3582 <info>Automatically generated by genChRanges.py</info>
3583 <arg name='c' info='char to validate'/>
3584 </macro>
Daniel Veillarda9b66d02002-12-11 14:23:49 +00003585 <macro name='xmlRootNode' file='tree'>
William M. Brack966668a2003-12-20 02:10:28 +00003586 <info>Macro for compatibility naming layer with libxml1. Maps to &quot;children&quot;.</info>
Daniel Veillarda9b66d02002-12-11 14:23:49 +00003587 </macro>
Daniel Veillard1d211e22003-10-20 22:32:39 +00003588 <macro name='xmlTextWriterWriteDocType' file='xmlwriter'>
Daniel Veillard1e906612003-12-05 14:57:46 +00003589 <info>this macro maps to xmlTextWriterWriteDTD</info>
Daniel Veillard1d211e22003-10-20 22:32:39 +00003590 </macro>
3591 <macro name='xmlTextWriterWriteProcessingInstruction' file='xmlwriter'>
Daniel Veillard1e906612003-12-05 14:57:46 +00003592 <info>This macro maps to xmlTextWriterWritePI</info>
Daniel Veillard1d211e22003-10-20 22:32:39 +00003593 </macro>
Daniel Veillarda9b66d02002-12-11 14:23:49 +00003594 <macro name='xmlXPathCheckError' file='xpathInternals'>
3595 <info>Check if an XPath error was raised. Returns true if an error has been raised, false otherwise.</info>
3596 <arg name='ctxt' info='an XPath parser context'/>
3597 </macro>
3598 <macro name='xmlXPathEmptyNodeSet' file='xpathInternals'>
3599 <info>Empties a node-set.</info>
3600 <arg name='ns' info='a node-set'/>
3601 </macro>
3602 <macro name='xmlXPathGetContextNode' file='xpathInternals'>
3603 <info>Get the context node of an XPath context. Returns the context node.</info>
3604 <arg name='ctxt' info='an XPath parser context'/>
3605 </macro>
3606 <macro name='xmlXPathGetDocument' file='xpathInternals'>
3607 <info>Get the document of an XPath context. Returns the context document.</info>
3608 <arg name='ctxt' info='an XPath parser context'/>
3609 </macro>
3610 <macro name='xmlXPathGetError' file='xpathInternals'>
3611 <info>Get the error code of an XPath context. Returns the context error.</info>
3612 <arg name='ctxt' info='an XPath parser context'/>
3613 </macro>
3614 <macro name='xmlXPathNodeSetGetLength' file='xpath'>
3615 <info>Implement a functionality similar to the DOM NodeList.length. Returns the number of nodes in the node-set.</info>
3616 <arg name='ns' info='a node-set'/>
3617 </macro>
3618 <macro name='xmlXPathNodeSetIsEmpty' file='xpath'>
3619 <info>Checks whether @ns is empty or not. Returns %TRUE if @ns is an empty node-set.</info>
3620 <arg name='ns' info='a node-set'/>
3621 </macro>
3622 <macro name='xmlXPathNodeSetItem' file='xpath'>
3623 <info>Implements a functionality similar to the DOM NodeList.item(). Returns the xmlNodePtr at the given @index in @ns or NULL if @index is out of range (0 to length-1)</info>
3624 <arg name='ns' info='a node-set'/>
3625 <arg name='index' info='index of a node in the set'/>
3626 </macro>
3627 <macro name='xmlXPathReturnBoolean' file='xpathInternals'>
3628 <info>Pushes the boolean @val on the context stack.</info>
3629 <arg name='ctxt' info='an XPath parser context'/>
3630 <arg name='val' info='a boolean'/>
3631 </macro>
3632 <macro name='xmlXPathReturnEmptyNodeSet' file='xpathInternals'>
3633 <info>Pushes an empty node-set on the context stack.</info>
3634 <arg name='ctxt' info='an XPath parser context'/>
3635 </macro>
3636 <macro name='xmlXPathReturnEmptyString' file='xpathInternals'>
3637 <info>Pushes an empty string on the stack.</info>
3638 <arg name='ctxt' info='an XPath parser context'/>
3639 </macro>
3640 <macro name='xmlXPathReturnExternal' file='xpathInternals'>
3641 <info>Pushes user data on the context stack.</info>
3642 <arg name='ctxt' info='an XPath parser context'/>
3643 <arg name='val' info='user data'/>
3644 </macro>
3645 <macro name='xmlXPathReturnFalse' file='xpathInternals'>
3646 <info>Pushes false on the context stack.</info>
3647 <arg name='ctxt' info='an XPath parser context'/>
3648 </macro>
3649 <macro name='xmlXPathReturnNodeSet' file='xpathInternals'>
3650 <info>Pushes the node-set @ns on the context stack.</info>
3651 <arg name='ctxt' info='an XPath parser context'/>
3652 <arg name='ns' info='a node-set'/>
3653 </macro>
3654 <macro name='xmlXPathReturnNumber' file='xpathInternals'>
3655 <info>Pushes the double @val on the context stack.</info>
3656 <arg name='ctxt' info='an XPath parser context'/>
3657 <arg name='val' info='a double'/>
3658 </macro>
3659 <macro name='xmlXPathReturnString' file='xpathInternals'>
3660 <info>Pushes the string @str on the context stack.</info>
3661 <arg name='ctxt' info='an XPath parser context'/>
3662 <arg name='str' info='a string'/>
3663 </macro>
3664 <macro name='xmlXPathReturnTrue' file='xpathInternals'>
3665 <info>Pushes true on the context stack.</info>
3666 <arg name='ctxt' info='an XPath parser context'/>
3667 </macro>
3668 <macro name='xmlXPathSetArityError' file='xpathInternals'>
3669 <info>Raises an XPATH_INVALID_ARITY error.</info>
3670 <arg name='ctxt' info='an XPath parser context'/>
3671 </macro>
3672 <macro name='xmlXPathSetError' file='xpathInternals'>
3673 <info>Raises an error.</info>
3674 <arg name='ctxt' info='an XPath parser context'/>
3675 <arg name='err' info='an xmlXPathError code'/>
3676 </macro>
3677 <macro name='xmlXPathSetTypeError' file='xpathInternals'>
3678 <info>Raises an XPATH_INVALID_TYPE error.</info>
3679 <arg name='ctxt' info='an XPath parser context'/>
3680 </macro>
3681 <macro name='xmlXPathStackIsExternal' file='xpathInternals'>
3682 <info>Checks if the current value on the XPath stack is an external object. Returns true if the current object on the stack is an external object.</info>
3683 <arg name='ctxt' info='an XPath parser context'/>
3684 </macro>
3685 <macro name='xmlXPathStackIsNodeSet' file='xpathInternals'>
3686 <info>Check if the current value on the XPath stack is a node set or an XSLT value tree. Returns true if the current object on the stack is a node-set.</info>
3687 <arg name='ctxt' info='an XPath parser context'/>
3688 </macro>
Daniel Veillard16fa96c2003-09-23 21:50:54 +00003689 <enum name='HTML_DEPRECATED' file='HTMLparser' value='2' type='htmlStatus'/>
3690 <enum name='HTML_INVALID' file='HTMLparser' value='1' type='htmlStatus'/>
Daniel Veillard71531f32003-02-05 13:19:53 +00003691 <enum name='HTML_NA' file='HTMLparser' value='0' type='htmlStatus' info='something we don&apos;t check at all'/>
Daniel Veillarddca8cc72003-09-26 13:53:14 +00003692 <enum name='HTML_PARSE_NOBLANKS' file='HTMLparser' value='256' type='htmlParserOption' info='remove blank nodes'/>
3693 <enum name='HTML_PARSE_NOERROR' file='HTMLparser' value='32' type='htmlParserOption' info='suppress error reports'/>
3694 <enum name='HTML_PARSE_NONET' file='HTMLparser' value='2048' type='htmlParserOption' info=' Forbid network access'/>
3695 <enum name='HTML_PARSE_NOWARNING' file='HTMLparser' value='64' type='htmlParserOption' info='suppress warning reports'/>
3696 <enum name='HTML_PARSE_PEDANTIC' file='HTMLparser' value='128' type='htmlParserOption' info='pedantic error reporting'/>
Daniel Veillard16fa96c2003-09-23 21:50:54 +00003697 <enum name='HTML_REQUIRED' file='HTMLparser' value='12' type='htmlStatus' info=' VALID bit set so ( &amp; HTML_VALID ) is TRUE'/>
3698 <enum name='HTML_VALID' file='HTMLparser' value='4' type='htmlStatus'/>
Daniel Veillard000eafb2002-12-12 10:04:22 +00003699 <enum name='XLINK_ACTUATE_AUTO' file='xlink' value='1' type='xlinkActuate'/>
Daniel Veillarda9b66d02002-12-11 14:23:49 +00003700 <enum name='XLINK_ACTUATE_NONE' file='xlink' value='0' type='xlinkActuate'/>
Daniel Veillard000eafb2002-12-12 10:04:22 +00003701 <enum name='XLINK_ACTUATE_ONREQUEST' file='xlink' value='2' type='xlinkActuate'/>
3702 <enum name='XLINK_SHOW_EMBED' file='xlink' value='2' type='xlinkShow'/>
3703 <enum name='XLINK_SHOW_NEW' file='xlink' value='1' type='xlinkShow'/>
Daniel Veillarda9b66d02002-12-11 14:23:49 +00003704 <enum name='XLINK_SHOW_NONE' file='xlink' value='0' type='xlinkShow'/>
Daniel Veillard000eafb2002-12-12 10:04:22 +00003705 <enum name='XLINK_SHOW_REPLACE' file='xlink' value='3' type='xlinkShow'/>
3706 <enum name='XLINK_TYPE_EXTENDED' file='xlink' value='2' type='xlinkType'/>
3707 <enum name='XLINK_TYPE_EXTENDED_SET' file='xlink' value='3' type='xlinkType'/>
Daniel Veillarda9b66d02002-12-11 14:23:49 +00003708 <enum name='XLINK_TYPE_NONE' file='xlink' value='0' type='xlinkType'/>
Daniel Veillard000eafb2002-12-12 10:04:22 +00003709 <enum name='XLINK_TYPE_SIMPLE' file='xlink' value='1' type='xlinkType'/>
Daniel Veillarda9b66d02002-12-11 14:23:49 +00003710 <enum name='XML_ATTRIBUTE_CDATA' file='tree' value='1' type='xmlAttributeType'/>
3711 <enum name='XML_ATTRIBUTE_DECL' file='tree' value='16' type='xmlElementType'/>
Daniel Veillard000eafb2002-12-12 10:04:22 +00003712 <enum name='XML_ATTRIBUTE_ENTITIES' file='tree' value='6' type='xmlAttributeType'/>
3713 <enum name='XML_ATTRIBUTE_ENTITY' file='tree' value='5' type='xmlAttributeType'/>
3714 <enum name='XML_ATTRIBUTE_ENUMERATION' file='tree' value='9' type='xmlAttributeType'/>
3715 <enum name='XML_ATTRIBUTE_FIXED' file='tree' value='4' type='xmlAttributeDefault'/>
3716 <enum name='XML_ATTRIBUTE_ID' file='tree' value='2' type='xmlAttributeType'/>
3717 <enum name='XML_ATTRIBUTE_IDREF' file='tree' value='3' type='xmlAttributeType'/>
3718 <enum name='XML_ATTRIBUTE_IDREFS' file='tree' value='4' type='xmlAttributeType'/>
3719 <enum name='XML_ATTRIBUTE_IMPLIED' file='tree' value='3' type='xmlAttributeDefault'/>
3720 <enum name='XML_ATTRIBUTE_NMTOKEN' file='tree' value='7' type='xmlAttributeType'/>
3721 <enum name='XML_ATTRIBUTE_NMTOKENS' file='tree' value='8' type='xmlAttributeType'/>
Daniel Veillarda9b66d02002-12-11 14:23:49 +00003722 <enum name='XML_ATTRIBUTE_NODE' file='tree' value='2' type='xmlElementType'/>
3723 <enum name='XML_ATTRIBUTE_NONE' file='tree' value='1' type='xmlAttributeDefault'/>
Daniel Veillard000eafb2002-12-12 10:04:22 +00003724 <enum name='XML_ATTRIBUTE_NOTATION' file='tree' value='10' type='xmlAttributeType'/>
3725 <enum name='XML_ATTRIBUTE_REQUIRED' file='tree' value='2' type='xmlAttributeDefault'/>
3726 <enum name='XML_BUFFER_ALLOC_DOUBLEIT' file='tree' value='1' type='xmlBufferAllocationScheme'/>
3727 <enum name='XML_BUFFER_ALLOC_EXACT' file='tree' value='2' type='xmlBufferAllocationScheme'/>
Daniel Veillarde72c5082003-09-19 12:44:05 +00003728 <enum name='XML_BUFFER_ALLOC_IMMUTABLE' file='tree' value='3' type='xmlBufferAllocationScheme'/>
Daniel Veillardc790bf42003-10-11 10:50:10 +00003729 <enum name='XML_C14N_CREATE_CTXT' file='xmlerror' value='1950' type='xmlParserErrors'/>
3730 <enum name='XML_C14N_CREATE_STACK' file='xmlerror' value='1952' type='xmlParserErrors' info='1952'/>
3731 <enum name='XML_C14N_INVALID_NODE' file='xmlerror' value='1953' type='xmlParserErrors' info='1953'/>
3732 <enum name='XML_C14N_REQUIRES_UTF8' file='xmlerror' value='1951' type='xmlParserErrors' info='1951'/>
3733 <enum name='XML_CATALOG_ENTRY_BROKEN' file='xmlerror' value='1651' type='xmlParserErrors' info='1651'/>
3734 <enum name='XML_CATALOG_MISSING_ATTR' file='xmlerror' value='1650' type='xmlParserErrors'/>
3735 <enum name='XML_CATALOG_NOT_CATALOG' file='xmlerror' value='1653' type='xmlParserErrors' info='1653'/>
3736 <enum name='XML_CATALOG_PREFER_VALUE' file='xmlerror' value='1652' type='xmlParserErrors' info='1652'/>
3737 <enum name='XML_CATALOG_RECURSION' file='xmlerror' value='1654' type='xmlParserErrors' info='1654'/>
Daniel Veillarda9b66d02002-12-11 14:23:49 +00003738 <enum name='XML_CATA_ALLOW_ALL' file='catalog' value='3' type='xmlCatalogAllow'/>
3739 <enum name='XML_CATA_ALLOW_DOCUMENT' file='catalog' value='2' type='xmlCatalogAllow'/>
3740 <enum name='XML_CATA_ALLOW_GLOBAL' file='catalog' value='1' type='xmlCatalogAllow'/>
3741 <enum name='XML_CATA_ALLOW_NONE' file='catalog' value='0' type='xmlCatalogAllow'/>
3742 <enum name='XML_CATA_PREFER_NONE' file='catalog' value='0' type='xmlCatalogPrefer'/>
3743 <enum name='XML_CATA_PREFER_PUBLIC' file='catalog' value='1' type='xmlCatalogPrefer'/>
Daniel Veillard000eafb2002-12-12 10:04:22 +00003744 <enum name='XML_CATA_PREFER_SYSTEM' file='catalog' value='2' type='xmlCatalogPrefer'/>
Daniel Veillarda9b66d02002-12-11 14:23:49 +00003745 <enum name='XML_CDATA_SECTION_NODE' file='tree' value='4' type='xmlElementType'/>
3746 <enum name='XML_CHAR_ENCODING_2022_JP' file='encoding' value='19' type='xmlCharEncoding' info='ISO-2022-JP'/>
3747 <enum name='XML_CHAR_ENCODING_8859_1' file='encoding' value='10' type='xmlCharEncoding' info='ISO-8859-1 ISO Latin 1'/>
3748 <enum name='XML_CHAR_ENCODING_8859_2' file='encoding' value='11' type='xmlCharEncoding' info='ISO-8859-2 ISO Latin 2'/>
3749 <enum name='XML_CHAR_ENCODING_8859_3' file='encoding' value='12' type='xmlCharEncoding' info='ISO-8859-3'/>
3750 <enum name='XML_CHAR_ENCODING_8859_4' file='encoding' value='13' type='xmlCharEncoding' info='ISO-8859-4'/>
3751 <enum name='XML_CHAR_ENCODING_8859_5' file='encoding' value='14' type='xmlCharEncoding' info='ISO-8859-5'/>
3752 <enum name='XML_CHAR_ENCODING_8859_6' file='encoding' value='15' type='xmlCharEncoding' info='ISO-8859-6'/>
3753 <enum name='XML_CHAR_ENCODING_8859_7' file='encoding' value='16' type='xmlCharEncoding' info='ISO-8859-7'/>
3754 <enum name='XML_CHAR_ENCODING_8859_8' file='encoding' value='17' type='xmlCharEncoding' info='ISO-8859-8'/>
3755 <enum name='XML_CHAR_ENCODING_8859_9' file='encoding' value='18' type='xmlCharEncoding' info='ISO-8859-9'/>
3756 <enum name='XML_CHAR_ENCODING_ASCII' file='encoding' value='22' type='xmlCharEncoding' info=' pure ASCII'/>
3757 <enum name='XML_CHAR_ENCODING_EBCDIC' file='encoding' value='6' type='xmlCharEncoding' info='EBCDIC uh!'/>
3758 <enum name='XML_CHAR_ENCODING_ERROR' file='encoding' value='-1' type='xmlCharEncoding' info='No char encoding detected'/>
3759 <enum name='XML_CHAR_ENCODING_EUC_JP' file='encoding' value='21' type='xmlCharEncoding' info='EUC-JP'/>
3760 <enum name='XML_CHAR_ENCODING_NONE' file='encoding' value='0' type='xmlCharEncoding' info='No char encoding detected'/>
3761 <enum name='XML_CHAR_ENCODING_SHIFT_JIS' file='encoding' value='20' type='xmlCharEncoding' info='Shift_JIS'/>
3762 <enum name='XML_CHAR_ENCODING_UCS2' file='encoding' value='9' type='xmlCharEncoding' info='UCS-2'/>
3763 <enum name='XML_CHAR_ENCODING_UCS4BE' file='encoding' value='5' type='xmlCharEncoding' info='UCS-4 big endian'/>
3764 <enum name='XML_CHAR_ENCODING_UCS4LE' file='encoding' value='4' type='xmlCharEncoding' info='UCS-4 little endian'/>
3765 <enum name='XML_CHAR_ENCODING_UCS4_2143' file='encoding' value='7' type='xmlCharEncoding' info='UCS-4 unusual ordering'/>
3766 <enum name='XML_CHAR_ENCODING_UCS4_3412' file='encoding' value='8' type='xmlCharEncoding' info='UCS-4 unusual ordering'/>
3767 <enum name='XML_CHAR_ENCODING_UTF16BE' file='encoding' value='3' type='xmlCharEncoding' info='UTF-16 big endian'/>
3768 <enum name='XML_CHAR_ENCODING_UTF16LE' file='encoding' value='2' type='xmlCharEncoding' info='UTF-16 little endian'/>
3769 <enum name='XML_CHAR_ENCODING_UTF8' file='encoding' value='1' type='xmlCharEncoding' info='UTF-8'/>
3770 <enum name='XML_COMMENT_NODE' file='tree' value='8' type='xmlElementType'/>
3771 <enum name='XML_DOCB_DOCUMENT_NODE' file='tree' value='21' type='xmlElementType'/>
3772 <enum name='XML_DOCUMENT_FRAG_NODE' file='tree' value='11' type='xmlElementType'/>
3773 <enum name='XML_DOCUMENT_NODE' file='tree' value='9' type='xmlElementType'/>
3774 <enum name='XML_DOCUMENT_TYPE_NODE' file='tree' value='10' type='xmlElementType'/>
Daniel Veillardcd6ff282003-10-08 22:38:13 +00003775 <enum name='XML_DTD_ATTRIBUTE_DEFAULT' file='xmlerror' value='500' type='xmlParserErrors'/>
Daniel Veillardc790bf42003-10-11 10:50:10 +00003776 <enum name='XML_DTD_ATTRIBUTE_REDEFINED' file='xmlerror' value='501' type='xmlParserErrors' info='501'/>
3777 <enum name='XML_DTD_ATTRIBUTE_VALUE' file='xmlerror' value='502' type='xmlParserErrors' info='502'/>
3778 <enum name='XML_DTD_CONTENT_ERROR' file='xmlerror' value='503' type='xmlParserErrors' info='503'/>
3779 <enum name='XML_DTD_CONTENT_MODEL' file='xmlerror' value='504' type='xmlParserErrors' info='504'/>
3780 <enum name='XML_DTD_CONTENT_NOT_DETERMINIST' file='xmlerror' value='505' type='xmlParserErrors' info='505'/>
3781 <enum name='XML_DTD_DIFFERENT_PREFIX' file='xmlerror' value='506' type='xmlParserErrors' info='506'/>
3782 <enum name='XML_DTD_ELEM_DEFAULT_NAMESPACE' file='xmlerror' value='507' type='xmlParserErrors' info='507'/>
3783 <enum name='XML_DTD_ELEM_NAMESPACE' file='xmlerror' value='508' type='xmlParserErrors' info='508'/>
3784 <enum name='XML_DTD_ELEM_REDEFINED' file='xmlerror' value='509' type='xmlParserErrors' info='509'/>
3785 <enum name='XML_DTD_EMPTY_NOTATION' file='xmlerror' value='510' type='xmlParserErrors' info='510'/>
3786 <enum name='XML_DTD_ENTITY_TYPE' file='xmlerror' value='511' type='xmlParserErrors' info='511'/>
3787 <enum name='XML_DTD_ID_FIXED' file='xmlerror' value='512' type='xmlParserErrors' info='512'/>
3788 <enum name='XML_DTD_ID_REDEFINED' file='xmlerror' value='513' type='xmlParserErrors' info='513'/>
3789 <enum name='XML_DTD_ID_SUBSET' file='xmlerror' value='514' type='xmlParserErrors' info='514'/>
3790 <enum name='XML_DTD_INVALID_CHILD' file='xmlerror' value='515' type='xmlParserErrors' info='515'/>
3791 <enum name='XML_DTD_INVALID_DEFAULT' file='xmlerror' value='516' type='xmlParserErrors' info='516'/>
3792 <enum name='XML_DTD_LOAD_ERROR' file='xmlerror' value='517' type='xmlParserErrors' info='517'/>
3793 <enum name='XML_DTD_MISSING_ATTRIBUTE' file='xmlerror' value='518' type='xmlParserErrors' info='518'/>
3794 <enum name='XML_DTD_MIXED_CORRUPT' file='xmlerror' value='519' type='xmlParserErrors' info='519'/>
3795 <enum name='XML_DTD_MULTIPLE_ID' file='xmlerror' value='520' type='xmlParserErrors' info='520'/>
Daniel Veillarda9b66d02002-12-11 14:23:49 +00003796 <enum name='XML_DTD_NODE' file='tree' value='14' type='xmlElementType'/>
Daniel Veillardc790bf42003-10-11 10:50:10 +00003797 <enum name='XML_DTD_NOTATION_REDEFINED' file='xmlerror' value='526' type='xmlParserErrors' info='526'/>
3798 <enum name='XML_DTD_NOTATION_VALUE' file='xmlerror' value='527' type='xmlParserErrors' info='527'/>
3799 <enum name='XML_DTD_NOT_EMPTY' file='xmlerror' value='528' type='xmlParserErrors' info='528'/>
3800 <enum name='XML_DTD_NOT_PCDATA' file='xmlerror' value='529' type='xmlParserErrors' info='529'/>
3801 <enum name='XML_DTD_NOT_STANDALONE' file='xmlerror' value='530' type='xmlParserErrors' info='530'/>
3802 <enum name='XML_DTD_NO_DOC' file='xmlerror' value='521' type='xmlParserErrors' info='521'/>
3803 <enum name='XML_DTD_NO_DTD' file='xmlerror' value='522' type='xmlParserErrors' info='522'/>
3804 <enum name='XML_DTD_NO_ELEM_NAME' file='xmlerror' value='523' type='xmlParserErrors' info='523'/>
3805 <enum name='XML_DTD_NO_PREFIX' file='xmlerror' value='524' type='xmlParserErrors' info='524'/>
3806 <enum name='XML_DTD_NO_ROOT' file='xmlerror' value='525' type='xmlParserErrors' info='525'/>
3807 <enum name='XML_DTD_ROOT_NAME' file='xmlerror' value='531' type='xmlParserErrors' info='531'/>
Daniel Veillarde74d2e12003-12-09 11:35:37 +00003808 <enum name='XML_DTD_STANDALONE_DEFAULTED' file='xmlerror' value='538' type='xmlParserErrors' info='538'/>
Daniel Veillardc790bf42003-10-11 10:50:10 +00003809 <enum name='XML_DTD_STANDALONE_WHITE_SPACE' file='xmlerror' value='532' type='xmlParserErrors' info='532'/>
3810 <enum name='XML_DTD_UNKNOWN_ATTRIBUTE' file='xmlerror' value='533' type='xmlParserErrors' info='533'/>
3811 <enum name='XML_DTD_UNKNOWN_ELEM' file='xmlerror' value='534' type='xmlParserErrors' info='534'/>
3812 <enum name='XML_DTD_UNKNOWN_ENTITY' file='xmlerror' value='535' type='xmlParserErrors' info='535'/>
3813 <enum name='XML_DTD_UNKNOWN_ID' file='xmlerror' value='536' type='xmlParserErrors' info='536'/>
3814 <enum name='XML_DTD_UNKNOWN_NOTATION' file='xmlerror' value='537' type='xmlParserErrors' info='537'/>
Daniel Veillardeca726d2004-04-18 21:47:34 +00003815 <enum name='XML_DTD_XMLID_TYPE' file='xmlerror' value='540' type='xmlParserErrors' info='540'/>
3816 <enum name='XML_DTD_XMLID_VALUE' file='xmlerror' value='539' type='xmlParserErrors' info='539'/>
Daniel Veillard000eafb2002-12-12 10:04:22 +00003817 <enum name='XML_ELEMENT_CONTENT_ELEMENT' file='tree' value='2' type='xmlElementContentType'/>
3818 <enum name='XML_ELEMENT_CONTENT_MULT' file='tree' value='3' type='xmlElementContentOccur'/>
Daniel Veillarda9b66d02002-12-11 14:23:49 +00003819 <enum name='XML_ELEMENT_CONTENT_ONCE' file='tree' value='1' type='xmlElementContentOccur'/>
Daniel Veillard000eafb2002-12-12 10:04:22 +00003820 <enum name='XML_ELEMENT_CONTENT_OPT' file='tree' value='2' type='xmlElementContentOccur'/>
3821 <enum name='XML_ELEMENT_CONTENT_OR' file='tree' value='4' type='xmlElementContentType'/>
Daniel Veillarda9b66d02002-12-11 14:23:49 +00003822 <enum name='XML_ELEMENT_CONTENT_PCDATA' file='tree' value='1' type='xmlElementContentType'/>
Daniel Veillard000eafb2002-12-12 10:04:22 +00003823 <enum name='XML_ELEMENT_CONTENT_PLUS' file='tree' value='4' type='xmlElementContentOccur'/>
3824 <enum name='XML_ELEMENT_CONTENT_SEQ' file='tree' value='3' type='xmlElementContentType'/>
Daniel Veillarda9b66d02002-12-11 14:23:49 +00003825 <enum name='XML_ELEMENT_DECL' file='tree' value='15' type='xmlElementType'/>
3826 <enum name='XML_ELEMENT_NODE' file='tree' value='1' type='xmlElementType'/>
Daniel Veillard000eafb2002-12-12 10:04:22 +00003827 <enum name='XML_ELEMENT_TYPE_ANY' file='tree' value='2' type='xmlElementTypeVal'/>
3828 <enum name='XML_ELEMENT_TYPE_ELEMENT' file='tree' value='4' type='xmlElementTypeVal'/>
Daniel Veillarda9b66d02002-12-11 14:23:49 +00003829 <enum name='XML_ELEMENT_TYPE_EMPTY' file='tree' value='1' type='xmlElementTypeVal'/>
Daniel Veillard000eafb2002-12-12 10:04:22 +00003830 <enum name='XML_ELEMENT_TYPE_MIXED' file='tree' value='3' type='xmlElementTypeVal'/>
Daniel Veillarda9b66d02002-12-11 14:23:49 +00003831 <enum name='XML_ELEMENT_TYPE_UNDEFINED' file='tree' value='0' type='xmlElementTypeVal'/>
3832 <enum name='XML_ENTITY_DECL' file='tree' value='17' type='xmlElementType'/>
3833 <enum name='XML_ENTITY_NODE' file='tree' value='6' type='xmlElementType'/>
3834 <enum name='XML_ENTITY_REF_NODE' file='tree' value='5' type='xmlElementType'/>
Daniel Veillardc790bf42003-10-11 10:50:10 +00003835 <enum name='XML_ERR_ATTLIST_NOT_FINISHED' file='xmlerror' value='51' type='xmlParserErrors' info='51'/>
Daniel Veillard16fa96c2003-09-23 21:50:54 +00003836 <enum name='XML_ERR_ATTLIST_NOT_STARTED' file='xmlerror' value='50' type='xmlParserErrors' info='50'/>
Daniel Veillardc790bf42003-10-11 10:50:10 +00003837 <enum name='XML_ERR_ATTRIBUTE_NOT_FINISHED' file='xmlerror' value='40' type='xmlParserErrors' info='40'/>
3838 <enum name='XML_ERR_ATTRIBUTE_NOT_STARTED' file='xmlerror' value='39' type='xmlParserErrors' info='39'/>
3839 <enum name='XML_ERR_ATTRIBUTE_REDEFINED' file='xmlerror' value='42' type='xmlParserErrors' info='42'/>
3840 <enum name='XML_ERR_ATTRIBUTE_WITHOUT_VALUE' file='xmlerror' value='41' type='xmlParserErrors' info='41'/>
3841 <enum name='XML_ERR_CDATA_NOT_FINISHED' file='xmlerror' value='63' type='xmlParserErrors' info='63'/>
Daniel Veillard000eafb2002-12-12 10:04:22 +00003842 <enum name='XML_ERR_CHARREF_AT_EOF' file='xmlerror' value='10' type='xmlParserErrors' info='10'/>
Daniel Veillardc790bf42003-10-11 10:50:10 +00003843 <enum name='XML_ERR_CHARREF_IN_DTD' file='xmlerror' value='13' type='xmlParserErrors' info='13'/>
3844 <enum name='XML_ERR_CHARREF_IN_EPILOG' file='xmlerror' value='12' type='xmlParserErrors' info='12'/>
3845 <enum name='XML_ERR_CHARREF_IN_PROLOG' file='xmlerror' value='11' type='xmlParserErrors' info='11'/>
Daniel Veillard000eafb2002-12-12 10:04:22 +00003846 <enum name='XML_ERR_COMMENT_NOT_FINISHED' file='xmlerror' value='45' type='xmlParserErrors' info='45'/>
Daniel Veillard16fa96c2003-09-23 21:50:54 +00003847 <enum name='XML_ERR_CONDSEC_INVALID' file='xmlerror' value='83' type='xmlParserErrors' info='83'/>
Daniel Veillardc790bf42003-10-11 10:50:10 +00003848 <enum name='XML_ERR_CONDSEC_INVALID_KEYWORD' file='xmlerror' value='95' type='xmlParserErrors' info='95'/>
3849 <enum name='XML_ERR_CONDSEC_NOT_FINISHED' file='xmlerror' value='59' type='xmlParserErrors' info='59'/>
Daniel Veillard16fa96c2003-09-23 21:50:54 +00003850 <enum name='XML_ERR_CONDSEC_NOT_STARTED' file='xmlerror' value='58' type='xmlParserErrors' info='58'/>
3851 <enum name='XML_ERR_DOCTYPE_NOT_FINISHED' file='xmlerror' value='61' type='xmlParserErrors' info='61'/>
Daniel Veillardc790bf42003-10-11 10:50:10 +00003852 <enum name='XML_ERR_DOCUMENT_EMPTY' file='xmlerror' value='4' type='xmlParserErrors' info='4'/>
3853 <enum name='XML_ERR_DOCUMENT_END' file='xmlerror' value='5' type='xmlParserErrors' info='5'/>
Daniel Veillard000eafb2002-12-12 10:04:22 +00003854 <enum name='XML_ERR_DOCUMENT_START' file='xmlerror' value='3' type='xmlParserErrors' info='3'/>
Daniel Veillardc790bf42003-10-11 10:50:10 +00003855 <enum name='XML_ERR_ELEMCONTENT_NOT_FINISHED' file='xmlerror' value='55' type='xmlParserErrors' info='55'/>
Daniel Veillard16fa96c2003-09-23 21:50:54 +00003856 <enum name='XML_ERR_ELEMCONTENT_NOT_STARTED' file='xmlerror' value='54' type='xmlParserErrors' info='54'/>
3857 <enum name='XML_ERR_ENCODING_NAME' file='xmlerror' value='79' type='xmlParserErrors' info='79'/>
Daniel Veillardc790bf42003-10-11 10:50:10 +00003858 <enum name='XML_ERR_ENTITYREF_AT_EOF' file='xmlerror' value='14' type='xmlParserErrors' info='14'/>
3859 <enum name='XML_ERR_ENTITYREF_IN_DTD' file='xmlerror' value='17' type='xmlParserErrors' info='17'/>
3860 <enum name='XML_ERR_ENTITYREF_IN_EPILOG' file='xmlerror' value='16' type='xmlParserErrors' info='16'/>
3861 <enum name='XML_ERR_ENTITYREF_IN_PROLOG' file='xmlerror' value='15' type='xmlParserErrors' info='15'/>
Daniel Veillard000eafb2002-12-12 10:04:22 +00003862 <enum name='XML_ERR_ENTITYREF_NO_NAME' file='xmlerror' value='22' type='xmlParserErrors' info='22'/>
Daniel Veillardc790bf42003-10-11 10:50:10 +00003863 <enum name='XML_ERR_ENTITYREF_SEMICOL_MISSING' file='xmlerror' value='23' type='xmlParserErrors' info='23'/>
Daniel Veillard000eafb2002-12-12 10:04:22 +00003864 <enum name='XML_ERR_ENTITY_BOUNDARY' file='xmlerror' value='90' type='xmlParserErrors' info='90'/>
Daniel Veillard16fa96c2003-09-23 21:50:54 +00003865 <enum name='XML_ERR_ENTITY_CHAR_ERROR' file='xmlerror' value='87' type='xmlParserErrors' info='87'/>
Daniel Veillardc790bf42003-10-11 10:50:10 +00003866 <enum name='XML_ERR_ENTITY_IS_EXTERNAL' file='xmlerror' value='29' type='xmlParserErrors' info='29'/>
3867 <enum name='XML_ERR_ENTITY_IS_PARAMETER' file='xmlerror' value='30' type='xmlParserErrors' info='30'/>
Daniel Veillard000eafb2002-12-12 10:04:22 +00003868 <enum name='XML_ERR_ENTITY_LOOP' file='xmlerror' value='89' type='xmlParserErrors' info='89'/>
Daniel Veillardc790bf42003-10-11 10:50:10 +00003869 <enum name='XML_ERR_ENTITY_NOT_FINISHED' file='xmlerror' value='37' type='xmlParserErrors' info='37'/>
Daniel Veillard000eafb2002-12-12 10:04:22 +00003870 <enum name='XML_ERR_ENTITY_NOT_STARTED' file='xmlerror' value='36' type='xmlParserErrors' info='36'/>
3871 <enum name='XML_ERR_ENTITY_PE_INTERNAL' file='xmlerror' value='88' type='xmlParserErrors' info='88'/>
Daniel Veillardc790bf42003-10-11 10:50:10 +00003872 <enum name='XML_ERR_EQUAL_REQUIRED' file='xmlerror' value='75' type='xmlParserErrors' info='75'/>
Daniel Veillard2b8c4a12003-10-02 22:28:19 +00003873 <enum name='XML_ERR_ERROR' file='xmlerror' value='2' type='xmlErrorLevel' info='A recoverable error'/>
Daniel Veillard16fa96c2003-09-23 21:50:54 +00003874 <enum name='XML_ERR_EXTRA_CONTENT' file='xmlerror' value='86' type='xmlParserErrors' info='86'/>
3875 <enum name='XML_ERR_EXT_ENTITY_STANDALONE' file='xmlerror' value='82' type='xmlParserErrors' info='82'/>
3876 <enum name='XML_ERR_EXT_SUBSET_NOT_FINISHED' file='xmlerror' value='60' type='xmlParserErrors' info='60'/>
Daniel Veillard2b8c4a12003-10-02 22:28:19 +00003877 <enum name='XML_ERR_FATAL' file='xmlerror' value='3' type='xmlErrorLevel' info=' A fatal error'/>
Daniel Veillardc790bf42003-10-11 10:50:10 +00003878 <enum name='XML_ERR_GT_REQUIRED' file='xmlerror' value='73' type='xmlParserErrors' info='73'/>
Daniel Veillard16fa96c2003-09-23 21:50:54 +00003879 <enum name='XML_ERR_HYPHEN_IN_COMMENT' file='xmlerror' value='80' type='xmlParserErrors' info='80'/>
Daniel Veillardc790bf42003-10-11 10:50:10 +00003880 <enum name='XML_ERR_INTERNAL_ERROR' file='xmlerror' value='1' type='xmlParserErrors' info='1'/>
3881 <enum name='XML_ERR_INVALID_CHAR' file='xmlerror' value='9' type='xmlParserErrors' info='9'/>
3882 <enum name='XML_ERR_INVALID_CHARREF' file='xmlerror' value='8' type='xmlParserErrors' info='8'/>
3883 <enum name='XML_ERR_INVALID_DEC_CHARREF' file='xmlerror' value='7' type='xmlParserErrors' info='7'/>
Daniel Veillard16fa96c2003-09-23 21:50:54 +00003884 <enum name='XML_ERR_INVALID_ENCODING' file='xmlerror' value='81' type='xmlParserErrors' info='81'/>
Daniel Veillard000eafb2002-12-12 10:04:22 +00003885 <enum name='XML_ERR_INVALID_HEX_CHARREF' file='xmlerror' value='6' type='xmlParserErrors' info='6'/>
3886 <enum name='XML_ERR_INVALID_URI' file='xmlerror' value='91' type='xmlParserErrors' info='91'/>
Daniel Veillardc790bf42003-10-11 10:50:10 +00003887 <enum name='XML_ERR_LITERAL_NOT_FINISHED' file='xmlerror' value='44' type='xmlParserErrors' info='44'/>
Daniel Veillard000eafb2002-12-12 10:04:22 +00003888 <enum name='XML_ERR_LITERAL_NOT_STARTED' file='xmlerror' value='43' type='xmlParserErrors' info='43'/>
Daniel Veillardc790bf42003-10-11 10:50:10 +00003889 <enum name='XML_ERR_LTSLASH_REQUIRED' file='xmlerror' value='74' type='xmlParserErrors' info='74'/>
Daniel Veillard000eafb2002-12-12 10:04:22 +00003890 <enum name='XML_ERR_LT_IN_ATTRIBUTE' file='xmlerror' value='38' type='xmlParserErrors' info='38'/>
Daniel Veillardc790bf42003-10-11 10:50:10 +00003891 <enum name='XML_ERR_LT_REQUIRED' file='xmlerror' value='72' type='xmlParserErrors' info='72'/>
Daniel Veillard16fa96c2003-09-23 21:50:54 +00003892 <enum name='XML_ERR_MISPLACED_CDATA_END' file='xmlerror' value='62' type='xmlParserErrors' info='62'/>
Daniel Veillarde4e3f5d2003-10-28 23:06:32 +00003893 <enum name='XML_ERR_MISSING_ENCODING' file='xmlerror' value='101' type='xmlParserErrors' info='101'/>
Daniel Veillardc790bf42003-10-11 10:50:10 +00003894 <enum name='XML_ERR_MIXED_NOT_FINISHED' file='xmlerror' value='53' type='xmlParserErrors' info='53'/>
Daniel Veillard16fa96c2003-09-23 21:50:54 +00003895 <enum name='XML_ERR_MIXED_NOT_STARTED' file='xmlerror' value='52' type='xmlParserErrors' info='52'/>
Daniel Veillardc790bf42003-10-11 10:50:10 +00003896 <enum name='XML_ERR_NAME_REQUIRED' file='xmlerror' value='68' type='xmlParserErrors' info='68'/>
3897 <enum name='XML_ERR_NMTOKEN_REQUIRED' file='xmlerror' value='67' type='xmlParserErrors' info='67'/>
Daniel Veillard2b8c4a12003-10-02 22:28:19 +00003898 <enum name='XML_ERR_NONE' file='xmlerror' value='0' type='xmlErrorLevel'/>
Daniel Veillardc790bf42003-10-11 10:50:10 +00003899 <enum name='XML_ERR_NOTATION_NOT_FINISHED' file='xmlerror' value='49' type='xmlParserErrors' info='49'/>
Daniel Veillard16fa96c2003-09-23 21:50:54 +00003900 <enum name='XML_ERR_NOTATION_NOT_STARTED' file='xmlerror' value='48' type='xmlParserErrors' info='48'/>
3901 <enum name='XML_ERR_NOT_WELL_BALANCED' file='xmlerror' value='85' type='xmlParserErrors' info='85'/>
Daniel Veillarde72c5082003-09-19 12:44:05 +00003902 <enum name='XML_ERR_NO_DTD' file='xmlerror' value='94' type='xmlParserErrors' info='94'/>
Daniel Veillardc790bf42003-10-11 10:50:10 +00003903 <enum name='XML_ERR_NO_MEMORY' file='xmlerror' value='2' type='xmlParserErrors' info='2'/>
3904 <enum name='XML_ERR_NS_DECL_ERROR' file='xmlerror' value='35' type='xmlParserErrors' info='35'/>
Daniel Veillarda9b66d02002-12-11 14:23:49 +00003905 <enum name='XML_ERR_OK' file='xmlerror' value='0' type='xmlParserErrors'/>
Daniel Veillardc790bf42003-10-11 10:50:10 +00003906 <enum name='XML_ERR_PCDATA_REQUIRED' file='xmlerror' value='69' type='xmlParserErrors' info='69'/>
3907 <enum name='XML_ERR_PEREF_AT_EOF' file='xmlerror' value='18' type='xmlParserErrors' info='18'/>
3908 <enum name='XML_ERR_PEREF_IN_EPILOG' file='xmlerror' value='20' type='xmlParserErrors' info='20'/>
3909 <enum name='XML_ERR_PEREF_IN_INT_SUBSET' file='xmlerror' value='21' type='xmlParserErrors' info='21'/>
3910 <enum name='XML_ERR_PEREF_IN_PROLOG' file='xmlerror' value='19' type='xmlParserErrors' info='19'/>
Daniel Veillard000eafb2002-12-12 10:04:22 +00003911 <enum name='XML_ERR_PEREF_NO_NAME' file='xmlerror' value='24' type='xmlParserErrors' info='24'/>
Daniel Veillardc790bf42003-10-11 10:50:10 +00003912 <enum name='XML_ERR_PEREF_SEMICOL_MISSING' file='xmlerror' value='25' type='xmlParserErrors' info='25'/>
3913 <enum name='XML_ERR_PI_NOT_FINISHED' file='xmlerror' value='47' type='xmlParserErrors' info='47'/>
Daniel Veillard16fa96c2003-09-23 21:50:54 +00003914 <enum name='XML_ERR_PI_NOT_STARTED' file='xmlerror' value='46' type='xmlParserErrors' info='46'/>
Daniel Veillardc790bf42003-10-11 10:50:10 +00003915 <enum name='XML_ERR_PUBID_REQUIRED' file='xmlerror' value='71' type='xmlParserErrors' info='71'/>
Daniel Veillard16fa96c2003-09-23 21:50:54 +00003916 <enum name='XML_ERR_RESERVED_XML_NAME' file='xmlerror' value='64' type='xmlParserErrors' info='64'/>
Daniel Veillardc790bf42003-10-11 10:50:10 +00003917 <enum name='XML_ERR_SEPARATOR_REQUIRED' file='xmlerror' value='66' type='xmlParserErrors' info='66'/>
Daniel Veillard16fa96c2003-09-23 21:50:54 +00003918 <enum name='XML_ERR_SPACE_REQUIRED' file='xmlerror' value='65' type='xmlParserErrors' info='65'/>
3919 <enum name='XML_ERR_STANDALONE_VALUE' file='xmlerror' value='78' type='xmlParserErrors' info='78'/>
Daniel Veillardc790bf42003-10-11 10:50:10 +00003920 <enum name='XML_ERR_STRING_NOT_CLOSED' file='xmlerror' value='34' type='xmlParserErrors' info='34'/>
Daniel Veillard000eafb2002-12-12 10:04:22 +00003921 <enum name='XML_ERR_STRING_NOT_STARTED' file='xmlerror' value='33' type='xmlParserErrors' info='33'/>
Daniel Veillard16fa96c2003-09-23 21:50:54 +00003922 <enum name='XML_ERR_TAG_NAME_MISMATCH' file='xmlerror' value='76' type='xmlParserErrors' info='76'/>
Daniel Veillardc790bf42003-10-11 10:50:10 +00003923 <enum name='XML_ERR_TAG_NOT_FINISHED' file='xmlerror' value='77' type='xmlParserErrors' info='77'/>
Daniel Veillard000eafb2002-12-12 10:04:22 +00003924 <enum name='XML_ERR_UNDECLARED_ENTITY' file='xmlerror' value='26' type='xmlParserErrors' info='26'/>
3925 <enum name='XML_ERR_UNKNOWN_ENCODING' file='xmlerror' value='31' type='xmlParserErrors' info='31'/>
Daniel Veillardc790bf42003-10-11 10:50:10 +00003926 <enum name='XML_ERR_UNPARSED_ENTITY' file='xmlerror' value='28' type='xmlParserErrors' info='28'/>
3927 <enum name='XML_ERR_UNSUPPORTED_ENCODING' file='xmlerror' value='32' type='xmlParserErrors' info='32'/>
Daniel Veillard000eafb2002-12-12 10:04:22 +00003928 <enum name='XML_ERR_URI_FRAGMENT' file='xmlerror' value='92' type='xmlParserErrors' info='92'/>
Daniel Veillardc790bf42003-10-11 10:50:10 +00003929 <enum name='XML_ERR_URI_REQUIRED' file='xmlerror' value='70' type='xmlParserErrors' info='70'/>
Daniel Veillard16fa96c2003-09-23 21:50:54 +00003930 <enum name='XML_ERR_VALUE_REQUIRED' file='xmlerror' value='84' type='xmlParserErrors' info='84'/>
Daniel Veillardc790bf42003-10-11 10:50:10 +00003931 <enum name='XML_ERR_VERSION_MISSING' file='xmlerror' value='96' type='xmlParserErrors' info='96'/>
Daniel Veillard2b8c4a12003-10-02 22:28:19 +00003932 <enum name='XML_ERR_WARNING' file='xmlerror' value='1' type='xmlErrorLevel' info='A simple warning'/>
Daniel Veillardc790bf42003-10-11 10:50:10 +00003933 <enum name='XML_ERR_XMLDECL_NOT_FINISHED' file='xmlerror' value='57' type='xmlParserErrors' info='57'/>
Daniel Veillard16fa96c2003-09-23 21:50:54 +00003934 <enum name='XML_ERR_XMLDECL_NOT_STARTED' file='xmlerror' value='56' type='xmlParserErrors' info='56'/>
Daniel Veillarda9b66d02002-12-11 14:23:49 +00003935 <enum name='XML_EXTERNAL_GENERAL_PARSED_ENTITY' file='entities' value='2' type='xmlEntityType'/>
3936 <enum name='XML_EXTERNAL_GENERAL_UNPARSED_ENTITY' file='entities' value='3' type='xmlEntityType'/>
3937 <enum name='XML_EXTERNAL_PARAMETER_ENTITY' file='entities' value='5' type='xmlEntityType'/>
Daniel Veillardc790bf42003-10-11 10:50:10 +00003938 <enum name='XML_FROM_C14N' file='xmlerror' value='21' type='xmlErrorDomain' info='The Canonicalization module'/>
3939 <enum name='XML_FROM_CATALOG' file='xmlerror' value='20' type='xmlErrorDomain' info='The Catalog module'/>
3940 <enum name='XML_FROM_DATATYPE' file='xmlerror' value='15' type='xmlErrorDomain' info='The W3C XML Schemas Datatype module'/>
Daniel Veillarde4e3f5d2003-10-28 23:06:32 +00003941 <enum name='XML_FROM_DTD' file='xmlerror' value='4' type='xmlErrorDomain' info='The XML DTD validation with parser contex'/>
Daniel Veillardc790bf42003-10-11 10:50:10 +00003942 <enum name='XML_FROM_FTP' file='xmlerror' value='9' type='xmlErrorDomain' info='The FTP module'/>
Daniel Veillardcd6ff282003-10-08 22:38:13 +00003943 <enum name='XML_FROM_HTML' file='xmlerror' value='5' type='xmlErrorDomain' info='The HTML parser'/>
Daniel Veillardc790bf42003-10-11 10:50:10 +00003944 <enum name='XML_FROM_HTTP' file='xmlerror' value='10' type='xmlErrorDomain' info='The FTP module'/>
Daniel Veillardcd6ff282003-10-08 22:38:13 +00003945 <enum name='XML_FROM_IO' file='xmlerror' value='8' type='xmlErrorDomain' info='The Input/Output stack'/>
3946 <enum name='XML_FROM_MEMORY' file='xmlerror' value='6' type='xmlErrorDomain' info='The memory allocator'/>
3947 <enum name='XML_FROM_NAMESPACE' file='xmlerror' value='3' type='xmlErrorDomain' info='The XML Namespace module'/>
Daniel Veillard2b8c4a12003-10-02 22:28:19 +00003948 <enum name='XML_FROM_NONE' file='xmlerror' value='0' type='xmlErrorDomain'/>
Daniel Veillardcd6ff282003-10-08 22:38:13 +00003949 <enum name='XML_FROM_OUTPUT' file='xmlerror' value='7' type='xmlErrorDomain' info='The serialization code'/>
Daniel Veillard2b8c4a12003-10-02 22:28:19 +00003950 <enum name='XML_FROM_PARSER' file='xmlerror' value='1' type='xmlErrorDomain' info='The XML parser'/>
Daniel Veillardc790bf42003-10-11 10:50:10 +00003951 <enum name='XML_FROM_REGEXP' file='xmlerror' value='14' type='xmlErrorDomain' info='The regular expressions module'/>
3952 <enum name='XML_FROM_RELAXNGP' file='xmlerror' value='18' type='xmlErrorDomain' info='The Relax-NG parser module'/>
3953 <enum name='XML_FROM_RELAXNGV' file='xmlerror' value='19' type='xmlErrorDomain' info='The Relax-NG validator module'/>
3954 <enum name='XML_FROM_SCHEMASP' file='xmlerror' value='16' type='xmlErrorDomain' info='The W3C XML Schemas parser module'/>
3955 <enum name='XML_FROM_SCHEMASV' file='xmlerror' value='17' type='xmlErrorDomain' info='The W3C XML Schemas validation module'/>
Daniel Veillardcd6ff282003-10-08 22:38:13 +00003956 <enum name='XML_FROM_TREE' file='xmlerror' value='2' type='xmlErrorDomain' info='The tree module'/>
Daniel Veillarde4e3f5d2003-10-28 23:06:32 +00003957 <enum name='XML_FROM_VALID' file='xmlerror' value='23' type='xmlErrorDomain' info=' The XML DTD validation with valid context'/>
Daniel Veillardc790bf42003-10-11 10:50:10 +00003958 <enum name='XML_FROM_XINCLUDE' file='xmlerror' value='11' type='xmlErrorDomain' info='The XInclude processing'/>
3959 <enum name='XML_FROM_XPATH' file='xmlerror' value='12' type='xmlErrorDomain' info='The XPath module'/>
3960 <enum name='XML_FROM_XPOINTER' file='xmlerror' value='13' type='xmlErrorDomain' info='The XPointer module'/>
Daniel Veillarde4e3f5d2003-10-28 23:06:32 +00003961 <enum name='XML_FROM_XSLT' file='xmlerror' value='22' type='xmlErrorDomain' info='The XSLT engine from libxslt'/>
Daniel Veillardc790bf42003-10-11 10:50:10 +00003962 <enum name='XML_FTP_ACCNT' file='xmlerror' value='2002' type='xmlParserErrors' info='2002'/>
3963 <enum name='XML_FTP_EPSV_ANSWER' file='xmlerror' value='2001' type='xmlParserErrors' info='2001'/>
3964 <enum name='XML_FTP_PASV_ANSWER' file='xmlerror' value='2000' type='xmlParserErrors'/>
Daniel Veillarda9b66d02002-12-11 14:23:49 +00003965 <enum name='XML_HTML_DOCUMENT_NODE' file='tree' value='13' type='xmlElementType'/>
Daniel Veillardcd6ff282003-10-08 22:38:13 +00003966 <enum name='XML_HTML_STRUCURE_ERROR' file='xmlerror' value='800' type='xmlParserErrors'/>
Daniel Veillardc790bf42003-10-11 10:50:10 +00003967 <enum name='XML_HTML_UNKNOWN_TAG' file='xmlerror' value='801' type='xmlParserErrors' info='801'/>
3968 <enum name='XML_HTTP_UNKNOWN_HOST' file='xmlerror' value='2022' type='xmlParserErrors' info=' 2022'/>
3969 <enum name='XML_HTTP_URL_SYNTAX' file='xmlerror' value='2020' type='xmlParserErrors'/>
3970 <enum name='XML_HTTP_USE_IP' file='xmlerror' value='2021' type='xmlParserErrors' info='2021'/>
Daniel Veillarda9b66d02002-12-11 14:23:49 +00003971 <enum name='XML_INTERNAL_GENERAL_ENTITY' file='entities' value='1' type='xmlEntityType'/>
3972 <enum name='XML_INTERNAL_PARAMETER_ENTITY' file='entities' value='4' type='xmlEntityType'/>
3973 <enum name='XML_INTERNAL_PREDEFINED_ENTITY' file='entities' value='6' type='xmlEntityType'/>
Daniel Veillardc790bf42003-10-11 10:50:10 +00003974 <enum name='XML_IO_BUFFER_FULL' file='xmlerror' value='1548' type='xmlParserErrors' info='1548'/>
3975 <enum name='XML_IO_EACCES' file='xmlerror' value='1501' type='xmlParserErrors' info='1501'/>
3976 <enum name='XML_IO_EADDRINUSE' file='xmlerror' value='1554' type='xmlParserErrors' info='1554'/>
3977 <enum name='XML_IO_EAFNOSUPPORT' file='xmlerror' value='1556' type='xmlParserErrors' info='1556'/>
3978 <enum name='XML_IO_EAGAIN' file='xmlerror' value='1502' type='xmlParserErrors' info='1502'/>
3979 <enum name='XML_IO_EALREADY' file='xmlerror' value='1555' type='xmlParserErrors' info='1555'/>
3980 <enum name='XML_IO_EBADF' file='xmlerror' value='1503' type='xmlParserErrors' info='1503'/>
3981 <enum name='XML_IO_EBADMSG' file='xmlerror' value='1504' type='xmlParserErrors' info='1504'/>
3982 <enum name='XML_IO_EBUSY' file='xmlerror' value='1505' type='xmlParserErrors' info='1505'/>
3983 <enum name='XML_IO_ECANCELED' file='xmlerror' value='1506' type='xmlParserErrors' info='1506'/>
3984 <enum name='XML_IO_ECHILD' file='xmlerror' value='1507' type='xmlParserErrors' info='1507'/>
3985 <enum name='XML_IO_ECONNREFUSED' file='xmlerror' value='1552' type='xmlParserErrors' info='1552'/>
3986 <enum name='XML_IO_EDEADLK' file='xmlerror' value='1508' type='xmlParserErrors' info='1508'/>
3987 <enum name='XML_IO_EDOM' file='xmlerror' value='1509' type='xmlParserErrors' info='1509'/>
3988 <enum name='XML_IO_EEXIST' file='xmlerror' value='1510' type='xmlParserErrors' info='1510'/>
3989 <enum name='XML_IO_EFAULT' file='xmlerror' value='1511' type='xmlParserErrors' info='1511'/>
3990 <enum name='XML_IO_EFBIG' file='xmlerror' value='1512' type='xmlParserErrors' info='1512'/>
3991 <enum name='XML_IO_EINPROGRESS' file='xmlerror' value='1513' type='xmlParserErrors' info='1513'/>
3992 <enum name='XML_IO_EINTR' file='xmlerror' value='1514' type='xmlParserErrors' info='1514'/>
3993 <enum name='XML_IO_EINVAL' file='xmlerror' value='1515' type='xmlParserErrors' info='1515'/>
3994 <enum name='XML_IO_EIO' file='xmlerror' value='1516' type='xmlParserErrors' info='1516'/>
3995 <enum name='XML_IO_EISCONN' file='xmlerror' value='1551' type='xmlParserErrors' info='1551'/>
3996 <enum name='XML_IO_EISDIR' file='xmlerror' value='1517' type='xmlParserErrors' info='1517'/>
3997 <enum name='XML_IO_EMFILE' file='xmlerror' value='1518' type='xmlParserErrors' info='1518'/>
3998 <enum name='XML_IO_EMLINK' file='xmlerror' value='1519' type='xmlParserErrors' info='1519'/>
3999 <enum name='XML_IO_EMSGSIZE' file='xmlerror' value='1520' type='xmlParserErrors' info='1520'/>
4000 <enum name='XML_IO_ENAMETOOLONG' file='xmlerror' value='1521' type='xmlParserErrors' info='1521'/>
4001 <enum name='XML_IO_ENCODER' file='xmlerror' value='1544' type='xmlParserErrors' info='1544'/>
4002 <enum name='XML_IO_ENETUNREACH' file='xmlerror' value='1553' type='xmlParserErrors' info='1553'/>
4003 <enum name='XML_IO_ENFILE' file='xmlerror' value='1522' type='xmlParserErrors' info='1522'/>
4004 <enum name='XML_IO_ENODEV' file='xmlerror' value='1523' type='xmlParserErrors' info='1523'/>
4005 <enum name='XML_IO_ENOENT' file='xmlerror' value='1524' type='xmlParserErrors' info='1524'/>
4006 <enum name='XML_IO_ENOEXEC' file='xmlerror' value='1525' type='xmlParserErrors' info='1525'/>
4007 <enum name='XML_IO_ENOLCK' file='xmlerror' value='1526' type='xmlParserErrors' info='1526'/>
4008 <enum name='XML_IO_ENOMEM' file='xmlerror' value='1527' type='xmlParserErrors' info='1527'/>
4009 <enum name='XML_IO_ENOSPC' file='xmlerror' value='1528' type='xmlParserErrors' info='1528'/>
4010 <enum name='XML_IO_ENOSYS' file='xmlerror' value='1529' type='xmlParserErrors' info='1529'/>
4011 <enum name='XML_IO_ENOTDIR' file='xmlerror' value='1530' type='xmlParserErrors' info='1530'/>
4012 <enum name='XML_IO_ENOTEMPTY' file='xmlerror' value='1531' type='xmlParserErrors' info='1531'/>
4013 <enum name='XML_IO_ENOTSOCK' file='xmlerror' value='1550' type='xmlParserErrors' info='1550'/>
4014 <enum name='XML_IO_ENOTSUP' file='xmlerror' value='1532' type='xmlParserErrors' info='1532'/>
4015 <enum name='XML_IO_ENOTTY' file='xmlerror' value='1533' type='xmlParserErrors' info='1533'/>
4016 <enum name='XML_IO_ENXIO' file='xmlerror' value='1534' type='xmlParserErrors' info='1534'/>
4017 <enum name='XML_IO_EPERM' file='xmlerror' value='1535' type='xmlParserErrors' info='1535'/>
4018 <enum name='XML_IO_EPIPE' file='xmlerror' value='1536' type='xmlParserErrors' info='1536'/>
4019 <enum name='XML_IO_ERANGE' file='xmlerror' value='1537' type='xmlParserErrors' info='1537'/>
4020 <enum name='XML_IO_EROFS' file='xmlerror' value='1538' type='xmlParserErrors' info='1538'/>
4021 <enum name='XML_IO_ESPIPE' file='xmlerror' value='1539' type='xmlParserErrors' info='1539'/>
4022 <enum name='XML_IO_ESRCH' file='xmlerror' value='1540' type='xmlParserErrors' info='1540'/>
4023 <enum name='XML_IO_ETIMEDOUT' file='xmlerror' value='1541' type='xmlParserErrors' info='1541'/>
4024 <enum name='XML_IO_EXDEV' file='xmlerror' value='1542' type='xmlParserErrors' info='1542'/>
4025 <enum name='XML_IO_FLUSH' file='xmlerror' value='1545' type='xmlParserErrors' info='1545'/>
4026 <enum name='XML_IO_LOAD_ERROR' file='xmlerror' value='1549' type='xmlParserErrors' info='1549'/>
4027 <enum name='XML_IO_NETWORK_ATTEMPT' file='xmlerror' value='1543' type='xmlParserErrors' info='1543'/>
4028 <enum name='XML_IO_NO_INPUT' file='xmlerror' value='1547' type='xmlParserErrors' info='1547'/>
Daniel Veillardcd6ff282003-10-08 22:38:13 +00004029 <enum name='XML_IO_UNKNOWN' file='xmlerror' value='1500' type='xmlParserErrors'/>
Daniel Veillardc790bf42003-10-11 10:50:10 +00004030 <enum name='XML_IO_WRITE' file='xmlerror' value='1546' type='xmlParserErrors' info='1546'/>
Daniel Veillarda9b66d02002-12-11 14:23:49 +00004031 <enum name='XML_NAMESPACE_DECL' file='tree' value='18' type='xmlElementType'/>
4032 <enum name='XML_NOTATION_NODE' file='tree' value='12' type='xmlElementType'/>
Daniel Veillardc790bf42003-10-11 10:50:10 +00004033 <enum name='XML_NS_ERR_ATTRIBUTE_REDEFINED' file='xmlerror' value='203' type='xmlParserErrors' info='203'/>
4034 <enum name='XML_NS_ERR_QNAME' file='xmlerror' value='202' type='xmlParserErrors' info='202'/>
4035 <enum name='XML_NS_ERR_UNDEFINED_NAMESPACE' file='xmlerror' value='201' type='xmlParserErrors' info='201'/>
Daniel Veillardcd6ff282003-10-08 22:38:13 +00004036 <enum name='XML_NS_ERR_XML_NAMESPACE' file='xmlerror' value='200' type='xmlParserErrors'/>
Daniel Veillard000eafb2002-12-12 10:04:22 +00004037 <enum name='XML_PARSER_ATTRIBUTE_VALUE' file='parser' value='12' type='xmlParserInputState' info='within an attribute value'/>
4038 <enum name='XML_PARSER_CDATA_SECTION' file='parser' value='8' type='xmlParserInputState' info='within a CDATA section'/>
4039 <enum name='XML_PARSER_COMMENT' file='parser' value='5' type='xmlParserInputState' info='within a comment'/>
4040 <enum name='XML_PARSER_CONTENT' file='parser' value='7' type='xmlParserInputState' info='within the content'/>
Daniel Veillardbeb70bd2002-12-18 14:53:54 +00004041 <enum name='XML_PARSER_DEFAULTATTRS' file='xmlreader' value='2' type='xmlParserProperties'/>
Daniel Veillard000eafb2002-12-12 10:04:22 +00004042 <enum name='XML_PARSER_DTD' file='parser' value='3' type='xmlParserInputState' info='within some DTD content'/>
4043 <enum name='XML_PARSER_END_TAG' file='parser' value='9' type='xmlParserInputState' info='within a closing tag'/>
4044 <enum name='XML_PARSER_ENTITY_DECL' file='parser' value='10' type='xmlParserInputState' info='within an entity declaration'/>
4045 <enum name='XML_PARSER_ENTITY_VALUE' file='parser' value='11' type='xmlParserInputState' info='within an entity value in a decl'/>
Daniel Veillarda9b66d02002-12-11 14:23:49 +00004046 <enum name='XML_PARSER_EOF' file='parser' value='-1' type='xmlParserInputState' info='nothing is to be parsed'/>
Daniel Veillard000eafb2002-12-12 10:04:22 +00004047 <enum name='XML_PARSER_EPILOG' file='parser' value='14' type='xmlParserInputState' info='the Misc* after the last end tag'/>
4048 <enum name='XML_PARSER_IGNORE' file='parser' value='15' type='xmlParserInputState' info='within an IGNORED section'/>
Daniel Veillardbeb70bd2002-12-18 14:53:54 +00004049 <enum name='XML_PARSER_LOADDTD' file='xmlreader' value='1' type='xmlParserProperties'/>
Daniel Veillard000eafb2002-12-12 10:04:22 +00004050 <enum name='XML_PARSER_MISC' file='parser' value='1' type='xmlParserInputState' info='Misc* before int subset'/>
4051 <enum name='XML_PARSER_PI' file='parser' value='2' type='xmlParserInputState' info='Within a processing instruction'/>
4052 <enum name='XML_PARSER_PROLOG' file='parser' value='4' type='xmlParserInputState' info='Misc* after internal subset'/>
4053 <enum name='XML_PARSER_PUBLIC_LITERAL' file='parser' value='16' type='xmlParserInputState' info=' within a PUBLIC value'/>
Daniel Veillard540a31a2003-01-21 11:21:07 +00004054 <enum name='XML_PARSER_SEVERITY_ERROR' file='xmlreader' value='4' type='xmlParserSeverities'/>
4055 <enum name='XML_PARSER_SEVERITY_VALIDITY_ERROR' file='xmlreader' value='2' type='xmlParserSeverities'/>
4056 <enum name='XML_PARSER_SEVERITY_VALIDITY_WARNING' file='xmlreader' value='1' type='xmlParserSeverities'/>
4057 <enum name='XML_PARSER_SEVERITY_WARNING' file='xmlreader' value='3' type='xmlParserSeverities'/>
Daniel Veillarda9b66d02002-12-11 14:23:49 +00004058 <enum name='XML_PARSER_START' file='parser' value='0' type='xmlParserInputState' info='nothing has been parsed'/>
Daniel Veillard000eafb2002-12-12 10:04:22 +00004059 <enum name='XML_PARSER_START_TAG' file='parser' value='6' type='xmlParserInputState' info='within a start tag'/>
Daniel Veillarde18fc182002-12-28 22:56:33 +00004060 <enum name='XML_PARSER_SUBST_ENTITIES' file='xmlreader' value='4' type='xmlParserProperties'/>
Daniel Veillard000eafb2002-12-12 10:04:22 +00004061 <enum name='XML_PARSER_SYSTEM_LITERAL' file='parser' value='13' type='xmlParserInputState' info='within a SYSTEM value'/>
Daniel Veillardbeb70bd2002-12-18 14:53:54 +00004062 <enum name='XML_PARSER_VALIDATE' file='xmlreader' value='3' type='xmlParserProperties'/>
Daniel Veillard16fa96c2003-09-23 21:50:54 +00004063 <enum name='XML_PARSE_DTDATTR' file='parser' value='8' type='xmlParserOption' info='default DTD attributes'/>
4064 <enum name='XML_PARSE_DTDLOAD' file='parser' value='4' type='xmlParserOption' info='load the external subset'/>
4065 <enum name='XML_PARSE_DTDVALID' file='parser' value='16' type='xmlParserOption' info='validate with the DTD'/>
4066 <enum name='XML_PARSE_NOBLANKS' file='parser' value='256' type='xmlParserOption' info='remove blank nodes'/>
Daniel Veillarddca8cc72003-09-26 13:53:14 +00004067 <enum name='XML_PARSE_NOCDATA' file='parser' value='16384' type='xmlParserOption' info=' merge CDATA as text nodes'/>
4068 <enum name='XML_PARSE_NODICT' file='parser' value='4096' type='xmlParserOption' info='Do not reuse the context dictionnary'/>
Daniel Veillard16fa96c2003-09-23 21:50:54 +00004069 <enum name='XML_PARSE_NOENT' file='parser' value='2' type='xmlParserOption' info='substitute entities'/>
4070 <enum name='XML_PARSE_NOERROR' file='parser' value='32' type='xmlParserOption' info='suppress error reports'/>
Daniel Veillard7a02cfe2003-09-25 12:18:34 +00004071 <enum name='XML_PARSE_NONET' file='parser' value='2048' type='xmlParserOption' info='Forbid network access'/>
Daniel Veillard16fa96c2003-09-23 21:50:54 +00004072 <enum name='XML_PARSE_NOWARNING' file='parser' value='64' type='xmlParserOption' info='suppress warning reports'/>
Daniel Veillarddca8cc72003-09-26 13:53:14 +00004073 <enum name='XML_PARSE_NSCLEAN' file='parser' value='8192' type='xmlParserOption' info='remove redundant namespaces declarations'/>
Daniel Veillard16fa96c2003-09-23 21:50:54 +00004074 <enum name='XML_PARSE_PEDANTIC' file='parser' value='128' type='xmlParserOption' info='pedantic error reporting'/>
4075 <enum name='XML_PARSE_RECOVER' file='parser' value='1' type='xmlParserOption' info='recover on errors'/>
4076 <enum name='XML_PARSE_SAX1' file='parser' value='512' type='xmlParserOption' info='use the SAX1 interface internally'/>
4077 <enum name='XML_PARSE_XINCLUDE' file='parser' value='1024' type='xmlParserOption' info='Implement XInclude substitition'/>
Daniel Veillarda9b66d02002-12-11 14:23:49 +00004078 <enum name='XML_PI_NODE' file='tree' value='7' type='xmlElementType'/>
Daniel Veillard0ab6fa02003-08-09 18:01:53 +00004079 <enum name='XML_READER_TYPE_ATTRIBUTE' file='xmlreader' value='2' type='xmlReaderTypes'/>
4080 <enum name='XML_READER_TYPE_CDATA' file='xmlreader' value='4' type='xmlReaderTypes'/>
4081 <enum name='XML_READER_TYPE_COMMENT' file='xmlreader' value='8' type='xmlReaderTypes'/>
4082 <enum name='XML_READER_TYPE_DOCUMENT' file='xmlreader' value='9' type='xmlReaderTypes'/>
4083 <enum name='XML_READER_TYPE_DOCUMENT_FRAGMENT' file='xmlreader' value='11' type='xmlReaderTypes'/>
4084 <enum name='XML_READER_TYPE_DOCUMENT_TYPE' file='xmlreader' value='10' type='xmlReaderTypes'/>
4085 <enum name='XML_READER_TYPE_ELEMENT' file='xmlreader' value='1' type='xmlReaderTypes'/>
4086 <enum name='XML_READER_TYPE_END_ELEMENT' file='xmlreader' value='15' type='xmlReaderTypes'/>
4087 <enum name='XML_READER_TYPE_END_ENTITY' file='xmlreader' value='16' type='xmlReaderTypes'/>
4088 <enum name='XML_READER_TYPE_ENTITY' file='xmlreader' value='6' type='xmlReaderTypes'/>
4089 <enum name='XML_READER_TYPE_ENTITY_REFERENCE' file='xmlreader' value='5' type='xmlReaderTypes'/>
4090 <enum name='XML_READER_TYPE_NONE' file='xmlreader' value='0' type='xmlReaderTypes'/>
4091 <enum name='XML_READER_TYPE_NOTATION' file='xmlreader' value='12' type='xmlReaderTypes'/>
4092 <enum name='XML_READER_TYPE_PROCESSING_INSTRUCTION' file='xmlreader' value='7' type='xmlReaderTypes'/>
4093 <enum name='XML_READER_TYPE_SIGNIFICANT_WHITESPACE' file='xmlreader' value='14' type='xmlReaderTypes'/>
4094 <enum name='XML_READER_TYPE_TEXT' file='xmlreader' value='3' type='xmlReaderTypes'/>
4095 <enum name='XML_READER_TYPE_WHITESPACE' file='xmlreader' value='13' type='xmlReaderTypes'/>
4096 <enum name='XML_READER_TYPE_XML_DECLARATION' file='xmlreader' value='17' type='xmlReaderTypes'/>
Daniel Veillardcd6ff282003-10-08 22:38:13 +00004097 <enum name='XML_REGEXP_COMPILE_ERROR' file='xmlerror' value='1450' type='xmlParserErrors'/>
Daniel Veillard189f46b2004-01-25 21:03:04 +00004098 <enum name='XML_RELAXNGP_CRNG' file='relaxng' value='2' type='xmlRelaxNGParserFlag'/>
4099 <enum name='XML_RELAXNGP_FREE_DOC' file='relaxng' value='1' type='xmlRelaxNGParserFlag'/>
4100 <enum name='XML_RELAXNGP_NONE' file='relaxng' value='0' type='xmlRelaxNGParserFlag'/>
Daniel Veillard580ced82003-03-21 21:22:48 +00004101 <enum name='XML_RELAXNG_ERR_ATTREXTRANS' file='relaxng' value='20' type='xmlRelaxNGValidErr'/>
4102 <enum name='XML_RELAXNG_ERR_ATTRNAME' file='relaxng' value='14' type='xmlRelaxNGValidErr'/>
4103 <enum name='XML_RELAXNG_ERR_ATTRNONS' file='relaxng' value='16' type='xmlRelaxNGValidErr'/>
4104 <enum name='XML_RELAXNG_ERR_ATTRVALID' file='relaxng' value='24' type='xmlRelaxNGValidErr'/>
4105 <enum name='XML_RELAXNG_ERR_ATTRWRONGNS' file='relaxng' value='18' type='xmlRelaxNGValidErr'/>
4106 <enum name='XML_RELAXNG_ERR_CONTENTVALID' file='relaxng' value='25' type='xmlRelaxNGValidErr'/>
4107 <enum name='XML_RELAXNG_ERR_DATAELEM' file='relaxng' value='28' type='xmlRelaxNGValidErr'/>
4108 <enum name='XML_RELAXNG_ERR_DATATYPE' file='relaxng' value='31' type='xmlRelaxNGValidErr'/>
4109 <enum name='XML_RELAXNG_ERR_DUPID' file='relaxng' value='4' type='xmlRelaxNGValidErr'/>
4110 <enum name='XML_RELAXNG_ERR_ELEMEXTRANS' file='relaxng' value='19' type='xmlRelaxNGValidErr'/>
4111 <enum name='XML_RELAXNG_ERR_ELEMNAME' file='relaxng' value='13' type='xmlRelaxNGValidErr'/>
4112 <enum name='XML_RELAXNG_ERR_ELEMNONS' file='relaxng' value='15' type='xmlRelaxNGValidErr'/>
4113 <enum name='XML_RELAXNG_ERR_ELEMNOTEMPTY' file='relaxng' value='21' type='xmlRelaxNGValidErr'/>
Daniel Veillard33300b42003-04-17 09:09:19 +00004114 <enum name='XML_RELAXNG_ERR_ELEMWRONG' file='relaxng' value='38' type='xmlRelaxNGValidErr'/>
Daniel Veillard580ced82003-03-21 21:22:48 +00004115 <enum name='XML_RELAXNG_ERR_ELEMWRONGNS' file='relaxng' value='17' type='xmlRelaxNGValidErr'/>
4116 <enum name='XML_RELAXNG_ERR_EXTRACONTENT' file='relaxng' value='26' type='xmlRelaxNGValidErr'/>
4117 <enum name='XML_RELAXNG_ERR_EXTRADATA' file='relaxng' value='35' type='xmlRelaxNGValidErr'/>
4118 <enum name='XML_RELAXNG_ERR_INTEREXTRA' file='relaxng' value='12' type='xmlRelaxNGValidErr'/>
4119 <enum name='XML_RELAXNG_ERR_INTERNAL' file='relaxng' value='37' type='xmlRelaxNGValidErr'/>
4120 <enum name='XML_RELAXNG_ERR_INTERNODATA' file='relaxng' value='10' type='xmlRelaxNGValidErr'/>
4121 <enum name='XML_RELAXNG_ERR_INTERSEQ' file='relaxng' value='11' type='xmlRelaxNGValidErr'/>
4122 <enum name='XML_RELAXNG_ERR_INVALIDATTR' file='relaxng' value='27' type='xmlRelaxNGValidErr'/>
4123 <enum name='XML_RELAXNG_ERR_LACKDATA' file='relaxng' value='36' type='xmlRelaxNGValidErr'/>
4124 <enum name='XML_RELAXNG_ERR_LIST' file='relaxng' value='33' type='xmlRelaxNGValidErr'/>
4125 <enum name='XML_RELAXNG_ERR_LISTELEM' file='relaxng' value='30' type='xmlRelaxNGValidErr'/>
4126 <enum name='XML_RELAXNG_ERR_LISTEMPTY' file='relaxng' value='9' type='xmlRelaxNGValidErr'/>
4127 <enum name='XML_RELAXNG_ERR_LISTEXTRA' file='relaxng' value='8' type='xmlRelaxNGValidErr'/>
4128 <enum name='XML_RELAXNG_ERR_MEMORY' file='relaxng' value='1' type='xmlRelaxNGValidErr'/>
4129 <enum name='XML_RELAXNG_ERR_NODEFINE' file='relaxng' value='7' type='xmlRelaxNGValidErr'/>
4130 <enum name='XML_RELAXNG_ERR_NOELEM' file='relaxng' value='22' type='xmlRelaxNGValidErr'/>
4131 <enum name='XML_RELAXNG_ERR_NOGRAMMAR' file='relaxng' value='34' type='xmlRelaxNGValidErr'/>
4132 <enum name='XML_RELAXNG_ERR_NOSTATE' file='relaxng' value='6' type='xmlRelaxNGValidErr'/>
4133 <enum name='XML_RELAXNG_ERR_NOTELEM' file='relaxng' value='23' type='xmlRelaxNGValidErr'/>
Daniel Veillard33300b42003-04-17 09:09:19 +00004134 <enum name='XML_RELAXNG_ERR_TEXTWRONG' file='relaxng' value='39' type='xmlRelaxNGValidErr'/>
Daniel Veillard580ced82003-03-21 21:22:48 +00004135 <enum name='XML_RELAXNG_ERR_TYPE' file='relaxng' value='2' type='xmlRelaxNGValidErr'/>
4136 <enum name='XML_RELAXNG_ERR_TYPECMP' file='relaxng' value='5' type='xmlRelaxNGValidErr'/>
4137 <enum name='XML_RELAXNG_ERR_TYPEVAL' file='relaxng' value='3' type='xmlRelaxNGValidErr'/>
4138 <enum name='XML_RELAXNG_ERR_VALELEM' file='relaxng' value='29' type='xmlRelaxNGValidErr'/>
4139 <enum name='XML_RELAXNG_ERR_VALUE' file='relaxng' value='32' type='xmlRelaxNGValidErr'/>
4140 <enum name='XML_RELAXNG_OK' file='relaxng' value='0' type='xmlRelaxNGValidErr'/>
Daniel Veillardcd6ff282003-10-08 22:38:13 +00004141 <enum name='XML_RNGP_ANYNAME_ATTR_ANCESTOR' file='xmlerror' value='1000' type='xmlParserErrors'/>
Daniel Veillardc790bf42003-10-11 10:50:10 +00004142 <enum name='XML_RNGP_ATTRIBUTE_CHILDREN' file='xmlerror' value='1002' type='xmlParserErrors' info='1002'/>
4143 <enum name='XML_RNGP_ATTRIBUTE_CONTENT' file='xmlerror' value='1003' type='xmlParserErrors' info='1003'/>
4144 <enum name='XML_RNGP_ATTRIBUTE_EMPTY' file='xmlerror' value='1004' type='xmlParserErrors' info='1004'/>
4145 <enum name='XML_RNGP_ATTRIBUTE_NOOP' file='xmlerror' value='1005' type='xmlParserErrors' info='1005'/>
4146 <enum name='XML_RNGP_ATTR_CONFLICT' file='xmlerror' value='1001' type='xmlParserErrors' info='1001'/>
4147 <enum name='XML_RNGP_CHOICE_CONTENT' file='xmlerror' value='1006' type='xmlParserErrors' info='1006'/>
4148 <enum name='XML_RNGP_CHOICE_EMPTY' file='xmlerror' value='1007' type='xmlParserErrors' info='1007'/>
4149 <enum name='XML_RNGP_CREATE_FAILURE' file='xmlerror' value='1008' type='xmlParserErrors' info='1008'/>
4150 <enum name='XML_RNGP_DATA_CONTENT' file='xmlerror' value='1009' type='xmlParserErrors' info='1009'/>
4151 <enum name='XML_RNGP_DEFINE_CREATE_FAILED' file='xmlerror' value='1011' type='xmlParserErrors' info='1011'/>
4152 <enum name='XML_RNGP_DEFINE_EMPTY' file='xmlerror' value='1012' type='xmlParserErrors' info='1012'/>
4153 <enum name='XML_RNGP_DEFINE_MISSING' file='xmlerror' value='1013' type='xmlParserErrors' info='1013'/>
4154 <enum name='XML_RNGP_DEFINE_NAME_MISSING' file='xmlerror' value='1014' type='xmlParserErrors' info='1014'/>
4155 <enum name='XML_RNGP_DEF_CHOICE_AND_INTERLEAVE' file='xmlerror' value='1010' type='xmlParserErrors' info='1010'/>
4156 <enum name='XML_RNGP_ELEMENT_CONTENT' file='xmlerror' value='1018' type='xmlParserErrors' info='1018'/>
4157 <enum name='XML_RNGP_ELEMENT_EMPTY' file='xmlerror' value='1017' type='xmlParserErrors' info='1017'/>
4158 <enum name='XML_RNGP_ELEMENT_NAME' file='xmlerror' value='1019' type='xmlParserErrors' info='1019'/>
4159 <enum name='XML_RNGP_ELEMENT_NO_CONTENT' file='xmlerror' value='1020' type='xmlParserErrors' info='1020'/>
4160 <enum name='XML_RNGP_ELEM_CONTENT_EMPTY' file='xmlerror' value='1015' type='xmlParserErrors' info='1015'/>
4161 <enum name='XML_RNGP_ELEM_CONTENT_ERROR' file='xmlerror' value='1016' type='xmlParserErrors' info='1016'/>
4162 <enum name='XML_RNGP_ELEM_TEXT_CONFLICT' file='xmlerror' value='1021' type='xmlParserErrors' info='1021'/>
4163 <enum name='XML_RNGP_EMPTY' file='xmlerror' value='1022' type='xmlParserErrors' info='1022'/>
4164 <enum name='XML_RNGP_EMPTY_CONSTRUCT' file='xmlerror' value='1023' type='xmlParserErrors' info='1023'/>
4165 <enum name='XML_RNGP_EMPTY_CONTENT' file='xmlerror' value='1024' type='xmlParserErrors' info='1024'/>
4166 <enum name='XML_RNGP_EMPTY_NOT_EMPTY' file='xmlerror' value='1025' type='xmlParserErrors' info='1025'/>
4167 <enum name='XML_RNGP_ERROR_TYPE_LIB' file='xmlerror' value='1026' type='xmlParserErrors' info='1026'/>
4168 <enum name='XML_RNGP_EXCEPT_EMPTY' file='xmlerror' value='1027' type='xmlParserErrors' info='1027'/>
4169 <enum name='XML_RNGP_EXCEPT_MISSING' file='xmlerror' value='1028' type='xmlParserErrors' info='1028'/>
4170 <enum name='XML_RNGP_EXCEPT_MULTIPLE' file='xmlerror' value='1029' type='xmlParserErrors' info='1029'/>
4171 <enum name='XML_RNGP_EXCEPT_NO_CONTENT' file='xmlerror' value='1030' type='xmlParserErrors' info='1030'/>
4172 <enum name='XML_RNGP_EXTERNALREF_EMTPY' file='xmlerror' value='1031' type='xmlParserErrors' info='1031'/>
4173 <enum name='XML_RNGP_EXTERNALREF_RECURSE' file='xmlerror' value='1033' type='xmlParserErrors' info='1033'/>
4174 <enum name='XML_RNGP_EXTERNAL_REF_FAILURE' file='xmlerror' value='1032' type='xmlParserErrors' info='1032'/>
4175 <enum name='XML_RNGP_FORBIDDEN_ATTRIBUTE' file='xmlerror' value='1034' type='xmlParserErrors' info='1034'/>
4176 <enum name='XML_RNGP_FOREIGN_ELEMENT' file='xmlerror' value='1035' type='xmlParserErrors' info='1035'/>
4177 <enum name='XML_RNGP_GRAMMAR_CONTENT' file='xmlerror' value='1036' type='xmlParserErrors' info='1036'/>
4178 <enum name='XML_RNGP_GRAMMAR_EMPTY' file='xmlerror' value='1037' type='xmlParserErrors' info='1037'/>
4179 <enum name='XML_RNGP_GRAMMAR_MISSING' file='xmlerror' value='1038' type='xmlParserErrors' info='1038'/>
4180 <enum name='XML_RNGP_GRAMMAR_NO_START' file='xmlerror' value='1039' type='xmlParserErrors' info='1039'/>
4181 <enum name='XML_RNGP_GROUP_ATTR_CONFLICT' file='xmlerror' value='1040' type='xmlParserErrors' info='1040'/>
4182 <enum name='XML_RNGP_HREF_ERROR' file='xmlerror' value='1041' type='xmlParserErrors' info='1041'/>
4183 <enum name='XML_RNGP_INCLUDE_EMPTY' file='xmlerror' value='1042' type='xmlParserErrors' info='1042'/>
4184 <enum name='XML_RNGP_INCLUDE_FAILURE' file='xmlerror' value='1043' type='xmlParserErrors' info='1043'/>
4185 <enum name='XML_RNGP_INCLUDE_RECURSE' file='xmlerror' value='1044' type='xmlParserErrors' info='1044'/>
4186 <enum name='XML_RNGP_INTERLEAVE_ADD' file='xmlerror' value='1045' type='xmlParserErrors' info='1045'/>
4187 <enum name='XML_RNGP_INTERLEAVE_CREATE_FAILED' file='xmlerror' value='1046' type='xmlParserErrors' info='1046'/>
4188 <enum name='XML_RNGP_INTERLEAVE_EMPTY' file='xmlerror' value='1047' type='xmlParserErrors' info='1047'/>
4189 <enum name='XML_RNGP_INTERLEAVE_NO_CONTENT' file='xmlerror' value='1048' type='xmlParserErrors' info='1048'/>
4190 <enum name='XML_RNGP_INVALID_DEFINE_NAME' file='xmlerror' value='1049' type='xmlParserErrors' info='1049'/>
4191 <enum name='XML_RNGP_INVALID_URI' file='xmlerror' value='1050' type='xmlParserErrors' info='1050'/>
4192 <enum name='XML_RNGP_INVALID_VALUE' file='xmlerror' value='1051' type='xmlParserErrors' info='1051'/>
4193 <enum name='XML_RNGP_MISSING_HREF' file='xmlerror' value='1052' type='xmlParserErrors' info='1052'/>
4194 <enum name='XML_RNGP_NAME_MISSING' file='xmlerror' value='1053' type='xmlParserErrors' info='1053'/>
4195 <enum name='XML_RNGP_NEED_COMBINE' file='xmlerror' value='1054' type='xmlParserErrors' info='1054'/>
4196 <enum name='XML_RNGP_NOTALLOWED_NOT_EMPTY' file='xmlerror' value='1055' type='xmlParserErrors' info='1055'/>
4197 <enum name='XML_RNGP_NSNAME_ATTR_ANCESTOR' file='xmlerror' value='1056' type='xmlParserErrors' info='1056'/>
4198 <enum name='XML_RNGP_NSNAME_NO_NS' file='xmlerror' value='1057' type='xmlParserErrors' info='1057'/>
4199 <enum name='XML_RNGP_PARAM_FORBIDDEN' file='xmlerror' value='1058' type='xmlParserErrors' info='1058'/>
4200 <enum name='XML_RNGP_PARAM_NAME_MISSING' file='xmlerror' value='1059' type='xmlParserErrors' info='1059'/>
4201 <enum name='XML_RNGP_PARENTREF_CREATE_FAILED' file='xmlerror' value='1060' type='xmlParserErrors' info='1060'/>
4202 <enum name='XML_RNGP_PARENTREF_NAME_INVALID' file='xmlerror' value='1061' type='xmlParserErrors' info='1061'/>
4203 <enum name='XML_RNGP_PARENTREF_NOT_EMPTY' file='xmlerror' value='1064' type='xmlParserErrors' info='1064'/>
4204 <enum name='XML_RNGP_PARENTREF_NO_NAME' file='xmlerror' value='1062' type='xmlParserErrors' info='1062'/>
4205 <enum name='XML_RNGP_PARENTREF_NO_PARENT' file='xmlerror' value='1063' type='xmlParserErrors' info='1063'/>
4206 <enum name='XML_RNGP_PARSE_ERROR' file='xmlerror' value='1065' type='xmlParserErrors' info='1065'/>
4207 <enum name='XML_RNGP_PAT_ANYNAME_EXCEPT_ANYNAME' file='xmlerror' value='1066' type='xmlParserErrors' info='1066'/>
4208 <enum name='XML_RNGP_PAT_ATTR_ATTR' file='xmlerror' value='1067' type='xmlParserErrors' info='1067'/>
4209 <enum name='XML_RNGP_PAT_ATTR_ELEM' file='xmlerror' value='1068' type='xmlParserErrors' info='1068'/>
4210 <enum name='XML_RNGP_PAT_DATA_EXCEPT_ATTR' file='xmlerror' value='1069' type='xmlParserErrors' info='1069'/>
4211 <enum name='XML_RNGP_PAT_DATA_EXCEPT_ELEM' file='xmlerror' value='1070' type='xmlParserErrors' info='1070'/>
4212 <enum name='XML_RNGP_PAT_DATA_EXCEPT_EMPTY' file='xmlerror' value='1071' type='xmlParserErrors' info='1071'/>
4213 <enum name='XML_RNGP_PAT_DATA_EXCEPT_GROUP' file='xmlerror' value='1072' type='xmlParserErrors' info='1072'/>
4214 <enum name='XML_RNGP_PAT_DATA_EXCEPT_INTERLEAVE' file='xmlerror' value='1073' type='xmlParserErrors' info='1073'/>
4215 <enum name='XML_RNGP_PAT_DATA_EXCEPT_LIST' file='xmlerror' value='1074' type='xmlParserErrors' info='1074'/>
4216 <enum name='XML_RNGP_PAT_DATA_EXCEPT_ONEMORE' file='xmlerror' value='1075' type='xmlParserErrors' info='1075'/>
4217 <enum name='XML_RNGP_PAT_DATA_EXCEPT_REF' file='xmlerror' value='1076' type='xmlParserErrors' info='1076'/>
4218 <enum name='XML_RNGP_PAT_DATA_EXCEPT_TEXT' file='xmlerror' value='1077' type='xmlParserErrors' info='1077'/>
4219 <enum name='XML_RNGP_PAT_LIST_ATTR' file='xmlerror' value='1078' type='xmlParserErrors' info='1078'/>
4220 <enum name='XML_RNGP_PAT_LIST_ELEM' file='xmlerror' value='1079' type='xmlParserErrors' info='1079'/>
4221 <enum name='XML_RNGP_PAT_LIST_INTERLEAVE' file='xmlerror' value='1080' type='xmlParserErrors' info='1080'/>
4222 <enum name='XML_RNGP_PAT_LIST_LIST' file='xmlerror' value='1081' type='xmlParserErrors' info='1081'/>
4223 <enum name='XML_RNGP_PAT_LIST_REF' file='xmlerror' value='1082' type='xmlParserErrors' info='1082'/>
4224 <enum name='XML_RNGP_PAT_LIST_TEXT' file='xmlerror' value='1083' type='xmlParserErrors' info='1083'/>
4225 <enum name='XML_RNGP_PAT_NSNAME_EXCEPT_ANYNAME' file='xmlerror' value='1084' type='xmlParserErrors' info='1084'/>
4226 <enum name='XML_RNGP_PAT_NSNAME_EXCEPT_NSNAME' file='xmlerror' value='1085' type='xmlParserErrors' info='1085'/>
4227 <enum name='XML_RNGP_PAT_ONEMORE_GROUP_ATTR' file='xmlerror' value='1086' type='xmlParserErrors' info='1086'/>
4228 <enum name='XML_RNGP_PAT_ONEMORE_INTERLEAVE_ATTR' file='xmlerror' value='1087' type='xmlParserErrors' info='1087'/>
4229 <enum name='XML_RNGP_PAT_START_ATTR' file='xmlerror' value='1088' type='xmlParserErrors' info='1088'/>
4230 <enum name='XML_RNGP_PAT_START_DATA' file='xmlerror' value='1089' type='xmlParserErrors' info='1089'/>
4231 <enum name='XML_RNGP_PAT_START_EMPTY' file='xmlerror' value='1090' type='xmlParserErrors' info='1090'/>
4232 <enum name='XML_RNGP_PAT_START_GROUP' file='xmlerror' value='1091' type='xmlParserErrors' info='1091'/>
4233 <enum name='XML_RNGP_PAT_START_INTERLEAVE' file='xmlerror' value='1092' type='xmlParserErrors' info='1092'/>
4234 <enum name='XML_RNGP_PAT_START_LIST' file='xmlerror' value='1093' type='xmlParserErrors' info='1093'/>
4235 <enum name='XML_RNGP_PAT_START_ONEMORE' file='xmlerror' value='1094' type='xmlParserErrors' info='1094'/>
4236 <enum name='XML_RNGP_PAT_START_TEXT' file='xmlerror' value='1095' type='xmlParserErrors' info='1095'/>
4237 <enum name='XML_RNGP_PAT_START_VALUE' file='xmlerror' value='1096' type='xmlParserErrors' info='1096'/>
4238 <enum name='XML_RNGP_PREFIX_UNDEFINED' file='xmlerror' value='1097' type='xmlParserErrors' info='1097'/>
4239 <enum name='XML_RNGP_REF_CREATE_FAILED' file='xmlerror' value='1098' type='xmlParserErrors' info='1098'/>
4240 <enum name='XML_RNGP_REF_CYCLE' file='xmlerror' value='1099' type='xmlParserErrors' info='1099'/>
4241 <enum name='XML_RNGP_REF_NAME_INVALID' file='xmlerror' value='1100' type='xmlParserErrors' info='1100'/>
4242 <enum name='XML_RNGP_REF_NOT_EMPTY' file='xmlerror' value='1103' type='xmlParserErrors' info='1103'/>
4243 <enum name='XML_RNGP_REF_NO_DEF' file='xmlerror' value='1101' type='xmlParserErrors' info='1101'/>
4244 <enum name='XML_RNGP_REF_NO_NAME' file='xmlerror' value='1102' type='xmlParserErrors' info='1102'/>
4245 <enum name='XML_RNGP_START_CHOICE_AND_INTERLEAVE' file='xmlerror' value='1104' type='xmlParserErrors' info='1104'/>
4246 <enum name='XML_RNGP_START_CONTENT' file='xmlerror' value='1105' type='xmlParserErrors' info='1105'/>
4247 <enum name='XML_RNGP_START_EMPTY' file='xmlerror' value='1106' type='xmlParserErrors' info='1106'/>
4248 <enum name='XML_RNGP_START_MISSING' file='xmlerror' value='1107' type='xmlParserErrors' info='1107'/>
4249 <enum name='XML_RNGP_TEXT_EXPECTED' file='xmlerror' value='1108' type='xmlParserErrors' info='1108'/>
4250 <enum name='XML_RNGP_TEXT_HAS_CHILD' file='xmlerror' value='1109' type='xmlParserErrors' info='1109'/>
4251 <enum name='XML_RNGP_TYPE_MISSING' file='xmlerror' value='1110' type='xmlParserErrors' info='1110'/>
4252 <enum name='XML_RNGP_TYPE_NOT_FOUND' file='xmlerror' value='1111' type='xmlParserErrors' info='1111'/>
4253 <enum name='XML_RNGP_TYPE_VALUE' file='xmlerror' value='1112' type='xmlParserErrors' info='1112'/>
4254 <enum name='XML_RNGP_UNKNOWN_ATTRIBUTE' file='xmlerror' value='1113' type='xmlParserErrors' info='1113'/>
4255 <enum name='XML_RNGP_UNKNOWN_COMBINE' file='xmlerror' value='1114' type='xmlParserErrors' info='1114'/>
4256 <enum name='XML_RNGP_UNKNOWN_CONSTRUCT' file='xmlerror' value='1115' type='xmlParserErrors' info='1115'/>
4257 <enum name='XML_RNGP_UNKNOWN_TYPE_LIB' file='xmlerror' value='1116' type='xmlParserErrors' info='1116'/>
4258 <enum name='XML_RNGP_URI_FRAGMENT' file='xmlerror' value='1117' type='xmlParserErrors' info='1117'/>
4259 <enum name='XML_RNGP_URI_NOT_ABSOLUTE' file='xmlerror' value='1118' type='xmlParserErrors' info='1118'/>
4260 <enum name='XML_RNGP_VALUE_EMPTY' file='xmlerror' value='1119' type='xmlParserErrors' info='1119'/>
4261 <enum name='XML_RNGP_VALUE_NO_CONTENT' file='xmlerror' value='1120' type='xmlParserErrors' info='1120'/>
4262 <enum name='XML_RNGP_XMLNS_NAME' file='xmlerror' value='1121' type='xmlParserErrors' info='1121'/>
4263 <enum name='XML_RNGP_XML_NS' file='xmlerror' value='1122' type='xmlParserErrors' info='1122'/>
4264 <enum name='XML_SAVE_CHAR_INVALID' file='xmlerror' value='1401' type='xmlParserErrors' info='1401'/>
Daniel Veillardcd6ff282003-10-08 22:38:13 +00004265 <enum name='XML_SAVE_NOT_UTF8' file='xmlerror' value='1400' type='xmlParserErrors'/>
Daniel Veillardc790bf42003-10-11 10:50:10 +00004266 <enum name='XML_SAVE_NO_DOCTYPE' file='xmlerror' value='1402' type='xmlParserErrors' info='1402'/>
4267 <enum name='XML_SAVE_UNKNOWN_ENCODING' file='xmlerror' value='1403' type='xmlParserErrors' info='1403'/>
4268 <enum name='XML_SCHEMAP_ATTRFORMDEFAULT_VALUE' file='xmlerror' value='1701' type='xmlParserErrors' info='1701'/>
4269 <enum name='XML_SCHEMAP_ATTRGRP_NONAME_NOREF' file='xmlerror' value='1702' type='xmlParserErrors' info='1702'/>
4270 <enum name='XML_SCHEMAP_ATTR_NONAME_NOREF' file='xmlerror' value='1703' type='xmlParserErrors' info='1703'/>
4271 <enum name='XML_SCHEMAP_COMPLEXTYPE_NONAME_NOREF' file='xmlerror' value='1704' type='xmlParserErrors' info='1704'/>
John Fleck0eaf41c2003-12-01 04:45:26 +00004272 <enum name='XML_SCHEMAP_DEF_AND_PREFIX' file='xmlerror' value='1768' type='xmlParserErrors' info='1767'/>
Daniel Veillardc790bf42003-10-11 10:50:10 +00004273 <enum name='XML_SCHEMAP_ELEMFORMDEFAULT_VALUE' file='xmlerror' value='1705' type='xmlParserErrors' info='1705'/>
4274 <enum name='XML_SCHEMAP_ELEM_DEFAULT_FIXED' file='xmlerror' value='1755' type='xmlParserErrors' info='1755'/>
4275 <enum name='XML_SCHEMAP_ELEM_NONAME_NOREF' file='xmlerror' value='1706' type='xmlParserErrors' info='1706'/>
4276 <enum name='XML_SCHEMAP_EXTENSION_NO_BASE' file='xmlerror' value='1707' type='xmlParserErrors' info='1707'/>
4277 <enum name='XML_SCHEMAP_FACET_NO_VALUE' file='xmlerror' value='1708' type='xmlParserErrors' info='1708'/>
4278 <enum name='XML_SCHEMAP_FAILED_BUILD_IMPORT' file='xmlerror' value='1709' type='xmlParserErrors' info='1709'/>
4279 <enum name='XML_SCHEMAP_FAILED_LOAD' file='xmlerror' value='1757' type='xmlParserErrors' info='1756'/>
4280 <enum name='XML_SCHEMAP_FAILED_PARSE' file='xmlerror' value='1766' type='xmlParserErrors' info='1765'/>
4281 <enum name='XML_SCHEMAP_GROUP_NONAME_NOREF' file='xmlerror' value='1710' type='xmlParserErrors' info='1710'/>
4282 <enum name='XML_SCHEMAP_IMPORT_NAMESPACE_NOT_URI' file='xmlerror' value='1711' type='xmlParserErrors' info='1711'/>
4283 <enum name='XML_SCHEMAP_IMPORT_REDEFINE_NSNAME' file='xmlerror' value='1712' type='xmlParserErrors' info='1712'/>
4284 <enum name='XML_SCHEMAP_IMPORT_SCHEMA_NOT_URI' file='xmlerror' value='1713' type='xmlParserErrors' info='1713'/>
John Fleck0eaf41c2003-12-01 04:45:26 +00004285 <enum name='XML_SCHEMAP_INCLUDE_SCHEMA_NOT_URI' file='xmlerror' value='1770' type='xmlParserErrors' info='1769'/>
4286 <enum name='XML_SCHEMAP_INCLUDE_SCHEMA_NO_URI' file='xmlerror' value='1771' type='xmlParserErrors' info='1770'/>
Daniel Veillard8aac2972004-05-16 01:00:37 +00004287 <enum name='XML_SCHEMAP_INVALID_ATTR_COMBINATION' file='xmlerror' value='1777' type='xmlParserErrors' info='1776'/>
4288 <enum name='XML_SCHEMAP_INVALID_ATTR_INLINE_COMBINATION' file='xmlerror' value='1778' type='xmlParserErrors' info='1777'/>
4289 <enum name='XML_SCHEMAP_INVALID_ATTR_NAME' file='xmlerror' value='1780' type='xmlParserErrors' info='1779'/>
4290 <enum name='XML_SCHEMAP_INVALID_ATTR_USE' file='xmlerror' value='1774' type='xmlParserErrors' info='1773'/>
Daniel Veillardc790bf42003-10-11 10:50:10 +00004291 <enum name='XML_SCHEMAP_INVALID_BOOLEAN' file='xmlerror' value='1714' type='xmlParserErrors' info='1714'/>
4292 <enum name='XML_SCHEMAP_INVALID_ENUM' file='xmlerror' value='1715' type='xmlParserErrors' info='1715'/>
4293 <enum name='XML_SCHEMAP_INVALID_FACET' file='xmlerror' value='1716' type='xmlParserErrors' info='1716'/>
4294 <enum name='XML_SCHEMAP_INVALID_FACET_VALUE' file='xmlerror' value='1717' type='xmlParserErrors' info='1717'/>
4295 <enum name='XML_SCHEMAP_INVALID_MAXOCCURS' file='xmlerror' value='1718' type='xmlParserErrors' info='1718'/>
4296 <enum name='XML_SCHEMAP_INVALID_MINOCCURS' file='xmlerror' value='1719' type='xmlParserErrors' info='1719'/>
4297 <enum name='XML_SCHEMAP_INVALID_REF_AND_SUBTYPE' file='xmlerror' value='1720' type='xmlParserErrors' info='1720'/>
4298 <enum name='XML_SCHEMAP_INVALID_WHITE_SPACE' file='xmlerror' value='1721' type='xmlParserErrors' info='1721'/>
Daniel Veillard8aac2972004-05-16 01:00:37 +00004299 <enum name='XML_SCHEMAP_MISSING_SIMPLETYPE_CHILD' file='xmlerror' value='1779' type='xmlParserErrors' info='1778'/>
Daniel Veillardc790bf42003-10-11 10:50:10 +00004300 <enum name='XML_SCHEMAP_NOATTR_NOREF' file='xmlerror' value='1722' type='xmlParserErrors' info='1722'/>
4301 <enum name='XML_SCHEMAP_NOROOT' file='xmlerror' value='1759' type='xmlParserErrors' info='1758'/>
4302 <enum name='XML_SCHEMAP_NOTATION_NO_NAME' file='xmlerror' value='1723' type='xmlParserErrors' info='1723'/>
4303 <enum name='XML_SCHEMAP_NOTHING_TO_PARSE' file='xmlerror' value='1758' type='xmlParserErrors' info='1757'/>
4304 <enum name='XML_SCHEMAP_NOTYPE_NOREF' file='xmlerror' value='1724' type='xmlParserErrors' info='1724'/>
John Fleck0eaf41c2003-12-01 04:45:26 +00004305 <enum name='XML_SCHEMAP_NOT_SCHEMA' file='xmlerror' value='1772' type='xmlParserErrors' info='1771'/>
Daniel Veillardc790bf42003-10-11 10:50:10 +00004306 <enum name='XML_SCHEMAP_PREFIX_UNDEFINED' file='xmlerror' value='1700' type='xmlParserErrors'/>
Daniel Veillard8aac2972004-05-16 01:00:37 +00004307 <enum name='XML_SCHEMAP_RECURSIVE' file='xmlerror' value='1775' type='xmlParserErrors' info='1774'/>
Daniel Veillardc790bf42003-10-11 10:50:10 +00004308 <enum name='XML_SCHEMAP_REDEFINED_ATTR' file='xmlerror' value='1764' type='xmlParserErrors' info='1763'/>
4309 <enum name='XML_SCHEMAP_REDEFINED_ATTRGROUP' file='xmlerror' value='1763' type='xmlParserErrors' info='1762'/>
4310 <enum name='XML_SCHEMAP_REDEFINED_ELEMENT' file='xmlerror' value='1762' type='xmlParserErrors' info='1761'/>
4311 <enum name='XML_SCHEMAP_REDEFINED_GROUP' file='xmlerror' value='1760' type='xmlParserErrors' info='1759'/>
4312 <enum name='XML_SCHEMAP_REDEFINED_NOTATION' file='xmlerror' value='1765' type='xmlParserErrors' info='1764'/>
4313 <enum name='XML_SCHEMAP_REDEFINED_TYPE' file='xmlerror' value='1761' type='xmlParserErrors' info='1760'/>
Daniel Veillard8aac2972004-05-16 01:00:37 +00004314 <enum name='XML_SCHEMAP_REF_AND_CONTENT' file='xmlerror' value='1781' type='xmlParserErrors' info='1780'/>
Daniel Veillardc790bf42003-10-11 10:50:10 +00004315 <enum name='XML_SCHEMAP_REF_AND_SUBTYPE' file='xmlerror' value='1725' type='xmlParserErrors' info='1725'/>
4316 <enum name='XML_SCHEMAP_REGEXP_INVALID' file='xmlerror' value='1756' type='xmlParserErrors' info='1756'/>
4317 <enum name='XML_SCHEMAP_RESTRICTION_NONAME_NOREF' file='xmlerror' value='1726' type='xmlParserErrors' info='1726'/>
4318 <enum name='XML_SCHEMAP_SIMPLETYPE_NONAME' file='xmlerror' value='1727' type='xmlParserErrors' info='1727'/>
Daniel Veillard8aac2972004-05-16 01:00:37 +00004319 <enum name='XML_SCHEMAP_SUPERNUMEROUS_LIST_ITEM_TYPE' file='xmlerror' value='1776' type='xmlParserErrors' info='1775'/>
Daniel Veillardc790bf42003-10-11 10:50:10 +00004320 <enum name='XML_SCHEMAP_TYPE_AND_SUBTYPE' file='xmlerror' value='1728' type='xmlParserErrors' info='1728'/>
4321 <enum name='XML_SCHEMAP_UNKNOWN_ALL_CHILD' file='xmlerror' value='1729' type='xmlParserErrors' info='1729'/>
4322 <enum name='XML_SCHEMAP_UNKNOWN_ANYATTRIBUTE_CHILD' file='xmlerror' value='1730' type='xmlParserErrors' info='1730'/>
4323 <enum name='XML_SCHEMAP_UNKNOWN_ATTRGRP_CHILD' file='xmlerror' value='1732' type='xmlParserErrors' info='1732'/>
4324 <enum name='XML_SCHEMAP_UNKNOWN_ATTRIBUTE_GROUP' file='xmlerror' value='1733' type='xmlParserErrors' info='1733'/>
4325 <enum name='XML_SCHEMAP_UNKNOWN_ATTR_CHILD' file='xmlerror' value='1731' type='xmlParserErrors' info='1731'/>
4326 <enum name='XML_SCHEMAP_UNKNOWN_BASE_TYPE' file='xmlerror' value='1734' type='xmlParserErrors' info='1734'/>
4327 <enum name='XML_SCHEMAP_UNKNOWN_CHOICE_CHILD' file='xmlerror' value='1735' type='xmlParserErrors' info='1735'/>
4328 <enum name='XML_SCHEMAP_UNKNOWN_COMPLEXCONTENT_CHILD' file='xmlerror' value='1736' type='xmlParserErrors' info='1736'/>
4329 <enum name='XML_SCHEMAP_UNKNOWN_COMPLEXTYPE_CHILD' file='xmlerror' value='1737' type='xmlParserErrors' info='1737'/>
4330 <enum name='XML_SCHEMAP_UNKNOWN_ELEM_CHILD' file='xmlerror' value='1738' type='xmlParserErrors' info='1738'/>
4331 <enum name='XML_SCHEMAP_UNKNOWN_EXTENSION_CHILD' file='xmlerror' value='1739' type='xmlParserErrors' info='1739'/>
4332 <enum name='XML_SCHEMAP_UNKNOWN_FACET_CHILD' file='xmlerror' value='1740' type='xmlParserErrors' info='1740'/>
4333 <enum name='XML_SCHEMAP_UNKNOWN_FACET_TYPE' file='xmlerror' value='1741' type='xmlParserErrors' info='1741'/>
4334 <enum name='XML_SCHEMAP_UNKNOWN_GROUP_CHILD' file='xmlerror' value='1742' type='xmlParserErrors' info='1742'/>
4335 <enum name='XML_SCHEMAP_UNKNOWN_IMPORT_CHILD' file='xmlerror' value='1743' type='xmlParserErrors' info='1743'/>
John Fleck0eaf41c2003-12-01 04:45:26 +00004336 <enum name='XML_SCHEMAP_UNKNOWN_INCLUDE_CHILD' file='xmlerror' value='1769' type='xmlParserErrors' info='1768'/>
Daniel Veillardc790bf42003-10-11 10:50:10 +00004337 <enum name='XML_SCHEMAP_UNKNOWN_LIST_CHILD' file='xmlerror' value='1744' type='xmlParserErrors' info='1744'/>
Daniel Veillardee1d6922004-04-18 14:58:57 +00004338 <enum name='XML_SCHEMAP_UNKNOWN_MEMBER_TYPE' file='xmlerror' value='1773' type='xmlParserErrors' info='1772'/>
Daniel Veillardc790bf42003-10-11 10:50:10 +00004339 <enum name='XML_SCHEMAP_UNKNOWN_NOTATION_CHILD' file='xmlerror' value='1745' type='xmlParserErrors' info='1745'/>
John Fleck0eaf41c2003-12-01 04:45:26 +00004340 <enum name='XML_SCHEMAP_UNKNOWN_PREFIX' file='xmlerror' value='1767' type='xmlParserErrors' info='1766'/>
Daniel Veillardc790bf42003-10-11 10:50:10 +00004341 <enum name='XML_SCHEMAP_UNKNOWN_PROCESSCONTENT_CHILD' file='xmlerror' value='1746' type='xmlParserErrors' info='1746'/>
4342 <enum name='XML_SCHEMAP_UNKNOWN_REF' file='xmlerror' value='1747' type='xmlParserErrors' info='1747'/>
4343 <enum name='XML_SCHEMAP_UNKNOWN_RESTRICTION_CHILD' file='xmlerror' value='1748' type='xmlParserErrors' info='1748'/>
4344 <enum name='XML_SCHEMAP_UNKNOWN_SCHEMAS_CHILD' file='xmlerror' value='1749' type='xmlParserErrors' info='1749'/>
4345 <enum name='XML_SCHEMAP_UNKNOWN_SEQUENCE_CHILD' file='xmlerror' value='1750' type='xmlParserErrors' info='1750'/>
4346 <enum name='XML_SCHEMAP_UNKNOWN_SIMPLECONTENT_CHILD' file='xmlerror' value='1751' type='xmlParserErrors' info='1751'/>
4347 <enum name='XML_SCHEMAP_UNKNOWN_SIMPLETYPE_CHILD' file='xmlerror' value='1752' type='xmlParserErrors' info='1752'/>
4348 <enum name='XML_SCHEMAP_UNKNOWN_TYPE' file='xmlerror' value='1753' type='xmlParserErrors' info='1753'/>
4349 <enum name='XML_SCHEMAP_UNKNOWN_UNION_CHILD' file='xmlerror' value='1754' type='xmlParserErrors' info='1754'/>
Daniel Veillardd4330462003-04-29 12:40:16 +00004350 <enum name='XML_SCHEMAS_ERR_' file='xmlschemas' value='24' type='xmlSchemaValidError'/>
4351 <enum name='XML_SCHEMAS_ERR_ATTRINVALID' file='xmlschemas' value='21' type='xmlSchemaValidError'/>
4352 <enum name='XML_SCHEMAS_ERR_ATTRUNKNOWN' file='xmlschemas' value='20' type='xmlSchemaValidError'/>
4353 <enum name='XML_SCHEMAS_ERR_CONSTRUCT' file='xmlschemas' value='17' type='xmlSchemaValidError'/>
4354 <enum name='XML_SCHEMAS_ERR_ELEMCONT' file='xmlschemas' value='10' type='xmlSchemaValidError'/>
4355 <enum name='XML_SCHEMAS_ERR_EXTRACONTENT' file='xmlschemas' value='13' type='xmlSchemaValidError'/>
4356 <enum name='XML_SCHEMAS_ERR_FACET' file='xmlschemas' value='23' type='xmlSchemaValidError'/>
4357 <enum name='XML_SCHEMAS_ERR_HAVEDEFAULT' file='xmlschemas' value='11' type='xmlSchemaValidError'/>
4358 <enum name='XML_SCHEMAS_ERR_INTERNAL' file='xmlschemas' value='18' type='xmlSchemaValidError'/>
4359 <enum name='XML_SCHEMAS_ERR_INVALIDATTR' file='xmlschemas' value='14' type='xmlSchemaValidError'/>
4360 <enum name='XML_SCHEMAS_ERR_INVALIDELEM' file='xmlschemas' value='15' type='xmlSchemaValidError'/>
4361 <enum name='XML_SCHEMAS_ERR_ISABSTRACT' file='xmlschemas' value='8' type='xmlSchemaValidError'/>
4362 <enum name='XML_SCHEMAS_ERR_MISSING' file='xmlschemas' value='4' type='xmlSchemaValidError'/>
4363 <enum name='XML_SCHEMAS_ERR_NOROLLBACK' file='xmlschemas' value='7' type='xmlSchemaValidError'/>
4364 <enum name='XML_SCHEMAS_ERR_NOROOT' file='xmlschemas' value='1' type='xmlSchemaValidError'/>
4365 <enum name='XML_SCHEMAS_ERR_NOTDETERMINIST' file='xmlschemas' value='16' type='xmlSchemaValidError'/>
4366 <enum name='XML_SCHEMAS_ERR_NOTEMPTY' file='xmlschemas' value='9' type='xmlSchemaValidError'/>
4367 <enum name='XML_SCHEMAS_ERR_NOTNILLABLE' file='xmlschemas' value='12' type='xmlSchemaValidError'/>
4368 <enum name='XML_SCHEMAS_ERR_NOTSIMPLE' file='xmlschemas' value='19' type='xmlSchemaValidError'/>
4369 <enum name='XML_SCHEMAS_ERR_NOTTOPLEVEL' file='xmlschemas' value='3' type='xmlSchemaValidError'/>
4370 <enum name='XML_SCHEMAS_ERR_NOTYPE' file='xmlschemas' value='6' type='xmlSchemaValidError'/>
4371 <enum name='XML_SCHEMAS_ERR_OK' file='xmlschemas' value='0' type='xmlSchemaValidError'/>
4372 <enum name='XML_SCHEMAS_ERR_UNDECLAREDELEM' file='xmlschemas' value='2' type='xmlSchemaValidError'/>
4373 <enum name='XML_SCHEMAS_ERR_VALUE' file='xmlschemas' value='22' type='xmlSchemaValidError'/>
4374 <enum name='XML_SCHEMAS_ERR_WRONGELEM' file='xmlschemas' value='5' type='xmlSchemaValidError'/>
4375 <enum name='XML_SCHEMAS_ERR_XXX' file='xmlschemas' value='25' type='xmlSchemaValidError'/>
Daniel Veillardc790bf42003-10-11 10:50:10 +00004376 <enum name='XML_SCHEMAV_ATTRINVALID' file='xmlerror' value='1820' type='xmlParserErrors' info='1820'/>
4377 <enum name='XML_SCHEMAV_ATTRUNKNOWN' file='xmlerror' value='1819' type='xmlParserErrors' info='1819'/>
4378 <enum name='XML_SCHEMAV_CONSTRUCT' file='xmlerror' value='1816' type='xmlParserErrors' info='1816'/>
4379 <enum name='XML_SCHEMAV_ELEMCONT' file='xmlerror' value='1809' type='xmlParserErrors' info='1809'/>
4380 <enum name='XML_SCHEMAV_EXTRACONTENT' file='xmlerror' value='1812' type='xmlParserErrors' info='1812'/>
4381 <enum name='XML_SCHEMAV_FACET' file='xmlerror' value='1822' type='xmlParserErrors' info='1822'/>
4382 <enum name='XML_SCHEMAV_HAVEDEFAULT' file='xmlerror' value='1810' type='xmlParserErrors' info='1810'/>
4383 <enum name='XML_SCHEMAV_INTERNAL' file='xmlerror' value='1817' type='xmlParserErrors' info='1817'/>
4384 <enum name='XML_SCHEMAV_INVALIDATTR' file='xmlerror' value='1813' type='xmlParserErrors' info='1813'/>
4385 <enum name='XML_SCHEMAV_INVALIDELEM' file='xmlerror' value='1814' type='xmlParserErrors' info='1814'/>
4386 <enum name='XML_SCHEMAV_ISABSTRACT' file='xmlerror' value='1807' type='xmlParserErrors' info='1807'/>
4387 <enum name='XML_SCHEMAV_MISSING' file='xmlerror' value='1803' type='xmlParserErrors' info='1803'/>
4388 <enum name='XML_SCHEMAV_NOROLLBACK' file='xmlerror' value='1806' type='xmlParserErrors' info='1806'/>
4389 <enum name='XML_SCHEMAV_NOROOT' file='xmlerror' value='1800' type='xmlParserErrors'/>
4390 <enum name='XML_SCHEMAV_NOTDETERMINIST' file='xmlerror' value='1815' type='xmlParserErrors' info='1815'/>
4391 <enum name='XML_SCHEMAV_NOTEMPTY' file='xmlerror' value='1808' type='xmlParserErrors' info='1808'/>
4392 <enum name='XML_SCHEMAV_NOTNILLABLE' file='xmlerror' value='1811' type='xmlParserErrors' info='1811'/>
4393 <enum name='XML_SCHEMAV_NOTSIMPLE' file='xmlerror' value='1818' type='xmlParserErrors' info='1818'/>
4394 <enum name='XML_SCHEMAV_NOTTOPLEVEL' file='xmlerror' value='1802' type='xmlParserErrors' info='1802'/>
4395 <enum name='XML_SCHEMAV_NOTYPE' file='xmlerror' value='1805' type='xmlParserErrors' info='1805'/>
4396 <enum name='XML_SCHEMAV_UNDECLAREDELEM' file='xmlerror' value='1801' type='xmlParserErrors' info='1801'/>
4397 <enum name='XML_SCHEMAV_VALUE' file='xmlerror' value='1821' type='xmlParserErrors' info='1821'/>
4398 <enum name='XML_SCHEMAV_WRONGELEM' file='xmlerror' value='1804' type='xmlParserErrors' info='1804'/>
Daniel Veillardd4330462003-04-29 12:40:16 +00004399 <enum name='XML_SCHEMA_CONTENT_ANY' file='schemasInternals' value='7' type='xmlSchemaContentType'/>
4400 <enum name='XML_SCHEMA_CONTENT_BASIC' file='schemasInternals' value='6' type='xmlSchemaContentType'/>
4401 <enum name='XML_SCHEMA_CONTENT_ELEMENTS' file='schemasInternals' value='2' type='xmlSchemaContentType'/>
4402 <enum name='XML_SCHEMA_CONTENT_EMPTY' file='schemasInternals' value='1' type='xmlSchemaContentType'/>
4403 <enum name='XML_SCHEMA_CONTENT_MIXED' file='schemasInternals' value='3' type='xmlSchemaContentType'/>
4404 <enum name='XML_SCHEMA_CONTENT_MIXED_OR_ELEMENTS' file='schemasInternals' value='5' type='xmlSchemaContentType'/>
4405 <enum name='XML_SCHEMA_CONTENT_SIMPLE' file='schemasInternals' value='4' type='xmlSchemaContentType'/>
4406 <enum name='XML_SCHEMA_CONTENT_UNKNOWN' file='schemasInternals' value='0' type='xmlSchemaContentType'/>
4407 <enum name='XML_SCHEMA_FACET_ENUMERATION' file='schemasInternals' value='1007' type='xmlSchemaTypeType'/>
4408 <enum name='XML_SCHEMA_FACET_FRACTIONDIGITS' file='schemasInternals' value='1005' type='xmlSchemaTypeType'/>
4409 <enum name='XML_SCHEMA_FACET_LENGTH' file='schemasInternals' value='1009' type='xmlSchemaTypeType'/>
4410 <enum name='XML_SCHEMA_FACET_MAXEXCLUSIVE' file='schemasInternals' value='1003' type='xmlSchemaTypeType'/>
4411 <enum name='XML_SCHEMA_FACET_MAXINCLUSIVE' file='schemasInternals' value='1002' type='xmlSchemaTypeType'/>
4412 <enum name='XML_SCHEMA_FACET_MAXLENGTH' file='schemasInternals' value='1010' type='xmlSchemaTypeType'/>
4413 <enum name='XML_SCHEMA_FACET_MINEXCLUSIVE' file='schemasInternals' value='1001' type='xmlSchemaTypeType'/>
4414 <enum name='XML_SCHEMA_FACET_MININCLUSIVE' file='schemasInternals' value='1000' type='xmlSchemaTypeType'/>
4415 <enum name='XML_SCHEMA_FACET_MINLENGTH' file='schemasInternals' value='1011' type='xmlSchemaTypeType'/>
4416 <enum name='XML_SCHEMA_FACET_PATTERN' file='schemasInternals' value='1006' type='xmlSchemaTypeType'/>
4417 <enum name='XML_SCHEMA_FACET_TOTALDIGITS' file='schemasInternals' value='1004' type='xmlSchemaTypeType'/>
4418 <enum name='XML_SCHEMA_FACET_WHITESPACE' file='schemasInternals' value='1008' type='xmlSchemaTypeType'/>
4419 <enum name='XML_SCHEMA_TYPE_ALL' file='schemasInternals' value='8' type='xmlSchemaTypeType'/>
4420 <enum name='XML_SCHEMA_TYPE_ANY' file='schemasInternals' value='2' type='xmlSchemaTypeType'/>
Daniel Veillard8aac2972004-05-16 01:00:37 +00004421 <enum name='XML_SCHEMA_TYPE_ANY_ATTRIBUTE' file='schemasInternals' value='21' type='xmlSchemaTypeType'/>
Daniel Veillardd4330462003-04-29 12:40:16 +00004422 <enum name='XML_SCHEMA_TYPE_ATTRIBUTE' file='schemasInternals' value='15' type='xmlSchemaTypeType'/>
4423 <enum name='XML_SCHEMA_TYPE_ATTRIBUTEGROUP' file='schemasInternals' value='16' type='xmlSchemaTypeType'/>
4424 <enum name='XML_SCHEMA_TYPE_BASIC' file='schemasInternals' value='1' type='xmlSchemaTypeType'/>
4425 <enum name='XML_SCHEMA_TYPE_CHOICE' file='schemasInternals' value='7' type='xmlSchemaTypeType'/>
4426 <enum name='XML_SCHEMA_TYPE_COMPLEX' file='schemasInternals' value='5' type='xmlSchemaTypeType'/>
4427 <enum name='XML_SCHEMA_TYPE_COMPLEX_CONTENT' file='schemasInternals' value='10' type='xmlSchemaTypeType'/>
4428 <enum name='XML_SCHEMA_TYPE_ELEMENT' file='schemasInternals' value='14' type='xmlSchemaTypeType'/>
4429 <enum name='XML_SCHEMA_TYPE_EXTENSION' file='schemasInternals' value='13' type='xmlSchemaTypeType'/>
4430 <enum name='XML_SCHEMA_TYPE_FACET' file='schemasInternals' value='3' type='xmlSchemaTypeType'/>
4431 <enum name='XML_SCHEMA_TYPE_GROUP' file='schemasInternals' value='17' type='xmlSchemaTypeType'/>
4432 <enum name='XML_SCHEMA_TYPE_LIST' file='schemasInternals' value='19' type='xmlSchemaTypeType'/>
4433 <enum name='XML_SCHEMA_TYPE_NOTATION' file='schemasInternals' value='18' type='xmlSchemaTypeType'/>
4434 <enum name='XML_SCHEMA_TYPE_RESTRICTION' file='schemasInternals' value='12' type='xmlSchemaTypeType'/>
4435 <enum name='XML_SCHEMA_TYPE_SEQUENCE' file='schemasInternals' value='6' type='xmlSchemaTypeType'/>
4436 <enum name='XML_SCHEMA_TYPE_SIMPLE' file='schemasInternals' value='4' type='xmlSchemaTypeType'/>
4437 <enum name='XML_SCHEMA_TYPE_SIMPLE_CONTENT' file='schemasInternals' value='9' type='xmlSchemaTypeType'/>
4438 <enum name='XML_SCHEMA_TYPE_UNION' file='schemasInternals' value='20' type='xmlSchemaTypeType'/>
4439 <enum name='XML_SCHEMA_TYPE_UR' file='schemasInternals' value='11' type='xmlSchemaTypeType'/>
Daniel Veillard8aac2972004-05-16 01:00:37 +00004440 <enum name='XML_TEXTREADER_MODE_CLOSED' file='xmlreader' value='4' type='xmlTextReaderMode'/>
4441 <enum name='XML_TEXTREADER_MODE_EOF' file='xmlreader' value='3' type='xmlTextReaderMode'/>
4442 <enum name='XML_TEXTREADER_MODE_ERROR' file='xmlreader' value='2' type='xmlTextReaderMode'/>
4443 <enum name='XML_TEXTREADER_MODE_INITIAL' file='xmlreader' value='0' type='xmlTextReaderMode'/>
4444 <enum name='XML_TEXTREADER_MODE_INTERACTIVE' file='xmlreader' value='1' type='xmlTextReaderMode'/>
4445 <enum name='XML_TEXTREADER_MODE_READING' file='xmlreader' value='5' type='xmlTextReaderMode'/>
Daniel Veillarda9b66d02002-12-11 14:23:49 +00004446 <enum name='XML_TEXT_NODE' file='tree' value='3' type='xmlElementType'/>
Daniel Veillardc790bf42003-10-11 10:50:10 +00004447 <enum name='XML_TREE_INVALID_DEC' file='xmlerror' value='1301' type='xmlParserErrors' info='1301'/>
Daniel Veillardcd6ff282003-10-08 22:38:13 +00004448 <enum name='XML_TREE_INVALID_HEX' file='xmlerror' value='1300' type='xmlParserErrors'/>
Daniel Veillardc790bf42003-10-11 10:50:10 +00004449 <enum name='XML_TREE_UNTERMINATED_ENTITY' file='xmlerror' value='1302' type='xmlParserErrors' info='1302'/>
Daniel Veillard000eafb2002-12-12 10:04:22 +00004450 <enum name='XML_WAR_CATALOG_PI' file='xmlerror' value='93' type='xmlParserErrors' info='93'/>
Daniel Veillardc790bf42003-10-11 10:50:10 +00004451 <enum name='XML_WAR_LANG_VALUE' file='xmlerror' value='98' type='xmlParserErrors' info='98'/>
4452 <enum name='XML_WAR_NS_URI' file='xmlerror' value='99' type='xmlParserErrors' info='99'/>
4453 <enum name='XML_WAR_NS_URI_RELATIVE' file='xmlerror' value='100' type='xmlParserErrors' info='100'/>
4454 <enum name='XML_WAR_UNDECLARED_ENTITY' file='xmlerror' value='27' type='xmlParserErrors' info='27'/>
4455 <enum name='XML_WAR_UNKNOWN_VERSION' file='xmlerror' value='97' type='xmlParserErrors' info='97'/>
4456 <enum name='XML_XINCLUDE_BUILD_FAILED' file='xmlerror' value='1609' type='xmlParserErrors' info='1609'/>
Daniel Veillarde74d2e12003-12-09 11:35:37 +00004457 <enum name='XML_XINCLUDE_DEPRECATED_NS' file='xmlerror' value='1617' type='xmlParserErrors' info='1617'/>
Daniel Veillarda9b66d02002-12-11 14:23:49 +00004458 <enum name='XML_XINCLUDE_END' file='tree' value='20' type='xmlElementType'/>
Daniel Veillardc790bf42003-10-11 10:50:10 +00004459 <enum name='XML_XINCLUDE_ENTITY_DEF_MISMATCH' file='xmlerror' value='1602' type='xmlParserErrors' info='1602'/>
4460 <enum name='XML_XINCLUDE_FALLBACKS_IN_INCLUDE' file='xmlerror' value='1615' type='xmlParserErrors' info='1615'/>
4461 <enum name='XML_XINCLUDE_FALLBACK_NOT_IN_INCLUDE' file='xmlerror' value='1616' type='xmlParserErrors' info='1616'/>
Daniel Veillarde74d2e12003-12-09 11:35:37 +00004462 <enum name='XML_XINCLUDE_FRAGMENT_ID' file='xmlerror' value='1618' type='xmlParserErrors' info='1618'/>
Daniel Veillardc790bf42003-10-11 10:50:10 +00004463 <enum name='XML_XINCLUDE_HREF_URI' file='xmlerror' value='1605' type='xmlParserErrors' info='1605'/>
4464 <enum name='XML_XINCLUDE_INCLUDE_IN_INCLUDE' file='xmlerror' value='1614' type='xmlParserErrors' info='1614'/>
4465 <enum name='XML_XINCLUDE_INVALID_CHAR' file='xmlerror' value='1608' type='xmlParserErrors' info='1608'/>
4466 <enum name='XML_XINCLUDE_MULTIPLE_ROOT' file='xmlerror' value='1611' type='xmlParserErrors' info='1611'/>
4467 <enum name='XML_XINCLUDE_NO_FALLBACK' file='xmlerror' value='1604' type='xmlParserErrors' info='1604'/>
4468 <enum name='XML_XINCLUDE_NO_HREF' file='xmlerror' value='1603' type='xmlParserErrors' info='1603'/>
4469 <enum name='XML_XINCLUDE_PARSE_VALUE' file='xmlerror' value='1601' type='xmlParserErrors' info='1601'/>
4470 <enum name='XML_XINCLUDE_RECURSION' file='xmlerror' value='1600' type='xmlParserErrors'/>
Daniel Veillarda9b66d02002-12-11 14:23:49 +00004471 <enum name='XML_XINCLUDE_START' file='tree' value='19' type='xmlElementType'/>
Daniel Veillardc790bf42003-10-11 10:50:10 +00004472 <enum name='XML_XINCLUDE_TEXT_DOCUMENT' file='xmlerror' value='1607' type='xmlParserErrors' info='1607'/>
4473 <enum name='XML_XINCLUDE_TEXT_FRAGMENT' file='xmlerror' value='1606' type='xmlParserErrors' info='1606'/>
4474 <enum name='XML_XINCLUDE_UNKNOWN_ENCODING' file='xmlerror' value='1610' type='xmlParserErrors' info='1610'/>
4475 <enum name='XML_XINCLUDE_XPTR_FAILED' file='xmlerror' value='1612' type='xmlParserErrors' info='1612'/>
4476 <enum name='XML_XINCLUDE_XPTR_RESULT' file='xmlerror' value='1613' type='xmlParserErrors' info='1613'/>
4477 <enum name='XML_XPATH_ENCODING_ERROR' file='xmlerror' value='1220' type='xmlParserErrors' info='1220'/>
Daniel Veillardcd6ff282003-10-08 22:38:13 +00004478 <enum name='XML_XPATH_EXPRESSION_OK' file='xmlerror' value='1200' type='xmlParserErrors'/>
Daniel Veillardc790bf42003-10-11 10:50:10 +00004479 <enum name='XML_XPATH_EXPR_ERROR' file='xmlerror' value='1207' type='xmlParserErrors' info='1207'/>
4480 <enum name='XML_XPATH_INVALID_ARITY' file='xmlerror' value='1212' type='xmlParserErrors' info='1212'/>
4481 <enum name='XML_XPATH_INVALID_CHAR_ERROR' file='xmlerror' value='1221' type='xmlParserErrors' info='1221'/>
4482 <enum name='XML_XPATH_INVALID_CTXT_POSITION' file='xmlerror' value='1214' type='xmlParserErrors' info='1214'/>
4483 <enum name='XML_XPATH_INVALID_CTXT_SIZE' file='xmlerror' value='1213' type='xmlParserErrors' info='1213'/>
4484 <enum name='XML_XPATH_INVALID_OPERAND' file='xmlerror' value='1210' type='xmlParserErrors' info='1210'/>
4485 <enum name='XML_XPATH_INVALID_PREDICATE_ERROR' file='xmlerror' value='1206' type='xmlParserErrors' info='1206'/>
4486 <enum name='XML_XPATH_INVALID_TYPE' file='xmlerror' value='1211' type='xmlParserErrors' info='1211'/>
4487 <enum name='XML_XPATH_MEMORY_ERROR' file='xmlerror' value='1215' type='xmlParserErrors' info='1215'/>
4488 <enum name='XML_XPATH_NUMBER_ERROR' file='xmlerror' value='1201' type='xmlParserErrors' info='1201'/>
4489 <enum name='XML_XPATH_START_LITERAL_ERROR' file='xmlerror' value='1203' type='xmlParserErrors' info='1203'/>
4490 <enum name='XML_XPATH_UNCLOSED_ERROR' file='xmlerror' value='1208' type='xmlParserErrors' info='1208'/>
4491 <enum name='XML_XPATH_UNDEF_PREFIX_ERROR' file='xmlerror' value='1219' type='xmlParserErrors' info='1219'/>
4492 <enum name='XML_XPATH_UNDEF_VARIABLE_ERROR' file='xmlerror' value='1205' type='xmlParserErrors' info='1205'/>
4493 <enum name='XML_XPATH_UNFINISHED_LITERAL_ERROR' file='xmlerror' value='1202' type='xmlParserErrors' info='1202'/>
4494 <enum name='XML_XPATH_UNKNOWN_FUNC_ERROR' file='xmlerror' value='1209' type='xmlParserErrors' info='1209'/>
4495 <enum name='XML_XPATH_VARIABLE_REF_ERROR' file='xmlerror' value='1204' type='xmlParserErrors' info='1204'/>
4496 <enum name='XML_XPTR_CHILDSEQ_START' file='xmlerror' value='1901' type='xmlParserErrors' info='1901'/>
4497 <enum name='XML_XPTR_EVAL_FAILED' file='xmlerror' value='1902' type='xmlParserErrors' info='1902'/>
4498 <enum name='XML_XPTR_EXTRA_OBJECTS' file='xmlerror' value='1903' type='xmlParserErrors' info='1903'/>
4499 <enum name='XML_XPTR_RESOURCE_ERROR' file='xmlerror' value='1217' type='xmlParserErrors' info='1217'/>
4500 <enum name='XML_XPTR_SUB_RESOURCE_ERROR' file='xmlerror' value='1218' type='xmlParserErrors' info='1218'/>
4501 <enum name='XML_XPTR_SYNTAX_ERROR' file='xmlerror' value='1216' type='xmlParserErrors' info='1216'/>
4502 <enum name='XML_XPTR_UNKNOWN_SCHEME' file='xmlerror' value='1900' type='xmlParserErrors'/>
Daniel Veillarda9b66d02002-12-11 14:23:49 +00004503 <enum name='XPATH_BOOLEAN' file='xpath' value='2' type='xmlXPathObjectType'/>
Daniel Veillard000eafb2002-12-12 10:04:22 +00004504 <enum name='XPATH_ENCODING_ERROR' file='xpath' value='20' type='xmlXPathError'/>
Daniel Veillarda9b66d02002-12-11 14:23:49 +00004505 <enum name='XPATH_EXPRESSION_OK' file='xpath' value='0' type='xmlXPathError'/>
Daniel Veillard000eafb2002-12-12 10:04:22 +00004506 <enum name='XPATH_EXPR_ERROR' file='xpath' value='7' type='xmlXPathError'/>
4507 <enum name='XPATH_INVALID_ARITY' file='xpath' value='12' type='xmlXPathError'/>
4508 <enum name='XPATH_INVALID_CHAR_ERROR' file='xpath' value='21' type='xmlXPathError'/>
4509 <enum name='XPATH_INVALID_CTXT_POSITION' file='xpath' value='14' type='xmlXPathError'/>
4510 <enum name='XPATH_INVALID_CTXT_SIZE' file='xpath' value='13' type='xmlXPathError'/>
4511 <enum name='XPATH_INVALID_OPERAND' file='xpath' value='10' type='xmlXPathError'/>
4512 <enum name='XPATH_INVALID_PREDICATE_ERROR' file='xpath' value='6' type='xmlXPathError'/>
4513 <enum name='XPATH_INVALID_TYPE' file='xpath' value='11' type='xmlXPathError'/>
Daniel Veillarda9b66d02002-12-11 14:23:49 +00004514 <enum name='XPATH_LOCATIONSET' file='xpath' value='7' type='xmlXPathObjectType'/>
Daniel Veillard000eafb2002-12-12 10:04:22 +00004515 <enum name='XPATH_MEMORY_ERROR' file='xpath' value='15' type='xmlXPathError'/>
Daniel Veillarda9b66d02002-12-11 14:23:49 +00004516 <enum name='XPATH_NODESET' file='xpath' value='1' type='xmlXPathObjectType'/>
4517 <enum name='XPATH_NUMBER' file='xpath' value='3' type='xmlXPathObjectType'/>
Daniel Veillard000eafb2002-12-12 10:04:22 +00004518 <enum name='XPATH_NUMBER_ERROR' file='xpath' value='1' type='xmlXPathError'/>
Daniel Veillarda9b66d02002-12-11 14:23:49 +00004519 <enum name='XPATH_POINT' file='xpath' value='5' type='xmlXPathObjectType'/>
4520 <enum name='XPATH_RANGE' file='xpath' value='6' type='xmlXPathObjectType'/>
Daniel Veillard000eafb2002-12-12 10:04:22 +00004521 <enum name='XPATH_START_LITERAL_ERROR' file='xpath' value='3' type='xmlXPathError'/>
Daniel Veillarda9b66d02002-12-11 14:23:49 +00004522 <enum name='XPATH_STRING' file='xpath' value='4' type='xmlXPathObjectType'/>
Daniel Veillard000eafb2002-12-12 10:04:22 +00004523 <enum name='XPATH_UNCLOSED_ERROR' file='xpath' value='8' type='xmlXPathError'/>
Daniel Veillarda9b66d02002-12-11 14:23:49 +00004524 <enum name='XPATH_UNDEFINED' file='xpath' value='0' type='xmlXPathObjectType'/>
Daniel Veillard000eafb2002-12-12 10:04:22 +00004525 <enum name='XPATH_UNDEF_PREFIX_ERROR' file='xpath' value='19' type='xmlXPathError'/>
4526 <enum name='XPATH_UNDEF_VARIABLE_ERROR' file='xpath' value='5' type='xmlXPathError'/>
4527 <enum name='XPATH_UNFINISHED_LITERAL_ERROR' file='xpath' value='2' type='xmlXPathError'/>
4528 <enum name='XPATH_UNKNOWN_FUNC_ERROR' file='xpath' value='9' type='xmlXPathError'/>
Daniel Veillarda9b66d02002-12-11 14:23:49 +00004529 <enum name='XPATH_USERS' file='xpath' value='8' type='xmlXPathObjectType'/>
Daniel Veillard000eafb2002-12-12 10:04:22 +00004530 <enum name='XPATH_VARIABLE_REF_ERROR' file='xpath' value='4' type='xmlXPathError'/>
Daniel Veillarda9b66d02002-12-11 14:23:49 +00004531 <enum name='XPATH_XSLT_TREE' file='xpath' value='9' type='xmlXPathObjectType' info=' An XSLT value tree, non modifiable'/>
Daniel Veillard000eafb2002-12-12 10:04:22 +00004532 <enum name='XPTR_RESOURCE_ERROR' file='xpath' value='17' type='xmlXPathError'/>
4533 <enum name='XPTR_SUB_RESOURCE_ERROR' file='xpath' value='18' type='xmlXPathError'/>
4534 <enum name='XPTR_SYNTAX_ERROR' file='xpath' value='16' type='xmlXPathError'/>
Daniel Veillarda9b66d02002-12-11 14:23:49 +00004535 <typedef name='docbDocPtr' file='DOCBparser' type='xmlDocPtr'/>
Daniel Veillarda9b66d02002-12-11 14:23:49 +00004536 <typedef name='docbParserCtxt' file='DOCBparser' type='xmlParserCtxt'/>
4537 <typedef name='docbParserCtxtPtr' file='DOCBparser' type='xmlParserCtxtPtr'/>
4538 <typedef name='docbParserInput' file='DOCBparser' type='xmlParserInput'/>
4539 <typedef name='docbParserInputPtr' file='DOCBparser' type='xmlParserInputPtr'/>
Daniel Veillarda9b66d02002-12-11 14:23:49 +00004540 <typedef name='docbSAXHandler' file='DOCBparser' type='xmlSAXHandler'/>
4541 <typedef name='docbSAXHandlerPtr' file='DOCBparser' type='xmlSAXHandlerPtr'/>
4542 <typedef name='htmlDocPtr' file='HTMLparser' type='xmlDocPtr'/>
Daniel Veillardc1eed322002-12-12 11:01:32 +00004543 <struct name='htmlElemDesc' file='HTMLparser' type='struct _htmlElemDesc'>
4544 <field name='name' type='const char *' info=' The tag name'/>
4545 <field name='startTag' type='char' info=' Whether the start tag can be implied'/>
4546 <field name='endTag' type='char' info=' Whether the end tag can be implied'/>
4547 <field name='saveEndTag' type='char' info=' Whether the end tag should be saved'/>
4548 <field name='empty' type='char' info=' Is this an empty element ?'/>
4549 <field name='depr' type='char' info=' Is this a deprecated element ?'/>
4550 <field name='dtd' type='char' info=' 1: only in Loose DTD, 2: only Frameset one'/>
4551 <field name='isinline' type='char' info=' is this a block 0 or inline 1 element'/>
Daniel Veillard71531f32003-02-05 13:19:53 +00004552 <field name='desc' type='const char *' info=' the description NRK Jan.2003
4553* New fields encapsulating HTML structure
4554*
4555* Bugs:
4556* This is a very limited representation. It fails to tell us when
4557* an element *requires* subelements (we only have whether they&apos;re
4558* allowed or not), and it doesn&apos;t tell us where CDATA and PCDATA
4559* are allowed. Some element relationships are not fully represented:
4560* these are flagged with the word MODIFIER
4561*'/>
4562 <field name='subelts' type='const char **' info=' allowed sub-elements of this element'/>
4563 <field name='defaultsubelt' type='const char *' info=' subelement for suggested auto-repair
4564if necessary or NULL'/>
4565 <field name='attrs_opt' type='const char **' info=' Optional Attributes'/>
4566 <field name='attrs_depr' type='const char **' info=' Additional deprecated attributes'/>
4567 <field name='attrs_req' type='const char **' info=' Required attributes'/>
Daniel Veillardc1eed322002-12-12 11:01:32 +00004568 </struct>
Daniel Veillarda9b66d02002-12-11 14:23:49 +00004569 <typedef name='htmlElemDescPtr' file='HTMLparser' type='htmlElemDesc *'/>
Daniel Veillardc1eed322002-12-12 11:01:32 +00004570 <struct name='htmlEntityDesc' file='HTMLparser' type='struct _htmlEntityDesc'>
4571 <field name='value' type='unsigned int' info=' the UNICODE value for the character'/>
4572 <field name='name' type='const char *' info=' The entity name'/>
4573 <field name='desc' type='const char *' info=' the description'/>
4574 </struct>
Daniel Veillarda9b66d02002-12-11 14:23:49 +00004575 <typedef name='htmlEntityDescPtr' file='HTMLparser' type='htmlEntityDesc *'/>
4576 <typedef name='htmlNodePtr' file='HTMLparser' type='xmlNodePtr'/>
4577 <typedef name='htmlParserCtxt' file='HTMLparser' type='xmlParserCtxt'/>
4578 <typedef name='htmlParserCtxtPtr' file='HTMLparser' type='xmlParserCtxtPtr'/>
4579 <typedef name='htmlParserInput' file='HTMLparser' type='xmlParserInput'/>
4580 <typedef name='htmlParserInputPtr' file='HTMLparser' type='xmlParserInputPtr'/>
4581 <typedef name='htmlParserNodeInfo' file='HTMLparser' type='xmlParserNodeInfo'/>
Daniel Veillarddca8cc72003-09-26 13:53:14 +00004582 <typedef name='htmlParserOption' file='HTMLparser' type='enum'/>
Daniel Veillarda9b66d02002-12-11 14:23:49 +00004583 <typedef name='htmlSAXHandler' file='HTMLparser' type='xmlSAXHandler'/>
4584 <typedef name='htmlSAXHandlerPtr' file='HTMLparser' type='xmlSAXHandlerPtr'/>
Daniel Veillard71531f32003-02-05 13:19:53 +00004585 <typedef name='htmlStatus' file='HTMLparser' type='enum'/>
Daniel Veillarda9b66d02002-12-11 14:23:49 +00004586 <typedef name='xlinkActuate' file='xlink' type='enum'/>
4587 <typedef name='xlinkHRef' file='xlink' type='xmlChar *'/>
Daniel Veillardc1eed322002-12-12 11:01:32 +00004588 <struct name='xlinkHandler' file='xlink' type='struct _xlinkHandler'>
4589 <field name='simple' type='xlinkSimpleLinkFunk' info=''/>
4590 <field name='extended' type='xlinkExtendedLinkFunk' info=''/>
4591 <field name='set' type='xlinkExtendedLinkSetFunk' info=''/>
4592 </struct>
Daniel Veillarda9b66d02002-12-11 14:23:49 +00004593 <typedef name='xlinkHandlerPtr' file='xlink' type='xlinkHandler *'/>
4594 <typedef name='xlinkRole' file='xlink' type='xmlChar *'/>
4595 <typedef name='xlinkShow' file='xlink' type='enum'/>
4596 <typedef name='xlinkTitle' file='xlink' type='xmlChar *'/>
4597 <typedef name='xlinkType' file='xlink' type='enum'/>
Daniel Veillardc1eed322002-12-12 11:01:32 +00004598 <struct name='xmlAttr' file='tree' type='struct _xmlAttr'>
4599 <field name='_private' type='void *' info=' application data'/>
4600 <field name='type' type='xmlElementType' info=' XML_ATTRIBUTE_NODE, must be second !'/>
4601 <field name='name' type='const xmlChar *' info=' the name of the property'/>
4602 <field name='children' type='struct _xmlNode *' info=' the value of the property'/>
4603 <field name='last' type='struct _xmlNode *' info=' NULL'/>
4604 <field name='parent' type='struct _xmlNode *' info=' child-&gt;parent link'/>
4605 <field name='next' type='struct _xmlAttr *' info=' next sibling link '/>
4606 <field name='prev' type='struct _xmlAttr *' info=' previous sibling link '/>
4607 <field name='doc' type='struct _xmlDoc *' info=' the containing document'/>
4608 <field name='ns' type='xmlNs *' info=' pointer to the associated namespace'/>
4609 <field name='atype' type='xmlAttributeType' info=' the attribute type if validating'/>
Daniel Veillardc790bf42003-10-11 10:50:10 +00004610 <field name='psvi' type='void *' info=' for type/PSVI informations'/>
Daniel Veillardc1eed322002-12-12 11:01:32 +00004611 </struct>
Daniel Veillarda9b66d02002-12-11 14:23:49 +00004612 <typedef name='xmlAttrPtr' file='tree' type='xmlAttr *'/>
Daniel Veillardc1eed322002-12-12 11:01:32 +00004613 <struct name='xmlAttribute' file='tree' type='struct _xmlAttribute'>
4614 <field name='_private' type='void *' info=' application data'/>
4615 <field name='type' type='xmlElementType' info=' XML_ATTRIBUTE_DECL, must be second !'/>
4616 <field name='name' type='const xmlChar *' info=' Attribute name'/>
4617 <field name='children' type='struct _xmlNode *' info=' NULL'/>
4618 <field name='last' type='struct _xmlNode *' info=' NULL'/>
4619 <field name='parent' type='struct _xmlDtd *' info=' -&gt; DTD'/>
4620 <field name='next' type='struct _xmlNode *' info=' next sibling link '/>
4621 <field name='prev' type='struct _xmlNode *' info=' previous sibling link '/>
4622 <field name='doc' type='struct _xmlDoc *' info=' the containing document'/>
4623 <field name='nexth' type='struct _xmlAttribute *' info=' next in hash table'/>
4624 <field name='atype' type='xmlAttributeType' info=' The attribute type'/>
4625 <field name='def' type='xmlAttributeDefault' info=' the default'/>
4626 <field name='defaultValue' type='const xmlChar *' info=' or the default value'/>
4627 <field name='tree' type='xmlEnumerationPtr' info=' or the enumeration tree if any'/>
4628 <field name='prefix' type='const xmlChar *' info=' the namespace prefix if any'/>
4629 <field name='elem' type='const xmlChar *' info=' Element holding the attribute'/>
4630 </struct>
Daniel Veillarda9b66d02002-12-11 14:23:49 +00004631 <typedef name='xmlAttributeDefault' file='tree' type='enum'/>
4632 <typedef name='xmlAttributePtr' file='tree' type='xmlAttribute *'/>
4633 <struct name='xmlAttributeTable' file='valid' type='struct _xmlHashTable'/>
4634 <typedef name='xmlAttributeTablePtr' file='valid' type='xmlAttributeTable *'/>
4635 <typedef name='xmlAttributeType' file='tree' type='enum'/>
4636 <struct name='xmlAutomata' file='xmlautomata' type='struct _xmlAutomata'/>
4637 <typedef name='xmlAutomataPtr' file='xmlautomata' type='xmlAutomata *'/>
4638 <struct name='xmlAutomataState' file='xmlautomata' type='struct _xmlAutomataState'/>
4639 <typedef name='xmlAutomataStatePtr' file='xmlautomata' type='xmlAutomataState *'/>
Daniel Veillardc1eed322002-12-12 11:01:32 +00004640 <struct name='xmlBuffer' file='tree' type='struct _xmlBuffer'>
4641 <field name='content' type='xmlChar *' info=' The buffer content UTF8'/>
4642 <field name='use' type='unsigned int' info=' The buffer size used'/>
4643 <field name='size' type='unsigned int' info=' The buffer size'/>
4644 <field name='alloc' type='xmlBufferAllocationScheme' info=' The realloc method'/>
4645 </struct>
Daniel Veillarda9b66d02002-12-11 14:23:49 +00004646 <typedef name='xmlBufferAllocationScheme' file='tree' type='enum'/>
4647 <typedef name='xmlBufferPtr' file='tree' type='xmlBuffer *'/>
4648 <struct name='xmlCatalog' file='catalog' type='struct _xmlCatalog'/>
4649 <typedef name='xmlCatalogAllow' file='catalog' type='enum'/>
4650 <typedef name='xmlCatalogPrefer' file='catalog' type='enum'/>
4651 <typedef name='xmlCatalogPtr' file='catalog' type='xmlCatalog *'/>
Daniel Veillard78697292003-10-19 20:44:43 +00004652 <struct name='xmlChLRange' file='chvalid' type='struct _xmlChLRange'>
4653 <field name='low' type='unsigned int' info=''/>
4654 <field name='high' type='unsigned int' info=''/>
4655 </struct>
4656 <typedef name='xmlChLRangePtr' file='chvalid' type='xmlChLRange *'/>
4657 <struct name='xmlChRangeGroup' file='chvalid' type='struct _xmlChRangeGroup'>
4658 <field name='nbShortRange' type='int' info=''/>
4659 <field name='nbLongRange' type='int' info=''/>
4660 <field name='shortRange' type='xmlChSRangePtr' info=' points to an array of ranges'/>
4661 <field name='longRange' type='xmlChLRangePtr' info=''/>
4662 </struct>
4663 <typedef name='xmlChRangeGroupPtr' file='chvalid' type='xmlChRangeGroup *'/>
4664 <struct name='xmlChSRange' file='chvalid' type='struct _xmlChSRange'>
4665 <field name='low' type='unsigned short' info=''/>
4666 <field name='high' type='unsigned short' info=''/>
4667 </struct>
4668 <typedef name='xmlChSRangePtr' file='chvalid' type='xmlChSRange *'/>
William M. Bracka2e844a2004-01-06 11:52:13 +00004669 <typedef name='xmlChar' file='xmlstring' type='unsigned char'/>
Daniel Veillarda9b66d02002-12-11 14:23:49 +00004670 <typedef name='xmlCharEncoding' file='encoding' type='enum'/>
Daniel Veillardc1eed322002-12-12 11:01:32 +00004671 <struct name='xmlCharEncodingHandler' file='encoding' type='struct _xmlCharEncodingHandler'>
4672 <field name='name' type='char *' info=''/>
4673 <field name='input' type='xmlCharEncodingInputFunc' info=''/>
4674 <field name='output' type='xmlCharEncodingOutputFunc' info=''/>
4675 <field name='iconv_in' type='iconv_t' info=''/>
4676 <field name='iconv_out' type='iconv_t' info=''/>
4677 </struct>
Daniel Veillarda9b66d02002-12-11 14:23:49 +00004678 <typedef name='xmlCharEncodingHandlerPtr' file='encoding' type='xmlCharEncodingHandler *'/>
Daniel Veillard2fdbd322003-08-18 12:15:38 +00004679 <struct name='xmlDict' file='dict' type='struct _xmlDict'/>
4680 <typedef name='xmlDictPtr' file='dict' type='xmlDict *'/>
Daniel Veillardc1eed322002-12-12 11:01:32 +00004681 <struct name='xmlDoc' file='tree' type='struct _xmlDoc'>
4682 <field name='_private' type='void *' info=' application data'/>
4683 <field name='type' type='xmlElementType' info=' XML_DOCUMENT_NODE, must be second !'/>
4684 <field name='name' type='char *' info=' name/filename/URI of the document'/>
4685 <field name='children' type='struct _xmlNode *' info=' the document tree'/>
4686 <field name='last' type='struct _xmlNode *' info=' last child link'/>
4687 <field name='parent' type='struct _xmlNode *' info=' child-&gt;parent link'/>
4688 <field name='next' type='struct _xmlNode *' info=' next sibling link '/>
4689 <field name='prev' type='struct _xmlNode *' info=' previous sibling link '/>
4690 <field name='doc' type='struct _xmlDoc *' info=' autoreference to itself End of common part'/>
4691 <field name='compression' type='int' info=' level of zlib compression'/>
4692 <field name='standalone' type='int' info=' standalone document (no external refs)'/>
4693 <field name='intSubset' type='struct _xmlDtd *' info=' the document internal subset'/>
4694 <field name='extSubset' type='struct _xmlDtd *' info=' the document external subset'/>
4695 <field name='oldNs' type='struct _xmlNs *' info=' Global namespace, the old way'/>
4696 <field name='version' type='const xmlChar *' info=' the XML version string'/>
4697 <field name='encoding' type='const xmlChar *' info=' external initial encoding, if any'/>
4698 <field name='ids' type='void *' info=' Hash table for ID attributes if any'/>
4699 <field name='refs' type='void *' info=' Hash table for IDREFs attributes if any'/>
4700 <field name='URL' type='const xmlChar *' info=' The URI for that document'/>
4701 <field name='charset' type='int' info=' encoding of the in-memory content
4702actually an xmlCharEncoding'/>
Daniel Veillarde24c7dc2003-08-29 06:03:38 +00004703 <field name='dict' type='struct _xmlDict *' info=' dict used to allocate names or NULL'/>
Daniel Veillardc790bf42003-10-11 10:50:10 +00004704 <field name='psvi' type='void *' info=' for type/PSVI informations'/>
Daniel Veillardc1eed322002-12-12 11:01:32 +00004705 </struct>
Daniel Veillarda9b66d02002-12-11 14:23:49 +00004706 <typedef name='xmlDocPtr' file='tree' type='xmlDoc *'/>
Daniel Veillardc1eed322002-12-12 11:01:32 +00004707 <struct name='xmlDtd' file='tree' type='struct _xmlDtd'>
4708 <field name='_private' type='void *' info=' application data'/>
4709 <field name='type' type='xmlElementType' info=' XML_DTD_NODE, must be second !'/>
4710 <field name='name' type='const xmlChar *' info=' Name of the DTD'/>
4711 <field name='children' type='struct _xmlNode *' info=' the value of the property link'/>
4712 <field name='last' type='struct _xmlNode *' info=' last child link'/>
4713 <field name='parent' type='struct _xmlDoc *' info=' child-&gt;parent link'/>
4714 <field name='next' type='struct _xmlNode *' info=' next sibling link '/>
4715 <field name='prev' type='struct _xmlNode *' info=' previous sibling link '/>
4716 <field name='doc' type='struct _xmlDoc *' info=' the containing document End of common part'/>
4717 <field name='notations' type='void *' info=' Hash table for notations if any'/>
4718 <field name='elements' type='void *' info=' Hash table for elements if any'/>
4719 <field name='attributes' type='void *' info=' Hash table for attributes if any'/>
4720 <field name='entities' type='void *' info=' Hash table for entities if any'/>
4721 <field name='ExternalID' type='const xmlChar *' info=' External identifier for PUBLIC DTD'/>
4722 <field name='SystemID' type='const xmlChar *' info=' URI for a SYSTEM or PUBLIC DTD'/>
4723 <field name='pentities' type='void *' info=' Hash table for param entities if any'/>
4724 </struct>
Daniel Veillarda9b66d02002-12-11 14:23:49 +00004725 <typedef name='xmlDtdPtr' file='tree' type='xmlDtd *'/>
Daniel Veillardc1eed322002-12-12 11:01:32 +00004726 <struct name='xmlElement' file='tree' type='struct _xmlElement'>
4727 <field name='_private' type='void *' info=' application data'/>
4728 <field name='type' type='xmlElementType' info=' XML_ELEMENT_DECL, must be second !'/>
4729 <field name='name' type='const xmlChar *' info=' Element name'/>
4730 <field name='children' type='struct _xmlNode *' info=' NULL'/>
4731 <field name='last' type='struct _xmlNode *' info=' NULL'/>
4732 <field name='parent' type='struct _xmlDtd *' info=' -&gt; DTD'/>
4733 <field name='next' type='struct _xmlNode *' info=' next sibling link '/>
4734 <field name='prev' type='struct _xmlNode *' info=' previous sibling link '/>
4735 <field name='doc' type='struct _xmlDoc *' info=' the containing document'/>
4736 <field name='etype' type='xmlElementTypeVal' info=' The type'/>
4737 <field name='content' type='xmlElementContentPtr' info=' the allowed element content'/>
4738 <field name='attributes' type='xmlAttributePtr' info=' List of the declared attributes'/>
4739 <field name='prefix' type='const xmlChar *' info=' the namespace prefix if any'/>
4740 <field name='contModel' type='xmlRegexpPtr' info=' the validating regexp'/>
4741 <field name='contModel' type='void *' info=''/>
4742 </struct>
4743 <struct name='xmlElementContent' file='tree' type='struct _xmlElementContent'>
4744 <field name='type' type='xmlElementContentType' info=' PCDATA, ELEMENT, SEQ or OR'/>
4745 <field name='ocur' type='xmlElementContentOccur' info=' ONCE, OPT, MULT or PLUS'/>
4746 <field name='name' type='const xmlChar *' info=' Element name'/>
4747 <field name='c1' type='struct _xmlElementContent *' info=' first child'/>
4748 <field name='c2' type='struct _xmlElementContent *' info=' second child'/>
4749 <field name='parent' type='struct _xmlElementContent *' info=' parent'/>
4750 <field name='prefix' type='const xmlChar *' info=' Namespace prefix'/>
4751 </struct>
Daniel Veillarda9b66d02002-12-11 14:23:49 +00004752 <typedef name='xmlElementContentOccur' file='tree' type='enum'/>
4753 <typedef name='xmlElementContentPtr' file='tree' type='xmlElementContent *'/>
4754 <typedef name='xmlElementContentType' file='tree' type='enum'/>
4755 <typedef name='xmlElementPtr' file='tree' type='xmlElement *'/>
4756 <struct name='xmlElementTable' file='valid' type='struct _xmlHashTable'/>
4757 <typedef name='xmlElementTablePtr' file='valid' type='xmlElementTable *'/>
4758 <typedef name='xmlElementType' file='tree' type='enum'/>
4759 <typedef name='xmlElementTypeVal' file='tree' type='enum'/>
4760 <struct name='xmlEntitiesTable' file='entities' type='struct _xmlHashTable'/>
4761 <typedef name='xmlEntitiesTablePtr' file='entities' type='xmlEntitiesTable *'/>
Daniel Veillardc1eed322002-12-12 11:01:32 +00004762 <struct name='xmlEntity' file='tree' type='struct _xmlEntity'>
4763 <field name='_private' type='void *' info=' application data'/>
4764 <field name='type' type='xmlElementType' info=' XML_ENTITY_DECL, must be second !'/>
4765 <field name='name' type='const xmlChar *' info=' Entity name'/>
4766 <field name='children' type='struct _xmlNode *' info=' First child link'/>
4767 <field name='last' type='struct _xmlNode *' info=' Last child link'/>
4768 <field name='parent' type='struct _xmlDtd *' info=' -&gt; DTD'/>
4769 <field name='next' type='struct _xmlNode *' info=' next sibling link '/>
4770 <field name='prev' type='struct _xmlNode *' info=' previous sibling link '/>
4771 <field name='doc' type='struct _xmlDoc *' info=' the containing document'/>
4772 <field name='orig' type='xmlChar *' info=' content without ref substitution'/>
4773 <field name='content' type='xmlChar *' info=' content or ndata if unparsed'/>
4774 <field name='length' type='int' info=' the content length'/>
4775 <field name='etype' type='xmlEntityType' info=' The entity type'/>
4776 <field name='ExternalID' type='const xmlChar *' info=' External identifier for PUBLIC'/>
4777 <field name='SystemID' type='const xmlChar *' info=' URI for a SYSTEM or PUBLIC Entity'/>
4778 <field name='nexte' type='struct _xmlEntity *' info=' unused'/>
4779 <field name='URI' type='const xmlChar *' info=' the full URI as computed'/>
Daniel Veillard7b4b2f92003-01-06 13:11:20 +00004780 <field name='owner' type='int' info=' does the entity own the childrens'/>
Daniel Veillardc1eed322002-12-12 11:01:32 +00004781 </struct>
Daniel Veillarda9b66d02002-12-11 14:23:49 +00004782 <typedef name='xmlEntityPtr' file='tree' type='xmlEntity *'/>
4783 <typedef name='xmlEntityType' file='entities' type='enum'/>
Daniel Veillardc1eed322002-12-12 11:01:32 +00004784 <struct name='xmlEnumeration' file='tree' type='struct _xmlEnumeration'>
4785 <field name='next' type='struct _xmlEnumeration *' info=' next one'/>
4786 <field name='name' type='const xmlChar *' info=' Enumeration name'/>
4787 </struct>
Daniel Veillarda9b66d02002-12-11 14:23:49 +00004788 <typedef name='xmlEnumerationPtr' file='tree' type='xmlEnumeration *'/>
Daniel Veillard2b8c4a12003-10-02 22:28:19 +00004789 <struct name='xmlError' file='xmlerror' type='struct _xmlError'>
4790 <field name='domain' type='int' info=' What part of the library raised this error'/>
4791 <field name='code' type='int' info=' The error code, e.g. an xmlParserError'/>
4792 <field name='message' type='char *' info=' human-readable informative error message'/>
4793 <field name='level' type='xmlErrorLevel' info=' how consequent is the error'/>
4794 <field name='file' type='char *' info=' the filename'/>
4795 <field name='line' type='int' info=' the line number if available'/>
4796 <field name='str1' type='char *' info=' extra string information'/>
4797 <field name='str2' type='char *' info=' extra string information'/>
Daniel Veillardcd6ff282003-10-08 22:38:13 +00004798 <field name='str3' type='char *' info=' extra string information'/>
Daniel Veillard2b8c4a12003-10-02 22:28:19 +00004799 <field name='int1' type='int' info=' extra number information'/>
4800 <field name='int2' type='int' info=' extra number information'/>
Daniel Veillardcd6ff282003-10-08 22:38:13 +00004801 <field name='ctxt' type='void *' info=' the parser context if available'/>
4802 <field name='node' type='void *' info=' the node in the tree'/>
Daniel Veillard2b8c4a12003-10-02 22:28:19 +00004803 </struct>
4804 <typedef name='xmlErrorDomain' file='xmlerror' type='enum'/>
4805 <typedef name='xmlErrorLevel' file='xmlerror' type='enum'/>
4806 <typedef name='xmlErrorPtr' file='xmlerror' type='xmlError *'/>
Daniel Veillardc1eed322002-12-12 11:01:32 +00004807 <struct name='xmlGlobalState' file='globals' type='struct _xmlGlobalState'>
4808 <field name='xmlParserVersion' type='const char *' info=''/>
4809 <field name='xmlDefaultSAXLocator' type='xmlSAXLocator' info=''/>
Daniel Veillard092643b2003-09-25 14:29:29 +00004810 <field name='xmlDefaultSAXHandler' type='xmlSAXHandlerV1' info=''/>
4811 <field name='docbDefaultSAXHandler' type='xmlSAXHandlerV1' info=''/>
4812 <field name='htmlDefaultSAXHandler' type='xmlSAXHandlerV1' info=''/>
Daniel Veillardc1eed322002-12-12 11:01:32 +00004813 <field name='xmlFree' type='xmlFreeFunc' info=''/>
4814 <field name='xmlMalloc' type='xmlMallocFunc' info=''/>
4815 <field name='xmlMemStrdup' type='xmlStrdupFunc' info=''/>
4816 <field name='xmlRealloc' type='xmlReallocFunc' info=''/>
4817 <field name='xmlGenericError' type='xmlGenericErrorFunc' info=''/>
Daniel Veillardc790bf42003-10-11 10:50:10 +00004818 <field name='xmlStructuredError' type='xmlStructuredErrorFunc' info=''/>
Daniel Veillardc1eed322002-12-12 11:01:32 +00004819 <field name='xmlGenericErrorContext' type='void *' info=''/>
4820 <field name='oldXMLWDcompatibility' type='int' info=''/>
4821 <field name='xmlBufferAllocScheme' type='xmlBufferAllocationScheme' info=''/>
4822 <field name='xmlDefaultBufferSize' type='int' info=''/>
4823 <field name='xmlSubstituteEntitiesDefaultValue' type='int' info=''/>
4824 <field name='xmlDoValidityCheckingDefaultValue' type='int' info=''/>
4825 <field name='xmlGetWarningsDefaultValue' type='int' info=''/>
4826 <field name='xmlKeepBlanksDefaultValue' type='int' info=''/>
4827 <field name='xmlLineNumbersDefaultValue' type='int' info=''/>
4828 <field name='xmlLoadExtDtdDefaultValue' type='int' info=''/>
4829 <field name='xmlParserDebugEntities' type='int' info=''/>
4830 <field name='xmlPedanticParserDefaultValue' type='int' info=''/>
4831 <field name='xmlSaveNoEmptyTags' type='int' info=''/>
4832 <field name='xmlIndentTreeOutput' type='int' info=''/>
4833 <field name='xmlTreeIndentString' type='const char *' info=''/>
Daniel Veillard7b4b2f92003-01-06 13:11:20 +00004834 <field name='xmlRegisterNodeDefaultValue' type='xmlRegisterNodeFunc' info=''/>
4835 <field name='xmlDeregisterNodeDefaultValue' type='xmlDeregisterNodeFunc' info=''/>
Daniel Veillardde0a0a52003-04-24 17:12:57 +00004836 <field name='xmlMallocAtomic' type='xmlMallocFunc' info=''/>
Daniel Veillard2b8c4a12003-10-02 22:28:19 +00004837 <field name='xmlLastError' type='xmlError' info=''/>
Daniel Veillardc1eed322002-12-12 11:01:32 +00004838 </struct>
Daniel Veillarda9b66d02002-12-11 14:23:49 +00004839 <typedef name='xmlGlobalStatePtr' file='globals' type='xmlGlobalState *'/>
4840 <struct name='xmlHashTable' file='hash' type='struct _xmlHashTable'/>
4841 <typedef name='xmlHashTablePtr' file='hash' type='xmlHashTable *'/>
Daniel Veillardc1eed322002-12-12 11:01:32 +00004842 <struct name='xmlID' file='tree' type='struct _xmlID'>
4843 <field name='next' type='struct _xmlID *' info=' next ID'/>
4844 <field name='value' type='const xmlChar *' info=' The ID name'/>
4845 <field name='attr' type='xmlAttrPtr' info=' The attribute holding it'/>
Daniel Veillard4258b9c2002-12-20 10:29:40 +00004846 <field name='name' type='const xmlChar *' info=' The attribute if attr is not available'/>
4847 <field name='lineno' type='int' info=' The line number if attr is not available'/>
Daniel Veillard2925c0a2003-11-17 13:58:17 +00004848 <field name='doc' type='struct _xmlDoc *' info=' The document holding the ID'/>
Daniel Veillardc1eed322002-12-12 11:01:32 +00004849 </struct>
Daniel Veillarda9b66d02002-12-11 14:23:49 +00004850 <typedef name='xmlIDPtr' file='tree' type='xmlID *'/>
4851 <struct name='xmlIDTable' file='valid' type='struct _xmlHashTable'/>
4852 <typedef name='xmlIDTablePtr' file='valid' type='xmlIDTable *'/>
4853 <struct name='xmlLink' file='list' type='struct _xmlLink'/>
4854 <typedef name='xmlLinkPtr' file='list' type='xmlLink *'/>
4855 <struct name='xmlList' file='list' type='struct _xmlList'/>
4856 <typedef name='xmlListPtr' file='list' type='xmlList *'/>
Daniel Veillardc1eed322002-12-12 11:01:32 +00004857 <struct name='xmlLocationSet' file='xpointer' type='struct _xmlLocationSet'>
4858 <field name='locNr' type='int' info=' number of locations in the set'/>
4859 <field name='locMax' type='int' info=' size of the array as allocated'/>
4860 <field name='locTab' type='xmlXPathObjectPtr *' info=' array of locations'/>
4861 </struct>
Daniel Veillarda9b66d02002-12-11 14:23:49 +00004862 <typedef name='xmlLocationSetPtr' file='xpointer' type='xmlLocationSet *'/>
4863 <struct name='xmlMutex' file='threads' type='struct _xmlMutex'/>
4864 <typedef name='xmlMutexPtr' file='threads' type='xmlMutex *'/>
Daniel Veillardc1eed322002-12-12 11:01:32 +00004865 <struct name='xmlNode' file='tree' type='struct _xmlNode'>
4866 <field name='_private' type='void *' info=' application data'/>
4867 <field name='type' type='xmlElementType' info=' type number, must be second !'/>
4868 <field name='name' type='const xmlChar *' info=' the name of the node, or the entity'/>
4869 <field name='children' type='struct _xmlNode *' info=' parent-&gt;childs link'/>
4870 <field name='last' type='struct _xmlNode *' info=' last child link'/>
4871 <field name='parent' type='struct _xmlNode *' info=' child-&gt;parent link'/>
4872 <field name='next' type='struct _xmlNode *' info=' next sibling link '/>
4873 <field name='prev' type='struct _xmlNode *' info=' previous sibling link '/>
4874 <field name='doc' type='struct _xmlDoc *' info=' the containing document End of common part'/>
4875 <field name='ns' type='xmlNs *' info=' pointer to the associated namespace'/>
4876 <field name='content' type='xmlChar *' info=' the content'/>
4877 <field name='properties' type='struct _xmlAttr *' info=' properties list'/>
4878 <field name='nsDef' type='xmlNs *' info=' namespace definitions on this node'/>
Daniel Veillardc790bf42003-10-11 10:50:10 +00004879 <field name='psvi' type='void *' info=' for type/PSVI informations'/>
Daniel Veillard1d211e22003-10-20 22:32:39 +00004880 <field name='line' type='unsigned short' info=' line number'/>
4881 <field name='extra' type='unsigned short' info=' extra data for XPath/XSLT'/>
Daniel Veillardc1eed322002-12-12 11:01:32 +00004882 </struct>
Daniel Veillarda9b66d02002-12-11 14:23:49 +00004883 <typedef name='xmlNodePtr' file='tree' type='xmlNode *'/>
Daniel Veillardc1eed322002-12-12 11:01:32 +00004884 <struct name='xmlNodeSet' file='xpath' type='struct _xmlNodeSet'>
4885 <field name='nodeNr' type='int' info=' number of nodes in the set'/>
4886 <field name='nodeMax' type='int' info=' size of the array as allocated'/>
4887 <field name='nodeTab' type='xmlNodePtr *' info=' array of nodes in no particular order @@ with_ns to check wether namespace nodes should be looked at @@'/>
4888 </struct>
Daniel Veillarda9b66d02002-12-11 14:23:49 +00004889 <typedef name='xmlNodeSetPtr' file='xpath' type='xmlNodeSet *'/>
Daniel Veillardc1eed322002-12-12 11:01:32 +00004890 <struct name='xmlNotation' file='tree' type='struct _xmlNotation'>
4891 <field name='name' type='const xmlChar *' info=' Notation name'/>
4892 <field name='PublicID' type='const xmlChar *' info=' Public identifier, if any'/>
4893 <field name='SystemID' type='const xmlChar *' info=' System identifier, if any'/>
4894 </struct>
Daniel Veillarda9b66d02002-12-11 14:23:49 +00004895 <typedef name='xmlNotationPtr' file='tree' type='xmlNotation *'/>
4896 <struct name='xmlNotationTable' file='valid' type='struct _xmlHashTable'/>
4897 <typedef name='xmlNotationTablePtr' file='valid' type='xmlNotationTable *'/>
Daniel Veillardc1eed322002-12-12 11:01:32 +00004898 <struct name='xmlNs' file='tree' type='struct _xmlNs'>
4899 <field name='next' type='struct _xmlNs *' info=' next Ns link for this node '/>
4900 <field name='type' type='xmlNsType' info=' global or local'/>
4901 <field name='href' type='const xmlChar *' info=' URL for the namespace'/>
4902 <field name='prefix' type='const xmlChar *' info=' prefix for the namespace'/>
4903 <field name='_private' type='void *' info=' application data'/>
4904 </struct>
Daniel Veillarda9b66d02002-12-11 14:23:49 +00004905 <typedef name='xmlNsPtr' file='tree' type='xmlNs *'/>
4906 <typedef name='xmlNsType' file='tree' type='xmlElementType'/>
Daniel Veillardc1eed322002-12-12 11:01:32 +00004907 <struct name='xmlOutputBuffer' file='tree' type='struct _xmlOutputBuffer'>
4908 <field name='context' type='void *' info=''/>
4909 <field name='writecallback' type='xmlOutputWriteCallback' info=''/>
4910 <field name='closecallback' type='xmlOutputCloseCallback' info=''/>
4911 <field name='encoder' type='xmlCharEncodingHandlerPtr' info=' I18N conversions to UTF-8'/>
4912 <field name='buffer' type='xmlBufferPtr' info=' Local buffer encoded in UTF-8 or ISOLatin'/>
4913 <field name='conv' type='xmlBufferPtr' info=' if encoder != NULL buffer for output'/>
4914 <field name='written' type='int' info=' total number of byte written'/>
Daniel Veillardcd6ff282003-10-08 22:38:13 +00004915 <field name='error' type='int' info=''/>
Daniel Veillardc1eed322002-12-12 11:01:32 +00004916 </struct>
Daniel Veillarda9b66d02002-12-11 14:23:49 +00004917 <typedef name='xmlOutputBufferPtr' file='tree' type='xmlOutputBuffer *'/>
Daniel Veillardc1eed322002-12-12 11:01:32 +00004918 <struct name='xmlParserCtxt' file='tree' type='struct _xmlParserCtxt'>
4919 <field name='sax' type='struct _xmlSAXHandler *' info=' The SAX handler'/>
4920 <field name='userData' type='void *' info=' For SAX interface only, used by DOM build'/>
4921 <field name='myDoc' type='xmlDocPtr' info=' the document being built'/>
4922 <field name='wellFormed' type='int' info=' is the document well formed'/>
4923 <field name='replaceEntities' type='int' info=' shall we replace entities ?'/>
4924 <field name='version' type='const xmlChar *' info=' the XML version string'/>
4925 <field name='encoding' type='const xmlChar *' info=' the declared encoding, if any'/>
4926 <field name='standalone' type='int' info=' standalone document'/>
4927 <field name='html' type='int' info=' an HTML(1)/Docbook(2) document Input stream stack'/>
4928 <field name='input' type='xmlParserInputPtr' info=' Current input stream'/>
4929 <field name='inputNr' type='int' info=' Number of current input streams'/>
4930 <field name='inputMax' type='int' info=' Max number of input streams'/>
4931 <field name='inputTab' type='xmlParserInputPtr *' info=' stack of inputs Node analysis stack only used for DOM building'/>
4932 <field name='node' type='xmlNodePtr' info=' Current parsed Node'/>
4933 <field name='nodeNr' type='int' info=' Depth of the parsing stack'/>
4934 <field name='nodeMax' type='int' info=' Max depth of the parsing stack'/>
4935 <field name='nodeTab' type='xmlNodePtr *' info=' array of nodes'/>
4936 <field name='record_info' type='int' info=' Whether node info should be kept'/>
4937 <field name='node_seq' type='xmlParserNodeInfoSeq' info=' info about each node parsed'/>
4938 <field name='errNo' type='int' info=' error code'/>
4939 <field name='hasExternalSubset' type='int' info=' reference and external subset'/>
4940 <field name='hasPErefs' type='int' info=' the internal subset has PE refs'/>
4941 <field name='external' type='int' info=' are we parsing an external entity'/>
4942 <field name='valid' type='int' info=' is the document valid'/>
4943 <field name='validate' type='int' info=' shall we try to validate ?'/>
4944 <field name='vctxt' type='xmlValidCtxt' info=' The validity context'/>
4945 <field name='instate' type='xmlParserInputState' info=' current type of input'/>
4946 <field name='token' type='int' info=' next char look-ahead'/>
4947 <field name='directory' type='char *' info=' the data directory Node name stack'/>
Daniel Veillard2fdbd322003-08-18 12:15:38 +00004948 <field name='name' type='const xmlChar *' info=' Current parsed Node'/>
Daniel Veillardc1eed322002-12-12 11:01:32 +00004949 <field name='nameNr' type='int' info=' Depth of the parsing stack'/>
4950 <field name='nameMax' type='int' info=' Max depth of the parsing stack'/>
Daniel Veillard2fdbd322003-08-18 12:15:38 +00004951 <field name='nameTab' type='const xmlChar * *' info=' array of nodes'/>
Daniel Veillardc1eed322002-12-12 11:01:32 +00004952 <field name='nbChars' type='long' info=' number of xmlChar processed'/>
4953 <field name='checkIndex' type='long' info=' used by progressive parsing lookup'/>
4954 <field name='keepBlanks' type='int' info=' ugly but ...'/>
4955 <field name='disableSAX' type='int' info=' SAX callbacks are disabled'/>
4956 <field name='inSubset' type='int' info=' Parsing is in int 1/ext 2 subset'/>
Daniel Veillard2fdbd322003-08-18 12:15:38 +00004957 <field name='intSubName' type='const xmlChar *' info=' name of subset'/>
Daniel Veillardc1eed322002-12-12 11:01:32 +00004958 <field name='extSubURI' type='xmlChar *' info=' URI of external subset'/>
4959 <field name='extSubSystem' type='xmlChar *' info=' SYSTEM ID of external subset xml:space values'/>
4960 <field name='space' type='int *' info=' Should the parser preserve spaces'/>
4961 <field name='spaceNr' type='int' info=' Depth of the parsing stack'/>
4962 <field name='spaceMax' type='int' info=' Max depth of the parsing stack'/>
4963 <field name='spaceTab' type='int *' info=' array of space infos'/>
4964 <field name='depth' type='int' info=' to prevent entity substitution loops'/>
4965 <field name='entity' type='xmlParserInputPtr' info=' used to check entities boundaries'/>
4966 <field name='charset' type='int' info=' encoding of the in-memory content
4967actually an xmlCharEncoding'/>
4968 <field name='nodelen' type='int' info=' Those two fields are there to'/>
4969 <field name='nodemem' type='int' info=' Speed up large node parsing'/>
4970 <field name='pedantic' type='int' info=' signal pedantic warnings'/>
4971 <field name='_private' type='void *' info=' For user data, libxml won&apos;t touch it'/>
4972 <field name='loadsubset' type='int' info=' should the external subset be loaded'/>
4973 <field name='linenumbers' type='int' info=' set line number in element content'/>
4974 <field name='catalogs' type='void *' info=' document&apos;s own catalog'/>
4975 <field name='recovery' type='int' info=' run in recovery mode'/>
Daniel Veillardde0a0a52003-04-24 17:12:57 +00004976 <field name='progressive' type='int' info=' is this a progressive parsing'/>
Daniel Veillard2fdbd322003-08-18 12:15:38 +00004977 <field name='dict' type='xmlDictPtr' info=' dictionnary for the parser'/>
William M. Brackcdfa2862003-08-29 06:03:38 +00004978 <field name='atts' type='const xmlChar * *' info=' array for the attributes callbacks'/>
4979 <field name='maxatts' type='int' info=' the size of the array'/>
Daniel Veillarde24c7dc2003-08-29 06:03:38 +00004980 <field name='docdict' type='int' info='* pre-interned strings
4981*'/>
4982 <field name='str_xml' type='const xmlChar *' info=''/>
4983 <field name='str_xmlns' type='const xmlChar *' info=''/>
4984 <field name='str_xml_ns' type='const xmlChar *' info='* Everything below is used only by the new SAX mode
4985*'/>
4986 <field name='sax2' type='int' info=' operating in the new SAX mode'/>
4987 <field name='nsNr' type='int' info=' the number of inherited namespaces'/>
4988 <field name='nsMax' type='int' info=' the size of the arrays'/>
4989 <field name='nsTab' type='const xmlChar * *' info=' the array of prefix/namespace name'/>
4990 <field name='attallocs' type='int *' info=' which attribute were allocated'/>
4991 <field name='pushTab' type='void * *' info=' array of data for push'/>
4992 <field name='attsDefault' type='xmlHashTablePtr' info=' defaulted attributes if any'/>
4993 <field name='attsSpecial' type='xmlHashTablePtr' info=' non-CDATA attributes if any'/>
Daniel Veillarddca8cc72003-09-26 13:53:14 +00004994 <field name='nsWellFormed' type='int' info=' is the document XML Nanespace okay'/>
4995 <field name='options' type='int' info='* Those fields are needed only for treaming parsing so far
Daniel Veillarde72c5082003-09-19 12:44:05 +00004996*'/>
4997 <field name='dictNames' type='int' info=' Use dictionary names for the tree'/>
4998 <field name='freeElemsNr' type='int' info=' number of freed element nodes'/>
4999 <field name='freeElems' type='xmlNodePtr' info=' List of freed element nodes'/>
5000 <field name='freeAttrsNr' type='int' info=' number of freed attributes nodes'/>
Daniel Veillardcd6ff282003-10-08 22:38:13 +00005001 <field name='freeAttrs' type='xmlAttrPtr' info='* the complete error informations for the last error.
5002*'/>
5003 <field name='lastError' type='xmlError' info=''/>
Daniel Veillardc1eed322002-12-12 11:01:32 +00005004 </struct>
Daniel Veillarda9b66d02002-12-11 14:23:49 +00005005 <typedef name='xmlParserCtxtPtr' file='tree' type='xmlParserCtxt *'/>
5006 <typedef name='xmlParserErrors' file='xmlerror' type='enum'/>
Daniel Veillardc1eed322002-12-12 11:01:32 +00005007 <struct name='xmlParserInput' file='tree' type='struct _xmlParserInput'>
5008 <field name='buf' type='xmlParserInputBufferPtr' info=' UTF-8 encoded buffer'/>
5009 <field name='filename' type='const char *' info=' The file analyzed, if any'/>
5010 <field name='directory' type='const char *' info=' the directory/base of the file'/>
5011 <field name='base' type='const xmlChar *' info=' Base of the array to parse'/>
5012 <field name='cur' type='const xmlChar *' info=' Current char being parsed'/>
5013 <field name='end' type='const xmlChar *' info=' end of the array to parse'/>
5014 <field name='length' type='int' info=' length if known'/>
5015 <field name='line' type='int' info=' Current line'/>
Daniel Veillard84942712003-04-18 14:40:05 +00005016 <field name='col' type='int' info='* NOTE: consumed is only tested for equality in the parser code,
5017* so even if there is an overflow this should not give troubles
5018* for parsing very large instances.
5019*'/>
5020 <field name='consumed' type='unsigned long' info=' How many xmlChars already consumed'/>
Daniel Veillardc1eed322002-12-12 11:01:32 +00005021 <field name='free' type='xmlParserInputDeallocate' info=' function to deallocate the base'/>
5022 <field name='encoding' type='const xmlChar *' info=' the encoding string for entity'/>
5023 <field name='version' type='const xmlChar *' info=' the version string for entity'/>
5024 <field name='standalone' type='int' info=' Was that entity marked standalone'/>
Daniel Veillarde72c5082003-09-19 12:44:05 +00005025 <field name='id' type='int' info=' an unique identifier for the entity'/>
Daniel Veillardc1eed322002-12-12 11:01:32 +00005026 </struct>
5027 <struct name='xmlParserInputBuffer' file='tree' type='struct _xmlParserInputBuffer'>
5028 <field name='context' type='void *' info=''/>
5029 <field name='readcallback' type='xmlInputReadCallback' info=''/>
5030 <field name='closecallback' type='xmlInputCloseCallback' info=''/>
5031 <field name='encoder' type='xmlCharEncodingHandlerPtr' info=' I18N conversions to UTF-8'/>
5032 <field name='buffer' type='xmlBufferPtr' info=' Local buffer encoded in UTF-8'/>
5033 <field name='raw' type='xmlBufferPtr' info=' if encoder != NULL buffer for raw input'/>
Daniel Veillarde24c7dc2003-08-29 06:03:38 +00005034 <field name='compressed' type='int' info=' -1=unknown, 0=not compressed, 1=compressed'/>
Daniel Veillardcd6ff282003-10-08 22:38:13 +00005035 <field name='error' type='int' info=''/>
Daniel Veillard36711902004-02-11 13:25:26 +00005036 <field name='rawconsumed' type='unsigned long' info=' amount consumed from raw'/>
Daniel Veillardc1eed322002-12-12 11:01:32 +00005037 </struct>
Daniel Veillarda9b66d02002-12-11 14:23:49 +00005038 <typedef name='xmlParserInputBufferPtr' file='tree' type='xmlParserInputBuffer *'/>
5039 <typedef name='xmlParserInputPtr' file='tree' type='xmlParserInput *'/>
5040 <typedef name='xmlParserInputState' file='parser' type='enum'/>
Daniel Veillardc1eed322002-12-12 11:01:32 +00005041 <struct name='xmlParserNodeInfo' file='parser' type='struct _xmlParserNodeInfo'>
5042 <field name='node' type='const struct _xmlNode *' info=' Position &amp; line # that text that created the node begins &amp; ends on'/>
5043 <field name='begin_pos' type='unsigned long' info=''/>
5044 <field name='begin_line' type='unsigned long' info=''/>
5045 <field name='end_pos' type='unsigned long' info=''/>
5046 <field name='end_line' type='unsigned long' info=''/>
5047 </struct>
Daniel Veillarda9b66d02002-12-11 14:23:49 +00005048 <typedef name='xmlParserNodeInfoPtr' file='parser' type='xmlParserNodeInfo *'/>
Daniel Veillardc1eed322002-12-12 11:01:32 +00005049 <struct name='xmlParserNodeInfoSeq' file='parser' type='struct _xmlParserNodeInfoSeq'>
5050 <field name='maximum' type='unsigned long' info=''/>
5051 <field name='length' type='unsigned long' info=''/>
5052 <field name='buffer' type='xmlParserNodeInfo *' info=''/>
5053 </struct>
Daniel Veillarda9b66d02002-12-11 14:23:49 +00005054 <typedef name='xmlParserNodeInfoSeqPtr' file='parser' type='xmlParserNodeInfoSeq *'/>
Daniel Veillard16fa96c2003-09-23 21:50:54 +00005055 <typedef name='xmlParserOption' file='parser' type='enum'/>
Daniel Veillardbeb70bd2002-12-18 14:53:54 +00005056 <typedef name='xmlParserProperties' file='xmlreader' type='enum'/>
Daniel Veillard540a31a2003-01-21 11:21:07 +00005057 <typedef name='xmlParserSeverities' file='xmlreader' type='enum'/>
Daniel Veillard1e906612003-12-05 14:57:46 +00005058 <struct name='xmlPattern' file='pattern' type='struct _xmlPattern'/>
5059 <typedef name='xmlPatternPtr' file='pattern' type='xmlPattern *'/>
Daniel Veillarda9b66d02002-12-11 14:23:49 +00005060 <struct name='xmlRMutex' file='threads' type='struct _xmlRMutex'/>
5061 <typedef name='xmlRMutexPtr' file='threads' type='xmlRMutex *'/>
Daniel Veillard0ab6fa02003-08-09 18:01:53 +00005062 <typedef name='xmlReaderTypes' file='xmlreader' type='enum'/>
Daniel Veillardc1eed322002-12-12 11:01:32 +00005063 <struct name='xmlRef' file='tree' type='struct _xmlRef'>
5064 <field name='next' type='struct _xmlRef *' info=' next Ref'/>
5065 <field name='value' type='const xmlChar *' info=' The Ref name'/>
5066 <field name='attr' type='xmlAttrPtr' info=' The attribute holding it'/>
Daniel Veillard4258b9c2002-12-20 10:29:40 +00005067 <field name='name' type='const xmlChar *' info=' The attribute if attr is not available'/>
5068 <field name='lineno' type='int' info=' The line number if attr is not available'/>
Daniel Veillardc1eed322002-12-12 11:01:32 +00005069 </struct>
Daniel Veillarda9b66d02002-12-11 14:23:49 +00005070 <typedef name='xmlRefPtr' file='tree' type='xmlRef *'/>
5071 <struct name='xmlRefTable' file='valid' type='struct _xmlHashTable'/>
5072 <typedef name='xmlRefTablePtr' file='valid' type='xmlRefTable *'/>
5073 <struct name='xmlRegExecCtxt' file='xmlregexp' type='struct _xmlRegExecCtxt'/>
5074 <typedef name='xmlRegExecCtxtPtr' file='xmlregexp' type='xmlRegExecCtxt *'/>
5075 <struct name='xmlRegexp' file='xmlregexp' type='struct _xmlRegexp'/>
5076 <typedef name='xmlRegexpPtr' file='xmlregexp' type='xmlRegexp *'/>
Daniel Veillard71531f32003-02-05 13:19:53 +00005077 <struct name='xmlRelaxNG' file='relaxng' type='struct _xmlRelaxNG'/>
5078 <struct name='xmlRelaxNGParserCtxt' file='relaxng' type='struct _xmlRelaxNGParserCtxt'/>
5079 <typedef name='xmlRelaxNGParserCtxtPtr' file='relaxng' type='xmlRelaxNGParserCtxt *'/>
Daniel Veillard189f46b2004-01-25 21:03:04 +00005080 <typedef name='xmlRelaxNGParserFlag' file='relaxng' type='enum'/>
Daniel Veillard71531f32003-02-05 13:19:53 +00005081 <typedef name='xmlRelaxNGPtr' file='relaxng' type='xmlRelaxNG *'/>
5082 <struct name='xmlRelaxNGValidCtxt' file='relaxng' type='struct _xmlRelaxNGValidCtxt'/>
5083 <typedef name='xmlRelaxNGValidCtxtPtr' file='relaxng' type='xmlRelaxNGValidCtxt *'/>
Daniel Veillard580ced82003-03-21 21:22:48 +00005084 <typedef name='xmlRelaxNGValidErr' file='relaxng' type='enum'/>
Daniel Veillardc1eed322002-12-12 11:01:32 +00005085 <struct name='xmlSAXHandler' file='tree' type='struct _xmlSAXHandler'>
5086 <field name='internalSubset' type='internalSubsetSAXFunc' info=''/>
5087 <field name='isStandalone' type='isStandaloneSAXFunc' info=''/>
5088 <field name='hasInternalSubset' type='hasInternalSubsetSAXFunc' info=''/>
5089 <field name='hasExternalSubset' type='hasExternalSubsetSAXFunc' info=''/>
5090 <field name='resolveEntity' type='resolveEntitySAXFunc' info=''/>
5091 <field name='getEntity' type='getEntitySAXFunc' info=''/>
5092 <field name='entityDecl' type='entityDeclSAXFunc' info=''/>
5093 <field name='notationDecl' type='notationDeclSAXFunc' info=''/>
5094 <field name='attributeDecl' type='attributeDeclSAXFunc' info=''/>
5095 <field name='elementDecl' type='elementDeclSAXFunc' info=''/>
5096 <field name='unparsedEntityDecl' type='unparsedEntityDeclSAXFunc' info=''/>
5097 <field name='setDocumentLocator' type='setDocumentLocatorSAXFunc' info=''/>
5098 <field name='startDocument' type='startDocumentSAXFunc' info=''/>
5099 <field name='endDocument' type='endDocumentSAXFunc' info=''/>
5100 <field name='startElement' type='startElementSAXFunc' info=''/>
5101 <field name='endElement' type='endElementSAXFunc' info=''/>
5102 <field name='reference' type='referenceSAXFunc' info=''/>
5103 <field name='characters' type='charactersSAXFunc' info=''/>
5104 <field name='ignorableWhitespace' type='ignorableWhitespaceSAXFunc' info=''/>
5105 <field name='processingInstruction' type='processingInstructionSAXFunc' info=''/>
5106 <field name='comment' type='commentSAXFunc' info=''/>
5107 <field name='warning' type='warningSAXFunc' info=''/>
5108 <field name='error' type='errorSAXFunc' info=''/>
5109 <field name='fatalError' type='fatalErrorSAXFunc' info=' unused error() get all the errors'/>
5110 <field name='getParameterEntity' type='getParameterEntitySAXFunc' info=''/>
5111 <field name='cdataBlock' type='cdataBlockSAXFunc' info=''/>
5112 <field name='externalSubset' type='externalSubsetSAXFunc' info=''/>
Daniel Veillarde24c7dc2003-08-29 06:03:38 +00005113 <field name='initialized' type='unsigned int' info=' The following fields are extensions available only on version 2'/>
William M. Brackcdfa2862003-08-29 06:03:38 +00005114 <field name='_private' type='void *' info=''/>
5115 <field name='startElementNs' type='startElementNsSAX2Func' info=''/>
5116 <field name='endElementNs' type='endElementNsSAX2Func' info=''/>
Daniel Veillardc790bf42003-10-11 10:50:10 +00005117 <field name='serror' type='xmlStructuredErrorFunc' info=''/>
Daniel Veillardc1eed322002-12-12 11:01:32 +00005118 </struct>
Daniel Veillarda9b66d02002-12-11 14:23:49 +00005119 <typedef name='xmlSAXHandlerPtr' file='tree' type='xmlSAXHandler *'/>
Daniel Veillard2b8c4a12003-10-02 22:28:19 +00005120 <struct name='xmlSAXHandlerV1' file='parser' type='struct _xmlSAXHandlerV1'>
Daniel Veillard092643b2003-09-25 14:29:29 +00005121 <field name='internalSubset' type='internalSubsetSAXFunc' info=''/>
5122 <field name='isStandalone' type='isStandaloneSAXFunc' info=''/>
5123 <field name='hasInternalSubset' type='hasInternalSubsetSAXFunc' info=''/>
5124 <field name='hasExternalSubset' type='hasExternalSubsetSAXFunc' info=''/>
5125 <field name='resolveEntity' type='resolveEntitySAXFunc' info=''/>
5126 <field name='getEntity' type='getEntitySAXFunc' info=''/>
5127 <field name='entityDecl' type='entityDeclSAXFunc' info=''/>
5128 <field name='notationDecl' type='notationDeclSAXFunc' info=''/>
5129 <field name='attributeDecl' type='attributeDeclSAXFunc' info=''/>
5130 <field name='elementDecl' type='elementDeclSAXFunc' info=''/>
5131 <field name='unparsedEntityDecl' type='unparsedEntityDeclSAXFunc' info=''/>
5132 <field name='setDocumentLocator' type='setDocumentLocatorSAXFunc' info=''/>
5133 <field name='startDocument' type='startDocumentSAXFunc' info=''/>
5134 <field name='endDocument' type='endDocumentSAXFunc' info=''/>
5135 <field name='startElement' type='startElementSAXFunc' info=''/>
5136 <field name='endElement' type='endElementSAXFunc' info=''/>
5137 <field name='reference' type='referenceSAXFunc' info=''/>
5138 <field name='characters' type='charactersSAXFunc' info=''/>
5139 <field name='ignorableWhitespace' type='ignorableWhitespaceSAXFunc' info=''/>
5140 <field name='processingInstruction' type='processingInstructionSAXFunc' info=''/>
5141 <field name='comment' type='commentSAXFunc' info=''/>
5142 <field name='warning' type='warningSAXFunc' info=''/>
5143 <field name='error' type='errorSAXFunc' info=''/>
5144 <field name='fatalError' type='fatalErrorSAXFunc' info=' unused error() get all the errors'/>
5145 <field name='getParameterEntity' type='getParameterEntitySAXFunc' info=''/>
5146 <field name='cdataBlock' type='cdataBlockSAXFunc' info=''/>
5147 <field name='externalSubset' type='externalSubsetSAXFunc' info=''/>
5148 <field name='initialized' type='unsigned int' info=''/>
5149 </struct>
Daniel Veillard2b8c4a12003-10-02 22:28:19 +00005150 <typedef name='xmlSAXHandlerV1Ptr' file='parser' type='xmlSAXHandlerV1 *'/>
Daniel Veillardc1eed322002-12-12 11:01:32 +00005151 <struct name='xmlSAXLocator' file='tree' type='struct _xmlSAXLocator'>
5152 <field name='getPublicId' type='const xmlChar *(*getPublicId)' info=''/>
5153 <field name='getSystemId' type='const xmlChar *(*getSystemId)' info=''/>
5154 <field name='getLineNumber' type='int(*getLineNumber)' info=''/>
5155 <field name='getColumnNumber' type='int(*getColumnNumber)' info=''/>
5156 </struct>
Daniel Veillarda9b66d02002-12-11 14:23:49 +00005157 <typedef name='xmlSAXLocatorPtr' file='tree' type='xmlSAXLocator *'/>
Daniel Veillardfc979062004-03-04 22:07:16 +00005158 <struct name='xmlSaveCtxt' file='xmlsave' type='struct _xmlSaveCtxt'/>
5159 <typedef name='xmlSaveCtxtPtr' file='xmlsave' type='xmlSaveCtxt *'/>
Daniel Veillardd4330462003-04-29 12:40:16 +00005160 <struct name='xmlSchema' file='xmlschemas' type='struct _xmlSchema'>
John Fleck0eaf41c2003-12-01 04:45:26 +00005161 <field name='name' type='const xmlChar *' info=' schema name'/>
5162 <field name='targetNamespace' type='const xmlChar *' info=' the target namespace'/>
5163 <field name='version' type='const xmlChar *' info=''/>
5164 <field name='id' type='const xmlChar *' info=''/>
Daniel Veillardd4330462003-04-29 12:40:16 +00005165 <field name='doc' type='xmlDocPtr' info=''/>
5166 <field name='annot' type='xmlSchemaAnnotPtr' info=''/>
5167 <field name='flags' type='int' info=''/>
5168 <field name='typeDecl' type='xmlHashTablePtr' info=''/>
5169 <field name='attrDecl' type='xmlHashTablePtr' info=''/>
5170 <field name='attrgrpDecl' type='xmlHashTablePtr' info=''/>
5171 <field name='elemDecl' type='xmlHashTablePtr' info=''/>
5172 <field name='notaDecl' type='xmlHashTablePtr' info=''/>
5173 <field name='schemasImports' type='xmlHashTablePtr' info=''/>
5174 <field name='_private' type='void *' info=' unused by the library for users or bindings'/>
Daniel Veillarda37aab82003-06-09 09:10:36 +00005175 <field name='groupDecl' type='xmlHashTablePtr' info=''/>
John Fleck0eaf41c2003-12-01 04:45:26 +00005176 <field name='dict' type='xmlDictPtr' info=''/>
5177 <field name='includes' type='void *' info=' the includes, this is opaque for now'/>
Daniel Veillard189f46b2004-01-25 21:03:04 +00005178 <field name='preserve' type='int' info=' whether to free the document'/>
Daniel Veillardd4330462003-04-29 12:40:16 +00005179 </struct>
5180 <struct name='xmlSchemaAnnot' file='schemasInternals' type='struct _xmlSchemaAnnot'>
5181 <field name='next' type='struct _xmlSchemaAnnot *' info=''/>
5182 <field name='content' type='xmlNodePtr' info=' the annotation'/>
5183 </struct>
5184 <typedef name='xmlSchemaAnnotPtr' file='schemasInternals' type='xmlSchemaAnnot *'/>
5185 <struct name='xmlSchemaAttribute' file='schemasInternals' type='struct _xmlSchemaAttribute'>
5186 <field name='type' type='xmlSchemaTypeType' info=' The kind of type'/>
5187 <field name='next' type='struct _xmlSchemaAttribute *' info=' the next attribute if in a group ...'/>
John Fleck0eaf41c2003-12-01 04:45:26 +00005188 <field name='name' type='const xmlChar *' info=''/>
5189 <field name='id' type='const xmlChar *' info=''/>
5190 <field name='ref' type='const xmlChar *' info=''/>
5191 <field name='refNs' type='const xmlChar *' info=''/>
5192 <field name='typeName' type='const xmlChar *' info=''/>
5193 <field name='typeNs' type='const xmlChar *' info=''/>
Daniel Veillardd4330462003-04-29 12:40:16 +00005194 <field name='annot' type='xmlSchemaAnnotPtr' info=''/>
5195 <field name='base' type='xmlSchemaTypePtr' info=''/>
5196 <field name='occurs' type='int' info=''/>
John Fleck0eaf41c2003-12-01 04:45:26 +00005197 <field name='defValue' type='const xmlChar *' info=''/>
Daniel Veillardd4330462003-04-29 12:40:16 +00005198 <field name='subtypes' type='xmlSchemaTypePtr' info=''/>
Daniel Veillardd437d322003-05-13 21:07:01 +00005199 <field name='node' type='xmlNodePtr' info=''/>
John Fleck0eaf41c2003-12-01 04:45:26 +00005200 <field name='targetNamespace' type='const xmlChar *' info=''/>
5201 <field name='flags' type='int' info=''/>
Daniel Veillardd4330462003-04-29 12:40:16 +00005202 </struct>
5203 <struct name='xmlSchemaAttributeGroup' file='schemasInternals' type='struct _xmlSchemaAttributeGroup'>
5204 <field name='type' type='xmlSchemaTypeType' info=' The kind of type'/>
5205 <field name='next' type='struct _xmlSchemaAttribute *' info=' the next attribute if in a group ...'/>
John Fleck0eaf41c2003-12-01 04:45:26 +00005206 <field name='name' type='const xmlChar *' info=''/>
5207 <field name='id' type='const xmlChar *' info=''/>
5208 <field name='ref' type='const xmlChar *' info=''/>
5209 <field name='refNs' type='const xmlChar *' info=''/>
Daniel Veillardd4330462003-04-29 12:40:16 +00005210 <field name='annot' type='xmlSchemaAnnotPtr' info=''/>
5211 <field name='attributes' type='xmlSchemaAttributePtr' info=''/>
Daniel Veillardd437d322003-05-13 21:07:01 +00005212 <field name='node' type='xmlNodePtr' info=''/>
Daniel Veillardd4330462003-04-29 12:40:16 +00005213 </struct>
5214 <typedef name='xmlSchemaAttributeGroupPtr' file='schemasInternals' type='xmlSchemaAttributeGroup *'/>
5215 <typedef name='xmlSchemaAttributePtr' file='schemasInternals' type='xmlSchemaAttribute *'/>
5216 <typedef name='xmlSchemaContentType' file='schemasInternals' type='enum'/>
5217 <struct name='xmlSchemaElement' file='schemasInternals' type='struct _xmlSchemaElement'>
5218 <field name='type' type='xmlSchemaTypeType' info=' The kind of type'/>
5219 <field name='next' type='struct _xmlSchemaType *' info=' the next type if in a sequence ...'/>
John Fleck0eaf41c2003-12-01 04:45:26 +00005220 <field name='name' type='const xmlChar *' info=''/>
5221 <field name='id' type='const xmlChar *' info=''/>
5222 <field name='ref' type='const xmlChar *' info=''/>
5223 <field name='refNs' type='const xmlChar *' info=''/>
Daniel Veillardd4330462003-04-29 12:40:16 +00005224 <field name='annot' type='xmlSchemaAnnotPtr' info=''/>
5225 <field name='subtypes' type='xmlSchemaTypePtr' info=''/>
5226 <field name='attributes' type='xmlSchemaAttributePtr' info=''/>
5227 <field name='node' type='xmlNodePtr' info=''/>
5228 <field name='minOccurs' type='int' info=''/>
5229 <field name='maxOccurs' type='int' info=''/>
5230 <field name='flags' type='int' info=''/>
John Fleck0eaf41c2003-12-01 04:45:26 +00005231 <field name='targetNamespace' type='const xmlChar *' info=''/>
5232 <field name='namedType' type='const xmlChar *' info=''/>
5233 <field name='namedTypeNs' type='const xmlChar *' info=''/>
5234 <field name='substGroup' type='const xmlChar *' info=''/>
5235 <field name='substGroupNs' type='const xmlChar *' info=''/>
5236 <field name='scope' type='const xmlChar *' info=''/>
5237 <field name='value' type='const xmlChar *' info=''/>
Daniel Veillardd4330462003-04-29 12:40:16 +00005238 <field name='refDecl' type='struct _xmlSchemaElement *' info=''/>
5239 <field name='contModel' type='xmlRegexpPtr' info=''/>
5240 <field name='contentType' type='xmlSchemaContentType' info=''/>
5241 </struct>
5242 <typedef name='xmlSchemaElementPtr' file='schemasInternals' type='xmlSchemaElement *'/>
5243 <struct name='xmlSchemaFacet' file='schemasInternals' type='struct _xmlSchemaFacet'>
5244 <field name='type' type='xmlSchemaTypeType' info=' The kind of type'/>
5245 <field name='next' type='struct _xmlSchemaFacet *' info=' the next type if in a sequence ...'/>
John Fleck0eaf41c2003-12-01 04:45:26 +00005246 <field name='value' type='const xmlChar *' info=''/>
5247 <field name='id' type='const xmlChar *' info=''/>
Daniel Veillardd4330462003-04-29 12:40:16 +00005248 <field name='annot' type='xmlSchemaAnnotPtr' info=''/>
5249 <field name='node' type='xmlNodePtr' info=''/>
5250 <field name='fixed' type='int' info=''/>
5251 <field name='whitespace' type='int' info=''/>
5252 <field name='val' type='xmlSchemaValPtr' info=''/>
5253 <field name='regexp' type='xmlRegexpPtr' info=''/>
5254 </struct>
5255 <typedef name='xmlSchemaFacetPtr' file='schemasInternals' type='xmlSchemaFacet *'/>
5256 <struct name='xmlSchemaNotation' file='schemasInternals' type='struct _xmlSchemaNotation'>
5257 <field name='type' type='xmlSchemaTypeType' info=' The kind of type'/>
John Fleck0eaf41c2003-12-01 04:45:26 +00005258 <field name='name' type='const xmlChar *' info=''/>
Daniel Veillardd4330462003-04-29 12:40:16 +00005259 <field name='annot' type='xmlSchemaAnnotPtr' info=''/>
John Fleck0eaf41c2003-12-01 04:45:26 +00005260 <field name='identifier' type='const xmlChar *' info=''/>
Daniel Veillardd4330462003-04-29 12:40:16 +00005261 </struct>
5262 <typedef name='xmlSchemaNotationPtr' file='schemasInternals' type='xmlSchemaNotation *'/>
5263 <struct name='xmlSchemaParserCtxt' file='xmlschemas' type='struct _xmlSchemaParserCtxt'/>
5264 <typedef name='xmlSchemaParserCtxtPtr' file='xmlschemas' type='xmlSchemaParserCtxt *'/>
5265 <typedef name='xmlSchemaPtr' file='xmlschemas' type='xmlSchema *'/>
5266 <struct name='xmlSchemaType' file='schemasInternals' type='struct _xmlSchemaType'>
5267 <field name='type' type='xmlSchemaTypeType' info=' The kind of type'/>
5268 <field name='next' type='struct _xmlSchemaType *' info=' the next type if in a sequence ...'/>
John Fleck0eaf41c2003-12-01 04:45:26 +00005269 <field name='name' type='const xmlChar *' info=''/>
5270 <field name='id' type='const xmlChar *' info=''/>
5271 <field name='ref' type='const xmlChar *' info=''/>
5272 <field name='refNs' type='const xmlChar *' info=''/>
Daniel Veillardd4330462003-04-29 12:40:16 +00005273 <field name='annot' type='xmlSchemaAnnotPtr' info=''/>
5274 <field name='subtypes' type='xmlSchemaTypePtr' info=''/>
5275 <field name='attributes' type='xmlSchemaAttributePtr' info=''/>
5276 <field name='node' type='xmlNodePtr' info=''/>
5277 <field name='minOccurs' type='int' info=''/>
5278 <field name='maxOccurs' type='int' info=''/>
5279 <field name='flags' type='int' info=''/>
5280 <field name='contentType' type='xmlSchemaContentType' info=''/>
John Fleck0eaf41c2003-12-01 04:45:26 +00005281 <field name='base' type='const xmlChar *' info=''/>
5282 <field name='baseNs' type='const xmlChar *' info=''/>
Daniel Veillardd4330462003-04-29 12:40:16 +00005283 <field name='baseType' type='xmlSchemaTypePtr' info=''/>
5284 <field name='facets' type='xmlSchemaFacetPtr' info=''/>
Daniel Veillarde6e59cd2003-12-24 11:56:44 +00005285 <field name='redef' type='struct _xmlSchemaType *' info=' possible redefinitions for the type'/>
Daniel Veillardeca726d2004-04-18 21:47:34 +00005286 <field name='recurse' type='int' info=''/>
Daniel Veillardd4330462003-04-29 12:40:16 +00005287 </struct>
5288 <typedef name='xmlSchemaTypePtr' file='schemasInternals' type='xmlSchemaType *'/>
5289 <typedef name='xmlSchemaTypeType' file='schemasInternals' type='enum'/>
5290 <struct name='xmlSchemaVal' file='schemasInternals' type='struct _xmlSchemaVal'/>
5291 <typedef name='xmlSchemaValPtr' file='schemasInternals' type='xmlSchemaVal *'/>
5292 <struct name='xmlSchemaValidCtxt' file='xmlschemas' type='struct _xmlSchemaValidCtxt'/>
5293 <typedef name='xmlSchemaValidCtxtPtr' file='xmlschemas' type='xmlSchemaValidCtxt *'/>
5294 <typedef name='xmlSchemaValidError' file='xmlschemas' type='enum'/>
Daniel Veillardc1eed322002-12-12 11:01:32 +00005295 <struct name='xmlShellCtxt' file='debugXML' type='struct _xmlShellCtxt'>
5296 <field name='filename' type='char *' info=''/>
5297 <field name='doc' type='xmlDocPtr' info=''/>
5298 <field name='node' type='xmlNodePtr' info=''/>
5299 <field name='pctxt' type='xmlXPathContextPtr' info=''/>
5300 <field name='loaded' type='int' info=''/>
5301 <field name='output' type='FILE *' info=''/>
5302 <field name='input' type='xmlShellReadlineFunc' info=''/>
5303 </struct>
Daniel Veillarda9b66d02002-12-11 14:23:49 +00005304 <typedef name='xmlShellCtxtPtr' file='debugXML' type='xmlShellCtxt *'/>
5305 <struct name='xmlTextReader' file='xmlreader' type='struct _xmlTextReader'/>
Daniel Veillard540a31a2003-01-21 11:21:07 +00005306 <typedef name='xmlTextReaderLocatorPtr' file='xmlreader' type='void *'/>
Daniel Veillard8aac2972004-05-16 01:00:37 +00005307 <typedef name='xmlTextReaderMode' file='xmlreader' type='enum'/>
Daniel Veillarda9b66d02002-12-11 14:23:49 +00005308 <typedef name='xmlTextReaderPtr' file='xmlreader' type='xmlTextReader *'/>
Daniel Veillard1d211e22003-10-20 22:32:39 +00005309 <struct name='xmlTextWriter' file='xmlwriter' type='struct _xmlTextWriter'/>
5310 <typedef name='xmlTextWriterPtr' file='xmlwriter' type='xmlTextWriter *'/>
Daniel Veillardc1eed322002-12-12 11:01:32 +00005311 <struct name='xmlURI' file='uri' type='struct _xmlURI'>
5312 <field name='scheme' type='char *' info=' the URI scheme'/>
5313 <field name='opaque' type='char *' info=' opaque part'/>
5314 <field name='authority' type='char *' info=' the authority part'/>
5315 <field name='server' type='char *' info=' the server part'/>
5316 <field name='user' type='char *' info=' the user part'/>
5317 <field name='port' type='int' info=' the port number'/>
5318 <field name='path' type='char *' info=' the path string'/>
5319 <field name='query' type='char *' info=' the query string'/>
5320 <field name='fragment' type='char *' info=' the fragment identifier'/>
5321 <field name='cleanup' type='int' info=' parsing potentially unclean URI'/>
5322 </struct>
Daniel Veillarda9b66d02002-12-11 14:23:49 +00005323 <typedef name='xmlURIPtr' file='uri' type='xmlURI *'/>
Daniel Veillardc1eed322002-12-12 11:01:32 +00005324 <struct name='xmlValidCtxt' file='valid' type='struct _xmlValidCtxt'>
5325 <field name='userData' type='void *' info=' user specific data block'/>
5326 <field name='error' type='xmlValidityErrorFunc' info=' the callback in case of errors'/>
5327 <field name='warning' type='xmlValidityWarningFunc' info=' the callback in case of warning Node analysis stack used when validating within entities'/>
5328 <field name='node' type='xmlNodePtr' info=' Current parsed Node'/>
5329 <field name='nodeNr' type='int' info=' Depth of the parsing stack'/>
5330 <field name='nodeMax' type='int' info=' Max depth of the parsing stack'/>
5331 <field name='nodeTab' type='xmlNodePtr *' info=' array of nodes'/>
5332 <field name='finishDtd' type='int' info=' finished validating the Dtd ?'/>
5333 <field name='doc' type='xmlDocPtr' info=' the document'/>
5334 <field name='valid' type='int' info=' temporary validity check result state state used for non-determinist content validation'/>
5335 <field name='vstate' type='xmlValidState *' info=' current state'/>
5336 <field name='vstateNr' type='int' info=' Depth of the validation stack'/>
5337 <field name='vstateMax' type='int' info=' Max depth of the validation stack'/>
5338 <field name='vstateTab' type='xmlValidState *' info=' array of validation states'/>
5339 <field name='am' type='xmlAutomataPtr' info=' the automata'/>
5340 <field name='state' type='xmlAutomataStatePtr' info=' used to build the automata'/>
5341 <field name='am' type='void *' info=''/>
5342 <field name='state' type='void *' info=''/>
5343 </struct>
Daniel Veillarda9b66d02002-12-11 14:23:49 +00005344 <typedef name='xmlValidCtxtPtr' file='valid' type='xmlValidCtxt *'/>
5345 <struct name='xmlValidState' file='valid' type='struct _xmlValidState'/>
5346 <typedef name='xmlValidStatePtr' file='valid' type='xmlValidState *'/>
Daniel Veillard6d373a22003-11-04 10:26:43 +00005347 <struct name='xmlXIncludeCtxt' file='xinclude' type='struct _xmlXIncludeCtxt'/>
5348 <typedef name='xmlXIncludeCtxtPtr' file='xinclude' type='xmlXIncludeCtxt *'/>
Daniel Veillardc1eed322002-12-12 11:01:32 +00005349 <struct name='xmlXPathAxis' file='xpath' type='struct _xmlXPathAxis'>
5350 <field name='name' type='const xmlChar *' info=' the axis name'/>
5351 <field name='func' type='xmlXPathAxisFunc' info=' the search function'/>
5352 </struct>
Daniel Veillarda9b66d02002-12-11 14:23:49 +00005353 <typedef name='xmlXPathAxisPtr' file='xpath' type='xmlXPathAxis *'/>
5354 <struct name='xmlXPathCompExpr' file='xpath' type='struct _xmlXPathCompExpr'/>
5355 <typedef name='xmlXPathCompExprPtr' file='xpath' type='xmlXPathCompExpr *'/>
Daniel Veillardc1eed322002-12-12 11:01:32 +00005356 <struct name='xmlXPathContext' file='xpath' type='struct _xmlXPathContext'>
5357 <field name='doc' type='xmlDocPtr' info=' The current document'/>
5358 <field name='node' type='xmlNodePtr' info=' The current node'/>
5359 <field name='nb_variables_unused' type='int' info=' unused (hash table)'/>
5360 <field name='max_variables_unused' type='int' info=' unused (hash table)'/>
5361 <field name='varHash' type='xmlHashTablePtr' info=' Hash table of defined variables'/>
5362 <field name='nb_types' type='int' info=' number of defined types'/>
5363 <field name='max_types' type='int' info=' max number of types'/>
5364 <field name='types' type='xmlXPathTypePtr' info=' Array of defined types'/>
5365 <field name='nb_funcs_unused' type='int' info=' unused (hash table)'/>
5366 <field name='max_funcs_unused' type='int' info=' unused (hash table)'/>
5367 <field name='funcHash' type='xmlHashTablePtr' info=' Hash table of defined funcs'/>
5368 <field name='nb_axis' type='int' info=' number of defined axis'/>
5369 <field name='max_axis' type='int' info=' max number of axis'/>
5370 <field name='axis' type='xmlXPathAxisPtr' info=' Array of defined axis the namespace nodes of the context node'/>
5371 <field name='namespaces' type='xmlNsPtr *' info=' Array of namespaces'/>
5372 <field name='nsNr' type='int' info=' number of namespace in scope'/>
5373 <field name='user' type='void *' info=' function to free extra variables'/>
5374 <field name='contextSize' type='int' info=' the context size'/>
5375 <field name='proximityPosition' type='int' info=' the proximity position extra stuff for XPointer'/>
5376 <field name='xptr' type='int' info=' it this an XPointer context'/>
5377 <field name='here' type='xmlNodePtr' info=' for here()'/>
5378 <field name='origin' type='xmlNodePtr' info=' for origin() the set of namespace declarations in scope for the expression'/>
5379 <field name='nsHash' type='xmlHashTablePtr' info=' The namespaces hash table'/>
5380 <field name='varLookupFunc' type='void *' info=' variable lookup func'/>
5381 <field name='varLookupData' type='void *' info=' variable lookup data Possibility to link in an extra item'/>
5382 <field name='extra' type='void *' info=' needed for XSLT The function name and URI when calling a function'/>
5383 <field name='function' type='const xmlChar *' info=''/>
5384 <field name='functionURI' type='const xmlChar *' info=' function lookup function and data'/>
5385 <field name='funcLookupFunc' type='void *' info=' function lookup func'/>
5386 <field name='funcLookupData' type='void *' info=' function lookup data temporary namespace lists kept for walking the namespace axis'/>
5387 <field name='tmpNsList' type='xmlNsPtr *' info=' Array of namespaces'/>
Daniel Veillardcd6ff282003-10-08 22:38:13 +00005388 <field name='tmpNsNr' type='int' info=' number of namespace in scope error reporting mechanism'/>
5389 <field name='userData' type='void *' info=' user specific data block'/>
5390 <field name='error' type='xmlStructuredErrorFunc' info=' the callback in case of errors'/>
5391 <field name='lastError' type='xmlError' info=' the last error'/>
Daniel Veillard4773df22004-01-23 13:15:13 +00005392 <field name='debugNode' type='xmlNodePtr' info=' the source node XSLT dictionnary'/>
5393 <field name='dict' type='xmlDictPtr' info=' dictionnary if any'/>
Daniel Veillardc1eed322002-12-12 11:01:32 +00005394 </struct>
Daniel Veillarda9b66d02002-12-11 14:23:49 +00005395 <typedef name='xmlXPathContextPtr' file='xpath' type='xmlXPathContext *'/>
5396 <typedef name='xmlXPathError' file='xpath' type='enum'/>
5397 <typedef name='xmlXPathFuncPtr' file='xpath' type='xmlXPathFunct *'/>
Daniel Veillardc1eed322002-12-12 11:01:32 +00005398 <struct name='xmlXPathFunct' file='xpath' type='struct _xmlXPathFunct'>
5399 <field name='name' type='const xmlChar *' info=' the function name'/>
5400 <field name='func' type='xmlXPathEvalFunc' info=' the evaluation function'/>
5401 </struct>
5402 <struct name='xmlXPathObject' file='xpath' type='struct _xmlXPathObject'>
5403 <field name='type' type='xmlXPathObjectType' info=''/>
5404 <field name='nodesetval' type='xmlNodeSetPtr' info=''/>
5405 <field name='boolval' type='int' info=''/>
5406 <field name='floatval' type='double' info=''/>
5407 <field name='stringval' type='xmlChar *' info=''/>
5408 <field name='user' type='void *' info=''/>
5409 <field name='index' type='int' info=''/>
5410 <field name='user2' type='void *' info=''/>
5411 <field name='index2' type='int' info=''/>
5412 </struct>
Daniel Veillarda9b66d02002-12-11 14:23:49 +00005413 <typedef name='xmlXPathObjectPtr' file='xpath' type='xmlXPathObject *'/>
5414 <typedef name='xmlXPathObjectType' file='xpath' type='enum'/>
Daniel Veillardc1eed322002-12-12 11:01:32 +00005415 <struct name='xmlXPathParserContext' file='xpath' type='struct _xmlXPathParserContext'>
5416 <field name='cur' type='const xmlChar *' info=' the current char being parsed'/>
5417 <field name='base' type='const xmlChar *' info=' the full expression'/>
5418 <field name='error' type='int' info=' error code'/>
5419 <field name='context' type='xmlXPathContextPtr' info=' the evaluation context'/>
5420 <field name='value' type='xmlXPathObjectPtr' info=' the current value'/>
5421 <field name='valueNr' type='int' info=' number of values stacked'/>
5422 <field name='valueMax' type='int' info=' max number of values stacked'/>
5423 <field name='valueTab' type='xmlXPathObjectPtr *' info=' stack of values'/>
5424 <field name='comp' type='xmlXPathCompExprPtr' info=' the precompiled expression'/>
5425 <field name='xptr' type='int' info=' it this an XPointer expression'/>
5426 <field name='ancestor' type='xmlNodePtr' info=' used for walking preceding axis'/>
5427 </struct>
Daniel Veillarda9b66d02002-12-11 14:23:49 +00005428 <typedef name='xmlXPathParserContextPtr' file='xpath' type='xmlXPathParserContext *'/>
Daniel Veillardc1eed322002-12-12 11:01:32 +00005429 <struct name='xmlXPathType' file='xpath' type='struct _xmlXPathType'>
5430 <field name='name' type='const xmlChar *' info=' the type name'/>
5431 <field name='func' type='xmlXPathConvertFunc' info=' the conversion function'/>
5432 </struct>
Daniel Veillarda9b66d02002-12-11 14:23:49 +00005433 <typedef name='xmlXPathTypePtr' file='xpath' type='xmlXPathType *'/>
Daniel Veillardc1eed322002-12-12 11:01:32 +00005434 <struct name='xmlXPathVariable' file='xpath' type='struct _xmlXPathVariable'>
5435 <field name='name' type='const xmlChar *' info=' the variable name'/>
5436 <field name='value' type='xmlXPathObjectPtr' info=' the value'/>
5437 </struct>
Daniel Veillarda9b66d02002-12-11 14:23:49 +00005438 <typedef name='xmlXPathVariablePtr' file='xpath' type='xmlXPathVariable *'/>
Daniel Veillard092643b2003-09-25 14:29:29 +00005439 <variable name='docbDefaultSAXHandler' file='globals' type='xmlSAXHandlerV1'/>
5440 <variable name='htmlDefaultSAXHandler' file='globals' type='xmlSAXHandlerV1'/>
Daniel Veillardc1eed322002-12-12 11:01:32 +00005441 <variable name='oldXMLWDcompatibility' file='globals' type='int'/>
5442 <variable name='xmlBufferAllocScheme' file='globals' type='xmlBufferAllocationScheme'/>
5443 <variable name='xmlDefaultBufferSize' file='globals' type='int'/>
Daniel Veillard092643b2003-09-25 14:29:29 +00005444 <variable name='xmlDefaultSAXHandler' file='globals' type='xmlSAXHandlerV1'/>
Daniel Veillardc1eed322002-12-12 11:01:32 +00005445 <variable name='xmlDefaultSAXLocator' file='globals' type='xmlSAXLocator'/>
Daniel Veillard7b4b2f92003-01-06 13:11:20 +00005446 <variable name='xmlDeregisterNodeDefaultValue' file='globals' type='xmlDeregisterNodeFunc'/>
Daniel Veillardc1eed322002-12-12 11:01:32 +00005447 <variable name='xmlDoValidityCheckingDefaultValue' file='globals' type='int'/>
5448 <variable name='xmlFree' file='globals' type='xmlFreeFunc'/>
5449 <variable name='xmlGenericError' file='globals' type='xmlGenericErrorFunc'/>
5450 <variable name='xmlGenericErrorContext' file='globals' type='void *'/>
Daniel Veillard16fa96c2003-09-23 21:50:54 +00005451 <variable name='xmlGetWarningsDefaultValue' file='globals' type='int'/>
Daniel Veillardc1eed322002-12-12 11:01:32 +00005452 <variable name='xmlIndentTreeOutput' file='globals' type='int'/>
Daniel Veillard78697292003-10-19 20:44:43 +00005453 <variable name='xmlIsBaseCharGroup' file='chvalid' type='xmlChRangeGroup'/>
5454 <variable name='xmlIsCharGroup' file='chvalid' type='xmlChRangeGroup'/>
5455 <variable name='xmlIsCombiningGroup' file='chvalid' type='xmlChRangeGroup'/>
5456 <variable name='xmlIsDigitGroup' file='chvalid' type='xmlChRangeGroup'/>
5457 <variable name='xmlIsExtenderGroup' file='chvalid' type='xmlChRangeGroup'/>
5458 <variable name='xmlIsIdeographicGroup' file='chvalid' type='xmlChRangeGroup'/>
5459 <variable name='xmlIsPubidChar_tab' file='chvalid' type='unsigned charxmlIsPubidChar_tab[256]'/>
Daniel Veillardc1eed322002-12-12 11:01:32 +00005460 <variable name='xmlKeepBlanksDefaultValue' file='globals' type='int'/>
Daniel Veillard2b8c4a12003-10-02 22:28:19 +00005461 <variable name='xmlLastError' file='globals' type='xmlError'/>
Daniel Veillardc1eed322002-12-12 11:01:32 +00005462 <variable name='xmlLineNumbersDefaultValue' file='globals' type='int'/>
5463 <variable name='xmlLoadExtDtdDefaultValue' file='globals' type='int'/>
5464 <variable name='xmlMalloc' file='globals' type='xmlMallocFunc'/>
Daniel Veillardde0a0a52003-04-24 17:12:57 +00005465 <variable name='xmlMallocAtomic' file='globals' type='xmlMallocFunc'/>
Daniel Veillardc1eed322002-12-12 11:01:32 +00005466 <variable name='xmlMemStrdup' file='globals' type='xmlStrdupFunc'/>
5467 <variable name='xmlParserDebugEntities' file='globals' type='int'/>
Daniel Veillardfc8dc352003-10-18 09:07:46 +00005468 <variable name='xmlParserMaxDepth' file='parserInternals' type='unsigned int'/>
Daniel Veillard16fa96c2003-09-23 21:50:54 +00005469 <variable name='xmlParserVersion' file='globals' type='const char *'/>
Daniel Veillardc1eed322002-12-12 11:01:32 +00005470 <variable name='xmlPedanticParserDefaultValue' file='globals' type='int'/>
5471 <variable name='xmlRealloc' file='globals' type='xmlReallocFunc'/>
Daniel Veillard7b4b2f92003-01-06 13:11:20 +00005472 <variable name='xmlRegisterNodeDefaultValue' file='globals' type='xmlRegisterNodeFunc'/>
Daniel Veillardc1eed322002-12-12 11:01:32 +00005473 <variable name='xmlSaveNoEmptyTags' file='globals' type='int'/>
5474 <variable name='xmlStringComment' file='parserInternals' type='const xmlCharxmlStringComment[]'/>
5475 <variable name='xmlStringText' file='parserInternals' type='const xmlCharxmlStringText[]'/>
5476 <variable name='xmlStringTextNoenc' file='parserInternals' type='const xmlCharxmlStringTextNoenc[]'/>
Daniel Veillardc790bf42003-10-11 10:50:10 +00005477 <variable name='xmlStructuredError' file='globals' type='xmlStructuredErrorFunc'/>
Daniel Veillard16fa96c2003-09-23 21:50:54 +00005478 <variable name='xmlSubstituteEntitiesDefaultValue' file='globals' type='int'/>
Daniel Veillardc1eed322002-12-12 11:01:32 +00005479 <variable name='xmlTreeIndentString' file='globals' type='const char *'/>
5480 <variable name='xmlXPathNAN' file='xpath' type='double'/>
5481 <variable name='xmlXPathNINF' file='xpath' type='double'/>
5482 <variable name='xmlXPathPINF' file='xpath' type='double'/>
Daniel Veillarda9b66d02002-12-11 14:23:49 +00005483 <function name='UTF8ToHtml' file='HTMLparser'>
5484 <info>Take a block of UTF-8 chars in and try to convert it to an ASCII plus HTML entities block of chars out.</info>
5485 <return type='int' info='0 if success, -2 if the transcoding fails, or -1 otherwise The value of @inlen after return is the number of octets consumed as the return value is positive, else unpredictable. The value of @outlen after return is the number of octets consumed.'/>
5486 <arg name='out' type='unsigned char *' info='a pointer to an array of bytes to store the result'/>
5487 <arg name='outlen' type='int *' info='the length of @out'/>
5488 <arg name='in' type='const unsigned char *' info='a pointer to an array of UTF-8 chars'/>
5489 <arg name='inlen' type='int *' info='the length of @in'/>
5490 </function>
Daniel Veillarda9b66d02002-12-11 14:23:49 +00005491 <function name='UTF8Toisolat1' file='encoding'>
5492 <info>Take a block of UTF-8 chars in and try to convert it to an ISO Latin 1 block of chars out.</info>
John Fleck0eaf41c2003-12-01 04:45:26 +00005493 <return type='int' info='0 if success, -2 if the transcoding fails, or -1 otherwise The value of @inlen after return is the number of octets consumed if the return value is positive, else unpredictable. The value of @outlen after return is the number of octets consumed.'/>
Daniel Veillarda9b66d02002-12-11 14:23:49 +00005494 <arg name='out' type='unsigned char *' info='a pointer to an array of bytes to store the result'/>
5495 <arg name='outlen' type='int *' info='the length of @out'/>
5496 <arg name='in' type='const unsigned char *' info='a pointer to an array of UTF-8 chars'/>
5497 <arg name='inlen' type='int *' info='the length of @in'/>
5498 </function>
Daniel Veillard61006472002-01-21 17:31:47 +00005499 <function name='attribute' file='SAX'>
William M. Brackcdfa2862003-08-29 06:03:38 +00005500 <info>Handle an attribute that has been read by the parser. The default handling is to convert the attribute into an DOM subtree and past it in a new xmlAttr element added to the element. DEPRECATED: use xmlSAX2Attribute()</info>
Daniel Veillard61006472002-01-21 17:31:47 +00005501 <return type='void'/>
Daniel Veillarda9b66d02002-12-11 14:23:49 +00005502 <arg name='ctx' type='void *' info='the user data (XML parser context)'/>
5503 <arg name='fullname' type='const xmlChar *' info='The attribute name, including namespace prefix'/>
5504 <arg name='value' type='const xmlChar *' info='The attribute value'/>
Daniel Veillard61006472002-01-21 17:31:47 +00005505 </function>
5506 <function name='attributeDecl' file='SAX'>
William M. Brackcdfa2862003-08-29 06:03:38 +00005507 <info>An attribute definition has been parsed DEPRECATED: use xmlSAX2AttributeDecl()</info>
Daniel Veillard61006472002-01-21 17:31:47 +00005508 <return type='void'/>
Daniel Veillarda9b66d02002-12-11 14:23:49 +00005509 <arg name='ctx' type='void *' info='the user data (XML parser context)'/>
5510 <arg name='elem' type='const xmlChar *' info='the name of the element'/>
5511 <arg name='fullname' type='const xmlChar *' info='the attribute name'/>
5512 <arg name='type' type='int' info='the attribute type'/>
5513 <arg name='def' type='int' info='the type of default value'/>
5514 <arg name='defaultValue' type='const xmlChar *' info='the attribute default value'/>
5515 <arg name='tree' type='xmlEnumerationPtr' info='the tree of enumerated value set'/>
Daniel Veillard61006472002-01-21 17:31:47 +00005516 </function>
Daniel Veillard9d06d302002-01-22 18:15:52 +00005517 <functype name='attributeDeclSAXFunc' file='parser'>
Daniel Veillard19274092002-03-25 16:48:03 +00005518 <info>An attribute definition has been parsed.</info>
Daniel Veillard000eafb2002-12-12 10:04:22 +00005519 <return type='void'/>
Daniel Veillarda9b66d02002-12-11 14:23:49 +00005520 <arg name='ctx' type='void *' info='the user data (XML parser context)'/>
5521 <arg name='elem' type='const xmlChar *' info='the name of the element'/>
5522 <arg name='fullname' type='const xmlChar *' info='the attribute name'/>
5523 <arg name='type' type='int' info='the attribute type'/>
5524 <arg name='def' type='int' info='the type of default value'/>
5525 <arg name='defaultValue' type='const xmlChar *' info='the attribute default value'/>
5526 <arg name='tree' type='xmlEnumerationPtr' info='the tree of enumerated value set'/>
Daniel Veillard9d06d302002-01-22 18:15:52 +00005527 </functype>
5528 <functype name='attributeSAXFunc' file='parser'>
5529 <info>Handle an attribute that has been read by the parser. The default handling is to convert the attribute into an DOM subtree and past it in a new xmlAttr element added to the element.</info>
Daniel Veillard000eafb2002-12-12 10:04:22 +00005530 <return type='void'/>
Daniel Veillarda9b66d02002-12-11 14:23:49 +00005531 <arg name='ctx' type='void *' info='the user data (XML parser context)'/>
5532 <arg name='name' type='const xmlChar *' info='The attribute name, including namespace prefix'/>
5533 <arg name='value' type='const xmlChar *' info='The attribute value'/>
Daniel Veillard9d06d302002-01-22 18:15:52 +00005534 </functype>
Daniel Veillard61006472002-01-21 17:31:47 +00005535 <function name='cdataBlock' file='SAX'>
William M. Brackcdfa2862003-08-29 06:03:38 +00005536 <info>called when a pcdata block has been parsed DEPRECATED: use xmlSAX2CDataBlock()</info>
Daniel Veillard61006472002-01-21 17:31:47 +00005537 <return type='void'/>
Daniel Veillarda9b66d02002-12-11 14:23:49 +00005538 <arg name='ctx' type='void *' info='the user data (XML parser context)'/>
5539 <arg name='value' type='const xmlChar *' info='The pcdata content'/>
5540 <arg name='len' type='int' info='the block length'/>
Daniel Veillard61006472002-01-21 17:31:47 +00005541 </function>
Daniel Veillard9d06d302002-01-22 18:15:52 +00005542 <functype name='cdataBlockSAXFunc' file='parser'>
Daniel Veillard19274092002-03-25 16:48:03 +00005543 <info>Called when a pcdata block has been parsed.</info>
Daniel Veillard000eafb2002-12-12 10:04:22 +00005544 <return type='void'/>
Daniel Veillarda9b66d02002-12-11 14:23:49 +00005545 <arg name='ctx' type='void *' info='the user data (XML parser context)'/>
5546 <arg name='value' type='const xmlChar *' info='The pcdata content'/>
5547 <arg name='len' type='int' info='the block length'/>
Daniel Veillard9d06d302002-01-22 18:15:52 +00005548 </functype>
Daniel Veillard61006472002-01-21 17:31:47 +00005549 <function name='characters' file='SAX'>
William M. Brackcdfa2862003-08-29 06:03:38 +00005550 <info>receiving some chars from the parser. DEPRECATED: use xmlSAX2Characters()</info>
Daniel Veillard61006472002-01-21 17:31:47 +00005551 <return type='void'/>
Daniel Veillarda9b66d02002-12-11 14:23:49 +00005552 <arg name='ctx' type='void *' info='the user data (XML parser context)'/>
5553 <arg name='ch' type='const xmlChar *' info='a xmlChar string'/>
5554 <arg name='len' type='int' info='the number of xmlChar'/>
Daniel Veillard61006472002-01-21 17:31:47 +00005555 </function>
Daniel Veillard9d06d302002-01-22 18:15:52 +00005556 <functype name='charactersSAXFunc' file='parser'>
Daniel Veillard19274092002-03-25 16:48:03 +00005557 <info>Receiving some chars from the parser.</info>
Daniel Veillard000eafb2002-12-12 10:04:22 +00005558 <return type='void'/>
Daniel Veillarda9b66d02002-12-11 14:23:49 +00005559 <arg name='ctx' type='void *' info='the user data (XML parser context)'/>
5560 <arg name='ch' type='const xmlChar *' info='a xmlChar string'/>
5561 <arg name='len' type='int' info='the number of xmlChar'/>
Daniel Veillard9d06d302002-01-22 18:15:52 +00005562 </functype>
Daniel Veillard61006472002-01-21 17:31:47 +00005563 <function name='checkNamespace' file='SAX'>
William M. Brackcdfa2862003-08-29 06:03:38 +00005564 <info>Check that the current element namespace is the same as the one read upon parsing. DEPRECATED</info>
Daniel Veillarda9b66d02002-12-11 14:23:49 +00005565 <return type='int' info='1 if true 0 otherwise'/>
5566 <arg name='ctx' type='void *' info='the user data (XML parser context)'/>
5567 <arg name='namespace' type='xmlChar *' info='the namespace to check against'/>
Daniel Veillard817e70b2002-11-19 22:28:48 +00005568 </function>
Daniel Veillard61006472002-01-21 17:31:47 +00005569 <function name='comment' file='SAX'>
William M. Brackcdfa2862003-08-29 06:03:38 +00005570 <info>A comment has been parsed. DEPRECATED: use xmlSAX2Comment()</info>
Daniel Veillard61006472002-01-21 17:31:47 +00005571 <return type='void'/>
Daniel Veillarda9b66d02002-12-11 14:23:49 +00005572 <arg name='ctx' type='void *' info='the user data (XML parser context)'/>
5573 <arg name='value' type='const xmlChar *' info='the comment content'/>
Daniel Veillard61006472002-01-21 17:31:47 +00005574 </function>
Daniel Veillard9d06d302002-01-22 18:15:52 +00005575 <functype name='commentSAXFunc' file='parser'>
5576 <info>A comment has been parsed.</info>
Daniel Veillard000eafb2002-12-12 10:04:22 +00005577 <return type='void'/>
Daniel Veillarda9b66d02002-12-11 14:23:49 +00005578 <arg name='ctx' type='void *' info='the user data (XML parser context)'/>
5579 <arg name='value' type='const xmlChar *' info='the comment content'/>
Daniel Veillard9d06d302002-01-22 18:15:52 +00005580 </functype>
Daniel Veillard61006472002-01-21 17:31:47 +00005581 <function name='docbCreateFileParserCtxt' file='DOCBparser'>
Daniel Veillard2d1464f2002-01-21 23:16:56 +00005582 <info>Create a parser context for a file content. Automatic support for ZLIB/Compress compressed document is provided by default if found at compile-time.</info>
Daniel Veillarda9b66d02002-12-11 14:23:49 +00005583 <return type='docbParserCtxtPtr' info='the new parser context or NULL'/>
5584 <arg name='filename' type='const char *' info='the filename'/>
5585 <arg name='encoding' type='const char *' info='the SGML document encoding, or NULL'/>
Daniel Veillard61006472002-01-21 17:31:47 +00005586 </function>
5587 <function name='docbCreatePushParserCtxt' file='DOCBparser'>
Daniel Veillarda9b66d02002-12-11 14:23:49 +00005588 <info>Create a parser context for using the DocBook SGML parser in push mode To allow content encoding detection, @size should be &gt;= 4 The value of @filename is used for fetching external entities and error/warning reports.</info>
5589 <return type='docbParserCtxtPtr' info='the new parser context or NULL'/>
5590 <arg name='sax' type='docbSAXHandlerPtr' info='a SAX handler'/>
5591 <arg name='user_data' type='void *' info='The user data returned on SAX callbacks'/>
5592 <arg name='chunk' type='const char *' info='a pointer to an array of chars'/>
5593 <arg name='size' type='int' info='number of chars in the array'/>
5594 <arg name='filename' type='const char *' info='an optional file name or URI'/>
5595 <arg name='enc' type='xmlCharEncoding' info='an optional encoding'/>
Daniel Veillard61006472002-01-21 17:31:47 +00005596 </function>
William M. Brackcdfa2862003-08-29 06:03:38 +00005597 <function name='docbDefaultSAXHandlerInit' file='SAX2'>
Daniel Veillard2d1464f2002-01-21 23:16:56 +00005598 <info>Initialize the default SAX handler</info>
Daniel Veillard61006472002-01-21 17:31:47 +00005599 <return type='void'/>
Daniel Veillard61006472002-01-21 17:31:47 +00005600 </function>
Daniel Veillard61006472002-01-21 17:31:47 +00005601 <function name='docbEncodeEntities' file='DOCBparser'>
Daniel Veillard2d1464f2002-01-21 23:16:56 +00005602 <info>Take a block of UTF-8 chars in and try to convert it to an ASCII plus SGML entities block of chars out.</info>
Daniel Veillarda9b66d02002-12-11 14:23:49 +00005603 <return type='int' info='0 if success, -2 if the transcoding fails, or -1 otherwise The value of @inlen after return is the number of octets consumed as the return value is positive, else unpredictable. The value of @outlen after return is the number of octets consumed.'/>
5604 <arg name='out' type='unsigned char *' info='a pointer to an array of bytes to store the result'/>
5605 <arg name='outlen' type='int *' info='the length of @out'/>
5606 <arg name='in' type='const unsigned char *' info='a pointer to an array of UTF-8 chars'/>
5607 <arg name='inlen' type='int *' info='the length of @in'/>
5608 <arg name='quoteChar' type='int' info='the quote character to escape (&apos; or &quot;) or zero.'/>
Daniel Veillard61006472002-01-21 17:31:47 +00005609 </function>
5610 <function name='docbFreeParserCtxt' file='DOCBparser'>
Daniel Veillard2d1464f2002-01-21 23:16:56 +00005611 <info>Free all the memory used by a parser context. However the parsed document in ctxt-&gt;myDoc is not freed.</info>
Daniel Veillard61006472002-01-21 17:31:47 +00005612 <return type='void'/>
Daniel Veillarda9b66d02002-12-11 14:23:49 +00005613 <arg name='ctxt' type='docbParserCtxtPtr' info='an SGML parser context'/>
Daniel Veillard61006472002-01-21 17:31:47 +00005614 </function>
Daniel Veillard61006472002-01-21 17:31:47 +00005615 <function name='docbParseChunk' file='DOCBparser'>
Daniel Veillard2d1464f2002-01-21 23:16:56 +00005616 <info>Parse a Chunk of memory</info>
Daniel Veillarda9b66d02002-12-11 14:23:49 +00005617 <return type='int' info='zero if no error, the xmlParserErrors otherwise.'/>
5618 <arg name='ctxt' type='docbParserCtxtPtr' info='an XML parser context'/>
5619 <arg name='chunk' type='const char *' info='an char array'/>
5620 <arg name='size' type='int' info='the size in byte of the chunk'/>
5621 <arg name='terminate' type='int' info='last chunk indicator'/>
Daniel Veillard61006472002-01-21 17:31:47 +00005622 </function>
5623 <function name='docbParseDoc' file='DOCBparser'>
Daniel Veillard2d1464f2002-01-21 23:16:56 +00005624 <info>parse an SGML in-memory document and build a tree.</info>
Daniel Veillarda9b66d02002-12-11 14:23:49 +00005625 <return type='docbDocPtr' info='the resulting document tree'/>
5626 <arg name='cur' type='xmlChar *' info='a pointer to an array of xmlChar'/>
5627 <arg name='encoding' type='const char *' info='a free form C string describing the SGML document encoding, or NULL'/>
Daniel Veillard61006472002-01-21 17:31:47 +00005628 </function>
5629 <function name='docbParseDocument' file='DOCBparser'>
Daniel Veillard2d1464f2002-01-21 23:16:56 +00005630 <info>parse an SGML document (and build a tree if using the standard SAX interface).</info>
Daniel Veillarda9b66d02002-12-11 14:23:49 +00005631 <return type='int' info='0, -1 in case of error. the parser context is augmented as a result of the parsing.'/>
5632 <arg name='ctxt' type='docbParserCtxtPtr' info='an SGML parser context'/>
Daniel Veillard61006472002-01-21 17:31:47 +00005633 </function>
5634 <function name='docbParseFile' file='DOCBparser'>
Daniel Veillard2d1464f2002-01-21 23:16:56 +00005635 <info>parse a Docbook SGML file and build a tree. Automatic support for ZLIB/Compress compressed document is provided by default if found at compile-time.</info>
Daniel Veillarda9b66d02002-12-11 14:23:49 +00005636 <return type='docbDocPtr' info='the resulting document tree'/>
5637 <arg name='filename' type='const char *' info='the filename'/>
5638 <arg name='encoding' type='const char *' info='a free form C string describing document encoding, or NULL'/>
Daniel Veillard61006472002-01-21 17:31:47 +00005639 </function>
Daniel Veillard61006472002-01-21 17:31:47 +00005640 <function name='docbSAXParseDoc' file='DOCBparser'>
Daniel Veillard2d1464f2002-01-21 23:16:56 +00005641 <info>parse an SGML in-memory document and build a tree. It use the given SAX function block to handle the parsing callback. If sax is NULL, fallback to the default DOM tree building routines.</info>
Daniel Veillarda9b66d02002-12-11 14:23:49 +00005642 <return type='docbDocPtr' info='the resulting document tree'/>
5643 <arg name='cur' type='xmlChar *' info='a pointer to an array of xmlChar'/>
5644 <arg name='encoding' type='const char *' info='a free form C string describing the SGML document encoding, or NULL'/>
5645 <arg name='sax' type='docbSAXHandlerPtr' info='the SAX handler block'/>
5646 <arg name='userData' type='void *' info='if using SAX, this pointer will be provided on callbacks.'/>
Daniel Veillard61006472002-01-21 17:31:47 +00005647 </function>
5648 <function name='docbSAXParseFile' file='DOCBparser'>
Daniel Veillard2d1464f2002-01-21 23:16:56 +00005649 <info>parse an SGML file and build a tree. Automatic support for ZLIB/Compress compressed document is provided by default if found at compile-time. It use the given SAX function block to handle the parsing callback. If sax is NULL, fallback to the default DOM tree building routines.</info>
Daniel Veillarda9b66d02002-12-11 14:23:49 +00005650 <return type='docbDocPtr' info='the resulting document tree'/>
5651 <arg name='filename' type='const char *' info='the filename'/>
5652 <arg name='encoding' type='const char *' info='a free form C string describing the SGML document encoding, or NULL'/>
5653 <arg name='sax' type='docbSAXHandlerPtr' info='the SAX handler block'/>
5654 <arg name='userData' type='void *' info='if using SAX, this pointer will be provided on callbacks.'/>
Daniel Veillard61006472002-01-21 17:31:47 +00005655 </function>
5656 <function name='elementDecl' file='SAX'>
William M. Brackcdfa2862003-08-29 06:03:38 +00005657 <info>An element definition has been parsed DEPRECATED: use xmlSAX2ElementDecl()</info>
Daniel Veillard61006472002-01-21 17:31:47 +00005658 <return type='void'/>
Daniel Veillarda9b66d02002-12-11 14:23:49 +00005659 <arg name='ctx' type='void *' info='the user data (XML parser context)'/>
5660 <arg name='name' type='const xmlChar *' info='the element name'/>
5661 <arg name='type' type='int' info='the element type'/>
5662 <arg name='content' type='xmlElementContentPtr' info='the element value tree'/>
Daniel Veillard61006472002-01-21 17:31:47 +00005663 </function>
Daniel Veillard9d06d302002-01-22 18:15:52 +00005664 <functype name='elementDeclSAXFunc' file='parser'>
Daniel Veillard19274092002-03-25 16:48:03 +00005665 <info>An element definition has been parsed.</info>
Daniel Veillard000eafb2002-12-12 10:04:22 +00005666 <return type='void'/>
Daniel Veillarda9b66d02002-12-11 14:23:49 +00005667 <arg name='ctx' type='void *' info='the user data (XML parser context)'/>
5668 <arg name='name' type='const xmlChar *' info='the element name'/>
5669 <arg name='type' type='int' info='the element type'/>
5670 <arg name='content' type='xmlElementContentPtr' info='the element value tree'/>
Daniel Veillard9d06d302002-01-22 18:15:52 +00005671 </functype>
Daniel Veillard61006472002-01-21 17:31:47 +00005672 <function name='endDocument' file='SAX'>
William M. Brackcdfa2862003-08-29 06:03:38 +00005673 <info>called when the document end has been detected. DEPRECATED: use xmlSAX2EndDocument()</info>
Daniel Veillard61006472002-01-21 17:31:47 +00005674 <return type='void'/>
Daniel Veillarda9b66d02002-12-11 14:23:49 +00005675 <arg name='ctx' type='void *' info='the user data (XML parser context)'/>
Daniel Veillard61006472002-01-21 17:31:47 +00005676 </function>
Daniel Veillard9d06d302002-01-22 18:15:52 +00005677 <functype name='endDocumentSAXFunc' file='parser'>
Daniel Veillard19274092002-03-25 16:48:03 +00005678 <info>Called when the document end has been detected.</info>
Daniel Veillard000eafb2002-12-12 10:04:22 +00005679 <return type='void'/>
Daniel Veillarda9b66d02002-12-11 14:23:49 +00005680 <arg name='ctx' type='void *' info='the user data (XML parser context)'/>
Daniel Veillard9d06d302002-01-22 18:15:52 +00005681 </functype>
Daniel Veillard61006472002-01-21 17:31:47 +00005682 <function name='endElement' file='SAX'>
William M. Brackcdfa2862003-08-29 06:03:38 +00005683 <info>called when the end of an element has been detected. DEPRECATED: use xmlSAX2EndElement()</info>
Daniel Veillard61006472002-01-21 17:31:47 +00005684 <return type='void'/>
Daniel Veillarda9b66d02002-12-11 14:23:49 +00005685 <arg name='ctx' type='void *' info='the user data (XML parser context)'/>
5686 <arg name='name' type='const xmlChar *' info='The element name'/>
Daniel Veillard61006472002-01-21 17:31:47 +00005687 </function>
William M. Brackcdfa2862003-08-29 06:03:38 +00005688 <functype name='endElementNsSAX2Func' file='parser'>
5689 <info>SAX2 callback when an element end has been detected by the parser. It provides the namespace informations for the element.</info>
5690 <return type='void'/>
5691 <arg name='ctx' type='void *' info='the user data (XML parser context)'/>
5692 <arg name='localname' type='const xmlChar *' info='the local name of the element'/>
5693 <arg name='prefix' type='const xmlChar *' info='the element namespace prefix if available'/>
5694 <arg name='URI' type='const xmlChar *' info='the element namespace name if available'/>
5695 </functype>
Daniel Veillard9d06d302002-01-22 18:15:52 +00005696 <functype name='endElementSAXFunc' file='parser'>
Daniel Veillard19274092002-03-25 16:48:03 +00005697 <info>Called when the end of an element has been detected.</info>
Daniel Veillard000eafb2002-12-12 10:04:22 +00005698 <return type='void'/>
Daniel Veillarda9b66d02002-12-11 14:23:49 +00005699 <arg name='ctx' type='void *' info='the user data (XML parser context)'/>
5700 <arg name='name' type='const xmlChar *' info='The element name'/>
Daniel Veillard9d06d302002-01-22 18:15:52 +00005701 </functype>
Daniel Veillard61006472002-01-21 17:31:47 +00005702 <function name='entityDecl' file='SAX'>
William M. Brackcdfa2862003-08-29 06:03:38 +00005703 <info>An entity definition has been parsed DEPRECATED: use xmlSAX2EntityDecl()</info>
Daniel Veillard61006472002-01-21 17:31:47 +00005704 <return type='void'/>
Daniel Veillarda9b66d02002-12-11 14:23:49 +00005705 <arg name='ctx' type='void *' info='the user data (XML parser context)'/>
5706 <arg name='name' type='const xmlChar *' info='the entity name'/>
5707 <arg name='type' type='int' info='the entity type'/>
5708 <arg name='publicId' type='const xmlChar *' info='The public ID of the entity'/>
5709 <arg name='systemId' type='const xmlChar *' info='The system ID of the entity'/>
5710 <arg name='content' type='xmlChar *' info='the entity value (without processing).'/>
Daniel Veillard61006472002-01-21 17:31:47 +00005711 </function>
Daniel Veillard9d06d302002-01-22 18:15:52 +00005712 <functype name='entityDeclSAXFunc' file='parser'>
Daniel Veillard19274092002-03-25 16:48:03 +00005713 <info>An entity definition has been parsed.</info>
Daniel Veillard000eafb2002-12-12 10:04:22 +00005714 <return type='void'/>
Daniel Veillarda9b66d02002-12-11 14:23:49 +00005715 <arg name='ctx' type='void *' info='the user data (XML parser context)'/>
5716 <arg name='name' type='const xmlChar *' info='the entity name'/>
5717 <arg name='type' type='int' info='the entity type'/>
5718 <arg name='publicId' type='const xmlChar *' info='The public ID of the entity'/>
5719 <arg name='systemId' type='const xmlChar *' info='The system ID of the entity'/>
5720 <arg name='content' type='xmlChar *' info='the entity value (without processing).'/>
Daniel Veillard9d06d302002-01-22 18:15:52 +00005721 </functype>
5722 <functype name='errorSAXFunc' file='parser'>
Daniel Veillard19274092002-03-25 16:48:03 +00005723 <info>Display and format an error messages, callback.</info>
Daniel Veillard000eafb2002-12-12 10:04:22 +00005724 <return type='void'/>
Daniel Veillarda9b66d02002-12-11 14:23:49 +00005725 <arg name='ctx' type='void *' info='an XML parser context'/>
5726 <arg name='msg' type='const char *' info='the message to display/transmit'/>
5727 <arg name='...' type='...' info='extra parameters for the message display'/>
Daniel Veillard9d06d302002-01-22 18:15:52 +00005728 </functype>
Daniel Veillard61006472002-01-21 17:31:47 +00005729 <function name='externalSubset' file='SAX'>
William M. Brackcdfa2862003-08-29 06:03:38 +00005730 <info>Callback on external subset declaration. DEPRECATED: use xmlSAX2ExternalSubset()</info>
Daniel Veillard61006472002-01-21 17:31:47 +00005731 <return type='void'/>
Daniel Veillarda9b66d02002-12-11 14:23:49 +00005732 <arg name='ctx' type='void *' info='the user data (XML parser context)'/>
5733 <arg name='name' type='const xmlChar *' info='the root element name'/>
5734 <arg name='ExternalID' type='const xmlChar *' info='the external ID'/>
5735 <arg name='SystemID' type='const xmlChar *' info='the SYSTEM ID (e.g. filename or URL)'/>
Daniel Veillard61006472002-01-21 17:31:47 +00005736 </function>
Daniel Veillard9d06d302002-01-22 18:15:52 +00005737 <functype name='externalSubsetSAXFunc' file='parser'>
5738 <info>Callback on external subset declaration.</info>
Daniel Veillard000eafb2002-12-12 10:04:22 +00005739 <return type='void'/>
Daniel Veillarda9b66d02002-12-11 14:23:49 +00005740 <arg name='ctx' type='void *' info='the user data (XML parser context)'/>
5741 <arg name='name' type='const xmlChar *' info='the root element name'/>
5742 <arg name='ExternalID' type='const xmlChar *' info='the external ID'/>
5743 <arg name='SystemID' type='const xmlChar *' info='the SYSTEM ID (e.g. filename or URL)'/>
Daniel Veillard9d06d302002-01-22 18:15:52 +00005744 </functype>
5745 <functype name='fatalErrorSAXFunc' file='parser'>
Daniel Veillard817e70b2002-11-19 22:28:48 +00005746 <info>Display and format fatal error messages, callback. Note: so far fatalError() SAX callbacks are not used, error() get all the callbacks for errors.</info>
Daniel Veillard000eafb2002-12-12 10:04:22 +00005747 <return type='void'/>
Daniel Veillarda9b66d02002-12-11 14:23:49 +00005748 <arg name='ctx' type='void *' info='an XML parser context'/>
5749 <arg name='msg' type='const char *' info='the message to display/transmit'/>
5750 <arg name='...' type='...' info='extra parameters for the message display'/>
Daniel Veillard9d06d302002-01-22 18:15:52 +00005751 </functype>
5752 <functype name='ftpDataCallback' file='nanoftp'>
Daniel Veillard19274092002-03-25 16:48:03 +00005753 <info>A callback for the xmlNanoFTPGet command.</info>
Daniel Veillard000eafb2002-12-12 10:04:22 +00005754 <return type='void'/>
Daniel Veillarda9b66d02002-12-11 14:23:49 +00005755 <arg name='userData' type='void *' info='the user provided context'/>
5756 <arg name='data' type='const char *' info='the data received'/>
5757 <arg name='len' type='int' info='its size in bytes'/>
Daniel Veillard9d06d302002-01-22 18:15:52 +00005758 </functype>
5759 <functype name='ftpListCallback' file='nanoftp'>
Daniel Veillard19274092002-03-25 16:48:03 +00005760 <info>A callback for the xmlNanoFTPList command. Note that only one of year and day:minute are specified.</info>
Daniel Veillard000eafb2002-12-12 10:04:22 +00005761 <return type='void'/>
Daniel Veillarda9b66d02002-12-11 14:23:49 +00005762 <arg name='userData' type='void *' info='user provided data for the callback'/>
5763 <arg name='filename' type='const char *' info='the file name (including &quot;-&gt;&quot; when links are shown)'/>
5764 <arg name='attrib' type='const char *' info='the attribute string'/>
5765 <arg name='owner' type='const char *' info='the owner string'/>
5766 <arg name='group' type='const char *' info='the group string'/>
5767 <arg name='size' type='unsigned long' info='the file size'/>
5768 <arg name='links' type='int' info='the link count'/>
5769 <arg name='year' type='int' info='the year'/>
5770 <arg name='month' type='const char *' info='the month'/>
5771 <arg name='day' type='int' info='the day'/>
5772 <arg name='hour' type='int' info='the hour'/>
5773 <arg name='minute' type='int' info='the minute'/>
Daniel Veillard9d06d302002-01-22 18:15:52 +00005774 </functype>
Daniel Veillard61006472002-01-21 17:31:47 +00005775 <function name='getColumnNumber' file='SAX'>
William M. Brackcdfa2862003-08-29 06:03:38 +00005776 <info>Provide the column number of the current parsing point. DEPRECATED: use xmlSAX2GetColumnNumber()</info>
Daniel Veillarda9b66d02002-12-11 14:23:49 +00005777 <return type='int' info='an int'/>
5778 <arg name='ctx' type='void *' info='the user data (XML parser context)'/>
Daniel Veillard61006472002-01-21 17:31:47 +00005779 </function>
5780 <function name='getEntity' file='SAX'>
William M. Brackcdfa2862003-08-29 06:03:38 +00005781 <info>Get an entity by name DEPRECATED: use xmlSAX2GetEntity()</info>
Daniel Veillarda9b66d02002-12-11 14:23:49 +00005782 <return type='xmlEntityPtr' info='the xmlEntityPtr if found.'/>
5783 <arg name='ctx' type='void *' info='the user data (XML parser context)'/>
5784 <arg name='name' type='const xmlChar *' info='The entity name'/>
Daniel Veillard61006472002-01-21 17:31:47 +00005785 </function>
Daniel Veillard9d06d302002-01-22 18:15:52 +00005786 <functype name='getEntitySAXFunc' file='parser'>
Daniel Veillard19274092002-03-25 16:48:03 +00005787 <info>Get an entity by name.</info>
Daniel Veillard000eafb2002-12-12 10:04:22 +00005788 <return type='xmlEntityPtr' info='the xmlEntityPtr if found.'/>
Daniel Veillarda9b66d02002-12-11 14:23:49 +00005789 <arg name='ctx' type='void *' info='the user data (XML parser context)'/>
5790 <arg name='name' type='const xmlChar *' info='The entity name'/>
Daniel Veillard9d06d302002-01-22 18:15:52 +00005791 </functype>
Daniel Veillard61006472002-01-21 17:31:47 +00005792 <function name='getLineNumber' file='SAX'>
William M. Brackcdfa2862003-08-29 06:03:38 +00005793 <info>Provide the line number of the current parsing point. DEPRECATED: use xmlSAX2GetLineNumber()</info>
Daniel Veillarda9b66d02002-12-11 14:23:49 +00005794 <return type='int' info='an int'/>
5795 <arg name='ctx' type='void *' info='the user data (XML parser context)'/>
Daniel Veillard61006472002-01-21 17:31:47 +00005796 </function>
5797 <function name='getNamespace' file='SAX'>
William M. Brackcdfa2862003-08-29 06:03:38 +00005798 <info>Get the current element namespace. DEPRECATED</info>
Daniel Veillarda9b66d02002-12-11 14:23:49 +00005799 <return type='xmlNsPtr' info='the xmlNsPtr or NULL if none'/>
5800 <arg name='ctx' type='void *' info='the user data (XML parser context)'/>
Daniel Veillard61006472002-01-21 17:31:47 +00005801 </function>
5802 <function name='getParameterEntity' file='SAX'>
William M. Brackcdfa2862003-08-29 06:03:38 +00005803 <info>Get a parameter entity by name DEPRECATED: use xmlSAX2GetParameterEntity()</info>
Daniel Veillarda9b66d02002-12-11 14:23:49 +00005804 <return type='xmlEntityPtr' info='the xmlEntityPtr if found.'/>
5805 <arg name='ctx' type='void *' info='the user data (XML parser context)'/>
5806 <arg name='name' type='const xmlChar *' info='The entity name'/>
Daniel Veillard61006472002-01-21 17:31:47 +00005807 </function>
Daniel Veillard9d06d302002-01-22 18:15:52 +00005808 <functype name='getParameterEntitySAXFunc' file='parser'>
Daniel Veillard19274092002-03-25 16:48:03 +00005809 <info>Get a parameter entity by name.</info>
Daniel Veillard000eafb2002-12-12 10:04:22 +00005810 <return type='xmlEntityPtr' info='the xmlEntityPtr if found.'/>
Daniel Veillarda9b66d02002-12-11 14:23:49 +00005811 <arg name='ctx' type='void *' info='the user data (XML parser context)'/>
5812 <arg name='name' type='const xmlChar *' info='The entity name'/>
Daniel Veillard9d06d302002-01-22 18:15:52 +00005813 </functype>
Daniel Veillard61006472002-01-21 17:31:47 +00005814 <function name='getPublicId' file='SAX'>
William M. Brackcdfa2862003-08-29 06:03:38 +00005815 <info>Provides the public ID e.g. &quot;-//SGMLSOURCE//DTD DEMO//EN&quot; DEPRECATED: use xmlSAX2GetPublicId()</info>
Daniel Veillarda9b66d02002-12-11 14:23:49 +00005816 <return type='const xmlChar *' info='a xmlChar *'/>
5817 <arg name='ctx' type='void *' info='the user data (XML parser context)'/>
Daniel Veillard61006472002-01-21 17:31:47 +00005818 </function>
5819 <function name='getSystemId' file='SAX'>
William M. Brackcdfa2862003-08-29 06:03:38 +00005820 <info>Provides the system ID, basically URL or filename e.g. http://www.sgmlsource.com/dtds/memo.dtd DEPRECATED: use xmlSAX2GetSystemId()</info>
Daniel Veillarda9b66d02002-12-11 14:23:49 +00005821 <return type='const xmlChar *' info='a xmlChar *'/>
5822 <arg name='ctx' type='void *' info='the user data (XML parser context)'/>
Daniel Veillard817e70b2002-11-19 22:28:48 +00005823 </function>
Daniel Veillard61006472002-01-21 17:31:47 +00005824 <function name='globalNamespace' file='SAX'>
William M. Brackcdfa2862003-08-29 06:03:38 +00005825 <info>An old global namespace has been parsed. DEPRECATED</info>
Daniel Veillard61006472002-01-21 17:31:47 +00005826 <return type='void'/>
Daniel Veillarda9b66d02002-12-11 14:23:49 +00005827 <arg name='ctx' type='void *' info='the user data (XML parser context)'/>
5828 <arg name='href' type='const xmlChar *' info='the namespace associated URN'/>
5829 <arg name='prefix' type='const xmlChar *' info='the namespace prefix'/>
Daniel Veillard61006472002-01-21 17:31:47 +00005830 </function>
5831 <function name='hasExternalSubset' file='SAX'>
William M. Brackcdfa2862003-08-29 06:03:38 +00005832 <info>Does this document has an external subset DEPRECATED: use xmlSAX2HasExternalSubset()</info>
Daniel Veillarda9b66d02002-12-11 14:23:49 +00005833 <return type='int' info='1 if true'/>
5834 <arg name='ctx' type='void *' info='the user data (XML parser context)'/>
Daniel Veillard61006472002-01-21 17:31:47 +00005835 </function>
Daniel Veillard9d06d302002-01-22 18:15:52 +00005836 <functype name='hasExternalSubsetSAXFunc' file='parser'>
Daniel Veillard19274092002-03-25 16:48:03 +00005837 <info>Does this document has an external subset?</info>
Daniel Veillard000eafb2002-12-12 10:04:22 +00005838 <return type='int' info='1 if true'/>
Daniel Veillarda9b66d02002-12-11 14:23:49 +00005839 <arg name='ctx' type='void *' info='the user data (XML parser context)'/>
Daniel Veillard9d06d302002-01-22 18:15:52 +00005840 </functype>
Daniel Veillard61006472002-01-21 17:31:47 +00005841 <function name='hasInternalSubset' file='SAX'>
William M. Brackcdfa2862003-08-29 06:03:38 +00005842 <info>Does this document has an internal subset DEPRECATED: use xmlSAX2HasInternalSubset()</info>
Daniel Veillarda9b66d02002-12-11 14:23:49 +00005843 <return type='int' info='1 if true'/>
5844 <arg name='ctx' type='void *' info='the user data (XML parser context)'/>
Daniel Veillard61006472002-01-21 17:31:47 +00005845 </function>
Daniel Veillard9d06d302002-01-22 18:15:52 +00005846 <functype name='hasInternalSubsetSAXFunc' file='parser'>
Daniel Veillard19274092002-03-25 16:48:03 +00005847 <info>Does this document has an internal subset.</info>
Daniel Veillard000eafb2002-12-12 10:04:22 +00005848 <return type='int' info='1 if true'/>
Daniel Veillarda9b66d02002-12-11 14:23:49 +00005849 <arg name='ctx' type='void *' info='the user data (XML parser context)'/>
Daniel Veillard9d06d302002-01-22 18:15:52 +00005850 </functype>
Daniel Veillard71531f32003-02-05 13:19:53 +00005851 <function name='htmlAttrAllowed' file='HTMLparser'>
Daniel Veillardef4d3bc2003-02-07 12:38:22 +00005852 <info>Checks whether an attribute is valid for an element Has full knowledge of Required and Deprecated attributes</info>
5853 <return type='htmlStatus' info='one of HTML_REQUIRED, HTML_VALID, HTML_DEPRECATED, HTML_INVALID'/>
5854 <arg name='elt' type='const htmlElemDesc *' info='HTML element'/>
5855 <arg name='attr' type='const xmlChar *' info='HTML attribute'/>
5856 <arg name='legacy' type='int' info='whether to allow deprecated attributes'/>
Daniel Veillard71531f32003-02-05 13:19:53 +00005857 </function>
Daniel Veillard61006472002-01-21 17:31:47 +00005858 <function name='htmlAutoCloseTag' file='HTMLparser'>
Daniel Veillard9d06d302002-01-22 18:15:52 +00005859 <info>The HTML DTD allows a tag to implicitly close other tags. The list is kept in htmlStartClose array. This function checks if the element or one of it&apos;s children would autoclose the given tag.</info>
Daniel Veillarda9b66d02002-12-11 14:23:49 +00005860 <return type='int' info='1 if autoclose, 0 otherwise'/>
5861 <arg name='doc' type='htmlDocPtr' info='the HTML document'/>
5862 <arg name='name' type='const xmlChar *' info='The tag name'/>
5863 <arg name='elem' type='htmlNodePtr' info='the HTML element'/>
Daniel Veillard61006472002-01-21 17:31:47 +00005864 </function>
5865 <function name='htmlCreateFileParserCtxt' file='parserInternals'>
Daniel Veillard2d1464f2002-01-21 23:16:56 +00005866 <info>Create a parser context for a file content. Automatic support for ZLIB/Compress compressed document is provided by default if found at compile-time.</info>
Daniel Veillarda9b66d02002-12-11 14:23:49 +00005867 <return type='htmlParserCtxtPtr' info='the new parser context or NULL'/>
5868 <arg name='filename' type='const char *' info='the filename'/>
5869 <arg name='encoding' type='const char *' info='a free form C string describing the HTML document encoding, or NULL'/>
Daniel Veillard61006472002-01-21 17:31:47 +00005870 </function>
Daniel Veillardc6cae7b2003-04-11 09:02:11 +00005871 <function name='htmlCreateMemoryParserCtxt' file='HTMLparser'>
5872 <info>Create a parser context for an HTML in-memory document.</info>
5873 <return type='htmlParserCtxtPtr' info='the new parser context or NULL'/>
5874 <arg name='buffer' type='const char *' info='a pointer to a char array'/>
5875 <arg name='size' type='int' info='the size of the array'/>
5876 </function>
Daniel Veillard61006472002-01-21 17:31:47 +00005877 <function name='htmlCreatePushParserCtxt' file='HTMLparser'>
Daniel Veillard71531f32003-02-05 13:19:53 +00005878 <info>Create a parser context for using the HTML parser in push mode The value of @filename is used for fetching external entities and error/warning reports.</info>
Daniel Veillarda9b66d02002-12-11 14:23:49 +00005879 <return type='htmlParserCtxtPtr' info='the new parser context or NULL'/>
5880 <arg name='sax' type='htmlSAXHandlerPtr' info='a SAX handler'/>
5881 <arg name='user_data' type='void *' info='The user data returned on SAX callbacks'/>
5882 <arg name='chunk' type='const char *' info='a pointer to an array of chars'/>
5883 <arg name='size' type='int' info='number of chars in the array'/>
5884 <arg name='filename' type='const char *' info='an optional file name or URI'/>
5885 <arg name='enc' type='xmlCharEncoding' info='an optional encoding'/>
Daniel Veillard61006472002-01-21 17:31:47 +00005886 </function>
Daniel Veillarddca8cc72003-09-26 13:53:14 +00005887 <function name='htmlCtxtReadDoc' file='HTMLparser'>
5888 <info>parse an XML in-memory document and build a tree. This reuses the existing @ctxt parser context</info>
5889 <return type='htmlDocPtr' info='the resulting document tree'/>
5890 <arg name='ctxt' type='htmlParserCtxtPtr' info='an HTML parser context'/>
5891 <arg name='cur' type='const xmlChar *' info='a pointer to a zero terminated string'/>
5892 <arg name='URL' type='const char *' info='the base URL to use for the document'/>
5893 <arg name='encoding' type='const char *' info='the document encoding, or NULL'/>
5894 <arg name='options' type='int' info='a combination of htmlParserOption(s)'/>
5895 </function>
5896 <function name='htmlCtxtReadFd' file='HTMLparser'>
5897 <info>parse an XML from a file descriptor and build a tree. This reuses the existing @ctxt parser context</info>
5898 <return type='htmlDocPtr' info='the resulting document tree'/>
5899 <arg name='ctxt' type='htmlParserCtxtPtr' info='an HTML parser context'/>
5900 <arg name='fd' type='int' info='an open file descriptor'/>
5901 <arg name='URL' type='const char *' info='the base URL to use for the document'/>
5902 <arg name='encoding' type='const char *' info='the document encoding, or NULL'/>
5903 <arg name='options' type='int' info='a combination of htmlParserOption(s)'/>
5904 </function>
5905 <function name='htmlCtxtReadFile' file='HTMLparser'>
5906 <info>parse an XML file from the filesystem or the network. This reuses the existing @ctxt parser context</info>
5907 <return type='htmlDocPtr' info='the resulting document tree'/>
5908 <arg name='ctxt' type='htmlParserCtxtPtr' info='an HTML parser context'/>
5909 <arg name='filename' type='const char *' info='a file or URL'/>
5910 <arg name='encoding' type='const char *' info='the document encoding, or NULL'/>
5911 <arg name='options' type='int' info='a combination of htmlParserOption(s)'/>
5912 </function>
5913 <function name='htmlCtxtReadIO' file='HTMLparser'>
5914 <info>parse an HTML document from I/O functions and source and build a tree. This reuses the existing @ctxt parser context</info>
5915 <return type='htmlDocPtr' info='the resulting document tree'/>
5916 <arg name='ctxt' type='htmlParserCtxtPtr' info='an HTML parser context'/>
5917 <arg name='ioread' type='xmlInputReadCallback' info='an I/O read function'/>
5918 <arg name='ioclose' type='xmlInputCloseCallback' info='an I/O close function'/>
5919 <arg name='ioctx' type='void *' info='an I/O handler'/>
5920 <arg name='URL' type='const char *' info='the base URL to use for the document'/>
5921 <arg name='encoding' type='const char *' info='the document encoding, or NULL'/>
5922 <arg name='options' type='int' info='a combination of htmlParserOption(s)'/>
5923 </function>
5924 <function name='htmlCtxtReadMemory' file='HTMLparser'>
5925 <info>parse an XML in-memory document and build a tree. This reuses the existing @ctxt parser context</info>
5926 <return type='htmlDocPtr' info='the resulting document tree'/>
5927 <arg name='ctxt' type='htmlParserCtxtPtr' info='an HTML parser context'/>
5928 <arg name='buffer' type='const char *' info='a pointer to a char array'/>
5929 <arg name='size' type='int' info='the size of the array'/>
5930 <arg name='URL' type='const char *' info='the base URL to use for the document'/>
5931 <arg name='encoding' type='const char *' info='the document encoding, or NULL'/>
5932 <arg name='options' type='int' info='a combination of htmlParserOption(s)'/>
5933 </function>
5934 <function name='htmlCtxtReset' file='HTMLparser'>
5935 <info>Reset a parser context</info>
5936 <return type='void'/>
Daniel Veillardcd6ff282003-10-08 22:38:13 +00005937 <arg name='ctxt' type='htmlParserCtxtPtr' info='an HTML parser context'/>
Daniel Veillarddca8cc72003-09-26 13:53:14 +00005938 </function>
5939 <function name='htmlCtxtUseOptions' file='HTMLparser'>
5940 <info>Applies the options to the parser context</info>
5941 <return type='int' info='0 in case of success, the set of unknown or unimplemented options in case of error.'/>
5942 <arg name='ctxt' type='htmlParserCtxtPtr' info='an HTML parser context'/>
5943 <arg name='options' type='int' info='a combination of htmlParserOption(s)'/>
5944 </function>
William M. Brackcdfa2862003-08-29 06:03:38 +00005945 <function name='htmlDefaultSAXHandlerInit' file='SAX2'>
Daniel Veillard2d1464f2002-01-21 23:16:56 +00005946 <info>Initialize the default SAX handler</info>
Daniel Veillard61006472002-01-21 17:31:47 +00005947 <return type='void'/>
Daniel Veillard61006472002-01-21 17:31:47 +00005948 </function>
5949 <function name='htmlDocContentDumpFormatOutput' file='HTMLtree'>
Daniel Veillard2d1464f2002-01-21 23:16:56 +00005950 <info>Dump an HTML document.</info>
Daniel Veillard61006472002-01-21 17:31:47 +00005951 <return type='void'/>
Daniel Veillarda9b66d02002-12-11 14:23:49 +00005952 <arg name='buf' type='xmlOutputBufferPtr' info='the HTML buffer output'/>
5953 <arg name='cur' type='xmlDocPtr' info='the document'/>
5954 <arg name='encoding' type='const char *' info='the encoding string'/>
5955 <arg name='format' type='int' info='should formatting spaces been added'/>
Daniel Veillard61006472002-01-21 17:31:47 +00005956 </function>
5957 <function name='htmlDocContentDumpOutput' file='HTMLtree'>
Daniel Veillard2d1464f2002-01-21 23:16:56 +00005958 <info>Dump an HTML document. Formating return/spaces are added.</info>
Daniel Veillard61006472002-01-21 17:31:47 +00005959 <return type='void'/>
Daniel Veillarda9b66d02002-12-11 14:23:49 +00005960 <arg name='buf' type='xmlOutputBufferPtr' info='the HTML buffer output'/>
5961 <arg name='cur' type='xmlDocPtr' info='the document'/>
5962 <arg name='encoding' type='const char *' info='the encoding string'/>
Daniel Veillard61006472002-01-21 17:31:47 +00005963 </function>
5964 <function name='htmlDocDump' file='HTMLtree'>
Daniel Veillard2d1464f2002-01-21 23:16:56 +00005965 <info>Dump an HTML document to an open FILE.</info>
Daniel Veillarda9b66d02002-12-11 14:23:49 +00005966 <return type='int' info='the number of byte written or -1 in case of failure.'/>
5967 <arg name='f' type='FILE *' info='the FILE*'/>
5968 <arg name='cur' type='xmlDocPtr' info='the document'/>
Daniel Veillard61006472002-01-21 17:31:47 +00005969 </function>
5970 <function name='htmlDocDumpMemory' file='HTMLtree'>
Daniel Veillard9d06d302002-01-22 18:15:52 +00005971 <info>Dump an HTML document in memory and return the xmlChar * and it&apos;s size. It&apos;s up to the caller to free the memory.</info>
Daniel Veillard61006472002-01-21 17:31:47 +00005972 <return type='void'/>
Daniel Veillarda9b66d02002-12-11 14:23:49 +00005973 <arg name='cur' type='xmlDocPtr' info='the document'/>
5974 <arg name='mem' type='xmlChar **' info='OUT: the memory pointer'/>
5975 <arg name='size' type='int *' info='OUT: the memory length'/>
Daniel Veillard61006472002-01-21 17:31:47 +00005976 </function>
Daniel Veillard71531f32003-02-05 13:19:53 +00005977 <function name='htmlElementAllowedHere' file='HTMLparser'>
5978 <info>Checks whether an HTML element may be a direct child of a parent element. Note - doesn&apos;t check for deprecated elements</info>
5979 <return type='int' info='1 if allowed; 0 otherwise.'/>
5980 <arg name='parent' type='const htmlElemDesc *' info='HTML parent element'/>
5981 <arg name='elt' type='const xmlChar *' info='HTML element'/>
5982 </function>
5983 <function name='htmlElementStatusHere' file='HTMLparser'>
5984 <info>Checks whether an HTML element may be a direct child of a parent element. and if so whether it is valid or deprecated.</info>
5985 <return type='htmlStatus' info='one of HTML_VALID, HTML_DEPRECATED, HTML_INVALID'/>
5986 <arg name='parent' type='const htmlElemDesc *' info='HTML parent element'/>
5987 <arg name='elt' type='const htmlElemDesc *' info='HTML element'/>
5988 </function>
Daniel Veillard61006472002-01-21 17:31:47 +00005989 <function name='htmlEncodeEntities' file='HTMLparser'>
Daniel Veillard2d1464f2002-01-21 23:16:56 +00005990 <info>Take a block of UTF-8 chars in and try to convert it to an ASCII plus HTML entities block of chars out.</info>
Daniel Veillarda9b66d02002-12-11 14:23:49 +00005991 <return type='int' info='0 if success, -2 if the transcoding fails, or -1 otherwise The value of @inlen after return is the number of octets consumed as the return value is positive, else unpredictable. The value of @outlen after return is the number of octets consumed.'/>
5992 <arg name='out' type='unsigned char *' info='a pointer to an array of bytes to store the result'/>
5993 <arg name='outlen' type='int *' info='the length of @out'/>
5994 <arg name='in' type='const unsigned char *' info='a pointer to an array of UTF-8 chars'/>
5995 <arg name='inlen' type='int *' info='the length of @in'/>
5996 <arg name='quoteChar' type='int' info='the quote character to escape (&apos; or &quot;) or zero.'/>
Daniel Veillard61006472002-01-21 17:31:47 +00005997 </function>
Daniel Veillard61006472002-01-21 17:31:47 +00005998 <function name='htmlEntityLookup' file='HTMLparser'>
Daniel Veillarda9b66d02002-12-11 14:23:49 +00005999 <info>Lookup the given entity in EntitiesTable TODO: the linear scan is really ugly, an hash table is really needed.</info>
6000 <return type='const htmlEntityDesc *' info='the associated htmlEntityDescPtr if found, NULL otherwise.'/>
6001 <arg name='name' type='const xmlChar *' info='the entity name'/>
Daniel Veillard61006472002-01-21 17:31:47 +00006002 </function>
6003 <function name='htmlEntityValueLookup' file='HTMLparser'>
Daniel Veillarda9b66d02002-12-11 14:23:49 +00006004 <info>Lookup the given entity in EntitiesTable TODO: the linear scan is really ugly, an hash table is really needed.</info>
6005 <return type='const htmlEntityDesc *' info='the associated htmlEntityDescPtr if found, NULL otherwise.'/>
6006 <arg name='value' type='unsigned int' info='the entity&apos;s unicode value'/>
Daniel Veillard61006472002-01-21 17:31:47 +00006007 </function>
6008 <function name='htmlFreeParserCtxt' file='HTMLparser'>
Daniel Veillard2d1464f2002-01-21 23:16:56 +00006009 <info>Free all the memory used by a parser context. However the parsed document in ctxt-&gt;myDoc is not freed.</info>
Daniel Veillard61006472002-01-21 17:31:47 +00006010 <return type='void'/>
Daniel Veillarda9b66d02002-12-11 14:23:49 +00006011 <arg name='ctxt' type='htmlParserCtxtPtr' info='an HTML parser context'/>
Daniel Veillard61006472002-01-21 17:31:47 +00006012 </function>
6013 <function name='htmlGetMetaEncoding' file='HTMLtree'>
Daniel Veillard2d1464f2002-01-21 23:16:56 +00006014 <info>Encoding definition lookup in the Meta tags</info>
Daniel Veillarda9b66d02002-12-11 14:23:49 +00006015 <return type='const xmlChar *' info='the current encoding as flagged in the HTML source'/>
6016 <arg name='doc' type='htmlDocPtr' info='the document'/>
Daniel Veillard61006472002-01-21 17:31:47 +00006017 </function>
6018 <function name='htmlHandleOmittedElem' file='HTMLparser'>
Daniel Veillard2d1464f2002-01-21 23:16:56 +00006019 <info>Set and return the previous value for handling HTML omitted tags.</info>
Daniel Veillarda9b66d02002-12-11 14:23:49 +00006020 <return type='int' info='the last value for 0 for no handling, 1 for auto insertion.'/>
6021 <arg name='val' type='int' info='int 0 or 1'/>
Daniel Veillard61006472002-01-21 17:31:47 +00006022 </function>
6023 <function name='htmlInitAutoClose' file='parserInternals'>
Daniel Veillard2d1464f2002-01-21 23:16:56 +00006024 <info>Initialize the htmlStartCloseIndex for fast lookup of closing tags names. This is not reentrant. Call xmlInitParser() once before processing in case of use in multithreaded programs.</info>
Daniel Veillard61006472002-01-21 17:31:47 +00006025 <return type='void'/>
Daniel Veillard61006472002-01-21 17:31:47 +00006026 </function>
6027 <function name='htmlIsAutoClosed' file='HTMLparser'>
Daniel Veillard9d06d302002-01-22 18:15:52 +00006028 <info>The HTML DTD allows a tag to implicitly close other tags. The list is kept in htmlStartClose array. This function checks if a tag is autoclosed by one of it&apos;s child</info>
Daniel Veillarda9b66d02002-12-11 14:23:49 +00006029 <return type='int' info='1 if autoclosed, 0 otherwise'/>
6030 <arg name='doc' type='htmlDocPtr' info='the HTML document'/>
6031 <arg name='elem' type='htmlNodePtr' info='the HTML element'/>
Daniel Veillard61006472002-01-21 17:31:47 +00006032 </function>
Daniel Veillardbd9afb52002-09-25 22:25:35 +00006033 <function name='htmlIsBooleanAttr' file='HTMLtree'>
Daniel Veillard2ace1952002-09-26 12:28:02 +00006034 <info>Determine if a given attribute is a boolean attribute.</info>
Daniel Veillarda9b66d02002-12-11 14:23:49 +00006035 <return type='int' info='false if the attribute is not boolean, true otherwise.'/>
6036 <arg name='name' type='const xmlChar *' info='the name of the attribute to check'/>
Daniel Veillardbd9afb52002-09-25 22:25:35 +00006037 </function>
Daniel Veillard61006472002-01-21 17:31:47 +00006038 <function name='htmlIsScriptAttribute' file='HTMLparser'>
Daniel Veillard2d1464f2002-01-21 23:16:56 +00006039 <info>Check if an attribute is of content type Script</info>
Daniel Veillarda9b66d02002-12-11 14:23:49 +00006040 <return type='int' info='1 is the attribute is a script 0 otherwise'/>
6041 <arg name='name' type='const xmlChar *' info='an attribute name'/>
Daniel Veillard61006472002-01-21 17:31:47 +00006042 </function>
6043 <function name='htmlNewDoc' file='HTMLtree'>
Daniel Veillard2d1464f2002-01-21 23:16:56 +00006044 <info>Creates a new HTML document</info>
Daniel Veillarda9b66d02002-12-11 14:23:49 +00006045 <return type='htmlDocPtr' info='a new document'/>
6046 <arg name='URI' type='const xmlChar *' info='URI for the dtd, or NULL'/>
6047 <arg name='ExternalID' type='const xmlChar *' info='the external ID of the DTD, or NULL'/>
Daniel Veillard61006472002-01-21 17:31:47 +00006048 </function>
6049 <function name='htmlNewDocNoDtD' file='HTMLtree'>
Daniel Veillarda9b66d02002-12-11 14:23:49 +00006050 <info>Creates a new HTML document without a DTD node if @URI and @ExternalID are NULL</info>
6051 <return type='htmlDocPtr' info='a new document, do not initialize the DTD if not provided'/>
6052 <arg name='URI' type='const xmlChar *' info='URI for the dtd, or NULL'/>
6053 <arg name='ExternalID' type='const xmlChar *' info='the external ID of the DTD, or NULL'/>
Daniel Veillard61006472002-01-21 17:31:47 +00006054 </function>
6055 <function name='htmlNodeDump' file='HTMLtree'>
Daniel Veillard2d1464f2002-01-21 23:16:56 +00006056 <info>Dump an HTML node, recursive behaviour,children are printed too, and formatting returns are added.</info>
Daniel Veillarda9b66d02002-12-11 14:23:49 +00006057 <return type='int' info='the number of byte written or -1 in case of error'/>
6058 <arg name='buf' type='xmlBufferPtr' info='the HTML buffer output'/>
6059 <arg name='doc' type='xmlDocPtr' info='the document'/>
6060 <arg name='cur' type='xmlNodePtr' info='the current node'/>
Daniel Veillard61006472002-01-21 17:31:47 +00006061 </function>
6062 <function name='htmlNodeDumpFile' file='HTMLtree'>
Daniel Veillard2d1464f2002-01-21 23:16:56 +00006063 <info>Dump an HTML node, recursive behaviour,children are printed too, and formatting returns are added.</info>
Daniel Veillard61006472002-01-21 17:31:47 +00006064 <return type='void'/>
Daniel Veillarda9b66d02002-12-11 14:23:49 +00006065 <arg name='out' type='FILE *' info='the FILE pointer'/>
6066 <arg name='doc' type='xmlDocPtr' info='the document'/>
6067 <arg name='cur' type='xmlNodePtr' info='the current node'/>
Daniel Veillard61006472002-01-21 17:31:47 +00006068 </function>
6069 <function name='htmlNodeDumpFileFormat' file='HTMLtree'>
Daniel Veillarda9b66d02002-12-11 14:23:49 +00006070 <info>Dump an HTML node, recursive behaviour,children are printed too. TODO: if encoding == NULL try to save in the doc encoding</info>
6071 <return type='int' info='the number of byte written or -1 in case of failure.'/>
6072 <arg name='out' type='FILE *' info='the FILE pointer'/>
6073 <arg name='doc' type='xmlDocPtr' info='the document'/>
6074 <arg name='cur' type='xmlNodePtr' info='the current node'/>
6075 <arg name='encoding' type='const char *' info='the document encoding'/>
6076 <arg name='format' type='int' info='should formatting spaces been added'/>
Daniel Veillard61006472002-01-21 17:31:47 +00006077 </function>
6078 <function name='htmlNodeDumpFormatOutput' file='HTMLtree'>
Daniel Veillard2d1464f2002-01-21 23:16:56 +00006079 <info>Dump an HTML node, recursive behaviour,children are printed too.</info>
Daniel Veillard61006472002-01-21 17:31:47 +00006080 <return type='void'/>
Daniel Veillarda9b66d02002-12-11 14:23:49 +00006081 <arg name='buf' type='xmlOutputBufferPtr' info='the HTML buffer output'/>
6082 <arg name='doc' type='xmlDocPtr' info='the document'/>
6083 <arg name='cur' type='xmlNodePtr' info='the current node'/>
6084 <arg name='encoding' type='const char *' info='the encoding string'/>
6085 <arg name='format' type='int' info='should formatting spaces been added'/>
Daniel Veillard61006472002-01-21 17:31:47 +00006086 </function>
Daniel Veillard000eafb2002-12-12 10:04:22 +00006087 <function name='htmlNodeDumpOutput' file='HTMLtree'>
6088 <info>Dump an HTML node, recursive behaviour,children are printed too, and formatting returns/spaces are added.</info>
6089 <return type='void'/>
6090 <arg name='buf' type='xmlOutputBufferPtr' info='the HTML buffer output'/>
6091 <arg name='doc' type='xmlDocPtr' info='the document'/>
6092 <arg name='cur' type='xmlNodePtr' info='the current node'/>
6093 <arg name='encoding' type='const char *' info='the encoding string'/>
6094 </function>
Daniel Veillard71531f32003-02-05 13:19:53 +00006095 <function name='htmlNodeStatus' file='HTMLparser'>
Daniel Veillard1d788d22003-02-10 16:21:58 +00006096 <info>Checks whether the tree node is valid. Experimental (the author only uses the HTML enhancements in a SAX parser)</info>
Daniel Veillardef4d3bc2003-02-07 12:38:22 +00006097 <return type='htmlStatus' info='for Element nodes, a return from htmlElementAllowedHere (if legacy allowed) or htmlElementStatusHere (otherwise). for Attribute nodes, a return from htmlAttrAllowed for other nodes, HTML_NA (no checks performed)'/>
Daniel Veillard1d788d22003-02-10 16:21:58 +00006098 <arg name='node' type='const htmlNodePtr' info='an htmlNodePtr in a tree'/>
6099 <arg name='legacy' type='int' info='whether to allow deprecated elements (YES is faster here for Element nodes)'/>
Daniel Veillard71531f32003-02-05 13:19:53 +00006100 </function>
Daniel Veillard61006472002-01-21 17:31:47 +00006101 <function name='htmlParseCharRef' file='HTMLparser'>
Daniel Veillarda9b66d02002-12-11 14:23:49 +00006102 <info>parse Reference declarations [66] CharRef ::= &apos;&amp;#&apos; [0-9]+ &apos;;&apos; | &apos;&amp;#x&apos; [0-9a-fA-F]+ &apos;;&apos;</info>
6103 <return type='int' info='the value parsed (as an int)'/>
6104 <arg name='ctxt' type='htmlParserCtxtPtr' info='an HTML parser context'/>
Daniel Veillard61006472002-01-21 17:31:47 +00006105 </function>
6106 <function name='htmlParseChunk' file='HTMLparser'>
Daniel Veillard2d1464f2002-01-21 23:16:56 +00006107 <info>Parse a Chunk of memory</info>
Daniel Veillarda9b66d02002-12-11 14:23:49 +00006108 <return type='int' info='zero if no error, the xmlParserErrors otherwise.'/>
Daniel Veillardcd6ff282003-10-08 22:38:13 +00006109 <arg name='ctxt' type='htmlParserCtxtPtr' info='an HTML parser context'/>
Daniel Veillarda9b66d02002-12-11 14:23:49 +00006110 <arg name='chunk' type='const char *' info='an char array'/>
6111 <arg name='size' type='int' info='the size in byte of the chunk'/>
6112 <arg name='terminate' type='int' info='last chunk indicator'/>
Daniel Veillard61006472002-01-21 17:31:47 +00006113 </function>
6114 <function name='htmlParseDoc' file='HTMLparser'>
Daniel Veillard2d1464f2002-01-21 23:16:56 +00006115 <info>parse an HTML in-memory document and build a tree.</info>
Daniel Veillarda9b66d02002-12-11 14:23:49 +00006116 <return type='htmlDocPtr' info='the resulting document tree'/>
6117 <arg name='cur' type='xmlChar *' info='a pointer to an array of xmlChar'/>
6118 <arg name='encoding' type='const char *' info='a free form C string describing the HTML document encoding, or NULL'/>
Daniel Veillard61006472002-01-21 17:31:47 +00006119 </function>
Daniel Veillard1b31e4a2002-05-27 14:44:50 +00006120 <function name='htmlParseDocument' file='HTMLparser'>
Daniel Veillard539638b2002-07-06 19:55:14 +00006121 <info>parse an HTML document (and build a tree if using the standard SAX interface).</info>
Daniel Veillarda9b66d02002-12-11 14:23:49 +00006122 <return type='int' info='0, -1 in case of error. the parser context is augmented as a result of the parsing.'/>
6123 <arg name='ctxt' type='htmlParserCtxtPtr' info='an HTML parser context'/>
Daniel Veillard1b31e4a2002-05-27 14:44:50 +00006124 </function>
Daniel Veillard61006472002-01-21 17:31:47 +00006125 <function name='htmlParseElement' file='HTMLparser'>
Daniel Veillarda9b66d02002-12-11 14:23:49 +00006126 <info>parse an HTML element, this is highly recursive [39] element ::= EmptyElemTag | STag content ETag [41] Attribute ::= Name Eq AttValue</info>
Daniel Veillard61006472002-01-21 17:31:47 +00006127 <return type='void'/>
Daniel Veillarda9b66d02002-12-11 14:23:49 +00006128 <arg name='ctxt' type='htmlParserCtxtPtr' info='an HTML parser context'/>
Daniel Veillard61006472002-01-21 17:31:47 +00006129 </function>
6130 <function name='htmlParseEntityRef' file='HTMLparser'>
Daniel Veillarda9b66d02002-12-11 14:23:49 +00006131 <info>parse an HTML ENTITY references [68] EntityRef ::= &apos;&amp;&apos; Name &apos;;&apos;</info>
6132 <return type='const htmlEntityDesc *' info='the associated htmlEntityDescPtr if found, or NULL otherwise, if non-NULL *str will have to be freed by the caller.'/>
6133 <arg name='ctxt' type='htmlParserCtxtPtr' info='an HTML parser context'/>
Daniel Veillard2fdbd322003-08-18 12:15:38 +00006134 <arg name='str' type='const xmlChar **' info='location to store the entity name'/>
Daniel Veillard61006472002-01-21 17:31:47 +00006135 </function>
6136 <function name='htmlParseFile' file='HTMLparser'>
Daniel Veillard2d1464f2002-01-21 23:16:56 +00006137 <info>parse an HTML file and build a tree. Automatic support for ZLIB/Compress compressed document is provided by default if found at compile-time.</info>
Daniel Veillarda9b66d02002-12-11 14:23:49 +00006138 <return type='htmlDocPtr' info='the resulting document tree'/>
6139 <arg name='filename' type='const char *' info='the filename'/>
6140 <arg name='encoding' type='const char *' info='a free form C string describing the HTML document encoding, or NULL'/>
Daniel Veillard61006472002-01-21 17:31:47 +00006141 </function>
Daniel Veillarddca8cc72003-09-26 13:53:14 +00006142 <function name='htmlReadDoc' file='HTMLparser'>
6143 <info>parse an XML in-memory document and build a tree.</info>
6144 <return type='htmlDocPtr' info='the resulting document tree'/>
6145 <arg name='cur' type='const xmlChar *' info='a pointer to a zero terminated string'/>
6146 <arg name='URL' type='const char *' info='the base URL to use for the document'/>
6147 <arg name='encoding' type='const char *' info='the document encoding, or NULL'/>
6148 <arg name='options' type='int' info='a combination of htmlParserOption(s)'/>
6149 </function>
6150 <function name='htmlReadFd' file='HTMLparser'>
6151 <info>parse an XML from a file descriptor and build a tree.</info>
6152 <return type='htmlDocPtr' info='the resulting document tree'/>
6153 <arg name='fd' type='int' info='an open file descriptor'/>
6154 <arg name='URL' type='const char *' info='the base URL to use for the document'/>
6155 <arg name='encoding' type='const char *' info='the document encoding, or NULL'/>
6156 <arg name='options' type='int' info='a combination of htmlParserOption(s)'/>
6157 </function>
6158 <function name='htmlReadFile' file='HTMLparser'>
6159 <info>parse an XML file from the filesystem or the network.</info>
6160 <return type='htmlDocPtr' info='the resulting document tree'/>
6161 <arg name='filename' type='const char *' info='a file or URL'/>
6162 <arg name='encoding' type='const char *' info='the document encoding, or NULL'/>
6163 <arg name='options' type='int' info='a combination of htmlParserOption(s)'/>
6164 </function>
6165 <function name='htmlReadIO' file='HTMLparser'>
6166 <info>parse an HTML document from I/O functions and source and build a tree.</info>
6167 <return type='htmlDocPtr' info='the resulting document tree'/>
6168 <arg name='ioread' type='xmlInputReadCallback' info='an I/O read function'/>
6169 <arg name='ioclose' type='xmlInputCloseCallback' info='an I/O close function'/>
6170 <arg name='ioctx' type='void *' info='an I/O handler'/>
6171 <arg name='URL' type='const char *' info='the base URL to use for the document'/>
6172 <arg name='encoding' type='const char *' info='the document encoding, or NULL'/>
6173 <arg name='options' type='int' info='a combination of htmlParserOption(s)'/>
6174 </function>
6175 <function name='htmlReadMemory' file='HTMLparser'>
6176 <info>parse an XML in-memory document and build a tree.</info>
6177 <return type='htmlDocPtr' info='the resulting document tree'/>
6178 <arg name='buffer' type='const char *' info='a pointer to a char array'/>
6179 <arg name='size' type='int' info='the size of the array'/>
6180 <arg name='URL' type='const char *' info='the base URL to use for the document'/>
6181 <arg name='encoding' type='const char *' info='the document encoding, or NULL'/>
6182 <arg name='options' type='int' info='a combination of htmlParserOption(s)'/>
6183 </function>
Daniel Veillard61006472002-01-21 17:31:47 +00006184 <function name='htmlSAXParseDoc' file='HTMLparser'>
Daniel Veillard2d1464f2002-01-21 23:16:56 +00006185 <info>Parse an HTML in-memory document. If sax is not NULL, use the SAX callbacks to handle parse events. If sax is NULL, fallback to the default DOM behavior and return a tree.</info>
Daniel Veillarda9b66d02002-12-11 14:23:49 +00006186 <return type='htmlDocPtr' info='the resulting document tree unless SAX is NULL or the document is not well formed.'/>
6187 <arg name='cur' type='xmlChar *' info='a pointer to an array of xmlChar'/>
6188 <arg name='encoding' type='const char *' info='a free form C string describing the HTML document encoding, or NULL'/>
6189 <arg name='sax' type='htmlSAXHandlerPtr' info='the SAX handler block'/>
6190 <arg name='userData' type='void *' info='if using SAX, this pointer will be provided on callbacks.'/>
Daniel Veillard61006472002-01-21 17:31:47 +00006191 </function>
6192 <function name='htmlSAXParseFile' file='HTMLparser'>
Daniel Veillard2d1464f2002-01-21 23:16:56 +00006193 <info>parse an HTML file and build a tree. Automatic support for ZLIB/Compress compressed document is provided by default if found at compile-time. It use the given SAX function block to handle the parsing callback. If sax is NULL, fallback to the default DOM tree building routines.</info>
Daniel Veillarda9b66d02002-12-11 14:23:49 +00006194 <return type='htmlDocPtr' info='the resulting document tree unless SAX is NULL or the document is not well formed.'/>
6195 <arg name='filename' type='const char *' info='the filename'/>
6196 <arg name='encoding' type='const char *' info='a free form C string describing the HTML document encoding, or NULL'/>
6197 <arg name='sax' type='htmlSAXHandlerPtr' info='the SAX handler block'/>
6198 <arg name='userData' type='void *' info='if using SAX, this pointer will be provided on callbacks.'/>
Daniel Veillard61006472002-01-21 17:31:47 +00006199 </function>
6200 <function name='htmlSaveFile' file='HTMLtree'>
Daniel Veillarda9b66d02002-12-11 14:23:49 +00006201 <info>Dump an HTML document to a file. If @filename is &quot;-&quot; the stdout file is used.</info>
6202 <return type='int' info='the number of byte written or -1 in case of failure.'/>
6203 <arg name='filename' type='const char *' info='the filename (or URL)'/>
6204 <arg name='cur' type='xmlDocPtr' info='the document'/>
Daniel Veillard61006472002-01-21 17:31:47 +00006205 </function>
6206 <function name='htmlSaveFileEnc' file='HTMLtree'>
Daniel Veillard2d1464f2002-01-21 23:16:56 +00006207 <info>Dump an HTML document to a file using a given encoding and formatting returns/spaces are added.</info>
Daniel Veillarda9b66d02002-12-11 14:23:49 +00006208 <return type='int' info='the number of byte written or -1 in case of failure.'/>
6209 <arg name='filename' type='const char *' info='the filename'/>
6210 <arg name='cur' type='xmlDocPtr' info='the document'/>
6211 <arg name='encoding' type='const char *' info='the document encoding'/>
Daniel Veillard61006472002-01-21 17:31:47 +00006212 </function>
6213 <function name='htmlSaveFileFormat' file='HTMLtree'>
Daniel Veillard2d1464f2002-01-21 23:16:56 +00006214 <info>Dump an HTML document to a file using a given encoding.</info>
Daniel Veillarda9b66d02002-12-11 14:23:49 +00006215 <return type='int' info='the number of byte written or -1 in case of failure.'/>
6216 <arg name='filename' type='const char *' info='the filename'/>
6217 <arg name='cur' type='xmlDocPtr' info='the document'/>
6218 <arg name='encoding' type='const char *' info='the document encoding'/>
6219 <arg name='format' type='int' info='should formatting spaces been added'/>
Daniel Veillard61006472002-01-21 17:31:47 +00006220 </function>
6221 <function name='htmlSetMetaEncoding' file='HTMLtree'>
Daniel Veillard2d1464f2002-01-21 23:16:56 +00006222 <info>Sets the current encoding in the Meta tags NOTE: this will not change the document content encoding, just the META flag associated.</info>
Daniel Veillarda9b66d02002-12-11 14:23:49 +00006223 <return type='int' info='0 in case of success and -1 in case of error'/>
6224 <arg name='doc' type='htmlDocPtr' info='the document'/>
6225 <arg name='encoding' type='const xmlChar *' info='the encoding string'/>
Daniel Veillard61006472002-01-21 17:31:47 +00006226 </function>
6227 <function name='htmlTagLookup' file='HTMLparser'>
Daniel Veillard2d1464f2002-01-21 23:16:56 +00006228 <info>Lookup the HTML tag in the ElementTable</info>
Daniel Veillarda9b66d02002-12-11 14:23:49 +00006229 <return type='const htmlElemDesc *' info='the related htmlElemDescPtr or NULL if not found.'/>
6230 <arg name='tag' type='const xmlChar *' info='The tag name in lowercase'/>
Daniel Veillard61006472002-01-21 17:31:47 +00006231 </function>
6232 <function name='ignorableWhitespace' file='SAX'>
William M. Brackcdfa2862003-08-29 06:03:38 +00006233 <info>receiving some ignorable whitespaces from the parser. UNUSED: by default the DOM building will use characters DEPRECATED: use xmlSAX2IgnorableWhitespace()</info>
Daniel Veillard61006472002-01-21 17:31:47 +00006234 <return type='void'/>
Daniel Veillarda9b66d02002-12-11 14:23:49 +00006235 <arg name='ctx' type='void *' info='the user data (XML parser context)'/>
6236 <arg name='ch' type='const xmlChar *' info='a xmlChar string'/>
6237 <arg name='len' type='int' info='the number of xmlChar'/>
Daniel Veillard61006472002-01-21 17:31:47 +00006238 </function>
Daniel Veillard9d06d302002-01-22 18:15:52 +00006239 <functype name='ignorableWhitespaceSAXFunc' file='parser'>
Daniel Veillard19274092002-03-25 16:48:03 +00006240 <info>Receiving some ignorable whitespaces from the parser. UNUSED: by default the DOM building will use characters.</info>
Daniel Veillard000eafb2002-12-12 10:04:22 +00006241 <return type='void'/>
Daniel Veillarda9b66d02002-12-11 14:23:49 +00006242 <arg name='ctx' type='void *' info='the user data (XML parser context)'/>
6243 <arg name='ch' type='const xmlChar *' info='a xmlChar string'/>
6244 <arg name='len' type='int' info='the number of xmlChar'/>
Daniel Veillard9d06d302002-01-22 18:15:52 +00006245 </functype>
6246 <function name='initGenericErrorDefaultFunc' file='xmlerror'>
Daniel Veillard71531f32003-02-05 13:19:53 +00006247 <info>Set or reset (if NULL) the default handler for generic errors to the builtin error function.</info>
Daniel Veillard9d06d302002-01-22 18:15:52 +00006248 <return type='void'/>
Daniel Veillarda9b66d02002-12-11 14:23:49 +00006249 <arg name='handler' type='xmlGenericErrorFunc *' info='the handler'/>
Daniel Veillard61006472002-01-21 17:31:47 +00006250 </function>
6251 <function name='initdocbDefaultSAXHandler' file='SAX'>
William M. Brackcdfa2862003-08-29 06:03:38 +00006252 <info>Initialize the default DocBook SAX version 1 handler DEPRECATED: use xmlSAX2InitDocbDefaultSAXHandler() for the new SAX2 blocks</info>
Daniel Veillard61006472002-01-21 17:31:47 +00006253 <return type='void'/>
Daniel Veillard092643b2003-09-25 14:29:29 +00006254 <arg name='hdlr' type='xmlSAXHandlerV1 *' info='the SAX handler'/>
Daniel Veillard61006472002-01-21 17:31:47 +00006255 </function>
6256 <function name='inithtmlDefaultSAXHandler' file='SAX'>
William M. Brackcdfa2862003-08-29 06:03:38 +00006257 <info>Initialize the default HTML SAX version 1 handler DEPRECATED: use xmlSAX2InitHtmlDefaultSAXHandler() for the new SAX2 blocks</info>
Daniel Veillard61006472002-01-21 17:31:47 +00006258 <return type='void'/>
Daniel Veillard092643b2003-09-25 14:29:29 +00006259 <arg name='hdlr' type='xmlSAXHandlerV1 *' info='the SAX handler'/>
Daniel Veillard61006472002-01-21 17:31:47 +00006260 </function>
6261 <function name='initxmlDefaultSAXHandler' file='SAX'>
William M. Brackcdfa2862003-08-29 06:03:38 +00006262 <info>Initialize the default XML SAX version 1 handler DEPRECATED: use xmlSAX2InitDefaultSAXHandler() for the new SAX2 blocks</info>
Daniel Veillard61006472002-01-21 17:31:47 +00006263 <return type='void'/>
Daniel Veillard092643b2003-09-25 14:29:29 +00006264 <arg name='hdlr' type='xmlSAXHandlerV1 *' info='the SAX handler'/>
Daniel Veillarda9b66d02002-12-11 14:23:49 +00006265 <arg name='warning' type='int' info='flag if non-zero sets the handler warning procedure'/>
Daniel Veillard61006472002-01-21 17:31:47 +00006266 </function>
6267 <function name='inputPop' file='parserInternals'>
Daniel Veillard2d1464f2002-01-21 23:16:56 +00006268 <info>Pops the top parser input from the input stack</info>
Daniel Veillarda9b66d02002-12-11 14:23:49 +00006269 <return type='xmlParserInputPtr' info='the input just removed'/>
6270 <arg name='ctxt' type='xmlParserCtxtPtr' info='an XML parser context'/>
Daniel Veillard61006472002-01-21 17:31:47 +00006271 </function>
6272 <function name='inputPush' file='parserInternals'>
Daniel Veillard2d1464f2002-01-21 23:16:56 +00006273 <info>Pushes a new parser input on top of the input stack</info>
Daniel Veillarda9b66d02002-12-11 14:23:49 +00006274 <return type='int' info='0 in case of error, the index in the stack otherwise'/>
6275 <arg name='ctxt' type='xmlParserCtxtPtr' info='an XML parser context'/>
6276 <arg name='value' type='xmlParserInputPtr' info='the parser input'/>
Daniel Veillard61006472002-01-21 17:31:47 +00006277 </function>
6278 <function name='internalSubset' file='SAX'>
William M. Brackcdfa2862003-08-29 06:03:38 +00006279 <info>Callback on internal subset declaration. DEPRECATED: use xmlSAX2InternalSubset()</info>
Daniel Veillard61006472002-01-21 17:31:47 +00006280 <return type='void'/>
Daniel Veillarda9b66d02002-12-11 14:23:49 +00006281 <arg name='ctx' type='void *' info='the user data (XML parser context)'/>
6282 <arg name='name' type='const xmlChar *' info='the root element name'/>
6283 <arg name='ExternalID' type='const xmlChar *' info='the external ID'/>
6284 <arg name='SystemID' type='const xmlChar *' info='the SYSTEM ID (e.g. filename or URL)'/>
Daniel Veillard61006472002-01-21 17:31:47 +00006285 </function>
Daniel Veillard9d06d302002-01-22 18:15:52 +00006286 <functype name='internalSubsetSAXFunc' file='parser'>
6287 <info>Callback on internal subset declaration.</info>
Daniel Veillard000eafb2002-12-12 10:04:22 +00006288 <return type='void'/>
Daniel Veillarda9b66d02002-12-11 14:23:49 +00006289 <arg name='ctx' type='void *' info='the user data (XML parser context)'/>
6290 <arg name='name' type='const xmlChar *' info='the root element name'/>
6291 <arg name='ExternalID' type='const xmlChar *' info='the external ID'/>
6292 <arg name='SystemID' type='const xmlChar *' info='the SYSTEM ID (e.g. filename or URL)'/>
Daniel Veillard9d06d302002-01-22 18:15:52 +00006293 </functype>
Daniel Veillard61006472002-01-21 17:31:47 +00006294 <function name='isStandalone' file='SAX'>
William M. Brackcdfa2862003-08-29 06:03:38 +00006295 <info>Is this document tagged standalone ? DEPRECATED: use xmlSAX2IsStandalone()</info>
Daniel Veillarda9b66d02002-12-11 14:23:49 +00006296 <return type='int' info='1 if true'/>
6297 <arg name='ctx' type='void *' info='the user data (XML parser context)'/>
Daniel Veillard61006472002-01-21 17:31:47 +00006298 </function>
Daniel Veillard9d06d302002-01-22 18:15:52 +00006299 <functype name='isStandaloneSAXFunc' file='parser'>
Daniel Veillard19274092002-03-25 16:48:03 +00006300 <info>Is this document tagged standalone?</info>
Daniel Veillard000eafb2002-12-12 10:04:22 +00006301 <return type='int' info='1 if true'/>
Daniel Veillarda9b66d02002-12-11 14:23:49 +00006302 <arg name='ctx' type='void *' info='the user data (XML parser context)'/>
Daniel Veillard9d06d302002-01-22 18:15:52 +00006303 </functype>
Daniel Veillard61006472002-01-21 17:31:47 +00006304 <function name='isolat1ToUTF8' file='encoding'>
Daniel Veillard2d1464f2002-01-21 23:16:56 +00006305 <info>Take a block of ISO Latin 1 chars in and try to convert it to an UTF-8 block of chars out.</info>
John Fleck0eaf41c2003-12-01 04:45:26 +00006306 <return type='int' info='0 if success, or -1 otherwise The value of @inlen after return is the number of octets consumed if the return value is positive, else unpredictable. The value of @outlen after return is the number of octets consumed.'/>
Daniel Veillarda9b66d02002-12-11 14:23:49 +00006307 <arg name='out' type='unsigned char *' info='a pointer to an array of bytes to store the result'/>
6308 <arg name='outlen' type='int *' info='the length of @out'/>
6309 <arg name='in' type='const unsigned char *' info='a pointer to an array of ISO Latin 1 chars'/>
6310 <arg name='inlen' type='int *' info='the length of @in'/>
6311 </function>
Daniel Veillard61006472002-01-21 17:31:47 +00006312 <function name='namePop' file='parserInternals'>
Daniel Veillard2d1464f2002-01-21 23:16:56 +00006313 <info>Pops the top element name from the name stack</info>
Daniel Veillard2fdbd322003-08-18 12:15:38 +00006314 <return type='const xmlChar *' info='the name just removed'/>
Daniel Veillarda9b66d02002-12-11 14:23:49 +00006315 <arg name='ctxt' type='xmlParserCtxtPtr' info='an XML parser context'/>
Daniel Veillard61006472002-01-21 17:31:47 +00006316 </function>
6317 <function name='namePush' file='parserInternals'>
Daniel Veillard2d1464f2002-01-21 23:16:56 +00006318 <info>Pushes a new element name on top of the name stack</info>
Daniel Veillarde24c7dc2003-08-29 06:03:38 +00006319 <return type='int' info='-1 in case of error, the index in the stack otherwise'/>
Daniel Veillarda9b66d02002-12-11 14:23:49 +00006320 <arg name='ctxt' type='xmlParserCtxtPtr' info='an XML parser context'/>
Daniel Veillard2fdbd322003-08-18 12:15:38 +00006321 <arg name='value' type='const xmlChar *' info='the element name'/>
Daniel Veillard61006472002-01-21 17:31:47 +00006322 </function>
6323 <function name='namespaceDecl' file='SAX'>
William M. Brackcdfa2862003-08-29 06:03:38 +00006324 <info>A namespace has been parsed. DEPRECATED</info>
Daniel Veillard61006472002-01-21 17:31:47 +00006325 <return type='void'/>
Daniel Veillarda9b66d02002-12-11 14:23:49 +00006326 <arg name='ctx' type='void *' info='the user data (XML parser context)'/>
6327 <arg name='href' type='const xmlChar *' info='the namespace associated URN'/>
6328 <arg name='prefix' type='const xmlChar *' info='the namespace prefix'/>
Daniel Veillard61006472002-01-21 17:31:47 +00006329 </function>
6330 <function name='nodePop' file='parserInternals'>
Daniel Veillard2d1464f2002-01-21 23:16:56 +00006331 <info>Pops the top element node from the node stack</info>
Daniel Veillarda9b66d02002-12-11 14:23:49 +00006332 <return type='xmlNodePtr' info='the node just removed'/>
6333 <arg name='ctxt' type='xmlParserCtxtPtr' info='an XML parser context'/>
Daniel Veillard61006472002-01-21 17:31:47 +00006334 </function>
6335 <function name='nodePush' file='parserInternals'>
Daniel Veillard2d1464f2002-01-21 23:16:56 +00006336 <info>Pushes a new element node on top of the node stack</info>
Daniel Veillarda9b66d02002-12-11 14:23:49 +00006337 <return type='int' info='0 in case of error, the index in the stack otherwise'/>
6338 <arg name='ctxt' type='xmlParserCtxtPtr' info='an XML parser context'/>
6339 <arg name='value' type='xmlNodePtr' info='the element node'/>
Daniel Veillard61006472002-01-21 17:31:47 +00006340 </function>
6341 <function name='notationDecl' file='SAX'>
William M. Brackcdfa2862003-08-29 06:03:38 +00006342 <info>What to do when a notation declaration has been parsed. DEPRECATED: use xmlSAX2NotationDecl()</info>
Daniel Veillard61006472002-01-21 17:31:47 +00006343 <return type='void'/>
Daniel Veillarda9b66d02002-12-11 14:23:49 +00006344 <arg name='ctx' type='void *' info='the user data (XML parser context)'/>
6345 <arg name='name' type='const xmlChar *' info='The name of the notation'/>
6346 <arg name='publicId' type='const xmlChar *' info='The public ID of the entity'/>
6347 <arg name='systemId' type='const xmlChar *' info='The system ID of the entity'/>
Daniel Veillard61006472002-01-21 17:31:47 +00006348 </function>
Daniel Veillard9d06d302002-01-22 18:15:52 +00006349 <functype name='notationDeclSAXFunc' file='parser'>
6350 <info>What to do when a notation declaration has been parsed.</info>
Daniel Veillard000eafb2002-12-12 10:04:22 +00006351 <return type='void'/>
Daniel Veillarda9b66d02002-12-11 14:23:49 +00006352 <arg name='ctx' type='void *' info='the user data (XML parser context)'/>
6353 <arg name='name' type='const xmlChar *' info='The name of the notation'/>
6354 <arg name='publicId' type='const xmlChar *' info='The public ID of the entity'/>
6355 <arg name='systemId' type='const xmlChar *' info='The system ID of the entity'/>
Daniel Veillard9d06d302002-01-22 18:15:52 +00006356 </functype>
Daniel Veillard61006472002-01-21 17:31:47 +00006357 <function name='processingInstruction' file='SAX'>
William M. Brackcdfa2862003-08-29 06:03:38 +00006358 <info>A processing instruction has been parsed. DEPRECATED: use xmlSAX2ProcessingInstruction()</info>
Daniel Veillard61006472002-01-21 17:31:47 +00006359 <return type='void'/>
Daniel Veillarda9b66d02002-12-11 14:23:49 +00006360 <arg name='ctx' type='void *' info='the user data (XML parser context)'/>
6361 <arg name='target' type='const xmlChar *' info='the target name'/>
6362 <arg name='data' type='const xmlChar *' info='the PI data&apos;s'/>
Daniel Veillard61006472002-01-21 17:31:47 +00006363 </function>
Daniel Veillard9d06d302002-01-22 18:15:52 +00006364 <functype name='processingInstructionSAXFunc' file='parser'>
6365 <info>A processing instruction has been parsed.</info>
Daniel Veillard000eafb2002-12-12 10:04:22 +00006366 <return type='void'/>
Daniel Veillarda9b66d02002-12-11 14:23:49 +00006367 <arg name='ctx' type='void *' info='the user data (XML parser context)'/>
6368 <arg name='target' type='const xmlChar *' info='the target name'/>
6369 <arg name='data' type='const xmlChar *' info='the PI data&apos;s'/>
Daniel Veillard9d06d302002-01-22 18:15:52 +00006370 </functype>
Daniel Veillard61006472002-01-21 17:31:47 +00006371 <function name='reference' file='SAX'>
William M. Brackcdfa2862003-08-29 06:03:38 +00006372 <info>called when an entity reference is detected. DEPRECATED: use xmlSAX2Reference()</info>
Daniel Veillard61006472002-01-21 17:31:47 +00006373 <return type='void'/>
Daniel Veillarda9b66d02002-12-11 14:23:49 +00006374 <arg name='ctx' type='void *' info='the user data (XML parser context)'/>
6375 <arg name='name' type='const xmlChar *' info='The entity name'/>
Daniel Veillard61006472002-01-21 17:31:47 +00006376 </function>
Daniel Veillard9d06d302002-01-22 18:15:52 +00006377 <functype name='referenceSAXFunc' file='parser'>
Daniel Veillard19274092002-03-25 16:48:03 +00006378 <info>Called when an entity reference is detected.</info>
Daniel Veillard000eafb2002-12-12 10:04:22 +00006379 <return type='void'/>
Daniel Veillarda9b66d02002-12-11 14:23:49 +00006380 <arg name='ctx' type='void *' info='the user data (XML parser context)'/>
6381 <arg name='name' type='const xmlChar *' info='The entity name'/>
Daniel Veillard9d06d302002-01-22 18:15:52 +00006382 </functype>
Daniel Veillard61006472002-01-21 17:31:47 +00006383 <function name='resolveEntity' file='SAX'>
William M. Brackcdfa2862003-08-29 06:03:38 +00006384 <info>The entity loader, to control the loading of external entities, the application can either: - override this resolveEntity() callback in the SAX block - or better use the xmlSetExternalEntityLoader() function to set up it&apos;s own entity resolution routine DEPRECATED: use xmlSAX2ResolveEntity()</info>
Daniel Veillarda9b66d02002-12-11 14:23:49 +00006385 <return type='xmlParserInputPtr' info='the xmlParserInputPtr if inlined or NULL for DOM behaviour.'/>
6386 <arg name='ctx' type='void *' info='the user data (XML parser context)'/>
6387 <arg name='publicId' type='const xmlChar *' info='The public ID of the entity'/>
6388 <arg name='systemId' type='const xmlChar *' info='The system ID of the entity'/>
Daniel Veillard61006472002-01-21 17:31:47 +00006389 </function>
Daniel Veillard9d06d302002-01-22 18:15:52 +00006390 <functype name='resolveEntitySAXFunc' file='parser'>
6391 <info>Callback: The entity loader, to control the loading of external entities, the application can either: - override this resolveEntity() callback in the SAX block - or better use the xmlSetExternalEntityLoader() function to set up it&apos;s own entity resolution routine</info>
Daniel Veillard000eafb2002-12-12 10:04:22 +00006392 <return type='xmlParserInputPtr' info='the xmlParserInputPtr if inlined or NULL for DOM behaviour.'/>
Daniel Veillarda9b66d02002-12-11 14:23:49 +00006393 <arg name='ctx' type='void *' info='the user data (XML parser context)'/>
6394 <arg name='publicId' type='const xmlChar *' info='The public ID of the entity'/>
6395 <arg name='systemId' type='const xmlChar *' info='The system ID of the entity'/>
Daniel Veillard9d06d302002-01-22 18:15:52 +00006396 </functype>
Daniel Veillard61006472002-01-21 17:31:47 +00006397 <function name='setDocumentLocator' file='SAX'>
William M. Brackcdfa2862003-08-29 06:03:38 +00006398 <info>Receive the document locator at startup, actually xmlDefaultSAXLocator Everything is available on the context, so this is useless in our case. DEPRECATED</info>
Daniel Veillard61006472002-01-21 17:31:47 +00006399 <return type='void'/>
Daniel Veillarda9b66d02002-12-11 14:23:49 +00006400 <arg name='ctx' type='void *' info='the user data (XML parser context)'/>
6401 <arg name='loc' type='xmlSAXLocatorPtr' info='A SAX Locator'/>
Daniel Veillard61006472002-01-21 17:31:47 +00006402 </function>
Daniel Veillard9d06d302002-01-22 18:15:52 +00006403 <functype name='setDocumentLocatorSAXFunc' file='parser'>
Daniel Veillard19274092002-03-25 16:48:03 +00006404 <info>Receive the document locator at startup, actually xmlDefaultSAXLocator. Everything is available on the context, so this is useless in our case.</info>
Daniel Veillard000eafb2002-12-12 10:04:22 +00006405 <return type='void'/>
Daniel Veillarda9b66d02002-12-11 14:23:49 +00006406 <arg name='ctx' type='void *' info='the user data (XML parser context)'/>
6407 <arg name='loc' type='xmlSAXLocatorPtr' info='A SAX Locator'/>
Daniel Veillard9d06d302002-01-22 18:15:52 +00006408 </functype>
Daniel Veillard61006472002-01-21 17:31:47 +00006409 <function name='setNamespace' file='SAX'>
William M. Brackcdfa2862003-08-29 06:03:38 +00006410 <info>Set the current element namespace. DEPRECATED</info>
Daniel Veillard61006472002-01-21 17:31:47 +00006411 <return type='void'/>
Daniel Veillarda9b66d02002-12-11 14:23:49 +00006412 <arg name='ctx' type='void *' info='the user data (XML parser context)'/>
6413 <arg name='name' type='const xmlChar *' info='the namespace prefix'/>
Daniel Veillard61006472002-01-21 17:31:47 +00006414 </function>
6415 <function name='startDocument' file='SAX'>
William M. Brackcdfa2862003-08-29 06:03:38 +00006416 <info>called when the document start being processed. DEPRECATED: use xmlSAX2StartDocument()</info>
Daniel Veillard61006472002-01-21 17:31:47 +00006417 <return type='void'/>
Daniel Veillarda9b66d02002-12-11 14:23:49 +00006418 <arg name='ctx' type='void *' info='the user data (XML parser context)'/>
Daniel Veillard61006472002-01-21 17:31:47 +00006419 </function>
Daniel Veillard9d06d302002-01-22 18:15:52 +00006420 <functype name='startDocumentSAXFunc' file='parser'>
Daniel Veillard19274092002-03-25 16:48:03 +00006421 <info>Called when the document start being processed.</info>
Daniel Veillard000eafb2002-12-12 10:04:22 +00006422 <return type='void'/>
Daniel Veillarda9b66d02002-12-11 14:23:49 +00006423 <arg name='ctx' type='void *' info='the user data (XML parser context)'/>
Daniel Veillard9d06d302002-01-22 18:15:52 +00006424 </functype>
Daniel Veillard61006472002-01-21 17:31:47 +00006425 <function name='startElement' file='SAX'>
William M. Brackcdfa2862003-08-29 06:03:38 +00006426 <info>called when an opening tag has been processed. DEPRECATED: use xmlSAX2StartElement()</info>
Daniel Veillard61006472002-01-21 17:31:47 +00006427 <return type='void'/>
Daniel Veillarda9b66d02002-12-11 14:23:49 +00006428 <arg name='ctx' type='void *' info='the user data (XML parser context)'/>
6429 <arg name='fullname' type='const xmlChar *' info='The element name, including namespace prefix'/>
6430 <arg name='atts' type='const xmlChar **' info='An array of name/value attributes pairs, NULL terminated'/>
Daniel Veillard61006472002-01-21 17:31:47 +00006431 </function>
William M. Brackcdfa2862003-08-29 06:03:38 +00006432 <functype name='startElementNsSAX2Func' file='parser'>
Daniel Veillarde24c7dc2003-08-29 06:03:38 +00006433 <info>SAX2 callback when an element start has been detected by the parser. It provides the namespace informations for the element, as well as the new namespace declarations on the element.</info>
William M. Brackcdfa2862003-08-29 06:03:38 +00006434 <return type='void'/>
6435 <arg name='ctx' type='void *' info='the user data (XML parser context)'/>
6436 <arg name='localname' type='const xmlChar *' info='the local name of the element'/>
6437 <arg name='prefix' type='const xmlChar *' info='the element namespace prefix if available'/>
6438 <arg name='URI' type='const xmlChar *' info='the element namespace name if available'/>
6439 <arg name='nb_namespaces' type='int' info='number of namespace definitions on that node'/>
6440 <arg name='namespaces' type='const xmlChar **' info='pointer to the array of prefix/URI pairs namespace definitions'/>
6441 <arg name='nb_attributes' type='int' info='the number of attributes on that node'/>
Daniel Veillarde24c7dc2003-08-29 06:03:38 +00006442 <arg name='nb_defaulted' type='int' info='the number of defaulted attributes. The defaulted ones are at the end of the array'/>
6443 <arg name='attributes' type='const xmlChar **' info='pointer to the array of (localname/prefix/URI/value/end) attribute values.'/>
William M. Brackcdfa2862003-08-29 06:03:38 +00006444 </functype>
Daniel Veillard9d06d302002-01-22 18:15:52 +00006445 <functype name='startElementSAXFunc' file='parser'>
Daniel Veillard19274092002-03-25 16:48:03 +00006446 <info>Called when an opening tag has been processed.</info>
Daniel Veillard000eafb2002-12-12 10:04:22 +00006447 <return type='void'/>
Daniel Veillarda9b66d02002-12-11 14:23:49 +00006448 <arg name='ctx' type='void *' info='the user data (XML parser context)'/>
6449 <arg name='name' type='const xmlChar *' info='The element name, including namespace prefix'/>
6450 <arg name='atts' type='const xmlChar **' info='An array of name/value attributes pairs, NULL terminated'/>
Daniel Veillard9d06d302002-01-22 18:15:52 +00006451 </functype>
Daniel Veillard61006472002-01-21 17:31:47 +00006452 <function name='unparsedEntityDecl' file='SAX'>
William M. Brackcdfa2862003-08-29 06:03:38 +00006453 <info>What to do when an unparsed entity declaration is parsed DEPRECATED: use xmlSAX2UnparsedEntityDecl()</info>
Daniel Veillard61006472002-01-21 17:31:47 +00006454 <return type='void'/>
Daniel Veillarda9b66d02002-12-11 14:23:49 +00006455 <arg name='ctx' type='void *' info='the user data (XML parser context)'/>
6456 <arg name='name' type='const xmlChar *' info='The name of the entity'/>
6457 <arg name='publicId' type='const xmlChar *' info='The public ID of the entity'/>
6458 <arg name='systemId' type='const xmlChar *' info='The system ID of the entity'/>
6459 <arg name='notationName' type='const xmlChar *' info='the name of the notation'/>
Daniel Veillard61006472002-01-21 17:31:47 +00006460 </function>
Daniel Veillard9d06d302002-01-22 18:15:52 +00006461 <functype name='unparsedEntityDeclSAXFunc' file='parser'>
Daniel Veillard19274092002-03-25 16:48:03 +00006462 <info>What to do when an unparsed entity declaration is parsed.</info>
Daniel Veillard000eafb2002-12-12 10:04:22 +00006463 <return type='void'/>
Daniel Veillarda9b66d02002-12-11 14:23:49 +00006464 <arg name='ctx' type='void *' info='the user data (XML parser context)'/>
6465 <arg name='name' type='const xmlChar *' info='The name of the entity'/>
6466 <arg name='publicId' type='const xmlChar *' info='The public ID of the entity'/>
6467 <arg name='systemId' type='const xmlChar *' info='The system ID of the entity'/>
6468 <arg name='notationName' type='const xmlChar *' info='the name of the notation'/>
Daniel Veillard9d06d302002-01-22 18:15:52 +00006469 </functype>
Daniel Veillard61006472002-01-21 17:31:47 +00006470 <function name='valuePop' file='xpathInternals'>
Daniel Veillard2d1464f2002-01-21 23:16:56 +00006471 <info>Pops the top XPath object from the value stack</info>
Daniel Veillarda9b66d02002-12-11 14:23:49 +00006472 <return type='xmlXPathObjectPtr' info='the XPath object just removed'/>
6473 <arg name='ctxt' type='xmlXPathParserContextPtr' info='an XPath evaluation context'/>
Daniel Veillard61006472002-01-21 17:31:47 +00006474 </function>
6475 <function name='valuePush' file='xpathInternals'>
Daniel Veillard2d1464f2002-01-21 23:16:56 +00006476 <info>Pushes a new XPath object on top of the value stack</info>
Daniel Veillarda9b66d02002-12-11 14:23:49 +00006477 <return type='int' info='the number of items on the value stack'/>
6478 <arg name='ctxt' type='xmlXPathParserContextPtr' info='an XPath evaluation context'/>
6479 <arg name='value' type='xmlXPathObjectPtr' info='the XPath object'/>
Daniel Veillard61006472002-01-21 17:31:47 +00006480 </function>
Daniel Veillard9d06d302002-01-22 18:15:52 +00006481 <functype name='warningSAXFunc' file='parser'>
Daniel Veillard19274092002-03-25 16:48:03 +00006482 <info>Display and format a warning messages, callback.</info>
Daniel Veillard000eafb2002-12-12 10:04:22 +00006483 <return type='void'/>
Daniel Veillarda9b66d02002-12-11 14:23:49 +00006484 <arg name='ctx' type='void *' info='an XML parser context'/>
6485 <arg name='msg' type='const char *' info='the message to display/transmit'/>
6486 <arg name='...' type='...' info='extra parameters for the message display'/>
Daniel Veillard9d06d302002-01-22 18:15:52 +00006487 </functype>
Daniel Veillarda9b66d02002-12-11 14:23:49 +00006488 <functype name='xlinkExtendedLinkFunk' file='xlink'>
6489 <info>This is the prototype for a extended link detection callback.</info>
Daniel Veillard000eafb2002-12-12 10:04:22 +00006490 <return type='void'/>
Daniel Veillarda9b66d02002-12-11 14:23:49 +00006491 <arg name='ctx' type='void *' info='user data pointer'/>
6492 <arg name='node' type='xmlNodePtr' info='the node carrying the link'/>
6493 <arg name='nbLocators' type='int' info='the number of locators detected on the link'/>
6494 <arg name='hrefs' type='const xlinkHRef *' info='pointer to the array of locator hrefs'/>
6495 <arg name='roles' type='const xlinkRole *' info='pointer to the array of locator roles'/>
6496 <arg name='nbArcs' type='int' info='the number of arcs detected on the link'/>
6497 <arg name='from' type='const xlinkRole *' info='pointer to the array of source roles found on the arcs'/>
6498 <arg name='to' type='const xlinkRole *' info='pointer to the array of target roles found on the arcs'/>
6499 <arg name='show' type='xlinkShow *' info='array of values for the show attributes found on the arcs'/>
6500 <arg name='actuate' type='xlinkActuate *' info='array of values for the actuate attributes found on the arcs'/>
6501 <arg name='nbTitles' type='int' info='the number of titles detected on the link'/>
6502 <arg name='titles' type='const xlinkTitle *' info=''/>
6503 <arg name='langs' type='const xmlChar **' info='array of xml:lang values for the titles'/>
6504 </functype>
6505 <functype name='xlinkExtendedLinkSetFunk' file='xlink'>
6506 <info>This is the prototype for a extended link set detection callback.</info>
Daniel Veillard000eafb2002-12-12 10:04:22 +00006507 <return type='void'/>
Daniel Veillarda9b66d02002-12-11 14:23:49 +00006508 <arg name='ctx' type='void *' info='user data pointer'/>
6509 <arg name='node' type='xmlNodePtr' info='the node carrying the link'/>
6510 <arg name='nbLocators' type='int' info='the number of locators detected on the link'/>
6511 <arg name='hrefs' type='const xlinkHRef *' info='pointer to the array of locator hrefs'/>
6512 <arg name='roles' type='const xlinkRole *' info='pointer to the array of locator roles'/>
6513 <arg name='nbTitles' type='int' info='the number of titles detected on the link'/>
6514 <arg name='titles' type='const xlinkTitle *' info=''/>
6515 <arg name='langs' type='const xmlChar **' info='array of xml:lang values for the titles'/>
6516 </functype>
6517 <function name='xlinkGetDefaultDetect' file='xlink'>
6518 <info>Get the default xlink detection routine</info>
6519 <return type='xlinkNodeDetectFunc' info='the current function or NULL;'/>
Daniel Veillard817e70b2002-11-19 22:28:48 +00006520 </function>
Daniel Veillarda9b66d02002-12-11 14:23:49 +00006521 <function name='xlinkGetDefaultHandler' file='xlink'>
6522 <info>Get the default xlink handler.</info>
6523 <return type='xlinkHandlerPtr' info='the current xlinkHandlerPtr value.'/>
6524 </function>
6525 <function name='xlinkIsLink' file='xlink'>
6526 <info>Check whether the given node carries the attributes needed to be a link element (or is one of the linking elements issued from the (X)HTML DtDs). This routine don&apos;t try to do full checking of the link validity but tries to detect and return the appropriate link type.</info>
6527 <return type='xlinkType' info='the xlinkType of the node (XLINK_TYPE_NONE if there is no link detected.'/>
6528 <arg name='doc' type='xmlDocPtr' info='the document containing the node'/>
6529 <arg name='node' type='xmlNodePtr' info='the node pointer itself'/>
6530 </function>
6531 <functype name='xlinkNodeDetectFunc' file='xlink'>
6532 <info>This is the prototype for the link detection routine. It calls the default link detection callbacks upon link detection.</info>
Daniel Veillard000eafb2002-12-12 10:04:22 +00006533 <return type='void'/>
Daniel Veillarda9b66d02002-12-11 14:23:49 +00006534 <arg name='ctx' type='void *' info='user data pointer'/>
6535 <arg name='node' type='xmlNodePtr' info='the node to check'/>
6536 </functype>
6537 <function name='xlinkSetDefaultDetect' file='xlink'>
6538 <info>Set the default xlink detection routine</info>
6539 <return type='void'/>
6540 <arg name='func' type='xlinkNodeDetectFunc' info='pointer to the new detection routine.'/>
6541 </function>
6542 <function name='xlinkSetDefaultHandler' file='xlink'>
6543 <info>Set the default xlink handlers</info>
6544 <return type='void'/>
6545 <arg name='handler' type='xlinkHandlerPtr' info='the new value for the xlink handler block'/>
6546 </function>
6547 <functype name='xlinkSimpleLinkFunk' file='xlink'>
6548 <info>This is the prototype for a simple link detection callback.</info>
Daniel Veillard000eafb2002-12-12 10:04:22 +00006549 <return type='void'/>
Daniel Veillarda9b66d02002-12-11 14:23:49 +00006550 <arg name='ctx' type='void *' info='user data pointer'/>
6551 <arg name='node' type='xmlNodePtr' info='the node carrying the link'/>
6552 <arg name='href' type='const xlinkHRef' info='the target of the link'/>
6553 <arg name='role' type='const xlinkRole' info='the role string'/>
6554 <arg name='title' type='const xlinkTitle' info='the link title'/>
6555 </functype>
Daniel Veillard61006472002-01-21 17:31:47 +00006556 <function name='xmlACatalogAdd' file='catalog'>
Daniel Veillard5aad8322002-12-11 15:59:44 +00006557 <info>Add an entry in the catalog, it may overwrite existing but different entries.</info>
6558 <return type='int' info='0 if successful, -1 otherwise'/>
6559 <arg name='catal' type='xmlCatalogPtr' info='a Catalog'/>
6560 <arg name='type' type='const xmlChar *' info='the type of record to add to the catalog'/>
6561 <arg name='orig' type='const xmlChar *' info='the system, public or prefix to match'/>
6562 <arg name='replace' type='const xmlChar *' info='the replacement value for the match'/>
Daniel Veillard61006472002-01-21 17:31:47 +00006563 </function>
6564 <function name='xmlACatalogDump' file='catalog'>
Daniel Veillarda8dc2882004-03-29 12:21:26 +00006565 <info>Dump the given catalog to the given file.</info>
Daniel Veillard61006472002-01-21 17:31:47 +00006566 <return type='void'/>
Daniel Veillard5aad8322002-12-11 15:59:44 +00006567 <arg name='catal' type='xmlCatalogPtr' info='a Catalog'/>
6568 <arg name='out' type='FILE *' info='the file.'/>
Daniel Veillard61006472002-01-21 17:31:47 +00006569 </function>
6570 <function name='xmlACatalogRemove' file='catalog'>
Daniel Veillard5aad8322002-12-11 15:59:44 +00006571 <info>Remove an entry from the catalog</info>
6572 <return type='int' info='the number of entries removed if successful, -1 otherwise'/>
6573 <arg name='catal' type='xmlCatalogPtr' info='a Catalog'/>
6574 <arg name='value' type='const xmlChar *' info='the value to remove'/>
Daniel Veillard61006472002-01-21 17:31:47 +00006575 </function>
6576 <function name='xmlACatalogResolve' file='catalog'>
Daniel Veillard5aad8322002-12-11 15:59:44 +00006577 <info>Do a complete resolution lookup of an External Identifier</info>
6578 <return type='xmlChar *' info='the URI of the resource or NULL if not found, it must be freed by the caller.'/>
6579 <arg name='catal' type='xmlCatalogPtr' info='a Catalog'/>
Daniel Veillard9b4bb4d2002-12-11 19:28:47 +00006580 <arg name='pubID' type='const xmlChar *' info='the public ID string'/>
6581 <arg name='sysID' type='const xmlChar *' info='the system ID string'/>
Daniel Veillard61006472002-01-21 17:31:47 +00006582 </function>
6583 <function name='xmlACatalogResolvePublic' file='catalog'>
Daniel Veillard06d25242004-02-25 13:01:42 +00006584 <info>Try to lookup the catalog local reference associated to a public ID in that catalog</info>
6585 <return type='xmlChar *' info='the local resource if found or NULL otherwise, the value returned must be freed by the caller.'/>
Daniel Veillard5aad8322002-12-11 15:59:44 +00006586 <arg name='catal' type='xmlCatalogPtr' info='a Catalog'/>
Daniel Veillard9b4bb4d2002-12-11 19:28:47 +00006587 <arg name='pubID' type='const xmlChar *' info='the public ID string'/>
Daniel Veillard61006472002-01-21 17:31:47 +00006588 </function>
6589 <function name='xmlACatalogResolveSystem' file='catalog'>
Daniel Veillard5aad8322002-12-11 15:59:44 +00006590 <info>Try to lookup the catalog resource for a system ID</info>
Daniel Veillard06d25242004-02-25 13:01:42 +00006591 <return type='xmlChar *' info='the resource if found or NULL otherwise, the value returned must be freed by the caller.'/>
Daniel Veillard5aad8322002-12-11 15:59:44 +00006592 <arg name='catal' type='xmlCatalogPtr' info='a Catalog'/>
Daniel Veillard06d25242004-02-25 13:01:42 +00006593 <arg name='sysID' type='const xmlChar *' info='the system ID string'/>
Daniel Veillard61006472002-01-21 17:31:47 +00006594 </function>
6595 <function name='xmlACatalogResolveURI' file='catalog'>
Daniel Veillard5aad8322002-12-11 15:59:44 +00006596 <info>Do a complete resolution lookup of an URI</info>
6597 <return type='xmlChar *' info='the URI of the resource or NULL if not found, it must be freed by the caller.'/>
6598 <arg name='catal' type='xmlCatalogPtr' info='a Catalog'/>
6599 <arg name='URI' type='const xmlChar *' info='the URI'/>
Daniel Veillard61006472002-01-21 17:31:47 +00006600 </function>
6601 <function name='xmlAddAttributeDecl' file='valid'>
Daniel Veillarda9b66d02002-12-11 14:23:49 +00006602 <info>Register a new attribute declaration Note that @tree becomes the ownership of the DTD</info>
6603 <return type='xmlAttributePtr' info='NULL if not new, otherwise the attribute decl'/>
6604 <arg name='ctxt' type='xmlValidCtxtPtr' info='the validation context'/>
6605 <arg name='dtd' type='xmlDtdPtr' info='pointer to the DTD'/>
6606 <arg name='elem' type='const xmlChar *' info='the element name'/>
6607 <arg name='name' type='const xmlChar *' info='the attribute name'/>
6608 <arg name='ns' type='const xmlChar *' info='the attribute namespace prefix'/>
6609 <arg name='type' type='xmlAttributeType' info='the attribute type'/>
6610 <arg name='def' type='xmlAttributeDefault' info='the attribute default type'/>
6611 <arg name='defaultValue' type='const xmlChar *' info='the attribute default value'/>
6612 <arg name='tree' type='xmlEnumerationPtr' info='if it&apos;s an enumeration, the associated list'/>
Daniel Veillard61006472002-01-21 17:31:47 +00006613 </function>
6614 <function name='xmlAddChild' file='tree'>
Daniel Veillard71531f32003-02-05 13:19:53 +00006615 <info>Add a new node to @parent, at the end of the child (or property) list merging adjacent TEXT nodes (in which case @cur is freed) If the new node is ATTRIBUTE, it is added into properties instead of children. If there is an attribute with equal name, it is first destroyed.</info>
Daniel Veillarda9b66d02002-12-11 14:23:49 +00006616 <return type='xmlNodePtr' info='the child or NULL in case of error.'/>
6617 <arg name='parent' type='xmlNodePtr' info='the parent node'/>
6618 <arg name='cur' type='xmlNodePtr' info='the child node'/>
Daniel Veillard61006472002-01-21 17:31:47 +00006619 </function>
6620 <function name='xmlAddChildList' file='tree'>
Daniel Veillarda9b66d02002-12-11 14:23:49 +00006621 <info>Add a list of node at the end of the child list of the parent merging adjacent TEXT nodes (@cur may be freed)</info>
6622 <return type='xmlNodePtr' info='the last child or NULL in case of error.'/>
6623 <arg name='parent' type='xmlNodePtr' info='the parent node'/>
6624 <arg name='cur' type='xmlNodePtr' info='the first node in the list'/>
Daniel Veillard61006472002-01-21 17:31:47 +00006625 </function>
6626 <function name='xmlAddDocEntity' file='entities'>
Daniel Veillard2d1464f2002-01-21 23:16:56 +00006627 <info>Register a new entity for this document.</info>
Daniel Veillarda9b66d02002-12-11 14:23:49 +00006628 <return type='xmlEntityPtr' info='a pointer to the entity or NULL in case of error'/>
6629 <arg name='doc' type='xmlDocPtr' info='the document'/>
6630 <arg name='name' type='const xmlChar *' info='the entity name'/>
6631 <arg name='type' type='int' info='the entity type XML_xxx_yyy_ENTITY'/>
6632 <arg name='ExternalID' type='const xmlChar *' info='the entity external ID if available'/>
6633 <arg name='SystemID' type='const xmlChar *' info='the entity system ID if available'/>
6634 <arg name='content' type='const xmlChar *' info='the entity content'/>
Daniel Veillard61006472002-01-21 17:31:47 +00006635 </function>
6636 <function name='xmlAddDtdEntity' file='entities'>
Daniel Veillard2d1464f2002-01-21 23:16:56 +00006637 <info>Register a new entity for this document DTD external subset.</info>
Daniel Veillarda9b66d02002-12-11 14:23:49 +00006638 <return type='xmlEntityPtr' info='a pointer to the entity or NULL in case of error'/>
6639 <arg name='doc' type='xmlDocPtr' info='the document'/>
6640 <arg name='name' type='const xmlChar *' info='the entity name'/>
6641 <arg name='type' type='int' info='the entity type XML_xxx_yyy_ENTITY'/>
6642 <arg name='ExternalID' type='const xmlChar *' info='the entity external ID if available'/>
6643 <arg name='SystemID' type='const xmlChar *' info='the entity system ID if available'/>
6644 <arg name='content' type='const xmlChar *' info='the entity content'/>
Daniel Veillard61006472002-01-21 17:31:47 +00006645 </function>
6646 <function name='xmlAddElementDecl' file='valid'>
Daniel Veillard2d1464f2002-01-21 23:16:56 +00006647 <info>Register a new element declaration</info>
Daniel Veillarda9b66d02002-12-11 14:23:49 +00006648 <return type='xmlElementPtr' info='NULL if not, otherwise the entity'/>
6649 <arg name='ctxt' type='xmlValidCtxtPtr' info='the validation context'/>
6650 <arg name='dtd' type='xmlDtdPtr' info='pointer to the DTD'/>
6651 <arg name='name' type='const xmlChar *' info='the entity name'/>
6652 <arg name='type' type='xmlElementTypeVal' info='the element type'/>
6653 <arg name='content' type='xmlElementContentPtr' info='the element content tree or NULL'/>
Daniel Veillard61006472002-01-21 17:31:47 +00006654 </function>
6655 <function name='xmlAddEncodingAlias' file='encoding'>
John Fleck0eaf41c2003-12-01 04:45:26 +00006656 <info>Registers an alias @alias for an encoding named @name. Existing alias will be overwritten.</info>
Daniel Veillarda9b66d02002-12-11 14:23:49 +00006657 <return type='int' info='0 in case of success, -1 in case of error'/>
6658 <arg name='name' type='const char *' info='the encoding name as parsed, in UTF-8 format (ASCII actually)'/>
6659 <arg name='alias' type='const char *' info='the alias name as parsed, in UTF-8 format (ASCII actually)'/>
Daniel Veillard61006472002-01-21 17:31:47 +00006660 </function>
6661 <function name='xmlAddID' file='valid'>
Daniel Veillard2d1464f2002-01-21 23:16:56 +00006662 <info>Register a new id declaration</info>
Daniel Veillarda9b66d02002-12-11 14:23:49 +00006663 <return type='xmlIDPtr' info='NULL if not, otherwise the new xmlIDPtr'/>
6664 <arg name='ctxt' type='xmlValidCtxtPtr' info='the validation context'/>
6665 <arg name='doc' type='xmlDocPtr' info='pointer to the document'/>
6666 <arg name='value' type='const xmlChar *' info='the value name'/>
6667 <arg name='attr' type='xmlAttrPtr' info='the attribute holding the ID'/>
Daniel Veillard61006472002-01-21 17:31:47 +00006668 </function>
6669 <function name='xmlAddNextSibling' file='tree'>
Daniel Veillarda9b66d02002-12-11 14:23:49 +00006670 <info>Add a new node @elem as the next sibling of @cur If the new node was already inserted in a document it is first unlinked from its existing context. As a result of text merging @elem may be freed. If the new node is ATTRIBUTE, it is added into properties instead of children. If there is an attribute with equal name, it is first destroyed.</info>
6671 <return type='xmlNodePtr' info='the new node or NULL in case of error.'/>
6672 <arg name='cur' type='xmlNodePtr' info='the child node'/>
6673 <arg name='elem' type='xmlNodePtr' info='the new node'/>
Daniel Veillard61006472002-01-21 17:31:47 +00006674 </function>
6675 <function name='xmlAddNotationDecl' file='valid'>
Daniel Veillard2d1464f2002-01-21 23:16:56 +00006676 <info>Register a new notation declaration</info>
Daniel Veillarda9b66d02002-12-11 14:23:49 +00006677 <return type='xmlNotationPtr' info='NULL if not, otherwise the entity'/>
6678 <arg name='ctxt' type='xmlValidCtxtPtr' info='the validation context'/>
6679 <arg name='dtd' type='xmlDtdPtr' info='pointer to the DTD'/>
6680 <arg name='name' type='const xmlChar *' info='the entity name'/>
6681 <arg name='PublicID' type='const xmlChar *' info='the public identifier or NULL'/>
6682 <arg name='SystemID' type='const xmlChar *' info='the system identifier or NULL'/>
Daniel Veillard61006472002-01-21 17:31:47 +00006683 </function>
6684 <function name='xmlAddPrevSibling' file='tree'>
Daniel Veillarda9b66d02002-12-11 14:23:49 +00006685 <info>Add a new node @elem as the previous sibling of @cur merging adjacent TEXT nodes (@elem may be freed) If the new node was already inserted in a document it is first unlinked from its existing context. If the new node is ATTRIBUTE, it is added into properties instead of children. If there is an attribute with equal name, it is first destroyed.</info>
6686 <return type='xmlNodePtr' info='the new node or NULL in case of error.'/>
6687 <arg name='cur' type='xmlNodePtr' info='the child node'/>
6688 <arg name='elem' type='xmlNodePtr' info='the new node'/>
Daniel Veillard61006472002-01-21 17:31:47 +00006689 </function>
6690 <function name='xmlAddRef' file='valid'>
Daniel Veillard2d1464f2002-01-21 23:16:56 +00006691 <info>Register a new ref declaration</info>
Daniel Veillarda9b66d02002-12-11 14:23:49 +00006692 <return type='xmlRefPtr' info='NULL if not, otherwise the new xmlRefPtr'/>
6693 <arg name='ctxt' type='xmlValidCtxtPtr' info='the validation context'/>
6694 <arg name='doc' type='xmlDocPtr' info='pointer to the document'/>
6695 <arg name='value' type='const xmlChar *' info='the value name'/>
6696 <arg name='attr' type='xmlAttrPtr' info='the attribute holding the Ref'/>
Daniel Veillard61006472002-01-21 17:31:47 +00006697 </function>
6698 <function name='xmlAddSibling' file='tree'>
Daniel Veillarda9b66d02002-12-11 14:23:49 +00006699 <info>Add a new element @elem to the list of siblings of @cur merging adjacent TEXT nodes (@elem may be freed) If the new element was already inserted in a document it is first unlinked from its existing context.</info>
6700 <return type='xmlNodePtr' info='the new element or NULL in case of error.'/>
6701 <arg name='cur' type='xmlNodePtr' info='the child node'/>
6702 <arg name='elem' type='xmlNodePtr' info='the new node'/>
Daniel Veillard61006472002-01-21 17:31:47 +00006703 </function>
6704 <function name='xmlAllocOutputBuffer' file='xmlIO'>
Daniel Veillard2d1464f2002-01-21 23:16:56 +00006705 <info>Create a buffered parser output</info>
Daniel Veillarda9b66d02002-12-11 14:23:49 +00006706 <return type='xmlOutputBufferPtr' info='the new parser output or NULL'/>
6707 <arg name='encoder' type='xmlCharEncodingHandlerPtr' info='the encoding converter or NULL'/>
Daniel Veillard61006472002-01-21 17:31:47 +00006708 </function>
6709 <function name='xmlAllocParserInputBuffer' file='xmlIO'>
Daniel Veillard2d1464f2002-01-21 23:16:56 +00006710 <info>Create a buffered parser input for progressive parsing</info>
Daniel Veillarda9b66d02002-12-11 14:23:49 +00006711 <return type='xmlParserInputBufferPtr' info='the new parser input or NULL'/>
6712 <arg name='enc' type='xmlCharEncoding' info='the charset encoding if known'/>
Daniel Veillard61006472002-01-21 17:31:47 +00006713 </function>
Daniel Veillard36711902004-02-11 13:25:26 +00006714 <function name='xmlAttrSerializeTxtContent' file='tree'>
6715 <info>Serialize text attribute values to an xml simple buffer</info>
6716 <return type='void'/>
6717 <arg name='buf' type='xmlBufferPtr' info='the XML buffer output'/>
6718 <arg name='doc' type='xmlDocPtr' info='the document'/>
6719 <arg name='attr' type='xmlAttrPtr' info='the attribute node'/>
Daniel Veillard06d25242004-02-25 13:01:42 +00006720 <arg name='string' type='const xmlChar *' info='the text content'/>
Daniel Veillard36711902004-02-11 13:25:26 +00006721 </function>
Daniel Veillardbd9afb52002-09-25 22:25:35 +00006722 <function name='xmlAutomataCompile' file='xmlautomata'>
6723 <info>Compile the automata into a Reg Exp ready for being executed. The automata should be free after this point.</info>
Daniel Veillarda9b66d02002-12-11 14:23:49 +00006724 <return type='xmlRegexpPtr' info='the compiled regexp or NULL in case of error'/>
6725 <arg name='am' type='xmlAutomataPtr' info='an automata'/>
Daniel Veillardbd9afb52002-09-25 22:25:35 +00006726 </function>
6727 <function name='xmlAutomataGetInitState' file='xmlautomata'>
Daniel Veillarda9b66d02002-12-11 14:23:49 +00006728 <info>Initial state lookup</info>
6729 <return type='xmlAutomataStatePtr' info='the initial state of the automata'/>
6730 <arg name='am' type='xmlAutomataPtr' info='an automata'/>
Daniel Veillardbd9afb52002-09-25 22:25:35 +00006731 </function>
6732 <function name='xmlAutomataIsDeterminist' file='xmlautomata'>
6733 <info>Checks if an automata is determinist.</info>
Daniel Veillarda9b66d02002-12-11 14:23:49 +00006734 <return type='int' info='1 if true, 0 if not, and -1 in case of error'/>
6735 <arg name='am' type='xmlAutomataPtr' info='an automata'/>
Daniel Veillardbd9afb52002-09-25 22:25:35 +00006736 </function>
6737 <function name='xmlAutomataNewAllTrans' file='xmlautomata'>
Daniel Veillard8aac2972004-05-16 01:00:37 +00006738 <info>If @to is NULL, this creates first a new target state in the automata and then adds a an ALL transition from the @from state to the target state. That transition is an epsilon transition allowed only when all transitions from the @from node have been activated.</info>
Daniel Veillarda9b66d02002-12-11 14:23:49 +00006739 <return type='xmlAutomataStatePtr' info='the target state or NULL in case of error'/>
6740 <arg name='am' type='xmlAutomataPtr' info='an automata'/>
6741 <arg name='from' type='xmlAutomataStatePtr' info='the starting point of the transition'/>
6742 <arg name='to' type='xmlAutomataStatePtr' info='the target point of the transition or NULL'/>
6743 <arg name='lax' type='int' info='allow to transition if not all all transitions have been activated'/>
Daniel Veillardbd9afb52002-09-25 22:25:35 +00006744 </function>
6745 <function name='xmlAutomataNewCountTrans' file='xmlautomata'>
Daniel Veillard8aac2972004-05-16 01:00:37 +00006746 <info>If @to is NULL, this creates first a new target state in the automata and then adds a transition from the @from state to the target state activated by a succession of input of value @token and whose number is between @min and @max</info>
Daniel Veillarda9b66d02002-12-11 14:23:49 +00006747 <return type='xmlAutomataStatePtr' info='the target state or NULL in case of error'/>
6748 <arg name='am' type='xmlAutomataPtr' info='an automata'/>
6749 <arg name='from' type='xmlAutomataStatePtr' info='the starting point of the transition'/>
6750 <arg name='to' type='xmlAutomataStatePtr' info='the target point of the transition or NULL'/>
6751 <arg name='token' type='const xmlChar *' info='the input string associated to that transition'/>
6752 <arg name='min' type='int' info='the minimum successive occurences of token'/>
6753 <arg name='max' type='int' info='the maximum successive occurences of token'/>
6754 <arg name='data' type='void *' info='data associated to the transition'/>
Daniel Veillardbd9afb52002-09-25 22:25:35 +00006755 </function>
6756 <function name='xmlAutomataNewCountedTrans' file='xmlautomata'>
Daniel Veillard8aac2972004-05-16 01:00:37 +00006757 <info>If @to is NULL, this creates first a new target state in the automata and then adds an epsilon transition from the @from state to the target state which will increment the counter provided</info>
Daniel Veillarda9b66d02002-12-11 14:23:49 +00006758 <return type='xmlAutomataStatePtr' info='the target state or NULL in case of error'/>
6759 <arg name='am' type='xmlAutomataPtr' info='an automata'/>
6760 <arg name='from' type='xmlAutomataStatePtr' info='the starting point of the transition'/>
6761 <arg name='to' type='xmlAutomataStatePtr' info='the target point of the transition or NULL'/>
6762 <arg name='counter' type='int' info='the counter associated to that transition'/>
Daniel Veillardbd9afb52002-09-25 22:25:35 +00006763 </function>
6764 <function name='xmlAutomataNewCounter' file='xmlautomata'>
6765 <info>Create a new counter</info>
Daniel Veillarda9b66d02002-12-11 14:23:49 +00006766 <return type='int' info='the counter number or -1 in case of error'/>
6767 <arg name='am' type='xmlAutomataPtr' info='an automata'/>
6768 <arg name='min' type='int' info='the minimal value on the counter'/>
6769 <arg name='max' type='int' info='the maximal value on the counter'/>
Daniel Veillardbd9afb52002-09-25 22:25:35 +00006770 </function>
6771 <function name='xmlAutomataNewCounterTrans' file='xmlautomata'>
Daniel Veillard8aac2972004-05-16 01:00:37 +00006772 <info>If @to is NULL, this creates first a new target state in the automata and then adds an epsilon transition from the @from state to the target state which will be allowed only if the counter is within the right range.</info>
Daniel Veillarda9b66d02002-12-11 14:23:49 +00006773 <return type='xmlAutomataStatePtr' info='the target state or NULL in case of error'/>
6774 <arg name='am' type='xmlAutomataPtr' info='an automata'/>
6775 <arg name='from' type='xmlAutomataStatePtr' info='the starting point of the transition'/>
6776 <arg name='to' type='xmlAutomataStatePtr' info='the target point of the transition or NULL'/>
6777 <arg name='counter' type='int' info='the counter associated to that transition'/>
Daniel Veillardbd9afb52002-09-25 22:25:35 +00006778 </function>
6779 <function name='xmlAutomataNewEpsilon' file='xmlautomata'>
Daniel Veillard8aac2972004-05-16 01:00:37 +00006780 <info>If @to is NULL, this creates first a new target state in the automata and then adds an epsilon transition from the @from state to the target state</info>
Daniel Veillarda9b66d02002-12-11 14:23:49 +00006781 <return type='xmlAutomataStatePtr' info='the target state or NULL in case of error'/>
6782 <arg name='am' type='xmlAutomataPtr' info='an automata'/>
6783 <arg name='from' type='xmlAutomataStatePtr' info='the starting point of the transition'/>
6784 <arg name='to' type='xmlAutomataStatePtr' info='the target point of the transition or NULL'/>
Daniel Veillardbd9afb52002-09-25 22:25:35 +00006785 </function>
6786 <function name='xmlAutomataNewOnceTrans' file='xmlautomata'>
Daniel Veillard8aac2972004-05-16 01:00:37 +00006787 <info>If @to is NULL, this creates first a new target state in the automata and then adds a transition from the @from state to the target state activated by a succession of input of value @token and whose number is between @min and @max, moreover that transition can only be crossed once.</info>
Daniel Veillarda9b66d02002-12-11 14:23:49 +00006788 <return type='xmlAutomataStatePtr' info='the target state or NULL in case of error'/>
6789 <arg name='am' type='xmlAutomataPtr' info='an automata'/>
6790 <arg name='from' type='xmlAutomataStatePtr' info='the starting point of the transition'/>
6791 <arg name='to' type='xmlAutomataStatePtr' info='the target point of the transition or NULL'/>
6792 <arg name='token' type='const xmlChar *' info='the input string associated to that transition'/>
6793 <arg name='min' type='int' info='the minimum successive occurences of token'/>
6794 <arg name='max' type='int' info='the maximum successive occurences of token'/>
6795 <arg name='data' type='void *' info='data associated to the transition'/>
Daniel Veillardbd9afb52002-09-25 22:25:35 +00006796 </function>
6797 <function name='xmlAutomataNewState' file='xmlautomata'>
6798 <info>Create a new disconnected state in the automata</info>
Daniel Veillarda9b66d02002-12-11 14:23:49 +00006799 <return type='xmlAutomataStatePtr' info='the new state or NULL in case of error'/>
6800 <arg name='am' type='xmlAutomataPtr' info='an automata'/>
Daniel Veillardbd9afb52002-09-25 22:25:35 +00006801 </function>
6802 <function name='xmlAutomataNewTransition' file='xmlautomata'>
Daniel Veillard8aac2972004-05-16 01:00:37 +00006803 <info>If @to is NULL, this creates first a new target state in the automata and then adds a transition from the @from state to the target state activated by the value of @token</info>
Daniel Veillarda9b66d02002-12-11 14:23:49 +00006804 <return type='xmlAutomataStatePtr' info='the target state or NULL in case of error'/>
6805 <arg name='am' type='xmlAutomataPtr' info='an automata'/>
6806 <arg name='from' type='xmlAutomataStatePtr' info='the starting point of the transition'/>
6807 <arg name='to' type='xmlAutomataStatePtr' info='the target point of the transition or NULL'/>
6808 <arg name='token' type='const xmlChar *' info='the input string associated to that transition'/>
6809 <arg name='data' type='void *' info='data passed to the callback function if the transition is activated'/>
Daniel Veillardbd9afb52002-09-25 22:25:35 +00006810 </function>
Daniel Veillard33300b42003-04-17 09:09:19 +00006811 <function name='xmlAutomataNewTransition2' file='xmlautomata'>
Daniel Veillard8aac2972004-05-16 01:00:37 +00006812 <info>If @to is NULL, this creates first a new target state in the automata and then adds a transition from the @from state to the target state activated by the value of @token</info>
Daniel Veillard33300b42003-04-17 09:09:19 +00006813 <return type='xmlAutomataStatePtr' info='the target state or NULL in case of error'/>
6814 <arg name='am' type='xmlAutomataPtr' info='an automata'/>
6815 <arg name='from' type='xmlAutomataStatePtr' info='the starting point of the transition'/>
6816 <arg name='to' type='xmlAutomataStatePtr' info='the target point of the transition or NULL'/>
6817 <arg name='token' type='const xmlChar *' info='the first input string associated to that transition'/>
6818 <arg name='token2' type='const xmlChar *' info='the second input string associated to that transition'/>
6819 <arg name='data' type='void *' info='data passed to the callback function if the transition is activated'/>
6820 </function>
Daniel Veillardbd9afb52002-09-25 22:25:35 +00006821 <function name='xmlAutomataSetFinalState' file='xmlautomata'>
6822 <info>Makes that state a final state</info>
Daniel Veillarda9b66d02002-12-11 14:23:49 +00006823 <return type='int' info='0 or -1 in case of error'/>
6824 <arg name='am' type='xmlAutomataPtr' info='an automata'/>
6825 <arg name='state' type='xmlAutomataStatePtr' info='a state in this automata'/>
Daniel Veillardbd9afb52002-09-25 22:25:35 +00006826 </function>
Daniel Veillarda9b66d02002-12-11 14:23:49 +00006827 <function name='xmlBoolToText' file='debugXML'>
6828 <info>Convenient way to turn bool into text</info>
6829 <return type='const char *' info='a pointer to either &quot;True&quot; or &quot;False&quot;'/>
6830 <arg name='boolval' type='int' info='a bool to turn into text'/>
6831 </function>
Daniel Veillard61006472002-01-21 17:31:47 +00006832 <function name='xmlBufferAdd' file='tree'>
Daniel Veillard2d1464f2002-01-21 23:16:56 +00006833 <info>Add a string range to an XML buffer. if len == -1, the length of str is recomputed.</info>
Daniel Veillard61006472002-01-21 17:31:47 +00006834 <return type='void'/>
Daniel Veillarda9b66d02002-12-11 14:23:49 +00006835 <arg name='buf' type='xmlBufferPtr' info='the buffer to dump'/>
6836 <arg name='str' type='const xmlChar *' info='the #xmlChar string'/>
6837 <arg name='len' type='int' info='the number of #xmlChar to add'/>
Daniel Veillard61006472002-01-21 17:31:47 +00006838 </function>
6839 <function name='xmlBufferAddHead' file='tree'>
Daniel Veillarda9b66d02002-12-11 14:23:49 +00006840 <info>Add a string range to the beginning of an XML buffer. if len == -1, the length of @str is recomputed.</info>
Daniel Veillard61006472002-01-21 17:31:47 +00006841 <return type='void'/>
Daniel Veillarda9b66d02002-12-11 14:23:49 +00006842 <arg name='buf' type='xmlBufferPtr' info='the buffer'/>
6843 <arg name='str' type='const xmlChar *' info='the #xmlChar string'/>
6844 <arg name='len' type='int' info='the number of #xmlChar to add'/>
Daniel Veillard61006472002-01-21 17:31:47 +00006845 </function>
Daniel Veillard61006472002-01-21 17:31:47 +00006846 <function name='xmlBufferCCat' file='tree'>
Daniel Veillard2d1464f2002-01-21 23:16:56 +00006847 <info>Append a zero terminated C string to an XML buffer.</info>
Daniel Veillard61006472002-01-21 17:31:47 +00006848 <return type='void'/>
Daniel Veillarda9b66d02002-12-11 14:23:49 +00006849 <arg name='buf' type='xmlBufferPtr' info='the buffer to dump'/>
6850 <arg name='str' type='const char *' info='the C char string'/>
Daniel Veillard61006472002-01-21 17:31:47 +00006851 </function>
6852 <function name='xmlBufferCat' file='tree'>
Daniel Veillard2d1464f2002-01-21 23:16:56 +00006853 <info>Append a zero terminated string to an XML buffer.</info>
Daniel Veillard61006472002-01-21 17:31:47 +00006854 <return type='void'/>
Daniel Veillarda9b66d02002-12-11 14:23:49 +00006855 <arg name='buf' type='xmlBufferPtr' info='the buffer to dump'/>
6856 <arg name='str' type='const xmlChar *' info='the #xmlChar string'/>
Daniel Veillard61006472002-01-21 17:31:47 +00006857 </function>
6858 <function name='xmlBufferContent' file='tree'>
Daniel Veillard2d1464f2002-01-21 23:16:56 +00006859 <info>Function to extract the content of a buffer</info>
Daniel Veillarda9b66d02002-12-11 14:23:49 +00006860 <return type='const xmlChar *' info='the internal content'/>
6861 <arg name='buf' type='const xmlBufferPtr' info='the buffer'/>
Daniel Veillard61006472002-01-21 17:31:47 +00006862 </function>
6863 <function name='xmlBufferCreate' file='tree'>
Daniel Veillard2d1464f2002-01-21 23:16:56 +00006864 <info>routine to create an XML buffer.</info>
Daniel Veillarda9b66d02002-12-11 14:23:49 +00006865 <return type='xmlBufferPtr' info='the new structure.'/>
Daniel Veillard61006472002-01-21 17:31:47 +00006866 </function>
6867 <function name='xmlBufferCreateSize' file='tree'>
Daniel Veillard2d1464f2002-01-21 23:16:56 +00006868 <info>routine to create an XML buffer.</info>
Daniel Veillarda9b66d02002-12-11 14:23:49 +00006869 <return type='xmlBufferPtr' info='the new structure.'/>
6870 <arg name='size' type='size_t' info='initial size of buffer'/>
Daniel Veillard61006472002-01-21 17:31:47 +00006871 </function>
Daniel Veillarde72c5082003-09-19 12:44:05 +00006872 <function name='xmlBufferCreateStatic' file='tree'>
William M. Brack966668a2003-12-20 02:10:28 +00006873 <info>routine to create an XML buffer from an immutable memory area. The area won&apos;t be modified nor copied, and is expected to be present until the end of the buffer lifetime.</info>
Daniel Veillarde72c5082003-09-19 12:44:05 +00006874 <return type='xmlBufferPtr' info='the new structure.'/>
6875 <arg name='mem' type='void *' info='the memory area'/>
6876 <arg name='size' type='size_t' info='the size in byte'/>
6877 </function>
Daniel Veillard61006472002-01-21 17:31:47 +00006878 <function name='xmlBufferDump' file='tree'>
Daniel Veillarda9b66d02002-12-11 14:23:49 +00006879 <info>Dumps an XML buffer to a FILE *.</info>
6880 <return type='int' info='the number of #xmlChar written'/>
6881 <arg name='file' type='FILE *' info='the file output'/>
6882 <arg name='buf' type='xmlBufferPtr' info='the buffer to dump'/>
Daniel Veillard61006472002-01-21 17:31:47 +00006883 </function>
6884 <function name='xmlBufferEmpty' file='tree'>
Daniel Veillard2d1464f2002-01-21 23:16:56 +00006885 <info>empty a buffer.</info>
Daniel Veillard61006472002-01-21 17:31:47 +00006886 <return type='void'/>
Daniel Veillarda9b66d02002-12-11 14:23:49 +00006887 <arg name='buf' type='xmlBufferPtr' info='the buffer'/>
Daniel Veillard61006472002-01-21 17:31:47 +00006888 </function>
6889 <function name='xmlBufferFree' file='tree'>
Daniel Veillard9d06d302002-01-22 18:15:52 +00006890 <info>Frees an XML buffer. It frees both the content and the structure which encapsulate it.</info>
Daniel Veillard61006472002-01-21 17:31:47 +00006891 <return type='void'/>
Daniel Veillarda9b66d02002-12-11 14:23:49 +00006892 <arg name='buf' type='xmlBufferPtr' info='the buffer to free'/>
Daniel Veillard61006472002-01-21 17:31:47 +00006893 </function>
6894 <function name='xmlBufferGrow' file='tree'>
Daniel Veillard2d1464f2002-01-21 23:16:56 +00006895 <info>Grow the available space of an XML buffer.</info>
Daniel Veillarda9b66d02002-12-11 14:23:49 +00006896 <return type='int' info='the new available space or -1 in case of error'/>
6897 <arg name='buf' type='xmlBufferPtr' info='the buffer'/>
6898 <arg name='len' type='unsigned int' info='the minimum free size to allocate'/>
Daniel Veillard61006472002-01-21 17:31:47 +00006899 </function>
6900 <function name='xmlBufferLength' file='tree'>
Daniel Veillard2d1464f2002-01-21 23:16:56 +00006901 <info>Function to get the length of a buffer</info>
Daniel Veillarda9b66d02002-12-11 14:23:49 +00006902 <return type='int' info='the length of data in the internal content'/>
6903 <arg name='buf' type='const xmlBufferPtr' info='the buffer'/>
Daniel Veillard61006472002-01-21 17:31:47 +00006904 </function>
Daniel Veillard61006472002-01-21 17:31:47 +00006905 <function name='xmlBufferResize' file='tree'>
Daniel Veillarda9b66d02002-12-11 14:23:49 +00006906 <info>Resize a buffer to accommodate minimum size of @size.</info>
6907 <return type='int' info='0 in case of problems, 1 otherwise'/>
6908 <arg name='buf' type='xmlBufferPtr' info='the buffer to resize'/>
6909 <arg name='size' type='unsigned int' info='the desired size'/>
Daniel Veillard61006472002-01-21 17:31:47 +00006910 </function>
6911 <function name='xmlBufferSetAllocationScheme' file='tree'>
Daniel Veillard2d1464f2002-01-21 23:16:56 +00006912 <info>Sets the allocation scheme for this buffer</info>
Daniel Veillard61006472002-01-21 17:31:47 +00006913 <return type='void'/>
Daniel Veillarda9b66d02002-12-11 14:23:49 +00006914 <arg name='buf' type='xmlBufferPtr' info='the buffer to tune'/>
6915 <arg name='scheme' type='xmlBufferAllocationScheme' info='allocation scheme to use'/>
Daniel Veillard61006472002-01-21 17:31:47 +00006916 </function>
6917 <function name='xmlBufferShrink' file='tree'>
Daniel Veillard2d1464f2002-01-21 23:16:56 +00006918 <info>Remove the beginning of an XML buffer.</info>
Daniel Veillarda9b66d02002-12-11 14:23:49 +00006919 <return type='int' info='the number of #xmlChar removed, or -1 in case of failure.'/>
6920 <arg name='buf' type='xmlBufferPtr' info='the buffer to dump'/>
6921 <arg name='len' type='unsigned int' info='the number of xmlChar to remove'/>
Daniel Veillard61006472002-01-21 17:31:47 +00006922 </function>
6923 <function name='xmlBufferWriteCHAR' file='tree'>
Daniel Veillard2d1464f2002-01-21 23:16:56 +00006924 <info>routine which manages and grows an output buffer. This one adds xmlChars at the end of the buffer.</info>
Daniel Veillard61006472002-01-21 17:31:47 +00006925 <return type='void'/>
Daniel Veillarda9b66d02002-12-11 14:23:49 +00006926 <arg name='buf' type='xmlBufferPtr' info='the XML buffer'/>
6927 <arg name='string' type='const xmlChar *' info='the string to add'/>
Daniel Veillard61006472002-01-21 17:31:47 +00006928 </function>
6929 <function name='xmlBufferWriteChar' file='tree'>
Daniel Veillard2d1464f2002-01-21 23:16:56 +00006930 <info>routine which manage and grows an output buffer. This one add C chars at the end of the array.</info>
Daniel Veillard61006472002-01-21 17:31:47 +00006931 <return type='void'/>
Daniel Veillarda9b66d02002-12-11 14:23:49 +00006932 <arg name='buf' type='xmlBufferPtr' info='the XML buffer output'/>
6933 <arg name='string' type='const char *' info='the string to add'/>
Daniel Veillard61006472002-01-21 17:31:47 +00006934 </function>
6935 <function name='xmlBufferWriteQuotedString' file='tree'>
Daniel Veillarda9b66d02002-12-11 14:23:49 +00006936 <info>routine which manage and grows an output buffer. This one writes a quoted or double quoted #xmlChar string, checking first if it holds quote or double-quotes internally</info>
Daniel Veillard61006472002-01-21 17:31:47 +00006937 <return type='void'/>
Daniel Veillarda9b66d02002-12-11 14:23:49 +00006938 <arg name='buf' type='xmlBufferPtr' info='the XML buffer output'/>
6939 <arg name='string' type='const xmlChar *' info='the string to add'/>
Daniel Veillard61006472002-01-21 17:31:47 +00006940 </function>
Daniel Veillardc6cae7b2003-04-11 09:02:11 +00006941 <function name='xmlBuildQName' file='tree'>
6942 <info>Builds the QName @prefix:@ncname in @memory if there is enough space and prefix is not NULL nor empty, otherwise allocate a new string. If prefix is NULL or empty it returns ncname.</info>
6943 <return type='xmlChar *' info='the new string which must be freed by the caller if different from @memory and @ncname or NULL in case of error'/>
6944 <arg name='ncname' type='const xmlChar *' info='the Name'/>
6945 <arg name='prefix' type='const xmlChar *' info='the prefix'/>
6946 <arg name='memory' type='xmlChar *' info='preallocated memory'/>
6947 <arg name='len' type='int' info='preallocated memory length'/>
6948 </function>
Daniel Veillard61006472002-01-21 17:31:47 +00006949 <function name='xmlBuildURI' file='uri'>
Daniel Veillarda9b66d02002-12-11 14:23:49 +00006950 <info>Computes he final URI of the reference done by checking that the given URI is valid, and building the final URI using the base URI. This is processed according to section 5.2 of the RFC 2396 5.2. Resolving Relative References to Absolute Form</info>
6951 <return type='xmlChar *' info='a new URI string (to be freed by the caller) or NULL in case of error.'/>
6952 <arg name='URI' type='const xmlChar *' info='the URI instance found in the document'/>
6953 <arg name='base' type='const xmlChar *' info='the base value'/>
Daniel Veillard61006472002-01-21 17:31:47 +00006954 </function>
Daniel Veillard36711902004-02-11 13:25:26 +00006955 <function name='xmlByteConsumed' file='parser'>
6956 <info>This function provides the current index of the parser relative to the start of the current entity. This function is computed in bytes from the beginning starting at zero and finishing at the size in byte of the file if parsing a file. The function is of constant cost if the input is UTF-8 but can be costly if run on non-UTF-8 input.</info>
6957 <return type='long' info='the index in bytes from the beginning of the entity or -1 in case the index could not be computed.'/>
6958 <arg name='ctxt' type='xmlParserCtxtPtr' info='an XML parser context'/>
6959 </function>
Daniel Veillardaf43f632002-03-08 15:05:20 +00006960 <function name='xmlC14NDocDumpMemory' file='c14n'>
6961 <info>Dumps the canonized image of given XML document into memory. For details see &quot;Canonical XML&quot; (http://www.w3.org/TR/xml-c14n) or &quot;Exclusive XML Canonicalization&quot; (http://www.w3.org/TR/xml-exc-c14n)</info>
Daniel Veillarda9b66d02002-12-11 14:23:49 +00006962 <return type='int' info='the number of bytes written on success or a negative value on fail'/>
6963 <arg name='doc' type='xmlDocPtr' info='the XML document for canonization'/>
6964 <arg name='nodes' type='xmlNodeSetPtr' info='the nodes set to be included in the canonized image or NULL if all document nodes should be included'/>
6965 <arg name='exclusive' type='int' info='the exclusive flag (0 - non-exclusive canonicalization; otherwise - exclusive canonicalization)'/>
6966 <arg name='inclusive_ns_prefixes' type='xmlChar **' info='the list of inclusive namespace prefixes ended with a NULL or NULL if there is no inclusive namespaces (only for exclusive canonicalization, ignored otherwise)'/>
6967 <arg name='with_comments' type='int' info='include comments in the result (!=0) or not (==0)'/>
6968 <arg name='doc_txt_ptr' type='xmlChar **' info='the memory pointer for allocated canonical XML text; the caller of this functions is responsible for calling xmlFree() to free allocated memory'/>
Daniel Veillardaf43f632002-03-08 15:05:20 +00006969 </function>
6970 <function name='xmlC14NDocSave' file='c14n'>
6971 <info>Dumps the canonized image of given XML document into the file. For details see &quot;Canonical XML&quot; (http://www.w3.org/TR/xml-c14n) or &quot;Exclusive XML Canonicalization&quot; (http://www.w3.org/TR/xml-exc-c14n)</info>
Daniel Veillarda9b66d02002-12-11 14:23:49 +00006972 <return type='int' info='the number of bytes written success or a negative value on fail'/>
6973 <arg name='doc' type='xmlDocPtr' info='the XML document for canonization'/>
6974 <arg name='nodes' type='xmlNodeSetPtr' info='the nodes set to be included in the canonized image or NULL if all document nodes should be included'/>
6975 <arg name='exclusive' type='int' info='the exclusive flag (0 - non-exclusive canonicalization; otherwise - exclusive canonicalization)'/>
6976 <arg name='inclusive_ns_prefixes' type='xmlChar **' info='the list of inclusive namespace prefixes ended with a NULL or NULL if there is no inclusive namespaces (only for exclusive canonicalization, ignored otherwise)'/>
6977 <arg name='with_comments' type='int' info='include comments in the result (!=0) or not (==0)'/>
6978 <arg name='filename' type='const char *' info='the filename to store canonical XML image'/>
6979 <arg name='compression' type='int' info='the compression level (zlib requred): -1 - libxml default, 0 - uncompressed, &gt;0 - compression level'/>
Daniel Veillardaf43f632002-03-08 15:05:20 +00006980 </function>
6981 <function name='xmlC14NDocSaveTo' file='c14n'>
6982 <info>Dumps the canonized image of given XML document into the provided buffer. For details see &quot;Canonical XML&quot; (http://www.w3.org/TR/xml-c14n) or &quot;Exclusive XML Canonicalization&quot; (http://www.w3.org/TR/xml-exc-c14n)</info>
Daniel Veillarda9b66d02002-12-11 14:23:49 +00006983 <return type='int' info='non-negative value on success or a negative value on fail'/>
6984 <arg name='doc' type='xmlDocPtr' info='the XML document for canonization'/>
6985 <arg name='nodes' type='xmlNodeSetPtr' info='the nodes set to be included in the canonized image or NULL if all document nodes should be included'/>
6986 <arg name='exclusive' type='int' info='the exclusive flag (0 - non-exclusive canonicalization; otherwise - exclusive canonicalization)'/>
6987 <arg name='inclusive_ns_prefixes' type='xmlChar **' info='the list of inclusive namespace prefixes ended with a NULL or NULL if there is no inclusive namespaces (only for exclusive canonicalization, ignored otherwise)'/>
6988 <arg name='with_comments' type='int' info='include comments in the result (!=0) or not (==0)'/>
6989 <arg name='buf' type='xmlOutputBufferPtr' info='the output buffer to store canonical XML; this buffer MUST have encoder==NULL because C14N requires UTF-8 output'/>
Daniel Veillardaf43f632002-03-08 15:05:20 +00006990 </function>
Daniel Veillardbd9afb52002-09-25 22:25:35 +00006991 <function name='xmlC14NExecute' file='c14n'>
Daniel Veillard2ace1952002-09-26 12:28:02 +00006992 <info>Dumps the canonized image of given XML document into the provided buffer. For details see &quot;Canonical XML&quot; (http://www.w3.org/TR/xml-c14n) or &quot;Exclusive XML Canonicalization&quot; (http://www.w3.org/TR/xml-exc-c14n)</info>
Daniel Veillarda9b66d02002-12-11 14:23:49 +00006993 <return type='int' info='non-negative value on success or a negative value on fail'/>
6994 <arg name='doc' type='xmlDocPtr' info='the XML document for canonization'/>
6995 <arg name='is_visible_callback' type='xmlC14NIsVisibleCallback' info='the function to use to determine is node visible or not'/>
6996 <arg name='user_data' type='void *' info='the first parameter for @is_visible_callback function (in most cases, it is nodes set)'/>
6997 <arg name='exclusive' type='int' info='the exclusive flag (0 - non-exclusive canonicalization; otherwise - exclusive canonicalization)'/>
6998 <arg name='inclusive_ns_prefixes' type='xmlChar **' info='the list of inclusive namespace prefixes ended with a NULL or NULL if there is no inclusive namespaces (only for exclusive canonicalization, ignored otherwise)'/>
6999 <arg name='with_comments' type='int' info='include comments in the result (!=0) or not (==0)'/>
7000 <arg name='buf' type='xmlOutputBufferPtr' info='the output buffer to store canonical XML; this buffer MUST have encoder==NULL because C14N requires UTF-8 output'/>
Daniel Veillardbd9afb52002-09-25 22:25:35 +00007001 </function>
7002 <functype name='xmlC14NIsVisibleCallback' file='c14n'>
Daniel Veillarda9b66d02002-12-11 14:23:49 +00007003 <info></info>
Daniel Veillard000eafb2002-12-12 10:04:22 +00007004 <return type='int' info=''/>
Daniel Veillarda9b66d02002-12-11 14:23:49 +00007005 <arg name='user_data' type='void *' info=''/>
7006 <arg name='node' type='xmlNodePtr' info=''/>
7007 <arg name='parent' type='xmlNodePtr' info=''/>
Daniel Veillardbd9afb52002-09-25 22:25:35 +00007008 </functype>
Daniel Veillard17bed982003-02-24 20:11:43 +00007009 <function name='xmlCanonicPath' file='uri'>
7010 <info>Constructs a canonic path from the specified path.</info>
7011 <return type='xmlChar *' info='a new canonic path, or a duplicate of the path parameter if the construction fails. The caller is responsible for freeing the memory occupied by the returned string. If there is insufficient memory available, or the argument is NULL, the function returns NULL.'/>
7012 <arg name='path' type='const xmlChar *' info='the resource locator in a filesystem notation'/>
7013 </function>
Daniel Veillard61006472002-01-21 17:31:47 +00007014 <function name='xmlCatalogAdd' file='catalog'>
Daniel Veillard5aad8322002-12-11 15:59:44 +00007015 <info>Add an entry in the catalog, it may overwrite existing but different entries. If called before any other catalog routine, allows to override the default shared catalog put in place by xmlInitializeCatalog();</info>
7016 <return type='int' info='0 if successful, -1 otherwise'/>
7017 <arg name='type' type='const xmlChar *' info='the type of record to add to the catalog'/>
7018 <arg name='orig' type='const xmlChar *' info='the system, public or prefix to match'/>
7019 <arg name='replace' type='const xmlChar *' info='the replacement value for the match'/>
Daniel Veillard61006472002-01-21 17:31:47 +00007020 </function>
7021 <function name='xmlCatalogAddLocal' file='catalog'>
Daniel Veillard5aad8322002-12-11 15:59:44 +00007022 <info>Add the new entry to the catalog list</info>
7023 <return type='void *' info='the updated list'/>
7024 <arg name='catalogs' type='void *' info='a document&apos;s list of catalogs'/>
7025 <arg name='URL' type='const xmlChar *' info='the URL to a new local catalog'/>
Daniel Veillard61006472002-01-21 17:31:47 +00007026 </function>
Daniel Veillard61006472002-01-21 17:31:47 +00007027 <function name='xmlCatalogCleanup' file='catalog'>
Daniel Veillard5aad8322002-12-11 15:59:44 +00007028 <info>Free up all the memory associated with catalogs</info>
Daniel Veillard61006472002-01-21 17:31:47 +00007029 <return type='void'/>
Daniel Veillard61006472002-01-21 17:31:47 +00007030 </function>
7031 <function name='xmlCatalogConvert' file='catalog'>
Daniel Veillard5aad8322002-12-11 15:59:44 +00007032 <info>Convert all the SGML catalog entries as XML ones</info>
7033 <return type='int' info='the number of entries converted if successful, -1 otherwise'/>
Daniel Veillard61006472002-01-21 17:31:47 +00007034 </function>
7035 <function name='xmlCatalogDump' file='catalog'>
Daniel Veillarda8dc2882004-03-29 12:21:26 +00007036 <info>Dump all the global catalog content to the given file.</info>
Daniel Veillard61006472002-01-21 17:31:47 +00007037 <return type='void'/>
Daniel Veillard5aad8322002-12-11 15:59:44 +00007038 <arg name='out' type='FILE *' info='the file.'/>
Daniel Veillard61006472002-01-21 17:31:47 +00007039 </function>
7040 <function name='xmlCatalogFreeLocal' file='catalog'>
Daniel Veillard5aad8322002-12-11 15:59:44 +00007041 <info>Free up the memory associated to the catalog list</info>
Daniel Veillard61006472002-01-21 17:31:47 +00007042 <return type='void'/>
Daniel Veillard5aad8322002-12-11 15:59:44 +00007043 <arg name='catalogs' type='void *' info='a document&apos;s list of catalogs'/>
Daniel Veillard61006472002-01-21 17:31:47 +00007044 </function>
7045 <function name='xmlCatalogGetDefaults' file='catalog'>
Daniel Veillard5aad8322002-12-11 15:59:44 +00007046 <info>Used to get the user preference w.r.t. to what catalogs should be accepted</info>
7047 <return type='xmlCatalogAllow' info='the current xmlCatalogAllow value'/>
Daniel Veillard61006472002-01-21 17:31:47 +00007048 </function>
7049 <function name='xmlCatalogGetPublic' file='catalog'>
Daniel Veillard06d25242004-02-25 13:01:42 +00007050 <info>Try to lookup the catalog reference associated to a public ID DEPRECATED, use xmlCatalogResolvePublic()</info>
7051 <return type='const xmlChar *' info='the resource if found or NULL otherwise.'/>
Daniel Veillard9b4bb4d2002-12-11 19:28:47 +00007052 <arg name='pubID' type='const xmlChar *' info='the public ID string'/>
Daniel Veillard61006472002-01-21 17:31:47 +00007053 </function>
7054 <function name='xmlCatalogGetSystem' file='catalog'>
Daniel Veillard06d25242004-02-25 13:01:42 +00007055 <info>Try to lookup the catalog reference associated to a system ID DEPRECATED, use xmlCatalogResolveSystem()</info>
7056 <return type='const xmlChar *' info='the resource if found or NULL otherwise.'/>
Daniel Veillard9b4bb4d2002-12-11 19:28:47 +00007057 <arg name='sysID' type='const xmlChar *' info='the system ID string'/>
Daniel Veillard61006472002-01-21 17:31:47 +00007058 </function>
7059 <function name='xmlCatalogIsEmpty' file='catalog'>
Daniel Veillard5aad8322002-12-11 15:59:44 +00007060 <info>Check is a catalog is empty</info>
7061 <return type='int' info='1 if the catalog is empty, 0 if not, amd -1 in case of error.'/>
7062 <arg name='catal' type='xmlCatalogPtr' info='should this create an SGML catalog'/>
Daniel Veillard61006472002-01-21 17:31:47 +00007063 </function>
7064 <function name='xmlCatalogLocalResolve' file='catalog'>
Daniel Veillard5aad8322002-12-11 15:59:44 +00007065 <info>Do a complete resolution lookup of an External Identifier using a document&apos;s private catalog list</info>
7066 <return type='xmlChar *' info='the URI of the resource or NULL if not found, it must be freed by the caller.'/>
7067 <arg name='catalogs' type='void *' info='a document&apos;s list of catalogs'/>
Daniel Veillard9b4bb4d2002-12-11 19:28:47 +00007068 <arg name='pubID' type='const xmlChar *' info='the public ID string'/>
7069 <arg name='sysID' type='const xmlChar *' info='the system ID string'/>
Daniel Veillard61006472002-01-21 17:31:47 +00007070 </function>
7071 <function name='xmlCatalogLocalResolveURI' file='catalog'>
Daniel Veillard5aad8322002-12-11 15:59:44 +00007072 <info>Do a complete resolution lookup of an URI using a document&apos;s private catalog list</info>
7073 <return type='xmlChar *' info='the URI of the resource or NULL if not found, it must be freed by the caller.'/>
7074 <arg name='catalogs' type='void *' info='a document&apos;s list of catalogs'/>
7075 <arg name='URI' type='const xmlChar *' info='the URI'/>
Daniel Veillard61006472002-01-21 17:31:47 +00007076 </function>
Daniel Veillard61006472002-01-21 17:31:47 +00007077 <function name='xmlCatalogRemove' file='catalog'>
Daniel Veillard5aad8322002-12-11 15:59:44 +00007078 <info>Remove an entry from the catalog</info>
7079 <return type='int' info='the number of entries removed if successful, -1 otherwise'/>
7080 <arg name='value' type='const xmlChar *' info='the value to remove'/>
Daniel Veillard61006472002-01-21 17:31:47 +00007081 </function>
7082 <function name='xmlCatalogResolve' file='catalog'>
Daniel Veillard5aad8322002-12-11 15:59:44 +00007083 <info>Do a complete resolution lookup of an External Identifier</info>
7084 <return type='xmlChar *' info='the URI of the resource or NULL if not found, it must be freed by the caller.'/>
Daniel Veillard9b4bb4d2002-12-11 19:28:47 +00007085 <arg name='pubID' type='const xmlChar *' info='the public ID string'/>
7086 <arg name='sysID' type='const xmlChar *' info='the system ID string'/>
Daniel Veillard61006472002-01-21 17:31:47 +00007087 </function>
7088 <function name='xmlCatalogResolvePublic' file='catalog'>
Daniel Veillard06d25242004-02-25 13:01:42 +00007089 <info>Try to lookup the catalog reference associated to a public ID</info>
7090 <return type='xmlChar *' info='the resource if found or NULL otherwise, the value returned must be freed by the caller.'/>
Daniel Veillard9b4bb4d2002-12-11 19:28:47 +00007091 <arg name='pubID' type='const xmlChar *' info='the public ID string'/>
Daniel Veillard61006472002-01-21 17:31:47 +00007092 </function>
7093 <function name='xmlCatalogResolveSystem' file='catalog'>
Daniel Veillard5aad8322002-12-11 15:59:44 +00007094 <info>Try to lookup the catalog resource for a system ID</info>
Daniel Veillard06d25242004-02-25 13:01:42 +00007095 <return type='xmlChar *' info='the resource if found or NULL otherwise, the value returned must be freed by the caller.'/>
7096 <arg name='sysID' type='const xmlChar *' info='the system ID string'/>
Daniel Veillard61006472002-01-21 17:31:47 +00007097 </function>
7098 <function name='xmlCatalogResolveURI' file='catalog'>
Daniel Veillard5aad8322002-12-11 15:59:44 +00007099 <info>Do a complete resolution lookup of an URI</info>
7100 <return type='xmlChar *' info='the URI of the resource or NULL if not found, it must be freed by the caller.'/>
7101 <arg name='URI' type='const xmlChar *' info='the URI'/>
Daniel Veillard61006472002-01-21 17:31:47 +00007102 </function>
7103 <function name='xmlCatalogSetDebug' file='catalog'>
Daniel Veillard5aad8322002-12-11 15:59:44 +00007104 <info>Used to set the debug level for catalog operation, 0 disable debugging, 1 enable it</info>
7105 <return type='int' info='the previous value of the catalog debugging level'/>
7106 <arg name='level' type='int' info='the debug level of catalogs required'/>
Daniel Veillard61006472002-01-21 17:31:47 +00007107 </function>
7108 <function name='xmlCatalogSetDefaultPrefer' file='catalog'>
Daniel Veillard5aad8322002-12-11 15:59:44 +00007109 <info>Allows to set the preference between public and system for deletion in XML Catalog resolution. C.f. section 4.1.1 of the spec Values accepted are XML_CATA_PREFER_PUBLIC or XML_CATA_PREFER_SYSTEM</info>
7110 <return type='xmlCatalogPrefer' info='the previous value of the default preference for delegation'/>
7111 <arg name='prefer' type='xmlCatalogPrefer' info='the default preference for delegation'/>
Daniel Veillard61006472002-01-21 17:31:47 +00007112 </function>
7113 <function name='xmlCatalogSetDefaults' file='catalog'>
Daniel Veillard5aad8322002-12-11 15:59:44 +00007114 <info>Used to set the user preference w.r.t. to what catalogs should be accepted</info>
Daniel Veillard61006472002-01-21 17:31:47 +00007115 <return type='void'/>
Daniel Veillard5aad8322002-12-11 15:59:44 +00007116 <arg name='allow' type='xmlCatalogAllow' info='what catalogs should be accepted'/>
Daniel Veillard61006472002-01-21 17:31:47 +00007117 </function>
Daniel Veillard61006472002-01-21 17:31:47 +00007118 <function name='xmlCharEncCloseFunc' file='encoding'>
Daniel Veillard2d1464f2002-01-21 23:16:56 +00007119 <info>Generic front-end for encoding handler close function</info>
Daniel Veillarda9b66d02002-12-11 14:23:49 +00007120 <return type='int' info='0 if success, or -1 in case of error'/>
7121 <arg name='handler' type='xmlCharEncodingHandler *' info='char enconding transformation data structure'/>
Daniel Veillard61006472002-01-21 17:31:47 +00007122 </function>
7123 <function name='xmlCharEncFirstLine' file='encoding'>
Daniel Veillard2d1464f2002-01-21 23:16:56 +00007124 <info>Front-end for the encoding handler input function, but handle only the very first line, i.e. limit itself to 45 chars.</info>
Daniel Veillarda9b66d02002-12-11 14:23:49 +00007125 <return type='int' info='the number of byte written if success, or -1 general error -2 if the transcoding fails (for *in is not valid utf8 string or the result of transformation can&apos;t fit into the encoding we want), or'/>
7126 <arg name='handler' type='xmlCharEncodingHandler *' info='char enconding transformation data structure'/>
7127 <arg name='out' type='xmlBufferPtr' info='an xmlBuffer for the output.'/>
7128 <arg name='in' type='xmlBufferPtr' info='an xmlBuffer for the input'/>
Daniel Veillard61006472002-01-21 17:31:47 +00007129 </function>
7130 <function name='xmlCharEncInFunc' file='encoding'>
Daniel Veillard2d1464f2002-01-21 23:16:56 +00007131 <info>Generic front-end for the encoding handler input function</info>
Daniel Veillarda9b66d02002-12-11 14:23:49 +00007132 <return type='int' info='the number of byte written if success, or -1 general error -2 if the transcoding fails (for *in is not valid utf8 string or the result of transformation can&apos;t fit into the encoding we want), or'/>
7133 <arg name='handler' type='xmlCharEncodingHandler *' info='char encoding transformation data structure'/>
7134 <arg name='out' type='xmlBufferPtr' info='an xmlBuffer for the output.'/>
7135 <arg name='in' type='xmlBufferPtr' info='an xmlBuffer for the input'/>
Daniel Veillard61006472002-01-21 17:31:47 +00007136 </function>
7137 <function name='xmlCharEncOutFunc' file='encoding'>
Daniel Veillarda9b66d02002-12-11 14:23:49 +00007138 <info>Generic front-end for the encoding handler output function a first call with @in == NULL has to be made firs to initiate the output in case of non-stateless encoding needing to initiate their state or the output (like the BOM in UTF16). In case of UTF8 sequence conversion errors for the given encoder, the content will be automatically remapped to a CharRef sequence.</info>
7139 <return type='int' info='the number of byte written if success, or -1 general error -2 if the transcoding fails (for *in is not valid utf8 string or the result of transformation can&apos;t fit into the encoding we want), or'/>
7140 <arg name='handler' type='xmlCharEncodingHandler *' info='char enconding transformation data structure'/>
7141 <arg name='out' type='xmlBufferPtr' info='an xmlBuffer for the output.'/>
7142 <arg name='in' type='xmlBufferPtr' info='an xmlBuffer for the input'/>
Daniel Veillard61006472002-01-21 17:31:47 +00007143 </function>
Daniel Veillard9d06d302002-01-22 18:15:52 +00007144 <functype name='xmlCharEncodingInputFunc' file='encoding'>
7145 <info>Take a block of chars in the original encoding and try to convert it to an UTF-8 block of chars out.</info>
John Fleck0eaf41c2003-12-01 04:45:26 +00007146 <return type='int' info='the number of bytes written, -1 if lack of space, or -2 if the transcoding failed. The value of @inlen after return is the number of octets consumed if the return value is positive, else unpredictiable. The value of @outlen after return is the number of octets consumed.'/>
Daniel Veillarda9b66d02002-12-11 14:23:49 +00007147 <arg name='out' type='unsigned char *' info='a pointer to an array of bytes to store the UTF-8 result'/>
7148 <arg name='outlen' type='int *' info='the length of @out'/>
7149 <arg name='in' type='const unsigned char *' info='a pointer to an array of chars in the original encoding'/>
7150 <arg name='inlen' type='int *' info='the length of @in'/>
Daniel Veillard9d06d302002-01-22 18:15:52 +00007151 </functype>
7152 <functype name='xmlCharEncodingOutputFunc' file='encoding'>
John Fleck0eaf41c2003-12-01 04:45:26 +00007153 <info>Take a block of UTF-8 chars in and try to convert it to another encoding. Note: a first call designed to produce heading info is called with in = NULL. If stateful this should also initialize the encoder state.</info>
Daniel Veillard36711902004-02-11 13:25:26 +00007154 <return type='int' info='the number of bytes written, -1 if lack of space, or -2 if the transcoding failed. The value of @inlen after return is the number of octets consumed if the return value is positive, else unpredictiable. The value of @outlen after return is the number of octets produced.'/>
Daniel Veillarda9b66d02002-12-11 14:23:49 +00007155 <arg name='out' type='unsigned char *' info='a pointer to an array of bytes to store the result'/>
7156 <arg name='outlen' type='int *' info='the length of @out'/>
7157 <arg name='in' type='const unsigned char *' info='a pointer to an array of UTF-8 chars'/>
7158 <arg name='inlen' type='int *' info='the length of @in'/>
Daniel Veillard9d06d302002-01-22 18:15:52 +00007159 </functype>
Daniel Veillard78697292003-10-19 20:44:43 +00007160 <function name='xmlCharInRange' file='chvalid'>
7161 <info>Does a binary search of the range table to determine if char is valid</info>
7162 <return type='int' info='true if character valid, false otherwise'/>
7163 <arg name='val' type='unsigned int' info='character to be validated'/>
Daniel Veillarde4e3f5d2003-10-28 23:06:32 +00007164 <arg name='rptr' type='const xmlChRangeGroupPtr' info='pointer to range to be used to validate'/>
Daniel Veillard78697292003-10-19 20:44:43 +00007165 </function>
William M. Bracka2e844a2004-01-06 11:52:13 +00007166 <function name='xmlCharStrdup' file='xmlstring'>
Daniel Veillard9d06d302002-01-22 18:15:52 +00007167 <info>a strdup for char&apos;s to xmlChar&apos;s</info>
Daniel Veillarda9b66d02002-12-11 14:23:49 +00007168 <return type='xmlChar *' info='a new xmlChar * or NULL'/>
7169 <arg name='cur' type='const char *' info='the input char *'/>
Daniel Veillard61006472002-01-21 17:31:47 +00007170 </function>
William M. Bracka2e844a2004-01-06 11:52:13 +00007171 <function name='xmlCharStrndup' file='xmlstring'>
Daniel Veillard9d06d302002-01-22 18:15:52 +00007172 <info>a strndup for char&apos;s to xmlChar&apos;s</info>
Daniel Veillarda9b66d02002-12-11 14:23:49 +00007173 <return type='xmlChar *' info='a new xmlChar * or NULL'/>
7174 <arg name='cur' type='const char *' info='the input char *'/>
7175 <arg name='len' type='int' info='the len of @cur'/>
Daniel Veillard61006472002-01-21 17:31:47 +00007176 </function>
Daniel Veillard48267432002-10-18 11:21:38 +00007177 <function name='xmlCheckFilename' file='xmlIO'>
Daniel Veillarda9b66d02002-12-11 14:23:49 +00007178 <info>function checks to see if @path is a valid source (file, socket...) for XML. if stat is not available on the target machine,</info>
7179 <return type='int' info='1. if stat fails, returns 0 (if calling stat on the filename fails, it can&apos;t be right). if stat succeeds and the file is a directory, returns 2. otherwise returns 1.'/>
7180 <arg name='path' type='const char *' info='the path to check'/>
Daniel Veillard48267432002-10-18 11:21:38 +00007181 </function>
Daniel Veillard78697292003-10-19 20:44:43 +00007182 <function name='xmlCheckHTTPInput' file='xmlIO'>
7183 <info>Check an input in case it was created from an HTTP stream, in that case it will handle encoding and update of the base URL in case of redirection. It also checks for HTTP errors in which case the input is cleanly freed up and an appropriate error is raised in context</info>
7184 <return type='xmlParserInputPtr' info='the input or NULL in case of HTTP error.'/>
7185 <arg name='ctxt' type='xmlParserCtxtPtr' info='an XML parser context'/>
7186 <arg name='ret' type='xmlParserInputPtr' info='an XML parser input'/>
7187 </function>
Daniel Veillard61006472002-01-21 17:31:47 +00007188 <function name='xmlCheckLanguageID' file='parserInternals'>
Daniel Veillarda9b66d02002-12-11 14:23:49 +00007189 <info>Checks that the value conforms to the LanguageID production: NOTE: this is somewhat deprecated, those productions were removed from the XML Second edition. [33] LanguageID ::= Langcode (&apos;-&apos; Subcode)* [34] Langcode ::= ISO639Code | IanaCode | UserCode [35] ISO639Code ::= ([a-z] | [A-Z]) ([a-z] | [A-Z]) [36] IanaCode ::= (&apos;i&apos; | &apos;I&apos;) &apos;-&apos; ([a-z] | [A-Z])+ [37] UserCode ::= (&apos;x&apos; | &apos;X&apos;) &apos;-&apos; ([a-z] | [A-Z])+ [38] Subcode ::= ([a-z] | [A-Z])+</info>
7190 <return type='int' info='1 if correct 0 otherwise'/>
7191 <arg name='lang' type='const xmlChar *' info='pointer to the string value'/>
Daniel Veillard61006472002-01-21 17:31:47 +00007192 </function>
William M. Bracka2e844a2004-01-06 11:52:13 +00007193 <function name='xmlCheckUTF8' file='xmlstring'>
John Fleck0eaf41c2003-12-01 04:45:26 +00007194 <info>Checks @utf for being valid UTF-8. @utf is assumed to be null-terminated. This function is not super-strict, as it will allow longer UTF-8 sequences than necessary. Note that Java is capable of producing these sequences if provoked. Also note, this routine checks for the 4-byte maximum size, but does not check for 0x10ffff maximum value.</info>
Daniel Veillarda9b66d02002-12-11 14:23:49 +00007195 <return type='int' info='value: true if @utf is valid.'/>
John Fleck0eaf41c2003-12-01 04:45:26 +00007196 <arg name='utf' type='const unsigned char *' info='Pointer to putative UTF-8 encoded string.'/>
Daniel Veillard61006472002-01-21 17:31:47 +00007197 </function>
Daniel Veillardfee408f2002-11-22 13:18:30 +00007198 <function name='xmlCheckVersion' file='xmlversion'>
Daniel Veillard2d1464f2002-01-21 23:16:56 +00007199 <info>check the compiled lib version against the include one. This can warn or immediately kill the application</info>
Daniel Veillard61006472002-01-21 17:31:47 +00007200 <return type='void'/>
Daniel Veillarda9b66d02002-12-11 14:23:49 +00007201 <arg name='version' type='int' info='the include version number'/>
Daniel Veillard61006472002-01-21 17:31:47 +00007202 </function>
Daniel Veillard61006472002-01-21 17:31:47 +00007203 <function name='xmlCleanupCharEncodingHandlers' file='encoding'>
Daniel Veillard2d1464f2002-01-21 23:16:56 +00007204 <info>Cleanup the memory allocated for the char encoding support, it unregisters all the encoding handlers and the aliases.</info>
Daniel Veillard61006472002-01-21 17:31:47 +00007205 <return type='void'/>
Daniel Veillard61006472002-01-21 17:31:47 +00007206 </function>
7207 <function name='xmlCleanupEncodingAliases' file='encoding'>
Daniel Veillard2d1464f2002-01-21 23:16:56 +00007208 <info>Unregisters all aliases</info>
Daniel Veillard61006472002-01-21 17:31:47 +00007209 <return type='void'/>
Daniel Veillard61006472002-01-21 17:31:47 +00007210 </function>
Daniel Veillard781ac8b2003-05-15 22:11:36 +00007211 <function name='xmlCleanupGlobals' file='globals'>
William M. Brack966668a2003-12-20 02:10:28 +00007212 <info>Additional cleanup for multi-threading</info>
Daniel Veillard781ac8b2003-05-15 22:11:36 +00007213 <return type='void'/>
7214 </function>
Daniel Veillard61006472002-01-21 17:31:47 +00007215 <function name='xmlCleanupInputCallbacks' file='xmlIO'>
Daniel Veillard2d1464f2002-01-21 23:16:56 +00007216 <info>clears the entire input callback table. this includes the compiled-in I/O.</info>
Daniel Veillard61006472002-01-21 17:31:47 +00007217 <return type='void'/>
Daniel Veillard61006472002-01-21 17:31:47 +00007218 </function>
MST 2004 John Fleck2050d892004-01-05 01:56:38 +00007219 <function name='xmlCleanupMemory' file='xmlmemory'>
7220 <info>Free up all the memory associated with memorys</info>
7221 <return type='void'/>
7222 </function>
Daniel Veillard61006472002-01-21 17:31:47 +00007223 <function name='xmlCleanupOutputCallbacks' file='xmlIO'>
Daniel Veillard2d1464f2002-01-21 23:16:56 +00007224 <info>clears the entire output callback table. this includes the compiled-in I/O callbacks.</info>
Daniel Veillard61006472002-01-21 17:31:47 +00007225 <return type='void'/>
Daniel Veillard61006472002-01-21 17:31:47 +00007226 </function>
7227 <function name='xmlCleanupParser' file='parser'>
Daniel Veillardd8cf9062003-11-11 21:12:36 +00007228 <info>Cleanup function for the XML library. It tries to reclaim all parsing related global memory allocated for the library processing. It doesn&apos;t deallocate any document related memory. Calling this function should not prevent reusing the library but one should call xmlCleanupParser() only when the process has finished using the library or XML document built with it.</info>
Daniel Veillard61006472002-01-21 17:31:47 +00007229 <return type='void'/>
Daniel Veillard61006472002-01-21 17:31:47 +00007230 </function>
7231 <function name='xmlCleanupPredefinedEntities' file='entities'>
Daniel Veillard2b8c4a12003-10-02 22:28:19 +00007232 <info>Cleanup up the predefined entities table. Deprecated call</info>
Daniel Veillard61006472002-01-21 17:31:47 +00007233 <return type='void'/>
Daniel Veillard61006472002-01-21 17:31:47 +00007234 </function>
7235 <function name='xmlCleanupThreads' file='threads'>
Daniel Veillard2d1464f2002-01-21 23:16:56 +00007236 <info>xmlCleanupThreads() is used to to cleanup all the thread related data of the libxml2 library once processing has ended.</info>
Daniel Veillard61006472002-01-21 17:31:47 +00007237 <return type='void'/>
Daniel Veillard61006472002-01-21 17:31:47 +00007238 </function>
7239 <function name='xmlClearNodeInfoSeq' file='parser'>
Daniel Veillard2d1464f2002-01-21 23:16:56 +00007240 <info>-- Clear (release memory and reinitialize) node info sequence</info>
Daniel Veillard61006472002-01-21 17:31:47 +00007241 <return type='void'/>
Daniel Veillarda9b66d02002-12-11 14:23:49 +00007242 <arg name='seq' type='xmlParserNodeInfoSeqPtr' info='a node info sequence pointer'/>
Daniel Veillard61006472002-01-21 17:31:47 +00007243 </function>
7244 <function name='xmlClearParserCtxt' file='parser'>
Daniel Veillard2d1464f2002-01-21 23:16:56 +00007245 <info>Clear (release owned resources) and reinitialize a parser context</info>
Daniel Veillard61006472002-01-21 17:31:47 +00007246 <return type='void'/>
Daniel Veillarda9b66d02002-12-11 14:23:49 +00007247 <arg name='ctxt' type='xmlParserCtxtPtr' info='an XML parser context'/>
Daniel Veillard61006472002-01-21 17:31:47 +00007248 </function>
7249 <function name='xmlConvertSGMLCatalog' file='catalog'>
Daniel Veillard2d1464f2002-01-21 23:16:56 +00007250 <info>Convert all the SGML catalog entries as XML ones</info>
Daniel Veillarda9b66d02002-12-11 14:23:49 +00007251 <return type='int' info='the number of entries converted if successful, -1 otherwise'/>
7252 <arg name='catal' type='xmlCatalogPtr' info='the catalog'/>
Daniel Veillard61006472002-01-21 17:31:47 +00007253 </function>
7254 <function name='xmlCopyAttributeTable' file='valid'>
Daniel Veillard2d1464f2002-01-21 23:16:56 +00007255 <info>Build a copy of an attribute table.</info>
Daniel Veillarda9b66d02002-12-11 14:23:49 +00007256 <return type='xmlAttributeTablePtr' info='the new xmlAttributeTablePtr or NULL in case of error.'/>
7257 <arg name='table' type='xmlAttributeTablePtr' info='An attribute table'/>
Daniel Veillard61006472002-01-21 17:31:47 +00007258 </function>
7259 <function name='xmlCopyChar' file='parserInternals'>
Daniel Veillard2d1464f2002-01-21 23:16:56 +00007260 <info>append the char value in the array</info>
Daniel Veillarda9b66d02002-12-11 14:23:49 +00007261 <return type='int' info='the number of xmlChar written'/>
7262 <arg name='len' type='int' info='Ignored, compatibility'/>
7263 <arg name='out' type='xmlChar *' info='pointer to an array of xmlChar'/>
7264 <arg name='val' type='int' info='the char value'/>
Daniel Veillard61006472002-01-21 17:31:47 +00007265 </function>
7266 <function name='xmlCopyCharMultiByte' file='parserInternals'>
Daniel Veillard2d1464f2002-01-21 23:16:56 +00007267 <info>append the char value in the array</info>
Daniel Veillarda9b66d02002-12-11 14:23:49 +00007268 <return type='int' info='the number of xmlChar written'/>
7269 <arg name='out' type='xmlChar *' info='pointer to an array of xmlChar'/>
7270 <arg name='val' type='int' info='the char value'/>
Daniel Veillard61006472002-01-21 17:31:47 +00007271 </function>
7272 <function name='xmlCopyDoc' file='tree'>
Daniel Veillard2d1464f2002-01-21 23:16:56 +00007273 <info>Do a copy of the document info. If recursive, the content tree will be copied too as well as DTD, namespaces and entities.</info>
Daniel Veillarda9b66d02002-12-11 14:23:49 +00007274 <return type='xmlDocPtr' info='a new #xmlDocPtr, or NULL in case of error.'/>
7275 <arg name='doc' type='xmlDocPtr' info='the document'/>
Daniel Veillard500a1de2004-03-22 15:22:58 +00007276 <arg name='recursive' type='int' info='if not zero do a recursive copy.'/>
Daniel Veillard61006472002-01-21 17:31:47 +00007277 </function>
7278 <function name='xmlCopyDtd' file='tree'>
Daniel Veillard2d1464f2002-01-21 23:16:56 +00007279 <info>Do a copy of the dtd.</info>
Daniel Veillarda9b66d02002-12-11 14:23:49 +00007280 <return type='xmlDtdPtr' info='a new #xmlDtdPtr, or NULL in case of error.'/>
7281 <arg name='dtd' type='xmlDtdPtr' info='the dtd'/>
Daniel Veillard61006472002-01-21 17:31:47 +00007282 </function>
7283 <function name='xmlCopyElementContent' file='valid'>
Daniel Veillard2d1464f2002-01-21 23:16:56 +00007284 <info>Build a copy of an element content description.</info>
Daniel Veillarda9b66d02002-12-11 14:23:49 +00007285 <return type='xmlElementContentPtr' info='the new xmlElementContentPtr or NULL in case of error.'/>
7286 <arg name='cur' type='xmlElementContentPtr' info='An element content pointer.'/>
Daniel Veillard61006472002-01-21 17:31:47 +00007287 </function>
7288 <function name='xmlCopyElementTable' file='valid'>
Daniel Veillard2d1464f2002-01-21 23:16:56 +00007289 <info>Build a copy of an element table.</info>
Daniel Veillarda9b66d02002-12-11 14:23:49 +00007290 <return type='xmlElementTablePtr' info='the new xmlElementTablePtr or NULL in case of error.'/>
7291 <arg name='table' type='xmlElementTablePtr' info='An element table'/>
Daniel Veillard61006472002-01-21 17:31:47 +00007292 </function>
7293 <function name='xmlCopyEntitiesTable' file='entities'>
Daniel Veillard2d1464f2002-01-21 23:16:56 +00007294 <info>Build a copy of an entity table.</info>
Daniel Veillarda9b66d02002-12-11 14:23:49 +00007295 <return type='xmlEntitiesTablePtr' info='the new xmlEntitiesTablePtr or NULL in case of error.'/>
7296 <arg name='table' type='xmlEntitiesTablePtr' info='An entity table'/>
Daniel Veillard61006472002-01-21 17:31:47 +00007297 </function>
7298 <function name='xmlCopyEnumeration' file='valid'>
Daniel Veillard2d1464f2002-01-21 23:16:56 +00007299 <info>Copy an enumeration attribute node (recursive).</info>
Daniel Veillarda9b66d02002-12-11 14:23:49 +00007300 <return type='xmlEnumerationPtr' info='the xmlEnumerationPtr just created or NULL in case of error.'/>
7301 <arg name='cur' type='xmlEnumerationPtr' info='the tree to copy.'/>
Daniel Veillard61006472002-01-21 17:31:47 +00007302 </function>
Daniel Veillard2b8c4a12003-10-02 22:28:19 +00007303 <function name='xmlCopyError' file='xmlerror'>
Daniel Veillardcd6ff282003-10-08 22:38:13 +00007304 <info>Save the original error to the new place.</info>
7305 <return type='int' info='0 in case of success and -1 in case of error.'/>
7306 <arg name='from' type='xmlErrorPtr' info='a source error'/>
7307 <arg name='to' type='xmlErrorPtr' info='a target error'/>
Daniel Veillard2b8c4a12003-10-02 22:28:19 +00007308 </function>
Daniel Veillard61006472002-01-21 17:31:47 +00007309 <function name='xmlCopyNamespace' file='tree'>
Daniel Veillard2d1464f2002-01-21 23:16:56 +00007310 <info>Do a copy of the namespace.</info>
Daniel Veillarda9b66d02002-12-11 14:23:49 +00007311 <return type='xmlNsPtr' info='a new #xmlNsPtr, or NULL in case of error.'/>
7312 <arg name='cur' type='xmlNsPtr' info='the namespace'/>
Daniel Veillard61006472002-01-21 17:31:47 +00007313 </function>
7314 <function name='xmlCopyNamespaceList' file='tree'>
Daniel Veillard2d1464f2002-01-21 23:16:56 +00007315 <info>Do a copy of an namespace list.</info>
Daniel Veillarda9b66d02002-12-11 14:23:49 +00007316 <return type='xmlNsPtr' info='a new #xmlNsPtr, or NULL in case of error.'/>
7317 <arg name='cur' type='xmlNsPtr' info='the first namespace'/>
Daniel Veillard61006472002-01-21 17:31:47 +00007318 </function>
7319 <function name='xmlCopyNode' file='tree'>
Daniel Veillard2d1464f2002-01-21 23:16:56 +00007320 <info>Do a copy of the node.</info>
Daniel Veillarda9b66d02002-12-11 14:23:49 +00007321 <return type='xmlNodePtr' info='a new #xmlNodePtr, or NULL in case of error.'/>
7322 <arg name='node' type='const xmlNodePtr' info='the node'/>
Daniel Veillard500a1de2004-03-22 15:22:58 +00007323 <arg name='extended' type='int' info='if 1 do a recursive copy (properties, namespaces and children when applicable) if 2 copy properties and namespaces (when applicable)'/>
Daniel Veillard61006472002-01-21 17:31:47 +00007324 </function>
7325 <function name='xmlCopyNodeList' file='tree'>
Daniel Veillard2d1464f2002-01-21 23:16:56 +00007326 <info>Do a recursive copy of the node list.</info>
Daniel Veillarda9b66d02002-12-11 14:23:49 +00007327 <return type='xmlNodePtr' info='a new #xmlNodePtr, or NULL in case of error.'/>
7328 <arg name='node' type='const xmlNodePtr' info='the first node in the list.'/>
Daniel Veillard61006472002-01-21 17:31:47 +00007329 </function>
7330 <function name='xmlCopyNotationTable' file='valid'>
Daniel Veillard2d1464f2002-01-21 23:16:56 +00007331 <info>Build a copy of a notation table.</info>
Daniel Veillarda9b66d02002-12-11 14:23:49 +00007332 <return type='xmlNotationTablePtr' info='the new xmlNotationTablePtr or NULL in case of error.'/>
7333 <arg name='table' type='xmlNotationTablePtr' info='A notation table'/>
Daniel Veillard61006472002-01-21 17:31:47 +00007334 </function>
7335 <function name='xmlCopyProp' file='tree'>
Daniel Veillard2d1464f2002-01-21 23:16:56 +00007336 <info>Do a copy of the attribute.</info>
Daniel Veillarda9b66d02002-12-11 14:23:49 +00007337 <return type='xmlAttrPtr' info='a new #xmlAttrPtr, or NULL in case of error.'/>
7338 <arg name='target' type='xmlNodePtr' info='the element where the attribute will be grafted'/>
7339 <arg name='cur' type='xmlAttrPtr' info='the attribute'/>
Daniel Veillard61006472002-01-21 17:31:47 +00007340 </function>
7341 <function name='xmlCopyPropList' file='tree'>
Daniel Veillard2d1464f2002-01-21 23:16:56 +00007342 <info>Do a copy of an attribute list.</info>
Daniel Veillarda9b66d02002-12-11 14:23:49 +00007343 <return type='xmlAttrPtr' info='a new #xmlAttrPtr, or NULL in case of error.'/>
7344 <arg name='target' type='xmlNodePtr' info='the element where the attributes will be grafted'/>
7345 <arg name='cur' type='xmlAttrPtr' info='the first attribute'/>
Daniel Veillard61006472002-01-21 17:31:47 +00007346 </function>
7347 <function name='xmlCreateDocParserCtxt' file='parser'>
Daniel Veillard2d1464f2002-01-21 23:16:56 +00007348 <info>Creates a parser context for an XML in-memory document.</info>
Daniel Veillarda9b66d02002-12-11 14:23:49 +00007349 <return type='xmlParserCtxtPtr' info='the new parser context or NULL'/>
Daniel Veillard16fa96c2003-09-23 21:50:54 +00007350 <arg name='cur' type='const xmlChar *' info='a pointer to an array of xmlChar'/>
Daniel Veillard61006472002-01-21 17:31:47 +00007351 </function>
7352 <function name='xmlCreateEntitiesTable' file='entities'>
Daniel Veillard2d1464f2002-01-21 23:16:56 +00007353 <info>create and initialize an empty entities hash table.</info>
Daniel Veillarda9b66d02002-12-11 14:23:49 +00007354 <return type='xmlEntitiesTablePtr' info='the xmlEntitiesTablePtr just created or NULL in case of error.'/>
Daniel Veillard61006472002-01-21 17:31:47 +00007355 </function>
7356 <function name='xmlCreateEntityParserCtxt' file='parserInternals'>
Daniel Veillard2d1464f2002-01-21 23:16:56 +00007357 <info>Create a parser context for an external entity Automatic support for ZLIB/Compress compressed document is provided by default if found at compile-time.</info>
Daniel Veillarda9b66d02002-12-11 14:23:49 +00007358 <return type='xmlParserCtxtPtr' info='the new parser context or NULL'/>
7359 <arg name='URL' type='const xmlChar *' info='the entity URL'/>
7360 <arg name='ID' type='const xmlChar *' info='the entity PUBLIC ID'/>
7361 <arg name='base' type='const xmlChar *' info='a possible base for the target URI'/>
Daniel Veillard61006472002-01-21 17:31:47 +00007362 </function>
7363 <function name='xmlCreateEnumeration' file='valid'>
Daniel Veillard2d1464f2002-01-21 23:16:56 +00007364 <info>create and initialize an enumeration attribute node.</info>
Daniel Veillarda9b66d02002-12-11 14:23:49 +00007365 <return type='xmlEnumerationPtr' info='the xmlEnumerationPtr just created or NULL in case of error.'/>
Daniel Veillard2fdbd322003-08-18 12:15:38 +00007366 <arg name='name' type='const xmlChar *' info='the enumeration name or NULL'/>
Daniel Veillard61006472002-01-21 17:31:47 +00007367 </function>
7368 <function name='xmlCreateFileParserCtxt' file='parserInternals'>
Daniel Veillard2d1464f2002-01-21 23:16:56 +00007369 <info>Create a parser context for a file content. Automatic support for ZLIB/Compress compressed document is provided by default if found at compile-time.</info>
Daniel Veillarda9b66d02002-12-11 14:23:49 +00007370 <return type='xmlParserCtxtPtr' info='the new parser context or NULL'/>
7371 <arg name='filename' type='const char *' info='the filename'/>
Daniel Veillard61006472002-01-21 17:31:47 +00007372 </function>
7373 <function name='xmlCreateIOParserCtxt' file='parser'>
Daniel Veillard2d1464f2002-01-21 23:16:56 +00007374 <info>Create a parser context for using the XML parser with an existing I/O stream</info>
Daniel Veillarda9b66d02002-12-11 14:23:49 +00007375 <return type='xmlParserCtxtPtr' info='the new parser context or NULL'/>
7376 <arg name='sax' type='xmlSAXHandlerPtr' info='a SAX handler'/>
7377 <arg name='user_data' type='void *' info='The user data returned on SAX callbacks'/>
7378 <arg name='ioread' type='xmlInputReadCallback' info='an I/O read function'/>
7379 <arg name='ioclose' type='xmlInputCloseCallback' info='an I/O close function'/>
7380 <arg name='ioctx' type='void *' info='an I/O handler'/>
7381 <arg name='enc' type='xmlCharEncoding' info='the charset encoding if known'/>
Daniel Veillard61006472002-01-21 17:31:47 +00007382 </function>
7383 <function name='xmlCreateIntSubset' file='tree'>
Daniel Veillard2d1464f2002-01-21 23:16:56 +00007384 <info>Create the internal subset of a document</info>
Daniel Veillarda9b66d02002-12-11 14:23:49 +00007385 <return type='xmlDtdPtr' info='a pointer to the new DTD structure'/>
7386 <arg name='doc' type='xmlDocPtr' info='the document pointer'/>
7387 <arg name='name' type='const xmlChar *' info='the DTD name'/>
7388 <arg name='ExternalID' type='const xmlChar *' info='the external (PUBLIC) ID'/>
7389 <arg name='SystemID' type='const xmlChar *' info='the system ID'/>
Daniel Veillard61006472002-01-21 17:31:47 +00007390 </function>
7391 <function name='xmlCreateMemoryParserCtxt' file='parserInternals'>
Daniel Veillard2d1464f2002-01-21 23:16:56 +00007392 <info>Create a parser context for an XML in-memory document.</info>
Daniel Veillarda9b66d02002-12-11 14:23:49 +00007393 <return type='xmlParserCtxtPtr' info='the new parser context or NULL'/>
7394 <arg name='buffer' type='const char *' info='a pointer to a char array'/>
7395 <arg name='size' type='int' info='the size of the array'/>
Daniel Veillard61006472002-01-21 17:31:47 +00007396 </function>
7397 <function name='xmlCreatePushParserCtxt' file='parser'>
Daniel Veillarda9b66d02002-12-11 14:23:49 +00007398 <info>Create a parser context for using the XML parser in push mode. If @buffer and @size are non-NULL, the data is used to detect the encoding. The remaining characters will be parsed so they don&apos;t need to be fed in again through xmlParseChunk. To allow content encoding detection, @size should be &gt;= 4 The value of @filename is used for fetching external entities and error/warning reports.</info>
7399 <return type='xmlParserCtxtPtr' info='the new parser context or NULL'/>
7400 <arg name='sax' type='xmlSAXHandlerPtr' info='a SAX handler'/>
7401 <arg name='user_data' type='void *' info='The user data returned on SAX callbacks'/>
7402 <arg name='chunk' type='const char *' info='a pointer to an array of chars'/>
7403 <arg name='size' type='int' info='number of chars in the array'/>
7404 <arg name='filename' type='const char *' info='an optional file name or URI'/>
Daniel Veillard61006472002-01-21 17:31:47 +00007405 </function>
7406 <function name='xmlCreateURI' file='uri'>
Daniel Veillard2d1464f2002-01-21 23:16:56 +00007407 <info>Simply creates an empty xmlURI</info>
Daniel Veillarda9b66d02002-12-11 14:23:49 +00007408 <return type='xmlURIPtr' info='the new structure or NULL in case of error'/>
Daniel Veillard61006472002-01-21 17:31:47 +00007409 </function>
Daniel Veillard6d373a22003-11-04 10:26:43 +00007410 <function name='xmlCreateURLParserCtxt' file='parserInternals'>
7411 <info>Create a parser context for a file or URL content. Automatic support for ZLIB/Compress compressed document is provided by default if found at compile-time and for file accesses</info>
7412 <return type='xmlParserCtxtPtr' info='the new parser context or NULL'/>
7413 <arg name='filename' type='const char *' info='the filename or URL'/>
Daniel Veillarde6e59cd2003-12-24 11:56:44 +00007414 <arg name='options' type='int' info='a combination of xmlParserOption'/>
Daniel Veillard6d373a22003-11-04 10:26:43 +00007415 </function>
Daniel Veillard2b8c4a12003-10-02 22:28:19 +00007416 <function name='xmlCtxtGetLastError' file='xmlerror'>
Daniel Veillardcd6ff282003-10-08 22:38:13 +00007417 <info>Get the last parsing error registered.</info>
7418 <return type='xmlErrorPtr' info='NULL if no error occured or a pointer to the error'/>
7419 <arg name='ctx' type='void *' info='an XML parser context'/>
Daniel Veillard2b8c4a12003-10-02 22:28:19 +00007420 </function>
Daniel Veillard16fa96c2003-09-23 21:50:54 +00007421 <function name='xmlCtxtReadDoc' file='parser'>
7422 <info>parse an XML in-memory document and build a tree. This reuses the existing @ctxt parser context</info>
7423 <return type='xmlDocPtr' info='the resulting document tree'/>
7424 <arg name='ctxt' type='xmlParserCtxtPtr' info='an XML parser context'/>
7425 <arg name='cur' type='const xmlChar *' info='a pointer to a zero terminated string'/>
Daniel Veillard60942de2003-09-25 21:05:58 +00007426 <arg name='URL' type='const char *' info='the base URL to use for the document'/>
Daniel Veillard16fa96c2003-09-23 21:50:54 +00007427 <arg name='encoding' type='const char *' info='the document encoding, or NULL'/>
Daniel Veillarde6e59cd2003-12-24 11:56:44 +00007428 <arg name='options' type='int' info='a combination of xmlParserOption'/>
Daniel Veillard16fa96c2003-09-23 21:50:54 +00007429 </function>
7430 <function name='xmlCtxtReadFd' file='parser'>
Daniel Veillarde6e59cd2003-12-24 11:56:44 +00007431 <info>parse an XML from a file descriptor and build a tree. This reuses the existing @ctxt parser context NOTE that the file descriptor will not be closed when the reader is closed or reset.</info>
Daniel Veillard16fa96c2003-09-23 21:50:54 +00007432 <return type='xmlDocPtr' info='the resulting document tree'/>
7433 <arg name='ctxt' type='xmlParserCtxtPtr' info='an XML parser context'/>
7434 <arg name='fd' type='int' info='an open file descriptor'/>
Daniel Veillard60942de2003-09-25 21:05:58 +00007435 <arg name='URL' type='const char *' info='the base URL to use for the document'/>
Daniel Veillard16fa96c2003-09-23 21:50:54 +00007436 <arg name='encoding' type='const char *' info='the document encoding, or NULL'/>
Daniel Veillarde6e59cd2003-12-24 11:56:44 +00007437 <arg name='options' type='int' info='a combination of xmlParserOption'/>
Daniel Veillard16fa96c2003-09-23 21:50:54 +00007438 </function>
7439 <function name='xmlCtxtReadFile' file='parser'>
7440 <info>parse an XML file from the filesystem or the network. This reuses the existing @ctxt parser context</info>
7441 <return type='xmlDocPtr' info='the resulting document tree'/>
7442 <arg name='ctxt' type='xmlParserCtxtPtr' info='an XML parser context'/>
7443 <arg name='filename' type='const char *' info='a file or URL'/>
7444 <arg name='encoding' type='const char *' info='the document encoding, or NULL'/>
Daniel Veillarde6e59cd2003-12-24 11:56:44 +00007445 <arg name='options' type='int' info='a combination of xmlParserOption'/>
Daniel Veillard16fa96c2003-09-23 21:50:54 +00007446 </function>
7447 <function name='xmlCtxtReadIO' file='parser'>
7448 <info>parse an XML document from I/O functions and source and build a tree. This reuses the existing @ctxt parser context</info>
7449 <return type='xmlDocPtr' info='the resulting document tree'/>
7450 <arg name='ctxt' type='xmlParserCtxtPtr' info='an XML parser context'/>
7451 <arg name='ioread' type='xmlInputReadCallback' info='an I/O read function'/>
7452 <arg name='ioclose' type='xmlInputCloseCallback' info='an I/O close function'/>
7453 <arg name='ioctx' type='void *' info='an I/O handler'/>
Daniel Veillard60942de2003-09-25 21:05:58 +00007454 <arg name='URL' type='const char *' info='the base URL to use for the document'/>
Daniel Veillard16fa96c2003-09-23 21:50:54 +00007455 <arg name='encoding' type='const char *' info='the document encoding, or NULL'/>
Daniel Veillarde6e59cd2003-12-24 11:56:44 +00007456 <arg name='options' type='int' info='a combination of xmlParserOption'/>
Daniel Veillard16fa96c2003-09-23 21:50:54 +00007457 </function>
7458 <function name='xmlCtxtReadMemory' file='parser'>
7459 <info>parse an XML in-memory document and build a tree. This reuses the existing @ctxt parser context</info>
7460 <return type='xmlDocPtr' info='the resulting document tree'/>
7461 <arg name='ctxt' type='xmlParserCtxtPtr' info='an XML parser context'/>
7462 <arg name='buffer' type='const char *' info='a pointer to a char array'/>
7463 <arg name='size' type='int' info='the size of the array'/>
Daniel Veillard60942de2003-09-25 21:05:58 +00007464 <arg name='URL' type='const char *' info='the base URL to use for the document'/>
Daniel Veillard16fa96c2003-09-23 21:50:54 +00007465 <arg name='encoding' type='const char *' info='the document encoding, or NULL'/>
Daniel Veillarde6e59cd2003-12-24 11:56:44 +00007466 <arg name='options' type='int' info='a combination of xmlParserOption'/>
Daniel Veillard16fa96c2003-09-23 21:50:54 +00007467 </function>
7468 <function name='xmlCtxtReset' file='parser'>
7469 <info>Reset a parser context</info>
7470 <return type='void'/>
7471 <arg name='ctxt' type='xmlParserCtxtPtr' info='an XML parser context'/>
7472 </function>
Daniel Veillard2b8c4a12003-10-02 22:28:19 +00007473 <function name='xmlCtxtResetLastError' file='xmlerror'>
Daniel Veillardcd6ff282003-10-08 22:38:13 +00007474 <info>Cleanup the last global error registered. For parsing error this does not change the well-formedness result.</info>
Daniel Veillard2b8c4a12003-10-02 22:28:19 +00007475 <return type='void'/>
Daniel Veillardcd6ff282003-10-08 22:38:13 +00007476 <arg name='ctx' type='void *' info='an XML parser context'/>
Daniel Veillard2b8c4a12003-10-02 22:28:19 +00007477 </function>
Daniel Veillarde4e3f5d2003-10-28 23:06:32 +00007478 <function name='xmlCtxtResetPush' file='parser'>
7479 <info>Reset a push parser context</info>
7480 <return type='int' info='0 in case of success and 1 in case of error'/>
7481 <arg name='ctxt' type='xmlParserCtxtPtr' info='an XML parser context'/>
7482 <arg name='chunk' type='const char *' info='a pointer to an array of chars'/>
7483 <arg name='size' type='int' info='number of chars in the array'/>
7484 <arg name='filename' type='const char *' info='an optional file name or URI'/>
7485 <arg name='encoding' type='const char *' info='the document encoding, or NULL'/>
7486 </function>
Daniel Veillard16fa96c2003-09-23 21:50:54 +00007487 <function name='xmlCtxtUseOptions' file='parser'>
7488 <info>Applies the options to the parser context</info>
7489 <return type='int' info='0 in case of success, the set of unknown or unimplemented options in case of error.'/>
7490 <arg name='ctxt' type='xmlParserCtxtPtr' info='an XML parser context'/>
Daniel Veillarde6e59cd2003-12-24 11:56:44 +00007491 <arg name='options' type='int' info='a combination of xmlParserOption'/>
Daniel Veillard16fa96c2003-09-23 21:50:54 +00007492 </function>
Daniel Veillard61006472002-01-21 17:31:47 +00007493 <function name='xmlCurrentChar' file='parserInternals'>
Daniel Veillarda9b66d02002-12-11 14:23:49 +00007494 <info>The current char value, if using UTF-8 this may actually span multiple bytes in the input buffer. Implement the end of line normalization: 2.11 End-of-Line Handling Wherever an external parsed entity or the literal entity value of an internal parsed entity contains either the literal two-character sequence &quot;#xD#xA&quot; or a standalone literal #xD, an XML processor must pass to the application the single character #xA. This behavior can conveniently be produced by normalizing all line breaks to #xA on input, before parsing.)</info>
7495 <return type='int' info='the current char value and its length'/>
7496 <arg name='ctxt' type='xmlParserCtxtPtr' info='the XML parser context'/>
7497 <arg name='len' type='int *' info='pointer to the length of the char read'/>
Daniel Veillard61006472002-01-21 17:31:47 +00007498 </function>
7499 <function name='xmlDebugDumpAttr' file='debugXML'>
Daniel Veillard2d1464f2002-01-21 23:16:56 +00007500 <info>Dumps debug information for the attribute</info>
Daniel Veillard61006472002-01-21 17:31:47 +00007501 <return type='void'/>
Daniel Veillarda9b66d02002-12-11 14:23:49 +00007502 <arg name='output' type='FILE *' info='the FILE * for the output'/>
7503 <arg name='attr' type='xmlAttrPtr' info='the attribute'/>
7504 <arg name='depth' type='int' info='the indentation level.'/>
Daniel Veillard61006472002-01-21 17:31:47 +00007505 </function>
7506 <function name='xmlDebugDumpAttrList' file='debugXML'>
Daniel Veillard2d1464f2002-01-21 23:16:56 +00007507 <info>Dumps debug information for the attribute list</info>
Daniel Veillard61006472002-01-21 17:31:47 +00007508 <return type='void'/>
Daniel Veillarda9b66d02002-12-11 14:23:49 +00007509 <arg name='output' type='FILE *' info='the FILE * for the output'/>
7510 <arg name='attr' type='xmlAttrPtr' info='the attribute list'/>
7511 <arg name='depth' type='int' info='the indentation level.'/>
Daniel Veillard61006472002-01-21 17:31:47 +00007512 </function>
7513 <function name='xmlDebugDumpDTD' file='debugXML'>
Daniel Veillard2d1464f2002-01-21 23:16:56 +00007514 <info>Dumps debug information for the DTD</info>
Daniel Veillard61006472002-01-21 17:31:47 +00007515 <return type='void'/>
Daniel Veillarda9b66d02002-12-11 14:23:49 +00007516 <arg name='output' type='FILE *' info='the FILE * for the output'/>
7517 <arg name='dtd' type='xmlDtdPtr' info='the DTD'/>
Daniel Veillard61006472002-01-21 17:31:47 +00007518 </function>
7519 <function name='xmlDebugDumpDocument' file='debugXML'>
Daniel Veillard9d06d302002-01-22 18:15:52 +00007520 <info>Dumps debug information for the document, it&apos;s recursive</info>
Daniel Veillard61006472002-01-21 17:31:47 +00007521 <return type='void'/>
Daniel Veillarda9b66d02002-12-11 14:23:49 +00007522 <arg name='output' type='FILE *' info='the FILE * for the output'/>
7523 <arg name='doc' type='xmlDocPtr' info='the document'/>
Daniel Veillard61006472002-01-21 17:31:47 +00007524 </function>
7525 <function name='xmlDebugDumpDocumentHead' file='debugXML'>
Daniel Veillard2d1464f2002-01-21 23:16:56 +00007526 <info>Dumps debug information cncerning the document, not recursive</info>
Daniel Veillard61006472002-01-21 17:31:47 +00007527 <return type='void'/>
Daniel Veillarda9b66d02002-12-11 14:23:49 +00007528 <arg name='output' type='FILE *' info='the FILE * for the output'/>
7529 <arg name='doc' type='xmlDocPtr' info='the document'/>
Daniel Veillard61006472002-01-21 17:31:47 +00007530 </function>
7531 <function name='xmlDebugDumpEntities' file='debugXML'>
Daniel Veillard2d1464f2002-01-21 23:16:56 +00007532 <info>Dumps debug information for all the entities in use by the document</info>
Daniel Veillard61006472002-01-21 17:31:47 +00007533 <return type='void'/>
Daniel Veillarda9b66d02002-12-11 14:23:49 +00007534 <arg name='output' type='FILE *' info='the FILE * for the output'/>
7535 <arg name='doc' type='xmlDocPtr' info='the document'/>
Daniel Veillard61006472002-01-21 17:31:47 +00007536 </function>
7537 <function name='xmlDebugDumpNode' file='debugXML'>
Daniel Veillard2d1464f2002-01-21 23:16:56 +00007538 <info>Dumps debug information for the element node, it is recursive</info>
Daniel Veillard61006472002-01-21 17:31:47 +00007539 <return type='void'/>
Daniel Veillarda9b66d02002-12-11 14:23:49 +00007540 <arg name='output' type='FILE *' info='the FILE * for the output'/>
7541 <arg name='node' type='xmlNodePtr' info='the node'/>
7542 <arg name='depth' type='int' info='the indentation level.'/>
Daniel Veillard61006472002-01-21 17:31:47 +00007543 </function>
7544 <function name='xmlDebugDumpNodeList' file='debugXML'>
Daniel Veillard2d1464f2002-01-21 23:16:56 +00007545 <info>Dumps debug information for the list of element node, it is recursive</info>
Daniel Veillard61006472002-01-21 17:31:47 +00007546 <return type='void'/>
Daniel Veillarda9b66d02002-12-11 14:23:49 +00007547 <arg name='output' type='FILE *' info='the FILE * for the output'/>
7548 <arg name='node' type='xmlNodePtr' info='the node list'/>
7549 <arg name='depth' type='int' info='the indentation level.'/>
Daniel Veillard61006472002-01-21 17:31:47 +00007550 </function>
7551 <function name='xmlDebugDumpOneNode' file='debugXML'>
Daniel Veillard2d1464f2002-01-21 23:16:56 +00007552 <info>Dumps debug information for the element node, it is not recursive</info>
Daniel Veillard61006472002-01-21 17:31:47 +00007553 <return type='void'/>
Daniel Veillarda9b66d02002-12-11 14:23:49 +00007554 <arg name='output' type='FILE *' info='the FILE * for the output'/>
7555 <arg name='node' type='xmlNodePtr' info='the node'/>
7556 <arg name='depth' type='int' info='the indentation level.'/>
Daniel Veillard61006472002-01-21 17:31:47 +00007557 </function>
7558 <function name='xmlDebugDumpString' file='debugXML'>
Daniel Veillard2d1464f2002-01-21 23:16:56 +00007559 <info>Dumps informations about the string, shorten it if necessary</info>
Daniel Veillard61006472002-01-21 17:31:47 +00007560 <return type='void'/>
Daniel Veillarda9b66d02002-12-11 14:23:49 +00007561 <arg name='output' type='FILE *' info='the FILE * for the output'/>
7562 <arg name='str' type='const xmlChar *' info='the string'/>
Daniel Veillard61006472002-01-21 17:31:47 +00007563 </function>
7564 <function name='xmlDecodeEntities' file='parserInternals'>
Daniel Veillarda9b66d02002-12-11 14:23:49 +00007565 <info>This function is deprecated, we now always process entities content through xmlStringDecodeEntities TODO: remove it in next major release. [67] Reference ::= EntityRef | CharRef [69] PEReference ::= &apos;%&apos; Name &apos;;&apos;</info>
7566 <return type='xmlChar *' info='A newly allocated string with the substitution done. The caller must deallocate it !'/>
7567 <arg name='ctxt' type='xmlParserCtxtPtr' info='the parser context'/>
7568 <arg name='len' type='int' info='the len to decode (in bytes !), -1 for no size limit'/>
7569 <arg name='what' type='int' info='combination of XML_SUBSTITUTE_REF and XML_SUBSTITUTE_PEREF'/>
7570 <arg name='end' type='xmlChar' info='an end marker xmlChar, 0 if none'/>
7571 <arg name='end2' type='xmlChar' info='an end marker xmlChar, 0 if none'/>
7572 <arg name='end3' type='xmlChar' info='an end marker xmlChar, 0 if none'/>
Daniel Veillard61006472002-01-21 17:31:47 +00007573 </function>
William M. Brackcdfa2862003-08-29 06:03:38 +00007574 <function name='xmlDefaultSAXHandlerInit' file='SAX2'>
7575 <info>Initialize the default SAX2 handler</info>
Daniel Veillard61006472002-01-21 17:31:47 +00007576 <return type='void'/>
Daniel Veillard61006472002-01-21 17:31:47 +00007577 </function>
Daniel Veillard61006472002-01-21 17:31:47 +00007578 <function name='xmlDelEncodingAlias' file='encoding'>
Daniel Veillarda9b66d02002-12-11 14:23:49 +00007579 <info>Unregisters an encoding alias @alias</info>
7580 <return type='int' info='0 in case of success, -1 in case of error'/>
7581 <arg name='alias' type='const char *' info='the alias name as parsed, in UTF-8 format (ASCII actually)'/>
Daniel Veillard61006472002-01-21 17:31:47 +00007582 </function>
Daniel Veillard7b4b2f92003-01-06 13:11:20 +00007583 <function name='xmlDeregisterNodeDefault' file='globals'>
Daniel Veillard1d788d22003-02-10 16:21:58 +00007584 <info>Registers a callback for node destruction</info>
Daniel Veillard7b4b2f92003-01-06 13:11:20 +00007585 <return type='xmlDeregisterNodeFunc' info='the previous value of the deregistration function'/>
7586 <arg name='func' type='xmlDeregisterNodeFunc' info='function pointer to the new DeregisterNodeFunc'/>
7587 </function>
7588 <functype name='xmlDeregisterNodeFunc' file='globals'>
7589 <info></info>
7590 <return type='void'/>
7591 <arg name='node' type='xmlNodePtr' info=''/>
7592 </functype>
Daniel Veillard61006472002-01-21 17:31:47 +00007593 <function name='xmlDetectCharEncoding' file='encoding'>
John Fleck0eaf41c2003-12-01 04:45:26 +00007594 <info>Guess the encoding of the entity using the first bytes of the entity content according to the non-normative appendix F of the XML-1.0 recommendation.</info>
Daniel Veillarda9b66d02002-12-11 14:23:49 +00007595 <return type='xmlCharEncoding' info='one of the XML_CHAR_ENCODING_... values.'/>
John Fleck0eaf41c2003-12-01 04:45:26 +00007596 <arg name='in' type='const unsigned char *' info='a pointer to the first bytes of the XML entity, must be at least 2 bytes long (at least 4 if encoding is UTF4 variant).'/>
Daniel Veillarda9b66d02002-12-11 14:23:49 +00007597 <arg name='len' type='int' info='pointer to the length of the buffer'/>
Daniel Veillard61006472002-01-21 17:31:47 +00007598 </function>
Daniel Veillard2fdbd322003-08-18 12:15:38 +00007599 <function name='xmlDictCreate' file='dict'>
7600 <info>Create a new dictionary</info>
Daniel Veillard4773df22004-01-23 13:15:13 +00007601 <return type='xmlDictPtr' info='the newly created dictionnary, or NULL if an error occured.'/>
7602 </function>
7603 <function name='xmlDictCreateSub' file='dict'>
7604 <info>Create a new dictionary, inheriting strings from the read-only dictionnary @sub. On lookup, strings are first searched in the new dictionnary, then in @sub, and if not found are created in the new dictionnary.</info>
7605 <return type='xmlDictPtr' info='the newly created dictionnary, or NULL if an error occured.'/>
7606 <arg name='sub' type='xmlDictPtr' info='an existing dictionnary'/>
Daniel Veillard2fdbd322003-08-18 12:15:38 +00007607 </function>
7608 <function name='xmlDictFree' file='dict'>
7609 <info>Free the hash @dict and its contents. The userdata is deallocated with @f if provided.</info>
7610 <return type='void'/>
7611 <arg name='dict' type='xmlDictPtr' info='the dictionnary'/>
7612 </function>
7613 <function name='xmlDictLookup' file='dict'>
7614 <info>Add the @name to the hash @dict if not present.</info>
7615 <return type='const xmlChar *' info='the internal copy of the name or NULL in case of internal error'/>
7616 <arg name='dict' type='xmlDictPtr' info='the dictionnary'/>
7617 <arg name='name' type='const xmlChar *' info='the name of the userdata'/>
Daniel Veillarde24c7dc2003-08-29 06:03:38 +00007618 <arg name='len' type='int' info='the length of the name, if -1 it is recomputed'/>
Daniel Veillard2fdbd322003-08-18 12:15:38 +00007619 </function>
Daniel Veillarde72c5082003-09-19 12:44:05 +00007620 <function name='xmlDictOwns' file='dict'>
7621 <info>check if a string is owned by the disctionary</info>
7622 <return type='int' info='1 if true, 0 if false and -1 in case of error -1 in case of error'/>
7623 <arg name='dict' type='xmlDictPtr' info='the dictionnary'/>
7624 <arg name='str' type='const xmlChar *' info='the string'/>
7625 </function>
7626 <function name='xmlDictQLookup' file='dict'>
7627 <info>Add the QName @prefix:@name to the hash @dict if not present.</info>
7628 <return type='const xmlChar *' info='the internal copy of the QName or NULL in case of internal error'/>
7629 <arg name='dict' type='xmlDictPtr' info='the dictionnary'/>
7630 <arg name='prefix' type='const xmlChar *' info='the prefix'/>
7631 <arg name='name' type='const xmlChar *' info='the name'/>
7632 </function>
Daniel Veillard7a02cfe2003-09-25 12:18:34 +00007633 <function name='xmlDictReference' file='dict'>
7634 <info>Increment the reference counter of a dictionary</info>
7635 <return type='int' info='0 in case of success and -1 in case of error'/>
7636 <arg name='dict' type='xmlDictPtr' info='the dictionnary'/>
7637 </function>
Daniel Veillard2fdbd322003-08-18 12:15:38 +00007638 <function name='xmlDictSize' file='dict'>
7639 <info>Query the number of elements installed in the hash @dict.</info>
7640 <return type='int' info='the number of elements in the dictionnary or -1 in case of error'/>
7641 <arg name='dict' type='xmlDictPtr' info='the dictionnary'/>
7642 </function>
Daniel Veillard61006472002-01-21 17:31:47 +00007643 <function name='xmlDocCopyNode' file='tree'>
Daniel Veillard2d1464f2002-01-21 23:16:56 +00007644 <info>Do a copy of the node to a given document.</info>
Daniel Veillarda9b66d02002-12-11 14:23:49 +00007645 <return type='xmlNodePtr' info='a new #xmlNodePtr, or NULL in case of error.'/>
7646 <arg name='node' type='const xmlNodePtr' info='the node'/>
7647 <arg name='doc' type='xmlDocPtr' info='the document'/>
Daniel Veillard500a1de2004-03-22 15:22:58 +00007648 <arg name='extended' type='int' info='if 1 do a recursive copy (properties, namespaces and children when applicable) if 2 copy properties and namespaces (when applicable)'/>
Daniel Veillard61006472002-01-21 17:31:47 +00007649 </function>
7650 <function name='xmlDocDump' file='tree'>
Daniel Veillard2d1464f2002-01-21 23:16:56 +00007651 <info>Dump an XML document to an open FILE.</info>
Daniel Veillarda9b66d02002-12-11 14:23:49 +00007652 <return type='int' info='the number of bytes written or -1 in case of failure.'/>
7653 <arg name='f' type='FILE *' info='the FILE*'/>
7654 <arg name='cur' type='xmlDocPtr' info='the document'/>
Daniel Veillard61006472002-01-21 17:31:47 +00007655 </function>
7656 <function name='xmlDocDumpFormatMemory' file='tree'>
Daniel Veillard71531f32003-02-05 13:19:53 +00007657 <info>Dump an XML document in memory and return the #xmlChar * and it&apos;s size. It&apos;s up to the caller to free the memory with xmlFree(). Note that @format = 1 provide node indenting only if xmlIndentTreeOutput = 1 or xmlKeepBlanksDefault(0) was called</info>
Daniel Veillard61006472002-01-21 17:31:47 +00007658 <return type='void'/>
Daniel Veillarda9b66d02002-12-11 14:23:49 +00007659 <arg name='cur' type='xmlDocPtr' info='the document'/>
7660 <arg name='mem' type='xmlChar **' info='OUT: the memory pointer'/>
7661 <arg name='size' type='int *' info='OUT: the memory length'/>
7662 <arg name='format' type='int' info='should formatting spaces been added'/>
Daniel Veillard61006472002-01-21 17:31:47 +00007663 </function>
7664 <function name='xmlDocDumpFormatMemoryEnc' file='tree'>
Daniel Veillard71531f32003-02-05 13:19:53 +00007665 <info>Dump the current DOM tree into memory using the character encoding specified by the caller. Note it is up to the caller of this function to free the allocated memory with xmlFree(). Note that @format = 1 provide node indenting only if xmlIndentTreeOutput = 1 or xmlKeepBlanksDefault(0) was called</info>
Daniel Veillard61006472002-01-21 17:31:47 +00007666 <return type='void'/>
Daniel Veillarda9b66d02002-12-11 14:23:49 +00007667 <arg name='out_doc' type='xmlDocPtr' info='Document to generate XML text from'/>
7668 <arg name='doc_txt_ptr' type='xmlChar **' info='Memory pointer for allocated XML text'/>
7669 <arg name='doc_txt_len' type='int *' info='Length of the generated XML text'/>
7670 <arg name='txt_encoding' type='const char *' info='Character encoding to use when generating XML text'/>
7671 <arg name='format' type='int' info='should formatting spaces been added'/>
Daniel Veillard61006472002-01-21 17:31:47 +00007672 </function>
7673 <function name='xmlDocDumpMemory' file='tree'>
Daniel Veillard92914492004-02-23 16:33:21 +00007674 <info>Dump an XML document in memory and return the #xmlChar * and it&apos;s size in bytes. It&apos;s up to the caller to free the memory with xmlFree(). The resulting byte array is zero terminated, though the last 0 is not included in the returned size.</info>
Daniel Veillard61006472002-01-21 17:31:47 +00007675 <return type='void'/>
Daniel Veillarda9b66d02002-12-11 14:23:49 +00007676 <arg name='cur' type='xmlDocPtr' info='the document'/>
7677 <arg name='mem' type='xmlChar **' info='OUT: the memory pointer'/>
7678 <arg name='size' type='int *' info='OUT: the memory length'/>
Daniel Veillard61006472002-01-21 17:31:47 +00007679 </function>
7680 <function name='xmlDocDumpMemoryEnc' file='tree'>
Daniel Veillarda9b66d02002-12-11 14:23:49 +00007681 <info>Dump the current DOM tree into memory using the character encoding specified by the caller. Note it is up to the caller of this function to free the allocated memory with xmlFree().</info>
Daniel Veillard61006472002-01-21 17:31:47 +00007682 <return type='void'/>
Daniel Veillarda9b66d02002-12-11 14:23:49 +00007683 <arg name='out_doc' type='xmlDocPtr' info='Document to generate XML text from'/>
7684 <arg name='doc_txt_ptr' type='xmlChar **' info='Memory pointer for allocated XML text'/>
7685 <arg name='doc_txt_len' type='int *' info='Length of the generated XML text'/>
7686 <arg name='txt_encoding' type='const char *' info='Character encoding to use when generating XML text'/>
Daniel Veillard61006472002-01-21 17:31:47 +00007687 </function>
Daniel Veillard539638b2002-07-06 19:55:14 +00007688 <function name='xmlDocFormatDump' file='tree'>
7689 <info>Dump an XML document to an open FILE.</info>
Daniel Veillard71531f32003-02-05 13:19:53 +00007690 <return type='int' info='the number of bytes written or -1 in case of failure. Note that @format = 1 provide node indenting only if xmlIndentTreeOutput = 1 or xmlKeepBlanksDefault(0) was called'/>
Daniel Veillarda9b66d02002-12-11 14:23:49 +00007691 <arg name='f' type='FILE *' info='the FILE*'/>
7692 <arg name='cur' type='xmlDocPtr' info='the document'/>
7693 <arg name='format' type='int' info='should formatting spaces been added'/>
Daniel Veillard539638b2002-07-06 19:55:14 +00007694 </function>
Daniel Veillard61006472002-01-21 17:31:47 +00007695 <function name='xmlDocGetRootElement' file='tree'>
Daniel Veillard2d1464f2002-01-21 23:16:56 +00007696 <info>Get the root element of the document (doc-&gt;children is a list containing possibly comments, PIs, etc ...).</info>
Daniel Veillarda9b66d02002-12-11 14:23:49 +00007697 <return type='xmlNodePtr' info='the #xmlNodePtr for the root or NULL'/>
7698 <arg name='doc' type='xmlDocPtr' info='the document'/>
Daniel Veillard61006472002-01-21 17:31:47 +00007699 </function>
Daniel Veillard61006472002-01-21 17:31:47 +00007700 <function name='xmlDocSetRootElement' file='tree'>
Daniel Veillard2d1464f2002-01-21 23:16:56 +00007701 <info>Set the root element of the document (doc-&gt;children is a list containing possibly comments, PIs, etc ...).</info>
Daniel Veillarda9b66d02002-12-11 14:23:49 +00007702 <return type='xmlNodePtr' info='the old root element if any was found'/>
7703 <arg name='doc' type='xmlDocPtr' info='the document'/>
7704 <arg name='root' type='xmlNodePtr' info='the new document root element'/>
Daniel Veillard61006472002-01-21 17:31:47 +00007705 </function>
Daniel Veillard61006472002-01-21 17:31:47 +00007706 <function name='xmlDumpAttributeDecl' file='valid'>
Daniel Veillard2d1464f2002-01-21 23:16:56 +00007707 <info>This will dump the content of the attribute declaration as an XML DTD definition</info>
Daniel Veillard61006472002-01-21 17:31:47 +00007708 <return type='void'/>
Daniel Veillarda9b66d02002-12-11 14:23:49 +00007709 <arg name='buf' type='xmlBufferPtr' info='the XML buffer output'/>
7710 <arg name='attr' type='xmlAttributePtr' info='An attribute declaration'/>
Daniel Veillard61006472002-01-21 17:31:47 +00007711 </function>
7712 <function name='xmlDumpAttributeTable' file='valid'>
Daniel Veillard2d1464f2002-01-21 23:16:56 +00007713 <info>This will dump the content of the attribute table as an XML DTD definition</info>
Daniel Veillard61006472002-01-21 17:31:47 +00007714 <return type='void'/>
Daniel Veillarda9b66d02002-12-11 14:23:49 +00007715 <arg name='buf' type='xmlBufferPtr' info='the XML buffer output'/>
7716 <arg name='table' type='xmlAttributeTablePtr' info='An attribute table'/>
Daniel Veillard61006472002-01-21 17:31:47 +00007717 </function>
7718 <function name='xmlDumpElementDecl' file='valid'>
Daniel Veillard2d1464f2002-01-21 23:16:56 +00007719 <info>This will dump the content of the element declaration as an XML DTD definition</info>
Daniel Veillard61006472002-01-21 17:31:47 +00007720 <return type='void'/>
Daniel Veillarda9b66d02002-12-11 14:23:49 +00007721 <arg name='buf' type='xmlBufferPtr' info='the XML buffer output'/>
7722 <arg name='elem' type='xmlElementPtr' info='An element table'/>
Daniel Veillard61006472002-01-21 17:31:47 +00007723 </function>
7724 <function name='xmlDumpElementTable' file='valid'>
Daniel Veillard2d1464f2002-01-21 23:16:56 +00007725 <info>This will dump the content of the element table as an XML DTD definition</info>
Daniel Veillard61006472002-01-21 17:31:47 +00007726 <return type='void'/>
Daniel Veillarda9b66d02002-12-11 14:23:49 +00007727 <arg name='buf' type='xmlBufferPtr' info='the XML buffer output'/>
7728 <arg name='table' type='xmlElementTablePtr' info='An element table'/>
Daniel Veillard61006472002-01-21 17:31:47 +00007729 </function>
7730 <function name='xmlDumpEntitiesTable' file='entities'>
Daniel Veillard2d1464f2002-01-21 23:16:56 +00007731 <info>This will dump the content of the entity table as an XML DTD definition</info>
Daniel Veillard61006472002-01-21 17:31:47 +00007732 <return type='void'/>
Daniel Veillarda9b66d02002-12-11 14:23:49 +00007733 <arg name='buf' type='xmlBufferPtr' info='An XML buffer.'/>
7734 <arg name='table' type='xmlEntitiesTablePtr' info='An entity table'/>
Daniel Veillard61006472002-01-21 17:31:47 +00007735 </function>
7736 <function name='xmlDumpEntityDecl' file='entities'>
Daniel Veillard2d1464f2002-01-21 23:16:56 +00007737 <info>This will dump the content of the entity table as an XML DTD definition</info>
Daniel Veillard61006472002-01-21 17:31:47 +00007738 <return type='void'/>
Daniel Veillarda9b66d02002-12-11 14:23:49 +00007739 <arg name='buf' type='xmlBufferPtr' info='An XML buffer.'/>
7740 <arg name='ent' type='xmlEntityPtr' info='An entity table'/>
Daniel Veillard61006472002-01-21 17:31:47 +00007741 </function>
7742 <function name='xmlDumpNotationDecl' file='valid'>
Daniel Veillard2d1464f2002-01-21 23:16:56 +00007743 <info>This will dump the content the notation declaration as an XML DTD definition</info>
Daniel Veillard61006472002-01-21 17:31:47 +00007744 <return type='void'/>
Daniel Veillarda9b66d02002-12-11 14:23:49 +00007745 <arg name='buf' type='xmlBufferPtr' info='the XML buffer output'/>
7746 <arg name='nota' type='xmlNotationPtr' info='A notation declaration'/>
Daniel Veillard61006472002-01-21 17:31:47 +00007747 </function>
7748 <function name='xmlDumpNotationTable' file='valid'>
Daniel Veillard2d1464f2002-01-21 23:16:56 +00007749 <info>This will dump the content of the notation table as an XML DTD definition</info>
Daniel Veillard61006472002-01-21 17:31:47 +00007750 <return type='void'/>
Daniel Veillarda9b66d02002-12-11 14:23:49 +00007751 <arg name='buf' type='xmlBufferPtr' info='the XML buffer output'/>
7752 <arg name='table' type='xmlNotationTablePtr' info='A notation table'/>
Daniel Veillard61006472002-01-21 17:31:47 +00007753 </function>
7754 <function name='xmlElemDump' file='tree'>
Daniel Veillard2d1464f2002-01-21 23:16:56 +00007755 <info>Dump an XML/HTML node, recursive behaviour, children are printed too.</info>
Daniel Veillard61006472002-01-21 17:31:47 +00007756 <return type='void'/>
Daniel Veillarda9b66d02002-12-11 14:23:49 +00007757 <arg name='f' type='FILE *' info='the FILE * for the output'/>
7758 <arg name='doc' type='xmlDocPtr' info='the document'/>
7759 <arg name='cur' type='xmlNodePtr' info='the current node'/>
Daniel Veillard61006472002-01-21 17:31:47 +00007760 </function>
Daniel Veillard61006472002-01-21 17:31:47 +00007761 <function name='xmlEncodeEntities' file='entities'>
Daniel Veillard2b8c4a12003-10-02 22:28:19 +00007762 <info>TODO: remove xmlEncodeEntities, once we are not afraid of breaking binary compatibility People must migrate their code to xmlEncodeEntitiesReentrant ! This routine will issue a warning when encountered.</info>
7763 <return type='const xmlChar *' info='NULL'/>
Daniel Veillarda9b66d02002-12-11 14:23:49 +00007764 <arg name='doc' type='xmlDocPtr' info='the document containing the string'/>
7765 <arg name='input' type='const xmlChar *' info='A string to convert to XML.'/>
Daniel Veillard61006472002-01-21 17:31:47 +00007766 </function>
7767 <function name='xmlEncodeEntitiesReentrant' file='entities'>
Daniel Veillard2d1464f2002-01-21 23:16:56 +00007768 <info>Do a global encoding of a string, replacing the predefined entities and non ASCII values with their entities and CharRef counterparts. Contrary to xmlEncodeEntities, this routine is reentrant, and result must be deallocated.</info>
Daniel Veillarda9b66d02002-12-11 14:23:49 +00007769 <return type='xmlChar *' info='A newly allocated string with the substitution done.'/>
7770 <arg name='doc' type='xmlDocPtr' info='the document containing the string'/>
7771 <arg name='input' type='const xmlChar *' info='A string to convert to XML.'/>
Daniel Veillard61006472002-01-21 17:31:47 +00007772 </function>
7773 <function name='xmlEncodeSpecialChars' file='entities'>
Daniel Veillard2d1464f2002-01-21 23:16:56 +00007774 <info>Do a global encoding of a string, replacing the predefined entities this routine is reentrant, and result must be deallocated.</info>
Daniel Veillarda9b66d02002-12-11 14:23:49 +00007775 <return type='xmlChar *' info='A newly allocated string with the substitution done.'/>
7776 <arg name='doc' type='xmlDocPtr' info='the document containing the string'/>
7777 <arg name='input' type='const xmlChar *' info='A string to convert to XML.'/>
Daniel Veillard61006472002-01-21 17:31:47 +00007778 </function>
Daniel Veillard9d06d302002-01-22 18:15:52 +00007779 <functype name='xmlEntityReferenceFunc' file='parserInternals'>
Daniel Veillard19274092002-03-25 16:48:03 +00007780 <info>Callback function used when one needs to be able to track back the provenance of a chunk of nodes inherited from an entity replacement.</info>
Daniel Veillard000eafb2002-12-12 10:04:22 +00007781 <return type='void'/>
Daniel Veillarda9b66d02002-12-11 14:23:49 +00007782 <arg name='ent' type='xmlEntityPtr' info='the entity'/>
7783 <arg name='firstNode' type='xmlNodePtr' info='the fist node in the chunk'/>
7784 <arg name='lastNode' type='xmlNodePtr' info='the last nod in the chunk'/>
Daniel Veillard9d06d302002-01-22 18:15:52 +00007785 </functype>
Daniel Veillardcd6ff282003-10-08 22:38:13 +00007786 <function name='xmlErrMemory' file='parserInternals'>
7787 <info>Handle a redefinition of attribute error</info>
7788 <return type='void'/>
7789 <arg name='ctxt' type='xmlParserCtxtPtr' info='an XML parser context'/>
7790 <arg name='extra' type='const char *' info='extra informations'/>
7791 </function>
Daniel Veillard9d06d302002-01-22 18:15:52 +00007792 <functype name='xmlExternalEntityLoader' file='parser'>
Daniel Veillard19274092002-03-25 16:48:03 +00007793 <info>External entity loaders types.</info>
Daniel Veillard000eafb2002-12-12 10:04:22 +00007794 <return type='xmlParserInputPtr' info='the entity input parser.'/>
Daniel Veillarda9b66d02002-12-11 14:23:49 +00007795 <arg name='URL' type='const char *' info='The System ID of the resource requested'/>
7796 <arg name='ID' type='const char *' info='The Public ID of the resource requested'/>
7797 <arg name='context' type='xmlParserCtxtPtr' info='the XML parser context'/>
Daniel Veillard9d06d302002-01-22 18:15:52 +00007798 </functype>
Daniel Veillard1b31e4a2002-05-27 14:44:50 +00007799 <function name='xmlFileClose' file='xmlIO'>
Daniel Veillard539638b2002-07-06 19:55:14 +00007800 <info>Close an I/O channel</info>
Daniel Veillarda9b66d02002-12-11 14:23:49 +00007801 <return type='int' info='0 or -1 in case of error'/>
7802 <arg name='context' type='void *' info='the I/O context'/>
Daniel Veillard1b31e4a2002-05-27 14:44:50 +00007803 </function>
7804 <function name='xmlFileMatch' file='xmlIO'>
Daniel Veillard539638b2002-07-06 19:55:14 +00007805 <info>input from FILE *</info>
Daniel Veillarda9b66d02002-12-11 14:23:49 +00007806 <return type='int' info='1 if matches, 0 otherwise'/>
7807 <arg name='filename' type='const char *' info='the URI for matching'/>
Daniel Veillard1b31e4a2002-05-27 14:44:50 +00007808 </function>
7809 <function name='xmlFileOpen' file='xmlIO'>
Daniel Veillard540a31a2003-01-21 11:21:07 +00007810 <info>Wrapper around xmlFileOpen_real that try it with an unescaped version of @filename, if this fails fallback to @filename</info>
Daniel Veillard71531f32003-02-05 13:19:53 +00007811 <return type='void *' info='a handler or NULL in case or failure'/>
Daniel Veillarda9b66d02002-12-11 14:23:49 +00007812 <arg name='filename' type='const char *' info='the URI for matching'/>
Daniel Veillard1b31e4a2002-05-27 14:44:50 +00007813 </function>
7814 <function name='xmlFileRead' file='xmlIO'>
Daniel Veillarda9b66d02002-12-11 14:23:49 +00007815 <info>Read @len bytes to @buffer from the I/O channel.</info>
7816 <return type='int' info='the number of bytes written'/>
7817 <arg name='context' type='void *' info='the I/O context'/>
7818 <arg name='buffer' type='char *' info='where to drop data'/>
7819 <arg name='len' type='int' info='number of bytes to write'/>
Daniel Veillard1b31e4a2002-05-27 14:44:50 +00007820 </function>
Daniel Veillard61006472002-01-21 17:31:47 +00007821 <function name='xmlFindCharEncodingHandler' file='encoding'>
Daniel Veillard2d1464f2002-01-21 23:16:56 +00007822 <info>Search in the registered set the handler able to read/write that encoding.</info>
Daniel Veillarda9b66d02002-12-11 14:23:49 +00007823 <return type='xmlCharEncodingHandlerPtr' info='the handler or NULL if not found'/>
7824 <arg name='name' type='const char *' info='a string describing the char encoding.'/>
Daniel Veillard61006472002-01-21 17:31:47 +00007825 </function>
Daniel Veillard61006472002-01-21 17:31:47 +00007826 <function name='xmlFreeAttributeTable' file='valid'>
Daniel Veillard2d1464f2002-01-21 23:16:56 +00007827 <info>Deallocate the memory used by an entities hash table.</info>
Daniel Veillard61006472002-01-21 17:31:47 +00007828 <return type='void'/>
Daniel Veillarda9b66d02002-12-11 14:23:49 +00007829 <arg name='table' type='xmlAttributeTablePtr' info='An attribute table'/>
Daniel Veillard61006472002-01-21 17:31:47 +00007830 </function>
Daniel Veillardbd9afb52002-09-25 22:25:35 +00007831 <function name='xmlFreeAutomata' file='xmlautomata'>
7832 <info>Free an automata</info>
7833 <return type='void'/>
Daniel Veillarda9b66d02002-12-11 14:23:49 +00007834 <arg name='am' type='xmlAutomataPtr' info='an automata'/>
Daniel Veillardbd9afb52002-09-25 22:25:35 +00007835 </function>
Daniel Veillard61006472002-01-21 17:31:47 +00007836 <function name='xmlFreeCatalog' file='catalog'>
Daniel Veillard2d1464f2002-01-21 23:16:56 +00007837 <info>Free the memory allocated to a Catalog</info>
Daniel Veillard61006472002-01-21 17:31:47 +00007838 <return type='void'/>
Daniel Veillard06d25242004-02-25 13:01:42 +00007839 <arg name='catal' type='xmlCatalogPtr' info='a Catalog'/>
Daniel Veillard61006472002-01-21 17:31:47 +00007840 </function>
7841 <function name='xmlFreeDoc' file='tree'>
Daniel Veillard2d1464f2002-01-21 23:16:56 +00007842 <info>Free up all the structures used by a document, tree included.</info>
Daniel Veillard61006472002-01-21 17:31:47 +00007843 <return type='void'/>
Daniel Veillarda9b66d02002-12-11 14:23:49 +00007844 <arg name='cur' type='xmlDocPtr' info='pointer to the document'/>
Daniel Veillard61006472002-01-21 17:31:47 +00007845 </function>
7846 <function name='xmlFreeDtd' file='tree'>
Daniel Veillard2d1464f2002-01-21 23:16:56 +00007847 <info>Free a DTD structure.</info>
Daniel Veillard61006472002-01-21 17:31:47 +00007848 <return type='void'/>
Daniel Veillarda9b66d02002-12-11 14:23:49 +00007849 <arg name='cur' type='xmlDtdPtr' info='the DTD structure to free up'/>
Daniel Veillard61006472002-01-21 17:31:47 +00007850 </function>
7851 <function name='xmlFreeElementContent' file='valid'>
Daniel Veillard2d1464f2002-01-21 23:16:56 +00007852 <info>Free an element content structure. This is a recursive call !</info>
Daniel Veillard61006472002-01-21 17:31:47 +00007853 <return type='void'/>
Daniel Veillarda9b66d02002-12-11 14:23:49 +00007854 <arg name='cur' type='xmlElementContentPtr' info='the element content tree to free'/>
Daniel Veillard61006472002-01-21 17:31:47 +00007855 </function>
7856 <function name='xmlFreeElementTable' file='valid'>
Daniel Veillard2d1464f2002-01-21 23:16:56 +00007857 <info>Deallocate the memory used by an element hash table.</info>
Daniel Veillard61006472002-01-21 17:31:47 +00007858 <return type='void'/>
Daniel Veillarda9b66d02002-12-11 14:23:49 +00007859 <arg name='table' type='xmlElementTablePtr' info='An element table'/>
Daniel Veillard61006472002-01-21 17:31:47 +00007860 </function>
7861 <function name='xmlFreeEntitiesTable' file='entities'>
Daniel Veillard2d1464f2002-01-21 23:16:56 +00007862 <info>Deallocate the memory used by an entities hash table.</info>
Daniel Veillard61006472002-01-21 17:31:47 +00007863 <return type='void'/>
Daniel Veillarda9b66d02002-12-11 14:23:49 +00007864 <arg name='table' type='xmlEntitiesTablePtr' info='An entity table'/>
Daniel Veillard61006472002-01-21 17:31:47 +00007865 </function>
7866 <function name='xmlFreeEnumeration' file='valid'>
Daniel Veillard2d1464f2002-01-21 23:16:56 +00007867 <info>free an enumeration attribute node (recursive).</info>
Daniel Veillard61006472002-01-21 17:31:47 +00007868 <return type='void'/>
Daniel Veillarda9b66d02002-12-11 14:23:49 +00007869 <arg name='cur' type='xmlEnumerationPtr' info='the tree to free.'/>
Daniel Veillard61006472002-01-21 17:31:47 +00007870 </function>
Daniel Veillard9d06d302002-01-22 18:15:52 +00007871 <functype name='xmlFreeFunc' file='xmlmemory'>
Daniel Veillard19274092002-03-25 16:48:03 +00007872 <info>Signature for a free() implementation.</info>
Daniel Veillard000eafb2002-12-12 10:04:22 +00007873 <return type='void'/>
Daniel Veillarda9b66d02002-12-11 14:23:49 +00007874 <arg name='mem' type='void *' info='an already allocated block of memory'/>
Daniel Veillard9d06d302002-01-22 18:15:52 +00007875 </functype>
Daniel Veillard61006472002-01-21 17:31:47 +00007876 <function name='xmlFreeIDTable' file='valid'>
Daniel Veillard2d1464f2002-01-21 23:16:56 +00007877 <info>Deallocate the memory used by an ID hash table.</info>
Daniel Veillard61006472002-01-21 17:31:47 +00007878 <return type='void'/>
Daniel Veillarda9b66d02002-12-11 14:23:49 +00007879 <arg name='table' type='xmlIDTablePtr' info='An id table'/>
Daniel Veillard61006472002-01-21 17:31:47 +00007880 </function>
7881 <function name='xmlFreeInputStream' file='parserInternals'>
Daniel Veillard2d1464f2002-01-21 23:16:56 +00007882 <info>Free up an input stream.</info>
Daniel Veillard61006472002-01-21 17:31:47 +00007883 <return type='void'/>
Daniel Veillarda9b66d02002-12-11 14:23:49 +00007884 <arg name='input' type='xmlParserInputPtr' info='an xmlParserInputPtr'/>
Daniel Veillard61006472002-01-21 17:31:47 +00007885 </function>
7886 <function name='xmlFreeMutex' file='threads'>
Daniel Veillard2d1464f2002-01-21 23:16:56 +00007887 <info>xmlFreeMutex() is used to reclaim resources associated with a libxml2 token struct.</info>
Daniel Veillard61006472002-01-21 17:31:47 +00007888 <return type='void'/>
Daniel Veillarda9b66d02002-12-11 14:23:49 +00007889 <arg name='tok' type='xmlMutexPtr' info='the simple mutex'/>
Daniel Veillard61006472002-01-21 17:31:47 +00007890 </function>
7891 <function name='xmlFreeNode' file='tree'>
Daniel Veillard9d06d302002-01-22 18:15:52 +00007892 <info>Free a node, this is a recursive behaviour, all the children are freed too. This doesn&apos;t unlink the child from the list, use xmlUnlinkNode() first.</info>
Daniel Veillard61006472002-01-21 17:31:47 +00007893 <return type='void'/>
Daniel Veillarda9b66d02002-12-11 14:23:49 +00007894 <arg name='cur' type='xmlNodePtr' info='the node'/>
Daniel Veillard61006472002-01-21 17:31:47 +00007895 </function>
7896 <function name='xmlFreeNodeList' file='tree'>
Daniel Veillard2d1464f2002-01-21 23:16:56 +00007897 <info>Free a node and all its siblings, this is a recursive behaviour, all the children are freed too.</info>
Daniel Veillard61006472002-01-21 17:31:47 +00007898 <return type='void'/>
Daniel Veillarda9b66d02002-12-11 14:23:49 +00007899 <arg name='cur' type='xmlNodePtr' info='the first node in the list'/>
Daniel Veillard61006472002-01-21 17:31:47 +00007900 </function>
7901 <function name='xmlFreeNotationTable' file='valid'>
Daniel Veillard2d1464f2002-01-21 23:16:56 +00007902 <info>Deallocate the memory used by an entities hash table.</info>
Daniel Veillard61006472002-01-21 17:31:47 +00007903 <return type='void'/>
Daniel Veillarda9b66d02002-12-11 14:23:49 +00007904 <arg name='table' type='xmlNotationTablePtr' info='An notation table'/>
Daniel Veillard61006472002-01-21 17:31:47 +00007905 </function>
7906 <function name='xmlFreeNs' file='tree'>
Daniel Veillard2d1464f2002-01-21 23:16:56 +00007907 <info>Free up the structures associated to a namespace</info>
Daniel Veillard61006472002-01-21 17:31:47 +00007908 <return type='void'/>
Daniel Veillarda9b66d02002-12-11 14:23:49 +00007909 <arg name='cur' type='xmlNsPtr' info='the namespace pointer'/>
Daniel Veillard61006472002-01-21 17:31:47 +00007910 </function>
7911 <function name='xmlFreeNsList' file='tree'>
Daniel Veillard2d1464f2002-01-21 23:16:56 +00007912 <info>Free up all the structures associated to the chained namespaces.</info>
Daniel Veillard61006472002-01-21 17:31:47 +00007913 <return type='void'/>
Daniel Veillarda9b66d02002-12-11 14:23:49 +00007914 <arg name='cur' type='xmlNsPtr' info='the first namespace pointer'/>
Daniel Veillard61006472002-01-21 17:31:47 +00007915 </function>
Daniel Veillard5f4b5992002-02-20 10:22:49 +00007916 <function name='xmlFreeParserCtxt' file='parser'>
Daniel Veillard2d1464f2002-01-21 23:16:56 +00007917 <info>Free all the memory used by a parser context. However the parsed document in ctxt-&gt;myDoc is not freed.</info>
Daniel Veillard61006472002-01-21 17:31:47 +00007918 <return type='void'/>
Daniel Veillarda9b66d02002-12-11 14:23:49 +00007919 <arg name='ctxt' type='xmlParserCtxtPtr' info='an XML parser context'/>
Daniel Veillard61006472002-01-21 17:31:47 +00007920 </function>
7921 <function name='xmlFreeParserInputBuffer' file='xmlIO'>
Daniel Veillard2d1464f2002-01-21 23:16:56 +00007922 <info>Free up the memory used by a buffered parser input</info>
Daniel Veillard61006472002-01-21 17:31:47 +00007923 <return type='void'/>
Daniel Veillarda9b66d02002-12-11 14:23:49 +00007924 <arg name='in' type='xmlParserInputBufferPtr' info='a buffered parser input'/>
Daniel Veillard61006472002-01-21 17:31:47 +00007925 </function>
Daniel Veillard1e906612003-12-05 14:57:46 +00007926 <function name='xmlFreePattern' file='pattern'>
7927 <info>Free up the memory allocated by @comp</info>
7928 <return type='void'/>
7929 <arg name='comp' type='xmlPatternPtr' info='an XSLT comp'/>
7930 </function>
7931 <function name='xmlFreePatternList' file='pattern'>
7932 <info>Free up the memory allocated by all the elements of @comp</info>
7933 <return type='void'/>
7934 <arg name='comp' type='xmlPatternPtr' info='an XSLT comp list'/>
7935 </function>
Daniel Veillard61006472002-01-21 17:31:47 +00007936 <function name='xmlFreeProp' file='tree'>
Daniel Veillard2d1464f2002-01-21 23:16:56 +00007937 <info>Free one attribute, all the content is freed too</info>
Daniel Veillard61006472002-01-21 17:31:47 +00007938 <return type='void'/>
Daniel Veillarda9b66d02002-12-11 14:23:49 +00007939 <arg name='cur' type='xmlAttrPtr' info='an attribute'/>
Daniel Veillard61006472002-01-21 17:31:47 +00007940 </function>
7941 <function name='xmlFreePropList' file='tree'>
Daniel Veillard2d1464f2002-01-21 23:16:56 +00007942 <info>Free a property and all its siblings, all the children are freed too.</info>
Daniel Veillard61006472002-01-21 17:31:47 +00007943 <return type='void'/>
Daniel Veillarda9b66d02002-12-11 14:23:49 +00007944 <arg name='cur' type='xmlAttrPtr' info='the first property in the list'/>
Daniel Veillard61006472002-01-21 17:31:47 +00007945 </function>
7946 <function name='xmlFreeRMutex' file='threads'>
Daniel Veillarda9b66d02002-12-11 14:23:49 +00007947 <info>xmlRFreeMutex() is used to reclaim resources associated with a reentrant mutex.</info>
Daniel Veillard61006472002-01-21 17:31:47 +00007948 <return type='void'/>
Daniel Veillarda9b66d02002-12-11 14:23:49 +00007949 <arg name='tok' type='xmlRMutexPtr' info='the reentrant mutex'/>
Daniel Veillard61006472002-01-21 17:31:47 +00007950 </function>
7951 <function name='xmlFreeRefTable' file='valid'>
Daniel Veillard2d1464f2002-01-21 23:16:56 +00007952 <info>Deallocate the memory used by an Ref hash table.</info>
Daniel Veillard61006472002-01-21 17:31:47 +00007953 <return type='void'/>
Daniel Veillarda9b66d02002-12-11 14:23:49 +00007954 <arg name='table' type='xmlRefTablePtr' info='An ref table'/>
7955 </function>
7956 <function name='xmlFreeTextReader' file='xmlreader'>
7957 <info>Deallocate all the resources associated to the reader</info>
7958 <return type='void'/>
7959 <arg name='reader' type='xmlTextReaderPtr' info='the xmlTextReaderPtr'/>
Daniel Veillard61006472002-01-21 17:31:47 +00007960 </function>
Daniel Veillard1d211e22003-10-20 22:32:39 +00007961 <function name='xmlFreeTextWriter' file='xmlwriter'>
7962 <info>Deallocate all the resources associated to the writer</info>
7963 <return type='void'/>
7964 <arg name='writer' type='xmlTextWriterPtr' info='the xmlTextWriterPtr'/>
7965 </function>
Daniel Veillard61006472002-01-21 17:31:47 +00007966 <function name='xmlFreeURI' file='uri'>
Daniel Veillard2d1464f2002-01-21 23:16:56 +00007967 <info>Free up the xmlURI struct</info>
Daniel Veillard61006472002-01-21 17:31:47 +00007968 <return type='void'/>
Daniel Veillarda9b66d02002-12-11 14:23:49 +00007969 <arg name='uri' type='xmlURIPtr' info='pointer to an xmlURI'/>
Daniel Veillard61006472002-01-21 17:31:47 +00007970 </function>
Daniel Veillard8a469172003-06-12 16:05:07 +00007971 <function name='xmlFreeValidCtxt' file='valid'>
7972 <info>Free a validation context structure.</info>
7973 <return type='void'/>
7974 <arg name='cur' type='xmlValidCtxtPtr' info='the validation context to free'/>
7975 </function>
Daniel Veillardde0a0a52003-04-24 17:12:57 +00007976 <function name='xmlGcMemGet' file='xmlmemory'>
7977 <info>Provides the memory access functions set currently in use The mallocAtomicFunc is specialized for atomic block allocations (i.e. of areas useful for garbage collected memory allocators</info>
7978 <return type='int' info='0 on success'/>
7979 <arg name='freeFunc' type='xmlFreeFunc *' info='place to save the free() function in use'/>
7980 <arg name='mallocFunc' type='xmlMallocFunc *' info='place to save the malloc() function in use'/>
7981 <arg name='mallocAtomicFunc' type='xmlMallocFunc *' info='place to save the atomic malloc() function in use'/>
7982 <arg name='reallocFunc' type='xmlReallocFunc *' info='place to save the realloc() function in use'/>
7983 <arg name='strdupFunc' type='xmlStrdupFunc *' info='place to save the strdup() function in use'/>
7984 </function>
7985 <function name='xmlGcMemSetup' file='xmlmemory'>
7986 <info>Override the default memory access functions with a new set This has to be called before any other libxml routines ! The mallocAtomicFunc is specialized for atomic block allocations (i.e. of areas useful for garbage collected memory allocators Should this be blocked if there was already some allocations done ?</info>
7987 <return type='int' info='0 on success'/>
7988 <arg name='freeFunc' type='xmlFreeFunc' info='the free() function to use'/>
7989 <arg name='mallocFunc' type='xmlMallocFunc' info='the malloc() function to use'/>
7990 <arg name='mallocAtomicFunc' type='xmlMallocFunc' info='the malloc() function to use for atomic allocations'/>
7991 <arg name='reallocFunc' type='xmlReallocFunc' info='the realloc() function to use'/>
7992 <arg name='strdupFunc' type='xmlStrdupFunc' info='the strdup() function to use'/>
7993 </function>
Daniel Veillard9d06d302002-01-22 18:15:52 +00007994 <functype name='xmlGenericErrorFunc' file='xmlerror'>
Daniel Veillard19274092002-03-25 16:48:03 +00007995 <info>Signature of the function to use when there is an error and no parsing or validity context available .</info>
Daniel Veillard000eafb2002-12-12 10:04:22 +00007996 <return type='void'/>
Daniel Veillarda9b66d02002-12-11 14:23:49 +00007997 <arg name='ctx' type='void *' info='a parsing context'/>
7998 <arg name='msg' type='const char *' info='the message'/>
7999 <arg name='...' type='...' info='the extra arguments of the varags to format the message'/>
Daniel Veillard9d06d302002-01-22 18:15:52 +00008000 </functype>
Daniel Veillard61006472002-01-21 17:31:47 +00008001 <function name='xmlGetBufferAllocationScheme' file='tree'>
Daniel Veillarda9b66d02002-12-11 14:23:49 +00008002 <info>Types are XML_BUFFER_ALLOC_EXACT - use exact sizes, keeps memory usage down XML_BUFFER_ALLOC_DOUBLEIT - double buffer when extra needed, improves performance</info>
8003 <return type='xmlBufferAllocationScheme' info='the current allocation scheme'/>
Daniel Veillard61006472002-01-21 17:31:47 +00008004 </function>
8005 <function name='xmlGetCharEncodingHandler' file='encoding'>
Daniel Veillard2d1464f2002-01-21 23:16:56 +00008006 <info>Search in the registered set the handler able to read/write that encoding.</info>
Daniel Veillarda9b66d02002-12-11 14:23:49 +00008007 <return type='xmlCharEncodingHandlerPtr' info='the handler or NULL if not found'/>
8008 <arg name='enc' type='xmlCharEncoding' info='an xmlCharEncoding value.'/>
Daniel Veillard61006472002-01-21 17:31:47 +00008009 </function>
8010 <function name='xmlGetCharEncodingName' file='encoding'>
Daniel Veillarda9b66d02002-12-11 14:23:49 +00008011 <info>The &quot;canonical&quot; name for XML encoding. C.f. http://www.w3.org/TR/REC-xml#charencoding Section 4.3.3 Character Encoding in Entities</info>
8012 <return type='const char *' info='the canonical name for the given encoding'/>
8013 <arg name='enc' type='xmlCharEncoding' info='the encoding'/>
Daniel Veillard61006472002-01-21 17:31:47 +00008014 </function>
8015 <function name='xmlGetCompressMode' file='tree'>
Daniel Veillard2d1464f2002-01-21 23:16:56 +00008016 <info>get the default compression mode used, ZLIB based.</info>
Daniel Veillarda9b66d02002-12-11 14:23:49 +00008017 <return type='int' info='0 (uncompressed) to 9 (max compression)'/>
Daniel Veillard61006472002-01-21 17:31:47 +00008018 </function>
8019 <function name='xmlGetDocCompressMode' file='tree'>
Daniel Veillard2d1464f2002-01-21 23:16:56 +00008020 <info>get the compression ratio for a document, ZLIB based</info>
Daniel Veillarda9b66d02002-12-11 14:23:49 +00008021 <return type='int' info='0 (uncompressed) to 9 (max compression)'/>
8022 <arg name='doc' type='xmlDocPtr' info='the document'/>
Daniel Veillard61006472002-01-21 17:31:47 +00008023 </function>
8024 <function name='xmlGetDocEntity' file='entities'>
Daniel Veillarda9b66d02002-12-11 14:23:49 +00008025 <info>Do an entity lookup in the document entity hash table and</info>
8026 <return type='xmlEntityPtr' info='the corresponding entity, otherwise a lookup is done in the predefined entities too. Returns A pointer to the entity structure or NULL if not found.'/>
8027 <arg name='doc' type='xmlDocPtr' info='the document referencing the entity'/>
8028 <arg name='name' type='const xmlChar *' info='the entity name'/>
Daniel Veillard61006472002-01-21 17:31:47 +00008029 </function>
8030 <function name='xmlGetDtdAttrDesc' file='valid'>
Daniel Veillard2d1464f2002-01-21 23:16:56 +00008031 <info>Search the DTD for the description of this attribute on this element.</info>
Daniel Veillarda9b66d02002-12-11 14:23:49 +00008032 <return type='xmlAttributePtr' info='the xmlAttributePtr if found or NULL'/>
8033 <arg name='dtd' type='xmlDtdPtr' info='a pointer to the DtD to search'/>
8034 <arg name='elem' type='const xmlChar *' info='the element name'/>
8035 <arg name='name' type='const xmlChar *' info='the attribute name'/>
Daniel Veillard61006472002-01-21 17:31:47 +00008036 </function>
8037 <function name='xmlGetDtdElementDesc' file='valid'>
Daniel Veillard2d1464f2002-01-21 23:16:56 +00008038 <info>Search the DTD for the description of this element</info>
Daniel Veillarda9b66d02002-12-11 14:23:49 +00008039 <return type='xmlElementPtr' info='the xmlElementPtr if found or NULL'/>
8040 <arg name='dtd' type='xmlDtdPtr' info='a pointer to the DtD to search'/>
8041 <arg name='name' type='const xmlChar *' info='the element name'/>
Daniel Veillard61006472002-01-21 17:31:47 +00008042 </function>
8043 <function name='xmlGetDtdEntity' file='entities'>
Daniel Veillarda9b66d02002-12-11 14:23:49 +00008044 <info>Do an entity lookup in the DTD entity hash table and</info>
8045 <return type='xmlEntityPtr' info='the corresponding entity, if found. Note: the first argument is the document node, not the DTD node. Returns A pointer to the entity structure or NULL if not found.'/>
8046 <arg name='doc' type='xmlDocPtr' info='the document referencing the entity'/>
8047 <arg name='name' type='const xmlChar *' info='the entity name'/>
Daniel Veillard61006472002-01-21 17:31:47 +00008048 </function>
8049 <function name='xmlGetDtdNotationDesc' file='valid'>
Daniel Veillard2d1464f2002-01-21 23:16:56 +00008050 <info>Search the DTD for the description of this notation</info>
Daniel Veillarda9b66d02002-12-11 14:23:49 +00008051 <return type='xmlNotationPtr' info='the xmlNotationPtr if found or NULL'/>
8052 <arg name='dtd' type='xmlDtdPtr' info='a pointer to the DtD to search'/>
8053 <arg name='name' type='const xmlChar *' info='the notation name'/>
Daniel Veillard61006472002-01-21 17:31:47 +00008054 </function>
8055 <function name='xmlGetDtdQAttrDesc' file='valid'>
Daniel Veillard2d1464f2002-01-21 23:16:56 +00008056 <info>Search the DTD for the description of this qualified attribute on this element.</info>
Daniel Veillarda9b66d02002-12-11 14:23:49 +00008057 <return type='xmlAttributePtr' info='the xmlAttributePtr if found or NULL'/>
8058 <arg name='dtd' type='xmlDtdPtr' info='a pointer to the DtD to search'/>
8059 <arg name='elem' type='const xmlChar *' info='the element name'/>
8060 <arg name='name' type='const xmlChar *' info='the attribute name'/>
8061 <arg name='prefix' type='const xmlChar *' info='the attribute namespace prefix'/>
Daniel Veillard61006472002-01-21 17:31:47 +00008062 </function>
8063 <function name='xmlGetDtdQElementDesc' file='valid'>
Daniel Veillard2d1464f2002-01-21 23:16:56 +00008064 <info>Search the DTD for the description of this element</info>
Daniel Veillarda9b66d02002-12-11 14:23:49 +00008065 <return type='xmlElementPtr' info='the xmlElementPtr if found or NULL'/>
8066 <arg name='dtd' type='xmlDtdPtr' info='a pointer to the DtD to search'/>
8067 <arg name='name' type='const xmlChar *' info='the element name'/>
8068 <arg name='prefix' type='const xmlChar *' info='the element namespace prefix'/>
Daniel Veillard61006472002-01-21 17:31:47 +00008069 </function>
8070 <function name='xmlGetEncodingAlias' file='encoding'>
Daniel Veillard2d1464f2002-01-21 23:16:56 +00008071 <info>Lookup an encoding name for the given alias.</info>
John Fleck0eaf41c2003-12-01 04:45:26 +00008072 <return type='const char *' info='NULL if not found, otherwise the original name'/>
Daniel Veillarda9b66d02002-12-11 14:23:49 +00008073 <arg name='alias' type='const char *' info='the alias name as parsed, in UTF-8 format (ASCII actually)'/>
Daniel Veillard61006472002-01-21 17:31:47 +00008074 </function>
8075 <function name='xmlGetExternalEntityLoader' file='parser'>
Daniel Veillard2d1464f2002-01-21 23:16:56 +00008076 <info>Get the default external entity resolver function for the application</info>
Daniel Veillarda9b66d02002-12-11 14:23:49 +00008077 <return type='xmlExternalEntityLoader' info='the xmlExternalEntityLoader function pointer'/>
Daniel Veillard61006472002-01-21 17:31:47 +00008078 </function>
8079 <function name='xmlGetFeature' file='parser'>
Daniel Veillard2d1464f2002-01-21 23:16:56 +00008080 <info>Read the current value of one feature of this parser instance</info>
Daniel Veillarda9b66d02002-12-11 14:23:49 +00008081 <return type='int' info='-1 in case or error, 0 otherwise'/>
8082 <arg name='ctxt' type='xmlParserCtxtPtr' info='an XML/HTML parser context'/>
8083 <arg name='name' type='const char *' info='the feature name'/>
8084 <arg name='result' type='void *' info='location to store the result'/>
Daniel Veillard61006472002-01-21 17:31:47 +00008085 </function>
8086 <function name='xmlGetFeaturesList' file='parser'>
Daniel Veillarda9b66d02002-12-11 14:23:49 +00008087 <info>Copy at most *@len feature names into the @result array</info>
8088 <return type='int' info='-1 in case or error, or the total number of features, len is updated with the number of strings copied, strings must not be deallocated'/>
8089 <arg name='len' type='int *' info='the length of the features name array (input/output)'/>
8090 <arg name='result' type='const char **' info='an array of string to be filled with the features name.'/>
Daniel Veillard61006472002-01-21 17:31:47 +00008091 </function>
8092 <function name='xmlGetGlobalState' file='threads'>
Daniel Veillard2d1464f2002-01-21 23:16:56 +00008093 <info>xmlGetGlobalState() is called to retrieve the global state for a thread.</info>
Daniel Veillarda9b66d02002-12-11 14:23:49 +00008094 <return type='xmlGlobalStatePtr' info='the thread global state or NULL in case of error'/>
Daniel Veillard61006472002-01-21 17:31:47 +00008095 </function>
8096 <function name='xmlGetID' file='valid'>
Daniel Veillard2d1464f2002-01-21 23:16:56 +00008097 <info>Search the attribute declaring the given ID</info>
Daniel Veillarda9b66d02002-12-11 14:23:49 +00008098 <return type='xmlAttrPtr' info='NULL if not found, otherwise the xmlAttrPtr defining the ID'/>
8099 <arg name='doc' type='xmlDocPtr' info='pointer to the document'/>
8100 <arg name='ID' type='const xmlChar *' info='the ID value'/>
Daniel Veillard61006472002-01-21 17:31:47 +00008101 </function>
8102 <function name='xmlGetIntSubset' file='tree'>
Daniel Veillard2d1464f2002-01-21 23:16:56 +00008103 <info>Get the internal subset of a document</info>
Daniel Veillarda9b66d02002-12-11 14:23:49 +00008104 <return type='xmlDtdPtr' info='a pointer to the DTD structure or NULL if not found'/>
8105 <arg name='doc' type='xmlDocPtr' info='the document pointer'/>
Daniel Veillard61006472002-01-21 17:31:47 +00008106 </function>
8107 <function name='xmlGetLastChild' file='tree'>
Daniel Veillard2d1464f2002-01-21 23:16:56 +00008108 <info>Search the last child of a node.</info>
Daniel Veillarda9b66d02002-12-11 14:23:49 +00008109 <return type='xmlNodePtr' info='the last child or NULL if none.'/>
8110 <arg name='parent' type='xmlNodePtr' info='the parent node'/>
Daniel Veillard61006472002-01-21 17:31:47 +00008111 </function>
Daniel Veillard2b8c4a12003-10-02 22:28:19 +00008112 <function name='xmlGetLastError' file='xmlerror'>
Daniel Veillardcd6ff282003-10-08 22:38:13 +00008113 <info>Get the last global error registered. This is per thread if compiled with thread support.</info>
8114 <return type='xmlErrorPtr' info='NULL if no error occured or a pointer to the error'/>
Daniel Veillard2b8c4a12003-10-02 22:28:19 +00008115 </function>
Daniel Veillard61006472002-01-21 17:31:47 +00008116 <function name='xmlGetLineNo' file='tree'>
William M. Brackd7cf7f82003-11-14 07:13:16 +00008117 <info>Get line number of @node. This requires activation of this option before invoking the parser by calling xmlLineNumbersDefault(1)</info>
Daniel Veillarda9b66d02002-12-11 14:23:49 +00008118 <return type='long' info='the line number if successful, -1 otherwise'/>
8119 <arg name='node' type='xmlNodePtr' info='valid node'/>
Daniel Veillard61006472002-01-21 17:31:47 +00008120 </function>
Daniel Veillard71531f32003-02-05 13:19:53 +00008121 <function name='xmlGetNoNsProp' file='tree'>
8122 <info>Search and get the value of an attribute associated to a node This does the entity substitution. This function looks in DTD attribute declaration for #FIXED or default declaration values unless DTD use has been turned off. This function is similar to xmlGetProp except it will accept only an attribute in no namespace.</info>
8123 <return type='xmlChar *' info='the attribute value or NULL if not found. It&apos;s up to the caller to free the memory with xmlFree().'/>
8124 <arg name='node' type='xmlNodePtr' info='the node'/>
8125 <arg name='name' type='const xmlChar *' info='the attribute name'/>
8126 </function>
Daniel Veillard61006472002-01-21 17:31:47 +00008127 <function name='xmlGetNodePath' file='tree'>
Daniel Veillard2d1464f2002-01-21 23:16:56 +00008128 <info>Build a structure based Path for the given node</info>
Daniel Veillarda9b66d02002-12-11 14:23:49 +00008129 <return type='xmlChar *' info='the new path or NULL in case of error. The caller must free the returned string'/>
8130 <arg name='node' type='xmlNodePtr' info='a node'/>
Daniel Veillard61006472002-01-21 17:31:47 +00008131 </function>
8132 <function name='xmlGetNsList' file='tree'>
Daniel Veillard2d1464f2002-01-21 23:16:56 +00008133 <info>Search all the namespace applying to a given element.</info>
Daniel Veillarda9b66d02002-12-11 14:23:49 +00008134 <return type='xmlNsPtr *' info='an NULL terminated array of all the #xmlNsPtr found that need to be freed by the caller or NULL if no namespace if defined'/>
8135 <arg name='doc' type='xmlDocPtr' info='the document'/>
8136 <arg name='node' type='xmlNodePtr' info='the current node'/>
Daniel Veillard61006472002-01-21 17:31:47 +00008137 </function>
8138 <function name='xmlGetNsProp' file='tree'>
Daniel Veillarda9b66d02002-12-11 14:23:49 +00008139 <info>Search and get the value of an attribute associated to a node This attribute has to be anchored in the namespace specified. This does the entity substitution. This function looks in DTD attribute declaration for #FIXED or default declaration values unless DTD use has been turned off.</info>
8140 <return type='xmlChar *' info='the attribute value or NULL if not found. It&apos;s up to the caller to free the memory with xmlFree().'/>
8141 <arg name='node' type='xmlNodePtr' info='the node'/>
8142 <arg name='name' type='const xmlChar *' info='the attribute name'/>
8143 <arg name='nameSpace' type='const xmlChar *' info='the URI of the namespace'/>
Daniel Veillard61006472002-01-21 17:31:47 +00008144 </function>
8145 <function name='xmlGetParameterEntity' file='entities'>
Daniel Veillarda9b66d02002-12-11 14:23:49 +00008146 <info>Do an entity lookup in the internal and external subsets and</info>
8147 <return type='xmlEntityPtr' info='the corresponding parameter entity, if found. Returns A pointer to the entity structure or NULL if not found.'/>
8148 <arg name='doc' type='xmlDocPtr' info='the document referencing the entity'/>
8149 <arg name='name' type='const xmlChar *' info='the entity name'/>
Daniel Veillard61006472002-01-21 17:31:47 +00008150 </function>
8151 <function name='xmlGetPredefinedEntity' file='entities'>
Daniel Veillard2d1464f2002-01-21 23:16:56 +00008152 <info>Check whether this name is an predefined entity.</info>
Daniel Veillarda9b66d02002-12-11 14:23:49 +00008153 <return type='xmlEntityPtr' info='NULL if not, otherwise the entity'/>
8154 <arg name='name' type='const xmlChar *' info='the entity name'/>
Daniel Veillard61006472002-01-21 17:31:47 +00008155 </function>
8156 <function name='xmlGetProp' file='tree'>
Daniel Veillard784b9352003-02-16 15:50:27 +00008157 <info>Search and get the value of an attribute associated to a node This does the entity substitution. This function looks in DTD attribute declaration for #FIXED or default declaration values unless DTD use has been turned off. NOTE: this function acts independently of namespaces associated to the attribute. Use xmlGetNsProp() or xmlGetNoNsProp() for namespace aware processing.</info>
Daniel Veillarda9b66d02002-12-11 14:23:49 +00008158 <return type='xmlChar *' info='the attribute value or NULL if not found. It&apos;s up to the caller to free the memory with xmlFree().'/>
8159 <arg name='node' type='xmlNodePtr' info='the node'/>
8160 <arg name='name' type='const xmlChar *' info='the attribute name'/>
Daniel Veillard61006472002-01-21 17:31:47 +00008161 </function>
8162 <function name='xmlGetRefs' file='valid'>
Daniel Veillard2d1464f2002-01-21 23:16:56 +00008163 <info>Find the set of references for the supplied ID.</info>
Daniel Veillarda9b66d02002-12-11 14:23:49 +00008164 <return type='xmlListPtr' info='NULL if not found, otherwise node set for the ID.'/>
8165 <arg name='doc' type='xmlDocPtr' info='pointer to the document'/>
8166 <arg name='ID' type='const xmlChar *' info='the ID value'/>
Daniel Veillard61006472002-01-21 17:31:47 +00008167 </function>
8168 <function name='xmlGetThreadId' file='threads'>
Daniel Veillard2d1464f2002-01-21 23:16:56 +00008169 <info>xmlGetThreadId() find the current thread ID number</info>
Daniel Veillarda9b66d02002-12-11 14:23:49 +00008170 <return type='int' info='the current thread ID number'/>
Daniel Veillard61006472002-01-21 17:31:47 +00008171 </function>
William M. Bracka2e844a2004-01-06 11:52:13 +00008172 <function name='xmlGetUTF8Char' file='xmlstring'>
Daniel Veillarda9b66d02002-12-11 14:23:49 +00008173 <info>Read one UTF8 Char from @utf</info>
John Fleck0eaf41c2003-12-01 04:45:26 +00008174 <return type='int' info='the char value or -1 in case of error, and updates *len with the number of bytes consumed'/>
Daniel Veillarda9b66d02002-12-11 14:23:49 +00008175 <arg name='utf' type='const unsigned char *' info='a sequence of UTF-8 encoded bytes'/>
8176 <arg name='len' type='int *' info='a pointer to @bytes len'/>
Daniel Veillard817e70b2002-11-19 22:28:48 +00008177 </function>
Daniel Veillard61006472002-01-21 17:31:47 +00008178 <function name='xmlHandleEntity' file='parserInternals'>
Daniel Veillarda9b66d02002-12-11 14:23:49 +00008179 <info>Default handling of defined entities, when should we define a new input stream ? When do we just handle that as a set of chars ? OBSOLETE: to be removed at some point.</info>
Daniel Veillard61006472002-01-21 17:31:47 +00008180 <return type='void'/>
Daniel Veillarda9b66d02002-12-11 14:23:49 +00008181 <arg name='ctxt' type='xmlParserCtxtPtr' info='an XML parser context'/>
8182 <arg name='entity' type='xmlEntityPtr' info='an XML entity pointer.'/>
Daniel Veillard61006472002-01-21 17:31:47 +00008183 </function>
8184 <function name='xmlHasNsProp' file='tree'>
Daniel Veillarda9b66d02002-12-11 14:23:49 +00008185 <info>Search for an attribute associated to a node This attribute has to be anchored in the namespace specified. This does the entity substitution. This function looks in DTD attribute declaration for #FIXED or default declaration values unless DTD use has been turned off.</info>
8186 <return type='xmlAttrPtr' info='the attribute or the attribute declaration or NULL if neither was found.'/>
8187 <arg name='node' type='xmlNodePtr' info='the node'/>
8188 <arg name='name' type='const xmlChar *' info='the attribute name'/>
8189 <arg name='nameSpace' type='const xmlChar *' info='the URI of the namespace'/>
Daniel Veillard61006472002-01-21 17:31:47 +00008190 </function>
8191 <function name='xmlHasProp' file='tree'>
Daniel Veillarda9b66d02002-12-11 14:23:49 +00008192 <info>Search an attribute associated to a node This function also looks in DTD attribute declaration for #FIXED or default declaration values unless DTD use has been turned off.</info>
8193 <return type='xmlAttrPtr' info='the attribute or the attribute declaration or NULL if neither was found.'/>
8194 <arg name='node' type='xmlNodePtr' info='the node'/>
8195 <arg name='name' type='const xmlChar *' info='the attribute name'/>
Daniel Veillard61006472002-01-21 17:31:47 +00008196 </function>
8197 <function name='xmlHashAddEntry' file='hash'>
Daniel Veillarda9b66d02002-12-11 14:23:49 +00008198 <info>Add the @userdata to the hash @table. This can later be retrieved by using the @name. Duplicate names generate errors.</info>
8199 <return type='int' info='0 the addition succeeded and -1 in case of error.'/>
8200 <arg name='table' type='xmlHashTablePtr' info='the hash table'/>
8201 <arg name='name' type='const xmlChar *' info='the name of the userdata'/>
8202 <arg name='userdata' type='void *' info='a pointer to the userdata'/>
Daniel Veillard61006472002-01-21 17:31:47 +00008203 </function>
8204 <function name='xmlHashAddEntry2' file='hash'>
Daniel Veillarda9b66d02002-12-11 14:23:49 +00008205 <info>Add the @userdata to the hash @table. This can later be retrieved by using the (@name, @name2) tuple. Duplicate tuples generate errors.</info>
8206 <return type='int' info='0 the addition succeeded and -1 in case of error.'/>
8207 <arg name='table' type='xmlHashTablePtr' info='the hash table'/>
8208 <arg name='name' type='const xmlChar *' info='the name of the userdata'/>
8209 <arg name='name2' type='const xmlChar *' info='a second name of the userdata'/>
8210 <arg name='userdata' type='void *' info='a pointer to the userdata'/>
Daniel Veillard61006472002-01-21 17:31:47 +00008211 </function>
8212 <function name='xmlHashAddEntry3' file='hash'>
Daniel Veillarda9b66d02002-12-11 14:23:49 +00008213 <info>Add the @userdata to the hash @table. This can later be retrieved by using the tuple (@name, @name2, @name3). Duplicate entries generate errors.</info>
8214 <return type='int' info='0 the addition succeeded and -1 in case of error.'/>
8215 <arg name='table' type='xmlHashTablePtr' info='the hash table'/>
8216 <arg name='name' type='const xmlChar *' info='the name of the userdata'/>
8217 <arg name='name2' type='const xmlChar *' info='a second name of the userdata'/>
8218 <arg name='name3' type='const xmlChar *' info='a third name of the userdata'/>
8219 <arg name='userdata' type='void *' info='a pointer to the userdata'/>
Daniel Veillard61006472002-01-21 17:31:47 +00008220 </function>
Daniel Veillard9d06d302002-01-22 18:15:52 +00008221 <functype name='xmlHashCopier' file='hash'>
Daniel Veillard19274092002-03-25 16:48:03 +00008222 <info>Callback to copy data from a hash.</info>
Daniel Veillard000eafb2002-12-12 10:04:22 +00008223 <return type='void *' info='a copy of the data or NULL in case of error.'/>
Daniel Veillarda9b66d02002-12-11 14:23:49 +00008224 <arg name='payload' type='void *' info='the data in the hash'/>
8225 <arg name='name' type='xmlChar *' info='the name associated'/>
Daniel Veillard9d06d302002-01-22 18:15:52 +00008226 </functype>
Daniel Veillard61006472002-01-21 17:31:47 +00008227 <function name='xmlHashCopy' file='hash'>
Daniel Veillarda9b66d02002-12-11 14:23:49 +00008228 <info>Scan the hash @table and applied @f to each value.</info>
8229 <return type='xmlHashTablePtr' info='the new table or NULL in case of error.'/>
8230 <arg name='table' type='xmlHashTablePtr' info='the hash table'/>
8231 <arg name='f' type='xmlHashCopier' info='the copier function for items in the hash'/>
Daniel Veillard61006472002-01-21 17:31:47 +00008232 </function>
8233 <function name='xmlHashCreate' file='hash'>
Daniel Veillard2d1464f2002-01-21 23:16:56 +00008234 <info>Create a new xmlHashTablePtr.</info>
Daniel Veillarda9b66d02002-12-11 14:23:49 +00008235 <return type='xmlHashTablePtr' info='the newly created object, or NULL if an error occured.'/>
8236 <arg name='size' type='int' info='the size of the hash table'/>
Daniel Veillard61006472002-01-21 17:31:47 +00008237 </function>
Daniel Veillard9d06d302002-01-22 18:15:52 +00008238 <functype name='xmlHashDeallocator' file='hash'>
Daniel Veillard19274092002-03-25 16:48:03 +00008239 <info>Callback to free data from a hash.</info>
Daniel Veillard000eafb2002-12-12 10:04:22 +00008240 <return type='void'/>
Daniel Veillarda9b66d02002-12-11 14:23:49 +00008241 <arg name='payload' type='void *' info='the data in the hash'/>
8242 <arg name='name' type='xmlChar *' info='the name associated'/>
Daniel Veillard9d06d302002-01-22 18:15:52 +00008243 </functype>
Daniel Veillard61006472002-01-21 17:31:47 +00008244 <function name='xmlHashFree' file='hash'>
Daniel Veillarda9b66d02002-12-11 14:23:49 +00008245 <info>Free the hash @table and its contents. The userdata is deallocated with @f if provided.</info>
Daniel Veillard61006472002-01-21 17:31:47 +00008246 <return type='void'/>
Daniel Veillarda9b66d02002-12-11 14:23:49 +00008247 <arg name='table' type='xmlHashTablePtr' info='the hash table'/>
8248 <arg name='f' type='xmlHashDeallocator' info='the deallocator function for items in the hash'/>
Daniel Veillard61006472002-01-21 17:31:47 +00008249 </function>
8250 <function name='xmlHashLookup' file='hash'>
Daniel Veillarda9b66d02002-12-11 14:23:49 +00008251 <info>Find the userdata specified by the @name.</info>
8252 <return type='void *' info='the pointer to the userdata'/>
8253 <arg name='table' type='xmlHashTablePtr' info='the hash table'/>
8254 <arg name='name' type='const xmlChar *' info='the name of the userdata'/>
Daniel Veillard61006472002-01-21 17:31:47 +00008255 </function>
8256 <function name='xmlHashLookup2' file='hash'>
Daniel Veillarda9b66d02002-12-11 14:23:49 +00008257 <info>Find the userdata specified by the (@name, @name2) tuple.</info>
8258 <return type='void *' info='the pointer to the userdata'/>
8259 <arg name='table' type='xmlHashTablePtr' info='the hash table'/>
8260 <arg name='name' type='const xmlChar *' info='the name of the userdata'/>
8261 <arg name='name2' type='const xmlChar *' info='a second name of the userdata'/>
Daniel Veillard61006472002-01-21 17:31:47 +00008262 </function>
8263 <function name='xmlHashLookup3' file='hash'>
Daniel Veillarda9b66d02002-12-11 14:23:49 +00008264 <info>Find the userdata specified by the (@name, @name2, @name3) tuple.</info>
8265 <return type='void *' info='the a pointer to the userdata'/>
8266 <arg name='table' type='xmlHashTablePtr' info='the hash table'/>
8267 <arg name='name' type='const xmlChar *' info='the name of the userdata'/>
8268 <arg name='name2' type='const xmlChar *' info='a second name of the userdata'/>
8269 <arg name='name3' type='const xmlChar *' info='a third name of the userdata'/>
Daniel Veillard61006472002-01-21 17:31:47 +00008270 </function>
Daniel Veillarde24c7dc2003-08-29 06:03:38 +00008271 <function name='xmlHashQLookup' file='hash'>
8272 <info>Find the userdata specified by the QName @prefix:@name/@name.</info>
8273 <return type='void *' info='the pointer to the userdata'/>
8274 <arg name='table' type='xmlHashTablePtr' info='the hash table'/>
8275 <arg name='prefix' type='const xmlChar *' info='the prefix of the userdata'/>
8276 <arg name='name' type='const xmlChar *' info='the name of the userdata'/>
8277 </function>
8278 <function name='xmlHashQLookup2' file='hash'>
Daniel Veillard092643b2003-09-25 14:29:29 +00008279 <info>Find the userdata specified by the QNames tuple</info>
8280 <return type='void *' info='the pointer to the userdata'/>
8281 <arg name='table' type='xmlHashTablePtr' info='the hash table'/>
Daniel Veillard60942de2003-09-25 21:05:58 +00008282 <arg name='prefix' type='const xmlChar *' info='the prefix of the userdata'/>
Daniel Veillard092643b2003-09-25 14:29:29 +00008283 <arg name='name' type='const xmlChar *' info='the name of the userdata'/>
Daniel Veillard60942de2003-09-25 21:05:58 +00008284 <arg name='prefix2' type='const xmlChar *' info='the second prefix of the userdata'/>
Daniel Veillard092643b2003-09-25 14:29:29 +00008285 <arg name='name2' type='const xmlChar *' info='a second name of the userdata'/>
Daniel Veillarde24c7dc2003-08-29 06:03:38 +00008286 </function>
8287 <function name='xmlHashQLookup3' file='hash'>
8288 <info>Find the userdata specified by the (@name, @name2, @name3) tuple.</info>
8289 <return type='void *' info='the a pointer to the userdata'/>
8290 <arg name='table' type='xmlHashTablePtr' info='the hash table'/>
8291 <arg name='prefix' type='const xmlChar *' info='the prefix of the userdata'/>
8292 <arg name='name' type='const xmlChar *' info='the name of the userdata'/>
8293 <arg name='prefix2' type='const xmlChar *' info='the second prefix of the userdata'/>
8294 <arg name='name2' type='const xmlChar *' info='a second name of the userdata'/>
8295 <arg name='prefix3' type='const xmlChar *' info='the third prefix of the userdata'/>
8296 <arg name='name3' type='const xmlChar *' info='a third name of the userdata'/>
8297 </function>
Daniel Veillard61006472002-01-21 17:31:47 +00008298 <function name='xmlHashRemoveEntry' file='hash'>
Daniel Veillarda9b66d02002-12-11 14:23:49 +00008299 <info>Find the userdata specified by the @name and remove it from the hash @table. Existing userdata for this tuple will be removed and freed with @f.</info>
8300 <return type='int' info='0 if the removal succeeded and -1 in case of error or not found.'/>
8301 <arg name='table' type='xmlHashTablePtr' info='the hash table'/>
8302 <arg name='name' type='const xmlChar *' info='the name of the userdata'/>
8303 <arg name='f' type='xmlHashDeallocator' info='the deallocator function for removed item (if any)'/>
Daniel Veillard61006472002-01-21 17:31:47 +00008304 </function>
8305 <function name='xmlHashRemoveEntry2' file='hash'>
Daniel Veillarda9b66d02002-12-11 14:23:49 +00008306 <info>Find the userdata specified by the (@name, @name2) tuple and remove it from the hash @table. Existing userdata for this tuple will be removed and freed with @f.</info>
8307 <return type='int' info='0 if the removal succeeded and -1 in case of error or not found.'/>
8308 <arg name='table' type='xmlHashTablePtr' info='the hash table'/>
8309 <arg name='name' type='const xmlChar *' info='the name of the userdata'/>
8310 <arg name='name2' type='const xmlChar *' info='a second name of the userdata'/>
8311 <arg name='f' type='xmlHashDeallocator' info='the deallocator function for removed item (if any)'/>
Daniel Veillard61006472002-01-21 17:31:47 +00008312 </function>
8313 <function name='xmlHashRemoveEntry3' file='hash'>
Daniel Veillarda9b66d02002-12-11 14:23:49 +00008314 <info>Find the userdata specified by the (@name, @name2, @name3) tuple and remove it from the hash @table. Existing userdata for this tuple will be removed and freed with @f.</info>
8315 <return type='int' info='0 if the removal succeeded and -1 in case of error or not found.'/>
8316 <arg name='table' type='xmlHashTablePtr' info='the hash table'/>
8317 <arg name='name' type='const xmlChar *' info='the name of the userdata'/>
8318 <arg name='name2' type='const xmlChar *' info='a second name of the userdata'/>
8319 <arg name='name3' type='const xmlChar *' info='a third name of the userdata'/>
8320 <arg name='f' type='xmlHashDeallocator' info='the deallocator function for removed item (if any)'/>
Daniel Veillard61006472002-01-21 17:31:47 +00008321 </function>
8322 <function name='xmlHashScan' file='hash'>
Daniel Veillarda9b66d02002-12-11 14:23:49 +00008323 <info>Scan the hash @table and applied @f to each value.</info>
Daniel Veillard61006472002-01-21 17:31:47 +00008324 <return type='void'/>
Daniel Veillarda9b66d02002-12-11 14:23:49 +00008325 <arg name='table' type='xmlHashTablePtr' info='the hash table'/>
8326 <arg name='f' type='xmlHashScanner' info='the scanner function for items in the hash'/>
8327 <arg name='data' type='void *' info='extra data passed to f'/>
Daniel Veillard61006472002-01-21 17:31:47 +00008328 </function>
8329 <function name='xmlHashScan3' file='hash'>
Daniel Veillarda9b66d02002-12-11 14:23:49 +00008330 <info>Scan the hash @table and applied @f to each value matching (@name, @name2, @name3) tuple. If one of the names is null, the comparison is considered to match.</info>
Daniel Veillard61006472002-01-21 17:31:47 +00008331 <return type='void'/>
Daniel Veillarda9b66d02002-12-11 14:23:49 +00008332 <arg name='table' type='xmlHashTablePtr' info='the hash table'/>
8333 <arg name='name' type='const xmlChar *' info='the name of the userdata or NULL'/>
8334 <arg name='name2' type='const xmlChar *' info='a second name of the userdata or NULL'/>
8335 <arg name='name3' type='const xmlChar *' info='a third name of the userdata or NULL'/>
8336 <arg name='f' type='xmlHashScanner' info='the scanner function for items in the hash'/>
8337 <arg name='data' type='void *' info='extra data passed to f'/>
Daniel Veillard61006472002-01-21 17:31:47 +00008338 </function>
8339 <function name='xmlHashScanFull' file='hash'>
Daniel Veillarda9b66d02002-12-11 14:23:49 +00008340 <info>Scan the hash @table and applied @f to each value.</info>
Daniel Veillard61006472002-01-21 17:31:47 +00008341 <return type='void'/>
Daniel Veillarda9b66d02002-12-11 14:23:49 +00008342 <arg name='table' type='xmlHashTablePtr' info='the hash table'/>
8343 <arg name='f' type='xmlHashScannerFull' info='the scanner function for items in the hash'/>
8344 <arg name='data' type='void *' info='extra data passed to f'/>
Daniel Veillard61006472002-01-21 17:31:47 +00008345 </function>
8346 <function name='xmlHashScanFull3' file='hash'>
Daniel Veillarda9b66d02002-12-11 14:23:49 +00008347 <info>Scan the hash @table and applied @f to each value matching (@name, @name2, @name3) tuple. If one of the names is null, the comparison is considered to match.</info>
Daniel Veillard61006472002-01-21 17:31:47 +00008348 <return type='void'/>
Daniel Veillarda9b66d02002-12-11 14:23:49 +00008349 <arg name='table' type='xmlHashTablePtr' info='the hash table'/>
8350 <arg name='name' type='const xmlChar *' info='the name of the userdata or NULL'/>
8351 <arg name='name2' type='const xmlChar *' info='a second name of the userdata or NULL'/>
8352 <arg name='name3' type='const xmlChar *' info='a third name of the userdata or NULL'/>
8353 <arg name='f' type='xmlHashScannerFull' info='the scanner function for items in the hash'/>
8354 <arg name='data' type='void *' info='extra data passed to f'/>
Daniel Veillard61006472002-01-21 17:31:47 +00008355 </function>
Daniel Veillard9d06d302002-01-22 18:15:52 +00008356 <functype name='xmlHashScanner' file='hash'>
Daniel Veillard19274092002-03-25 16:48:03 +00008357 <info>Callback when scanning data in a hash with the simple scanner.</info>
Daniel Veillard000eafb2002-12-12 10:04:22 +00008358 <return type='void'/>
Daniel Veillarda9b66d02002-12-11 14:23:49 +00008359 <arg name='payload' type='void *' info='the data in the hash'/>
8360 <arg name='data' type='void *' info='extra scannner data'/>
8361 <arg name='name' type='xmlChar *' info='the name associated'/>
Daniel Veillard9d06d302002-01-22 18:15:52 +00008362 </functype>
8363 <functype name='xmlHashScannerFull' file='hash'>
Daniel Veillard19274092002-03-25 16:48:03 +00008364 <info>Callback when scanning data in a hash with the full scanner.</info>
Daniel Veillard000eafb2002-12-12 10:04:22 +00008365 <return type='void'/>
Daniel Veillarda9b66d02002-12-11 14:23:49 +00008366 <arg name='payload' type='void *' info='the data in the hash'/>
8367 <arg name='data' type='void *' info='extra scannner data'/>
8368 <arg name='name' type='const xmlChar *' info='the name associated'/>
8369 <arg name='name2' type='const xmlChar *' info='the second name associated'/>
8370 <arg name='name3' type='const xmlChar *' info='the third name associated'/>
Daniel Veillard9d06d302002-01-22 18:15:52 +00008371 </functype>
Daniel Veillard61006472002-01-21 17:31:47 +00008372 <function name='xmlHashSize' file='hash'>
Daniel Veillarda9b66d02002-12-11 14:23:49 +00008373 <info>Query the number of elements installed in the hash @table.</info>
8374 <return type='int' info='the number of elements in the hash table or -1 in case of error'/>
8375 <arg name='table' type='xmlHashTablePtr' info='the hash table'/>
Daniel Veillard61006472002-01-21 17:31:47 +00008376 </function>
Daniel Veillard61006472002-01-21 17:31:47 +00008377 <function name='xmlHashUpdateEntry' file='hash'>
Daniel Veillarda9b66d02002-12-11 14:23:49 +00008378 <info>Add the @userdata to the hash @table. This can later be retrieved by using the @name. Existing entry for this @name will be removed and freed with @f if found.</info>
8379 <return type='int' info='0 the addition succeeded and -1 in case of error.'/>
8380 <arg name='table' type='xmlHashTablePtr' info='the hash table'/>
8381 <arg name='name' type='const xmlChar *' info='the name of the userdata'/>
8382 <arg name='userdata' type='void *' info='a pointer to the userdata'/>
8383 <arg name='f' type='xmlHashDeallocator' info='the deallocator function for replaced item (if any)'/>
Daniel Veillard61006472002-01-21 17:31:47 +00008384 </function>
8385 <function name='xmlHashUpdateEntry2' file='hash'>
Daniel Veillarda9b66d02002-12-11 14:23:49 +00008386 <info>Add the @userdata to the hash @table. This can later be retrieved by using the (@name, @name2) tuple. Existing entry for this tuple will be removed and freed with @f if found.</info>
8387 <return type='int' info='0 the addition succeeded and -1 in case of error.'/>
8388 <arg name='table' type='xmlHashTablePtr' info='the hash table'/>
8389 <arg name='name' type='const xmlChar *' info='the name of the userdata'/>
8390 <arg name='name2' type='const xmlChar *' info='a second name of the userdata'/>
8391 <arg name='userdata' type='void *' info='a pointer to the userdata'/>
8392 <arg name='f' type='xmlHashDeallocator' info='the deallocator function for replaced item (if any)'/>
Daniel Veillard61006472002-01-21 17:31:47 +00008393 </function>
8394 <function name='xmlHashUpdateEntry3' file='hash'>
Daniel Veillarda9b66d02002-12-11 14:23:49 +00008395 <info>Add the @userdata to the hash @table. This can later be retrieved by using the tuple (@name, @name2, @name3). Existing entry for this tuple will be removed and freed with @f if found.</info>
8396 <return type='int' info='0 the addition succeeded and -1 in case of error.'/>
8397 <arg name='table' type='xmlHashTablePtr' info='the hash table'/>
8398 <arg name='name' type='const xmlChar *' info='the name of the userdata'/>
8399 <arg name='name2' type='const xmlChar *' info='a second name of the userdata'/>
8400 <arg name='name3' type='const xmlChar *' info='a third name of the userdata'/>
8401 <arg name='userdata' type='void *' info='a pointer to the userdata'/>
8402 <arg name='f' type='xmlHashDeallocator' info='the deallocator function for replaced item (if any)'/>
Daniel Veillard61006472002-01-21 17:31:47 +00008403 </function>
Daniel Veillard1b31e4a2002-05-27 14:44:50 +00008404 <function name='xmlIOFTPClose' file='xmlIO'>
Daniel Veillard539638b2002-07-06 19:55:14 +00008405 <info>Close an FTP I/O channel</info>
Daniel Veillarda9b66d02002-12-11 14:23:49 +00008406 <return type='int' info='0'/>
8407 <arg name='context' type='void *' info='the I/O context'/>
Daniel Veillard1b31e4a2002-05-27 14:44:50 +00008408 </function>
8409 <function name='xmlIOFTPMatch' file='xmlIO'>
Daniel Veillard539638b2002-07-06 19:55:14 +00008410 <info>check if the URI matches an FTP one</info>
Daniel Veillarda9b66d02002-12-11 14:23:49 +00008411 <return type='int' info='1 if matches, 0 otherwise'/>
8412 <arg name='filename' type='const char *' info='the URI for matching'/>
Daniel Veillard1b31e4a2002-05-27 14:44:50 +00008413 </function>
8414 <function name='xmlIOFTPOpen' file='xmlIO'>
Daniel Veillard539638b2002-07-06 19:55:14 +00008415 <info>open an FTP I/O channel</info>
Daniel Veillarda9b66d02002-12-11 14:23:49 +00008416 <return type='void *' info='an I/O context or NULL in case of error'/>
8417 <arg name='filename' type='const char *' info='the URI for matching'/>
Daniel Veillard1b31e4a2002-05-27 14:44:50 +00008418 </function>
8419 <function name='xmlIOFTPRead' file='xmlIO'>
Daniel Veillarda9b66d02002-12-11 14:23:49 +00008420 <info>Read @len bytes to @buffer from the I/O channel.</info>
8421 <return type='int' info='the number of bytes written'/>
8422 <arg name='context' type='void *' info='the I/O context'/>
8423 <arg name='buffer' type='char *' info='where to drop data'/>
8424 <arg name='len' type='int' info='number of bytes to write'/>
Daniel Veillard1b31e4a2002-05-27 14:44:50 +00008425 </function>
8426 <function name='xmlIOHTTPClose' file='xmlIO'>
Daniel Veillard539638b2002-07-06 19:55:14 +00008427 <info>Close an HTTP I/O channel</info>
Daniel Veillarda9b66d02002-12-11 14:23:49 +00008428 <return type='int' info='0'/>
8429 <arg name='context' type='void *' info='the I/O context'/>
Daniel Veillard1b31e4a2002-05-27 14:44:50 +00008430 </function>
8431 <function name='xmlIOHTTPMatch' file='xmlIO'>
Daniel Veillard539638b2002-07-06 19:55:14 +00008432 <info>check if the URI matches an HTTP one</info>
Daniel Veillarda9b66d02002-12-11 14:23:49 +00008433 <return type='int' info='1 if matches, 0 otherwise'/>
8434 <arg name='filename' type='const char *' info='the URI for matching'/>
Daniel Veillard1b31e4a2002-05-27 14:44:50 +00008435 </function>
8436 <function name='xmlIOHTTPOpen' file='xmlIO'>
Daniel Veillard539638b2002-07-06 19:55:14 +00008437 <info>open an HTTP I/O channel</info>
Daniel Veillarda9b66d02002-12-11 14:23:49 +00008438 <return type='void *' info='an I/O context or NULL in case of error'/>
8439 <arg name='filename' type='const char *' info='the URI for matching'/>
Daniel Veillard1b31e4a2002-05-27 14:44:50 +00008440 </function>
Daniel Veillard61006472002-01-21 17:31:47 +00008441 <function name='xmlIOHTTPOpenW' file='xmlIO'>
Daniel Veillarda9b66d02002-12-11 14:23:49 +00008442 <info>Open a temporary buffer to collect the document for a subsequent HTTP POST request. Non-static as is called from the output buffer creation routine.</info>
8443 <return type='void *' info='an I/O context or NULL in case of error.'/>
8444 <arg name='post_uri' type='const char *' info='The destination URI for the document'/>
8445 <arg name='compression' type='int' info='The compression desired for the document.'/>
Daniel Veillard61006472002-01-21 17:31:47 +00008446 </function>
Daniel Veillard1b31e4a2002-05-27 14:44:50 +00008447 <function name='xmlIOHTTPRead' file='xmlIO'>
Daniel Veillarda9b66d02002-12-11 14:23:49 +00008448 <info>Read @len bytes to @buffer from the I/O channel.</info>
8449 <return type='int' info='the number of bytes written'/>
8450 <arg name='context' type='void *' info='the I/O context'/>
8451 <arg name='buffer' type='char *' info='where to drop data'/>
8452 <arg name='len' type='int' info='number of bytes to write'/>
Daniel Veillard1b31e4a2002-05-27 14:44:50 +00008453 </function>
Daniel Veillard61006472002-01-21 17:31:47 +00008454 <function name='xmlIOParseDTD' file='parser'>
Daniel Veillard2d1464f2002-01-21 23:16:56 +00008455 <info>Load and parse a DTD</info>
Daniel Veillarda9b66d02002-12-11 14:23:49 +00008456 <return type='xmlDtdPtr' info='the resulting xmlDtdPtr or NULL in case of error. @input will be freed at parsing end.'/>
8457 <arg name='sax' type='xmlSAXHandlerPtr' info='the SAX handler block or NULL'/>
8458 <arg name='input' type='xmlParserInputBufferPtr' info='an Input Buffer'/>
8459 <arg name='enc' type='xmlCharEncoding' info='the charset encoding if known'/>
Daniel Veillard61006472002-01-21 17:31:47 +00008460 </function>
Daniel Veillard61006472002-01-21 17:31:47 +00008461 <function name='xmlInitCharEncodingHandlers' file='encoding'>
Daniel Veillard9d06d302002-01-22 18:15:52 +00008462 <info>Initialize the char encoding support, it registers the default encoding supported. NOTE: while public, this function usually doesn&apos;t need to be called in normal processing.</info>
Daniel Veillard61006472002-01-21 17:31:47 +00008463 <return type='void'/>
Daniel Veillard61006472002-01-21 17:31:47 +00008464 </function>
Daniel Veillard781ac8b2003-05-15 22:11:36 +00008465 <function name='xmlInitGlobals' file='globals'>
William M. Brack966668a2003-12-20 02:10:28 +00008466 <info>Additional initialisation for multi-threading</info>
Daniel Veillard781ac8b2003-05-15 22:11:36 +00008467 <return type='void'/>
8468 </function>
Daniel Veillard61006472002-01-21 17:31:47 +00008469 <function name='xmlInitMemory' file='xmlmemory'>
Daniel Veillard2d1464f2002-01-21 23:16:56 +00008470 <info>Initialize the memory layer.</info>
Daniel Veillarda9b66d02002-12-11 14:23:49 +00008471 <return type='int' info='0 on success'/>
Daniel Veillard61006472002-01-21 17:31:47 +00008472 </function>
8473 <function name='xmlInitNodeInfoSeq' file='parser'>
Daniel Veillard2d1464f2002-01-21 23:16:56 +00008474 <info>-- Initialize (set to initial state) node info sequence</info>
Daniel Veillard61006472002-01-21 17:31:47 +00008475 <return type='void'/>
Daniel Veillarda9b66d02002-12-11 14:23:49 +00008476 <arg name='seq' type='xmlParserNodeInfoSeqPtr' info='a node info sequence pointer'/>
Daniel Veillard61006472002-01-21 17:31:47 +00008477 </function>
8478 <function name='xmlInitParser' file='parser'>
Daniel Veillard2d1464f2002-01-21 23:16:56 +00008479 <info>Initialization function for the XML parser. This is not reentrant. Call once before processing in case of use in multithreaded programs.</info>
Daniel Veillard61006472002-01-21 17:31:47 +00008480 <return type='void'/>
Daniel Veillard61006472002-01-21 17:31:47 +00008481 </function>
8482 <function name='xmlInitParserCtxt' file='parser'>
Daniel Veillard2d1464f2002-01-21 23:16:56 +00008483 <info>Initialize a parser context</info>
Daniel Veillardde0a0a52003-04-24 17:12:57 +00008484 <return type='int' info='0 in case of success and -1 in case of error'/>
Daniel Veillarda9b66d02002-12-11 14:23:49 +00008485 <arg name='ctxt' type='xmlParserCtxtPtr' info='an XML parser context'/>
Daniel Veillard61006472002-01-21 17:31:47 +00008486 </function>
8487 <function name='xmlInitThreads' file='threads'>
Daniel Veillard2d1464f2002-01-21 23:16:56 +00008488 <info>xmlInitThreads() is used to to initialize all the thread related data of the libxml2 library.</info>
Daniel Veillard61006472002-01-21 17:31:47 +00008489 <return type='void'/>
Daniel Veillard61006472002-01-21 17:31:47 +00008490 </function>
8491 <function name='xmlInitializeCatalog' file='catalog'>
Daniel Veillard5aad8322002-12-11 15:59:44 +00008492 <info>Do the catalog initialization. this function is not thread safe, catalog initialization should preferably be done once at startup</info>
Daniel Veillard61006472002-01-21 17:31:47 +00008493 <return type='void'/>
Daniel Veillard61006472002-01-21 17:31:47 +00008494 </function>
8495 <function name='xmlInitializeGlobalState' file='globals'>
Daniel Veillard2d1464f2002-01-21 23:16:56 +00008496 <info>xmlInitializeGlobalState() initialize a global state with all the default values of the library.</info>
Daniel Veillard61006472002-01-21 17:31:47 +00008497 <return type='void'/>
Daniel Veillarda9b66d02002-12-11 14:23:49 +00008498 <arg name='gs' type='xmlGlobalStatePtr' info='a pointer to a newly allocated global state'/>
Daniel Veillard61006472002-01-21 17:31:47 +00008499 </function>
8500 <function name='xmlInitializePredefinedEntities' file='entities'>
Daniel Veillard2b8c4a12003-10-02 22:28:19 +00008501 <info>Set up the predefined entities. Deprecated call</info>
Daniel Veillard61006472002-01-21 17:31:47 +00008502 <return type='void'/>
Daniel Veillard61006472002-01-21 17:31:47 +00008503 </function>
Daniel Veillard9d06d302002-01-22 18:15:52 +00008504 <functype name='xmlInputCloseCallback' file='xmlIO'>
8505 <info>Callback used in the I/O Input API to close the resource</info>
Daniel Veillard000eafb2002-12-12 10:04:22 +00008506 <return type='int' info='0 or -1 in case of error'/>
Daniel Veillarda9b66d02002-12-11 14:23:49 +00008507 <arg name='context' type='void *' info='an Input context'/>
Daniel Veillard9d06d302002-01-22 18:15:52 +00008508 </functype>
8509 <functype name='xmlInputMatchCallback' file='xmlIO'>
8510 <info>Callback used in the I/O Input API to detect if the current handler can provide input fonctionnalities for this resource.</info>
Daniel Veillard000eafb2002-12-12 10:04:22 +00008511 <return type='int' info='1 if yes and 0 if another Input module should be used'/>
Daniel Veillarda9b66d02002-12-11 14:23:49 +00008512 <arg name='filename' type='char const *' info='the filename or URI'/>
Daniel Veillard9d06d302002-01-22 18:15:52 +00008513 </functype>
8514 <functype name='xmlInputOpenCallback' file='xmlIO'>
8515 <info>Callback used in the I/O Input API to open the resource</info>
Daniel Veillard000eafb2002-12-12 10:04:22 +00008516 <return type='void *' info='an Input context or NULL in case or error'/>
Daniel Veillarda9b66d02002-12-11 14:23:49 +00008517 <arg name='filename' type='char const *' info='the filename or URI'/>
Daniel Veillard9d06d302002-01-22 18:15:52 +00008518 </functype>
8519 <functype name='xmlInputReadCallback' file='xmlIO'>
8520 <info>Callback used in the I/O Input API to read the resource</info>
Daniel Veillard000eafb2002-12-12 10:04:22 +00008521 <return type='int' info='the number of bytes read or -1 in case of error'/>
Daniel Veillarda9b66d02002-12-11 14:23:49 +00008522 <arg name='context' type='void *' info='an Input context'/>
8523 <arg name='buffer' type='char *' info='the buffer to store data read'/>
8524 <arg name='len' type='int' info='the length of the buffer in bytes'/>
Daniel Veillard9d06d302002-01-22 18:15:52 +00008525 </functype>
Daniel Veillard78697292003-10-19 20:44:43 +00008526 <function name='xmlIsBaseChar' file='chvalid'>
Daniel Veillarde8ba84e2003-11-18 13:54:15 +00008527 <info>This function is DEPRECATED. Use xmlIsBaseChar_ch or xmlIsBaseCharQ instead</info>
Daniel Veillard78697292003-10-19 20:44:43 +00008528 <return type='int' info='true if argument valid, false otherwise'/>
8529 <arg name='ch' type='unsigned int' info='character to validate'/>
8530 </function>
8531 <function name='xmlIsBlank' file='chvalid'>
Daniel Veillarde8ba84e2003-11-18 13:54:15 +00008532 <info>This function is DEPRECATED. Use xmlIsBlank_ch or xmlIsBlankQ instead</info>
Daniel Veillard78697292003-10-19 20:44:43 +00008533 <return type='int' info='true if argument valid, false otherwise'/>
8534 <arg name='ch' type='unsigned int' info='character to validate'/>
8535 </function>
Daniel Veillard61006472002-01-21 17:31:47 +00008536 <function name='xmlIsBlankNode' file='tree'>
Daniel Veillard2d1464f2002-01-21 23:16:56 +00008537 <info>Checks whether this node is an empty or whitespace only (and possibly ignorable) text-node.</info>
Daniel Veillarda9b66d02002-12-11 14:23:49 +00008538 <return type='int' info='1 yes, 0 no'/>
8539 <arg name='node' type='xmlNodePtr' info='the node'/>
Daniel Veillard61006472002-01-21 17:31:47 +00008540 </function>
Daniel Veillard78697292003-10-19 20:44:43 +00008541 <function name='xmlIsChar' file='chvalid'>
Daniel Veillarde8ba84e2003-11-18 13:54:15 +00008542 <info>This function is DEPRECATED. Use xmlIsChar_ch or xmlIsCharQ instead</info>
Daniel Veillard78697292003-10-19 20:44:43 +00008543 <return type='int' info='true if argument valid, false otherwise'/>
8544 <arg name='ch' type='unsigned int' info='character to validate'/>
8545 </function>
8546 <function name='xmlIsCombining' file='chvalid'>
Daniel Veillarde8ba84e2003-11-18 13:54:15 +00008547 <info>This function is DEPRECATED. Use xmlIsCombiningQ instead</info>
Daniel Veillard78697292003-10-19 20:44:43 +00008548 <return type='int' info='true if argument valid, false otherwise'/>
8549 <arg name='ch' type='unsigned int' info='character to validate'/>
8550 </function>
8551 <function name='xmlIsDigit' file='chvalid'>
Daniel Veillarde8ba84e2003-11-18 13:54:15 +00008552 <info>This function is DEPRECATED. Use xmlIsDigit_ch or xmlIsDigitQ instead</info>
Daniel Veillard78697292003-10-19 20:44:43 +00008553 <return type='int' info='true if argument valid, false otherwise'/>
8554 <arg name='ch' type='unsigned int' info='character to validate'/>
8555 </function>
8556 <function name='xmlIsExtender' file='chvalid'>
Daniel Veillarde8ba84e2003-11-18 13:54:15 +00008557 <info>This function is DEPRECATED. Use xmlIsExtender_ch or xmlIsExtenderQ instead</info>
Daniel Veillard78697292003-10-19 20:44:43 +00008558 <return type='int' info='true if argument valid, false otherwise'/>
8559 <arg name='ch' type='unsigned int' info='character to validate'/>
8560 </function>
Daniel Veillard61006472002-01-21 17:31:47 +00008561 <function name='xmlIsID' file='valid'>
Daniel Veillard80ce3732002-10-07 17:39:30 +00008562 <info>Determine whether an attribute is of type ID. In case we have DTD(s) then this is done if DTD loading has been requested. In the case of HTML documents parsed with the HTML parser, then ID detection is done systematically.</info>
Daniel Veillarda9b66d02002-12-11 14:23:49 +00008563 <return type='int' info='0 or 1 depending on the lookup result'/>
8564 <arg name='doc' type='xmlDocPtr' info='the document'/>
8565 <arg name='elem' type='xmlNodePtr' info='the element carrying the attribute'/>
8566 <arg name='attr' type='xmlAttrPtr' info='the attribute'/>
Daniel Veillard61006472002-01-21 17:31:47 +00008567 </function>
Daniel Veillard78697292003-10-19 20:44:43 +00008568 <function name='xmlIsIdeographic' file='chvalid'>
Daniel Veillarde8ba84e2003-11-18 13:54:15 +00008569 <info>This function is DEPRECATED. Use xmlIsIdeographicQ instead</info>
Daniel Veillard78697292003-10-19 20:44:43 +00008570 <return type='int' info='true if argument valid, false otherwise'/>
8571 <arg name='ch' type='unsigned int' info='character to validate'/>
8572 </function>
Daniel Veillard61006472002-01-21 17:31:47 +00008573 <function name='xmlIsLetter' file='parserInternals'>
Daniel Veillard2d1464f2002-01-21 23:16:56 +00008574 <info>Check whether the character is allowed by the production [84] Letter ::= BaseChar | Ideographic</info>
Daniel Veillarda9b66d02002-12-11 14:23:49 +00008575 <return type='int' info='0 if not, non-zero otherwise'/>
8576 <arg name='c' type='int' info='an unicode character (int)'/>
Daniel Veillard61006472002-01-21 17:31:47 +00008577 </function>
8578 <function name='xmlIsMainThread' file='threads'>
Daniel Veillard2d1464f2002-01-21 23:16:56 +00008579 <info>xmlIsMainThread() check whether the current thread is the main thread.</info>
Daniel Veillarda9b66d02002-12-11 14:23:49 +00008580 <return type='int' info='1 if the current thread is the main thread, 0 otherwise'/>
Daniel Veillard61006472002-01-21 17:31:47 +00008581 </function>
8582 <function name='xmlIsMixedElement' file='valid'>
Daniel Veillard2d1464f2002-01-21 23:16:56 +00008583 <info>Search in the DtDs whether an element accept Mixed content (or ANY) basically if it is supposed to accept text childs</info>
Daniel Veillarda9b66d02002-12-11 14:23:49 +00008584 <return type='int' info='0 if no, 1 if yes, and -1 if no element description is available'/>
8585 <arg name='doc' type='xmlDocPtr' info='the document'/>
8586 <arg name='name' type='const xmlChar *' info='the element name'/>
Daniel Veillard61006472002-01-21 17:31:47 +00008587 </function>
Daniel Veillard78697292003-10-19 20:44:43 +00008588 <function name='xmlIsPubidChar' file='chvalid'>
Daniel Veillarde8ba84e2003-11-18 13:54:15 +00008589 <info>This function is DEPRECATED. Use xmlIsPubidChar_ch or xmlIsPubidCharQ instead</info>
Daniel Veillard78697292003-10-19 20:44:43 +00008590 <return type='int' info='true if argument valid, false otherwise'/>
8591 <arg name='ch' type='unsigned int' info='character to validate'/>
8592 </function>
Daniel Veillard61006472002-01-21 17:31:47 +00008593 <function name='xmlIsRef' file='valid'>
Daniel Veillard2d1464f2002-01-21 23:16:56 +00008594 <info>Determine whether an attribute is of type Ref. In case we have DTD(s) then this is simple, otherwise we use an heuristic: name Ref (upper or lowercase).</info>
Daniel Veillarda9b66d02002-12-11 14:23:49 +00008595 <return type='int' info='0 or 1 depending on the lookup result'/>
8596 <arg name='doc' type='xmlDocPtr' info='the document'/>
8597 <arg name='elem' type='xmlNodePtr' info='the element carrying the attribute'/>
8598 <arg name='attr' type='xmlAttrPtr' info='the attribute'/>
Daniel Veillard61006472002-01-21 17:31:47 +00008599 </function>
Daniel Veillardfee408f2002-11-22 13:18:30 +00008600 <function name='xmlIsXHTML' file='tree'>
Daniel Veillarda9b66d02002-12-11 14:23:49 +00008601 <info>Try to find if the document correspond to an XHTML DTD</info>
8602 <return type='int' info='1 if true, 0 if not and -1 in case of error'/>
8603 <arg name='systemID' type='const xmlChar *' info='the system identifier'/>
8604 <arg name='publicID' type='const xmlChar *' info='the public identifier'/>
Daniel Veillardfee408f2002-11-22 13:18:30 +00008605 </function>
Daniel Veillard61006472002-01-21 17:31:47 +00008606 <function name='xmlKeepBlanksDefault' file='parser'>
Daniel Veillard4432df22003-09-28 18:58:27 +00008607 <info>Set and return the previous value for default blanks text nodes support. The 1.x version of the parser used an heuristic to try to detect ignorable white spaces. As a result the SAX callback was generating xmlSAX2IgnorableWhitespace() callbacks instead of characters() one, and when using the DOM output text nodes containing those blanks were not generated. The 2.x and later version will switch to the XML standard way and ignorableWhitespace() are only generated when running the parser in validating mode and when the current element doesn&apos;t allow CDATA or mixed content. This function is provided as a way to force the standard behavior on 1.X libs and to switch back to the old mode for compatibility when running 1.X client code on 2.X . Upgrade of 1.X code should be done by using xmlIsBlankNode() commodity function to detect the &quot;empty&quot; nodes generated. This value also affect autogeneration of indentation when saving code if blanks sections are kept, indentation is not generated.</info>
Daniel Veillarda9b66d02002-12-11 14:23:49 +00008608 <return type='int' info='the last value for 0 for no substitution, 1 for substitution.'/>
8609 <arg name='val' type='int' info='int 0 or 1'/>
Daniel Veillard61006472002-01-21 17:31:47 +00008610 </function>
Daniel Veillard61006472002-01-21 17:31:47 +00008611 <function name='xmlLineNumbersDefault' file='parser'>
Daniel Veillard2d1464f2002-01-21 23:16:56 +00008612 <info>Set and return the previous value for enabling line numbers in elements contents. This may break on old application and is turned off by default.</info>
Daniel Veillarda9b66d02002-12-11 14:23:49 +00008613 <return type='int' info='the last value for 0 for no substitution, 1 for substitution.'/>
8614 <arg name='val' type='int' info='int 0 or 1'/>
Daniel Veillard61006472002-01-21 17:31:47 +00008615 </function>
Daniel Veillard61006472002-01-21 17:31:47 +00008616 <function name='xmlLinkGetData' file='list'>
Daniel Veillard2d1464f2002-01-21 23:16:56 +00008617 <info>See Returns.</info>
Daniel Veillarda9b66d02002-12-11 14:23:49 +00008618 <return type='void *' info='a pointer to the data referenced from this link'/>
8619 <arg name='lk' type='xmlLinkPtr' info='a link'/>
Daniel Veillard61006472002-01-21 17:31:47 +00008620 </function>
Daniel Veillard61006472002-01-21 17:31:47 +00008621 <function name='xmlListAppend' file='list'>
Daniel Veillard2d1464f2002-01-21 23:16:56 +00008622 <info>Insert data in the ordered list at the end for this value</info>
Daniel Veillarda9b66d02002-12-11 14:23:49 +00008623 <return type='int' info='0 in case of success, 1 in case of failure'/>
8624 <arg name='l' type='xmlListPtr' info='a list'/>
8625 <arg name='data' type='void *' info='the data'/>
Daniel Veillard61006472002-01-21 17:31:47 +00008626 </function>
8627 <function name='xmlListClear' file='list'>
Daniel Veillard2d1464f2002-01-21 23:16:56 +00008628 <info>Remove the all data in the list</info>
Daniel Veillard61006472002-01-21 17:31:47 +00008629 <return type='void'/>
Daniel Veillarda9b66d02002-12-11 14:23:49 +00008630 <arg name='l' type='xmlListPtr' info='a list'/>
Daniel Veillard61006472002-01-21 17:31:47 +00008631 </function>
8632 <function name='xmlListCopy' file='list'>
Daniel Veillard2d1464f2002-01-21 23:16:56 +00008633 <info>Move all the element from the old list in the new list</info>
Daniel Veillarda9b66d02002-12-11 14:23:49 +00008634 <return type='int' info='0 in case of success 1 in case of error'/>
8635 <arg name='cur' type='xmlListPtr' info='the new list'/>
8636 <arg name='old' type='const xmlListPtr' info='the old list'/>
Daniel Veillard61006472002-01-21 17:31:47 +00008637 </function>
8638 <function name='xmlListCreate' file='list'>
Daniel Veillard2d1464f2002-01-21 23:16:56 +00008639 <info>Create a new list</info>
Daniel Veillarda9b66d02002-12-11 14:23:49 +00008640 <return type='xmlListPtr' info='the new list or NULL in case of error'/>
8641 <arg name='deallocator' type='xmlListDeallocator' info='an optional deallocator function'/>
8642 <arg name='compare' type='xmlListDataCompare' info='an optional comparison function'/>
Daniel Veillard61006472002-01-21 17:31:47 +00008643 </function>
Daniel Veillard9d06d302002-01-22 18:15:52 +00008644 <functype name='xmlListDataCompare' file='list'>
Daniel Veillard19274092002-03-25 16:48:03 +00008645 <info>Callback function used to compare 2 data.</info>
Daniel Veillard000eafb2002-12-12 10:04:22 +00008646 <return type='int' info='0 is equality, -1 or 1 otherwise depending on the ordering.'/>
Daniel Veillarda9b66d02002-12-11 14:23:49 +00008647 <arg name='data0' type='const void *' info='the first data'/>
8648 <arg name='data1' type='const void *' info='the second data'/>
Daniel Veillard9d06d302002-01-22 18:15:52 +00008649 </functype>
8650 <functype name='xmlListDeallocator' file='list'>
Daniel Veillard19274092002-03-25 16:48:03 +00008651 <info>Callback function used to free data from a list.</info>
Daniel Veillard000eafb2002-12-12 10:04:22 +00008652 <return type='void'/>
Daniel Veillarda9b66d02002-12-11 14:23:49 +00008653 <arg name='lk' type='xmlLinkPtr' info='the data to deallocate'/>
Daniel Veillard9d06d302002-01-22 18:15:52 +00008654 </functype>
Daniel Veillard61006472002-01-21 17:31:47 +00008655 <function name='xmlListDelete' file='list'>
Daniel Veillard2d1464f2002-01-21 23:16:56 +00008656 <info>Deletes the list and its associated data</info>
Daniel Veillard61006472002-01-21 17:31:47 +00008657 <return type='void'/>
Daniel Veillarda9b66d02002-12-11 14:23:49 +00008658 <arg name='l' type='xmlListPtr' info='a list'/>
Daniel Veillard61006472002-01-21 17:31:47 +00008659 </function>
8660 <function name='xmlListDup' file='list'>
Daniel Veillard2d1464f2002-01-21 23:16:56 +00008661 <info>Duplicate the list</info>
Daniel Veillarda9b66d02002-12-11 14:23:49 +00008662 <return type='xmlListPtr' info='a new copy of the list or NULL in case of error'/>
8663 <arg name='old' type='const xmlListPtr' info='the list'/>
Daniel Veillard61006472002-01-21 17:31:47 +00008664 </function>
8665 <function name='xmlListEmpty' file='list'>
Daniel Veillard2d1464f2002-01-21 23:16:56 +00008666 <info>Is the list empty ?</info>
Daniel Veillarda9b66d02002-12-11 14:23:49 +00008667 <return type='int' info='1 if the list is empty, 0 otherwise'/>
8668 <arg name='l' type='xmlListPtr' info='a list'/>
Daniel Veillard61006472002-01-21 17:31:47 +00008669 </function>
8670 <function name='xmlListEnd' file='list'>
Daniel Veillard2d1464f2002-01-21 23:16:56 +00008671 <info>Get the last element in the list</info>
Daniel Veillarda9b66d02002-12-11 14:23:49 +00008672 <return type='xmlLinkPtr' info='the last element in the list, or NULL'/>
8673 <arg name='l' type='xmlListPtr' info='a list'/>
Daniel Veillard61006472002-01-21 17:31:47 +00008674 </function>
8675 <function name='xmlListFront' file='list'>
Daniel Veillard2d1464f2002-01-21 23:16:56 +00008676 <info>Get the first element in the list</info>
Daniel Veillarda9b66d02002-12-11 14:23:49 +00008677 <return type='xmlLinkPtr' info='the first element in the list, or NULL'/>
8678 <arg name='l' type='xmlListPtr' info='a list'/>
Daniel Veillard61006472002-01-21 17:31:47 +00008679 </function>
8680 <function name='xmlListInsert' file='list'>
Daniel Veillard2d1464f2002-01-21 23:16:56 +00008681 <info>Insert data in the ordered list at the beginning for this value</info>
Daniel Veillarda9b66d02002-12-11 14:23:49 +00008682 <return type='int' info='0 in case of success, 1 in case of failure'/>
8683 <arg name='l' type='xmlListPtr' info='a list'/>
8684 <arg name='data' type='void *' info='the data'/>
Daniel Veillard61006472002-01-21 17:31:47 +00008685 </function>
8686 <function name='xmlListMerge' file='list'>
Daniel Veillard2d1464f2002-01-21 23:16:56 +00008687 <info>include all the elements of the second list in the first one and clear the second list</info>
Daniel Veillard61006472002-01-21 17:31:47 +00008688 <return type='void'/>
Daniel Veillarda9b66d02002-12-11 14:23:49 +00008689 <arg name='l1' type='xmlListPtr' info='the original list'/>
8690 <arg name='l2' type='xmlListPtr' info='the new list'/>
Daniel Veillard61006472002-01-21 17:31:47 +00008691 </function>
8692 <function name='xmlListPopBack' file='list'>
Daniel Veillard2d1464f2002-01-21 23:16:56 +00008693 <info>Removes the last element in the list</info>
Daniel Veillard61006472002-01-21 17:31:47 +00008694 <return type='void'/>
Daniel Veillarda9b66d02002-12-11 14:23:49 +00008695 <arg name='l' type='xmlListPtr' info='a list'/>
Daniel Veillard61006472002-01-21 17:31:47 +00008696 </function>
8697 <function name='xmlListPopFront' file='list'>
Daniel Veillard2d1464f2002-01-21 23:16:56 +00008698 <info>Removes the first element in the list</info>
Daniel Veillard61006472002-01-21 17:31:47 +00008699 <return type='void'/>
Daniel Veillarda9b66d02002-12-11 14:23:49 +00008700 <arg name='l' type='xmlListPtr' info='a list'/>
Daniel Veillard61006472002-01-21 17:31:47 +00008701 </function>
Daniel Veillard61006472002-01-21 17:31:47 +00008702 <function name='xmlListPushBack' file='list'>
Daniel Veillard2d1464f2002-01-21 23:16:56 +00008703 <info>add the new data at the end of the list</info>
Daniel Veillarda9b66d02002-12-11 14:23:49 +00008704 <return type='int' info='1 if successful, 0 otherwise'/>
8705 <arg name='l' type='xmlListPtr' info='a list'/>
8706 <arg name='data' type='void *' info='new data'/>
Daniel Veillard61006472002-01-21 17:31:47 +00008707 </function>
8708 <function name='xmlListPushFront' file='list'>
Daniel Veillard2d1464f2002-01-21 23:16:56 +00008709 <info>add the new data at the beginning of the list</info>
Daniel Veillarda9b66d02002-12-11 14:23:49 +00008710 <return type='int' info='1 if successful, 0 otherwise'/>
8711 <arg name='l' type='xmlListPtr' info='a list'/>
8712 <arg name='data' type='void *' info='new data'/>
Daniel Veillard61006472002-01-21 17:31:47 +00008713 </function>
8714 <function name='xmlListRemoveAll' file='list'>
Daniel Veillard2d1464f2002-01-21 23:16:56 +00008715 <info>Remove the all instance associated to data in the list</info>
Daniel Veillarda9b66d02002-12-11 14:23:49 +00008716 <return type='int' info='the number of deallocation, or 0 if not found'/>
8717 <arg name='l' type='xmlListPtr' info='a list'/>
8718 <arg name='data' type='void *' info='list data'/>
Daniel Veillard61006472002-01-21 17:31:47 +00008719 </function>
8720 <function name='xmlListRemoveFirst' file='list'>
Daniel Veillard2d1464f2002-01-21 23:16:56 +00008721 <info>Remove the first instance associated to data in the list</info>
Daniel Veillarda9b66d02002-12-11 14:23:49 +00008722 <return type='int' info='1 if a deallocation occured, or 0 if not found'/>
8723 <arg name='l' type='xmlListPtr' info='a list'/>
8724 <arg name='data' type='void *' info='list data'/>
Daniel Veillard61006472002-01-21 17:31:47 +00008725 </function>
8726 <function name='xmlListRemoveLast' file='list'>
Daniel Veillard2d1464f2002-01-21 23:16:56 +00008727 <info>Remove the last instance associated to data in the list</info>
Daniel Veillarda9b66d02002-12-11 14:23:49 +00008728 <return type='int' info='1 if a deallocation occured, or 0 if not found'/>
8729 <arg name='l' type='xmlListPtr' info='a list'/>
8730 <arg name='data' type='void *' info='list data'/>
Daniel Veillard61006472002-01-21 17:31:47 +00008731 </function>
8732 <function name='xmlListReverse' file='list'>
Daniel Veillard2d1464f2002-01-21 23:16:56 +00008733 <info>Reverse the order of the elements in the list</info>
Daniel Veillard61006472002-01-21 17:31:47 +00008734 <return type='void'/>
Daniel Veillarda9b66d02002-12-11 14:23:49 +00008735 <arg name='l' type='xmlListPtr' info='a list'/>
Daniel Veillard61006472002-01-21 17:31:47 +00008736 </function>
8737 <function name='xmlListReverseSearch' file='list'>
Daniel Veillarda9b66d02002-12-11 14:23:49 +00008738 <info>Search the list in reverse order for an existing value of @data</info>
8739 <return type='void *' info='the value associated to @data or NULL in case of error'/>
8740 <arg name='l' type='xmlListPtr' info='a list'/>
8741 <arg name='data' type='void *' info='a search value'/>
Daniel Veillard61006472002-01-21 17:31:47 +00008742 </function>
8743 <function name='xmlListReverseWalk' file='list'>
Daniel Veillard2d1464f2002-01-21 23:16:56 +00008744 <info>Walk all the element of the list in reverse order and apply the walker function to it</info>
Daniel Veillard61006472002-01-21 17:31:47 +00008745 <return type='void'/>
Daniel Veillarda9b66d02002-12-11 14:23:49 +00008746 <arg name='l' type='xmlListPtr' info='a list'/>
8747 <arg name='walker' type='xmlListWalker' info='a processing function'/>
8748 <arg name='user' type='const void *' info='a user parameter passed to the walker function'/>
Daniel Veillard61006472002-01-21 17:31:47 +00008749 </function>
8750 <function name='xmlListSearch' file='list'>
Daniel Veillarda9b66d02002-12-11 14:23:49 +00008751 <info>Search the list for an existing value of @data</info>
8752 <return type='void *' info='the value associated to @data or NULL in case of error'/>
8753 <arg name='l' type='xmlListPtr' info='a list'/>
8754 <arg name='data' type='void *' info='a search value'/>
Daniel Veillard61006472002-01-21 17:31:47 +00008755 </function>
8756 <function name='xmlListSize' file='list'>
Daniel Veillard2d1464f2002-01-21 23:16:56 +00008757 <info>Get the number of elements in the list</info>
Daniel Veillarda9b66d02002-12-11 14:23:49 +00008758 <return type='int' info='the number of elements in the list'/>
8759 <arg name='l' type='xmlListPtr' info='a list'/>
Daniel Veillard61006472002-01-21 17:31:47 +00008760 </function>
8761 <function name='xmlListSort' file='list'>
Daniel Veillard2d1464f2002-01-21 23:16:56 +00008762 <info>Sort all the elements in the list</info>
Daniel Veillard61006472002-01-21 17:31:47 +00008763 <return type='void'/>
Daniel Veillarda9b66d02002-12-11 14:23:49 +00008764 <arg name='l' type='xmlListPtr' info='a list'/>
Daniel Veillard61006472002-01-21 17:31:47 +00008765 </function>
8766 <function name='xmlListWalk' file='list'>
Daniel Veillard2d1464f2002-01-21 23:16:56 +00008767 <info>Walk all the element of the first from first to last and apply the walker function to it</info>
Daniel Veillard61006472002-01-21 17:31:47 +00008768 <return type='void'/>
Daniel Veillarda9b66d02002-12-11 14:23:49 +00008769 <arg name='l' type='xmlListPtr' info='a list'/>
8770 <arg name='walker' type='xmlListWalker' info='a processing function'/>
8771 <arg name='user' type='const void *' info='a user parameter passed to the walker function'/>
Daniel Veillard61006472002-01-21 17:31:47 +00008772 </function>
Daniel Veillard9d06d302002-01-22 18:15:52 +00008773 <functype name='xmlListWalker' file='list'>
Daniel Veillard19274092002-03-25 16:48:03 +00008774 <info>Callback function used when walking a list with xmlListWalk().</info>
Daniel Veillard000eafb2002-12-12 10:04:22 +00008775 <return type='int' info='0 to stop walking the list, 1 otherwise.'/>
Daniel Veillarda9b66d02002-12-11 14:23:49 +00008776 <arg name='data' type='const void *' info='the data found in the list'/>
8777 <arg name='user' type='const void *' info='extra user provided data to the walker'/>
Daniel Veillard9d06d302002-01-22 18:15:52 +00008778 </functype>
Daniel Veillard61006472002-01-21 17:31:47 +00008779 <function name='xmlLoadACatalog' file='catalog'>
Daniel Veillard5aad8322002-12-11 15:59:44 +00008780 <info>Load the catalog and build the associated data structures. This can be either an XML Catalog or an SGML Catalog It will recurse in SGML CATALOG entries. On the other hand XML Catalogs are not handled recursively.</info>
8781 <return type='xmlCatalogPtr' info='the catalog parsed or NULL in case of error'/>
8782 <arg name='filename' type='const char *' info='a file path'/>
Daniel Veillard61006472002-01-21 17:31:47 +00008783 </function>
8784 <function name='xmlLoadCatalog' file='catalog'>
Daniel Veillard5aad8322002-12-11 15:59:44 +00008785 <info>Load the catalog and makes its definitions effective for the default external entity loader. It will recurse in SGML CATALOG entries. this function is not thread safe, catalog initialization should preferably be done once at startup</info>
8786 <return type='int' info='0 in case of success -1 in case of error'/>
8787 <arg name='filename' type='const char *' info='a file path'/>
Daniel Veillard61006472002-01-21 17:31:47 +00008788 </function>
8789 <function name='xmlLoadCatalogs' file='catalog'>
Daniel Veillard5aad8322002-12-11 15:59:44 +00008790 <info>Load the catalogs and makes their definitions effective for the default external entity loader. this function is not thread safe, catalog initialization should preferably be done once at startup</info>
Daniel Veillard61006472002-01-21 17:31:47 +00008791 <return type='void'/>
Daniel Veillard9b4bb4d2002-12-11 19:28:47 +00008792 <arg name='pathss' type='const char *' info='a list of directories separated by a colon or a space.'/>
Daniel Veillard61006472002-01-21 17:31:47 +00008793 </function>
Daniel Veillard61006472002-01-21 17:31:47 +00008794 <function name='xmlLoadExternalEntity' file='parser'>
Daniel Veillard2d1464f2002-01-21 23:16:56 +00008795 <info>Load an external entity, note that the use of this function for unparsed entities may generate problems TODO: a more generic External entity API must be designed</info>
Daniel Veillarda9b66d02002-12-11 14:23:49 +00008796 <return type='xmlParserInputPtr' info='the xmlParserInputPtr or NULL'/>
8797 <arg name='URL' type='const char *' info='the URL for the entity to load'/>
8798 <arg name='ID' type='const char *' info='the Public ID for the entity to load'/>
8799 <arg name='ctxt' type='xmlParserCtxtPtr' info='the context in which the entity is called or NULL'/>
Daniel Veillard61006472002-01-21 17:31:47 +00008800 </function>
8801 <function name='xmlLoadSGMLSuperCatalog' file='catalog'>
Daniel Veillard5aad8322002-12-11 15:59:44 +00008802 <info>Load an SGML super catalog. It won&apos;t expand CATALOG or DELEGATE references. This is only needed for manipulating SGML Super Catalogs like adding and removing CATALOG or DELEGATE entries.</info>
8803 <return type='xmlCatalogPtr' info='the catalog parsed or NULL in case of error'/>
8804 <arg name='filename' type='const char *' info='a file path'/>
Daniel Veillard61006472002-01-21 17:31:47 +00008805 </function>
Daniel Veillard61006472002-01-21 17:31:47 +00008806 <function name='xmlLockLibrary' file='threads'>
Daniel Veillard2d1464f2002-01-21 23:16:56 +00008807 <info>xmlLockLibrary() is used to take out a re-entrant lock on the libxml2 library.</info>
Daniel Veillard61006472002-01-21 17:31:47 +00008808 <return type='void'/>
Daniel Veillard61006472002-01-21 17:31:47 +00008809 </function>
8810 <function name='xmlLsCountNode' file='debugXML'>
Daniel Veillarda9b66d02002-12-11 14:23:49 +00008811 <info>Count the children of @node.</info>
8812 <return type='int' info='the number of children of @node.'/>
8813 <arg name='node' type='xmlNodePtr' info='the node to count'/>
Daniel Veillard61006472002-01-21 17:31:47 +00008814 </function>
8815 <function name='xmlLsOneNode' file='debugXML'>
Daniel Veillarda9b66d02002-12-11 14:23:49 +00008816 <info>Dump to @output the type and name of @node.</info>
Daniel Veillard61006472002-01-21 17:31:47 +00008817 <return type='void'/>
Daniel Veillarda9b66d02002-12-11 14:23:49 +00008818 <arg name='output' type='FILE *' info='the FILE * for the output'/>
8819 <arg name='node' type='xmlNodePtr' info='the node to dump'/>
Daniel Veillard61006472002-01-21 17:31:47 +00008820 </function>
Daniel Veillard0ab6fa02003-08-09 18:01:53 +00008821 <function name='xmlMallocAtomicLoc' file='xmlmemory'>
8822 <info>a malloc() equivalent, with logging of the allocation info.</info>
8823 <return type='void *' info='a pointer to the allocated area or NULL in case of lack of memory.'/>
8824 <arg name='size' type='size_t' info='an int specifying the size in byte to allocate.'/>
8825 <arg name='file' type='const char *' info='the file name or NULL'/>
8826 <arg name='line' type='int' info='the line number'/>
8827 </function>
Daniel Veillard9d06d302002-01-22 18:15:52 +00008828 <functype name='xmlMallocFunc' file='xmlmemory'>
Daniel Veillard19274092002-03-25 16:48:03 +00008829 <info>Signature for a malloc() implementation.</info>
Daniel Veillard000eafb2002-12-12 10:04:22 +00008830 <return type='void *' info='a pointer to the newly allocated block or NULL in case of error.'/>
Daniel Veillarda9b66d02002-12-11 14:23:49 +00008831 <arg name='size' type='size_t' info='the size requested in bytes'/>
Daniel Veillard9d06d302002-01-22 18:15:52 +00008832 </functype>
Daniel Veillard61006472002-01-21 17:31:47 +00008833 <function name='xmlMallocLoc' file='xmlmemory'>
Daniel Veillard2d1464f2002-01-21 23:16:56 +00008834 <info>a malloc() equivalent, with logging of the allocation info.</info>
Daniel Veillarda9b66d02002-12-11 14:23:49 +00008835 <return type='void *' info='a pointer to the allocated area or NULL in case of lack of memory.'/>
8836 <arg name='size' type='size_t' info='an int specifying the size in byte to allocate.'/>
8837 <arg name='file' type='const char *' info='the file name or NULL'/>
8838 <arg name='line' type='int' info='the line number'/>
Daniel Veillard61006472002-01-21 17:31:47 +00008839 </function>
8840 <function name='xmlMemDisplay' file='xmlmemory'>
Daniel Veillard2d1464f2002-01-21 23:16:56 +00008841 <info>show in-extenso the memory blocks allocated</info>
Daniel Veillard61006472002-01-21 17:31:47 +00008842 <return type='void'/>
Daniel Veillarda9b66d02002-12-11 14:23:49 +00008843 <arg name='fp' type='FILE *' info='a FILE descriptor used as the output file, if NULL, the result is written to the file .memorylist'/>
Daniel Veillard61006472002-01-21 17:31:47 +00008844 </function>
Daniel Veillard817e70b2002-11-19 22:28:48 +00008845 <function name='xmlMemFree' file='xmlmemory'>
Daniel Veillard59870712004-01-06 14:17:05 +00008846 <info>a free() equivalent, with error checking.</info>
Daniel Veillard817e70b2002-11-19 22:28:48 +00008847 <return type='void'/>
Daniel Veillard59870712004-01-06 14:17:05 +00008848 <arg name='ptr' type='void *' info='the memory block pointer'/>
Daniel Veillard817e70b2002-11-19 22:28:48 +00008849 </function>
Daniel Veillard61006472002-01-21 17:31:47 +00008850 <function name='xmlMemGet' file='xmlmemory'>
Daniel Veillarda9b66d02002-12-11 14:23:49 +00008851 <info>Provides the memory access functions set currently in use</info>
8852 <return type='int' info='0 on success'/>
8853 <arg name='freeFunc' type='xmlFreeFunc *' info='place to save the free() function in use'/>
8854 <arg name='mallocFunc' type='xmlMallocFunc *' info='place to save the malloc() function in use'/>
8855 <arg name='reallocFunc' type='xmlReallocFunc *' info='place to save the realloc() function in use'/>
8856 <arg name='strdupFunc' type='xmlStrdupFunc *' info='place to save the strdup() function in use'/>
Daniel Veillard61006472002-01-21 17:31:47 +00008857 </function>
Daniel Veillard817e70b2002-11-19 22:28:48 +00008858 <function name='xmlMemMalloc' file='xmlmemory'>
Daniel Veillard59870712004-01-06 14:17:05 +00008859 <info>a malloc() equivalent, with logging of the allocation info.</info>
8860 <return type='void *' info='a pointer to the allocated area or NULL in case of lack of memory.'/>
8861 <arg name='size' type='size_t' info='an int specifying the size in byte to allocate.'/>
Daniel Veillard817e70b2002-11-19 22:28:48 +00008862 </function>
8863 <function name='xmlMemRealloc' file='xmlmemory'>
Daniel Veillard59870712004-01-06 14:17:05 +00008864 <info>a realloc() equivalent, with logging of the allocation info.</info>
8865 <return type='void *' info='a pointer to the allocated area or NULL in case of lack of memory.'/>
8866 <arg name='ptr' type='void *' info='the initial memory block pointer'/>
8867 <arg name='size' type='size_t' info='an int specifying the size in byte to allocate.'/>
Daniel Veillard817e70b2002-11-19 22:28:48 +00008868 </function>
Daniel Veillard61006472002-01-21 17:31:47 +00008869 <function name='xmlMemSetup' file='xmlmemory'>
Daniel Veillarda9b66d02002-12-11 14:23:49 +00008870 <info>Override the default memory access functions with a new set This has to be called before any other libxml routines ! Should this be blocked if there was already some allocations done ?</info>
8871 <return type='int' info='0 on success'/>
8872 <arg name='freeFunc' type='xmlFreeFunc' info='the free() function to use'/>
8873 <arg name='mallocFunc' type='xmlMallocFunc' info='the malloc() function to use'/>
8874 <arg name='reallocFunc' type='xmlReallocFunc' info='the realloc() function to use'/>
8875 <arg name='strdupFunc' type='xmlStrdupFunc' info='the strdup() function to use'/>
Daniel Veillard61006472002-01-21 17:31:47 +00008876 </function>
8877 <function name='xmlMemShow' file='xmlmemory'>
Daniel Veillarda9b66d02002-12-11 14:23:49 +00008878 <info>show a show display of the memory allocated, and dump the @nr last allocated areas which were not freed</info>
Daniel Veillard61006472002-01-21 17:31:47 +00008879 <return type='void'/>
Daniel Veillarda9b66d02002-12-11 14:23:49 +00008880 <arg name='fp' type='FILE *' info='a FILE descriptor used as the output file'/>
8881 <arg name='nr' type='int' info='number of entries to dump'/>
Daniel Veillard61006472002-01-21 17:31:47 +00008882 </function>
Daniel Veillard61006472002-01-21 17:31:47 +00008883 <function name='xmlMemStrdupLoc' file='xmlmemory'>
Daniel Veillard2d1464f2002-01-21 23:16:56 +00008884 <info>a strdup() equivalent, with logging of the allocation info.</info>
Daniel Veillarda9b66d02002-12-11 14:23:49 +00008885 <return type='char *' info='a pointer to the new string or NULL if allocation error occurred.'/>
8886 <arg name='str' type='const char *' info='the initial string pointer'/>
8887 <arg name='file' type='const char *' info='the file name or NULL'/>
8888 <arg name='line' type='int' info='the line number'/>
Daniel Veillard61006472002-01-21 17:31:47 +00008889 </function>
8890 <function name='xmlMemUsed' file='xmlmemory'>
Daniel Veillarda9b66d02002-12-11 14:23:49 +00008891 <info>Provides the amount of memory currently allocated</info>
8892 <return type='int' info='an int representing the amount of memory allocated.'/>
Daniel Veillard61006472002-01-21 17:31:47 +00008893 </function>
8894 <function name='xmlMemoryDump' file='xmlmemory'>
Daniel Veillard2d1464f2002-01-21 23:16:56 +00008895 <info>Dump in-extenso the memory blocks allocated to the file .memorylist</info>
Daniel Veillard61006472002-01-21 17:31:47 +00008896 <return type='void'/>
Daniel Veillard61006472002-01-21 17:31:47 +00008897 </function>
Daniel Veillard817e70b2002-11-19 22:28:48 +00008898 <function name='xmlMemoryStrdup' file='xmlmemory'>
Daniel Veillard59870712004-01-06 14:17:05 +00008899 <info>a strdup() equivalent, with logging of the allocation info.</info>
8900 <return type='char *' info='a pointer to the new string or NULL if allocation error occurred.'/>
8901 <arg name='str' type='const char *' info='the initial string pointer'/>
Daniel Veillard817e70b2002-11-19 22:28:48 +00008902 </function>
Daniel Veillard61006472002-01-21 17:31:47 +00008903 <function name='xmlMutexLock' file='threads'>
Daniel Veillard2d1464f2002-01-21 23:16:56 +00008904 <info>xmlMutexLock() is used to lock a libxml2 token.</info>
Daniel Veillard61006472002-01-21 17:31:47 +00008905 <return type='void'/>
Daniel Veillarda9b66d02002-12-11 14:23:49 +00008906 <arg name='tok' type='xmlMutexPtr' info='the simple mutex'/>
Daniel Veillard61006472002-01-21 17:31:47 +00008907 </function>
Daniel Veillard61006472002-01-21 17:31:47 +00008908 <function name='xmlMutexUnlock' file='threads'>
Daniel Veillard2d1464f2002-01-21 23:16:56 +00008909 <info>xmlMutexUnlock() is used to unlock a libxml2 token.</info>
Daniel Veillard61006472002-01-21 17:31:47 +00008910 <return type='void'/>
Daniel Veillarda9b66d02002-12-11 14:23:49 +00008911 <arg name='tok' type='xmlMutexPtr' info='the simple mutex'/>
Daniel Veillard61006472002-01-21 17:31:47 +00008912 </function>
8913 <function name='xmlNamespaceParseNCName' file='parserInternals'>
Daniel Veillarda9b66d02002-12-11 14:23:49 +00008914 <info>parse an XML namespace name. TODO: this seems not in use anymore, the namespace handling is done on top of the SAX interfaces, i.e. not on raw input. [NS 3] NCName ::= (Letter | &apos;_&apos;) (NCNameChar)* [NS 4] NCNameChar ::= Letter | Digit | &apos;.&apos; | &apos;-&apos; | &apos;_&apos; | CombiningChar | Extender</info>
8915 <return type='xmlChar *' info='the namespace name or NULL'/>
8916 <arg name='ctxt' type='xmlParserCtxtPtr' info='an XML parser context'/>
Daniel Veillard61006472002-01-21 17:31:47 +00008917 </function>
8918 <function name='xmlNamespaceParseNSDef' file='parserInternals'>
Daniel Veillarda9b66d02002-12-11 14:23:49 +00008919 <info>parse a namespace prefix declaration TODO: this seems not in use anymore, the namespace handling is done on top of the SAX interfaces, i.e. not on raw input. [NS 1] NSDef ::= PrefixDef Eq SystemLiteral [NS 2] PrefixDef ::= &apos;xmlns&apos; (&apos;:&apos; NCName)?</info>
8920 <return type='xmlChar *' info='the namespace name'/>
8921 <arg name='ctxt' type='xmlParserCtxtPtr' info='an XML parser context'/>
Daniel Veillard61006472002-01-21 17:31:47 +00008922 </function>
8923 <function name='xmlNamespaceParseQName' file='parserInternals'>
Daniel Veillarda9b66d02002-12-11 14:23:49 +00008924 <info>TODO: this seems not in use anymore, the namespace handling is done on top of the SAX interfaces, i.e. not on raw input. parse an XML qualified name [NS 5] QName ::= (Prefix &apos;:&apos;)? LocalPart [NS 6] Prefix ::= NCName [NS 7] LocalPart ::= NCName</info>
8925 <return type='xmlChar *' info='the local part, and prefix is updated to get the Prefix if any.'/>
8926 <arg name='ctxt' type='xmlParserCtxtPtr' info='an XML parser context'/>
8927 <arg name='prefix' type='xmlChar **' info='a xmlChar **'/>
Daniel Veillard61006472002-01-21 17:31:47 +00008928 </function>
8929 <function name='xmlNanoFTPCheckResponse' file='nanoftp'>
Daniel Veillard2d1464f2002-01-21 23:16:56 +00008930 <info>Check if there is a response from the FTP server after a command.</info>
Daniel Veillarda9b66d02002-12-11 14:23:49 +00008931 <return type='int' info='the code number, or 0'/>
8932 <arg name='ctx' type='void *' info='an FTP context'/>
Daniel Veillard61006472002-01-21 17:31:47 +00008933 </function>
8934 <function name='xmlNanoFTPCleanup' file='nanoftp'>
Daniel Veillard2d1464f2002-01-21 23:16:56 +00008935 <info>Cleanup the FTP protocol layer. This cleanup proxy informations.</info>
Daniel Veillard61006472002-01-21 17:31:47 +00008936 <return type='void'/>
Daniel Veillard61006472002-01-21 17:31:47 +00008937 </function>
8938 <function name='xmlNanoFTPClose' file='nanoftp'>
Daniel Veillard2d1464f2002-01-21 23:16:56 +00008939 <info>Close the connection and both control and transport</info>
Daniel Veillarda9b66d02002-12-11 14:23:49 +00008940 <return type='int' info='-1 incase of error, 0 otherwise'/>
8941 <arg name='ctx' type='void *' info='an FTP context'/>
Daniel Veillard61006472002-01-21 17:31:47 +00008942 </function>
8943 <function name='xmlNanoFTPCloseConnection' file='nanoftp'>
Daniel Veillard2d1464f2002-01-21 23:16:56 +00008944 <info>Close the data connection from the server</info>
Daniel Veillarda9b66d02002-12-11 14:23:49 +00008945 <return type='int' info='-1 incase of error, 0 otherwise'/>
8946 <arg name='ctx' type='void *' info='an FTP context'/>
Daniel Veillard61006472002-01-21 17:31:47 +00008947 </function>
8948 <function name='xmlNanoFTPConnect' file='nanoftp'>
Daniel Veillard2d1464f2002-01-21 23:16:56 +00008949 <info>Tries to open a control connection</info>
Daniel Veillarda9b66d02002-12-11 14:23:49 +00008950 <return type='int' info='-1 in case of error, 0 otherwise'/>
8951 <arg name='ctx' type='void *' info='an FTP context'/>
Daniel Veillard61006472002-01-21 17:31:47 +00008952 </function>
8953 <function name='xmlNanoFTPConnectTo' file='nanoftp'>
Daniel Veillard2d1464f2002-01-21 23:16:56 +00008954 <info>Tries to open a control connection to the given server/port</info>
Daniel Veillarda9b66d02002-12-11 14:23:49 +00008955 <return type='void *' info='an fTP context or NULL if it failed'/>
8956 <arg name='server' type='const char *' info='an FTP server name'/>
8957 <arg name='port' type='int' info='the port (use 21 if 0)'/>
Daniel Veillard61006472002-01-21 17:31:47 +00008958 </function>
8959 <function name='xmlNanoFTPCwd' file='nanoftp'>
Daniel Veillard2d1464f2002-01-21 23:16:56 +00008960 <info>Tries to change the remote directory</info>
Daniel Veillarda9b66d02002-12-11 14:23:49 +00008961 <return type='int' info='-1 incase of error, 1 if CWD worked, 0 if it failed'/>
8962 <arg name='ctx' type='void *' info='an FTP context'/>
8963 <arg name='directory' type='char *' info='a directory on the server'/>
Daniel Veillard61006472002-01-21 17:31:47 +00008964 </function>
Daniel Veillard580ced82003-03-21 21:22:48 +00008965 <function name='xmlNanoFTPDele' file='nanoftp'>
8966 <info>Tries to delete an item (file or directory) from server</info>
8967 <return type='int' info='-1 incase of error, 1 if DELE worked, 0 if it failed'/>
8968 <arg name='ctx' type='void *' info='an FTP context'/>
8969 <arg name='file' type='char *' info='a file or directory on the server'/>
8970 </function>
Daniel Veillard61006472002-01-21 17:31:47 +00008971 <function name='xmlNanoFTPFreeCtxt' file='nanoftp'>
Daniel Veillard2d1464f2002-01-21 23:16:56 +00008972 <info>Frees the context after closing the connection.</info>
Daniel Veillard61006472002-01-21 17:31:47 +00008973 <return type='void'/>
Daniel Veillarda9b66d02002-12-11 14:23:49 +00008974 <arg name='ctx' type='void *' info='an FTP context'/>
Daniel Veillard61006472002-01-21 17:31:47 +00008975 </function>
8976 <function name='xmlNanoFTPGet' file='nanoftp'>
Daniel Veillard2d1464f2002-01-21 23:16:56 +00008977 <info>Fetch the given file from the server. All data are passed back in the callbacks. The last callback has a size of 0 block.</info>
Daniel Veillarda9b66d02002-12-11 14:23:49 +00008978 <return type='int' info='-1 incase of error, 0 otherwise'/>
8979 <arg name='ctx' type='void *' info='an FTP context'/>
8980 <arg name='callback' type='ftpDataCallback' info='the user callback'/>
8981 <arg name='userData' type='void *' info='the user callback data'/>
8982 <arg name='filename' type='const char *' info='the file to retrieve'/>
Daniel Veillard61006472002-01-21 17:31:47 +00008983 </function>
8984 <function name='xmlNanoFTPGetConnection' file='nanoftp'>
Daniel Veillard2d1464f2002-01-21 23:16:56 +00008985 <info>Try to open a data connection to the server. Currently only passive mode is supported.</info>
Daniel Veillarda9b66d02002-12-11 14:23:49 +00008986 <return type='int' info='-1 incase of error, 0 otherwise'/>
8987 <arg name='ctx' type='void *' info='an FTP context'/>
Daniel Veillard61006472002-01-21 17:31:47 +00008988 </function>
8989 <function name='xmlNanoFTPGetResponse' file='nanoftp'>
Daniel Veillard2d1464f2002-01-21 23:16:56 +00008990 <info>Get the response from the FTP server after a command.</info>
Daniel Veillarda9b66d02002-12-11 14:23:49 +00008991 <return type='int' info='the code number'/>
8992 <arg name='ctx' type='void *' info='an FTP context'/>
Daniel Veillard61006472002-01-21 17:31:47 +00008993 </function>
8994 <function name='xmlNanoFTPGetSocket' file='nanoftp'>
Daniel Veillard2d1464f2002-01-21 23:16:56 +00008995 <info>Initiate fetch of the given file from the server.</info>
Daniel Veillarda9b66d02002-12-11 14:23:49 +00008996 <return type='int' info='the socket for the data connection, or &lt;0 in case of error'/>
8997 <arg name='ctx' type='void *' info='an FTP context'/>
8998 <arg name='filename' type='const char *' info='the file to retrieve (or NULL if path is in context).'/>
Daniel Veillard61006472002-01-21 17:31:47 +00008999 </function>
9000 <function name='xmlNanoFTPInit' file='nanoftp'>
Daniel Veillard2d1464f2002-01-21 23:16:56 +00009001 <info>Initialize the FTP protocol layer. Currently it just checks for proxy informations, and get the hostname</info>
Daniel Veillard61006472002-01-21 17:31:47 +00009002 <return type='void'/>
Daniel Veillard61006472002-01-21 17:31:47 +00009003 </function>
9004 <function name='xmlNanoFTPList' file='nanoftp'>
Daniel Veillard2d1464f2002-01-21 23:16:56 +00009005 <info>Do a listing on the server. All files info are passed back in the callbacks.</info>
Daniel Veillarda9b66d02002-12-11 14:23:49 +00009006 <return type='int' info='-1 incase of error, 0 otherwise'/>
9007 <arg name='ctx' type='void *' info='an FTP context'/>
9008 <arg name='callback' type='ftpListCallback' info='the user callback'/>
9009 <arg name='userData' type='void *' info='the user callback data'/>
9010 <arg name='filename' type='char *' info='optional files to list'/>
Daniel Veillard61006472002-01-21 17:31:47 +00009011 </function>
9012 <function name='xmlNanoFTPNewCtxt' file='nanoftp'>
Daniel Veillard2d1464f2002-01-21 23:16:56 +00009013 <info>Allocate and initialize a new FTP context.</info>
Daniel Veillarda9b66d02002-12-11 14:23:49 +00009014 <return type='void *' info='an FTP context or NULL in case of error.'/>
9015 <arg name='URL' type='const char *' info='The URL used to initialize the context'/>
Daniel Veillard61006472002-01-21 17:31:47 +00009016 </function>
9017 <function name='xmlNanoFTPOpen' file='nanoftp'>
Daniel Veillard2d1464f2002-01-21 23:16:56 +00009018 <info>Start to fetch the given ftp:// resource</info>
Daniel Veillarda9b66d02002-12-11 14:23:49 +00009019 <return type='void *' info='an FTP context, or NULL'/>
9020 <arg name='URL' type='const char *' info='the URL to the resource'/>
Daniel Veillard61006472002-01-21 17:31:47 +00009021 </function>
9022 <function name='xmlNanoFTPProxy' file='nanoftp'>
Daniel Veillard2d1464f2002-01-21 23:16:56 +00009023 <info>Setup the FTP proxy informations. This can also be done by using ftp_proxy ftp_proxy_user and ftp_proxy_password environment variables.</info>
Daniel Veillard61006472002-01-21 17:31:47 +00009024 <return type='void'/>
Daniel Veillarda9b66d02002-12-11 14:23:49 +00009025 <arg name='host' type='const char *' info='the proxy host name'/>
9026 <arg name='port' type='int' info='the proxy port'/>
9027 <arg name='user' type='const char *' info='the proxy user name'/>
9028 <arg name='passwd' type='const char *' info='the proxy password'/>
9029 <arg name='type' type='int' info='the type of proxy 1 for using SITE, 2 for USER a@b'/>
Daniel Veillard61006472002-01-21 17:31:47 +00009030 </function>
9031 <function name='xmlNanoFTPQuit' file='nanoftp'>
Daniel Veillard2d1464f2002-01-21 23:16:56 +00009032 <info>Send a QUIT command to the server</info>
Daniel Veillarda9b66d02002-12-11 14:23:49 +00009033 <return type='int' info='-1 in case of error, 0 otherwise'/>
9034 <arg name='ctx' type='void *' info='an FTP context'/>
Daniel Veillard61006472002-01-21 17:31:47 +00009035 </function>
9036 <function name='xmlNanoFTPRead' file='nanoftp'>
Daniel Veillarda9b66d02002-12-11 14:23:49 +00009037 <info>This function tries to read @len bytes from the existing FTP connection and saves them in @dest. This is a blocking call.</info>
9038 <return type='int' info='the number of byte read. 0 is an indication of an end of connection. -1 indicates a parameter error.'/>
9039 <arg name='ctx' type='void *' info='the FTP context'/>
9040 <arg name='dest' type='void *' info='a buffer'/>
9041 <arg name='len' type='int' info='the buffer length'/>
Daniel Veillard61006472002-01-21 17:31:47 +00009042 </function>
9043 <function name='xmlNanoFTPScanProxy' file='nanoftp'>
Daniel Veillard2d1464f2002-01-21 23:16:56 +00009044 <info>(Re)Initialize the FTP Proxy context by parsing the URL and finding the protocol host port it indicates. Should be like ftp://myproxy/ or ftp://myproxy:3128/ A NULL URL cleans up proxy informations.</info>
Daniel Veillard61006472002-01-21 17:31:47 +00009045 <return type='void'/>
Daniel Veillarda9b66d02002-12-11 14:23:49 +00009046 <arg name='URL' type='const char *' info='The proxy URL used to initialize the proxy context'/>
Daniel Veillard61006472002-01-21 17:31:47 +00009047 </function>
9048 <function name='xmlNanoFTPUpdateURL' file='nanoftp'>
Daniel Veillard2d1464f2002-01-21 23:16:56 +00009049 <info>Update an FTP context by parsing the URL and finding new path it indicates. If there is an error in the protocol, hostname, port or other information, the error is raised. It indicates a new connection has to be established.</info>
Daniel Veillarda9b66d02002-12-11 14:23:49 +00009050 <return type='int' info='0 if Ok, -1 in case of error (other host).'/>
9051 <arg name='ctx' type='void *' info='an FTP context'/>
9052 <arg name='URL' type='const char *' info='The URL used to update the context'/>
Daniel Veillard61006472002-01-21 17:31:47 +00009053 </function>
9054 <function name='xmlNanoHTTPAuthHeader' file='nanohttp'>
Daniel Veillard2d1464f2002-01-21 23:16:56 +00009055 <info>Get the authentication header of an HTTP context</info>
Daniel Veillarda9b66d02002-12-11 14:23:49 +00009056 <return type='const char *' info='the stashed value of the WWW-Authenticate or Proxy-Authenticate header.'/>
9057 <arg name='ctx' type='void *' info='the HTTP context'/>
Daniel Veillard61006472002-01-21 17:31:47 +00009058 </function>
9059 <function name='xmlNanoHTTPCleanup' file='nanohttp'>
Daniel Veillard2d1464f2002-01-21 23:16:56 +00009060 <info>Cleanup the HTTP protocol layer.</info>
Daniel Veillard61006472002-01-21 17:31:47 +00009061 <return type='void'/>
Daniel Veillard61006472002-01-21 17:31:47 +00009062 </function>
9063 <function name='xmlNanoHTTPClose' file='nanohttp'>
Daniel Veillard2d1464f2002-01-21 23:16:56 +00009064 <info>This function closes an HTTP context, it ends up the connection and free all data related to it.</info>
Daniel Veillard61006472002-01-21 17:31:47 +00009065 <return type='void'/>
Daniel Veillarda9b66d02002-12-11 14:23:49 +00009066 <arg name='ctx' type='void *' info='the HTTP context'/>
9067 </function>
Daniel Veillard78697292003-10-19 20:44:43 +00009068 <function name='xmlNanoHTTPEncoding' file='nanohttp'>
9069 <info>Provides the specified encoding if specified in the HTTP headers.</info>
9070 <return type='const char *' info='the specified encoding or NULL if not available'/>
9071 <arg name='ctx' type='void *' info='the HTTP context'/>
9072 </function>
Daniel Veillard61006472002-01-21 17:31:47 +00009073 <function name='xmlNanoHTTPFetch' file='nanohttp'>
Daniel Veillard9d06d302002-01-22 18:15:52 +00009074 <info>This function try to fetch the indicated resource via HTTP GET and save it&apos;s content in the file.</info>
Daniel Veillarda9b66d02002-12-11 14:23:49 +00009075 <return type='int' info='-1 in case of failure, 0 incase of success. The contentType, if provided must be freed by the caller'/>
9076 <arg name='URL' type='const char *' info='The URL to load'/>
9077 <arg name='filename' type='const char *' info='the filename where the content should be saved'/>
9078 <arg name='contentType' type='char **' info='if available the Content-Type information will be returned at that location'/>
9079 </function>
Daniel Veillard61006472002-01-21 17:31:47 +00009080 <function name='xmlNanoHTTPInit' file='nanohttp'>
Daniel Veillard2d1464f2002-01-21 23:16:56 +00009081 <info>Initialize the HTTP protocol layer. Currently it just checks for proxy informations</info>
Daniel Veillard61006472002-01-21 17:31:47 +00009082 <return type='void'/>
Daniel Veillard61006472002-01-21 17:31:47 +00009083 </function>
9084 <function name='xmlNanoHTTPMethod' file='nanohttp'>
Daniel Veillarda9b66d02002-12-11 14:23:49 +00009085 <info>This function try to open a connection to the indicated resource via HTTP using the given @method, adding the given extra headers and the input buffer for the request content.</info>
9086 <return type='void *' info='NULL in case of failure, otherwise a request handler. The contentType, if provided must be freed by the caller'/>
9087 <arg name='URL' type='const char *' info='The URL to load'/>
9088 <arg name='method' type='const char *' info='the HTTP method to use'/>
9089 <arg name='input' type='const char *' info='the input string if any'/>
9090 <arg name='contentType' type='char **' info='the Content-Type information IN and OUT'/>
9091 <arg name='headers' type='const char *' info='the extra headers'/>
9092 <arg name='ilen' type='int' info='input length'/>
Daniel Veillard61006472002-01-21 17:31:47 +00009093 </function>
9094 <function name='xmlNanoHTTPMethodRedir' file='nanohttp'>
Daniel Veillarda9b66d02002-12-11 14:23:49 +00009095 <info>This function try to open a connection to the indicated resource via HTTP using the given @method, adding the given extra headers and the input buffer for the request content.</info>
9096 <return type='void *' info='NULL in case of failure, otherwise a request handler. The contentType, or redir, if provided must be freed by the caller'/>
9097 <arg name='URL' type='const char *' info='The URL to load'/>
9098 <arg name='method' type='const char *' info='the HTTP method to use'/>
9099 <arg name='input' type='const char *' info='the input string if any'/>
9100 <arg name='contentType' type='char **' info='the Content-Type information IN and OUT'/>
9101 <arg name='redir' type='char **' info='the redirected URL OUT'/>
9102 <arg name='headers' type='const char *' info='the extra headers'/>
9103 <arg name='ilen' type='int' info='input length'/>
Daniel Veillard61006472002-01-21 17:31:47 +00009104 </function>
Daniel Veillard78697292003-10-19 20:44:43 +00009105 <function name='xmlNanoHTTPMimeType' file='nanohttp'>
9106 <info>Provides the specified Mime-Type if specified in the HTTP headers.</info>
9107 <return type='const char *' info='the specified Mime-Type or NULL if not available'/>
9108 <arg name='ctx' type='void *' info='the HTTP context'/>
9109 </function>
Daniel Veillard61006472002-01-21 17:31:47 +00009110 <function name='xmlNanoHTTPOpen' file='nanohttp'>
Daniel Veillard2d1464f2002-01-21 23:16:56 +00009111 <info>This function try to open a connection to the indicated resource via HTTP GET.</info>
Daniel Veillarda9b66d02002-12-11 14:23:49 +00009112 <return type='void *' info='NULL in case of failure, otherwise a request handler. The contentType, if provided must be freed by the caller'/>
9113 <arg name='URL' type='const char *' info='The URL to load'/>
9114 <arg name='contentType' type='char **' info='if available the Content-Type information will be returned at that location'/>
Daniel Veillard61006472002-01-21 17:31:47 +00009115 </function>
9116 <function name='xmlNanoHTTPOpenRedir' file='nanohttp'>
Daniel Veillard2d1464f2002-01-21 23:16:56 +00009117 <info>This function try to open a connection to the indicated resource via HTTP GET.</info>
Daniel Veillarda9b66d02002-12-11 14:23:49 +00009118 <return type='void *' info='NULL in case of failure, otherwise a request handler. The contentType, if provided must be freed by the caller'/>
9119 <arg name='URL' type='const char *' info='The URL to load'/>
9120 <arg name='contentType' type='char **' info='if available the Content-Type information will be returned at that location'/>
9121 <arg name='redir' type='char **' info='if available the redirected URL will be returned'/>
Daniel Veillard61006472002-01-21 17:31:47 +00009122 </function>
9123 <function name='xmlNanoHTTPRead' file='nanohttp'>
Daniel Veillarda9b66d02002-12-11 14:23:49 +00009124 <info>This function tries to read @len bytes from the existing HTTP connection and saves them in @dest. This is a blocking call.</info>
9125 <return type='int' info='the number of byte read. 0 is an indication of an end of connection. -1 indicates a parameter error.'/>
9126 <arg name='ctx' type='void *' info='the HTTP context'/>
9127 <arg name='dest' type='void *' info='a buffer'/>
9128 <arg name='len' type='int' info='the buffer length'/>
Daniel Veillard61006472002-01-21 17:31:47 +00009129 </function>
Daniel Veillard78697292003-10-19 20:44:43 +00009130 <function name='xmlNanoHTTPRedir' file='nanohttp'>
9131 <info>Provides the specified redirection URL if available from the HTTP header.</info>
9132 <return type='const char *' info='the specified redirection URL or NULL if not redirected.'/>
9133 <arg name='ctx' type='void *' info='the HTTP context'/>
9134 </function>
Daniel Veillard61006472002-01-21 17:31:47 +00009135 <function name='xmlNanoHTTPReturnCode' file='nanohttp'>
Daniel Veillard2d1464f2002-01-21 23:16:56 +00009136 <info>Get the latest HTTP return code received</info>
Daniel Veillarda9b66d02002-12-11 14:23:49 +00009137 <return type='int' info='the HTTP return code for the request.'/>
9138 <arg name='ctx' type='void *' info='the HTTP context'/>
Daniel Veillard61006472002-01-21 17:31:47 +00009139 </function>
9140 <function name='xmlNanoHTTPSave' file='nanohttp'>
Daniel Veillard2d1464f2002-01-21 23:16:56 +00009141 <info>This function saves the output of the HTTP transaction to a file It closes and free the context at the end</info>
Daniel Veillarda9b66d02002-12-11 14:23:49 +00009142 <return type='int' info='-1 in case of failure, 0 incase of success.'/>
9143 <arg name='ctxt' type='void *' info='the HTTP context'/>
9144 <arg name='filename' type='const char *' info='the filename where the content should be saved'/>
Daniel Veillard61006472002-01-21 17:31:47 +00009145 </function>
9146 <function name='xmlNanoHTTPScanProxy' file='nanohttp'>
Daniel Veillard2d1464f2002-01-21 23:16:56 +00009147 <info>(Re)Initialize the HTTP Proxy context by parsing the URL and finding the protocol host port it indicates. Should be like http://myproxy/ or http://myproxy:3128/ A NULL URL cleans up proxy informations.</info>
Daniel Veillard61006472002-01-21 17:31:47 +00009148 <return type='void'/>
Daniel Veillarda9b66d02002-12-11 14:23:49 +00009149 <arg name='URL' type='const char *' info='The proxy URL used to initialize the proxy context'/>
Daniel Veillard61006472002-01-21 17:31:47 +00009150 </function>
Daniel Veillardbd9afb52002-09-25 22:25:35 +00009151 <function name='xmlNewAutomata' file='xmlautomata'>
9152 <info>Create a new automata</info>
Daniel Veillarda9b66d02002-12-11 14:23:49 +00009153 <return type='xmlAutomataPtr' info='the new object or NULL in case of failure'/>
Daniel Veillardbd9afb52002-09-25 22:25:35 +00009154 </function>
Daniel Veillard61006472002-01-21 17:31:47 +00009155 <function name='xmlNewCDataBlock' file='tree'>
Daniel Veillard2d1464f2002-01-21 23:16:56 +00009156 <info>Creation of a new node containing a CDATA block.</info>
Daniel Veillarda9b66d02002-12-11 14:23:49 +00009157 <return type='xmlNodePtr' info='a pointer to the new node object.'/>
9158 <arg name='doc' type='xmlDocPtr' info='the document'/>
9159 <arg name='content' type='const xmlChar *' info='the CDATA block content content'/>
9160 <arg name='len' type='int' info='the length of the block'/>
Daniel Veillard61006472002-01-21 17:31:47 +00009161 </function>
9162 <function name='xmlNewCatalog' file='catalog'>
Daniel Veillard5aad8322002-12-11 15:59:44 +00009163 <info>create a new Catalog.</info>
9164 <return type='xmlCatalogPtr' info='the xmlCatalogPtr or NULL in case of error'/>
9165 <arg name='sgml' type='int' info='should this create an SGML catalog'/>
Daniel Veillard61006472002-01-21 17:31:47 +00009166 </function>
Daniel Veillardbd9afb52002-09-25 22:25:35 +00009167 <function name='xmlNewCharEncodingHandler' file='encoding'>
Daniel Veillard2ace1952002-09-26 12:28:02 +00009168 <info>Create and registers an xmlCharEncodingHandler.</info>
Daniel Veillarda9b66d02002-12-11 14:23:49 +00009169 <return type='xmlCharEncodingHandlerPtr' info='the xmlCharEncodingHandlerPtr created (or NULL in case of error).'/>
9170 <arg name='name' type='const char *' info='the encoding name, in UTF-8 format (ASCII actually)'/>
9171 <arg name='input' type='xmlCharEncodingInputFunc' info='the xmlCharEncodingInputFunc to read that encoding'/>
9172 <arg name='output' type='xmlCharEncodingOutputFunc' info='the xmlCharEncodingOutputFunc to write that encoding'/>
Daniel Veillardbd9afb52002-09-25 22:25:35 +00009173 </function>
Daniel Veillard61006472002-01-21 17:31:47 +00009174 <function name='xmlNewCharRef' file='tree'>
Daniel Veillard2d1464f2002-01-21 23:16:56 +00009175 <info>Creation of a new character reference node.</info>
Daniel Veillarda9b66d02002-12-11 14:23:49 +00009176 <return type='xmlNodePtr' info='a pointer to the new node object.'/>
9177 <arg name='doc' type='xmlDocPtr' info='the document'/>
9178 <arg name='name' type='const xmlChar *' info='the char ref string, starting with # or &quot;&amp;# ... ;&quot;'/>
Daniel Veillard61006472002-01-21 17:31:47 +00009179 </function>
9180 <function name='xmlNewChild' file='tree'>
Daniel Veillarde6e59cd2003-12-24 11:56:44 +00009181 <info>Creation of a new child element, added at the end of @parent children list. @ns and @content parameters are optional (NULL). If @ns is NULL, the newly created element inherits the namespace of @parent. If @content is non NULL, a child list containing the TEXTs and ENTITY_REFs node will be created. NOTE: @content is supposed to be a piece of XML CDATA, so it allows entity references. XML special chars must be escaped first by using xmlEncodeEntitiesReentrant(), or xmlNewTextChild() should be used.</info>
Daniel Veillarda9b66d02002-12-11 14:23:49 +00009182 <return type='xmlNodePtr' info='a pointer to the new node object.'/>
9183 <arg name='parent' type='xmlNodePtr' info='the parent node'/>
9184 <arg name='ns' type='xmlNsPtr' info='a namespace if any'/>
9185 <arg name='name' type='const xmlChar *' info='the name of the child'/>
9186 <arg name='content' type='const xmlChar *' info='the XML content of the child if any.'/>
Daniel Veillard61006472002-01-21 17:31:47 +00009187 </function>
9188 <function name='xmlNewComment' file='tree'>
Daniel Veillard2d1464f2002-01-21 23:16:56 +00009189 <info>Creation of a new node containing a comment.</info>
Daniel Veillarda9b66d02002-12-11 14:23:49 +00009190 <return type='xmlNodePtr' info='a pointer to the new node object.'/>
9191 <arg name='content' type='const xmlChar *' info='the comment content'/>
Daniel Veillard61006472002-01-21 17:31:47 +00009192 </function>
9193 <function name='xmlNewDoc' file='tree'>
Daniel Veillard2d1464f2002-01-21 23:16:56 +00009194 <info>Creates a new XML document</info>
Daniel Veillarda9b66d02002-12-11 14:23:49 +00009195 <return type='xmlDocPtr' info='a new document'/>
9196 <arg name='version' type='const xmlChar *' info='xmlChar string giving the version of XML &quot;1.0&quot;'/>
Daniel Veillard61006472002-01-21 17:31:47 +00009197 </function>
9198 <function name='xmlNewDocComment' file='tree'>
Daniel Veillard2d1464f2002-01-21 23:16:56 +00009199 <info>Creation of a new node containing a comment within a document.</info>
Daniel Veillarda9b66d02002-12-11 14:23:49 +00009200 <return type='xmlNodePtr' info='a pointer to the new node object.'/>
9201 <arg name='doc' type='xmlDocPtr' info='the document'/>
9202 <arg name='content' type='const xmlChar *' info='the comment content'/>
Daniel Veillard61006472002-01-21 17:31:47 +00009203 </function>
9204 <function name='xmlNewDocFragment' file='tree'>
Daniel Veillard2d1464f2002-01-21 23:16:56 +00009205 <info>Creation of a new Fragment node.</info>
Daniel Veillarda9b66d02002-12-11 14:23:49 +00009206 <return type='xmlNodePtr' info='a pointer to the new node object.'/>
9207 <arg name='doc' type='xmlDocPtr' info='the document owning the fragment'/>
Daniel Veillard61006472002-01-21 17:31:47 +00009208 </function>
9209 <function name='xmlNewDocNode' file='tree'>
Daniel Veillarda9b66d02002-12-11 14:23:49 +00009210 <info>Creation of a new node element within a document. @ns and @content are optional (NULL). NOTE: @content is supposed to be a piece of XML CDATA, so it allow entities references, but XML special chars need to be escaped first by using xmlEncodeEntitiesReentrant(). Use xmlNewDocRawNode() if you don&apos;t need entities support.</info>
9211 <return type='xmlNodePtr' info='a pointer to the new node object.'/>
9212 <arg name='doc' type='xmlDocPtr' info='the document'/>
9213 <arg name='ns' type='xmlNsPtr' info='namespace if any'/>
9214 <arg name='name' type='const xmlChar *' info='the node name'/>
9215 <arg name='content' type='const xmlChar *' info='the XML text content if any'/>
Daniel Veillard61006472002-01-21 17:31:47 +00009216 </function>
Daniel Veillard539638b2002-07-06 19:55:14 +00009217 <function name='xmlNewDocNodeEatName' file='tree'>
Daniel Veillarda9b66d02002-12-11 14:23:49 +00009218 <info>Creation of a new node element within a document. @ns and @content are optional (NULL). NOTE: @content is supposed to be a piece of XML CDATA, so it allow entities references, but XML special chars need to be escaped first by using xmlEncodeEntitiesReentrant(). Use xmlNewDocRawNode() if you don&apos;t need entities support.</info>
9219 <return type='xmlNodePtr' info='a pointer to the new node object.'/>
9220 <arg name='doc' type='xmlDocPtr' info='the document'/>
9221 <arg name='ns' type='xmlNsPtr' info='namespace if any'/>
9222 <arg name='name' type='xmlChar *' info='the node name'/>
9223 <arg name='content' type='const xmlChar *' info='the XML text content if any'/>
Daniel Veillard539638b2002-07-06 19:55:14 +00009224 </function>
Daniel Veillard61006472002-01-21 17:31:47 +00009225 <function name='xmlNewDocProp' file='tree'>
Daniel Veillard2d1464f2002-01-21 23:16:56 +00009226 <info>Create a new property carried by a document.</info>
Daniel Veillarda9b66d02002-12-11 14:23:49 +00009227 <return type='xmlAttrPtr' info='a pointer to the attribute'/>
9228 <arg name='doc' type='xmlDocPtr' info='the document'/>
9229 <arg name='name' type='const xmlChar *' info='the name of the attribute'/>
9230 <arg name='value' type='const xmlChar *' info='the value of the attribute'/>
Daniel Veillard61006472002-01-21 17:31:47 +00009231 </function>
9232 <function name='xmlNewDocRawNode' file='tree'>
Daniel Veillarda9b66d02002-12-11 14:23:49 +00009233 <info>Creation of a new node element within a document. @ns and @content are optional (NULL).</info>
9234 <return type='xmlNodePtr' info='a pointer to the new node object.'/>
9235 <arg name='doc' type='xmlDocPtr' info='the document'/>
9236 <arg name='ns' type='xmlNsPtr' info='namespace if any'/>
9237 <arg name='name' type='const xmlChar *' info='the node name'/>
9238 <arg name='content' type='const xmlChar *' info='the text content if any'/>
Daniel Veillard61006472002-01-21 17:31:47 +00009239 </function>
9240 <function name='xmlNewDocText' file='tree'>
Daniel Veillard2d1464f2002-01-21 23:16:56 +00009241 <info>Creation of a new text node within a document.</info>
Daniel Veillarda9b66d02002-12-11 14:23:49 +00009242 <return type='xmlNodePtr' info='a pointer to the new node object.'/>
9243 <arg name='doc' type='xmlDocPtr' info='the document'/>
9244 <arg name='content' type='const xmlChar *' info='the text content'/>
Daniel Veillard61006472002-01-21 17:31:47 +00009245 </function>
9246 <function name='xmlNewDocTextLen' file='tree'>
Daniel Veillard2d1464f2002-01-21 23:16:56 +00009247 <info>Creation of a new text node with an extra content length parameter. The text node pertain to a given document.</info>
Daniel Veillarda9b66d02002-12-11 14:23:49 +00009248 <return type='xmlNodePtr' info='a pointer to the new node object.'/>
9249 <arg name='doc' type='xmlDocPtr' info='the document'/>
9250 <arg name='content' type='const xmlChar *' info='the text content'/>
9251 <arg name='len' type='int' info='the text len.'/>
Daniel Veillard61006472002-01-21 17:31:47 +00009252 </function>
9253 <function name='xmlNewDtd' file='tree'>
Daniel Veillard2d1464f2002-01-21 23:16:56 +00009254 <info>Creation of a new DTD for the external subset. To create an internal subset, use xmlCreateIntSubset().</info>
Daniel Veillarda9b66d02002-12-11 14:23:49 +00009255 <return type='xmlDtdPtr' info='a pointer to the new DTD structure'/>
9256 <arg name='doc' type='xmlDocPtr' info='the document pointer'/>
9257 <arg name='name' type='const xmlChar *' info='the DTD name'/>
9258 <arg name='ExternalID' type='const xmlChar *' info='the external ID'/>
9259 <arg name='SystemID' type='const xmlChar *' info='the system ID'/>
Daniel Veillard61006472002-01-21 17:31:47 +00009260 </function>
9261 <function name='xmlNewElementContent' file='valid'>
Daniel Veillard2d1464f2002-01-21 23:16:56 +00009262 <info>Allocate an element content structure.</info>
Daniel Veillarda9b66d02002-12-11 14:23:49 +00009263 <return type='xmlElementContentPtr' info='NULL if not, otherwise the new element content structure'/>
Daniel Veillard2fdbd322003-08-18 12:15:38 +00009264 <arg name='name' type='const xmlChar *' info='the subelement name or NULL'/>
Daniel Veillarda9b66d02002-12-11 14:23:49 +00009265 <arg name='type' type='xmlElementContentType' info='the type of element content decl'/>
Daniel Veillard61006472002-01-21 17:31:47 +00009266 </function>
9267 <function name='xmlNewEntityInputStream' file='parserInternals'>
Daniel Veillard2d1464f2002-01-21 23:16:56 +00009268 <info>Create a new input stream based on an xmlEntityPtr</info>
Daniel Veillarda9b66d02002-12-11 14:23:49 +00009269 <return type='xmlParserInputPtr' info='the new input stream or NULL'/>
9270 <arg name='ctxt' type='xmlParserCtxtPtr' info='an XML parser context'/>
9271 <arg name='entity' type='xmlEntityPtr' info='an Entity pointer'/>
Daniel Veillard61006472002-01-21 17:31:47 +00009272 </function>
9273 <function name='xmlNewGlobalNs' file='tree'>
Daniel Veillard2d1464f2002-01-21 23:16:56 +00009274 <info>Creation of a Namespace, the old way using PI and without scoping DEPRECATED !!! It now create a namespace on the root element of the document if found.</info>
Daniel Veillarda9b66d02002-12-11 14:23:49 +00009275 <return type='xmlNsPtr' info='NULL this functionality had been removed'/>
9276 <arg name='doc' type='xmlDocPtr' info='the document carrying the namespace'/>
9277 <arg name='href' type='const xmlChar *' info='the URI associated'/>
9278 <arg name='prefix' type='const xmlChar *' info='the prefix for the namespace'/>
Daniel Veillard61006472002-01-21 17:31:47 +00009279 </function>
9280 <function name='xmlNewIOInputStream' file='parser'>
Daniel Veillarda9b66d02002-12-11 14:23:49 +00009281 <info>Create a new input stream structure encapsulating the @input into a stream suitable for the parser.</info>
9282 <return type='xmlParserInputPtr' info='the new input stream or NULL'/>
9283 <arg name='ctxt' type='xmlParserCtxtPtr' info='an XML parser context'/>
9284 <arg name='input' type='xmlParserInputBufferPtr' info='an I/O Input'/>
9285 <arg name='enc' type='xmlCharEncoding' info='the charset encoding if known'/>
Daniel Veillard61006472002-01-21 17:31:47 +00009286 </function>
9287 <function name='xmlNewInputFromFile' file='parserInternals'>
Daniel Veillard78697292003-10-19 20:44:43 +00009288 <info>Create a new input stream based on a file or an URL.</info>
Daniel Veillarda9b66d02002-12-11 14:23:49 +00009289 <return type='xmlParserInputPtr' info='the new input stream or NULL in case of error'/>
9290 <arg name='ctxt' type='xmlParserCtxtPtr' info='an XML parser context'/>
9291 <arg name='filename' type='const char *' info='the filename to use as entity'/>
Daniel Veillard61006472002-01-21 17:31:47 +00009292 </function>
9293 <function name='xmlNewInputStream' file='parserInternals'>
Daniel Veillard2d1464f2002-01-21 23:16:56 +00009294 <info>Create a new input stream structure</info>
Daniel Veillarda9b66d02002-12-11 14:23:49 +00009295 <return type='xmlParserInputPtr' info='the new input stream or NULL'/>
9296 <arg name='ctxt' type='xmlParserCtxtPtr' info='an XML parser context'/>
Daniel Veillard61006472002-01-21 17:31:47 +00009297 </function>
9298 <function name='xmlNewMutex' file='threads'>
Daniel Veillarda9b66d02002-12-11 14:23:49 +00009299 <info>xmlNewMutex() is used to allocate a libxml2 token struct for use in synchronizing access to data.</info>
9300 <return type='xmlMutexPtr' info='a new simple mutex pointer or NULL in case of error'/>
Daniel Veillard61006472002-01-21 17:31:47 +00009301 </function>
9302 <function name='xmlNewNode' file='tree'>
Daniel Veillarda9b66d02002-12-11 14:23:49 +00009303 <info>Creation of a new node element. @ns is optional (NULL).</info>
William M. Brackd7cf7f82003-11-14 07:13:16 +00009304 <return type='xmlNodePtr' info='a pointer to the new node object. Uses xmlStrdup() to make copy of @name.'/>
Daniel Veillarda9b66d02002-12-11 14:23:49 +00009305 <arg name='ns' type='xmlNsPtr' info='namespace if any'/>
9306 <arg name='name' type='const xmlChar *' info='the node name'/>
Daniel Veillard61006472002-01-21 17:31:47 +00009307 </function>
Daniel Veillard539638b2002-07-06 19:55:14 +00009308 <function name='xmlNewNodeEatName' file='tree'>
Daniel Veillarda9b66d02002-12-11 14:23:49 +00009309 <info>Creation of a new node element. @ns is optional (NULL).</info>
William M. Brackd7cf7f82003-11-14 07:13:16 +00009310 <return type='xmlNodePtr' info='a pointer to the new node object, with pointer @name as new node&apos;s name. Use xmlNewNode() if a copy of @name string is is needed as new node&apos;s name.'/>
Daniel Veillarda9b66d02002-12-11 14:23:49 +00009311 <arg name='ns' type='xmlNsPtr' info='namespace if any'/>
9312 <arg name='name' type='xmlChar *' info='the node name'/>
Daniel Veillard539638b2002-07-06 19:55:14 +00009313 </function>
Daniel Veillard61006472002-01-21 17:31:47 +00009314 <function name='xmlNewNs' file='tree'>
Daniel Veillard2d1464f2002-01-21 23:16:56 +00009315 <info>Creation of a new Namespace. This function will refuse to create a namespace with a similar prefix than an existing one present on this node. We use href==NULL in the case of an element creation where the namespace was not defined.</info>
Daniel Veillarda9b66d02002-12-11 14:23:49 +00009316 <return type='xmlNsPtr' info='a new namespace pointer or NULL'/>
9317 <arg name='node' type='xmlNodePtr' info='the element carrying the namespace'/>
9318 <arg name='href' type='const xmlChar *' info='the URI associated'/>
9319 <arg name='prefix' type='const xmlChar *' info='the prefix for the namespace'/>
Daniel Veillard61006472002-01-21 17:31:47 +00009320 </function>
9321 <function name='xmlNewNsProp' file='tree'>
Daniel Veillard2d1464f2002-01-21 23:16:56 +00009322 <info>Create a new property tagged with a namespace and carried by a node.</info>
Daniel Veillarda9b66d02002-12-11 14:23:49 +00009323 <return type='xmlAttrPtr' info='a pointer to the attribute'/>
9324 <arg name='node' type='xmlNodePtr' info='the holding node'/>
9325 <arg name='ns' type='xmlNsPtr' info='the namespace'/>
9326 <arg name='name' type='const xmlChar *' info='the name of the attribute'/>
9327 <arg name='value' type='const xmlChar *' info='the value of the attribute'/>
Daniel Veillard61006472002-01-21 17:31:47 +00009328 </function>
Daniel Veillard539638b2002-07-06 19:55:14 +00009329 <function name='xmlNewNsPropEatName' file='tree'>
9330 <info>Create a new property tagged with a namespace and carried by a node.</info>
Daniel Veillarda9b66d02002-12-11 14:23:49 +00009331 <return type='xmlAttrPtr' info='a pointer to the attribute'/>
9332 <arg name='node' type='xmlNodePtr' info='the holding node'/>
9333 <arg name='ns' type='xmlNsPtr' info='the namespace'/>
9334 <arg name='name' type='xmlChar *' info='the name of the attribute'/>
9335 <arg name='value' type='const xmlChar *' info='the value of the attribute'/>
Daniel Veillard539638b2002-07-06 19:55:14 +00009336 </function>
Daniel Veillard61006472002-01-21 17:31:47 +00009337 <function name='xmlNewPI' file='tree'>
Daniel Veillard2d1464f2002-01-21 23:16:56 +00009338 <info>Creation of a processing instruction element.</info>
Daniel Veillarda9b66d02002-12-11 14:23:49 +00009339 <return type='xmlNodePtr' info='a pointer to the new node object.'/>
9340 <arg name='name' type='const xmlChar *' info='the processing instruction name'/>
9341 <arg name='content' type='const xmlChar *' info='the PI content'/>
Daniel Veillard61006472002-01-21 17:31:47 +00009342 </function>
Daniel Veillardcd6ff282003-10-08 22:38:13 +00009343 <function name='xmlNewParserCtxt' file='parser'>
Daniel Veillard2d1464f2002-01-21 23:16:56 +00009344 <info>Allocate and initialize a new parser context.</info>
Daniel Veillarda9b66d02002-12-11 14:23:49 +00009345 <return type='xmlParserCtxtPtr' info='the xmlParserCtxtPtr or NULL'/>
Daniel Veillard61006472002-01-21 17:31:47 +00009346 </function>
9347 <function name='xmlNewProp' file='tree'>
Daniel Veillard2d1464f2002-01-21 23:16:56 +00009348 <info>Create a new property carried by a node.</info>
Daniel Veillarda9b66d02002-12-11 14:23:49 +00009349 <return type='xmlAttrPtr' info='a pointer to the attribute'/>
9350 <arg name='node' type='xmlNodePtr' info='the holding node'/>
9351 <arg name='name' type='const xmlChar *' info='the name of the attribute'/>
9352 <arg name='value' type='const xmlChar *' info='the value of the attribute'/>
Daniel Veillard61006472002-01-21 17:31:47 +00009353 </function>
9354 <function name='xmlNewRMutex' file='threads'>
Daniel Veillarda9b66d02002-12-11 14:23:49 +00009355 <info>xmlRNewMutex() is used to allocate a reentrant mutex for use in synchronizing access to data. token_r is a re-entrant lock and thus useful for synchronizing access to data structures that may be manipulated in a recursive fashion.</info>
9356 <return type='xmlRMutexPtr' info='the new reentrant mutex pointer or NULL in case of error'/>
9357 </function>
Daniel Veillard61006472002-01-21 17:31:47 +00009358 <function name='xmlNewReference' file='tree'>
Daniel Veillard2d1464f2002-01-21 23:16:56 +00009359 <info>Creation of a new reference node.</info>
Daniel Veillarda9b66d02002-12-11 14:23:49 +00009360 <return type='xmlNodePtr' info='a pointer to the new node object.'/>
9361 <arg name='doc' type='xmlDocPtr' info='the document'/>
9362 <arg name='name' type='const xmlChar *' info='the reference name, or the reference string with &amp; and ;'/>
Daniel Veillard61006472002-01-21 17:31:47 +00009363 </function>
9364 <function name='xmlNewStringInputStream' file='parserInternals'>
Daniel Veillard2d1464f2002-01-21 23:16:56 +00009365 <info>Create a new input stream based on a memory buffer.</info>
Daniel Veillarda9b66d02002-12-11 14:23:49 +00009366 <return type='xmlParserInputPtr' info='the new input stream'/>
9367 <arg name='ctxt' type='xmlParserCtxtPtr' info='an XML parser context'/>
9368 <arg name='buffer' type='const xmlChar *' info='an memory buffer'/>
Daniel Veillard61006472002-01-21 17:31:47 +00009369 </function>
9370 <function name='xmlNewText' file='tree'>
Daniel Veillard2d1464f2002-01-21 23:16:56 +00009371 <info>Creation of a new text node.</info>
Daniel Veillarda9b66d02002-12-11 14:23:49 +00009372 <return type='xmlNodePtr' info='a pointer to the new node object.'/>
9373 <arg name='content' type='const xmlChar *' info='the text content'/>
Daniel Veillard61006472002-01-21 17:31:47 +00009374 </function>
9375 <function name='xmlNewTextChild' file='tree'>
Daniel Veillarde6e59cd2003-12-24 11:56:44 +00009376 <info>Creation of a new child element, added at the end of @parent children list. @ns and @content parameters are optional (NULL). If @ns is NULL, the newly created element inherits the namespace of @parent. If @content is non NULL, a child TEXT node will be created containing the string @content. NOTE: Use xmlNewChild() if @content will contain entities that need to be preserved. Use this function, xmlNewTextChild(), if you need to ensure that reserved XML chars that might appear in @content, such as the ampersand, greater-than or less-than signs, are automatically replaced by their XML escaped entity representations.</info>
Daniel Veillarda9b66d02002-12-11 14:23:49 +00009377 <return type='xmlNodePtr' info='a pointer to the new node object.'/>
9378 <arg name='parent' type='xmlNodePtr' info='the parent node'/>
9379 <arg name='ns' type='xmlNsPtr' info='a namespace if any'/>
9380 <arg name='name' type='const xmlChar *' info='the name of the child'/>
9381 <arg name='content' type='const xmlChar *' info='the text content of the child if any.'/>
Daniel Veillard61006472002-01-21 17:31:47 +00009382 </function>
9383 <function name='xmlNewTextLen' file='tree'>
Daniel Veillard9d06d302002-01-22 18:15:52 +00009384 <info>Creation of a new text node with an extra parameter for the content&apos;s length</info>
Daniel Veillarda9b66d02002-12-11 14:23:49 +00009385 <return type='xmlNodePtr' info='a pointer to the new node object.'/>
9386 <arg name='content' type='const xmlChar *' info='the text content'/>
9387 <arg name='len' type='int' info='the text len.'/>
9388 </function>
9389 <function name='xmlNewTextReader' file='xmlreader'>
9390 <info>Create an xmlTextReader structure fed with @input</info>
9391 <return type='xmlTextReaderPtr' info='the new xmlTextReaderPtr or NULL in case of error'/>
9392 <arg name='input' type='xmlParserInputBufferPtr' info='the xmlParserInputBufferPtr used to read data'/>
Daniel Veillard4258b9c2002-12-20 10:29:40 +00009393 <arg name='URI' type='const char *' info='the URI information for the source if available'/>
Daniel Veillarda9b66d02002-12-11 14:23:49 +00009394 </function>
9395 <function name='xmlNewTextReaderFilename' file='xmlreader'>
9396 <info>Create an xmlTextReader structure fed with the resource at @URI</info>
9397 <return type='xmlTextReaderPtr' info='the new xmlTextReaderPtr or NULL in case of error'/>
9398 <arg name='URI' type='const char *' info='the URI of the resource to process'/>
Daniel Veillard61006472002-01-21 17:31:47 +00009399 </function>
Daniel Veillard1d211e22003-10-20 22:32:39 +00009400 <function name='xmlNewTextWriter' file='xmlwriter'>
9401 <info>Create a new xmlNewTextWriter structure using an xmlOutputBufferPtr</info>
9402 <return type='xmlTextWriterPtr' info='the new xmlTextWriterPtr or NULL in case of error'/>
9403 <arg name='out' type='xmlOutputBufferPtr' info='an xmlOutputBufferPtr'/>
9404 </function>
Daniel Veillard5841f0e2003-11-20 11:59:09 +00009405 <function name='xmlNewTextWriterDoc' file='xmlwriter'>
9406 <info>Create a new xmlNewTextWriter structure with @*doc as output</info>
9407 <return type='xmlTextWriterPtr' info='the new xmlTextWriterPtr or NULL in case of error'/>
9408 <arg name='doc' type='xmlDocPtr *' info='address of a xmlDocPtr to hold the new XML document tree'/>
9409 <arg name='compression' type='int' info='compress the output?'/>
9410 </function>
Daniel Veillard1d211e22003-10-20 22:32:39 +00009411 <function name='xmlNewTextWriterFilename' file='xmlwriter'>
9412 <info>Create a new xmlNewTextWriter structure with @uri as output</info>
9413 <return type='xmlTextWriterPtr' info='the new xmlTextWriterPtr or NULL in case of error'/>
9414 <arg name='uri' type='const char *' info='the URI of the resource for the output'/>
9415 <arg name='compression' type='int' info='compress the output?'/>
9416 </function>
9417 <function name='xmlNewTextWriterMemory' file='xmlwriter'>
9418 <info>Create a new xmlNewTextWriter structure with @buf as output TODO: handle compression</info>
9419 <return type='xmlTextWriterPtr' info='the new xmlTextWriterPtr or NULL in case of error'/>
9420 <arg name='buf' type='xmlBufferPtr' info='xmlBufferPtr'/>
9421 <arg name='compression' type='int' info='compress the output?'/>
9422 </function>
Daniel Veillard5841f0e2003-11-20 11:59:09 +00009423 <function name='xmlNewTextWriterPushParser' file='xmlwriter'>
9424 <info>Create a new xmlNewTextWriter structure with @ctxt as output TODO: handle compression</info>
9425 <return type='xmlTextWriterPtr' info='the new xmlTextWriterPtr or NULL in case of error'/>
9426 <arg name='ctxt' type='xmlParserCtxtPtr' info='xmlParserCtxtPtr to hold the new XML document tree'/>
9427 <arg name='compression' type='int' info='compress the output?'/>
9428 </function>
9429 <function name='xmlNewTextWriterTree' file='xmlwriter'>
9430 <info>Create a new xmlNewTextWriter structure with @doc as output starting at @node</info>
9431 <return type='xmlTextWriterPtr' info='the new xmlTextWriterPtr or NULL in case of error'/>
9432 <arg name='doc' type='xmlDocPtr' info='xmlDocPtr'/>
9433 <arg name='node' type='xmlNodePtr' info='xmlNodePtr or NULL for doc-&gt;children'/>
9434 <arg name='compression' type='int' info='compress the output?'/>
9435 </function>
Daniel Veillard8a469172003-06-12 16:05:07 +00009436 <function name='xmlNewValidCtxt' file='valid'>
9437 <info>Allocate a validation context structure.</info>
9438 <return type='xmlValidCtxtPtr' info='NULL if not, otherwise the new validation context structure'/>
9439 </function>
Daniel Veillard61006472002-01-21 17:31:47 +00009440 <function name='xmlNextChar' file='parserInternals'>
Daniel Veillard2d1464f2002-01-21 23:16:56 +00009441 <info>Skip to the next char input char.</info>
Daniel Veillard61006472002-01-21 17:31:47 +00009442 <return type='void'/>
Daniel Veillarda9b66d02002-12-11 14:23:49 +00009443 <arg name='ctxt' type='xmlParserCtxtPtr' info='the XML parser context'/>
Daniel Veillard61006472002-01-21 17:31:47 +00009444 </function>
9445 <function name='xmlNoNetExternalEntityLoader' file='xmlIO'>
Daniel Veillard2d1464f2002-01-21 23:16:56 +00009446 <info>A specific entity loader disabling network accesses, though still allowing local catalog accesses for resolution.</info>
Daniel Veillarda9b66d02002-12-11 14:23:49 +00009447 <return type='xmlParserInputPtr' info='a new allocated xmlParserInputPtr, or NULL.'/>
9448 <arg name='URL' type='const char *' info='the URL for the entity to load'/>
9449 <arg name='ID' type='const char *' info='the System ID for the entity to load'/>
9450 <arg name='ctxt' type='xmlParserCtxtPtr' info='the context in which the entity is called or NULL'/>
Daniel Veillard61006472002-01-21 17:31:47 +00009451 </function>
Daniel Veillard61006472002-01-21 17:31:47 +00009452 <function name='xmlNodeAddContent' file='tree'>
Daniel Veillard2d1464f2002-01-21 23:16:56 +00009453 <info>Append the extra substring to the node content.</info>
Daniel Veillard61006472002-01-21 17:31:47 +00009454 <return type='void'/>
Daniel Veillarda9b66d02002-12-11 14:23:49 +00009455 <arg name='cur' type='xmlNodePtr' info='the node being modified'/>
9456 <arg name='content' type='const xmlChar *' info='extra content'/>
Daniel Veillard61006472002-01-21 17:31:47 +00009457 </function>
9458 <function name='xmlNodeAddContentLen' file='tree'>
Daniel Veillard2d1464f2002-01-21 23:16:56 +00009459 <info>Append the extra substring to the node content.</info>
Daniel Veillard61006472002-01-21 17:31:47 +00009460 <return type='void'/>
Daniel Veillarda9b66d02002-12-11 14:23:49 +00009461 <arg name='cur' type='xmlNodePtr' info='the node being modified'/>
9462 <arg name='content' type='const xmlChar *' info='extra content'/>
9463 <arg name='len' type='int' info='the size of @content'/>
Daniel Veillard61006472002-01-21 17:31:47 +00009464 </function>
Daniel Veillard78697292003-10-19 20:44:43 +00009465 <function name='xmlNodeBufGetContent' file='tree'>
9466 <info>Read the value of a node @cur, this can be either the text carried directly by this node if it&apos;s a TEXT node or the aggregate string of the values carried by this node child&apos;s (TEXT and ENTITY_REF). Entity references are substituted. Fills up the buffer @buffer with this value</info>
9467 <return type='int' info='0 in case of success and -1 in case of error.'/>
9468 <arg name='buffer' type='xmlBufferPtr' info='a buffer'/>
9469 <arg name='cur' type='xmlNodePtr' info='the node being read'/>
9470 </function>
Daniel Veillard61006472002-01-21 17:31:47 +00009471 <function name='xmlNodeDump' file='tree'>
Daniel Veillard71531f32003-02-05 13:19:53 +00009472 <info>Dump an XML node, recursive behaviour,children are printed too. Note that @format = 1 provide node indenting only if xmlIndentTreeOutput = 1 or xmlKeepBlanksDefault(0) was called</info>
Daniel Veillarda9b66d02002-12-11 14:23:49 +00009473 <return type='int' info='the number of bytes written to the buffer or -1 in case of error'/>
9474 <arg name='buf' type='xmlBufferPtr' info='the XML buffer output'/>
9475 <arg name='doc' type='xmlDocPtr' info='the document'/>
9476 <arg name='cur' type='xmlNodePtr' info='the current node'/>
9477 <arg name='level' type='int' info='the imbrication level for indenting'/>
9478 <arg name='format' type='int' info='is formatting allowed'/>
Daniel Veillard61006472002-01-21 17:31:47 +00009479 </function>
9480 <function name='xmlNodeDumpOutput' file='tree'>
Daniel Veillard71531f32003-02-05 13:19:53 +00009481 <info>Dump an XML node, recursive behaviour, children are printed too. Note that @format = 1 provide node indenting only if xmlIndentTreeOutput = 1 or xmlKeepBlanksDefault(0) was called</info>
Daniel Veillard61006472002-01-21 17:31:47 +00009482 <return type='void'/>
Daniel Veillarda9b66d02002-12-11 14:23:49 +00009483 <arg name='buf' type='xmlOutputBufferPtr' info='the XML buffer output'/>
9484 <arg name='doc' type='xmlDocPtr' info='the document'/>
9485 <arg name='cur' type='xmlNodePtr' info='the current node'/>
9486 <arg name='level' type='int' info='the imbrication level for indenting'/>
9487 <arg name='format' type='int' info='is formatting allowed'/>
9488 <arg name='encoding' type='const char *' info='an optional encoding string'/>
Daniel Veillard61006472002-01-21 17:31:47 +00009489 </function>
9490 <function name='xmlNodeGetBase' file='tree'>
Daniel Veillard2d1464f2002-01-21 23:16:56 +00009491 <info>Searches for the BASE URL. The code should work on both XML and HTML document even if base mechanisms are completely different. It returns the base as defined in RFC 2396 sections 5.1.1. Base URI within Document Content and 5.1.2. Base URI from the Encapsulating Entity However it does not return the document base (5.1.3), use xmlDocumentGetBase() for this</info>
Daniel Veillarda9b66d02002-12-11 14:23:49 +00009492 <return type='xmlChar *' info='a pointer to the base URL, or NULL if not found It&apos;s up to the caller to free the memory with xmlFree().'/>
9493 <arg name='doc' type='xmlDocPtr' info='the document the node pertains to'/>
9494 <arg name='cur' type='xmlNodePtr' info='the node being checked'/>
Daniel Veillard61006472002-01-21 17:31:47 +00009495 </function>
9496 <function name='xmlNodeGetContent' file='tree'>
Daniel Veillard9d06d302002-01-22 18:15:52 +00009497 <info>Read the value of a node, this can be either the text carried directly by this node if it&apos;s a TEXT node or the aggregate string of the values carried by this node child&apos;s (TEXT and ENTITY_REF). Entity references are substituted.</info>
Daniel Veillarda9b66d02002-12-11 14:23:49 +00009498 <return type='xmlChar *' info='a new #xmlChar * or NULL if no content is available. It&apos;s up to the caller to free the memory with xmlFree().'/>
9499 <arg name='cur' type='xmlNodePtr' info='the node being read'/>
Daniel Veillard61006472002-01-21 17:31:47 +00009500 </function>
9501 <function name='xmlNodeGetLang' file='tree'>
Daniel Veillard2d1464f2002-01-21 23:16:56 +00009502 <info>Searches the language of a node, i.e. the values of the xml:lang attribute or the one carried by the nearest ancestor.</info>
Daniel Veillarda9b66d02002-12-11 14:23:49 +00009503 <return type='xmlChar *' info='a pointer to the lang value, or NULL if not found It&apos;s up to the caller to free the memory with xmlFree().'/>
9504 <arg name='cur' type='xmlNodePtr' info='the node being checked'/>
Daniel Veillard61006472002-01-21 17:31:47 +00009505 </function>
9506 <function name='xmlNodeGetSpacePreserve' file='tree'>
Daniel Veillard2d1464f2002-01-21 23:16:56 +00009507 <info>Searches the space preserving behaviour of a node, i.e. the values of the xml:space attribute or the one carried by the nearest ancestor.</info>
Daniel Veillarda9b66d02002-12-11 14:23:49 +00009508 <return type='int' info='-1 if xml:space is not inherited, 0 if &quot;default&quot;, 1 if &quot;preserve&quot;'/>
9509 <arg name='cur' type='xmlNodePtr' info='the node being checked'/>
Daniel Veillard61006472002-01-21 17:31:47 +00009510 </function>
9511 <function name='xmlNodeIsText' file='tree'>
Daniel Veillard2d1464f2002-01-21 23:16:56 +00009512 <info>Is this node a Text node ?</info>
Daniel Veillarda9b66d02002-12-11 14:23:49 +00009513 <return type='int' info='1 yes, 0 no'/>
9514 <arg name='node' type='xmlNodePtr' info='the node'/>
Daniel Veillard61006472002-01-21 17:31:47 +00009515 </function>
9516 <function name='xmlNodeListGetRawString' file='tree'>
Daniel Veillarda9b66d02002-12-11 14:23:49 +00009517 <info>Builds the string equivalent to the text contained in the Node list made of TEXTs and ENTITY_REFs, contrary to xmlNodeListGetString() this function doesn&apos;t do any character encoding handling.</info>
9518 <return type='xmlChar *' info='a pointer to the string copy, the caller must free it with xmlFree().'/>
9519 <arg name='doc' type='xmlDocPtr' info='the document'/>
9520 <arg name='list' type='xmlNodePtr' info='a Node list'/>
9521 <arg name='inLine' type='int' info='should we replace entity contents or show their external form'/>
Daniel Veillard61006472002-01-21 17:31:47 +00009522 </function>
9523 <function name='xmlNodeListGetString' file='tree'>
Daniel Veillarda9b66d02002-12-11 14:23:49 +00009524 <info>Build the string equivalent to the text contained in the Node list made of TEXTs and ENTITY_REFs</info>
9525 <return type='xmlChar *' info='a pointer to the string copy, the caller must free it with xmlFree().'/>
9526 <arg name='doc' type='xmlDocPtr' info='the document'/>
9527 <arg name='list' type='xmlNodePtr' info='a Node list'/>
9528 <arg name='inLine' type='int' info='should we replace entity contents or show their external form'/>
Daniel Veillard61006472002-01-21 17:31:47 +00009529 </function>
Daniel Veillard61006472002-01-21 17:31:47 +00009530 <function name='xmlNodeSetBase' file='tree'>
Daniel Veillard2d1464f2002-01-21 23:16:56 +00009531 <info>Set (or reset) the base URI of a node, i.e. the value of the xml:base attribute.</info>
Daniel Veillard61006472002-01-21 17:31:47 +00009532 <return type='void'/>
Daniel Veillarda9b66d02002-12-11 14:23:49 +00009533 <arg name='cur' type='xmlNodePtr' info='the node being changed'/>
Daniel Veillard16fa96c2003-09-23 21:50:54 +00009534 <arg name='uri' type='const xmlChar *' info='the new base URI'/>
Daniel Veillard61006472002-01-21 17:31:47 +00009535 </function>
9536 <function name='xmlNodeSetContent' file='tree'>
Daniel Veillard2d1464f2002-01-21 23:16:56 +00009537 <info>Replace the content of a node.</info>
Daniel Veillard61006472002-01-21 17:31:47 +00009538 <return type='void'/>
Daniel Veillarda9b66d02002-12-11 14:23:49 +00009539 <arg name='cur' type='xmlNodePtr' info='the node being modified'/>
9540 <arg name='content' type='const xmlChar *' info='the new value of the content'/>
Daniel Veillard61006472002-01-21 17:31:47 +00009541 </function>
9542 <function name='xmlNodeSetContentLen' file='tree'>
Daniel Veillard2d1464f2002-01-21 23:16:56 +00009543 <info>Replace the content of a node.</info>
Daniel Veillard61006472002-01-21 17:31:47 +00009544 <return type='void'/>
Daniel Veillarda9b66d02002-12-11 14:23:49 +00009545 <arg name='cur' type='xmlNodePtr' info='the node being modified'/>
9546 <arg name='content' type='const xmlChar *' info='the new value of the content'/>
9547 <arg name='len' type='int' info='the size of @content'/>
Daniel Veillard61006472002-01-21 17:31:47 +00009548 </function>
9549 <function name='xmlNodeSetLang' file='tree'>
Daniel Veillard2d1464f2002-01-21 23:16:56 +00009550 <info>Set the language of a node, i.e. the values of the xml:lang attribute.</info>
Daniel Veillard61006472002-01-21 17:31:47 +00009551 <return type='void'/>
Daniel Veillarda9b66d02002-12-11 14:23:49 +00009552 <arg name='cur' type='xmlNodePtr' info='the node being changed'/>
9553 <arg name='lang' type='const xmlChar *' info='the language description'/>
Daniel Veillard61006472002-01-21 17:31:47 +00009554 </function>
9555 <function name='xmlNodeSetName' file='tree'>
Daniel Veillard2d1464f2002-01-21 23:16:56 +00009556 <info>Set (or reset) the name of a node.</info>
Daniel Veillard61006472002-01-21 17:31:47 +00009557 <return type='void'/>
Daniel Veillarda9b66d02002-12-11 14:23:49 +00009558 <arg name='cur' type='xmlNodePtr' info='the node being changed'/>
9559 <arg name='name' type='const xmlChar *' info='the new tag name'/>
Daniel Veillard61006472002-01-21 17:31:47 +00009560 </function>
Daniel Veillard61006472002-01-21 17:31:47 +00009561 <function name='xmlNodeSetSpacePreserve' file='tree'>
Daniel Veillard2d1464f2002-01-21 23:16:56 +00009562 <info>Set (or reset) the space preserving behaviour of a node, i.e. the value of the xml:space attribute.</info>
Daniel Veillard61006472002-01-21 17:31:47 +00009563 <return type='void'/>
Daniel Veillarda9b66d02002-12-11 14:23:49 +00009564 <arg name='cur' type='xmlNodePtr' info='the node being changed'/>
9565 <arg name='val' type='int' info='the xml:space value (&quot;0&quot;: default, 1: &quot;preserve&quot;)'/>
Daniel Veillard61006472002-01-21 17:31:47 +00009566 </function>
9567 <function name='xmlNormalizeURIPath' file='uri'>
Daniel Veillarda9b66d02002-12-11 14:23:49 +00009568 <info>Applies the 5 normalization steps to a path string--that is, RFC 2396 Section 5.2, steps 6.c through 6.g. Normalization occurs directly on the string, no new allocation is done</info>
9569 <return type='int' info='0 or an error code'/>
9570 <arg name='path' type='char *' info='pointer to the path string'/>
Daniel Veillard61006472002-01-21 17:31:47 +00009571 </function>
Daniel Veillardbd9afb52002-09-25 22:25:35 +00009572 <function name='xmlNormalizeWindowsPath' file='xmlIO'>
Daniel Veillard17bed982003-02-24 20:11:43 +00009573 <info>This function is obsolete. Please see xmlURIFromPath in uri.c for a better solution.</info>
Daniel Veillard33300b42003-04-17 09:09:19 +00009574 <return type='xmlChar *' info='a canonicalized version of the path'/>
9575 <arg name='path' type='const xmlChar *' info='the input file path'/>
Daniel Veillardbd9afb52002-09-25 22:25:35 +00009576 </function>
Daniel Veillard61006472002-01-21 17:31:47 +00009577 <function name='xmlOutputBufferClose' file='xmlIO'>
Daniel Veillard2d1464f2002-01-21 23:16:56 +00009578 <info>flushes and close the output I/O channel and free up all the associated resources</info>
Daniel Veillarda9b66d02002-12-11 14:23:49 +00009579 <return type='int' info='the number of byte written or -1 in case of error.'/>
9580 <arg name='out' type='xmlOutputBufferPtr' info='a buffered output'/>
Daniel Veillard61006472002-01-21 17:31:47 +00009581 </function>
9582 <function name='xmlOutputBufferCreateFd' file='xmlIO'>
Daniel Veillard2d1464f2002-01-21 23:16:56 +00009583 <info>Create a buffered output for the progressive saving to a file descriptor</info>
Daniel Veillarda9b66d02002-12-11 14:23:49 +00009584 <return type='xmlOutputBufferPtr' info='the new parser output or NULL'/>
9585 <arg name='fd' type='int' info='a file descriptor number'/>
9586 <arg name='encoder' type='xmlCharEncodingHandlerPtr' info='the encoding converter or NULL'/>
Daniel Veillard61006472002-01-21 17:31:47 +00009587 </function>
9588 <function name='xmlOutputBufferCreateFile' file='xmlIO'>
Daniel Veillard2d1464f2002-01-21 23:16:56 +00009589 <info>Create a buffered output for the progressive saving to a FILE * buffered C I/O</info>
Daniel Veillarda9b66d02002-12-11 14:23:49 +00009590 <return type='xmlOutputBufferPtr' info='the new parser output or NULL'/>
9591 <arg name='file' type='FILE *' info='a FILE*'/>
9592 <arg name='encoder' type='xmlCharEncodingHandlerPtr' info='the encoding converter or NULL'/>
Daniel Veillard61006472002-01-21 17:31:47 +00009593 </function>
9594 <function name='xmlOutputBufferCreateFilename' file='xmlIO'>
Daniel Veillarda9b66d02002-12-11 14:23:49 +00009595 <info>Create a buffered output for the progressive saving of a file If filename is &quot;-&apos; then we use stdout as the output. Automatic support for ZLIB/Compress compressed document is provided by default if found at compile-time. TODO: currently if compression is set, the library only support writing to a local file.</info>
9596 <return type='xmlOutputBufferPtr' info='the new output or NULL'/>
9597 <arg name='URI' type='const char *' info='a C string containing the URI or filename'/>
9598 <arg name='encoder' type='xmlCharEncodingHandlerPtr' info='the encoding converter or NULL'/>
9599 <arg name='compression' type='int' info='the compression ration (0 none, 9 max).'/>
Daniel Veillard61006472002-01-21 17:31:47 +00009600 </function>
9601 <function name='xmlOutputBufferCreateIO' file='xmlIO'>
Daniel Veillard2d1464f2002-01-21 23:16:56 +00009602 <info>Create a buffered output for the progressive saving to an I/O handler</info>
Daniel Veillarda9b66d02002-12-11 14:23:49 +00009603 <return type='xmlOutputBufferPtr' info='the new parser output or NULL'/>
9604 <arg name='iowrite' type='xmlOutputWriteCallback' info='an I/O write function'/>
9605 <arg name='ioclose' type='xmlOutputCloseCallback' info='an I/O close function'/>
9606 <arg name='ioctx' type='void *' info='an I/O handler'/>
9607 <arg name='encoder' type='xmlCharEncodingHandlerPtr' info='the charset encoding if known'/>
Daniel Veillard61006472002-01-21 17:31:47 +00009608 </function>
9609 <function name='xmlOutputBufferFlush' file='xmlIO'>
Daniel Veillard2d1464f2002-01-21 23:16:56 +00009610 <info>flushes the output I/O channel</info>
Daniel Veillarda9b66d02002-12-11 14:23:49 +00009611 <return type='int' info='the number of byte written or -1 in case of error.'/>
9612 <arg name='out' type='xmlOutputBufferPtr' info='a buffered output'/>
Daniel Veillard61006472002-01-21 17:31:47 +00009613 </function>
Daniel Veillard61006472002-01-21 17:31:47 +00009614 <function name='xmlOutputBufferWrite' file='xmlIO'>
Daniel Veillard2d1464f2002-01-21 23:16:56 +00009615 <info>Write the content of the array in the output I/O buffer This routine handle the I18N transcoding from internal UTF-8 The buffer is lossless, i.e. will store in case of partial or delayed writes.</info>
Daniel Veillarda9b66d02002-12-11 14:23:49 +00009616 <return type='int' info='the number of chars immediately written, or -1 in case of error.'/>
9617 <arg name='out' type='xmlOutputBufferPtr' info='a buffered parser output'/>
9618 <arg name='len' type='int' info='the size in bytes of the array.'/>
9619 <arg name='buf' type='const char *' info='an char array'/>
Daniel Veillard61006472002-01-21 17:31:47 +00009620 </function>
Daniel Veillard8aac2972004-05-16 01:00:37 +00009621 <function name='xmlOutputBufferWriteEscape' file='xmlIO'>
9622 <info>Write the content of the string in the output I/O buffer This routine escapes the caracters and then handle the I18N transcoding from internal UTF-8 The buffer is lossless, i.e. will store in case of partial or delayed writes.</info>
9623 <return type='int' info='the number of chars immediately written, or -1 in case of error.'/>
9624 <arg name='out' type='xmlOutputBufferPtr' info='a buffered parser output'/>
9625 <arg name='str' type='const xmlChar *' info='a zero terminated UTF-8 string'/>
9626 <arg name='escaping' type='xmlCharEncodingOutputFunc' info='an optional escaping function (or NULL)'/>
9627 </function>
Daniel Veillard61006472002-01-21 17:31:47 +00009628 <function name='xmlOutputBufferWriteString' file='xmlIO'>
Daniel Veillard2d1464f2002-01-21 23:16:56 +00009629 <info>Write the content of the string in the output I/O buffer This routine handle the I18N transcoding from internal UTF-8 The buffer is lossless, i.e. will store in case of partial or delayed writes.</info>
Daniel Veillarda9b66d02002-12-11 14:23:49 +00009630 <return type='int' info='the number of chars immediately written, or -1 in case of error.'/>
9631 <arg name='out' type='xmlOutputBufferPtr' info='a buffered parser output'/>
9632 <arg name='str' type='const char *' info='a zero terminated C string'/>
Daniel Veillard61006472002-01-21 17:31:47 +00009633 </function>
Daniel Veillard9d06d302002-01-22 18:15:52 +00009634 <functype name='xmlOutputCloseCallback' file='xmlIO'>
9635 <info>Callback used in the I/O Output API to close the resource</info>
Daniel Veillard000eafb2002-12-12 10:04:22 +00009636 <return type='int' info='0 or -1 in case of error'/>
Daniel Veillarda9b66d02002-12-11 14:23:49 +00009637 <arg name='context' type='void *' info='an Output context'/>
Daniel Veillard9d06d302002-01-22 18:15:52 +00009638 </functype>
9639 <functype name='xmlOutputMatchCallback' file='xmlIO'>
9640 <info>Callback used in the I/O Output API to detect if the current handler can provide output fonctionnalities for this resource.</info>
Daniel Veillard000eafb2002-12-12 10:04:22 +00009641 <return type='int' info='1 if yes and 0 if another Output module should be used'/>
Daniel Veillarda9b66d02002-12-11 14:23:49 +00009642 <arg name='filename' type='char const *' info='the filename or URI'/>
Daniel Veillard9d06d302002-01-22 18:15:52 +00009643 </functype>
9644 <functype name='xmlOutputOpenCallback' file='xmlIO'>
9645 <info>Callback used in the I/O Output API to open the resource</info>
Daniel Veillard000eafb2002-12-12 10:04:22 +00009646 <return type='void *' info='an Output context or NULL in case or error'/>
Daniel Veillarda9b66d02002-12-11 14:23:49 +00009647 <arg name='filename' type='char const *' info='the filename or URI'/>
Daniel Veillard9d06d302002-01-22 18:15:52 +00009648 </functype>
9649 <functype name='xmlOutputWriteCallback' file='xmlIO'>
9650 <info>Callback used in the I/O Output API to write to the resource</info>
Daniel Veillard000eafb2002-12-12 10:04:22 +00009651 <return type='int' info='the number of bytes written or -1 in case of error'/>
Daniel Veillarda9b66d02002-12-11 14:23:49 +00009652 <arg name='context' type='void *' info='an Output context'/>
9653 <arg name='buffer' type='const char *' info='the buffer of data to write'/>
9654 <arg name='len' type='int' info='the length of the buffer in bytes'/>
Daniel Veillard9d06d302002-01-22 18:15:52 +00009655 </functype>
Daniel Veillard61006472002-01-21 17:31:47 +00009656 <function name='xmlParseAttValue' file='parserInternals'>
Daniel Veillarda9b66d02002-12-11 14:23:49 +00009657 <info>parse a value for an attribute Note: the parser won&apos;t do substitution of entities here, this will be handled later in xmlStringGetNodeList [10] AttValue ::= &apos;&quot;&apos; ([^&lt;&amp;&quot;] | Reference)* &apos;&quot;&apos; | &quot;&apos;&quot; ([^&lt;&amp;&apos;] | Reference)* &quot;&apos;&quot; 3.3.3 Attribute-Value Normalization: Before the value of an attribute is passed to the application or checked for validity, the XML processor must normalize it as follows: - a character reference is processed by appending the referenced character to the attribute value - an entity reference is processed by recursively processing the replacement text of the entity - a whitespace character (#x20, #xD, #xA, #x9) is processed by appending #x20 to the normalized value, except that only a single #x20 is appended for a &quot;#xD#xA&quot; sequence that is part of an external parsed entity or the literal entity value of an internal parsed entity - other characters are processed by appending them to the normalized value If the declared value is not CDATA, then the XML processor must further process the normalized attribute value by discarding any leading and trailing space (#x20) characters, and by replacing sequences of space (#x20) characters by a single space (#x20) character. All attributes for which no declaration has been read should be treated by a non-validating parser as if declared CDATA.</info>
9658 <return type='xmlChar *' info='the AttValue parsed or NULL. The value has to be freed by the caller.'/>
9659 <arg name='ctxt' type='xmlParserCtxtPtr' info='an XML parser context'/>
9660 </function>
Daniel Veillard61006472002-01-21 17:31:47 +00009661 <function name='xmlParseAttribute' file='parserInternals'>
Daniel Veillarda9b66d02002-12-11 14:23:49 +00009662 <info>parse an attribute [41] Attribute ::= Name Eq AttValue [ WFC: No External Entity References ] Attribute values cannot contain direct or indirect entity references to external entities. [ WFC: No &lt; in Attribute Values ] The replacement text of any entity referred to directly or indirectly in an attribute value (other than &quot;&amp;lt;&quot;) must not contain a &lt;. [ VC: Attribute Value Type ] The attribute must have been declared; the value must be of the type declared for it. [25] Eq ::= S? &apos;=&apos; S? With namespace: [NS 11] Attribute ::= QName Eq AttValue Also the case QName == xmlns:??? is handled independently as a namespace definition.</info>
Daniel Veillard2fdbd322003-08-18 12:15:38 +00009663 <return type='const xmlChar *' info='the attribute name, and the value in *value.'/>
Daniel Veillarda9b66d02002-12-11 14:23:49 +00009664 <arg name='ctxt' type='xmlParserCtxtPtr' info='an XML parser context'/>
9665 <arg name='value' type='xmlChar **' info='a xmlChar ** used to store the value of the attribute'/>
Daniel Veillard61006472002-01-21 17:31:47 +00009666 </function>
9667 <function name='xmlParseAttributeListDecl' file='parserInternals'>
Daniel Veillarda9b66d02002-12-11 14:23:49 +00009668 <info>: parse the Attribute list def for an element [52] AttlistDecl ::= &apos;&lt;!ATTLIST&apos; S Name AttDef* S? &apos;&gt;&apos; [53] AttDef ::= S Name S AttType S DefaultDecl</info>
Daniel Veillard61006472002-01-21 17:31:47 +00009669 <return type='void'/>
Daniel Veillarda9b66d02002-12-11 14:23:49 +00009670 <arg name='ctxt' type='xmlParserCtxtPtr' info='an XML parser context'/>
Daniel Veillard61006472002-01-21 17:31:47 +00009671 </function>
9672 <function name='xmlParseAttributeType' file='parserInternals'>
Daniel Veillarda9b66d02002-12-11 14:23:49 +00009673 <info>parse the Attribute list def for an element [54] AttType ::= StringType | TokenizedType | EnumeratedType [55] StringType ::= &apos;CDATA&apos; [56] TokenizedType ::= &apos;ID&apos; | &apos;IDREF&apos; | &apos;IDREFS&apos; | &apos;ENTITY&apos; | &apos;ENTITIES&apos; | &apos;NMTOKEN&apos; | &apos;NMTOKENS&apos; Validity constraints for attribute values syntax are checked in xmlValidateAttributeValue() [ VC: ID ] Values of type ID must match the Name production. A name must not appear more than once in an XML document as a value of this type; i.e., ID values must uniquely identify the elements which bear them. [ VC: One ID per Element Type ] No element type may have more than one ID attribute specified. [ VC: ID Attribute Default ] An ID attribute must have a declared default of #IMPLIED or #REQUIRED. [ VC: IDREF ] Values of type IDREF must match the Name production, and values of type IDREFS must match Names; each IDREF Name must match the value of an ID attribute on some element in the XML document; i.e. IDREF values must match the value of some ID attribute. [ VC: Entity Name ] Values of type ENTITY must match the Name production, values of type ENTITIES must match Names; each Entity Name must match the name of an unparsed entity declared in the DTD. [ VC: Name Token ] Values of type NMTOKEN must match the Nmtoken production; values of type NMTOKENS must match Nmtokens.</info>
9674 <return type='int' info='the attribute type'/>
9675 <arg name='ctxt' type='xmlParserCtxtPtr' info='an XML parser context'/>
9676 <arg name='tree' type='xmlEnumerationPtr *' info='the enumeration tree built while parsing'/>
Daniel Veillard61006472002-01-21 17:31:47 +00009677 </function>
9678 <function name='xmlParseBalancedChunkMemory' file='parser'>
Daniel Veillarda9b66d02002-12-11 14:23:49 +00009679 <info>Parse a well-balanced chunk of an XML document called by the parser The allowed sequence for the Well Balanced Chunk is the one defined by the content production in the XML grammar: [43] content ::= (element | CharData | Reference | CDSect | PI | Comment)*</info>
9680 <return type='int' info='0 if the chunk is well balanced, -1 in case of args problem and the parser error code otherwise'/>
9681 <arg name='doc' type='xmlDocPtr' info='the document the chunk pertains to'/>
9682 <arg name='sax' type='xmlSAXHandlerPtr' info='the SAX handler bloc (possibly NULL)'/>
9683 <arg name='user_data' type='void *' info='The user data returned on SAX callbacks (possibly NULL)'/>
9684 <arg name='depth' type='int' info='Used for loop detection, use 0'/>
9685 <arg name='string' type='const xmlChar *' info='the input string in UTF8 or ISO-Latin (zero terminated)'/>
9686 <arg name='lst' type='xmlNodePtr *' info='the return value for the set of parsed nodes'/>
Daniel Veillard61006472002-01-21 17:31:47 +00009687 </function>
Daniel Veillardbd9afb52002-09-25 22:25:35 +00009688 <function name='xmlParseBalancedChunkMemoryRecover' file='parser'>
Daniel Veillarda9b66d02002-12-11 14:23:49 +00009689 <info>Parse a well-balanced chunk of an XML document called by the parser The allowed sequence for the Well Balanced Chunk is the one defined by the content production in the XML grammar: [43] content ::= (element | CharData | Reference | CDSect | PI | Comment)*</info>
9690 <return type='int' info='0 if the chunk is well balanced, -1 in case of args problem and the parser error code otherwise In case recover is set to 1, the nodelist will not be empty even if the parsed chunk is not well balanced.'/>
9691 <arg name='doc' type='xmlDocPtr' info='the document the chunk pertains to'/>
9692 <arg name='sax' type='xmlSAXHandlerPtr' info='the SAX handler bloc (possibly NULL)'/>
9693 <arg name='user_data' type='void *' info='The user data returned on SAX callbacks (possibly NULL)'/>
9694 <arg name='depth' type='int' info='Used for loop detection, use 0'/>
9695 <arg name='string' type='const xmlChar *' info='the input string in UTF8 or ISO-Latin (zero terminated)'/>
9696 <arg name='lst' type='xmlNodePtr *' info='the return value for the set of parsed nodes'/>
9697 <arg name='recover' type='int' info='return nodes even if the data is broken (use 0)'/>
Daniel Veillardbd9afb52002-09-25 22:25:35 +00009698 </function>
Daniel Veillard61006472002-01-21 17:31:47 +00009699 <function name='xmlParseCDSect' file='parserInternals'>
Daniel Veillarda9b66d02002-12-11 14:23:49 +00009700 <info>Parse escaped pure raw content. [18] CDSect ::= CDStart CData CDEnd [19] CDStart ::= &apos;&lt;![CDATA[&apos; [20] Data ::= (Char* - (Char* &apos;]]&gt;&apos; Char*)) [21] CDEnd ::= &apos;]]&gt;&apos;</info>
Daniel Veillard61006472002-01-21 17:31:47 +00009701 <return type='void'/>
Daniel Veillarda9b66d02002-12-11 14:23:49 +00009702 <arg name='ctxt' type='xmlParserCtxtPtr' info='an XML parser context'/>
Daniel Veillard61006472002-01-21 17:31:47 +00009703 </function>
9704 <function name='xmlParseCatalogFile' file='catalog'>
Daniel Veillard9d06d302002-01-22 18:15:52 +00009705 <info>parse an XML file and build a tree. It&apos;s like xmlParseFile() except it bypass all catalog lookups.</info>
Daniel Veillarda9b66d02002-12-11 14:23:49 +00009706 <return type='xmlDocPtr' info='the resulting document tree or NULL in case of error'/>
9707 <arg name='filename' type='const char *' info='the filename'/>
Daniel Veillard61006472002-01-21 17:31:47 +00009708 </function>
9709 <function name='xmlParseCharData' file='parserInternals'>
Daniel Veillarda9b66d02002-12-11 14:23:49 +00009710 <info>parse a CharData section. if we are within a CDATA section &apos;]]&gt;&apos; marks an end of section. The right angle bracket (&gt;) may be represented using the string &quot;&amp;gt;&quot;, and must, for compatibility, be escaped using &quot;&amp;gt;&quot; or a character reference when it appears in the string &quot;]]&gt;&quot; in content, when that string is not marking the end of a CDATA section. [14] CharData ::= [^&lt;&amp;]* - ([^&lt;&amp;]* &apos;]]&gt;&apos; [^&lt;&amp;]*)</info>
Daniel Veillard61006472002-01-21 17:31:47 +00009711 <return type='void'/>
Daniel Veillarda9b66d02002-12-11 14:23:49 +00009712 <arg name='ctxt' type='xmlParserCtxtPtr' info='an XML parser context'/>
9713 <arg name='cdata' type='int' info='int indicating whether we are within a CDATA section'/>
9714 </function>
Daniel Veillard61006472002-01-21 17:31:47 +00009715 <function name='xmlParseCharEncoding' file='encoding'>
John Fleck0eaf41c2003-12-01 04:45:26 +00009716 <info>Compare the string to the encoding schemes already known. Note that the comparison is case insensitive accordingly to the section [XML] 4.3.3 Character Encoding in Entities.</info>
Daniel Veillarda9b66d02002-12-11 14:23:49 +00009717 <return type='xmlCharEncoding' info='one of the XML_CHAR_ENCODING_... values or XML_CHAR_ENCODING_NONE if not recognized.'/>
9718 <arg name='name' type='const char *' info='the encoding name as parsed, in UTF-8 format (ASCII actually)'/>
Daniel Veillard61006472002-01-21 17:31:47 +00009719 </function>
9720 <function name='xmlParseCharRef' file='parserInternals'>
Daniel Veillarda9b66d02002-12-11 14:23:49 +00009721 <info>parse Reference declarations [66] CharRef ::= &apos;&amp;#&apos; [0-9]+ &apos;;&apos; | &apos;&amp;#x&apos; [0-9a-fA-F]+ &apos;;&apos; [ WFC: Legal Character ] Characters referred to using character references must match the production for Char.</info>
9722 <return type='int' info='the value parsed (as an int), 0 in case of error'/>
9723 <arg name='ctxt' type='xmlParserCtxtPtr' info='an XML parser context'/>
Daniel Veillard61006472002-01-21 17:31:47 +00009724 </function>
9725 <function name='xmlParseChunk' file='parser'>
Daniel Veillard2d1464f2002-01-21 23:16:56 +00009726 <info>Parse a Chunk of memory</info>
Daniel Veillarda9b66d02002-12-11 14:23:49 +00009727 <return type='int' info='zero if no error, the xmlParserErrors otherwise.'/>
9728 <arg name='ctxt' type='xmlParserCtxtPtr' info='an XML parser context'/>
9729 <arg name='chunk' type='const char *' info='an char array'/>
9730 <arg name='size' type='int' info='the size in byte of the chunk'/>
9731 <arg name='terminate' type='int' info='last chunk indicator'/>
Daniel Veillard61006472002-01-21 17:31:47 +00009732 </function>
9733 <function name='xmlParseComment' file='parserInternals'>
Daniel Veillarda9b66d02002-12-11 14:23:49 +00009734 <info>Skip an XML (SGML) comment &lt;!-- .... --&gt; The spec says that &quot;For compatibility, the string &quot;--&quot; (double-hyphen) must not occur within comments. &quot; [15] Comment ::= &apos;&lt;!--&apos; ((Char - &apos;-&apos;) | (&apos;-&apos; (Char - &apos;-&apos;)))* &apos;--&gt;&apos;</info>
Daniel Veillard61006472002-01-21 17:31:47 +00009735 <return type='void'/>
Daniel Veillarda9b66d02002-12-11 14:23:49 +00009736 <arg name='ctxt' type='xmlParserCtxtPtr' info='an XML parser context'/>
Daniel Veillard61006472002-01-21 17:31:47 +00009737 </function>
9738 <function name='xmlParseContent' file='parserInternals'>
Daniel Veillarda9b66d02002-12-11 14:23:49 +00009739 <info>Parse a content: [43] content ::= (element | CharData | Reference | CDSect | PI | Comment)*</info>
Daniel Veillard61006472002-01-21 17:31:47 +00009740 <return type='void'/>
Daniel Veillarda9b66d02002-12-11 14:23:49 +00009741 <arg name='ctxt' type='xmlParserCtxtPtr' info='an XML parser context'/>
Daniel Veillard61006472002-01-21 17:31:47 +00009742 </function>
9743 <function name='xmlParseCtxtExternalEntity' file='parser'>
Daniel Veillarda9b66d02002-12-11 14:23:49 +00009744 <info>Parse an external general entity within an existing parsing context An external general parsed entity is well-formed if it matches the production labeled extParsedEnt. [78] extParsedEnt ::= TextDecl? content</info>
9745 <return type='int' info='0 if the entity is well formed, -1 in case of args problem and the parser error code otherwise'/>
9746 <arg name='ctx' type='xmlParserCtxtPtr' info='the existing parsing context'/>
9747 <arg name='URL' type='const xmlChar *' info='the URL for the entity to load'/>
9748 <arg name='ID' type='const xmlChar *' info='the System ID for the entity to load'/>
9749 <arg name='lst' type='xmlNodePtr *' info='the return value for the set of parsed nodes'/>
Daniel Veillard61006472002-01-21 17:31:47 +00009750 </function>
9751 <function name='xmlParseDTD' file='parser'>
Daniel Veillard2d1464f2002-01-21 23:16:56 +00009752 <info>Load and parse an external subset.</info>
Daniel Veillarda9b66d02002-12-11 14:23:49 +00009753 <return type='xmlDtdPtr' info='the resulting xmlDtdPtr or NULL in case of error.'/>
9754 <arg name='ExternalID' type='const xmlChar *' info='a NAME* containing the External ID of the DTD'/>
9755 <arg name='SystemID' type='const xmlChar *' info='a NAME* containing the URL to the DTD'/>
Daniel Veillard61006472002-01-21 17:31:47 +00009756 </function>
9757 <function name='xmlParseDefaultDecl' file='parserInternals'>
Daniel Veillarda9b66d02002-12-11 14:23:49 +00009758 <info>Parse an attribute default declaration [60] DefaultDecl ::= &apos;#REQUIRED&apos; | &apos;#IMPLIED&apos; | ((&apos;#FIXED&apos; S)? AttValue) [ VC: Required Attribute ] if the default declaration is the keyword #REQUIRED, then the attribute must be specified for all elements of the type in the attribute-list declaration. [ VC: Attribute Default Legal ] The declared default value must meet the lexical constraints of the declared attribute type c.f. xmlValidateAttributeDecl() [ VC: Fixed Attribute Default ] if an attribute has a default value declared with the #FIXED keyword, instances of that attribute must match the default value. [ WFC: No &lt; in Attribute Values ] handled in xmlParseAttValue()</info>
9759 <return type='int' info='XML_ATTRIBUTE_NONE, XML_ATTRIBUTE_REQUIRED, XML_ATTRIBUTE_IMPLIED or XML_ATTRIBUTE_FIXED.'/>
9760 <arg name='ctxt' type='xmlParserCtxtPtr' info='an XML parser context'/>
9761 <arg name='value' type='xmlChar **' info='Receive a possible fixed default value for the attribute'/>
Daniel Veillard61006472002-01-21 17:31:47 +00009762 </function>
9763 <function name='xmlParseDoc' file='parser'>
Daniel Veillard2d1464f2002-01-21 23:16:56 +00009764 <info>parse an XML in-memory document and build a tree.</info>
Daniel Veillarda9b66d02002-12-11 14:23:49 +00009765 <return type='xmlDocPtr' info='the resulting document tree'/>
9766 <arg name='cur' type='xmlChar *' info='a pointer to an array of xmlChar'/>
Daniel Veillard61006472002-01-21 17:31:47 +00009767 </function>
9768 <function name='xmlParseDocTypeDecl' file='parserInternals'>
Daniel Veillarda9b66d02002-12-11 14:23:49 +00009769 <info>parse a DOCTYPE declaration [28] doctypedecl ::= &apos;&lt;!DOCTYPE&apos; S Name (S ExternalID)? S? (&apos;[&apos; (markupdecl | PEReference | S)* &apos;]&apos; S?)? &apos;&gt;&apos; [ VC: Root Element Type ] The Name in the document type declaration must match the element type of the root element.</info>
Daniel Veillard61006472002-01-21 17:31:47 +00009770 <return type='void'/>
Daniel Veillarda9b66d02002-12-11 14:23:49 +00009771 <arg name='ctxt' type='xmlParserCtxtPtr' info='an XML parser context'/>
Daniel Veillard61006472002-01-21 17:31:47 +00009772 </function>
9773 <function name='xmlParseDocument' file='parser'>
Daniel Veillarda9b66d02002-12-11 14:23:49 +00009774 <info>parse an XML document (and build a tree if using the standard SAX interface). [1] document ::= prolog element Misc* [22] prolog ::= XMLDecl? Misc* (doctypedecl Misc*)?</info>
9775 <return type='int' info='0, -1 in case of error. the parser context is augmented as a result of the parsing.'/>
9776 <arg name='ctxt' type='xmlParserCtxtPtr' info='an XML parser context'/>
Daniel Veillard61006472002-01-21 17:31:47 +00009777 </function>
9778 <function name='xmlParseElement' file='parserInternals'>
Daniel Veillarde24c7dc2003-08-29 06:03:38 +00009779 <info>parse an XML element, this is highly recursive [39] element ::= EmptyElemTag | STag content ETag [ WFC: Element Type Match ] The Name in an element&apos;s end-tag must match the element type in the start-tag.</info>
Daniel Veillard61006472002-01-21 17:31:47 +00009780 <return type='void'/>
Daniel Veillarda9b66d02002-12-11 14:23:49 +00009781 <arg name='ctxt' type='xmlParserCtxtPtr' info='an XML parser context'/>
Daniel Veillard61006472002-01-21 17:31:47 +00009782 </function>
Daniel Veillard61006472002-01-21 17:31:47 +00009783 <function name='xmlParseElementChildrenContentDecl' file='parserInternals'>
Daniel Veillarda9b66d02002-12-11 14:23:49 +00009784 <info>parse the declaration for a Mixed Element content The leading &apos;(&apos; and spaces have been skipped in xmlParseElementContentDecl [47] children ::= (choice | seq) (&apos;?&apos; | &apos;*&apos; | &apos;+&apos;)? [48] cp ::= (Name | choice | seq) (&apos;?&apos; | &apos;*&apos; | &apos;+&apos;)? [49] choice ::= &apos;(&apos; S? cp ( S? &apos;|&apos; S? cp )* S? &apos;)&apos; [50] seq ::= &apos;(&apos; S? cp ( S? &apos;,&apos; S? cp )* S? &apos;)&apos; [ VC: Proper Group/PE Nesting ] applies to [49] and [50] TODO Parameter-entity replacement text must be properly nested with parenthesized groups. That is to say, if either of the opening or closing parentheses in a choice, seq, or Mixed construct is contained in the replacement text for a parameter entity, both must be contained in the same replacement text. For interoperability, if a parameter-entity reference appears in a choice, seq, or Mixed construct, its replacement text should not be empty, and neither the first nor last non-blank character of the replacement text should be a connector (| or ,).</info>
9785 <return type='xmlElementContentPtr' info='the tree of xmlElementContentPtr describing the element hierarchy.'/>
9786 <arg name='ctxt' type='xmlParserCtxtPtr' info='an XML parser context'/>
Daniel Veillarde72c5082003-09-19 12:44:05 +00009787 <arg name='inputchk' type='int' info='the input used for the current entity, needed for boundary checks'/>
Daniel Veillard61006472002-01-21 17:31:47 +00009788 </function>
9789 <function name='xmlParseElementContentDecl' file='parserInternals'>
Daniel Veillarda9b66d02002-12-11 14:23:49 +00009790 <info>parse the declaration for an Element content either Mixed or Children, the cases EMPTY and ANY are handled directly in xmlParseElementDecl [46] contentspec ::= &apos;EMPTY&apos; | &apos;ANY&apos; | Mixed | children</info>
9791 <return type='int' info='the type of element content XML_ELEMENT_TYPE_xxx'/>
9792 <arg name='ctxt' type='xmlParserCtxtPtr' info='an XML parser context'/>
Daniel Veillard2fdbd322003-08-18 12:15:38 +00009793 <arg name='name' type='const xmlChar *' info='the name of the element being defined.'/>
Daniel Veillarda9b66d02002-12-11 14:23:49 +00009794 <arg name='result' type='xmlElementContentPtr *' info='the Element Content pointer will be stored here if any'/>
Daniel Veillard61006472002-01-21 17:31:47 +00009795 </function>
9796 <function name='xmlParseElementDecl' file='parserInternals'>
Daniel Veillarda9b66d02002-12-11 14:23:49 +00009797 <info>parse an Element declaration. [45] elementdecl ::= &apos;&lt;!ELEMENT&apos; S Name S contentspec S? &apos;&gt;&apos; [ VC: Unique Element Type Declaration ] No element type may be declared more than once</info>
9798 <return type='int' info='the type of the element, or -1 in case of error'/>
9799 <arg name='ctxt' type='xmlParserCtxtPtr' info='an XML parser context'/>
Daniel Veillard61006472002-01-21 17:31:47 +00009800 </function>
9801 <function name='xmlParseElementMixedContentDecl' file='parserInternals'>
Daniel Veillarda9b66d02002-12-11 14:23:49 +00009802 <info>parse the declaration for a Mixed Element content The leading &apos;(&apos; and spaces have been skipped in xmlParseElementContentDecl [51] Mixed ::= &apos;(&apos; S? &apos;#PCDATA&apos; (S? &apos;|&apos; S? Name)* S? &apos;)*&apos; | &apos;(&apos; S? &apos;#PCDATA&apos; S? &apos;)&apos; [ VC: Proper Group/PE Nesting ] applies to [51] too (see [49]) [ VC: No Duplicate Types ] The same name must not appear more than once in a single mixed-content declaration.</info>
9803 <return type='xmlElementContentPtr' info='the list of the xmlElementContentPtr describing the element choices'/>
9804 <arg name='ctxt' type='xmlParserCtxtPtr' info='an XML parser context'/>
Daniel Veillarde72c5082003-09-19 12:44:05 +00009805 <arg name='inputchk' type='int' info='the input used for the current entity, needed for boundary checks'/>
Daniel Veillard61006472002-01-21 17:31:47 +00009806 </function>
9807 <function name='xmlParseEncName' file='parserInternals'>
Daniel Veillarda9b66d02002-12-11 14:23:49 +00009808 <info>parse the XML encoding name [81] EncName ::= [A-Za-z] ([A-Za-z0-9._] | &apos;-&apos;)*</info>
9809 <return type='xmlChar *' info='the encoding name value or NULL'/>
9810 <arg name='ctxt' type='xmlParserCtxtPtr' info='an XML parser context'/>
Daniel Veillard61006472002-01-21 17:31:47 +00009811 </function>
9812 <function name='xmlParseEncodingDecl' file='parserInternals'>
Daniel Veillarda9b66d02002-12-11 14:23:49 +00009813 <info>parse the XML encoding declaration [80] EncodingDecl ::= S &apos;encoding&apos; Eq (&apos;&quot;&apos; EncName &apos;&quot;&apos; | &quot;&apos;&quot; EncName &quot;&apos;&quot;) this setups the conversion filters.</info>
Daniel Veillardcfba2fe2003-08-15 00:33:43 +00009814 <return type='const xmlChar *' info='the encoding value or NULL'/>
Daniel Veillarda9b66d02002-12-11 14:23:49 +00009815 <arg name='ctxt' type='xmlParserCtxtPtr' info='an XML parser context'/>
Daniel Veillard61006472002-01-21 17:31:47 +00009816 </function>
9817 <function name='xmlParseEndTag' file='parserInternals'>
Daniel Veillarda9b66d02002-12-11 14:23:49 +00009818 <info>parse an end of tag [42] ETag ::= &apos;&lt;/&apos; Name S? &apos;&gt;&apos; With namespace [NS 9] ETag ::= &apos;&lt;/&apos; QName S? &apos;&gt;&apos;</info>
Daniel Veillard61006472002-01-21 17:31:47 +00009819 <return type='void'/>
Daniel Veillarda9b66d02002-12-11 14:23:49 +00009820 <arg name='ctxt' type='xmlParserCtxtPtr' info='an XML parser context'/>
Daniel Veillard61006472002-01-21 17:31:47 +00009821 </function>
9822 <function name='xmlParseEntity' file='parser'>
Daniel Veillarda9b66d02002-12-11 14:23:49 +00009823 <info>parse an XML external entity out of context and build a tree. [78] extParsedEnt ::= TextDecl? content This correspond to a &quot;Well Balanced&quot; chunk</info>
9824 <return type='xmlDocPtr' info='the resulting document tree'/>
9825 <arg name='filename' type='const char *' info='the filename'/>
Daniel Veillard61006472002-01-21 17:31:47 +00009826 </function>
9827 <function name='xmlParseEntityDecl' file='parserInternals'>
Daniel Veillarda9b66d02002-12-11 14:23:49 +00009828 <info>parse &lt;!ENTITY declarations [70] EntityDecl ::= GEDecl | PEDecl [71] GEDecl ::= &apos;&lt;!ENTITY&apos; S Name S EntityDef S? &apos;&gt;&apos; [72] PEDecl ::= &apos;&lt;!ENTITY&apos; S &apos;%&apos; S Name S PEDef S? &apos;&gt;&apos; [73] EntityDef ::= EntityValue | (ExternalID NDataDecl?) [74] PEDef ::= EntityValue | ExternalID [76] NDataDecl ::= S &apos;NDATA&apos; S Name [ VC: Notation Declared ] The Name must match the declared name of a notation.</info>
Daniel Veillard61006472002-01-21 17:31:47 +00009829 <return type='void'/>
Daniel Veillarda9b66d02002-12-11 14:23:49 +00009830 <arg name='ctxt' type='xmlParserCtxtPtr' info='an XML parser context'/>
Daniel Veillard61006472002-01-21 17:31:47 +00009831 </function>
9832 <function name='xmlParseEntityRef' file='parserInternals'>
Daniel Veillarda9b66d02002-12-11 14:23:49 +00009833 <info>parse ENTITY references declarations [68] EntityRef ::= &apos;&amp;&apos; Name &apos;;&apos; [ WFC: Entity Declared ] In a document without any DTD, a document with only an internal DTD subset which contains no parameter entity references, or a document with &quot;standalone=&apos;yes&apos;&quot;, the Name given in the entity reference must match that in an entity declaration, except that well-formed documents need not declare any of the following entities: amp, lt, gt, apos, quot. The declaration of a parameter entity must precede any reference to it. Similarly, the declaration of a general entity must precede any reference to it which appears in a default value in an attribute-list declaration. Note that if entities are declared in the external subset or in external parameter entities, a non-validating processor is not obligated to read and process their declarations; for such documents, the rule that an entity must be declared is a well-formedness constraint only if standalone=&apos;yes&apos;. [ WFC: Parsed Entity ] An entity reference must not contain the name of an unparsed entity</info>
9834 <return type='xmlEntityPtr' info='the xmlEntityPtr if found, or NULL otherwise.'/>
9835 <arg name='ctxt' type='xmlParserCtxtPtr' info='an XML parser context'/>
Daniel Veillard61006472002-01-21 17:31:47 +00009836 </function>
9837 <function name='xmlParseEntityValue' file='parserInternals'>
Daniel Veillarda9b66d02002-12-11 14:23:49 +00009838 <info>parse a value for ENTITY declarations [9] EntityValue ::= &apos;&quot;&apos; ([^%&amp;&quot;] | PEReference | Reference)* &apos;&quot;&apos; | &quot;&apos;&quot; ([^%&amp;&apos;] | PEReference | Reference)* &quot;&apos;&quot;</info>
9839 <return type='xmlChar *' info='the EntityValue parsed with reference substituted or NULL'/>
9840 <arg name='ctxt' type='xmlParserCtxtPtr' info='an XML parser context'/>
9841 <arg name='orig' type='xmlChar **' info='if non-NULL store a copy of the original entity value'/>
Daniel Veillard61006472002-01-21 17:31:47 +00009842 </function>
9843 <function name='xmlParseEnumeratedType' file='parserInternals'>
Daniel Veillarda9b66d02002-12-11 14:23:49 +00009844 <info>parse an Enumerated attribute type. [57] EnumeratedType ::= NotationType | Enumeration [58] NotationType ::= &apos;NOTATION&apos; S &apos;(&apos; S? Name (S? &apos;|&apos; S? Name)* S? &apos;)&apos;</info>
9845 <return type='int' info='XML_ATTRIBUTE_ENUMERATION or XML_ATTRIBUTE_NOTATION'/>
9846 <arg name='ctxt' type='xmlParserCtxtPtr' info='an XML parser context'/>
9847 <arg name='tree' type='xmlEnumerationPtr *' info='the enumeration tree built while parsing'/>
Daniel Veillard61006472002-01-21 17:31:47 +00009848 </function>
9849 <function name='xmlParseEnumerationType' file='parserInternals'>
Daniel Veillarda9b66d02002-12-11 14:23:49 +00009850 <info>parse an Enumeration attribute type. [59] Enumeration ::= &apos;(&apos; S? Nmtoken (S? &apos;|&apos; S? Nmtoken)* S? &apos;)&apos; [ VC: Enumeration ] Values of this type must match one of the Nmtoken tokens in the declaration</info>
9851 <return type='xmlEnumerationPtr' info='the enumeration attribute tree built while parsing'/>
9852 <arg name='ctxt' type='xmlParserCtxtPtr' info='an XML parser context'/>
Daniel Veillard61006472002-01-21 17:31:47 +00009853 </function>
9854 <function name='xmlParseExtParsedEnt' file='parser'>
Daniel Veillarda9b66d02002-12-11 14:23:49 +00009855 <info>parse a general parsed entity An external general parsed entity is well-formed if it matches the production labeled extParsedEnt. [78] extParsedEnt ::= TextDecl? content</info>
9856 <return type='int' info='0, -1 in case of error. the parser context is augmented as a result of the parsing.'/>
9857 <arg name='ctxt' type='xmlParserCtxtPtr' info='an XML parser context'/>
Daniel Veillard61006472002-01-21 17:31:47 +00009858 </function>
9859 <function name='xmlParseExternalEntity' file='parser'>
Daniel Veillarda9b66d02002-12-11 14:23:49 +00009860 <info>Parse an external general entity An external general parsed entity is well-formed if it matches the production labeled extParsedEnt. [78] extParsedEnt ::= TextDecl? content</info>
9861 <return type='int' info='0 if the entity is well formed, -1 in case of args problem and the parser error code otherwise'/>
9862 <arg name='doc' type='xmlDocPtr' info='the document the chunk pertains to'/>
9863 <arg name='sax' type='xmlSAXHandlerPtr' info='the SAX handler bloc (possibly NULL)'/>
9864 <arg name='user_data' type='void *' info='The user data returned on SAX callbacks (possibly NULL)'/>
9865 <arg name='depth' type='int' info='Used for loop detection, use 0'/>
9866 <arg name='URL' type='const xmlChar *' info='the URL for the entity to load'/>
9867 <arg name='ID' type='const xmlChar *' info='the System ID for the entity to load'/>
9868 <arg name='lst' type='xmlNodePtr *' info='the return value for the set of parsed nodes'/>
Daniel Veillard61006472002-01-21 17:31:47 +00009869 </function>
9870 <function name='xmlParseExternalID' file='parserInternals'>
Daniel Veillarda9b66d02002-12-11 14:23:49 +00009871 <info>Parse an External ID or a Public ID NOTE: Productions [75] and [83] interact badly since [75] can generate &apos;PUBLIC&apos; S PubidLiteral S SystemLiteral [75] ExternalID ::= &apos;SYSTEM&apos; S SystemLiteral | &apos;PUBLIC&apos; S PubidLiteral S SystemLiteral [83] PublicID ::= &apos;PUBLIC&apos; S PubidLiteral</info>
9872 <return type='xmlChar *' info='the function returns SystemLiteral and in the second case publicID receives PubidLiteral, is strict is off it is possible to return NULL and have publicID set.'/>
9873 <arg name='ctxt' type='xmlParserCtxtPtr' info='an XML parser context'/>
9874 <arg name='publicID' type='xmlChar **' info='a xmlChar** receiving PubidLiteral'/>
9875 <arg name='strict' type='int' info='indicate whether we should restrict parsing to only production [75], see NOTE below'/>
Daniel Veillard61006472002-01-21 17:31:47 +00009876 </function>
9877 <function name='xmlParseExternalSubset' file='parserInternals'>
Daniel Veillarda9b66d02002-12-11 14:23:49 +00009878 <info>parse Markup declarations from an external subset [30] extSubset ::= textDecl? extSubsetDecl [31] extSubsetDecl ::= (markupdecl | conditionalSect | PEReference | S) *</info>
Daniel Veillard61006472002-01-21 17:31:47 +00009879 <return type='void'/>
Daniel Veillarda9b66d02002-12-11 14:23:49 +00009880 <arg name='ctxt' type='xmlParserCtxtPtr' info='an XML parser context'/>
9881 <arg name='ExternalID' type='const xmlChar *' info='the external identifier'/>
9882 <arg name='SystemID' type='const xmlChar *' info='the system identifier (or URL)'/>
Daniel Veillard61006472002-01-21 17:31:47 +00009883 </function>
9884 <function name='xmlParseFile' file='parser'>
Daniel Veillard2d1464f2002-01-21 23:16:56 +00009885 <info>parse an XML file and build a tree. Automatic support for ZLIB/Compress compressed document is provided by default if found at compile-time.</info>
Daniel Veillarda9b66d02002-12-11 14:23:49 +00009886 <return type='xmlDocPtr' info='the resulting document tree if the file was wellformed, NULL otherwise.'/>
9887 <arg name='filename' type='const char *' info='the filename'/>
Daniel Veillard61006472002-01-21 17:31:47 +00009888 </function>
9889 <function name='xmlParseMarkupDecl' file='parserInternals'>
Daniel Veillarda9b66d02002-12-11 14:23:49 +00009890 <info>parse Markup declarations [29] markupdecl ::= elementdecl | AttlistDecl | EntityDecl | NotationDecl | PI | Comment [ VC: Proper Declaration/PE Nesting ] Parameter-entity replacement text must be properly nested with markup declarations. That is to say, if either the first character or the last character of a markup declaration (markupdecl above) is contained in the replacement text for a parameter-entity reference, both must be contained in the same replacement text. [ WFC: PEs in Internal Subset ] In the internal DTD subset, parameter-entity references can occur only where markup declarations can occur, not within markup declarations. (This does not apply to references that occur in external parameter entities or to the external subset.)</info>
Daniel Veillard61006472002-01-21 17:31:47 +00009891 <return type='void'/>
Daniel Veillarda9b66d02002-12-11 14:23:49 +00009892 <arg name='ctxt' type='xmlParserCtxtPtr' info='an XML parser context'/>
Daniel Veillard61006472002-01-21 17:31:47 +00009893 </function>
9894 <function name='xmlParseMemory' file='parser'>
Daniel Veillard2d1464f2002-01-21 23:16:56 +00009895 <info>parse an XML in-memory block and build a tree.</info>
Daniel Veillarda9b66d02002-12-11 14:23:49 +00009896 <return type='xmlDocPtr' info='the resulting document tree'/>
9897 <arg name='buffer' type='const char *' info='an pointer to a char array'/>
9898 <arg name='size' type='int' info='the size of the array'/>
Daniel Veillard61006472002-01-21 17:31:47 +00009899 </function>
9900 <function name='xmlParseMisc' file='parserInternals'>
Daniel Veillarda9b66d02002-12-11 14:23:49 +00009901 <info>parse an XML Misc* optional field. [27] Misc ::= Comment | PI | S</info>
Daniel Veillard61006472002-01-21 17:31:47 +00009902 <return type='void'/>
Daniel Veillarda9b66d02002-12-11 14:23:49 +00009903 <arg name='ctxt' type='xmlParserCtxtPtr' info='an XML parser context'/>
Daniel Veillard61006472002-01-21 17:31:47 +00009904 </function>
9905 <function name='xmlParseName' file='parserInternals'>
Daniel Veillarda9b66d02002-12-11 14:23:49 +00009906 <info>parse an XML name. [4] NameChar ::= Letter | Digit | &apos;.&apos; | &apos;-&apos; | &apos;_&apos; | &apos;:&apos; | CombiningChar | Extender [5] Name ::= (Letter | &apos;_&apos; | &apos;:&apos;) (NameChar)* [6] Names ::= Name (S Name)*</info>
Daniel Veillard2fdbd322003-08-18 12:15:38 +00009907 <return type='const xmlChar *' info='the Name parsed or NULL'/>
Daniel Veillarda9b66d02002-12-11 14:23:49 +00009908 <arg name='ctxt' type='xmlParserCtxtPtr' info='an XML parser context'/>
Daniel Veillard61006472002-01-21 17:31:47 +00009909 </function>
9910 <function name='xmlParseNamespace' file='parserInternals'>
Daniel Veillarda9b66d02002-12-11 14:23:49 +00009911 <info>xmlParseNamespace: parse specific PI &apos;&lt;?namespace ...&apos; constructs. This is what the older xml-name Working Draft specified, a bunch of other stuff may still rely on it, so support is still here as if it was declared on the root of the Tree:-( TODO: remove from library To be removed at next drop of binary compatibility</info>
Daniel Veillard61006472002-01-21 17:31:47 +00009912 <return type='void'/>
Daniel Veillarda9b66d02002-12-11 14:23:49 +00009913 <arg name='ctxt' type='xmlParserCtxtPtr' info='an XML parser context'/>
Daniel Veillard61006472002-01-21 17:31:47 +00009914 </function>
9915 <function name='xmlParseNmtoken' file='parserInternals'>
Daniel Veillarda9b66d02002-12-11 14:23:49 +00009916 <info>parse an XML Nmtoken. [7] Nmtoken ::= (NameChar)+ [8] Nmtokens ::= Nmtoken (S Nmtoken)*</info>
9917 <return type='xmlChar *' info='the Nmtoken parsed or NULL'/>
9918 <arg name='ctxt' type='xmlParserCtxtPtr' info='an XML parser context'/>
Daniel Veillard61006472002-01-21 17:31:47 +00009919 </function>
9920 <function name='xmlParseNotationDecl' file='parserInternals'>
Daniel Veillarda9b66d02002-12-11 14:23:49 +00009921 <info>parse a notation declaration [82] NotationDecl ::= &apos;&lt;!NOTATION&apos; S Name S (ExternalID | PublicID) S? &apos;&gt;&apos; Hence there is actually 3 choices: &apos;PUBLIC&apos; S PubidLiteral &apos;PUBLIC&apos; S PubidLiteral S SystemLiteral and &apos;SYSTEM&apos; S SystemLiteral See the NOTE on xmlParseExternalID().</info>
Daniel Veillard61006472002-01-21 17:31:47 +00009922 <return type='void'/>
Daniel Veillarda9b66d02002-12-11 14:23:49 +00009923 <arg name='ctxt' type='xmlParserCtxtPtr' info='an XML parser context'/>
Daniel Veillard61006472002-01-21 17:31:47 +00009924 </function>
9925 <function name='xmlParseNotationType' file='parserInternals'>
Daniel Veillarda9b66d02002-12-11 14:23:49 +00009926 <info>parse an Notation attribute type. Note: the leading &apos;NOTATION&apos; S part has already being parsed... [58] NotationType ::= &apos;NOTATION&apos; S &apos;(&apos; S? Name (S? &apos;|&apos; S? Name)* S? &apos;)&apos; [ VC: Notation Attributes ] Values of this type must match one of the notation names included in the declaration; all notation names in the declaration must be declared.</info>
9927 <return type='xmlEnumerationPtr' info='the notation attribute tree built while parsing'/>
9928 <arg name='ctxt' type='xmlParserCtxtPtr' info='an XML parser context'/>
Daniel Veillard61006472002-01-21 17:31:47 +00009929 </function>
9930 <function name='xmlParsePEReference' file='parserInternals'>
Daniel Veillarda9b66d02002-12-11 14:23:49 +00009931 <info>parse PEReference declarations The entity content is handled directly by pushing it&apos;s content as a new input stream. [69] PEReference ::= &apos;%&apos; Name &apos;;&apos; [ WFC: No Recursion ] A parsed entity must not contain a recursive reference to itself, either directly or indirectly. [ WFC: Entity Declared ] In a document without any DTD, a document with only an internal DTD subset which contains no parameter entity references, or a document with &quot;standalone=&apos;yes&apos;&quot;, ... ... The declaration of a parameter entity must precede any reference to it... [ VC: Entity Declared ] In a document with an external subset or external parameter entities with &quot;standalone=&apos;no&apos;&quot;, ... ... The declaration of a parameter entity must precede any reference to it... [ WFC: In DTD ] Parameter-entity references may only appear in the DTD. NOTE: misleading but this is handled.</info>
Daniel Veillard61006472002-01-21 17:31:47 +00009932 <return type='void'/>
Daniel Veillarda9b66d02002-12-11 14:23:49 +00009933 <arg name='ctxt' type='xmlParserCtxtPtr' info='an XML parser context'/>
Daniel Veillard61006472002-01-21 17:31:47 +00009934 </function>
9935 <function name='xmlParsePI' file='parserInternals'>
Daniel Veillarda9b66d02002-12-11 14:23:49 +00009936 <info>parse an XML Processing Instruction. [16] PI ::= &apos;&lt;?&apos; PITarget (S (Char* - (Char* &apos;?&gt;&apos; Char*)))? &apos;?&gt;&apos; The processing is transfered to SAX once parsed.</info>
Daniel Veillard61006472002-01-21 17:31:47 +00009937 <return type='void'/>
Daniel Veillarda9b66d02002-12-11 14:23:49 +00009938 <arg name='ctxt' type='xmlParserCtxtPtr' info='an XML parser context'/>
Daniel Veillard61006472002-01-21 17:31:47 +00009939 </function>
9940 <function name='xmlParsePITarget' file='parserInternals'>
Daniel Veillarda9b66d02002-12-11 14:23:49 +00009941 <info>parse the name of a PI [17] PITarget ::= Name - ((&apos;X&apos; | &apos;x&apos;) (&apos;M&apos; | &apos;m&apos;) (&apos;L&apos; | &apos;l&apos;))</info>
Daniel Veillard2fdbd322003-08-18 12:15:38 +00009942 <return type='const xmlChar *' info='the PITarget name or NULL'/>
Daniel Veillarda9b66d02002-12-11 14:23:49 +00009943 <arg name='ctxt' type='xmlParserCtxtPtr' info='an XML parser context'/>
Daniel Veillard61006472002-01-21 17:31:47 +00009944 </function>
9945 <function name='xmlParsePubidLiteral' file='parserInternals'>
Daniel Veillarda9b66d02002-12-11 14:23:49 +00009946 <info>parse an XML public literal [12] PubidLiteral ::= &apos;&quot;&apos; PubidChar* &apos;&quot;&apos; | &quot;&apos;&quot; (PubidChar - &quot;&apos;&quot;)* &quot;&apos;&quot;</info>
9947 <return type='xmlChar *' info='the PubidLiteral parsed or NULL.'/>
9948 <arg name='ctxt' type='xmlParserCtxtPtr' info='an XML parser context'/>
Daniel Veillard61006472002-01-21 17:31:47 +00009949 </function>
9950 <function name='xmlParseQuotedString' file='parserInternals'>
Daniel Veillarda9b66d02002-12-11 14:23:49 +00009951 <info>Parse and return a string between quotes or doublequotes TODO: Deprecated, to be removed at next drop of binary compatibility</info>
9952 <return type='xmlChar *' info='the string parser or NULL.'/>
9953 <arg name='ctxt' type='xmlParserCtxtPtr' info='an XML parser context'/>
Daniel Veillard61006472002-01-21 17:31:47 +00009954 </function>
9955 <function name='xmlParseReference' file='parserInternals'>
Daniel Veillarda9b66d02002-12-11 14:23:49 +00009956 <info>parse and handle entity references in content, depending on the SAX interface, this may end-up in a call to character() if this is a CharRef, a predefined entity, if there is no reference() callback. or if the parser was asked to switch to that mode. [67] Reference ::= EntityRef | CharRef</info>
Daniel Veillard61006472002-01-21 17:31:47 +00009957 <return type='void'/>
Daniel Veillarda9b66d02002-12-11 14:23:49 +00009958 <arg name='ctxt' type='xmlParserCtxtPtr' info='an XML parser context'/>
Daniel Veillard61006472002-01-21 17:31:47 +00009959 </function>
9960 <function name='xmlParseSDDecl' file='parserInternals'>
Daniel Veillarda9b66d02002-12-11 14:23:49 +00009961 <info>parse the XML standalone declaration [32] SDDecl ::= S &apos;standalone&apos; Eq ((&quot;&apos;&quot; (&apos;yes&apos; | &apos;no&apos;) &quot;&apos;&quot;) | (&apos;&quot;&apos; (&apos;yes&apos; | &apos;no&apos;)&apos;&quot;&apos;)) [ VC: Standalone Document Declaration ] TODO The standalone document declaration must have the value &quot;no&quot; if any external markup declarations contain declarations of: - attributes with default values, if elements to which these attributes apply appear in the document without specifications of values for these attributes, or - entities (other than amp, lt, gt, apos, quot), if references to those entities appear in the document, or - attributes with values subject to normalization, where the attribute appears in the document with a value which will change as a result of normalization, or - element types with element content, if white space occurs directly within any instance of those types.</info>
9962 <return type='int' info='1 if standalone, 0 otherwise'/>
9963 <arg name='ctxt' type='xmlParserCtxtPtr' info='an XML parser context'/>
Daniel Veillard61006472002-01-21 17:31:47 +00009964 </function>
9965 <function name='xmlParseStartTag' file='parserInternals'>
Daniel Veillarda9b66d02002-12-11 14:23:49 +00009966 <info>parse a start of tag either for rule element or EmptyElement. In both case we don&apos;t parse the tag closing chars. [40] STag ::= &apos;&lt;&apos; Name (S Attribute)* S? &apos;&gt;&apos; [ WFC: Unique Att Spec ] No attribute name may appear more than once in the same start-tag or empty-element tag. [44] EmptyElemTag ::= &apos;&lt;&apos; Name (S Attribute)* S? &apos;/&gt;&apos; [ WFC: Unique Att Spec ] No attribute name may appear more than once in the same start-tag or empty-element tag. With namespace: [NS 8] STag ::= &apos;&lt;&apos; QName (S Attribute)* S? &apos;&gt;&apos; [NS 10] EmptyElement ::= &apos;&lt;&apos; QName (S Attribute)* S? &apos;/&gt;&apos;</info>
Daniel Veillard2fdbd322003-08-18 12:15:38 +00009967 <return type='const xmlChar *' info='the element name parsed'/>
Daniel Veillarda9b66d02002-12-11 14:23:49 +00009968 <arg name='ctxt' type='xmlParserCtxtPtr' info='an XML parser context'/>
9969 </function>
Daniel Veillard61006472002-01-21 17:31:47 +00009970 <function name='xmlParseSystemLiteral' file='parserInternals'>
Daniel Veillarda9b66d02002-12-11 14:23:49 +00009971 <info>parse an XML Literal [11] SystemLiteral ::= (&apos;&quot;&apos; [^&quot;]* &apos;&quot;&apos;) | (&quot;&apos;&quot; [^&apos;]* &quot;&apos;&quot;)</info>
9972 <return type='xmlChar *' info='the SystemLiteral parsed or NULL'/>
9973 <arg name='ctxt' type='xmlParserCtxtPtr' info='an XML parser context'/>
Daniel Veillard61006472002-01-21 17:31:47 +00009974 </function>
9975 <function name='xmlParseTextDecl' file='parserInternals'>
Daniel Veillarda9b66d02002-12-11 14:23:49 +00009976 <info>parse an XML declaration header for external entities [77] TextDecl ::= &apos;&lt;?xml&apos; VersionInfo? EncodingDecl S? &apos;?&gt;&apos; Question: Seems that EncodingDecl is mandatory ? Is that a typo ?</info>
Daniel Veillard61006472002-01-21 17:31:47 +00009977 <return type='void'/>
Daniel Veillarda9b66d02002-12-11 14:23:49 +00009978 <arg name='ctxt' type='xmlParserCtxtPtr' info='an XML parser context'/>
Daniel Veillard61006472002-01-21 17:31:47 +00009979 </function>
9980 <function name='xmlParseURI' file='uri'>
Daniel Veillarda9b66d02002-12-11 14:23:49 +00009981 <info>Parse an URI URI-reference = [ absoluteURI | relativeURI ] [ &quot;#&quot; fragment ]</info>
9982 <return type='xmlURIPtr' info='a newly build xmlURIPtr or NULL in case of error'/>
9983 <arg name='str' type='const char *' info='the URI string to analyze'/>
Daniel Veillard61006472002-01-21 17:31:47 +00009984 </function>
9985 <function name='xmlParseURIReference' file='uri'>
Daniel Veillarda9b66d02002-12-11 14:23:49 +00009986 <info>Parse an URI reference string and fills in the appropriate fields of the @uri structure URI-reference = [ absoluteURI | relativeURI ] [ &quot;#&quot; fragment ]</info>
9987 <return type='int' info='0 or the error code'/>
9988 <arg name='uri' type='xmlURIPtr' info='pointer to an URI structure'/>
9989 <arg name='str' type='const char *' info='the string to analyze'/>
Daniel Veillard61006472002-01-21 17:31:47 +00009990 </function>
9991 <function name='xmlParseVersionInfo' file='parserInternals'>
Daniel Veillarda9b66d02002-12-11 14:23:49 +00009992 <info>parse the XML version. [24] VersionInfo ::= S &apos;version&apos; Eq (&apos; VersionNum &apos; | &quot; VersionNum &quot;) [25] Eq ::= S? &apos;=&apos; S?</info>
9993 <return type='xmlChar *' info='the version string, e.g. &quot;1.0&quot;'/>
9994 <arg name='ctxt' type='xmlParserCtxtPtr' info='an XML parser context'/>
Daniel Veillard61006472002-01-21 17:31:47 +00009995 </function>
9996 <function name='xmlParseVersionNum' file='parserInternals'>
Daniel Veillarda9b66d02002-12-11 14:23:49 +00009997 <info>parse the XML version value. [26] VersionNum ::= ([a-zA-Z0-9_.:] | &apos;-&apos;)+</info>
9998 <return type='xmlChar *' info='the string giving the XML version number, or NULL'/>
9999 <arg name='ctxt' type='xmlParserCtxtPtr' info='an XML parser context'/>
Daniel Veillard61006472002-01-21 17:31:47 +000010000 </function>
10001 <function name='xmlParseXMLDecl' file='parserInternals'>
Daniel Veillarda9b66d02002-12-11 14:23:49 +000010002 <info>parse an XML declaration header [23] XMLDecl ::= &apos;&lt;?xml&apos; VersionInfo EncodingDecl? SDDecl? S? &apos;?&gt;&apos;</info>
Daniel Veillard61006472002-01-21 17:31:47 +000010003 <return type='void'/>
Daniel Veillarda9b66d02002-12-11 14:23:49 +000010004 <arg name='ctxt' type='xmlParserCtxtPtr' info='an XML parser context'/>
Daniel Veillard61006472002-01-21 17:31:47 +000010005 </function>
10006 <function name='xmlParserAddNodeInfo' file='parser'>
Daniel Veillard2d1464f2002-01-21 23:16:56 +000010007 <info>Insert node info record into the sorted sequence</info>
Daniel Veillard61006472002-01-21 17:31:47 +000010008 <return type='void'/>
Daniel Veillarda9b66d02002-12-11 14:23:49 +000010009 <arg name='ctxt' type='xmlParserCtxtPtr' info='an XML parser context'/>
10010 <arg name='info' type='const xmlParserNodeInfoPtr' info='a node info sequence pointer'/>
Daniel Veillard61006472002-01-21 17:31:47 +000010011 </function>
Daniel Veillard61006472002-01-21 17:31:47 +000010012 <function name='xmlParserError' file='xmlerror'>
Daniel Veillard2d1464f2002-01-21 23:16:56 +000010013 <info>Display and format an error messages, gives file, line, position and extra parameters.</info>
Daniel Veillard61006472002-01-21 17:31:47 +000010014 <return type='void'/>
Daniel Veillarda9b66d02002-12-11 14:23:49 +000010015 <arg name='ctx' type='void *' info='an XML parser context'/>
10016 <arg name='msg' type='const char *' info='the message to display/transmit'/>
10017 <arg name='...' type='...' info='extra parameters for the message display'/>
Daniel Veillard61006472002-01-21 17:31:47 +000010018 </function>
Daniel Veillard61006472002-01-21 17:31:47 +000010019 <function name='xmlParserFindNodeInfo' file='parser'>
Daniel Veillard2d1464f2002-01-21 23:16:56 +000010020 <info>Find the parser node info struct for a given node</info>
Daniel Veillarda9b66d02002-12-11 14:23:49 +000010021 <return type='const xmlParserNodeInfo *' info='an xmlParserNodeInfo block pointer or NULL'/>
10022 <arg name='ctx' type='const xmlParserCtxtPtr' info='an XML parser context'/>
10023 <arg name='node' type='const xmlNodePtr' info='an XML node within the tree'/>
Daniel Veillard61006472002-01-21 17:31:47 +000010024 </function>
10025 <function name='xmlParserFindNodeInfoIndex' file='parser'>
Daniel Veillard2d1464f2002-01-21 23:16:56 +000010026 <info>xmlParserFindNodeInfoIndex : Find the index that the info record for the given node is or should be at in a sorted sequence</info>
Daniel Veillarda9b66d02002-12-11 14:23:49 +000010027 <return type='unsigned long' info='a long indicating the position of the record'/>
10028 <arg name='seq' type='const xmlParserNodeInfoSeqPtr' info='a node info sequence pointer'/>
10029 <arg name='node' type='const xmlNodePtr' info='an XML node pointer'/>
Daniel Veillard61006472002-01-21 17:31:47 +000010030 </function>
10031 <function name='xmlParserGetDirectory' file='xmlIO'>
Daniel Veillard2d1464f2002-01-21 23:16:56 +000010032 <info>lookup the directory for that file</info>
Daniel Veillarda9b66d02002-12-11 14:23:49 +000010033 <return type='char *' info='a new allocated string containing the directory, or NULL.'/>
10034 <arg name='filename' type='const char *' info='the path to a file'/>
Daniel Veillard61006472002-01-21 17:31:47 +000010035 </function>
10036 <function name='xmlParserHandlePEReference' file='parserInternals'>
Daniel Veillarda9b66d02002-12-11 14:23:49 +000010037 <info>[69] PEReference ::= &apos;%&apos; Name &apos;;&apos; [ WFC: No Recursion ] A parsed entity must not contain a recursive reference to itself, either directly or indirectly. [ WFC: Entity Declared ] In a document without any DTD, a document with only an internal DTD subset which contains no parameter entity references, or a document with &quot;standalone=&apos;yes&apos;&quot;, ... ... The declaration of a parameter entity must precede any reference to it... [ VC: Entity Declared ] In a document with an external subset or external parameter entities with &quot;standalone=&apos;no&apos;&quot;, ... ... The declaration of a parameter entity must precede any reference to it... [ WFC: In DTD ] Parameter-entity references may only appear in the DTD. NOTE: misleading but this is handled. A PEReference may have been detected in the current input stream the handling is done accordingly to http://www.w3.org/TR/REC-xml#entproc i.e. - Included in literal in entity values - Included as Parameter Entity reference within DTDs</info>
Daniel Veillard61006472002-01-21 17:31:47 +000010038 <return type='void'/>
Daniel Veillarda9b66d02002-12-11 14:23:49 +000010039 <arg name='ctxt' type='xmlParserCtxtPtr' info='the parser context'/>
Daniel Veillard61006472002-01-21 17:31:47 +000010040 </function>
10041 <function name='xmlParserHandleReference' file='parserInternals'>
Daniel Veillarda9b66d02002-12-11 14:23:49 +000010042 <info>TODO: Remove, now deprecated ... the test is done directly in the content parsing routines. [67] Reference ::= EntityRef | CharRef [68] EntityRef ::= &apos;&amp;&apos; Name &apos;;&apos; [ WFC: Entity Declared ] the Name given in the entity reference must match that in an entity declaration, except that well-formed documents need not declare any of the following entities: amp, lt, gt, apos, quot. [ WFC: Parsed Entity ] An entity reference must not contain the name of an unparsed entity [66] CharRef ::= &apos;&amp;#&apos; [0-9]+ &apos;;&apos; | &apos;&amp;#x&apos; [0-9a-fA-F]+ &apos;;&apos; A PEReference may have been detected in the current input stream the handling is done accordingly to http://www.w3.org/TR/REC-xml#entproc</info>
Daniel Veillard61006472002-01-21 17:31:47 +000010043 <return type='void'/>
Daniel Veillarda9b66d02002-12-11 14:23:49 +000010044 <arg name='ctxt' type='xmlParserCtxtPtr' info='the parser context'/>
Daniel Veillard61006472002-01-21 17:31:47 +000010045 </function>
Daniel Veillard61006472002-01-21 17:31:47 +000010046 <function name='xmlParserInputBufferCreateFd' file='xmlIO'>
Daniel Veillard2d1464f2002-01-21 23:16:56 +000010047 <info>Create a buffered parser input for the progressive parsing for the input from a file descriptor</info>
Daniel Veillarda9b66d02002-12-11 14:23:49 +000010048 <return type='xmlParserInputBufferPtr' info='the new parser input or NULL'/>
10049 <arg name='fd' type='int' info='a file descriptor number'/>
10050 <arg name='enc' type='xmlCharEncoding' info='the charset encoding if known'/>
Daniel Veillard61006472002-01-21 17:31:47 +000010051 </function>
10052 <function name='xmlParserInputBufferCreateFile' file='xmlIO'>
Daniel Veillard2d1464f2002-01-21 23:16:56 +000010053 <info>Create a buffered parser input for the progressive parsing of a FILE * buffered C I/O</info>
Daniel Veillarda9b66d02002-12-11 14:23:49 +000010054 <return type='xmlParserInputBufferPtr' info='the new parser input or NULL'/>
10055 <arg name='file' type='FILE *' info='a FILE*'/>
10056 <arg name='enc' type='xmlCharEncoding' info='the charset encoding if known'/>
Daniel Veillard61006472002-01-21 17:31:47 +000010057 </function>
10058 <function name='xmlParserInputBufferCreateFilename' file='xmlIO'>
Daniel Veillard9d06d302002-01-22 18:15:52 +000010059 <info>Create a buffered parser input for the progressive parsing of a file If filename is &quot;-&apos; then we use stdin as the input. Automatic support for ZLIB/Compress compressed document is provided by default if found at compile-time. Do an encoding check if enc == XML_CHAR_ENCODING_NONE</info>
Daniel Veillarda9b66d02002-12-11 14:23:49 +000010060 <return type='xmlParserInputBufferPtr' info='the new parser input or NULL'/>
10061 <arg name='URI' type='const char *' info='a C string containing the URI or filename'/>
10062 <arg name='enc' type='xmlCharEncoding' info='the charset encoding if known'/>
Daniel Veillard61006472002-01-21 17:31:47 +000010063 </function>
Daniel Veillard61006472002-01-21 17:31:47 +000010064 <function name='xmlParserInputBufferCreateIO' file='xmlIO'>
Daniel Veillard2d1464f2002-01-21 23:16:56 +000010065 <info>Create a buffered parser input for the progressive parsing for the input from an I/O handler</info>
Daniel Veillarda9b66d02002-12-11 14:23:49 +000010066 <return type='xmlParserInputBufferPtr' info='the new parser input or NULL'/>
10067 <arg name='ioread' type='xmlInputReadCallback' info='an I/O read function'/>
10068 <arg name='ioclose' type='xmlInputCloseCallback' info='an I/O close function'/>
10069 <arg name='ioctx' type='void *' info='an I/O handler'/>
10070 <arg name='enc' type='xmlCharEncoding' info='the charset encoding if known'/>
Daniel Veillard61006472002-01-21 17:31:47 +000010071 </function>
10072 <function name='xmlParserInputBufferCreateMem' file='xmlIO'>
Daniel Veillard2d1464f2002-01-21 23:16:56 +000010073 <info>Create a buffered parser input for the progressive parsing for the input from a memory area.</info>
Daniel Veillarda9b66d02002-12-11 14:23:49 +000010074 <return type='xmlParserInputBufferPtr' info='the new parser input or NULL'/>
10075 <arg name='mem' type='const char *' info='the memory input'/>
10076 <arg name='size' type='int' info='the length of the memory block'/>
10077 <arg name='enc' type='xmlCharEncoding' info='the charset encoding if known'/>
Daniel Veillard61006472002-01-21 17:31:47 +000010078 </function>
Daniel Veillarde72c5082003-09-19 12:44:05 +000010079 <function name='xmlParserInputBufferCreateStatic' file='xmlIO'>
10080 <info>Create a buffered parser input for the progressive parsing for the input from an immutable memory area. This will not copy the memory area to the buffer, but the memory is expected to be available until the end of the parsing, this is useful for example when using mmap&apos;ed file.</info>
10081 <return type='xmlParserInputBufferPtr' info='the new parser input or NULL'/>
10082 <arg name='mem' type='const char *' info='the memory input'/>
10083 <arg name='size' type='int' info='the length of the memory block'/>
10084 <arg name='enc' type='xmlCharEncoding' info='the charset encoding if known'/>
10085 </function>
Daniel Veillard61006472002-01-21 17:31:47 +000010086 <function name='xmlParserInputBufferGrow' file='xmlIO'>
Daniel Veillarda9b66d02002-12-11 14:23:49 +000010087 <info>Grow up the content of the input buffer, the old data are preserved This routine handle the I18N transcoding to internal UTF-8 This routine is used when operating the parser in normal (pull) mode TODO: one should be able to remove one extra copy by copying directly onto in-&gt;buffer or in-&gt;raw</info>
10088 <return type='int' info='the number of chars read and stored in the buffer, or -1 in case of error.'/>
10089 <arg name='in' type='xmlParserInputBufferPtr' info='a buffered parser input'/>
10090 <arg name='len' type='int' info='indicative value of the amount of chars to read'/>
Daniel Veillard61006472002-01-21 17:31:47 +000010091 </function>
Daniel Veillard61006472002-01-21 17:31:47 +000010092 <function name='xmlParserInputBufferPush' file='xmlIO'>
Daniel Veillard2d1464f2002-01-21 23:16:56 +000010093 <info>Push the content of the arry in the input buffer This routine handle the I18N transcoding to internal UTF-8 This is used when operating the parser in progressive (push) mode.</info>
Daniel Veillarda9b66d02002-12-11 14:23:49 +000010094 <return type='int' info='the number of chars read and stored in the buffer, or -1 in case of error.'/>
10095 <arg name='in' type='xmlParserInputBufferPtr' info='a buffered parser input'/>
10096 <arg name='len' type='int' info='the size in bytes of the array.'/>
10097 <arg name='buf' type='const char *' info='an char array'/>
Daniel Veillard61006472002-01-21 17:31:47 +000010098 </function>
10099 <function name='xmlParserInputBufferRead' file='xmlIO'>
Daniel Veillard2d1464f2002-01-21 23:16:56 +000010100 <info>Refresh the content of the input buffer, the old data are considered consumed This routine handle the I18N transcoding to internal UTF-8</info>
Daniel Veillarda9b66d02002-12-11 14:23:49 +000010101 <return type='int' info='the number of chars read and stored in the buffer, or -1 in case of error.'/>
10102 <arg name='in' type='xmlParserInputBufferPtr' info='a buffered parser input'/>
10103 <arg name='len' type='int' info='indicative value of the amount of chars to read'/>
Daniel Veillard61006472002-01-21 17:31:47 +000010104 </function>
Daniel Veillard9d06d302002-01-22 18:15:52 +000010105 <functype name='xmlParserInputDeallocate' file='parser'>
Daniel Veillard19274092002-03-25 16:48:03 +000010106 <info>Callback for freeing some parser input allocations.</info>
Daniel Veillard000eafb2002-12-12 10:04:22 +000010107 <return type='void'/>
Daniel Veillarda9b66d02002-12-11 14:23:49 +000010108 <arg name='str' type='xmlChar *' info='the string to deallocate'/>
Daniel Veillard9d06d302002-01-22 18:15:52 +000010109 </functype>
Daniel Veillard61006472002-01-21 17:31:47 +000010110 <function name='xmlParserInputGrow' file='parser'>
Daniel Veillard2d1464f2002-01-21 23:16:56 +000010111 <info>This function increase the input for the parser. It tries to preserve pointers to the input buffer, and keep already read data</info>
Daniel Veillarda9b66d02002-12-11 14:23:49 +000010112 <return type='int' info='the number of xmlChars read, or -1 in case of error, 0 indicate the end of this entity'/>
10113 <arg name='in' type='xmlParserInputPtr' info='an XML parser input'/>
10114 <arg name='len' type='int' info='an indicative size for the lookahead'/>
Daniel Veillard61006472002-01-21 17:31:47 +000010115 </function>
Daniel Veillard61006472002-01-21 17:31:47 +000010116 <function name='xmlParserInputRead' file='parser'>
Daniel Veillard9d06d302002-01-22 18:15:52 +000010117 <info>This function refresh the input for the parser. It doesn&apos;t try to preserve pointers to the input buffer, and discard already read data</info>
Daniel Veillarda9b66d02002-12-11 14:23:49 +000010118 <return type='int' info='the number of xmlChars read, or -1 in case of error, 0 indicate the end of this entity'/>
10119 <arg name='in' type='xmlParserInputPtr' info='an XML parser input'/>
10120 <arg name='len' type='int' info='an indicative size for the lookahead'/>
Daniel Veillard61006472002-01-21 17:31:47 +000010121 </function>
10122 <function name='xmlParserInputShrink' file='parserInternals'>
Daniel Veillard2d1464f2002-01-21 23:16:56 +000010123 <info>This function removes used input for the parser.</info>
Daniel Veillard61006472002-01-21 17:31:47 +000010124 <return type='void'/>
Daniel Veillarda9b66d02002-12-11 14:23:49 +000010125 <arg name='in' type='xmlParserInputPtr' info='an XML parser input'/>
Daniel Veillard61006472002-01-21 17:31:47 +000010126 </function>
Daniel Veillard61006472002-01-21 17:31:47 +000010127 <function name='xmlParserPrintFileContext' file='xmlerror'>
Daniel Veillard2d1464f2002-01-21 23:16:56 +000010128 <info>Displays current context within the input content for error tracking</info>
Daniel Veillard61006472002-01-21 17:31:47 +000010129 <return type='void'/>
Daniel Veillarda9b66d02002-12-11 14:23:49 +000010130 <arg name='input' type='xmlParserInputPtr' info='an xmlParserInputPtr input'/>
Daniel Veillard61006472002-01-21 17:31:47 +000010131 </function>
10132 <function name='xmlParserPrintFileInfo' file='xmlerror'>
Daniel Veillard2d1464f2002-01-21 23:16:56 +000010133 <info>Displays the associated file and line informations for the current input</info>
Daniel Veillard61006472002-01-21 17:31:47 +000010134 <return type='void'/>
Daniel Veillarda9b66d02002-12-11 14:23:49 +000010135 <arg name='input' type='xmlParserInputPtr' info='an xmlParserInputPtr input'/>
Daniel Veillard61006472002-01-21 17:31:47 +000010136 </function>
10137 <function name='xmlParserValidityError' file='xmlerror'>
Daniel Veillard2d1464f2002-01-21 23:16:56 +000010138 <info>Display and format an validity error messages, gives file, line, position and extra parameters.</info>
Daniel Veillard61006472002-01-21 17:31:47 +000010139 <return type='void'/>
Daniel Veillarda9b66d02002-12-11 14:23:49 +000010140 <arg name='ctx' type='void *' info='an XML parser context'/>
10141 <arg name='msg' type='const char *' info='the message to display/transmit'/>
10142 <arg name='...' type='...' info='extra parameters for the message display'/>
Daniel Veillard61006472002-01-21 17:31:47 +000010143 </function>
10144 <function name='xmlParserValidityWarning' file='xmlerror'>
Daniel Veillard2d1464f2002-01-21 23:16:56 +000010145 <info>Display and format a validity warning messages, gives file, line, position and extra parameters.</info>
Daniel Veillard61006472002-01-21 17:31:47 +000010146 <return type='void'/>
Daniel Veillarda9b66d02002-12-11 14:23:49 +000010147 <arg name='ctx' type='void *' info='an XML parser context'/>
10148 <arg name='msg' type='const char *' info='the message to display/transmit'/>
10149 <arg name='...' type='...' info='extra parameters for the message display'/>
Daniel Veillard61006472002-01-21 17:31:47 +000010150 </function>
Daniel Veillard61006472002-01-21 17:31:47 +000010151 <function name='xmlParserWarning' file='xmlerror'>
Daniel Veillard2d1464f2002-01-21 23:16:56 +000010152 <info>Display and format a warning messages, gives file, line, position and extra parameters.</info>
Daniel Veillard61006472002-01-21 17:31:47 +000010153 <return type='void'/>
Daniel Veillarda9b66d02002-12-11 14:23:49 +000010154 <arg name='ctx' type='void *' info='an XML parser context'/>
10155 <arg name='msg' type='const char *' info='the message to display/transmit'/>
10156 <arg name='...' type='...' info='extra parameters for the message display'/>
Daniel Veillard61006472002-01-21 17:31:47 +000010157 </function>
Daniel Veillard1e906612003-12-05 14:57:46 +000010158 <function name='xmlPatternMatch' file='pattern'>
10159 <info>Test wether the node matches the pattern</info>
10160 <return type='int' info='1 if it matches, 0 if it doesn&apos;t and -1 in case of failure'/>
10161 <arg name='comp' type='xmlPatternPtr' info='the precompiled pattern'/>
10162 <arg name='node' type='xmlNodePtr' info='a node'/>
10163 </function>
10164 <function name='xmlPatterncompile' file='pattern'>
Daniel Veillardffa7b7e2003-12-05 16:10:21 +000010165 <info>Compile a pattern.</info>
Daniel Veillard1e906612003-12-05 14:57:46 +000010166 <return type='xmlPatternPtr' info='the compiled for of the pattern or NULL in case of error'/>
10167 <arg name='pattern' type='const xmlChar *' info='the pattern to compile'/>
10168 <arg name='dict' type='xmlDict *' info='an optional dictionnary for interned strings'/>
10169 <arg name='flags' type='int' info='compilation flags, undefined yet'/>
Daniel Veillardffa7b7e2003-12-05 16:10:21 +000010170 <arg name='namespaces' type='const xmlChar **' info='the prefix definitions, array of [URI, prefix] or NULL'/>
Daniel Veillard1e906612003-12-05 14:57:46 +000010171 </function>
Daniel Veillard61006472002-01-21 17:31:47 +000010172 <function name='xmlPedanticParserDefault' file='parser'>
Daniel Veillard2d1464f2002-01-21 23:16:56 +000010173 <info>Set and return the previous value for enabling pedantic warnings.</info>
Daniel Veillarda9b66d02002-12-11 14:23:49 +000010174 <return type='int' info='the last value for 0 for no substitution, 1 for substitution.'/>
10175 <arg name='val' type='int' info='int 0 or 1'/>
Daniel Veillard61006472002-01-21 17:31:47 +000010176 </function>
Daniel Veillard61006472002-01-21 17:31:47 +000010177 <function name='xmlPopInput' file='parserInternals'>
Daniel Veillard2d1464f2002-01-21 23:16:56 +000010178 <info>xmlPopInput: the current input pointed by ctxt-&gt;input came to an end pop it and return the next char.</info>
Daniel Veillarda9b66d02002-12-11 14:23:49 +000010179 <return type='xmlChar' info='the current xmlChar in the parser context'/>
10180 <arg name='ctxt' type='xmlParserCtxtPtr' info='an XML parser context'/>
Daniel Veillard61006472002-01-21 17:31:47 +000010181 </function>
Daniel Veillard8aac2972004-05-16 01:00:37 +000010182 <function name='xmlPopInputCallbacks' file='xmlIO'>
10183 <info></info>
10184 <return type='int' info=''/>
10185 </function>
Daniel Veillard61006472002-01-21 17:31:47 +000010186 <function name='xmlPrintURI' file='uri'>
Daniel Veillarda9b66d02002-12-11 14:23:49 +000010187 <info>Prints the URI in the stream @steam.</info>
Daniel Veillard61006472002-01-21 17:31:47 +000010188 <return type='void'/>
Daniel Veillarda9b66d02002-12-11 14:23:49 +000010189 <arg name='stream' type='FILE *' info='a FILE* for the output'/>
10190 <arg name='uri' type='xmlURIPtr' info='pointer to an xmlURI'/>
Daniel Veillard61006472002-01-21 17:31:47 +000010191 </function>
10192 <function name='xmlPushInput' file='parserInternals'>
Daniel Veillard2d1464f2002-01-21 23:16:56 +000010193 <info>xmlPushInput: switch to a new input stream which is stacked on top of the previous one(s).</info>
Daniel Veillard61006472002-01-21 17:31:47 +000010194 <return type='void'/>
Daniel Veillarda9b66d02002-12-11 14:23:49 +000010195 <arg name='ctxt' type='xmlParserCtxtPtr' info='an XML parser context'/>
10196 <arg name='input' type='xmlParserInputPtr' info='an XML parser input fragment (entity, XML fragment ...).'/>
Daniel Veillard61006472002-01-21 17:31:47 +000010197 </function>
Daniel Veillard61006472002-01-21 17:31:47 +000010198 <function name='xmlRMutexLock' file='threads'>
Daniel Veillard2d1464f2002-01-21 23:16:56 +000010199 <info>xmlRMutexLock() is used to lock a libxml2 token_r.</info>
Daniel Veillard61006472002-01-21 17:31:47 +000010200 <return type='void'/>
Daniel Veillarda9b66d02002-12-11 14:23:49 +000010201 <arg name='tok' type='xmlRMutexPtr' info='the reentrant mutex'/>
Daniel Veillard61006472002-01-21 17:31:47 +000010202 </function>
Daniel Veillard61006472002-01-21 17:31:47 +000010203 <function name='xmlRMutexUnlock' file='threads'>
Daniel Veillard2d1464f2002-01-21 23:16:56 +000010204 <info>xmlRMutexUnlock() is used to unlock a libxml2 token_r.</info>
Daniel Veillard61006472002-01-21 17:31:47 +000010205 <return type='void'/>
Daniel Veillarda9b66d02002-12-11 14:23:49 +000010206 <arg name='tok' type='xmlRMutexPtr' info='the reentrant mutex'/>
Daniel Veillard61006472002-01-21 17:31:47 +000010207 </function>
Daniel Veillard16fa96c2003-09-23 21:50:54 +000010208 <function name='xmlReadDoc' file='parser'>
10209 <info>parse an XML in-memory document and build a tree.</info>
10210 <return type='xmlDocPtr' info='the resulting document tree'/>
10211 <arg name='cur' type='const xmlChar *' info='a pointer to a zero terminated string'/>
Daniel Veillard60942de2003-09-25 21:05:58 +000010212 <arg name='URL' type='const char *' info='the base URL to use for the document'/>
Daniel Veillard16fa96c2003-09-23 21:50:54 +000010213 <arg name='encoding' type='const char *' info='the document encoding, or NULL'/>
Daniel Veillarde6e59cd2003-12-24 11:56:44 +000010214 <arg name='options' type='int' info='a combination of xmlParserOption'/>
Daniel Veillard16fa96c2003-09-23 21:50:54 +000010215 </function>
10216 <function name='xmlReadFd' file='parser'>
Daniel Veillarde6e59cd2003-12-24 11:56:44 +000010217 <info>parse an XML from a file descriptor and build a tree. NOTE that the file descriptor will not be closed when the reader is closed or reset.</info>
Daniel Veillard16fa96c2003-09-23 21:50:54 +000010218 <return type='xmlDocPtr' info='the resulting document tree'/>
10219 <arg name='fd' type='int' info='an open file descriptor'/>
Daniel Veillard60942de2003-09-25 21:05:58 +000010220 <arg name='URL' type='const char *' info='the base URL to use for the document'/>
Daniel Veillard16fa96c2003-09-23 21:50:54 +000010221 <arg name='encoding' type='const char *' info='the document encoding, or NULL'/>
Daniel Veillarde6e59cd2003-12-24 11:56:44 +000010222 <arg name='options' type='int' info='a combination of xmlParserOption'/>
Daniel Veillard16fa96c2003-09-23 21:50:54 +000010223 </function>
10224 <function name='xmlReadFile' file='parser'>
10225 <info>parse an XML file from the filesystem or the network.</info>
10226 <return type='xmlDocPtr' info='the resulting document tree'/>
10227 <arg name='filename' type='const char *' info='a file or URL'/>
10228 <arg name='encoding' type='const char *' info='the document encoding, or NULL'/>
Daniel Veillarde6e59cd2003-12-24 11:56:44 +000010229 <arg name='options' type='int' info='a combination of xmlParserOption'/>
Daniel Veillard16fa96c2003-09-23 21:50:54 +000010230 </function>
10231 <function name='xmlReadIO' file='parser'>
10232 <info>parse an XML document from I/O functions and source and build a tree.</info>
10233 <return type='xmlDocPtr' info='the resulting document tree'/>
10234 <arg name='ioread' type='xmlInputReadCallback' info='an I/O read function'/>
10235 <arg name='ioclose' type='xmlInputCloseCallback' info='an I/O close function'/>
10236 <arg name='ioctx' type='void *' info='an I/O handler'/>
Daniel Veillard60942de2003-09-25 21:05:58 +000010237 <arg name='URL' type='const char *' info='the base URL to use for the document'/>
Daniel Veillard16fa96c2003-09-23 21:50:54 +000010238 <arg name='encoding' type='const char *' info='the document encoding, or NULL'/>
Daniel Veillarde6e59cd2003-12-24 11:56:44 +000010239 <arg name='options' type='int' info='a combination of xmlParserOption'/>
Daniel Veillard16fa96c2003-09-23 21:50:54 +000010240 </function>
10241 <function name='xmlReadMemory' file='parser'>
10242 <info>parse an XML in-memory document and build a tree.</info>
10243 <return type='xmlDocPtr' info='the resulting document tree'/>
10244 <arg name='buffer' type='const char *' info='a pointer to a char array'/>
10245 <arg name='size' type='int' info='the size of the array'/>
Daniel Veillard60942de2003-09-25 21:05:58 +000010246 <arg name='URL' type='const char *' info='the base URL to use for the document'/>
Daniel Veillard16fa96c2003-09-23 21:50:54 +000010247 <arg name='encoding' type='const char *' info='the document encoding, or NULL'/>
Daniel Veillarde6e59cd2003-12-24 11:56:44 +000010248 <arg name='options' type='int' info='a combination of xmlParserOption'/>
Daniel Veillard16fa96c2003-09-23 21:50:54 +000010249 </function>
Daniel Veillardfc8dc352003-10-18 09:07:46 +000010250 <function name='xmlReaderForDoc' file='xmlreader'>
Daniel Veillarde6e59cd2003-12-24 11:56:44 +000010251 <info>Create an xmltextReader for an XML in-memory document. The parsing flags @options are a combination of xmlParserOption.</info>
Daniel Veillardfc8dc352003-10-18 09:07:46 +000010252 <return type='xmlTextReaderPtr' info='the new reader or NULL in case of error.'/>
10253 <arg name='cur' type='const xmlChar *' info='a pointer to a zero terminated string'/>
10254 <arg name='URL' type='const char *' info='the base URL to use for the document'/>
10255 <arg name='encoding' type='const char *' info='the document encoding, or NULL'/>
Daniel Veillarde6e59cd2003-12-24 11:56:44 +000010256 <arg name='options' type='int' info='a combination of xmlParserOption'/>
Daniel Veillardfc8dc352003-10-18 09:07:46 +000010257 </function>
10258 <function name='xmlReaderForFd' file='xmlreader'>
Daniel Veillarde6e59cd2003-12-24 11:56:44 +000010259 <info>Create an xmltextReader for an XML from a file descriptor. The parsing flags @options are a combination of xmlParserOption. NOTE that the file descriptor will not be closed when the reader is closed or reset.</info>
Daniel Veillardfc8dc352003-10-18 09:07:46 +000010260 <return type='xmlTextReaderPtr' info='the new reader or NULL in case of error.'/>
10261 <arg name='fd' type='int' info='an open file descriptor'/>
10262 <arg name='URL' type='const char *' info='the base URL to use for the document'/>
10263 <arg name='encoding' type='const char *' info='the document encoding, or NULL'/>
Daniel Veillarde6e59cd2003-12-24 11:56:44 +000010264 <arg name='options' type='int' info='a combination of xmlParserOption'/>
Daniel Veillardfc8dc352003-10-18 09:07:46 +000010265 </function>
10266 <function name='xmlReaderForFile' file='xmlreader'>
Daniel Veillarde6e59cd2003-12-24 11:56:44 +000010267 <info>parse an XML file from the filesystem or the network. The parsing flags @options are a combination of xmlParserOption.</info>
Daniel Veillardfc8dc352003-10-18 09:07:46 +000010268 <return type='xmlTextReaderPtr' info='the new reader or NULL in case of error.'/>
10269 <arg name='filename' type='const char *' info='a file or URL'/>
10270 <arg name='encoding' type='const char *' info='the document encoding, or NULL'/>
Daniel Veillarde6e59cd2003-12-24 11:56:44 +000010271 <arg name='options' type='int' info='a combination of xmlParserOption'/>
Daniel Veillardfc8dc352003-10-18 09:07:46 +000010272 </function>
10273 <function name='xmlReaderForIO' file='xmlreader'>
Daniel Veillarde6e59cd2003-12-24 11:56:44 +000010274 <info>Create an xmltextReader for an XML document from I/O functions and source. The parsing flags @options are a combination of xmlParserOption.</info>
Daniel Veillardfc8dc352003-10-18 09:07:46 +000010275 <return type='xmlTextReaderPtr' info='the new reader or NULL in case of error.'/>
10276 <arg name='ioread' type='xmlInputReadCallback' info='an I/O read function'/>
10277 <arg name='ioclose' type='xmlInputCloseCallback' info='an I/O close function'/>
10278 <arg name='ioctx' type='void *' info='an I/O handler'/>
10279 <arg name='URL' type='const char *' info='the base URL to use for the document'/>
10280 <arg name='encoding' type='const char *' info='the document encoding, or NULL'/>
Daniel Veillarde6e59cd2003-12-24 11:56:44 +000010281 <arg name='options' type='int' info='a combination of xmlParserOption'/>
Daniel Veillardfc8dc352003-10-18 09:07:46 +000010282 </function>
10283 <function name='xmlReaderForMemory' file='xmlreader'>
Daniel Veillarde6e59cd2003-12-24 11:56:44 +000010284 <info>Create an xmltextReader for an XML in-memory document. The parsing flags @options are a combination of xmlParserOption.</info>
Daniel Veillardfc8dc352003-10-18 09:07:46 +000010285 <return type='xmlTextReaderPtr' info='the new reader or NULL in case of error.'/>
10286 <arg name='buffer' type='const char *' info='a pointer to a char array'/>
10287 <arg name='size' type='int' info='the size of the array'/>
10288 <arg name='URL' type='const char *' info='the base URL to use for the document'/>
10289 <arg name='encoding' type='const char *' info='the document encoding, or NULL'/>
Daniel Veillarde6e59cd2003-12-24 11:56:44 +000010290 <arg name='options' type='int' info='a combination of xmlParserOption'/>
Daniel Veillardfc8dc352003-10-18 09:07:46 +000010291 </function>
10292 <function name='xmlReaderNewDoc' file='xmlreader'>
Daniel Veillarde6e59cd2003-12-24 11:56:44 +000010293 <info>Setup an xmltextReader to parse an XML in-memory document. The parsing flags @options are a combination of xmlParserOption. This reuses the existing @reader xmlTextReader.</info>
Daniel Veillardfc8dc352003-10-18 09:07:46 +000010294 <return type='int' info='0 in case of success and -1 in case of error'/>
10295 <arg name='reader' type='xmlTextReaderPtr' info='an XML reader'/>
10296 <arg name='cur' type='const xmlChar *' info='a pointer to a zero terminated string'/>
10297 <arg name='URL' type='const char *' info='the base URL to use for the document'/>
10298 <arg name='encoding' type='const char *' info='the document encoding, or NULL'/>
Daniel Veillarde6e59cd2003-12-24 11:56:44 +000010299 <arg name='options' type='int' info='a combination of xmlParserOption'/>
Daniel Veillardfc8dc352003-10-18 09:07:46 +000010300 </function>
10301 <function name='xmlReaderNewFd' file='xmlreader'>
Daniel Veillarde6e59cd2003-12-24 11:56:44 +000010302 <info>Setup an xmltextReader to parse an XML from a file descriptor. NOTE that the file descriptor will not be closed when the reader is closed or reset. The parsing flags @options are a combination of xmlParserOption. This reuses the existing @reader xmlTextReader.</info>
Daniel Veillardfc8dc352003-10-18 09:07:46 +000010303 <return type='int' info='0 in case of success and -1 in case of error'/>
10304 <arg name='reader' type='xmlTextReaderPtr' info='an XML reader'/>
10305 <arg name='fd' type='int' info='an open file descriptor'/>
10306 <arg name='URL' type='const char *' info='the base URL to use for the document'/>
10307 <arg name='encoding' type='const char *' info='the document encoding, or NULL'/>
Daniel Veillarde6e59cd2003-12-24 11:56:44 +000010308 <arg name='options' type='int' info='a combination of xmlParserOption'/>
Daniel Veillardfc8dc352003-10-18 09:07:46 +000010309 </function>
10310 <function name='xmlReaderNewFile' file='xmlreader'>
Daniel Veillarde6e59cd2003-12-24 11:56:44 +000010311 <info>parse an XML file from the filesystem or the network. The parsing flags @options are a combination of xmlParserOption. This reuses the existing @reader xmlTextReader.</info>
Daniel Veillardfc8dc352003-10-18 09:07:46 +000010312 <return type='int' info='0 in case of success and -1 in case of error'/>
10313 <arg name='reader' type='xmlTextReaderPtr' info='an XML reader'/>
10314 <arg name='filename' type='const char *' info='a file or URL'/>
10315 <arg name='encoding' type='const char *' info='the document encoding, or NULL'/>
Daniel Veillarde6e59cd2003-12-24 11:56:44 +000010316 <arg name='options' type='int' info='a combination of xmlParserOption'/>
Daniel Veillardfc8dc352003-10-18 09:07:46 +000010317 </function>
10318 <function name='xmlReaderNewIO' file='xmlreader'>
Daniel Veillarde6e59cd2003-12-24 11:56:44 +000010319 <info>Setup an xmltextReader to parse an XML document from I/O functions and source. The parsing flags @options are a combination of xmlParserOption. This reuses the existing @reader xmlTextReader.</info>
Daniel Veillardfc8dc352003-10-18 09:07:46 +000010320 <return type='int' info='0 in case of success and -1 in case of error'/>
10321 <arg name='reader' type='xmlTextReaderPtr' info='an XML reader'/>
10322 <arg name='ioread' type='xmlInputReadCallback' info='an I/O read function'/>
10323 <arg name='ioclose' type='xmlInputCloseCallback' info='an I/O close function'/>
10324 <arg name='ioctx' type='void *' info='an I/O handler'/>
10325 <arg name='URL' type='const char *' info='the base URL to use for the document'/>
10326 <arg name='encoding' type='const char *' info='the document encoding, or NULL'/>
Daniel Veillarde6e59cd2003-12-24 11:56:44 +000010327 <arg name='options' type='int' info='a combination of xmlParserOption'/>
Daniel Veillardfc8dc352003-10-18 09:07:46 +000010328 </function>
10329 <function name='xmlReaderNewMemory' file='xmlreader'>
Daniel Veillarde6e59cd2003-12-24 11:56:44 +000010330 <info>Setup an xmltextReader to parse an XML in-memory document. The parsing flags @options are a combination of xmlParserOption. This reuses the existing @reader xmlTextReader.</info>
Daniel Veillardfc8dc352003-10-18 09:07:46 +000010331 <return type='int' info='0 in case of success and -1 in case of error'/>
10332 <arg name='reader' type='xmlTextReaderPtr' info='an XML reader'/>
10333 <arg name='buffer' type='const char *' info='a pointer to a char array'/>
10334 <arg name='size' type='int' info='the size of the array'/>
10335 <arg name='URL' type='const char *' info='the base URL to use for the document'/>
10336 <arg name='encoding' type='const char *' info='the document encoding, or NULL'/>
Daniel Veillarde6e59cd2003-12-24 11:56:44 +000010337 <arg name='options' type='int' info='a combination of xmlParserOption'/>
Daniel Veillardfc8dc352003-10-18 09:07:46 +000010338 </function>
Daniel Veillard198c1bf2003-10-20 17:07:41 +000010339 <function name='xmlReaderNewWalker' file='xmlreader'>
10340 <info>Setup an xmltextReader to parse a preparsed XML document. This reuses the existing @reader xmlTextReader.</info>
10341 <return type='int' info='0 in case of success and -1 in case of error'/>
10342 <arg name='reader' type='xmlTextReaderPtr' info='an XML reader'/>
10343 <arg name='doc' type='xmlDocPtr' info='a preparsed document'/>
10344 </function>
10345 <function name='xmlReaderWalker' file='xmlreader'>
10346 <info>Create an xmltextReader for a preparsed document.</info>
10347 <return type='xmlTextReaderPtr' info='the new reader or NULL in case of error.'/>
10348 <arg name='doc' type='xmlDocPtr' info='a preparsed document'/>
10349 </function>
Daniel Veillard9d06d302002-01-22 18:15:52 +000010350 <functype name='xmlReallocFunc' file='xmlmemory'>
Daniel Veillard19274092002-03-25 16:48:03 +000010351 <info>Signature for a realloc() implementation.</info>
Daniel Veillard000eafb2002-12-12 10:04:22 +000010352 <return type='void *' info='a pointer to the newly reallocated block or NULL in case of error.'/>
Daniel Veillarda9b66d02002-12-11 14:23:49 +000010353 <arg name='mem' type='void *' info='an already allocated block of memory'/>
10354 <arg name='size' type='size_t' info='the new size requested in bytes'/>
Daniel Veillard9d06d302002-01-22 18:15:52 +000010355 </functype>
Daniel Veillard61006472002-01-21 17:31:47 +000010356 <function name='xmlReallocLoc' file='xmlmemory'>
Daniel Veillard2d1464f2002-01-21 23:16:56 +000010357 <info>a realloc() equivalent, with logging of the allocation info.</info>
Daniel Veillarda9b66d02002-12-11 14:23:49 +000010358 <return type='void *' info='a pointer to the allocated area or NULL in case of lack of memory.'/>
10359 <arg name='ptr' type='void *' info='the initial memory block pointer'/>
10360 <arg name='size' type='size_t' info='an int specifying the size in byte to allocate.'/>
10361 <arg name='file' type='const char *' info='the file name or NULL'/>
10362 <arg name='line' type='int' info='the line number'/>
Daniel Veillard61006472002-01-21 17:31:47 +000010363 </function>
10364 <function name='xmlReconciliateNs' file='tree'>
Daniel Veillarda9b66d02002-12-11 14:23:49 +000010365 <info>This function checks that all the namespaces declared within the given tree are properly declared. This is needed for example after Copy or Cut and then paste operations. The subtree may still hold pointers to namespace declarations outside the subtree or invalid/masked. As much as possible the function try to reuse the existing namespaces found in the new environment. If not possible the new namespaces are redeclared on @tree at the top of the given subtree.</info>
10366 <return type='int' info='the number of namespace declarations created or -1 in case of error.'/>
10367 <arg name='doc' type='xmlDocPtr' info='the document'/>
10368 <arg name='tree' type='xmlNodePtr' info='a node defining the subtree to reconciliate'/>
Daniel Veillard61006472002-01-21 17:31:47 +000010369 </function>
10370 <function name='xmlRecoverDoc' file='parser'>
Daniel Veillard2d1464f2002-01-21 23:16:56 +000010371 <info>parse an XML in-memory document and build a tree. In the case the document is not Well Formed, a tree is built anyway</info>
Daniel Veillarda9b66d02002-12-11 14:23:49 +000010372 <return type='xmlDocPtr' info='the resulting document tree'/>
10373 <arg name='cur' type='xmlChar *' info='a pointer to an array of xmlChar'/>
Daniel Veillard61006472002-01-21 17:31:47 +000010374 </function>
10375 <function name='xmlRecoverFile' file='parser'>
Daniel Veillard2d1464f2002-01-21 23:16:56 +000010376 <info>parse an XML file and build a tree. Automatic support for ZLIB/Compress compressed document is provided by default if found at compile-time. In the case the document is not Well Formed, a tree is built anyway</info>
Daniel Veillarda9b66d02002-12-11 14:23:49 +000010377 <return type='xmlDocPtr' info='the resulting document tree'/>
10378 <arg name='filename' type='const char *' info='the filename'/>
Daniel Veillard61006472002-01-21 17:31:47 +000010379 </function>
10380 <function name='xmlRecoverMemory' file='parser'>
Daniel Veillard2d1464f2002-01-21 23:16:56 +000010381 <info>parse an XML in-memory block and build a tree. In the case the document is not Well Formed, a tree is built anyway</info>
Daniel Veillarda9b66d02002-12-11 14:23:49 +000010382 <return type='xmlDocPtr' info='the resulting document tree'/>
10383 <arg name='buffer' type='const char *' info='an pointer to a char array'/>
10384 <arg name='size' type='int' info='the size of the array'/>
Daniel Veillard61006472002-01-21 17:31:47 +000010385 </function>
Daniel Veillardbd9afb52002-09-25 22:25:35 +000010386 <functype name='xmlRegExecCallbacks' file='xmlregexp'>
Daniel Veillarda9b66d02002-12-11 14:23:49 +000010387 <info></info>
Daniel Veillard000eafb2002-12-12 10:04:22 +000010388 <return type='void'/>
Daniel Veillarda9b66d02002-12-11 14:23:49 +000010389 <arg name='exec' type='xmlRegExecCtxtPtr' info=''/>
10390 <arg name='token' type='const xmlChar *' info=''/>
10391 <arg name='transdata' type='void *' info=''/>
10392 <arg name='inputdata' type='void *' info=''/>
Daniel Veillardbd9afb52002-09-25 22:25:35 +000010393 </functype>
Daniel Veillardbd9afb52002-09-25 22:25:35 +000010394 <function name='xmlRegExecPushString' file='xmlregexp'>
10395 <info>Push one input token in the execution context</info>
Daniel Veillarda9b66d02002-12-11 14:23:49 +000010396 <return type='int' info='1 if the regexp reached a final state, 0 if non-final, and a negative value in case of error.'/>
Daniel Veillard4258b9c2002-12-20 10:29:40 +000010397 <arg name='exec' type='xmlRegExecCtxtPtr' info='a regexp execution context or NULL to indicate the end'/>
Daniel Veillarda9b66d02002-12-11 14:23:49 +000010398 <arg name='value' type='const xmlChar *' info='a string token input'/>
10399 <arg name='data' type='void *' info='data associated to the token to reuse in callbacks'/>
Daniel Veillardbd9afb52002-09-25 22:25:35 +000010400 </function>
Daniel Veillard33300b42003-04-17 09:09:19 +000010401 <function name='xmlRegExecPushString2' file='xmlregexp'>
10402 <info>Push one input token in the execution context</info>
10403 <return type='int' info='1 if the regexp reached a final state, 0 if non-final, and a negative value in case of error.'/>
10404 <arg name='exec' type='xmlRegExecCtxtPtr' info='a regexp execution context or NULL to indicate the end'/>
10405 <arg name='value' type='const xmlChar *' info='the first string token input'/>
10406 <arg name='value2' type='const xmlChar *' info='the second string token input'/>
10407 <arg name='data' type='void *' info='data associated to the token to reuse in callbacks'/>
10408 </function>
Daniel Veillardbd9afb52002-09-25 22:25:35 +000010409 <function name='xmlRegFreeExecCtxt' file='xmlregexp'>
10410 <info>Free the structures associated to a regular expression evaulation context.</info>
10411 <return type='void'/>
Daniel Veillarda9b66d02002-12-11 14:23:49 +000010412 <arg name='exec' type='xmlRegExecCtxtPtr' info='a regular expression evaulation context'/>
Daniel Veillardbd9afb52002-09-25 22:25:35 +000010413 </function>
10414 <function name='xmlRegFreeRegexp' file='xmlregexp'>
10415 <info>Free a regexp</info>
10416 <return type='void'/>
Daniel Veillarda9b66d02002-12-11 14:23:49 +000010417 <arg name='regexp' type='xmlRegexpPtr' info='the regexp'/>
Daniel Veillardbd9afb52002-09-25 22:25:35 +000010418 </function>
10419 <function name='xmlRegNewExecCtxt' file='xmlregexp'>
Daniel Veillarda9b66d02002-12-11 14:23:49 +000010420 <info>Build a context used for progressive evaluation of a regexp.</info>
10421 <return type='xmlRegExecCtxtPtr' info='the new context'/>
10422 <arg name='comp' type='xmlRegexpPtr' info='a precompiled regular expression'/>
10423 <arg name='callback' type='xmlRegExecCallbacks' info='a callback function used for handling progresses in the automata matching phase'/>
10424 <arg name='data' type='void *' info='the context data associated to the callback in this context'/>
Daniel Veillardbd9afb52002-09-25 22:25:35 +000010425 </function>
Daniel Veillardbd9afb52002-09-25 22:25:35 +000010426 <function name='xmlRegexpCompile' file='xmlregexp'>
Daniel Veillard8aac2972004-05-16 01:00:37 +000010427 <info>Parses a regular expression conforming to XML Schemas Part 2 Datatype Appendix F and builds an automata suitable for testing strings against that regular expression</info>
Daniel Veillarda9b66d02002-12-11 14:23:49 +000010428 <return type='xmlRegexpPtr' info='the compiled expression or NULL in case of error'/>
10429 <arg name='regexp' type='const xmlChar *' info='a regular expression string'/>
Daniel Veillardbd9afb52002-09-25 22:25:35 +000010430 </function>
10431 <function name='xmlRegexpExec' file='xmlregexp'>
Daniel Veillard8aac2972004-05-16 01:00:37 +000010432 <info>Check if the regular expression generates the value</info>
10433 <return type='int' info='1 if it matches, 0 if not and a negative value in case of error'/>
Daniel Veillarda9b66d02002-12-11 14:23:49 +000010434 <arg name='comp' type='xmlRegexpPtr' info='the compiled regular expression'/>
10435 <arg name='content' type='const xmlChar *' info='the value to check against the regular expression'/>
Daniel Veillardbd9afb52002-09-25 22:25:35 +000010436 </function>
10437 <function name='xmlRegexpIsDeterminist' file='xmlregexp'>
Daniel Veillard2ace1952002-09-26 12:28:02 +000010438 <info>Check if the regular expression is determinist</info>
Daniel Veillard8aac2972004-05-16 01:00:37 +000010439 <return type='int' info='1 if it yes, 0 if not and a negative value in case of error'/>
Daniel Veillarda9b66d02002-12-11 14:23:49 +000010440 <arg name='comp' type='xmlRegexpPtr' info='the compiled regular expression'/>
Daniel Veillardbd9afb52002-09-25 22:25:35 +000010441 </function>
10442 <function name='xmlRegexpPrint' file='xmlregexp'>
10443 <info>Print the content of the compiled regular expression</info>
10444 <return type='void'/>
Daniel Veillarda9b66d02002-12-11 14:23:49 +000010445 <arg name='output' type='FILE *' info='the file for the output debug'/>
10446 <arg name='regexp' type='xmlRegexpPtr' info='the compiled regexp'/>
Daniel Veillardbd9afb52002-09-25 22:25:35 +000010447 </function>
Daniel Veillard61006472002-01-21 17:31:47 +000010448 <function name='xmlRegisterCharEncodingHandler' file='encoding'>
Daniel Veillard9d06d302002-01-22 18:15:52 +000010449 <info>Register the char encoding handler, surprising, isn&apos;t it ?</info>
Daniel Veillard61006472002-01-21 17:31:47 +000010450 <return type='void'/>
Daniel Veillarda9b66d02002-12-11 14:23:49 +000010451 <arg name='handler' type='xmlCharEncodingHandlerPtr' info='the xmlCharEncodingHandlerPtr handler block'/>
Daniel Veillard61006472002-01-21 17:31:47 +000010452 </function>
10453 <function name='xmlRegisterDefaultInputCallbacks' file='xmlIO'>
Daniel Veillard2d1464f2002-01-21 23:16:56 +000010454 <info>Registers the default compiled-in I/O handlers.</info>
Daniel Veillard61006472002-01-21 17:31:47 +000010455 <return type='void'/>
Daniel Veillard61006472002-01-21 17:31:47 +000010456 </function>
10457 <function name='xmlRegisterDefaultOutputCallbacks' file='xmlIO'>
Daniel Veillard2d1464f2002-01-21 23:16:56 +000010458 <info>Registers the default compiled-in I/O handlers.</info>
Daniel Veillard61006472002-01-21 17:31:47 +000010459 <return type='void'/>
Daniel Veillard61006472002-01-21 17:31:47 +000010460 </function>
10461 <function name='xmlRegisterHTTPPostCallbacks' file='xmlIO'>
Daniel Veillard9d06d302002-01-22 18:15:52 +000010462 <info>By default, libxml submits HTTP output requests using the &quot;PUT&quot; method. Calling this method changes the HTTP output method to use the &quot;POST&quot; method instead.</info>
Daniel Veillard61006472002-01-21 17:31:47 +000010463 <return type='void'/>
Daniel Veillard61006472002-01-21 17:31:47 +000010464 </function>
10465 <function name='xmlRegisterInputCallbacks' file='xmlIO'>
Daniel Veillard2d1464f2002-01-21 23:16:56 +000010466 <info>Register a new set of I/O callback for handling parser input.</info>
Daniel Veillarda9b66d02002-12-11 14:23:49 +000010467 <return type='int' info='the registered handler number or -1 in case of error'/>
10468 <arg name='matchFunc' type='xmlInputMatchCallback' info='the xmlInputMatchCallback'/>
10469 <arg name='openFunc' type='xmlInputOpenCallback' info='the xmlInputOpenCallback'/>
10470 <arg name='readFunc' type='xmlInputReadCallback' info='the xmlInputReadCallback'/>
10471 <arg name='closeFunc' type='xmlInputCloseCallback' info='the xmlInputCloseCallback'/>
Daniel Veillard61006472002-01-21 17:31:47 +000010472 </function>
Daniel Veillard7b4b2f92003-01-06 13:11:20 +000010473 <function name='xmlRegisterNodeDefault' file='globals'>
Daniel Veillard1d788d22003-02-10 16:21:58 +000010474 <info>Registers a callback for node creation</info>
10475 <return type='xmlRegisterNodeFunc' info='the old value of the registration function'/>
Daniel Veillard7b4b2f92003-01-06 13:11:20 +000010476 <arg name='func' type='xmlRegisterNodeFunc' info='function pointer to the new RegisterNodeFunc'/>
10477 </function>
10478 <functype name='xmlRegisterNodeFunc' file='globals'>
10479 <info></info>
10480 <return type='void'/>
10481 <arg name='node' type='xmlNodePtr' info=''/>
10482 </functype>
Daniel Veillard61006472002-01-21 17:31:47 +000010483 <function name='xmlRegisterOutputCallbacks' file='xmlIO'>
Daniel Veillard2d1464f2002-01-21 23:16:56 +000010484 <info>Register a new set of I/O callback for handling output.</info>
Daniel Veillarda9b66d02002-12-11 14:23:49 +000010485 <return type='int' info='the registered handler number or -1 in case of error'/>
10486 <arg name='matchFunc' type='xmlOutputMatchCallback' info='the xmlOutputMatchCallback'/>
10487 <arg name='openFunc' type='xmlOutputOpenCallback' info='the xmlOutputOpenCallback'/>
10488 <arg name='writeFunc' type='xmlOutputWriteCallback' info='the xmlOutputWriteCallback'/>
10489 <arg name='closeFunc' type='xmlOutputCloseCallback' info='the xmlOutputCloseCallback'/>
Daniel Veillard61006472002-01-21 17:31:47 +000010490 </function>
Daniel Veillard71531f32003-02-05 13:19:53 +000010491 <function name='xmlRelaxNGCleanupTypes' file='relaxng'>
10492 <info>Cleanup the default Schemas type library associated to RelaxNG</info>
10493 <return type='void'/>
10494 </function>
10495 <function name='xmlRelaxNGDump' file='relaxng'>
10496 <info>Dump a RelaxNG structure back</info>
10497 <return type='void'/>
10498 <arg name='output' type='FILE *' info='the file output'/>
10499 <arg name='schema' type='xmlRelaxNGPtr' info='a schema structure'/>
10500 </function>
Daniel Veillard17bed982003-02-24 20:11:43 +000010501 <function name='xmlRelaxNGDumpTree' file='relaxng'>
10502 <info>Dump the transformed RelaxNG tree.</info>
10503 <return type='void'/>
10504 <arg name='output' type='FILE *' info='the file output'/>
10505 <arg name='schema' type='xmlRelaxNGPtr' info='a schema structure'/>
10506 </function>
Daniel Veillard71531f32003-02-05 13:19:53 +000010507 <function name='xmlRelaxNGFree' file='relaxng'>
10508 <info>Deallocate a RelaxNG structure.</info>
10509 <return type='void'/>
10510 <arg name='schema' type='xmlRelaxNGPtr' info='a schema structure'/>
10511 </function>
10512 <function name='xmlRelaxNGFreeParserCtxt' file='relaxng'>
10513 <info>Free the resources associated to the schema parser context</info>
10514 <return type='void'/>
10515 <arg name='ctxt' type='xmlRelaxNGParserCtxtPtr' info='the schema parser context'/>
10516 </function>
10517 <function name='xmlRelaxNGFreeValidCtxt' file='relaxng'>
10518 <info>Free the resources associated to the schema validation context</info>
10519 <return type='void'/>
10520 <arg name='ctxt' type='xmlRelaxNGValidCtxtPtr' info='the schema validation context'/>
10521 </function>
Daniel Veillardc758c222003-08-04 20:42:34 +000010522 <function name='xmlRelaxNGGetParserErrors' file='relaxng'>
10523 <info>Get the callback information used to handle errors for a validation context</info>
10524 <return type='int' info='-1 in case of failure, 0 otherwise.'/>
10525 <arg name='ctxt' type='xmlRelaxNGParserCtxtPtr' info='a Relax-NG validation context'/>
10526 <arg name='err' type='xmlRelaxNGValidityErrorFunc *' info='the error callback result'/>
10527 <arg name='warn' type='xmlRelaxNGValidityWarningFunc *' info='the warning callback result'/>
10528 <arg name='ctx' type='void **' info='contextual data for the callbacks result'/>
10529 </function>
10530 <function name='xmlRelaxNGGetValidErrors' file='relaxng'>
10531 <info>Get the error and warning callback informations</info>
10532 <return type='int' info='-1 in case of error and 0 otherwise'/>
10533 <arg name='ctxt' type='xmlRelaxNGValidCtxtPtr' info='a Relax-NG validation context'/>
10534 <arg name='err' type='xmlRelaxNGValidityErrorFunc *' info='the error function result'/>
10535 <arg name='warn' type='xmlRelaxNGValidityWarningFunc *' info='the warning function result'/>
10536 <arg name='ctx' type='void **' info='the functions context result'/>
10537 </function>
Daniel Veillard33300b42003-04-17 09:09:19 +000010538 <function name='xmlRelaxNGNewDocParserCtxt' file='relaxng'>
10539 <info>Create an XML RelaxNGs parser context for that document. Note: since the process of compiling a RelaxNG schemas modifies the document, the @doc parameter is duplicated internally.</info>
10540 <return type='xmlRelaxNGParserCtxtPtr' info='the parser context or NULL in case of error'/>
10541 <arg name='doc' type='xmlDocPtr' info='a preparsed document tree'/>
10542 </function>
Daniel Veillard71531f32003-02-05 13:19:53 +000010543 <function name='xmlRelaxNGNewMemParserCtxt' file='relaxng'>
10544 <info>Create an XML RelaxNGs parse context for that memory buffer expected to contain an XML RelaxNGs file.</info>
10545 <return type='xmlRelaxNGParserCtxtPtr' info='the parser context or NULL in case of error'/>
10546 <arg name='buffer' type='const char *' info='a pointer to a char array containing the schemas'/>
10547 <arg name='size' type='int' info='the size of the array'/>
10548 </function>
10549 <function name='xmlRelaxNGNewParserCtxt' file='relaxng'>
10550 <info>Create an XML RelaxNGs parse context for that file/resource expected to contain an XML RelaxNGs file.</info>
10551 <return type='xmlRelaxNGParserCtxtPtr' info='the parser context or NULL in case of error'/>
10552 <arg name='URL' type='const char *' info='the location of the schema'/>
10553 </function>
10554 <function name='xmlRelaxNGNewValidCtxt' file='relaxng'>
10555 <info>Create an XML RelaxNGs validation context based on the given schema</info>
10556 <return type='xmlRelaxNGValidCtxtPtr' info='the validation context or NULL in case of error'/>
10557 <arg name='schema' type='xmlRelaxNGPtr' info='a precompiled XML RelaxNGs'/>
10558 </function>
10559 <function name='xmlRelaxNGParse' file='relaxng'>
10560 <info>parse a schema definition resource and build an internal XML Shema struture which can be used to validate instances. *WARNING* this interface is highly subject to change</info>
10561 <return type='xmlRelaxNGPtr' info='the internal XML RelaxNG structure built from the resource or NULL in case of error'/>
10562 <arg name='ctxt' type='xmlRelaxNGParserCtxtPtr' info='a Relax-NG parser context'/>
10563 </function>
10564 <function name='xmlRelaxNGSetParserErrors' file='relaxng'>
10565 <info>Set the callback functions used to handle errors for a validation context</info>
10566 <return type='void'/>
10567 <arg name='ctxt' type='xmlRelaxNGParserCtxtPtr' info='a Relax-NG validation context'/>
10568 <arg name='err' type='xmlRelaxNGValidityErrorFunc' info='the error callback'/>
10569 <arg name='warn' type='xmlRelaxNGValidityWarningFunc' info='the warning callback'/>
10570 <arg name='ctx' type='void *' info='contextual data for the callbacks'/>
10571 </function>
10572 <function name='xmlRelaxNGSetValidErrors' file='relaxng'>
10573 <info>Set the error and warning callback informations</info>
10574 <return type='void'/>
10575 <arg name='ctxt' type='xmlRelaxNGValidCtxtPtr' info='a Relax-NG validation context'/>
10576 <arg name='err' type='xmlRelaxNGValidityErrorFunc' info='the error function'/>
10577 <arg name='warn' type='xmlRelaxNGValidityWarningFunc' info='the warning function'/>
10578 <arg name='ctx' type='void *' info='the functions context'/>
10579 </function>
10580 <function name='xmlRelaxNGValidateDoc' file='relaxng'>
10581 <info>Validate a document tree in memory.</info>
10582 <return type='int' info='0 if the document is valid, a positive error code number otherwise and -1 in case of internal or API error.'/>
10583 <arg name='ctxt' type='xmlRelaxNGValidCtxtPtr' info='a Relax-NG validation context'/>
10584 <arg name='doc' type='xmlDocPtr' info='a parsed document tree'/>
10585 </function>
Daniel Veillard33300b42003-04-17 09:09:19 +000010586 <function name='xmlRelaxNGValidateFullElement' file='relaxng'>
10587 <info>Validate a full subtree when xmlRelaxNGValidatePushElement() returned 0 and the content of the node has been expanded.</info>
10588 <return type='int' info='1 if no validation problem was found or -1 in case of error.'/>
10589 <arg name='ctxt' type='xmlRelaxNGValidCtxtPtr' info='the validation context'/>
10590 <arg name='doc' type='xmlDocPtr' info='a document instance'/>
10591 <arg name='elem' type='xmlNodePtr' info='an element instance'/>
10592 </function>
10593 <function name='xmlRelaxNGValidatePopElement' file='relaxng'>
10594 <info>Pop the element end from the RelaxNG validation stack.</info>
10595 <return type='int' info='1 if no validation problem was found or 0 otherwise'/>
10596 <arg name='ctxt' type='xmlRelaxNGValidCtxtPtr' info='the RelaxNG validation context'/>
10597 <arg name='doc' type='xmlDocPtr' info='a document instance'/>
10598 <arg name='elem' type='xmlNodePtr' info='an element instance'/>
10599 </function>
10600 <function name='xmlRelaxNGValidatePushCData' file='relaxng'>
10601 <info>check the CData parsed for validation in the current stack</info>
10602 <return type='int' info='1 if no validation problem was found or -1 otherwise'/>
10603 <arg name='ctxt' type='xmlRelaxNGValidCtxtPtr' info='the RelaxNG validation context'/>
10604 <arg name='data' type='const xmlChar *' info='some character data read'/>
10605 <arg name='len' type='int' info='the lenght of the data'/>
10606 </function>
10607 <function name='xmlRelaxNGValidatePushElement' file='relaxng'>
10608 <info>Push a new element start on the RelaxNG validation stack.</info>
10609 <return type='int' info='1 if no validation problem was found or 0 if validating the element requires a full node, and -1 in case of error.'/>
10610 <arg name='ctxt' type='xmlRelaxNGValidCtxtPtr' info='the validation context'/>
10611 <arg name='doc' type='xmlDocPtr' info='a document instance'/>
10612 <arg name='elem' type='xmlNodePtr' info='an element instance'/>
10613 </function>
Daniel Veillard71531f32003-02-05 13:19:53 +000010614 <functype name='xmlRelaxNGValidityErrorFunc' file='relaxng'>
10615 <info></info>
10616 <return type='void'/>
10617 <arg name='ctx' type='void *' info=''/>
10618 <arg name='msg' type='const char *' info=''/>
10619 <arg name='...' type='...' info=''/>
10620 </functype>
10621 <functype name='xmlRelaxNGValidityWarningFunc' file='relaxng'>
10622 <info></info>
10623 <return type='void'/>
10624 <arg name='ctx' type='void *' info=''/>
10625 <arg name='msg' type='const char *' info=''/>
10626 <arg name='...' type='...' info=''/>
10627 </functype>
Daniel Veillard189f46b2004-01-25 21:03:04 +000010628 <function name='xmlRelaxParserSetFlag' file='relaxng'>
10629 <info>Semi private function used to pass informations to a parser context which are a combination of xmlRelaxNGParserFlag .</info>
10630 <return type='int' info='0 if success and -1 in case of error'/>
10631 <arg name='ctxt' type='xmlRelaxNGParserCtxtPtr' info='a RelaxNG parser context'/>
10632 <arg name='flags' type='int' info='a set of flags values'/>
10633 </function>
Daniel Veillard61006472002-01-21 17:31:47 +000010634 <function name='xmlRemoveID' file='valid'>
Daniel Veillard2d1464f2002-01-21 23:16:56 +000010635 <info>Remove the given attribute from the ID table maintained internally.</info>
Daniel Veillarda9b66d02002-12-11 14:23:49 +000010636 <return type='int' info='-1 if the lookup failed and 0 otherwise'/>
10637 <arg name='doc' type='xmlDocPtr' info='the document'/>
10638 <arg name='attr' type='xmlAttrPtr' info='the attribute'/>
Daniel Veillard61006472002-01-21 17:31:47 +000010639 </function>
10640 <function name='xmlRemoveProp' file='tree'>
Daniel Veillard9d06d302002-01-22 18:15:52 +000010641 <info>Unlink and free one attribute, all the content is freed too Note this doesn&apos;t work for namespace definition attributes</info>
Daniel Veillarda9b66d02002-12-11 14:23:49 +000010642 <return type='int' info='0 if success and -1 in case of error.'/>
10643 <arg name='cur' type='xmlAttrPtr' info='an attribute'/>
Daniel Veillard61006472002-01-21 17:31:47 +000010644 </function>
10645 <function name='xmlRemoveRef' file='valid'>
Daniel Veillard2d1464f2002-01-21 23:16:56 +000010646 <info>Remove the given attribute from the Ref table maintained internally.</info>
Daniel Veillarda9b66d02002-12-11 14:23:49 +000010647 <return type='int' info='-1 if the lookup failed and 0 otherwise'/>
10648 <arg name='doc' type='xmlDocPtr' info='the document'/>
10649 <arg name='attr' type='xmlAttrPtr' info='the attribute'/>
Daniel Veillard61006472002-01-21 17:31:47 +000010650 </function>
10651 <function name='xmlReplaceNode' file='tree'>
William M. Brackd7cf7f82003-11-14 07:13:16 +000010652 <info>Unlink the old node from its current context, prune the new one at the same place. If @cur was already inserted in a document it is first unlinked from its existing context.</info>
Daniel Veillarda9b66d02002-12-11 14:23:49 +000010653 <return type='xmlNodePtr' info='the @old node'/>
10654 <arg name='old' type='xmlNodePtr' info='the old node'/>
10655 <arg name='cur' type='xmlNodePtr' info='the node'/>
Daniel Veillard61006472002-01-21 17:31:47 +000010656 </function>
Daniel Veillardcd6ff282003-10-08 22:38:13 +000010657 <function name='xmlResetError' file='xmlerror'>
10658 <info>Cleanup the error.</info>
10659 <return type='void'/>
10660 <arg name='err' type='xmlErrorPtr' info='pointer to the error.'/>
10661 </function>
Daniel Veillard2b8c4a12003-10-02 22:28:19 +000010662 <function name='xmlResetLastError' file='xmlerror'>
Daniel Veillardcd6ff282003-10-08 22:38:13 +000010663 <info>Cleanup the last global error registered. For parsing error this does not change the well-formedness result.</info>
Daniel Veillard2b8c4a12003-10-02 22:28:19 +000010664 <return type='void'/>
10665 </function>
William M. Brackcdfa2862003-08-29 06:03:38 +000010666 <function name='xmlSAX2AttributeDecl' file='SAX2'>
10667 <info>An attribute definition has been parsed</info>
10668 <return type='void'/>
10669 <arg name='ctx' type='void *' info='the user data (XML parser context)'/>
10670 <arg name='elem' type='const xmlChar *' info='the name of the element'/>
10671 <arg name='fullname' type='const xmlChar *' info='the attribute name'/>
10672 <arg name='type' type='int' info='the attribute type'/>
10673 <arg name='def' type='int' info='the type of default value'/>
10674 <arg name='defaultValue' type='const xmlChar *' info='the attribute default value'/>
10675 <arg name='tree' type='xmlEnumerationPtr' info='the tree of enumerated value set'/>
10676 </function>
10677 <function name='xmlSAX2CDataBlock' file='SAX2'>
10678 <info>called when a pcdata block has been parsed</info>
10679 <return type='void'/>
10680 <arg name='ctx' type='void *' info='the user data (XML parser context)'/>
10681 <arg name='value' type='const xmlChar *' info='The pcdata content'/>
10682 <arg name='len' type='int' info='the block length'/>
10683 </function>
10684 <function name='xmlSAX2Characters' file='SAX2'>
10685 <info>receiving some chars from the parser.</info>
10686 <return type='void'/>
10687 <arg name='ctx' type='void *' info='the user data (XML parser context)'/>
10688 <arg name='ch' type='const xmlChar *' info='a xmlChar string'/>
10689 <arg name='len' type='int' info='the number of xmlChar'/>
10690 </function>
William M. Brackcdfa2862003-08-29 06:03:38 +000010691 <function name='xmlSAX2Comment' file='SAX2'>
10692 <info>A xmlSAX2Comment has been parsed.</info>
10693 <return type='void'/>
10694 <arg name='ctx' type='void *' info='the user data (XML parser context)'/>
10695 <arg name='value' type='const xmlChar *' info='the xmlSAX2Comment content'/>
10696 </function>
10697 <function name='xmlSAX2ElementDecl' file='SAX2'>
10698 <info>An element definition has been parsed</info>
10699 <return type='void'/>
10700 <arg name='ctx' type='void *' info='the user data (XML parser context)'/>
10701 <arg name='name' type='const xmlChar *' info='the element name'/>
10702 <arg name='type' type='int' info='the element type'/>
10703 <arg name='content' type='xmlElementContentPtr' info='the element value tree'/>
10704 </function>
10705 <function name='xmlSAX2EndDocument' file='SAX2'>
10706 <info>called when the document end has been detected.</info>
10707 <return type='void'/>
10708 <arg name='ctx' type='void *' info='the user data (XML parser context)'/>
10709 </function>
10710 <function name='xmlSAX2EndElement' file='SAX2'>
10711 <info>called when the end of an element has been detected.</info>
10712 <return type='void'/>
10713 <arg name='ctx' type='void *' info='the user data (XML parser context)'/>
10714 <arg name='name' type='const xmlChar *' info='The element name'/>
10715 </function>
Daniel Veillarde24c7dc2003-08-29 06:03:38 +000010716 <function name='xmlSAX2EndElementNs' file='SAX2'>
10717 <info>SAX2 callback when an element end has been detected by the parser. It provides the namespace informations for the element.</info>
10718 <return type='void'/>
10719 <arg name='ctx' type='void *' info='the user data (XML parser context)'/>
10720 <arg name='localname' type='const xmlChar *' info='the local name of the element'/>
10721 <arg name='prefix' type='const xmlChar *' info='the element namespace prefix if available'/>
10722 <arg name='URI' type='const xmlChar *' info='the element namespace name if available'/>
10723 </function>
William M. Brackcdfa2862003-08-29 06:03:38 +000010724 <function name='xmlSAX2EntityDecl' file='SAX2'>
10725 <info>An entity definition has been parsed</info>
10726 <return type='void'/>
10727 <arg name='ctx' type='void *' info='the user data (XML parser context)'/>
10728 <arg name='name' type='const xmlChar *' info='the entity name'/>
10729 <arg name='type' type='int' info='the entity type'/>
10730 <arg name='publicId' type='const xmlChar *' info='The public ID of the entity'/>
10731 <arg name='systemId' type='const xmlChar *' info='The system ID of the entity'/>
10732 <arg name='content' type='xmlChar *' info='the entity value (without processing).'/>
10733 </function>
10734 <function name='xmlSAX2ExternalSubset' file='SAX2'>
10735 <info>Callback on external subset declaration.</info>
10736 <return type='void'/>
10737 <arg name='ctx' type='void *' info='the user data (XML parser context)'/>
10738 <arg name='name' type='const xmlChar *' info='the root element name'/>
10739 <arg name='ExternalID' type='const xmlChar *' info='the external ID'/>
10740 <arg name='SystemID' type='const xmlChar *' info='the SYSTEM ID (e.g. filename or URL)'/>
10741 </function>
10742 <function name='xmlSAX2GetColumnNumber' file='SAX2'>
10743 <info>Provide the column number of the current parsing point.</info>
10744 <return type='int' info='an int'/>
10745 <arg name='ctx' type='void *' info='the user data (XML parser context)'/>
10746 </function>
10747 <function name='xmlSAX2GetEntity' file='SAX2'>
10748 <info>Get an entity by name</info>
10749 <return type='xmlEntityPtr' info='the xmlEntityPtr if found.'/>
10750 <arg name='ctx' type='void *' info='the user data (XML parser context)'/>
10751 <arg name='name' type='const xmlChar *' info='The entity name'/>
10752 </function>
10753 <function name='xmlSAX2GetLineNumber' file='SAX2'>
10754 <info>Provide the line number of the current parsing point.</info>
10755 <return type='int' info='an int'/>
10756 <arg name='ctx' type='void *' info='the user data (XML parser context)'/>
10757 </function>
William M. Brackcdfa2862003-08-29 06:03:38 +000010758 <function name='xmlSAX2GetParameterEntity' file='SAX2'>
10759 <info>Get a parameter entity by name</info>
10760 <return type='xmlEntityPtr' info='the xmlEntityPtr if found.'/>
10761 <arg name='ctx' type='void *' info='the user data (XML parser context)'/>
10762 <arg name='name' type='const xmlChar *' info='The entity name'/>
10763 </function>
10764 <function name='xmlSAX2GetPublicId' file='SAX2'>
10765 <info>Provides the public ID e.g. &quot;-//SGMLSOURCE//DTD DEMO//EN&quot;</info>
10766 <return type='const xmlChar *' info='a xmlChar *'/>
10767 <arg name='ctx' type='void *' info='the user data (XML parser context)'/>
10768 </function>
10769 <function name='xmlSAX2GetSystemId' file='SAX2'>
10770 <info>Provides the system ID, basically URL or filename e.g. http://www.sgmlsource.com/dtds/memo.dtd</info>
10771 <return type='const xmlChar *' info='a xmlChar *'/>
10772 <arg name='ctx' type='void *' info='the user data (XML parser context)'/>
10773 </function>
William M. Brackcdfa2862003-08-29 06:03:38 +000010774 <function name='xmlSAX2HasExternalSubset' file='SAX2'>
10775 <info>Does this document has an external subset</info>
10776 <return type='int' info='1 if true'/>
10777 <arg name='ctx' type='void *' info='the user data (XML parser context)'/>
10778 </function>
10779 <function name='xmlSAX2HasInternalSubset' file='SAX2'>
10780 <info>Does this document has an internal subset</info>
10781 <return type='int' info='1 if true'/>
10782 <arg name='ctx' type='void *' info='the user data (XML parser context)'/>
10783 </function>
10784 <function name='xmlSAX2IgnorableWhitespace' file='SAX2'>
10785 <info>receiving some ignorable whitespaces from the parser. UNUSED: by default the DOM building will use xmlSAX2Characters</info>
10786 <return type='void'/>
10787 <arg name='ctx' type='void *' info='the user data (XML parser context)'/>
10788 <arg name='ch' type='const xmlChar *' info='a xmlChar string'/>
10789 <arg name='len' type='int' info='the number of xmlChar'/>
10790 </function>
10791 <function name='xmlSAX2InitDefaultSAXHandler' file='SAX2'>
10792 <info>Initialize the default XML SAX2 handler</info>
10793 <return type='void'/>
10794 <arg name='hdlr' type='xmlSAXHandler *' info='the SAX handler'/>
10795 <arg name='warning' type='int' info='flag if non-zero sets the handler warning procedure'/>
10796 </function>
10797 <function name='xmlSAX2InitDocbDefaultSAXHandler' file='SAX2'>
10798 <info>Initialize the default DocBook SAX2 handler</info>
10799 <return type='void'/>
10800 <arg name='hdlr' type='xmlSAXHandler *' info='the SAX handler'/>
10801 </function>
10802 <function name='xmlSAX2InitHtmlDefaultSAXHandler' file='SAX2'>
10803 <info>Initialize the default HTML SAX2 handler</info>
10804 <return type='void'/>
10805 <arg name='hdlr' type='xmlSAXHandler *' info='the SAX handler'/>
10806 </function>
10807 <function name='xmlSAX2InternalSubset' file='SAX2'>
10808 <info>Callback on internal subset declaration.</info>
10809 <return type='void'/>
10810 <arg name='ctx' type='void *' info='the user data (XML parser context)'/>
10811 <arg name='name' type='const xmlChar *' info='the root element name'/>
10812 <arg name='ExternalID' type='const xmlChar *' info='the external ID'/>
10813 <arg name='SystemID' type='const xmlChar *' info='the SYSTEM ID (e.g. filename or URL)'/>
10814 </function>
10815 <function name='xmlSAX2IsStandalone' file='SAX2'>
10816 <info>Is this document tagged standalone ?</info>
10817 <return type='int' info='1 if true'/>
10818 <arg name='ctx' type='void *' info='the user data (XML parser context)'/>
10819 </function>
William M. Brackcdfa2862003-08-29 06:03:38 +000010820 <function name='xmlSAX2NotationDecl' file='SAX2'>
10821 <info>What to do when a notation declaration has been parsed.</info>
10822 <return type='void'/>
10823 <arg name='ctx' type='void *' info='the user data (XML parser context)'/>
10824 <arg name='name' type='const xmlChar *' info='The name of the notation'/>
10825 <arg name='publicId' type='const xmlChar *' info='The public ID of the entity'/>
10826 <arg name='systemId' type='const xmlChar *' info='The system ID of the entity'/>
10827 </function>
10828 <function name='xmlSAX2ProcessingInstruction' file='SAX2'>
10829 <info>A processing instruction has been parsed.</info>
10830 <return type='void'/>
10831 <arg name='ctx' type='void *' info='the user data (XML parser context)'/>
10832 <arg name='target' type='const xmlChar *' info='the target name'/>
10833 <arg name='data' type='const xmlChar *' info='the PI data&apos;s'/>
10834 </function>
10835 <function name='xmlSAX2Reference' file='SAX2'>
10836 <info>called when an entity xmlSAX2Reference is detected.</info>
10837 <return type='void'/>
10838 <arg name='ctx' type='void *' info='the user data (XML parser context)'/>
10839 <arg name='name' type='const xmlChar *' info='The entity name'/>
10840 </function>
10841 <function name='xmlSAX2ResolveEntity' file='SAX2'>
10842 <info>The entity loader, to control the loading of external entities, the application can either: - override this xmlSAX2ResolveEntity() callback in the SAX block - or better use the xmlSetExternalEntityLoader() function to set up it&apos;s own entity resolution routine</info>
10843 <return type='xmlParserInputPtr' info='the xmlParserInputPtr if inlined or NULL for DOM behaviour.'/>
10844 <arg name='ctx' type='void *' info='the user data (XML parser context)'/>
10845 <arg name='publicId' type='const xmlChar *' info='The public ID of the entity'/>
10846 <arg name='systemId' type='const xmlChar *' info='The system ID of the entity'/>
10847 </function>
10848 <function name='xmlSAX2SetDocumentLocator' file='SAX2'>
10849 <info>Receive the document locator at startup, actually xmlDefaultSAXLocator Everything is available on the context, so this is useless in our case.</info>
10850 <return type='void'/>
10851 <arg name='ctx' type='void *' info='the user data (XML parser context)'/>
10852 <arg name='loc' type='xmlSAXLocatorPtr' info='A SAX Locator'/>
10853 </function>
William M. Brackcdfa2862003-08-29 06:03:38 +000010854 <function name='xmlSAX2StartDocument' file='SAX2'>
10855 <info>called when the document start being processed.</info>
10856 <return type='void'/>
10857 <arg name='ctx' type='void *' info='the user data (XML parser context)'/>
10858 </function>
10859 <function name='xmlSAX2StartElement' file='SAX2'>
10860 <info>called when an opening tag has been processed.</info>
10861 <return type='void'/>
10862 <arg name='ctx' type='void *' info='the user data (XML parser context)'/>
10863 <arg name='fullname' type='const xmlChar *' info='The element name, including namespace prefix'/>
10864 <arg name='atts' type='const xmlChar **' info='An array of name/value attributes pairs, NULL terminated'/>
10865 </function>
Daniel Veillarde24c7dc2003-08-29 06:03:38 +000010866 <function name='xmlSAX2StartElementNs' file='SAX2'>
10867 <info>SAX2 callback when an element start has been detected by the parser. It provides the namespace informations for the element, as well as the new namespace declarations on the element.</info>
10868 <return type='void'/>
10869 <arg name='ctx' type='void *' info='the user data (XML parser context)'/>
10870 <arg name='localname' type='const xmlChar *' info='the local name of the element'/>
10871 <arg name='prefix' type='const xmlChar *' info='the element namespace prefix if available'/>
10872 <arg name='URI' type='const xmlChar *' info='the element namespace name if available'/>
10873 <arg name='nb_namespaces' type='int' info='number of namespace definitions on that node'/>
10874 <arg name='namespaces' type='const xmlChar **' info='pointer to the array of prefix/URI pairs namespace definitions'/>
Daniel Veillard092643b2003-09-25 14:29:29 +000010875 <arg name='nb_attributes' type='int' info='the number of attributes on that node'/>
10876 <arg name='nb_defaulted' type='int' info='the number of defaulted attributes.'/>
Daniel Veillarde24c7dc2003-08-29 06:03:38 +000010877 <arg name='attributes' type='const xmlChar **' info='pointer to the array of (localname/prefix/URI/value/end) attribute values.'/>
10878 </function>
William M. Brackcdfa2862003-08-29 06:03:38 +000010879 <function name='xmlSAX2UnparsedEntityDecl' file='SAX2'>
10880 <info>What to do when an unparsed entity declaration is parsed</info>
10881 <return type='void'/>
10882 <arg name='ctx' type='void *' info='the user data (XML parser context)'/>
10883 <arg name='name' type='const xmlChar *' info='The name of the entity'/>
10884 <arg name='publicId' type='const xmlChar *' info='The public ID of the entity'/>
10885 <arg name='systemId' type='const xmlChar *' info='The system ID of the entity'/>
10886 <arg name='notationName' type='const xmlChar *' info='the name of the notation'/>
10887 </function>
Daniel Veillarde24c7dc2003-08-29 06:03:38 +000010888 <function name='xmlSAXDefaultVersion' file='SAX2'>
10889 <info>Set the default version of SAX used globally by the library. Note that this may not be a good thing to do from a library it is better to use xmlSAXVersion() to set up specifically the version for a given parsing context.</info>
10890 <return type='int' info='the previous value in case of success and -1 in case of error.'/>
10891 <arg name='version' type='int' info='the version, 1 or 2'/>
10892 </function>
Daniel Veillard61006472002-01-21 17:31:47 +000010893 <function name='xmlSAXParseDTD' file='parser'>
Daniel Veillard2d1464f2002-01-21 23:16:56 +000010894 <info>Load and parse an external subset.</info>
Daniel Veillarda9b66d02002-12-11 14:23:49 +000010895 <return type='xmlDtdPtr' info='the resulting xmlDtdPtr or NULL in case of error.'/>
10896 <arg name='sax' type='xmlSAXHandlerPtr' info='the SAX handler block'/>
10897 <arg name='ExternalID' type='const xmlChar *' info='a NAME* containing the External ID of the DTD'/>
10898 <arg name='SystemID' type='const xmlChar *' info='a NAME* containing the URL to the DTD'/>
Daniel Veillard61006472002-01-21 17:31:47 +000010899 </function>
10900 <function name='xmlSAXParseDoc' file='parser'>
Daniel Veillard2d1464f2002-01-21 23:16:56 +000010901 <info>parse an XML in-memory document and build a tree. It use the given SAX function block to handle the parsing callback. If sax is NULL, fallback to the default DOM tree building routines.</info>
Daniel Veillarda9b66d02002-12-11 14:23:49 +000010902 <return type='xmlDocPtr' info='the resulting document tree'/>
10903 <arg name='sax' type='xmlSAXHandlerPtr' info='the SAX handler block'/>
10904 <arg name='cur' type='xmlChar *' info='a pointer to an array of xmlChar'/>
10905 <arg name='recovery' type='int' info='work in recovery mode, i.e. tries to read no Well Formed documents'/>
Daniel Veillard61006472002-01-21 17:31:47 +000010906 </function>
10907 <function name='xmlSAXParseEntity' file='parser'>
Daniel Veillarda9b66d02002-12-11 14:23:49 +000010908 <info>parse an XML external entity out of context and build a tree. It use the given SAX function block to handle the parsing callback. If sax is NULL, fallback to the default DOM tree building routines. [78] extParsedEnt ::= TextDecl? content This correspond to a &quot;Well Balanced&quot; chunk</info>
10909 <return type='xmlDocPtr' info='the resulting document tree'/>
10910 <arg name='sax' type='xmlSAXHandlerPtr' info='the SAX handler block'/>
10911 <arg name='filename' type='const char *' info='the filename'/>
Daniel Veillard61006472002-01-21 17:31:47 +000010912 </function>
10913 <function name='xmlSAXParseFile' file='parser'>
Daniel Veillard2d1464f2002-01-21 23:16:56 +000010914 <info>parse an XML file and build a tree. Automatic support for ZLIB/Compress compressed document is provided by default if found at compile-time. It use the given SAX function block to handle the parsing callback. If sax is NULL, fallback to the default DOM tree building routines.</info>
Daniel Veillarda9b66d02002-12-11 14:23:49 +000010915 <return type='xmlDocPtr' info='the resulting document tree'/>
10916 <arg name='sax' type='xmlSAXHandlerPtr' info='the SAX handler block'/>
10917 <arg name='filename' type='const char *' info='the filename'/>
10918 <arg name='recovery' type='int' info='work in recovery mode, i.e. tries to read no Well Formed documents'/>
Daniel Veillard61006472002-01-21 17:31:47 +000010919 </function>
10920 <function name='xmlSAXParseFileWithData' file='parser'>
Daniel Veillarda9b66d02002-12-11 14:23:49 +000010921 <info>parse an XML file and build a tree. Automatic support for ZLIB/Compress compressed document is provided by default if found at compile-time. It use the given SAX function block to handle the parsing callback. If sax is NULL, fallback to the default DOM tree building routines. User data (void *) is stored within the parser context in the context&apos;s _private member, so it is available nearly everywhere in libxml</info>
10922 <return type='xmlDocPtr' info='the resulting document tree'/>
10923 <arg name='sax' type='xmlSAXHandlerPtr' info='the SAX handler block'/>
10924 <arg name='filename' type='const char *' info='the filename'/>
10925 <arg name='recovery' type='int' info='work in recovery mode, i.e. tries to read no Well Formed documents'/>
10926 <arg name='data' type='void *' info='the userdata'/>
Daniel Veillard61006472002-01-21 17:31:47 +000010927 </function>
10928 <function name='xmlSAXParseMemory' file='parser'>
Daniel Veillard2d1464f2002-01-21 23:16:56 +000010929 <info>parse an XML in-memory block and use the given SAX function block to handle the parsing callback. If sax is NULL, fallback to the default DOM tree building routines.</info>
Daniel Veillarda9b66d02002-12-11 14:23:49 +000010930 <return type='xmlDocPtr' info='the resulting document tree'/>
10931 <arg name='sax' type='xmlSAXHandlerPtr' info='the SAX handler block'/>
10932 <arg name='buffer' type='const char *' info='an pointer to a char array'/>
10933 <arg name='size' type='int' info='the size of the array'/>
10934 <arg name='recovery' type='int' info='work in recovery mode, i.e. tries to read not Well Formed documents'/>
Daniel Veillard61006472002-01-21 17:31:47 +000010935 </function>
Daniel Veillard817e70b2002-11-19 22:28:48 +000010936 <function name='xmlSAXParseMemoryWithData' file='parser'>
Daniel Veillarda9b66d02002-12-11 14:23:49 +000010937 <info>parse an XML in-memory block and use the given SAX function block to handle the parsing callback. If sax is NULL, fallback to the default DOM tree building routines. User data (void *) is stored within the parser context in the context&apos;s _private member, so it is available nearly everywhere in libxml</info>
10938 <return type='xmlDocPtr' info='the resulting document tree'/>
10939 <arg name='sax' type='xmlSAXHandlerPtr' info='the SAX handler block'/>
10940 <arg name='buffer' type='const char *' info='an pointer to a char array'/>
10941 <arg name='size' type='int' info='the size of the array'/>
10942 <arg name='recovery' type='int' info='work in recovery mode, i.e. tries to read no Well Formed documents'/>
10943 <arg name='data' type='void *' info='the userdata'/>
Daniel Veillard817e70b2002-11-19 22:28:48 +000010944 </function>
Daniel Veillard61006472002-01-21 17:31:47 +000010945 <function name='xmlSAXUserParseFile' file='parser'>
Daniel Veillard2d1464f2002-01-21 23:16:56 +000010946 <info>parse an XML file and call the given SAX handler routines. Automatic support for ZLIB/Compress compressed document is provided</info>
Daniel Veillarda9b66d02002-12-11 14:23:49 +000010947 <return type='int' info='0 in case of success or a error number otherwise'/>
10948 <arg name='sax' type='xmlSAXHandlerPtr' info='a SAX handler'/>
10949 <arg name='user_data' type='void *' info='The user data returned on SAX callbacks'/>
10950 <arg name='filename' type='const char *' info='a file name'/>
Daniel Veillard61006472002-01-21 17:31:47 +000010951 </function>
10952 <function name='xmlSAXUserParseMemory' file='parser'>
Daniel Veillard2d1464f2002-01-21 23:16:56 +000010953 <info>A better SAX parsing routine. parse an XML in-memory buffer and call the given SAX handler routines.</info>
Daniel Veillarda9b66d02002-12-11 14:23:49 +000010954 <return type='int' info='0 in case of success or a error number otherwise'/>
10955 <arg name='sax' type='xmlSAXHandlerPtr' info='a SAX handler'/>
10956 <arg name='user_data' type='void *' info='The user data returned on SAX callbacks'/>
10957 <arg name='buffer' type='const char *' info='an in-memory XML document input'/>
10958 <arg name='size' type='int' info='the length of the XML document in bytes'/>
Daniel Veillard61006472002-01-21 17:31:47 +000010959 </function>
Daniel Veillarde24c7dc2003-08-29 06:03:38 +000010960 <function name='xmlSAXVersion' file='SAX2'>
10961 <info>Initialize the default XML SAX handler according to the version</info>
10962 <return type='int' info='0 in case of success and -1 in case of error.'/>
10963 <arg name='hdlr' type='xmlSAXHandler *' info='the SAX handler'/>
10964 <arg name='version' type='int' info='the version, 1 or 2'/>
10965 </function>
Daniel Veillardfc979062004-03-04 22:07:16 +000010966 <function name='xmlSaveClose' file='xmlsave'>
10967 <info>Close a document saving context, i.e. make sure that all bytes have been output and free the associated data.</info>
10968 <return type='int' info='the number of byte written or -1 in case of error.'/>
10969 <arg name='ctxt' type='xmlSaveCtxtPtr' info='a document saving context'/>
10970 </function>
10971 <function name='xmlSaveDoc' file='xmlsave'>
Daniel Veillardee1d6922004-04-18 14:58:57 +000010972 <info>Save a full document to a saving context TODO: The function is not fully implemented yet as it does not return the byte count but 0 instead</info>
Daniel Veillardfc979062004-03-04 22:07:16 +000010973 <return type='long' info='the number of byte written or -1 in case of error'/>
10974 <arg name='ctxt' type='xmlSaveCtxtPtr' info='a document saving context'/>
10975 <arg name='doc' type='xmlDocPtr' info='a document'/>
10976 </function>
Daniel Veillard61006472002-01-21 17:31:47 +000010977 <function name='xmlSaveFile' file='tree'>
Daniel Veillarda9b66d02002-12-11 14:23:49 +000010978 <info>Dump an XML document to a file. Will use compression if compiled in and enabled. If @filename is &quot;-&quot; the stdout file is used.</info>
10979 <return type='int' info='the number of bytes written or -1 in case of failure.'/>
10980 <arg name='filename' type='const char *' info='the filename (or URL)'/>
10981 <arg name='cur' type='xmlDocPtr' info='the document'/>
Daniel Veillard61006472002-01-21 17:31:47 +000010982 </function>
10983 <function name='xmlSaveFileEnc' file='tree'>
Daniel Veillard2d1464f2002-01-21 23:16:56 +000010984 <info>Dump an XML document, converting it to the given encoding</info>
Daniel Veillarda9b66d02002-12-11 14:23:49 +000010985 <return type='int' info='the number of bytes written or -1 in case of failure.'/>
10986 <arg name='filename' type='const char *' info='the filename (or URL)'/>
10987 <arg name='cur' type='xmlDocPtr' info='the document'/>
10988 <arg name='encoding' type='const char *' info='the name of an encoding (or NULL)'/>
Daniel Veillard61006472002-01-21 17:31:47 +000010989 </function>
10990 <function name='xmlSaveFileTo' file='tree'>
Daniel Veillard2d1464f2002-01-21 23:16:56 +000010991 <info>Dump an XML document to an I/O buffer.</info>
Daniel Veillarda9b66d02002-12-11 14:23:49 +000010992 <return type='int' info='the number of bytes written or -1 in case of failure.'/>
10993 <arg name='buf' type='xmlOutputBufferPtr' info='an output I/O buffer'/>
10994 <arg name='cur' type='xmlDocPtr' info='the document'/>
10995 <arg name='encoding' type='const char *' info='the encoding if any assuming the I/O layer handles the trancoding'/>
Daniel Veillard61006472002-01-21 17:31:47 +000010996 </function>
Daniel Veillardfc979062004-03-04 22:07:16 +000010997 <function name='xmlSaveFlush' file='xmlsave'>
10998 <info>Flush a document saving context, i.e. make sure that all bytes have been output.</info>
10999 <return type='int' info='the number of byte written or -1 in case of error.'/>
11000 <arg name='ctxt' type='xmlSaveCtxtPtr' info='a document saving context'/>
11001 </function>
Daniel Veillard61006472002-01-21 17:31:47 +000011002 <function name='xmlSaveFormatFile' file='tree'>
Daniel Veillard71531f32003-02-05 13:19:53 +000011003 <info>Dump an XML document to a file. Will use compression if compiled in and enabled. If @filename is &quot;-&quot; the stdout file is used. If @format is set then the document will be indented on output. Note that @format = 1 provide node indenting only if xmlIndentTreeOutput = 1 or xmlKeepBlanksDefault(0) was called</info>
Daniel Veillarda9b66d02002-12-11 14:23:49 +000011004 <return type='int' info='the number of bytes written or -1 in case of failure.'/>
11005 <arg name='filename' type='const char *' info='the filename (or URL)'/>
11006 <arg name='cur' type='xmlDocPtr' info='the document'/>
11007 <arg name='format' type='int' info='should formatting spaces been added'/>
Daniel Veillard61006472002-01-21 17:31:47 +000011008 </function>
11009 <function name='xmlSaveFormatFileEnc' file='tree'>
Daniel Veillarda9b66d02002-12-11 14:23:49 +000011010 <info>Dump an XML document to a file or an URL.</info>
Daniel Veillard71531f32003-02-05 13:19:53 +000011011 <return type='int' info='the number of bytes written or -1 in case of error. Note that @format = 1 provide node indenting only if xmlIndentTreeOutput = 1 or xmlKeepBlanksDefault(0) was called'/>
Daniel Veillarda9b66d02002-12-11 14:23:49 +000011012 <arg name='filename' type='const char *' info='the filename or URL to output'/>
11013 <arg name='cur' type='xmlDocPtr' info='the document being saved'/>
11014 <arg name='encoding' type='const char *' info='the name of the encoding to use or NULL.'/>
11015 <arg name='format' type='int' info='should formatting spaces be added.'/>
Daniel Veillard61006472002-01-21 17:31:47 +000011016 </function>
11017 <function name='xmlSaveFormatFileTo' file='tree'>
Daniel Veillard500a1de2004-03-22 15:22:58 +000011018 <info>Dump an XML document to an I/O buffer. NOTE: the I/O buffer is closed as part of the call.</info>
11019 <return type='int' info='the number of bytes written or -1 in case of failure.'/>
Daniel Veillarda9b66d02002-12-11 14:23:49 +000011020 <arg name='buf' type='xmlOutputBufferPtr' info='an output I/O buffer'/>
11021 <arg name='cur' type='xmlDocPtr' info='the document'/>
11022 <arg name='encoding' type='const char *' info='the encoding if any assuming the I/O layer handles the trancoding'/>
11023 <arg name='format' type='int' info='should formatting spaces been added'/>
Daniel Veillard61006472002-01-21 17:31:47 +000011024 </function>
Daniel Veillard8aac2972004-05-16 01:00:37 +000011025 <function name='xmlSaveSetAttrEscape' file='xmlsave'>
11026 <info>Set a custom escaping function to be used for text in attribute content</info>
11027 <return type='int' info='0 if successful or -1 in case of error.'/>
11028 <arg name='ctxt' type='xmlSaveCtxtPtr' info='a document saving context'/>
11029 <arg name='escape' type='xmlCharEncodingOutputFunc' info='the escaping function'/>
11030 </function>
11031 <function name='xmlSaveSetEscape' file='xmlsave'>
11032 <info>Set a custom escaping function to be used for text in element content</info>
11033 <return type='int' info='0 if successful or -1 in case of error.'/>
11034 <arg name='ctxt' type='xmlSaveCtxtPtr' info='a document saving context'/>
11035 <arg name='escape' type='xmlCharEncodingOutputFunc' info='the escaping function'/>
11036 </function>
Daniel Veillardfc979062004-03-04 22:07:16 +000011037 <function name='xmlSaveToBuffer' file='xmlsave'>
11038 <info>Create a document saving context serializing to a buffer with the encoding and the options given</info>
11039 <return type='xmlSaveCtxtPtr' info='a new serialization context or NULL in case of error.'/>
11040 <arg name='buffer' type='xmlBufferPtr' info='a buffer'/>
11041 <arg name='encoding' type='const char *' info='the encoding name to use or NULL'/>
11042 <arg name='options' type='int' info='a set of xmlSaveOptions'/>
11043 </function>
11044 <function name='xmlSaveToFd' file='xmlsave'>
11045 <info>Create a document saving context serializing to a file descriptor with the encoding and the options given.</info>
11046 <return type='xmlSaveCtxtPtr' info='a new serialization context or NULL in case of error.'/>
11047 <arg name='fd' type='int' info='a file descriptor number'/>
11048 <arg name='encoding' type='const char *' info='the encoding name to use or NULL'/>
11049 <arg name='options' type='int' info='a set of xmlSaveOptions'/>
11050 </function>
11051 <function name='xmlSaveToFilename' file='xmlsave'>
11052 <info>Create a document saving context serializing to a filename or possibly to an URL (but this is less reliable) with the encoding and the options given.</info>
11053 <return type='xmlSaveCtxtPtr' info='a new serialization context or NULL in case of error.'/>
11054 <arg name='filename' type='const char *' info='a file name or an URL'/>
11055 <arg name='encoding' type='const char *' info='the encoding name to use or NULL'/>
11056 <arg name='options' type='int' info='a set of xmlSaveOptions'/>
11057 </function>
11058 <function name='xmlSaveToIO' file='xmlsave'>
11059 <info>Create a document saving context serializing to a file descriptor with the encoding and the options given</info>
11060 <return type='xmlSaveCtxtPtr' info='a new serialization context or NULL in case of error.'/>
11061 <arg name='iowrite' type='xmlOutputWriteCallback' info='an I/O write function'/>
11062 <arg name='ioclose' type='xmlOutputCloseCallback' info='an I/O close function'/>
11063 <arg name='ioctx' type='void *' info='an I/O handler'/>
11064 <arg name='encoding' type='const char *' info='the encoding name to use or NULL'/>
11065 <arg name='options' type='int' info='a set of xmlSaveOptions'/>
11066 </function>
11067 <function name='xmlSaveTree' file='xmlsave'>
Daniel Veillardee1d6922004-04-18 14:58:57 +000011068 <info>Save a subtree starting at the node parameter to a saving context TODO: The function is not fully implemented yet as it does not return the byte count but 0 instead</info>
Daniel Veillardfc979062004-03-04 22:07:16 +000011069 <return type='long' info='the number of byte written or -1 in case of error'/>
11070 <arg name='ctxt' type='xmlSaveCtxtPtr' info='a document saving context'/>
11071 <arg name='node' type='xmlNodePtr' info='a document'/>
11072 </function>
Daniel Veillard61006472002-01-21 17:31:47 +000011073 <function name='xmlSaveUri' file='uri'>
Daniel Veillard2d1464f2002-01-21 23:16:56 +000011074 <info>Save the URI as an escaped string</info>
Daniel Veillarda9b66d02002-12-11 14:23:49 +000011075 <return type='xmlChar *' info='a new string (to be deallocated by caller)'/>
11076 <arg name='uri' type='xmlURIPtr' info='pointer to an xmlURI'/>
11077 </function>
Daniel Veillard61006472002-01-21 17:31:47 +000011078 <function name='xmlScanName' file='parserInternals'>
Daniel Veillarda9b66d02002-12-11 14:23:49 +000011079 <info>Trickery: parse an XML name but without consuming the input flow Needed for rollback cases. Used only when parsing entities references. TODO: seems deprecated now, only used in the default part of xmlParserHandleReference [4] NameChar ::= Letter | Digit | &apos;.&apos; | &apos;-&apos; | &apos;_&apos; | &apos;:&apos; | CombiningChar | Extender [5] Name ::= (Letter | &apos;_&apos; | &apos;:&apos;) (NameChar)* [6] Names ::= Name (S Name)*</info>
11080 <return type='xmlChar *' info='the Name parsed or NULL'/>
11081 <arg name='ctxt' type='xmlParserCtxtPtr' info='an XML parser context'/>
Daniel Veillard61006472002-01-21 17:31:47 +000011082 </function>
Daniel Veillardd4330462003-04-29 12:40:16 +000011083 <function name='xmlSchemaCheckFacet' file='xmlschemastypes'>
11084 <info>Checks the default values types, especially for facets</info>
11085 <return type='int' info='0 if okay or -1 in cae of error'/>
11086 <arg name='facet' type='xmlSchemaFacetPtr' info='the facet'/>
11087 <arg name='typeDecl' type='xmlSchemaTypePtr' info='the schema type definition'/>
11088 <arg name='ctxt' type='xmlSchemaParserCtxtPtr' info='the schema parser context or NULL'/>
11089 <arg name='name' type='const xmlChar *' info='name of the type'/>
11090 </function>
11091 <function name='xmlSchemaCleanupTypes' file='xmlschemastypes'>
11092 <info>Cleanup the default XML Schemas type library</info>
11093 <return type='void'/>
11094 </function>
11095 <function name='xmlSchemaCompareValues' file='xmlschemastypes'>
11096 <info>Compare 2 values</info>
11097 <return type='int' info='-1 if x &lt; y, 0 if x == y, 1 if x &gt; y, 2 if x &lt;&gt; y, and -2 in case of error'/>
11098 <arg name='x' type='xmlSchemaValPtr' info='a first value'/>
11099 <arg name='y' type='xmlSchemaValPtr' info='a second value'/>
11100 </function>
11101 <function name='xmlSchemaDump' file='xmlschemas'>
11102 <info>Dump a Schema structure.</info>
11103 <return type='void'/>
11104 <arg name='output' type='FILE *' info='the file output'/>
11105 <arg name='schema' type='xmlSchemaPtr' info='a schema structure'/>
11106 </function>
11107 <function name='xmlSchemaFree' file='xmlschemas'>
11108 <info>Deallocate a Schema structure.</info>
11109 <return type='void'/>
11110 <arg name='schema' type='xmlSchemaPtr' info='a schema structure'/>
11111 </function>
11112 <function name='xmlSchemaFreeFacet' file='xmlschemastypes'>
11113 <info>Deallocate a Schema Facet structure.</info>
11114 <return type='void'/>
11115 <arg name='facet' type='xmlSchemaFacetPtr' info='a schema facet structure'/>
11116 </function>
11117 <function name='xmlSchemaFreeParserCtxt' file='xmlschemas'>
11118 <info>Free the resources associated to the schema parser context</info>
11119 <return type='void'/>
11120 <arg name='ctxt' type='xmlSchemaParserCtxtPtr' info='the schema parser context'/>
11121 </function>
11122 <function name='xmlSchemaFreeType' file='schemasInternals'>
11123 <info>Deallocate a Schema Type structure.</info>
11124 <return type='void'/>
11125 <arg name='type' type='xmlSchemaTypePtr' info='a schema type structure'/>
11126 </function>
11127 <function name='xmlSchemaFreeValidCtxt' file='xmlschemas'>
11128 <info>Free the resources associated to the schema validation context</info>
11129 <return type='void'/>
11130 <arg name='ctxt' type='xmlSchemaValidCtxtPtr' info='the schema validation context'/>
11131 </function>
11132 <function name='xmlSchemaFreeValue' file='xmlschemastypes'>
11133 <info>Cleanup the default XML Schemas type library</info>
11134 <return type='void'/>
11135 <arg name='value' type='xmlSchemaValPtr' info='the value to free'/>
11136 </function>
11137 <function name='xmlSchemaGetPredefinedType' file='xmlschemastypes'>
11138 <info>Lookup a type in the default XML Schemas type library</info>
11139 <return type='xmlSchemaTypePtr' info='the type if found, NULL otherwise'/>
11140 <arg name='name' type='const xmlChar *' info='the type name'/>
11141 <arg name='ns' type='const xmlChar *' info='the URI of the namespace usually &quot;http://www.w3.org/2001/XMLSchema&quot;'/>
11142 </function>
11143 <function name='xmlSchemaInitTypes' file='xmlschemastypes'>
11144 <info>Initialize the default XML Schemas type library</info>
11145 <return type='void'/>
11146 </function>
Daniel Veillard6d373a22003-11-04 10:26:43 +000011147 <function name='xmlSchemaNewDocParserCtxt' file='xmlschemas'>
11148 <info>Create an XML Schemas parse context for that document. NB. The document may be modified during the parsing process.</info>
11149 <return type='xmlSchemaParserCtxtPtr' info='the parser context or NULL in case of error'/>
11150 <arg name='doc' type='xmlDocPtr' info='a preparsed document tree'/>
11151 </function>
Daniel Veillardd4330462003-04-29 12:40:16 +000011152 <function name='xmlSchemaNewFacet' file='xmlschemastypes'>
11153 <info>Allocate a new Facet structure.</info>
11154 <return type='xmlSchemaFacetPtr' info='the newly allocated structure or NULL in case or error'/>
11155 </function>
11156 <function name='xmlSchemaNewMemParserCtxt' file='xmlschemas'>
11157 <info>Create an XML Schemas parse context for that memory buffer expected to contain an XML Schemas file.</info>
11158 <return type='xmlSchemaParserCtxtPtr' info='the parser context or NULL in case of error'/>
11159 <arg name='buffer' type='const char *' info='a pointer to a char array containing the schemas'/>
11160 <arg name='size' type='int' info='the size of the array'/>
11161 </function>
11162 <function name='xmlSchemaNewParserCtxt' file='xmlschemas'>
11163 <info>Create an XML Schemas parse context for that file/resource expected to contain an XML Schemas file.</info>
11164 <return type='xmlSchemaParserCtxtPtr' info='the parser context or NULL in case of error'/>
11165 <arg name='URL' type='const char *' info='the location of the schema'/>
11166 </function>
11167 <function name='xmlSchemaNewValidCtxt' file='xmlschemas'>
11168 <info>Create an XML Schemas validation context based on the given schema</info>
11169 <return type='xmlSchemaValidCtxtPtr' info='the validation context or NULL in case of error'/>
11170 <arg name='schema' type='xmlSchemaPtr' info='a precompiled XML Schemas'/>
11171 </function>
11172 <function name='xmlSchemaParse' file='xmlschemas'>
11173 <info>parse a schema definition resource and build an internal XML Shema struture which can be used to validate instances. *WARNING* this interface is highly subject to change</info>
11174 <return type='xmlSchemaPtr' info='the internal XML Schema structure built from the resource or NULL in case of error'/>
11175 <arg name='ctxt' type='xmlSchemaParserCtxtPtr' info='a schema validation context'/>
11176 </function>
11177 <function name='xmlSchemaSetParserErrors' file='xmlschemas'>
11178 <info>Set the callback functions used to handle errors for a validation context</info>
11179 <return type='void'/>
11180 <arg name='ctxt' type='xmlSchemaParserCtxtPtr' info='a schema validation context'/>
11181 <arg name='err' type='xmlSchemaValidityErrorFunc' info='the error callback'/>
11182 <arg name='warn' type='xmlSchemaValidityWarningFunc' info='the warning callback'/>
11183 <arg name='ctx' type='void *' info='contextual data for the callbacks'/>
11184 </function>
11185 <function name='xmlSchemaSetValidErrors' file='xmlschemas'>
11186 <info>Set the error and warning callback informations</info>
11187 <return type='void'/>
11188 <arg name='ctxt' type='xmlSchemaValidCtxtPtr' info='a schema validation context'/>
11189 <arg name='err' type='xmlSchemaValidityErrorFunc' info='the error function'/>
11190 <arg name='warn' type='xmlSchemaValidityWarningFunc' info='the warning function'/>
11191 <arg name='ctx' type='void *' info='the functions context'/>
11192 </function>
11193 <function name='xmlSchemaValPredefTypeNode' file='xmlschemastypes'>
11194 <info>Check that a value conforms to the lexical space of the predefined type. if true a value is computed and returned in @val.</info>
11195 <return type='int' info='0 if this validates, a positive error code number otherwise and -1 in case of internal or API error.'/>
11196 <arg name='type' type='xmlSchemaTypePtr' info='the predefined type'/>
11197 <arg name='value' type='const xmlChar *' info='the value to check'/>
11198 <arg name='val' type='xmlSchemaValPtr *' info='the return computed value'/>
11199 <arg name='node' type='xmlNodePtr' info='the node containing the value'/>
11200 </function>
11201 <function name='xmlSchemaValidateDoc' file='xmlschemas'>
11202 <info>Validate a document tree in memory.</info>
11203 <return type='int' info='0 if the document is schemas valid, a positive error code number otherwise and -1 in case of internal or API error.'/>
11204 <arg name='ctxt' type='xmlSchemaValidCtxtPtr' info='a schema validation context'/>
11205 <arg name='doc' type='xmlDocPtr' info='a parsed document tree'/>
11206 </function>
11207 <function name='xmlSchemaValidateFacet' file='xmlschemastypes'>
11208 <info>Check a value against a facet condition</info>
11209 <return type='int' info='0 if the element is schemas valid, a positive error code number otherwise and -1 in case of internal or API error.'/>
11210 <arg name='base' type='xmlSchemaTypePtr' info='the base type'/>
11211 <arg name='facet' type='xmlSchemaFacetPtr' info='the facet to check'/>
11212 <arg name='value' type='const xmlChar *' info='the lexical repr of the value to validate'/>
11213 <arg name='val' type='xmlSchemaValPtr' info='the precomputed value'/>
11214 </function>
11215 <function name='xmlSchemaValidatePredefinedType' file='xmlschemastypes'>
11216 <info>Check that a value conforms to the lexical space of the predefined type. if true a value is computed and returned in @val.</info>
11217 <return type='int' info='0 if this validates, a positive error code number otherwise and -1 in case of internal or API error.'/>
11218 <arg name='type' type='xmlSchemaTypePtr' info='the predefined type'/>
11219 <arg name='value' type='const xmlChar *' info='the value to check'/>
11220 <arg name='val' type='xmlSchemaValPtr *' info='the return computed value'/>
11221 </function>
11222 <function name='xmlSchemaValidateStream' file='xmlschemas'>
11223 <info>Validate a document tree in memory.</info>
11224 <return type='int' info='0 if the document is schemas valid, a positive error code number otherwise and -1 in case of internal or API error.'/>
11225 <arg name='ctxt' type='xmlSchemaValidCtxtPtr' info='a schema validation context'/>
11226 <arg name='input' type='xmlParserInputBufferPtr' info='the input to use for reading the data'/>
11227 <arg name='enc' type='xmlCharEncoding' info='an optional encoding information'/>
11228 <arg name='sax' type='xmlSAXHandlerPtr' info='a SAX handler for the resulting events'/>
11229 <arg name='user_data' type='void *' info='the context to provide to the SAX handler.'/>
11230 </function>
11231 <functype name='xmlSchemaValidityErrorFunc' file='xmlschemas'>
11232 <info></info>
11233 <return type='void'/>
11234 <arg name='ctx' type='void *' info=''/>
11235 <arg name='msg' type='const char *' info=''/>
11236 <arg name='...' type='...' info=''/>
11237 </functype>
11238 <functype name='xmlSchemaValidityWarningFunc' file='xmlschemas'>
11239 <info></info>
11240 <return type='void'/>
11241 <arg name='ctx' type='void *' info=''/>
11242 <arg name='msg' type='const char *' info=''/>
11243 <arg name='...' type='...' info=''/>
11244 </functype>
Daniel Veillard61006472002-01-21 17:31:47 +000011245 <function name='xmlSearchNs' file='tree'>
Daniel Veillarda9b66d02002-12-11 14:23:49 +000011246 <info>Search a Ns registered under a given name space for a document. recurse on the parents until it finds the defined namespace or return NULL otherwise. @nameSpace can be NULL, this is a search for the default namespace. We don&apos;t allow to cross entities boundaries. If you don&apos;t declare the namespace within those you will be in troubles !!! A warning is generated to cover this case.</info>
11247 <return type='xmlNsPtr' info='the namespace pointer or NULL.'/>
11248 <arg name='doc' type='xmlDocPtr' info='the document'/>
11249 <arg name='node' type='xmlNodePtr' info='the current node'/>
11250 <arg name='nameSpace' type='const xmlChar *' info='the namespace prefix'/>
Daniel Veillard61006472002-01-21 17:31:47 +000011251 </function>
11252 <function name='xmlSearchNsByHref' file='tree'>
Daniel Veillard2d1464f2002-01-21 23:16:56 +000011253 <info>Search a Ns aliasing a given URI. Recurse on the parents until it finds the defined namespace or return NULL otherwise.</info>
Daniel Veillarda9b66d02002-12-11 14:23:49 +000011254 <return type='xmlNsPtr' info='the namespace pointer or NULL.'/>
11255 <arg name='doc' type='xmlDocPtr' info='the document'/>
11256 <arg name='node' type='xmlNodePtr' info='the current node'/>
11257 <arg name='href' type='const xmlChar *' info='the namespace value'/>
Daniel Veillard61006472002-01-21 17:31:47 +000011258 </function>
11259 <function name='xmlSetBufferAllocationScheme' file='tree'>
Daniel Veillarda9b66d02002-12-11 14:23:49 +000011260 <info>Set the buffer allocation method. Types are XML_BUFFER_ALLOC_EXACT - use exact sizes, keeps memory usage down XML_BUFFER_ALLOC_DOUBLEIT - double buffer when extra needed, improves performance</info>
Daniel Veillard61006472002-01-21 17:31:47 +000011261 <return type='void'/>
Daniel Veillarda9b66d02002-12-11 14:23:49 +000011262 <arg name='scheme' type='xmlBufferAllocationScheme' info='allocation method to use'/>
Daniel Veillard61006472002-01-21 17:31:47 +000011263 </function>
11264 <function name='xmlSetCompressMode' file='tree'>
Daniel Veillard2d1464f2002-01-21 23:16:56 +000011265 <info>set the default compression mode used, ZLIB based Correct values: 0 (uncompressed) to 9 (max compression)</info>
Daniel Veillard61006472002-01-21 17:31:47 +000011266 <return type='void'/>
Daniel Veillarda9b66d02002-12-11 14:23:49 +000011267 <arg name='mode' type='int' info='the compression ratio'/>
Daniel Veillard61006472002-01-21 17:31:47 +000011268 </function>
11269 <function name='xmlSetDocCompressMode' file='tree'>
Daniel Veillard2d1464f2002-01-21 23:16:56 +000011270 <info>set the compression ratio for a document, ZLIB based Correct values: 0 (uncompressed) to 9 (max compression)</info>
Daniel Veillard61006472002-01-21 17:31:47 +000011271 <return type='void'/>
Daniel Veillarda9b66d02002-12-11 14:23:49 +000011272 <arg name='doc' type='xmlDocPtr' info='the document'/>
11273 <arg name='mode' type='int' info='the compression ratio'/>
Daniel Veillard61006472002-01-21 17:31:47 +000011274 </function>
11275 <function name='xmlSetEntityReferenceFunc' file='parserInternals'>
Daniel Veillard2d1464f2002-01-21 23:16:56 +000011276 <info>Set the function to call call back when a xml reference has been made</info>
Daniel Veillard61006472002-01-21 17:31:47 +000011277 <return type='void'/>
Daniel Veillarda9b66d02002-12-11 14:23:49 +000011278 <arg name='func' type='xmlEntityReferenceFunc' info='A valid function'/>
Daniel Veillard61006472002-01-21 17:31:47 +000011279 </function>
11280 <function name='xmlSetExternalEntityLoader' file='parser'>
Daniel Veillard2d1464f2002-01-21 23:16:56 +000011281 <info>Changes the defaultexternal entity resolver function for the application</info>
Daniel Veillard61006472002-01-21 17:31:47 +000011282 <return type='void'/>
Daniel Veillarda9b66d02002-12-11 14:23:49 +000011283 <arg name='f' type='xmlExternalEntityLoader' info='the new entity resolver function'/>
Daniel Veillard61006472002-01-21 17:31:47 +000011284 </function>
11285 <function name='xmlSetFeature' file='parser'>
Daniel Veillard2d1464f2002-01-21 23:16:56 +000011286 <info>Change the current value of one feature of this parser instance</info>
Daniel Veillarda9b66d02002-12-11 14:23:49 +000011287 <return type='int' info='-1 in case or error, 0 otherwise'/>
11288 <arg name='ctxt' type='xmlParserCtxtPtr' info='an XML/HTML parser context'/>
11289 <arg name='name' type='const char *' info='the feature name'/>
11290 <arg name='value' type='void *' info='pointer to the location of the new value'/>
Daniel Veillard61006472002-01-21 17:31:47 +000011291 </function>
11292 <function name='xmlSetGenericErrorFunc' file='xmlerror'>
Daniel Veillarda9b66d02002-12-11 14:23:49 +000011293 <info>Function to reset the handler and the error context for out of context error messages. This simply means that @handler will be called for subsequent error messages while not parsing nor validating. And @ctx will be passed as first argument to @handler One can simply force messages to be emitted to another FILE * than stderr by setting @ctx to this file handle and @handler to NULL.</info>
Daniel Veillard61006472002-01-21 17:31:47 +000011294 <return type='void'/>
Daniel Veillarda9b66d02002-12-11 14:23:49 +000011295 <arg name='ctx' type='void *' info='the new error handling context'/>
11296 <arg name='handler' type='xmlGenericErrorFunc' info='the new handler function'/>
Daniel Veillard61006472002-01-21 17:31:47 +000011297 </function>
11298 <function name='xmlSetListDoc' file='tree'>
Daniel Veillard2d1464f2002-01-21 23:16:56 +000011299 <info>update all nodes in the list to point to the right document</info>
Daniel Veillard61006472002-01-21 17:31:47 +000011300 <return type='void'/>
Daniel Veillarda9b66d02002-12-11 14:23:49 +000011301 <arg name='list' type='xmlNodePtr' info='the first element'/>
11302 <arg name='doc' type='xmlDocPtr' info='the document'/>
Daniel Veillard61006472002-01-21 17:31:47 +000011303 </function>
11304 <function name='xmlSetNs' file='tree'>
Daniel Veillard2d1464f2002-01-21 23:16:56 +000011305 <info>Associate a namespace to a node, a posteriori.</info>
Daniel Veillard61006472002-01-21 17:31:47 +000011306 <return type='void'/>
Daniel Veillarda9b66d02002-12-11 14:23:49 +000011307 <arg name='node' type='xmlNodePtr' info='a node in the document'/>
11308 <arg name='ns' type='xmlNsPtr' info='a namespace pointer'/>
Daniel Veillard61006472002-01-21 17:31:47 +000011309 </function>
11310 <function name='xmlSetNsProp' file='tree'>
Daniel Veillard2d1464f2002-01-21 23:16:56 +000011311 <info>Set (or reset) an attribute carried by a node. The ns structure must be in scope, this is not checked.</info>
Daniel Veillarda9b66d02002-12-11 14:23:49 +000011312 <return type='xmlAttrPtr' info='the attribute pointer.'/>
11313 <arg name='node' type='xmlNodePtr' info='the node'/>
11314 <arg name='ns' type='xmlNsPtr' info='the namespace definition'/>
11315 <arg name='name' type='const xmlChar *' info='the attribute name'/>
11316 <arg name='value' type='const xmlChar *' info='the attribute value'/>
Daniel Veillard61006472002-01-21 17:31:47 +000011317 </function>
11318 <function name='xmlSetProp' file='tree'>
Daniel Veillard2d1464f2002-01-21 23:16:56 +000011319 <info>Set (or reset) an attribute carried by a node.</info>
Daniel Veillarda9b66d02002-12-11 14:23:49 +000011320 <return type='xmlAttrPtr' info='the attribute pointer.'/>
11321 <arg name='node' type='xmlNodePtr' info='the node'/>
11322 <arg name='name' type='const xmlChar *' info='the attribute name'/>
11323 <arg name='value' type='const xmlChar *' info='the attribute value'/>
Daniel Veillard61006472002-01-21 17:31:47 +000011324 </function>
Daniel Veillardc790bf42003-10-11 10:50:10 +000011325 <function name='xmlSetStructuredErrorFunc' file='xmlerror'>
11326 <info>Function to reset the handler and the error context for out of context structured error messages. This simply means that @handler will be called for subsequent error messages while not parsing nor validating. And @ctx will be passed as first argument to @handler</info>
11327 <return type='void'/>
11328 <arg name='ctx' type='void *' info='the new error handling context'/>
11329 <arg name='handler' type='xmlStructuredErrorFunc' info='the new handler function'/>
11330 </function>
Daniel Veillard61006472002-01-21 17:31:47 +000011331 <function name='xmlSetTreeDoc' file='tree'>
Daniel Veillard2d1464f2002-01-21 23:16:56 +000011332 <info>update all nodes under the tree to point to the right document</info>
Daniel Veillard61006472002-01-21 17:31:47 +000011333 <return type='void'/>
Daniel Veillarda9b66d02002-12-11 14:23:49 +000011334 <arg name='tree' type='xmlNodePtr' info='the top element'/>
11335 <arg name='doc' type='xmlDocPtr' info='the document'/>
Daniel Veillard61006472002-01-21 17:31:47 +000011336 </function>
11337 <function name='xmlSetupParserForBuffer' file='parser'>
Daniel Veillard2d1464f2002-01-21 23:16:56 +000011338 <info>Setup the parser context to parse a new buffer; Clears any prior contents from the parser context. The buffer parameter must not be NULL, but the filename parameter can be</info>
Daniel Veillard61006472002-01-21 17:31:47 +000011339 <return type='void'/>
Daniel Veillarda9b66d02002-12-11 14:23:49 +000011340 <arg name='ctxt' type='xmlParserCtxtPtr' info='an XML parser context'/>
11341 <arg name='buffer' type='const xmlChar *' info='a xmlChar * buffer'/>
11342 <arg name='filename' type='const char *' info='a file name'/>
Daniel Veillard61006472002-01-21 17:31:47 +000011343 </function>
11344 <function name='xmlShell' file='debugXML'>
Daniel Veillard2d1464f2002-01-21 23:16:56 +000011345 <info>Implements the XML shell This allow to load, validate, view, modify and save a document using a environment similar to a UNIX commandline.</info>
Daniel Veillard61006472002-01-21 17:31:47 +000011346 <return type='void'/>
Daniel Veillarda9b66d02002-12-11 14:23:49 +000011347 <arg name='doc' type='xmlDocPtr' info='the initial document'/>
11348 <arg name='filename' type='char *' info='the output buffer'/>
11349 <arg name='input' type='xmlShellReadlineFunc' info='the line reading function'/>
11350 <arg name='output' type='FILE *' info='the output FILE*, defaults to stdout if NULL'/>
Daniel Veillard61006472002-01-21 17:31:47 +000011351 </function>
11352 <function name='xmlShellBase' file='debugXML'>
Daniel Veillard9d06d302002-01-22 18:15:52 +000011353 <info>Implements the XML shell function &quot;base&quot; dumps the current XML base of the node</info>
Daniel Veillarda9b66d02002-12-11 14:23:49 +000011354 <return type='int' info='0'/>
11355 <arg name='ctxt' type='xmlShellCtxtPtr' info='the shell context'/>
11356 <arg name='arg' type='char *' info='unused'/>
11357 <arg name='node' type='xmlNodePtr' info='a node'/>
11358 <arg name='node2' type='xmlNodePtr' info='unused'/>
Daniel Veillard61006472002-01-21 17:31:47 +000011359 </function>
11360 <function name='xmlShellCat' file='debugXML'>
Daniel Veillard9d06d302002-01-22 18:15:52 +000011361 <info>Implements the XML shell function &quot;cat&quot; dumps the serialization node content (XML or HTML).</info>
Daniel Veillarda9b66d02002-12-11 14:23:49 +000011362 <return type='int' info='0'/>
11363 <arg name='ctxt' type='xmlShellCtxtPtr' info='the shell context'/>
11364 <arg name='arg' type='char *' info='unused'/>
11365 <arg name='node' type='xmlNodePtr' info='a node'/>
11366 <arg name='node2' type='xmlNodePtr' info='unused'/>
Daniel Veillard61006472002-01-21 17:31:47 +000011367 </function>
Daniel Veillard9d06d302002-01-22 18:15:52 +000011368 <functype name='xmlShellCmd' file='debugXML'>
Daniel Veillard19274092002-03-25 16:48:03 +000011369 <info>This is a generic signature for the XML shell functions.</info>
Daniel Veillard000eafb2002-12-12 10:04:22 +000011370 <return type='int' info='an int, negative returns indicating errors.'/>
Daniel Veillarda9b66d02002-12-11 14:23:49 +000011371 <arg name='ctxt' type='xmlShellCtxtPtr' info='a shell context'/>
11372 <arg name='arg' type='char *' info='a string argument'/>
11373 <arg name='node' type='xmlNodePtr' info='a first node'/>
11374 <arg name='node2' type='xmlNodePtr' info='a second node'/>
Daniel Veillard9d06d302002-01-22 18:15:52 +000011375 </functype>
Daniel Veillard61006472002-01-21 17:31:47 +000011376 <function name='xmlShellDir' file='debugXML'>
Daniel Veillard9d06d302002-01-22 18:15:52 +000011377 <info>Implements the XML shell function &quot;dir&quot; dumps informations about the node (namespace, attributes, content).</info>
Daniel Veillarda9b66d02002-12-11 14:23:49 +000011378 <return type='int' info='0'/>
11379 <arg name='ctxt' type='xmlShellCtxtPtr' info='the shell context'/>
11380 <arg name='arg' type='char *' info='unused'/>
11381 <arg name='node' type='xmlNodePtr' info='a node'/>
11382 <arg name='node2' type='xmlNodePtr' info='unused'/>
Daniel Veillard61006472002-01-21 17:31:47 +000011383 </function>
11384 <function name='xmlShellDu' file='debugXML'>
Daniel Veillarda9b66d02002-12-11 14:23:49 +000011385 <info>Implements the XML shell function &quot;du&quot; show the structure of the subtree under node @tree If @tree is null, the command works on the current node.</info>
11386 <return type='int' info='0 or -1 in case of error'/>
11387 <arg name='ctxt' type='xmlShellCtxtPtr' info='the shell context'/>
11388 <arg name='arg' type='char *' info='unused'/>
11389 <arg name='tree' type='xmlNodePtr' info='a node defining a subtree'/>
11390 <arg name='node2' type='xmlNodePtr' info='unused'/>
Daniel Veillard61006472002-01-21 17:31:47 +000011391 </function>
11392 <function name='xmlShellList' file='debugXML'>
Daniel Veillard9d06d302002-01-22 18:15:52 +000011393 <info>Implements the XML shell function &quot;ls&quot; Does an Unix like listing of the given node (like a directory)</info>
Daniel Veillarda9b66d02002-12-11 14:23:49 +000011394 <return type='int' info='0'/>
11395 <arg name='ctxt' type='xmlShellCtxtPtr' info='the shell context'/>
11396 <arg name='arg' type='char *' info='unused'/>
11397 <arg name='node' type='xmlNodePtr' info='a node'/>
11398 <arg name='node2' type='xmlNodePtr' info='unused'/>
Daniel Veillard61006472002-01-21 17:31:47 +000011399 </function>
11400 <function name='xmlShellLoad' file='debugXML'>
Daniel Veillard9d06d302002-01-22 18:15:52 +000011401 <info>Implements the XML shell function &quot;load&quot; loads a new document specified by the filename</info>
Daniel Veillarda9b66d02002-12-11 14:23:49 +000011402 <return type='int' info='0 or -1 if loading failed'/>
11403 <arg name='ctxt' type='xmlShellCtxtPtr' info='the shell context'/>
11404 <arg name='filename' type='char *' info='the file name'/>
11405 <arg name='node' type='xmlNodePtr' info='unused'/>
11406 <arg name='node2' type='xmlNodePtr' info='unused'/>
Daniel Veillard61006472002-01-21 17:31:47 +000011407 </function>
11408 <function name='xmlShellPrintNode' file='debugXML'>
Daniel Veillard48267432002-10-18 11:21:38 +000011409 <info>Print node to the output FILE</info>
Daniel Veillard61006472002-01-21 17:31:47 +000011410 <return type='void'/>
Daniel Veillarda9b66d02002-12-11 14:23:49 +000011411 <arg name='node' type='xmlNodePtr' info='a non-null node to print to the output FILE'/>
Daniel Veillard61006472002-01-21 17:31:47 +000011412 </function>
11413 <function name='xmlShellPrintXPathError' file='debugXML'>
Daniel Veillard2d1464f2002-01-21 23:16:56 +000011414 <info>Print the xpath error to libxml default error channel</info>
Daniel Veillard61006472002-01-21 17:31:47 +000011415 <return type='void'/>
Daniel Veillarda9b66d02002-12-11 14:23:49 +000011416 <arg name='errorType' type='int' info='valid xpath error id'/>
11417 <arg name='arg' type='const char *' info='the argument that cause xpath to fail'/>
Daniel Veillard61006472002-01-21 17:31:47 +000011418 </function>
11419 <function name='xmlShellPrintXPathResult' file='debugXML'>
Daniel Veillard48267432002-10-18 11:21:38 +000011420 <info>Prints result to the output FILE</info>
Daniel Veillard61006472002-01-21 17:31:47 +000011421 <return type='void'/>
Daniel Veillarda9b66d02002-12-11 14:23:49 +000011422 <arg name='list' type='xmlXPathObjectPtr' info='a valid result generated by an xpath evaluation'/>
Daniel Veillard61006472002-01-21 17:31:47 +000011423 </function>
11424 <function name='xmlShellPwd' file='debugXML'>
Daniel Veillard9d06d302002-01-22 18:15:52 +000011425 <info>Implements the XML shell function &quot;pwd&quot; Show the full path from the root to the node, if needed building thumblers when similar elements exists at a given ancestor level. The output is compatible with XPath commands.</info>
Daniel Veillarda9b66d02002-12-11 14:23:49 +000011426 <return type='int' info='0 or -1 in case of error'/>
11427 <arg name='ctxt' type='xmlShellCtxtPtr' info='the shell context'/>
11428 <arg name='buffer' type='char *' info='the output buffer'/>
11429 <arg name='node' type='xmlNodePtr' info='a node'/>
11430 <arg name='node2' type='xmlNodePtr' info='unused'/>
Daniel Veillard61006472002-01-21 17:31:47 +000011431 </function>
Daniel Veillard9d06d302002-01-22 18:15:52 +000011432 <functype name='xmlShellReadlineFunc' file='debugXML'>
Daniel Veillard19274092002-03-25 16:48:03 +000011433 <info>This is a generic signature for the XML shell input function.</info>
Daniel Veillard000eafb2002-12-12 10:04:22 +000011434 <return type='char *' info='a string which will be freed by the Shell.'/>
Daniel Veillarda9b66d02002-12-11 14:23:49 +000011435 <arg name='prompt' type='char *' info='a string prompt'/>
Daniel Veillard9d06d302002-01-22 18:15:52 +000011436 </functype>
Daniel Veillard61006472002-01-21 17:31:47 +000011437 <function name='xmlShellSave' file='debugXML'>
Daniel Veillard9d06d302002-01-22 18:15:52 +000011438 <info>Implements the XML shell function &quot;save&quot; Write the current document to the filename, or it&apos;s original name</info>
Daniel Veillarda9b66d02002-12-11 14:23:49 +000011439 <return type='int' info='0 or -1 in case of error'/>
11440 <arg name='ctxt' type='xmlShellCtxtPtr' info='the shell context'/>
11441 <arg name='filename' type='char *' info='the file name (optional)'/>
11442 <arg name='node' type='xmlNodePtr' info='unused'/>
11443 <arg name='node2' type='xmlNodePtr' info='unused'/>
Daniel Veillard61006472002-01-21 17:31:47 +000011444 </function>
11445 <function name='xmlShellValidate' file='debugXML'>
Daniel Veillard9d06d302002-01-22 18:15:52 +000011446 <info>Implements the XML shell function &quot;validate&quot; Validate the document, if a DTD path is provided, then the validation is done against the given DTD.</info>
Daniel Veillarda9b66d02002-12-11 14:23:49 +000011447 <return type='int' info='0 or -1 in case of error'/>
11448 <arg name='ctxt' type='xmlShellCtxtPtr' info='the shell context'/>
11449 <arg name='dtd' type='char *' info='the DTD URI (optional)'/>
11450 <arg name='node' type='xmlNodePtr' info='unused'/>
11451 <arg name='node2' type='xmlNodePtr' info='unused'/>
Daniel Veillard61006472002-01-21 17:31:47 +000011452 </function>
11453 <function name='xmlShellWrite' file='debugXML'>
Daniel Veillarda9b66d02002-12-11 14:23:49 +000011454 <info>Implements the XML shell function &quot;write&quot; Write the current node to the filename, it saves the serialization of the subtree under the @node specified</info>
11455 <return type='int' info='0 or -1 in case of error'/>
11456 <arg name='ctxt' type='xmlShellCtxtPtr' info='the shell context'/>
11457 <arg name='filename' type='char *' info='the file name'/>
11458 <arg name='node' type='xmlNodePtr' info='a node in the tree'/>
11459 <arg name='node2' type='xmlNodePtr' info='unused'/>
Daniel Veillard61006472002-01-21 17:31:47 +000011460 </function>
11461 <function name='xmlSkipBlankChars' file='parserInternals'>
Daniel Veillard2d1464f2002-01-21 23:16:56 +000011462 <info>skip all blanks character found at that point in the input streams. It pops up finished entities in the process if allowable at that point.</info>
Daniel Veillarda9b66d02002-12-11 14:23:49 +000011463 <return type='int' info='the number of space chars skipped'/>
11464 <arg name='ctxt' type='xmlParserCtxtPtr' info='the XML parser context'/>
Daniel Veillard61006472002-01-21 17:31:47 +000011465 </function>
11466 <function name='xmlSnprintfElementContent' file='valid'>
Daniel Veillard2d1464f2002-01-21 23:16:56 +000011467 <info>This will dump the content of the element content definition Intended just for the debug routine</info>
Daniel Veillard61006472002-01-21 17:31:47 +000011468 <return type='void'/>
Daniel Veillarda9b66d02002-12-11 14:23:49 +000011469 <arg name='buf' type='char *' info='an output buffer'/>
11470 <arg name='size' type='int' info='the buffer size'/>
11471 <arg name='content' type='xmlElementContentPtr' info='An element table'/>
11472 <arg name='glob' type='int' info='1 if one must print the englobing parenthesis, 0 otherwise'/>
Daniel Veillard61006472002-01-21 17:31:47 +000011473 </function>
11474 <function name='xmlSplitQName' file='parserInternals'>
Daniel Veillarda9b66d02002-12-11 14:23:49 +000011475 <info>parse an UTF8 encoded XML qualified name string [NS 5] QName ::= (Prefix &apos;:&apos;)? LocalPart [NS 6] Prefix ::= NCName [NS 7] LocalPart ::= NCName</info>
11476 <return type='xmlChar *' info='the local part, and prefix is updated to get the Prefix if any.'/>
11477 <arg name='ctxt' type='xmlParserCtxtPtr' info='an XML parser context'/>
11478 <arg name='name' type='const xmlChar *' info='an XML parser context'/>
11479 <arg name='prefix' type='xmlChar **' info='a xmlChar **'/>
Daniel Veillard61006472002-01-21 17:31:47 +000011480 </function>
Daniel Veillardc6cae7b2003-04-11 09:02:11 +000011481 <function name='xmlSplitQName2' file='tree'>
Daniel Veillarda9b66d02002-12-11 14:23:49 +000011482 <info>parse an XML qualified name string [NS 5] QName ::= (Prefix &apos;:&apos;)? LocalPart [NS 6] Prefix ::= NCName [NS 7] LocalPart ::= NCName</info>
11483 <return type='xmlChar *' info='NULL if not a QName, otherwise the local part, and prefix is updated to get the Prefix if any.'/>
Daniel Veillardc6cae7b2003-04-11 09:02:11 +000011484 <arg name='name' type='const xmlChar *' info='the full QName'/>
Daniel Veillarda9b66d02002-12-11 14:23:49 +000011485 <arg name='prefix' type='xmlChar **' info='a xmlChar **'/>
Daniel Veillard61006472002-01-21 17:31:47 +000011486 </function>
Daniel Veillardc758c222003-08-04 20:42:34 +000011487 <function name='xmlSplitQName3' file='tree'>
11488 <info>parse an XML qualified name string,i</info>
11489 <return type='const xmlChar *' info='NULL if it is not a Qualified Name, otherwise, update len with the lenght in byte of the prefix and return a pointer'/>
11490 <arg name='name' type='const xmlChar *' info='the full QName'/>
11491 <arg name='len' type='int *' info='an int *'/>
11492 </function>
Daniel Veillard61006472002-01-21 17:31:47 +000011493 <function name='xmlSprintfElementContent' file='valid'>
Daniel Veillard2d1464f2002-01-21 23:16:56 +000011494 <info>Deprecated, unsafe, use xmlSnprintfElementContent</info>
Daniel Veillard61006472002-01-21 17:31:47 +000011495 <return type='void'/>
Daniel Veillarda9b66d02002-12-11 14:23:49 +000011496 <arg name='buf' type='char *' info='an output buffer'/>
11497 <arg name='content' type='xmlElementContentPtr' info='An element table'/>
11498 <arg name='glob' type='int' info='1 if one must print the englobing parenthesis, 0 otherwise'/>
Daniel Veillard61006472002-01-21 17:31:47 +000011499 </function>
11500 <function name='xmlStopParser' file='parser'>
Daniel Veillard2d1464f2002-01-21 23:16:56 +000011501 <info>Blocks further parser processing</info>
Daniel Veillard61006472002-01-21 17:31:47 +000011502 <return type='void'/>
Daniel Veillarda9b66d02002-12-11 14:23:49 +000011503 <arg name='ctxt' type='xmlParserCtxtPtr' info='an XML parser context'/>
Daniel Veillard61006472002-01-21 17:31:47 +000011504 </function>
William M. Bracka2e844a2004-01-06 11:52:13 +000011505 <function name='xmlStrEqual' file='xmlstring'>
Daniel Veillard2d1464f2002-01-21 23:16:56 +000011506 <info>Check if both string are equal of have same content Should be a bit more readable and faster than xmlStrEqual()</info>
Daniel Veillarda9b66d02002-12-11 14:23:49 +000011507 <return type='int' info='1 if they are equal, 0 if they are different'/>
11508 <arg name='str1' type='const xmlChar *' info='the first xmlChar *'/>
11509 <arg name='str2' type='const xmlChar *' info='the second xmlChar *'/>
Daniel Veillard61006472002-01-21 17:31:47 +000011510 </function>
William M. Bracka2e844a2004-01-06 11:52:13 +000011511 <function name='xmlStrPrintf' file='xmlstring'>
Daniel Veillardcd6ff282003-10-08 22:38:13 +000011512 <info>Formats @msg and places result into @buf.</info>
11513 <return type='int' info='the number of characters written to @buf or -1 if an error occurs.'/>
11514 <arg name='buf' type='xmlChar *' info='the result buffer.'/>
11515 <arg name='len' type='int' info='the result buffer length.'/>
11516 <arg name='msg' type='const xmlChar *' info='the message with printf formatting.'/>
11517 <arg name='...' type='...' info='extra parameters for the message.'/>
11518 </function>
William M. Bracka2e844a2004-01-06 11:52:13 +000011519 <function name='xmlStrQEqual' file='xmlstring'>
Daniel Veillarde24c7dc2003-08-29 06:03:38 +000011520 <info>Check if a QName is Equal to a given string</info>
11521 <return type='int' info='1 if they are equal, 0 if they are different'/>
11522 <arg name='pref' type='const xmlChar *' info='the prefix of the QName'/>
11523 <arg name='name' type='const xmlChar *' info='the localname of the QName'/>
11524 <arg name='str' type='const xmlChar *' info='the second xmlChar *'/>
11525 </function>
William M. Bracka2e844a2004-01-06 11:52:13 +000011526 <function name='xmlStrVPrintf' file='xmlstring'>
Daniel Veillard6d373a22003-11-04 10:26:43 +000011527 <info>Formats @msg and places result into @buf.</info>
11528 <return type='int' info='the number of characters written to @buf or -1 if an error occurs.'/>
11529 <arg name='buf' type='xmlChar *' info='the result buffer.'/>
11530 <arg name='len' type='int' info='the result buffer length.'/>
11531 <arg name='msg' type='const xmlChar *' info='the message with printf formatting.'/>
11532 <arg name='ap' type='va_list' info='extra parameters for the message.'/>
11533 </function>
William M. Bracka2e844a2004-01-06 11:52:13 +000011534 <function name='xmlStrcasecmp' file='xmlstring'>
Daniel Veillard9d06d302002-01-22 18:15:52 +000011535 <info>a strcasecmp for xmlChar&apos;s</info>
Daniel Veillarda9b66d02002-12-11 14:23:49 +000011536 <return type='int' info='the integer result of the comparison'/>
11537 <arg name='str1' type='const xmlChar *' info='the first xmlChar *'/>
11538 <arg name='str2' type='const xmlChar *' info='the second xmlChar *'/>
Daniel Veillard61006472002-01-21 17:31:47 +000011539 </function>
William M. Bracka2e844a2004-01-06 11:52:13 +000011540 <function name='xmlStrcasestr' file='xmlstring'>
Daniel Veillard9d06d302002-01-22 18:15:52 +000011541 <info>a case-ignoring strstr for xmlChar&apos;s</info>
Daniel Veillarda9b66d02002-12-11 14:23:49 +000011542 <return type='const xmlChar *' info='the xmlChar * for the first occurrence or NULL.'/>
11543 <arg name='str' type='const xmlChar *' info='the xmlChar * array (haystack)'/>
11544 <arg name='val' type='xmlChar *' info='the xmlChar to search (needle)'/>
Daniel Veillard61006472002-01-21 17:31:47 +000011545 </function>
William M. Bracka2e844a2004-01-06 11:52:13 +000011546 <function name='xmlStrcat' file='xmlstring'>
Daniel Veillard9d06d302002-01-22 18:15:52 +000011547 <info>a strcat for array of xmlChar&apos;s. Since they are supposed to be encoded in UTF-8 or an encoding with 8bit based chars, we assume a termination mark of &apos;0&apos;.</info>
Daniel Veillarda9b66d02002-12-11 14:23:49 +000011548 <return type='xmlChar *' info='a new xmlChar * containing the concatenated string.'/>
11549 <arg name='cur' type='xmlChar *' info='the original xmlChar * array'/>
11550 <arg name='add' type='const xmlChar *' info='the xmlChar * array added'/>
Daniel Veillard61006472002-01-21 17:31:47 +000011551 </function>
William M. Bracka2e844a2004-01-06 11:52:13 +000011552 <function name='xmlStrchr' file='xmlstring'>
Daniel Veillard9d06d302002-01-22 18:15:52 +000011553 <info>a strchr for xmlChar&apos;s</info>
Daniel Veillarda9b66d02002-12-11 14:23:49 +000011554 <return type='const xmlChar *' info='the xmlChar * for the first occurrence or NULL.'/>
11555 <arg name='str' type='const xmlChar *' info='the xmlChar * array'/>
11556 <arg name='val' type='xmlChar' info='the xmlChar to search'/>
Daniel Veillard61006472002-01-21 17:31:47 +000011557 </function>
William M. Bracka2e844a2004-01-06 11:52:13 +000011558 <function name='xmlStrcmp' file='xmlstring'>
Daniel Veillard9d06d302002-01-22 18:15:52 +000011559 <info>a strcmp for xmlChar&apos;s</info>
Daniel Veillarda9b66d02002-12-11 14:23:49 +000011560 <return type='int' info='the integer result of the comparison'/>
11561 <arg name='str1' type='const xmlChar *' info='the first xmlChar *'/>
11562 <arg name='str2' type='const xmlChar *' info='the second xmlChar *'/>
Daniel Veillard61006472002-01-21 17:31:47 +000011563 </function>
William M. Bracka2e844a2004-01-06 11:52:13 +000011564 <function name='xmlStrdup' file='xmlstring'>
Daniel Veillard9d06d302002-01-22 18:15:52 +000011565 <info>a strdup for array of xmlChar&apos;s. Since they are supposed to be encoded in UTF-8 or an encoding with 8bit based chars, we assume a termination mark of &apos;0&apos;.</info>
Daniel Veillarda9b66d02002-12-11 14:23:49 +000011566 <return type='xmlChar *' info='a new xmlChar * or NULL'/>
11567 <arg name='cur' type='const xmlChar *' info='the input xmlChar *'/>
Daniel Veillard61006472002-01-21 17:31:47 +000011568 </function>
Daniel Veillard9d06d302002-01-22 18:15:52 +000011569 <functype name='xmlStrdupFunc' file='xmlmemory'>
Daniel Veillard19274092002-03-25 16:48:03 +000011570 <info>Signature for an strdup() implementation.</info>
Daniel Veillard000eafb2002-12-12 10:04:22 +000011571 <return type='char *' info='the copy of the string or NULL in case of error.'/>
Daniel Veillarda9b66d02002-12-11 14:23:49 +000011572 <arg name='str' type='const char *' info='a zero terminated string'/>
Daniel Veillard9d06d302002-01-22 18:15:52 +000011573 </functype>
Daniel Veillard61006472002-01-21 17:31:47 +000011574 <function name='xmlStringCurrentChar' file='parserInternals'>
Daniel Veillard2d1464f2002-01-21 23:16:56 +000011575 <info>The current char value, if using UTF-8 this may actually span multiple bytes in the input buffer.</info>
Daniel Veillarda9b66d02002-12-11 14:23:49 +000011576 <return type='int' info='the current char value and its length'/>
11577 <arg name='ctxt' type='xmlParserCtxtPtr' info='the XML parser context'/>
11578 <arg name='cur' type='const xmlChar *' info='pointer to the beginning of the char'/>
11579 <arg name='len' type='int *' info='pointer to the length of the char read'/>
Daniel Veillard61006472002-01-21 17:31:47 +000011580 </function>
11581 <function name='xmlStringDecodeEntities' file='parserInternals'>
Daniel Veillarda9b66d02002-12-11 14:23:49 +000011582 <info>Takes a entity string content and process to do the adequate substitutions. [67] Reference ::= EntityRef | CharRef [69] PEReference ::= &apos;%&apos; Name &apos;;&apos;</info>
11583 <return type='xmlChar *' info='A newly allocated string with the substitution done. The caller must deallocate it !'/>
11584 <arg name='ctxt' type='xmlParserCtxtPtr' info='the parser context'/>
11585 <arg name='str' type='const xmlChar *' info='the input string'/>
11586 <arg name='what' type='int' info='combination of XML_SUBSTITUTE_REF and XML_SUBSTITUTE_PEREF'/>
11587 <arg name='end' type='xmlChar' info='an end marker xmlChar, 0 if none'/>
11588 <arg name='end2' type='xmlChar' info='an end marker xmlChar, 0 if none'/>
11589 <arg name='end3' type='xmlChar' info='an end marker xmlChar, 0 if none'/>
Daniel Veillard61006472002-01-21 17:31:47 +000011590 </function>
11591 <function name='xmlStringGetNodeList' file='tree'>
Daniel Veillard2d1464f2002-01-21 23:16:56 +000011592 <info>Parse the value string and build the node list associated. Should produce a flat tree with only TEXTs and ENTITY_REFs.</info>
Daniel Veillarda9b66d02002-12-11 14:23:49 +000011593 <return type='xmlNodePtr' info='a pointer to the first child'/>
11594 <arg name='doc' type='xmlDocPtr' info='the document'/>
11595 <arg name='value' type='const xmlChar *' info='the value of the attribute'/>
Daniel Veillard61006472002-01-21 17:31:47 +000011596 </function>
Daniel Veillarde24c7dc2003-08-29 06:03:38 +000011597 <function name='xmlStringLenDecodeEntities' file='parserInternals'>
Daniel Veillard092643b2003-09-25 14:29:29 +000011598 <info>Takes a entity string content and process to do the adequate substitutions. [67] Reference ::= EntityRef | CharRef [69] PEReference ::= &apos;%&apos; Name &apos;;&apos;</info>
11599 <return type='xmlChar *' info='A newly allocated string with the substitution done. The caller must deallocate it !'/>
11600 <arg name='ctxt' type='xmlParserCtxtPtr' info='the parser context'/>
11601 <arg name='str' type='const xmlChar *' info='the input string'/>
11602 <arg name='len' type='int' info='the string length'/>
11603 <arg name='what' type='int' info='combination of XML_SUBSTITUTE_REF and XML_SUBSTITUTE_PEREF'/>
11604 <arg name='end' type='xmlChar' info='an end marker xmlChar, 0 if none'/>
11605 <arg name='end2' type='xmlChar' info='an end marker xmlChar, 0 if none'/>
11606 <arg name='end3' type='xmlChar' info='an end marker xmlChar, 0 if none'/>
Daniel Veillarde24c7dc2003-08-29 06:03:38 +000011607 </function>
Daniel Veillard61006472002-01-21 17:31:47 +000011608 <function name='xmlStringLenGetNodeList' file='tree'>
Daniel Veillard2d1464f2002-01-21 23:16:56 +000011609 <info>Parse the value string and build the node list associated. Should produce a flat tree with only TEXTs and ENTITY_REFs.</info>
Daniel Veillarda9b66d02002-12-11 14:23:49 +000011610 <return type='xmlNodePtr' info='a pointer to the first child'/>
11611 <arg name='doc' type='xmlDocPtr' info='the document'/>
11612 <arg name='value' type='const xmlChar *' info='the value of the text'/>
11613 <arg name='len' type='int' info='the length of the string value'/>
Daniel Veillard61006472002-01-21 17:31:47 +000011614 </function>
William M. Bracka2e844a2004-01-06 11:52:13 +000011615 <function name='xmlStrlen' file='xmlstring'>
Daniel Veillard9d06d302002-01-22 18:15:52 +000011616 <info>length of a xmlChar&apos;s string</info>
Daniel Veillarda9b66d02002-12-11 14:23:49 +000011617 <return type='int' info='the number of xmlChar contained in the ARRAY.'/>
11618 <arg name='str' type='const xmlChar *' info='the xmlChar * array'/>
Daniel Veillard61006472002-01-21 17:31:47 +000011619 </function>
William M. Bracka2e844a2004-01-06 11:52:13 +000011620 <function name='xmlStrncasecmp' file='xmlstring'>
Daniel Veillard9d06d302002-01-22 18:15:52 +000011621 <info>a strncasecmp for xmlChar&apos;s</info>
Daniel Veillarda9b66d02002-12-11 14:23:49 +000011622 <return type='int' info='the integer result of the comparison'/>
11623 <arg name='str1' type='const xmlChar *' info='the first xmlChar *'/>
11624 <arg name='str2' type='const xmlChar *' info='the second xmlChar *'/>
11625 <arg name='len' type='int' info='the max comparison length'/>
Daniel Veillard61006472002-01-21 17:31:47 +000011626 </function>
William M. Bracka2e844a2004-01-06 11:52:13 +000011627 <function name='xmlStrncat' file='xmlstring'>
Daniel Veillarda9b66d02002-12-11 14:23:49 +000011628 <info>a strncat for array of xmlChar&apos;s, it will extend @cur with the len first bytes of @add.</info>
11629 <return type='xmlChar *' info='a new xmlChar *, the original @cur is reallocated if needed and should not be freed'/>
11630 <arg name='cur' type='xmlChar *' info='the original xmlChar * array'/>
11631 <arg name='add' type='const xmlChar *' info='the xmlChar * array added'/>
11632 <arg name='len' type='int' info='the length of @add'/>
Daniel Veillard61006472002-01-21 17:31:47 +000011633 </function>
William M. Bracka2e844a2004-01-06 11:52:13 +000011634 <function name='xmlStrncatNew' file='xmlstring'>
MST 2004 John Fleck2050d892004-01-05 01:56:38 +000011635 <info>same as xmlStrncat, but creates a new string. The original two strings are not freed.</info>
11636 <return type='xmlChar *' info='a new xmlChar * or NULL'/>
11637 <arg name='str1' type='const xmlChar *' info='first xmlChar string'/>
11638 <arg name='str2' type='const xmlChar *' info='second xmlChar string'/>
11639 <arg name='len' type='int' info='the len of @str2'/>
11640 </function>
William M. Bracka2e844a2004-01-06 11:52:13 +000011641 <function name='xmlStrncmp' file='xmlstring'>
Daniel Veillard9d06d302002-01-22 18:15:52 +000011642 <info>a strncmp for xmlChar&apos;s</info>
Daniel Veillarda9b66d02002-12-11 14:23:49 +000011643 <return type='int' info='the integer result of the comparison'/>
11644 <arg name='str1' type='const xmlChar *' info='the first xmlChar *'/>
11645 <arg name='str2' type='const xmlChar *' info='the second xmlChar *'/>
11646 <arg name='len' type='int' info='the max comparison length'/>
Daniel Veillard61006472002-01-21 17:31:47 +000011647 </function>
William M. Bracka2e844a2004-01-06 11:52:13 +000011648 <function name='xmlStrndup' file='xmlstring'>
Daniel Veillard9d06d302002-01-22 18:15:52 +000011649 <info>a strndup for array of xmlChar&apos;s</info>
Daniel Veillarda9b66d02002-12-11 14:23:49 +000011650 <return type='xmlChar *' info='a new xmlChar * or NULL'/>
11651 <arg name='cur' type='const xmlChar *' info='the input xmlChar *'/>
11652 <arg name='len' type='int' info='the len of @cur'/>
Daniel Veillard61006472002-01-21 17:31:47 +000011653 </function>
William M. Bracka2e844a2004-01-06 11:52:13 +000011654 <function name='xmlStrstr' file='xmlstring'>
Daniel Veillard9d06d302002-01-22 18:15:52 +000011655 <info>a strstr for xmlChar&apos;s</info>
Daniel Veillarda9b66d02002-12-11 14:23:49 +000011656 <return type='const xmlChar *' info='the xmlChar * for the first occurrence or NULL.'/>
11657 <arg name='str' type='const xmlChar *' info='the xmlChar * array (haystack)'/>
11658 <arg name='val' type='const xmlChar *' info='the xmlChar to search (needle)'/>
Daniel Veillard61006472002-01-21 17:31:47 +000011659 </function>
William M. Bracka2e844a2004-01-06 11:52:13 +000011660 <function name='xmlStrsub' file='xmlstring'>
Daniel Veillard2d1464f2002-01-21 23:16:56 +000011661 <info>Extract a substring of a given string</info>
Daniel Veillarda9b66d02002-12-11 14:23:49 +000011662 <return type='xmlChar *' info='the xmlChar * for the first occurrence or NULL.'/>
11663 <arg name='str' type='const xmlChar *' info='the xmlChar * array (haystack)'/>
11664 <arg name='start' type='int' info='the index of the first char (zero based)'/>
11665 <arg name='len' type='int' info='the length of the substring'/>
Daniel Veillard61006472002-01-21 17:31:47 +000011666 </function>
Daniel Veillardcd6ff282003-10-08 22:38:13 +000011667 <functype name='xmlStructuredErrorFunc' file='xmlerror'>
11668 <info>Signature of the function to use when there is an error and the module handles the new error reporting mechanism.</info>
11669 <return type='void'/>
11670 <arg name='userData' type='void *' info='user provided data for the error callback'/>
11671 <arg name='error' type='xmlErrorPtr' info='the error being raised.'/>
11672 </functype>
Daniel Veillard61006472002-01-21 17:31:47 +000011673 <function name='xmlSubstituteEntitiesDefault' file='parser'>
Daniel Veillard2d1464f2002-01-21 23:16:56 +000011674 <info>Set and return the previous value for default entity support. Initially the parser always keep entity references instead of substituting entity values in the output. This function has to be used to change the default parser behavior SAX::substituteEntities() has to be used for changing that on a file by file basis.</info>
Daniel Veillarda9b66d02002-12-11 14:23:49 +000011675 <return type='int' info='the last value for 0 for no substitution, 1 for substitution.'/>
11676 <arg name='val' type='int' info='int 0 or 1'/>
Daniel Veillard61006472002-01-21 17:31:47 +000011677 </function>
Daniel Veillard61006472002-01-21 17:31:47 +000011678 <function name='xmlSwitchEncoding' file='parserInternals'>
Daniel Veillard2d1464f2002-01-21 23:16:56 +000011679 <info>change the input functions when discovering the character encoding of a given entity.</info>
Daniel Veillarda9b66d02002-12-11 14:23:49 +000011680 <return type='int' info='0 in case of success, -1 otherwise'/>
11681 <arg name='ctxt' type='xmlParserCtxtPtr' info='the parser context'/>
11682 <arg name='enc' type='xmlCharEncoding' info='the encoding value (number)'/>
Daniel Veillard61006472002-01-21 17:31:47 +000011683 </function>
Daniel Veillard78697292003-10-19 20:44:43 +000011684 <function name='xmlSwitchInputEncoding' file='parserInternals'>
11685 <info>change the input functions when discovering the character encoding of a given entity.</info>
11686 <return type='int' info='0 in case of success, -1 otherwise'/>
11687 <arg name='ctxt' type='xmlParserCtxtPtr' info='the parser context'/>
11688 <arg name='input' type='xmlParserInputPtr' info='the input stream'/>
11689 <arg name='handler' type='xmlCharEncodingHandlerPtr' info='the encoding handler'/>
11690 </function>
Daniel Veillard61006472002-01-21 17:31:47 +000011691 <function name='xmlSwitchToEncoding' file='parserInternals'>
Daniel Veillard2d1464f2002-01-21 23:16:56 +000011692 <info>change the input functions when discovering the character encoding of a given entity.</info>
Daniel Veillarda9b66d02002-12-11 14:23:49 +000011693 <return type='int' info='0 in case of success, -1 otherwise'/>
11694 <arg name='ctxt' type='xmlParserCtxtPtr' info='the parser context'/>
11695 <arg name='handler' type='xmlCharEncodingHandlerPtr' info='the encoding handler'/>
Daniel Veillard61006472002-01-21 17:31:47 +000011696 </function>
11697 <function name='xmlTextConcat' file='tree'>
Daniel Veillard2d1464f2002-01-21 23:16:56 +000011698 <info>Concat the given string at the end of the existing node content</info>
Daniel Veillardde0a0a52003-04-24 17:12:57 +000011699 <return type='int' info='-1 in case of error, 0 otherwise'/>
Daniel Veillarda9b66d02002-12-11 14:23:49 +000011700 <arg name='node' type='xmlNodePtr' info='the node'/>
11701 <arg name='content' type='const xmlChar *' info='the content'/>
11702 <arg name='len' type='int' info='@content length'/>
Daniel Veillard61006472002-01-21 17:31:47 +000011703 </function>
11704 <function name='xmlTextMerge' file='tree'>
Daniel Veillard2d1464f2002-01-21 23:16:56 +000011705 <info>Merge two text nodes into one</info>
Daniel Veillarda9b66d02002-12-11 14:23:49 +000011706 <return type='xmlNodePtr' info='the first text node augmented'/>
11707 <arg name='first' type='xmlNodePtr' info='the first text node'/>
11708 <arg name='second' type='xmlNodePtr' info='the second text node being merged'/>
Daniel Veillard61006472002-01-21 17:31:47 +000011709 </function>
Daniel Veillarda9b66d02002-12-11 14:23:49 +000011710 <function name='xmlTextReaderAttributeCount' file='xmlreader'>
11711 <info>Provides the number of attributes of the current node</info>
11712 <return type='int' info='0 i no attributes, -1 in case of error or the attribute count'/>
11713 <arg name='reader' type='xmlTextReaderPtr' info='the xmlTextReaderPtr used'/>
11714 </function>
11715 <function name='xmlTextReaderBaseUri' file='xmlreader'>
11716 <info>The base URI of the node.</info>
11717 <return type='xmlChar *' info='the base URI or NULL if not available'/>
11718 <arg name='reader' type='xmlTextReaderPtr' info='the xmlTextReaderPtr used'/>
11719 </function>
Daniel Veillard0eb38c72002-12-14 23:00:35 +000011720 <function name='xmlTextReaderClose' file='xmlreader'>
11721 <info>This method releases any resources allocated by the current instance changes the state to Closed and close any underlying input.</info>
11722 <return type='int' info='0 or -1 in case of error'/>
11723 <arg name='reader' type='xmlTextReaderPtr' info='the xmlTextReaderPtr used'/>
11724 </function>
Daniel Veillarde72c5082003-09-19 12:44:05 +000011725 <function name='xmlTextReaderConstBaseUri' file='xmlreader'>
11726 <info>The base URI of the node.</info>
11727 <return type='const xmlChar *' info='the base URI or NULL if not available, the string will be deallocated with the reader'/>
11728 <arg name='reader' type='xmlTextReaderPtr' info='the xmlTextReaderPtr used'/>
11729 </function>
11730 <function name='xmlTextReaderConstLocalName' file='xmlreader'>
11731 <info>The local name of the node.</info>
11732 <return type='const xmlChar *' info='the local name or NULL if not available, the string will be deallocated with the reader.'/>
11733 <arg name='reader' type='xmlTextReaderPtr' info='the xmlTextReaderPtr used'/>
11734 </function>
11735 <function name='xmlTextReaderConstName' file='xmlreader'>
11736 <info>The qualified name of the node, equal to Prefix :LocalName.</info>
11737 <return type='const xmlChar *' info='the local name or NULL if not available, the string is deallocated with the reader.'/>
11738 <arg name='reader' type='xmlTextReaderPtr' info='the xmlTextReaderPtr used'/>
11739 </function>
11740 <function name='xmlTextReaderConstNamespaceUri' file='xmlreader'>
11741 <info>The URI defining the namespace associated with the node.</info>
11742 <return type='const xmlChar *' info='the namespace URI or NULL if not available, the string will be deallocated with the reader'/>
11743 <arg name='reader' type='xmlTextReaderPtr' info='the xmlTextReaderPtr used'/>
11744 </function>
11745 <function name='xmlTextReaderConstPrefix' file='xmlreader'>
11746 <info>A shorthand reference to the namespace associated with the node.</info>
11747 <return type='const xmlChar *' info='the prefix or NULL if not available, the string is deallocated with the reader.'/>
11748 <arg name='reader' type='xmlTextReaderPtr' info='the xmlTextReaderPtr used'/>
11749 </function>
Daniel Veillard16fa96c2003-09-23 21:50:54 +000011750 <function name='xmlTextReaderConstString' file='xmlreader'>
11751 <info>Get an interned string from the reader, allows for example to speedup string name comparisons</info>
11752 <return type='const xmlChar *' info='an interned copy of the string or NULL in case of error. The string will be deallocated with the reader.'/>
11753 <arg name='reader' type='xmlTextReaderPtr' info='the xmlTextReaderPtr used'/>
11754 <arg name='str' type='const xmlChar *' info='the string to intern.'/>
11755 </function>
Daniel Veillard198c1bf2003-10-20 17:07:41 +000011756 <function name='xmlTextReaderConstValue' file='xmlreader'>
11757 <info>Provides the text value of the node if present</info>
11758 <return type='const xmlChar *' info='the string or NULL if not available. The result will be deallocated on the next Read() operation.'/>
11759 <arg name='reader' type='xmlTextReaderPtr' info='the xmlTextReaderPtr used'/>
11760 </function>
Daniel Veillarde72c5082003-09-19 12:44:05 +000011761 <function name='xmlTextReaderConstXmlLang' file='xmlreader'>
Daniel Veillard092643b2003-09-25 14:29:29 +000011762 <info>The xml:lang scope within which the node resides.</info>
11763 <return type='const xmlChar *' info='the xml:lang value or NULL if none exists.'/>
11764 <arg name='reader' type='xmlTextReaderPtr' info='the xmlTextReaderPtr used'/>
Daniel Veillarde72c5082003-09-19 12:44:05 +000011765 </function>
Daniel Veillarde18fc182002-12-28 22:56:33 +000011766 <function name='xmlTextReaderCurrentDoc' file='xmlreader'>
Daniel Veillard2b8c4a12003-10-02 22:28:19 +000011767 <info>Hacking interface allowing to get the xmlDocPtr correponding to the current document being accessed by the xmlTextReader. NOTE: as a result of this call, the reader will not destroy the associated XML document and calling xmlFreeDoc() on the result is needed once the reader parsing has finished.</info>
Daniel Veillarde18fc182002-12-28 22:56:33 +000011768 <return type='xmlDocPtr' info='the xmlDocPtr or NULL in case of error.'/>
11769 <arg name='reader' type='xmlTextReaderPtr' info='the xmlTextReaderPtr used'/>
11770 </function>
11771 <function name='xmlTextReaderCurrentNode' file='xmlreader'>
11772 <info>Hacking interface allowing to get the xmlNodePtr correponding to the current node being accessed by the xmlTextReader. This is dangerous because the underlying node may be destroyed on the next Reads.</info>
11773 <return type='xmlNodePtr' info='the xmlNodePtr or NULL in case of error.'/>
11774 <arg name='reader' type='xmlTextReaderPtr' info='the xmlTextReaderPtr used'/>
11775 </function>
Daniel Veillarda9b66d02002-12-11 14:23:49 +000011776 <function name='xmlTextReaderDepth' file='xmlreader'>
11777 <info>The depth of the node in the tree.</info>
11778 <return type='int' info='the depth or -1 in case of error'/>
11779 <arg name='reader' type='xmlTextReaderPtr' info='the xmlTextReaderPtr used'/>
11780 </function>
Daniel Veillard540a31a2003-01-21 11:21:07 +000011781 <functype name='xmlTextReaderErrorFunc' file='xmlreader'>
11782 <info></info>
11783 <return type='void'/>
11784 <arg name='arg' type='void *' info=''/>
11785 <arg name='msg' type='const char *' info=''/>
11786 <arg name='severity' type='xmlParserSeverities' info=''/>
11787 <arg name='locator' type='xmlTextReaderLocatorPtr' info=''/>
11788 </functype>
Daniel Veillardc6cae7b2003-04-11 09:02:11 +000011789 <function name='xmlTextReaderExpand' file='xmlreader'>
Daniel Veillardd437d322003-05-13 21:07:01 +000011790 <info>Reads the contents of the current node and the full subtree. It then makes the subtree available until the next xmlTextReaderRead() call</info>
Daniel Veillardc6cae7b2003-04-11 09:02:11 +000011791 <return type='xmlNodePtr' info='a node pointer valid until the next xmlTextReaderRead() call or NULL in case of error.'/>
11792 <arg name='reader' type='xmlTextReaderPtr' info='the xmlTextReaderPtr used'/>
11793 </function>
Daniel Veillard0eb38c72002-12-14 23:00:35 +000011794 <function name='xmlTextReaderGetAttribute' file='xmlreader'>
11795 <info>Provides the value of the attribute with the specified qualified name.</info>
11796 <return type='xmlChar *' info='a string containing the value of the specified attribute, or NULL in case of error. The string must be deallocated by the caller.'/>
11797 <arg name='reader' type='xmlTextReaderPtr' info='the xmlTextReaderPtr used'/>
11798 <arg name='name' type='const xmlChar *' info='the qualified name of the attribute.'/>
11799 </function>
11800 <function name='xmlTextReaderGetAttributeNo' file='xmlreader'>
11801 <info>Provides the value of the attribute with the specified index relative to the containing element.</info>
11802 <return type='xmlChar *' info='a string containing the value of the specified attribute, or NULL in case of error. The string must be deallocated by the caller.'/>
11803 <arg name='reader' type='xmlTextReaderPtr' info='the xmlTextReaderPtr used'/>
11804 <arg name='no' type='int' info='the zero-based index of the attribute relative to the containing element'/>
11805 </function>
11806 <function name='xmlTextReaderGetAttributeNs' file='xmlreader'>
11807 <info>Provides the value of the specified attribute</info>
11808 <return type='xmlChar *' info='a string containing the value of the specified attribute, or NULL in case of error. The string must be deallocated by the caller.'/>
11809 <arg name='reader' type='xmlTextReaderPtr' info='the xmlTextReaderPtr used'/>
11810 <arg name='localName' type='const xmlChar *' info='the local name of the attribute.'/>
11811 <arg name='namespaceURI' type='const xmlChar *' info='the namespace URI of the attribute.'/>
11812 </function>
Daniel Veillard540a31a2003-01-21 11:21:07 +000011813 <function name='xmlTextReaderGetErrorHandler' file='xmlreader'>
11814 <info>Retrieve the error callback function and user argument.</info>
11815 <return type='void'/>
11816 <arg name='reader' type='xmlTextReaderPtr' info='the xmlTextReaderPtr used'/>
11817 <arg name='f' type='xmlTextReaderErrorFunc *' info='the callback function or NULL is no callback has been registered'/>
11818 <arg name='arg' type='void **' info='a user argument'/>
11819 </function>
Daniel Veillardbeb70bd2002-12-18 14:53:54 +000011820 <function name='xmlTextReaderGetParserProp' file='xmlreader'>
11821 <info>Read the parser internal property.</info>
11822 <return type='int' info='the value, usually 0 or 1, or -1 in case of error.'/>
11823 <arg name='reader' type='xmlTextReaderPtr' info='the xmlTextReaderPtr used'/>
11824 <arg name='prop' type='int' info='the xmlParserProperties to get'/>
11825 </function>
Daniel Veillardda46d2d2002-12-15 23:36:49 +000011826 <function name='xmlTextReaderGetRemainder' file='xmlreader'>
Daniel Veillardeca726d2004-04-18 21:47:34 +000011827 <info>Method to get the remainder of the buffered XML. this method stops the parser, set its state to End Of File and return the input stream with what is left that the parser did not use. The implementation is not good, the parser certainly procgressed past what&apos;s left in reader-&gt;input, and there is an allocation problem. Best would be to rewrite it differently.</info>
Daniel Veillardda46d2d2002-12-15 23:36:49 +000011828 <return type='xmlParserInputBufferPtr' info='the xmlParserInputBufferPtr attached to the XML or NULL in case of error.'/>
11829 <arg name='reader' type='xmlTextReaderPtr' info='the xmlTextReaderPtr used'/>
11830 </function>
Daniel Veillarda9b66d02002-12-11 14:23:49 +000011831 <function name='xmlTextReaderHasAttributes' file='xmlreader'>
11832 <info>Whether the node has attributes.</info>
11833 <return type='int' info='1 if true, 0 if false, and -1 in case or error'/>
11834 <arg name='reader' type='xmlTextReaderPtr' info='the xmlTextReaderPtr used'/>
11835 </function>
11836 <function name='xmlTextReaderHasValue' file='xmlreader'>
11837 <info>Whether the node can have a text value.</info>
11838 <return type='int' info='1 if true, 0 if false, and -1 in case or error'/>
11839 <arg name='reader' type='xmlTextReaderPtr' info='the xmlTextReaderPtr used'/>
11840 </function>
11841 <function name='xmlTextReaderIsDefault' file='xmlreader'>
Daniel Veillard9b4bb4d2002-12-11 19:28:47 +000011842 <info>Whether an Attribute node was generated from the default value defined in the DTD or schema.</info>
11843 <return type='int' info='0 if not defaulted, 1 if defaulted, and -1 in case of error'/>
11844 <arg name='reader' type='xmlTextReaderPtr' info='the xmlTextReaderPtr used'/>
Daniel Veillarda9b66d02002-12-11 14:23:49 +000011845 </function>
11846 <function name='xmlTextReaderIsEmptyElement' file='xmlreader'>
11847 <info>Check if the current node is empty</info>
11848 <return type='int' info='1 if empty, 0 if not and -1 in case of error'/>
11849 <arg name='reader' type='xmlTextReaderPtr' info='the xmlTextReaderPtr used'/>
11850 </function>
Daniel Veillard33300b42003-04-17 09:09:19 +000011851 <function name='xmlTextReaderIsValid' file='xmlreader'>
11852 <info>Retrieve the validity status from the parser context</info>
11853 <return type='int' info='the flag value 1 if valid, 0 if no, and -1 in case of error'/>
11854 <arg name='reader' type='xmlTextReaderPtr' info='the xmlTextReaderPtr used'/>
11855 </function>
Daniel Veillarda9b66d02002-12-11 14:23:49 +000011856 <function name='xmlTextReaderLocalName' file='xmlreader'>
11857 <info>The local name of the node.</info>
11858 <return type='xmlChar *' info='the local name or NULL if not available'/>
11859 <arg name='reader' type='xmlTextReaderPtr' info='the xmlTextReaderPtr used'/>
11860 </function>
Daniel Veillard540a31a2003-01-21 11:21:07 +000011861 <function name='xmlTextReaderLocatorBaseURI' file='xmlreader'>
11862 <info>Obtain the base URI for the given locator.</info>
11863 <return type='xmlChar *' info='the base URI or NULL in case of error.'/>
11864 <arg name='locator' type='xmlTextReaderLocatorPtr' info='the xmlTextReaderLocatorPtr used'/>
11865 </function>
11866 <function name='xmlTextReaderLocatorLineNumber' file='xmlreader'>
11867 <info>Obtain the line number for the given locator.</info>
11868 <return type='int' info='the line number or -1 in case of error.'/>
11869 <arg name='locator' type='xmlTextReaderLocatorPtr' info='the xmlTextReaderLocatorPtr used'/>
11870 </function>
Daniel Veillardda46d2d2002-12-15 23:36:49 +000011871 <function name='xmlTextReaderLookupNamespace' file='xmlreader'>
11872 <info>Resolves a namespace prefix in the scope of the current element.</info>
11873 <return type='xmlChar *' info='a string containing the namespace URI to which the prefix maps or NULL in case of error. The string must be deallocated by the caller.'/>
11874 <arg name='reader' type='xmlTextReaderPtr' info='the xmlTextReaderPtr used'/>
11875 <arg name='prefix' type='const xmlChar *' info='the prefix whose namespace URI is to be resolved. To return the default namespace, specify NULL'/>
11876 </function>
11877 <function name='xmlTextReaderMoveToAttribute' file='xmlreader'>
11878 <info>Moves the position of the current instance to the attribute with the specified qualified name.</info>
11879 <return type='int' info='1 in case of success, -1 in case of error, 0 if not found'/>
11880 <arg name='reader' type='xmlTextReaderPtr' info='the xmlTextReaderPtr used'/>
11881 <arg name='name' type='const xmlChar *' info='the qualified name of the attribute.'/>
11882 </function>
11883 <function name='xmlTextReaderMoveToAttributeNo' file='xmlreader'>
11884 <info>Moves the position of the current instance to the attribute with the specified index relative to the containing element.</info>
11885 <return type='int' info='1 in case of success, -1 in case of error, 0 if not found'/>
11886 <arg name='reader' type='xmlTextReaderPtr' info='the xmlTextReaderPtr used'/>
11887 <arg name='no' type='int' info='the zero-based index of the attribute relative to the containing element.'/>
11888 </function>
11889 <function name='xmlTextReaderMoveToAttributeNs' file='xmlreader'>
11890 <info>Moves the position of the current instance to the attribute with the specified local name and namespace URI.</info>
11891 <return type='int' info='1 in case of success, -1 in case of error, 0 if not found'/>
11892 <arg name='reader' type='xmlTextReaderPtr' info='the xmlTextReaderPtr used'/>
11893 <arg name='localName' type='const xmlChar *' info='the local name of the attribute.'/>
11894 <arg name='namespaceURI' type='const xmlChar *' info='the namespace URI of the attribute.'/>
11895 </function>
11896 <function name='xmlTextReaderMoveToElement' file='xmlreader'>
11897 <info>Moves the position of the current instance to the node that contains the current Attribute node.</info>
11898 <return type='int' info='1 in case of success, -1 in case of error, 0 if not moved'/>
11899 <arg name='reader' type='xmlTextReaderPtr' info='the xmlTextReaderPtr used'/>
11900 </function>
11901 <function name='xmlTextReaderMoveToFirstAttribute' file='xmlreader'>
11902 <info>Moves the position of the current instance to the first attribute associated with the current node.</info>
11903 <return type='int' info='1 in case of success, -1 in case of error, 0 if not found'/>
11904 <arg name='reader' type='xmlTextReaderPtr' info='the xmlTextReaderPtr used'/>
11905 </function>
11906 <function name='xmlTextReaderMoveToNextAttribute' file='xmlreader'>
11907 <info>Moves the position of the current instance to the next attribute associated with the current node.</info>
11908 <return type='int' info='1 in case of success, -1 in case of error, 0 if not found'/>
11909 <arg name='reader' type='xmlTextReaderPtr' info='the xmlTextReaderPtr used'/>
11910 </function>
Daniel Veillarda9b66d02002-12-11 14:23:49 +000011911 <function name='xmlTextReaderName' file='xmlreader'>
11912 <info>The qualified name of the node, equal to Prefix :LocalName.</info>
11913 <return type='xmlChar *' info='the local name or NULL if not available'/>
11914 <arg name='reader' type='xmlTextReaderPtr' info='the xmlTextReaderPtr used'/>
11915 </function>
11916 <function name='xmlTextReaderNamespaceUri' file='xmlreader'>
11917 <info>The URI defining the namespace associated with the node.</info>
11918 <return type='xmlChar *' info='the namespace URI or NULL if not available'/>
11919 <arg name='reader' type='xmlTextReaderPtr' info='the xmlTextReaderPtr used'/>
11920 </function>
Daniel Veillardc6cae7b2003-04-11 09:02:11 +000011921 <function name='xmlTextReaderNext' file='xmlreader'>
11922 <info>Skip to the node following the current one in document order while avoiding the subtree if any.</info>
11923 <return type='int' info='1 if the node was read successfully, 0 if there is no more nodes to read, or -1 in case of error'/>
11924 <arg name='reader' type='xmlTextReaderPtr' info='the xmlTextReaderPtr used'/>
11925 </function>
Daniel Veillard198c1bf2003-10-20 17:07:41 +000011926 <function name='xmlTextReaderNextSibling' file='xmlreader'>
Daniel Veillarde8ba84e2003-11-18 13:54:15 +000011927 <info>Skip to the node following the current one in document order while avoiding the subtree if any. Currently implemented only for Readers built on a document</info>
11928 <return type='int' info='1 if the node was read successfully, 0 if there is no more nodes to read, or -1 in case of error'/>
11929 <arg name='reader' type='xmlTextReaderPtr' info='the xmlTextReaderPtr used'/>
Daniel Veillard198c1bf2003-10-20 17:07:41 +000011930 </function>
Daniel Veillarda9b66d02002-12-11 14:23:49 +000011931 <function name='xmlTextReaderNodeType' file='xmlreader'>
11932 <info>Get the node type of the current node Reference: http://dotgnu.org/pnetlib-doc/System/Xml/XmlNodeType.html</info>
11933 <return type='int' info='the xmlNodeType of the current node or -1 in case of error'/>
11934 <arg name='reader' type='xmlTextReaderPtr' info='the xmlTextReaderPtr used'/>
11935 </function>
Daniel Veillard67df8092002-12-16 22:04:11 +000011936 <function name='xmlTextReaderNormalization' file='xmlreader'>
11937 <info>The value indicating whether to normalize white space and attribute values. Since attribute value and end of line normalizations are a MUST in the XML specification only the value true is accepted. The broken bahaviour of accepting out of range character entities like &amp;#0; is of course not supported either.</info>
11938 <return type='int' info='1 or -1 in case of error.'/>
11939 <arg name='reader' type='xmlTextReaderPtr' info='the xmlTextReaderPtr used'/>
11940 </function>
Daniel Veillarda9b66d02002-12-11 14:23:49 +000011941 <function name='xmlTextReaderPrefix' file='xmlreader'>
11942 <info>A shorthand reference to the namespace associated with the node.</info>
11943 <return type='xmlChar *' info='the prefix or NULL if not available'/>
11944 <arg name='reader' type='xmlTextReaderPtr' info='the xmlTextReaderPtr used'/>
11945 </function>
Daniel Veillard4432df22003-09-28 18:58:27 +000011946 <function name='xmlTextReaderPreserve' file='xmlreader'>
11947 <info>current node being accessed by the xmlTextReader. This is dangerous because the underlying node may be destroyed on the next Reads.</info>
11948 <return type='xmlNodePtr' info='the xmlNodePtr or NULL in case of error.'/>
11949 <arg name='reader' type='xmlTextReaderPtr' info='the xmlTextReaderPtr used'/>
11950 </function>
Daniel Veillard1e906612003-12-05 14:57:46 +000011951 <function name='xmlTextReaderPreservePattern' file='xmlreader'>
11952 <info>This tells the XML Reader to preserve all nodes matched by the pattern. The caller must also use xmlTextReaderCurrentDoc() to keep an handle on the resulting document once parsing has finished</info>
11953 <return type='int' info='a positive number in case of success and -1 in case of error'/>
11954 <arg name='reader' type='xmlTextReaderPtr' info='the xmlTextReaderPtr used'/>
11955 <arg name='pattern' type='const xmlChar *' info='an XPath subset pattern'/>
Daniel Veillardffa7b7e2003-12-05 16:10:21 +000011956 <arg name='namespaces' type='const xmlChar **' info='the prefix definitions, array of [URI, prefix] or NULL'/>
Daniel Veillard1e906612003-12-05 14:57:46 +000011957 </function>
Daniel Veillarda9b66d02002-12-11 14:23:49 +000011958 <function name='xmlTextReaderQuoteChar' file='xmlreader'>
Daniel Veillard9b4bb4d2002-12-11 19:28:47 +000011959 <info>The quotation mark character used to enclose the value of an attribute.</info>
11960 <return type='int' info='&quot; or &apos; and -1 in case of error'/>
11961 <arg name='reader' type='xmlTextReaderPtr' info='the xmlTextReaderPtr used'/>
Daniel Veillarda9b66d02002-12-11 14:23:49 +000011962 </function>
11963 <function name='xmlTextReaderRead' file='xmlreader'>
11964 <info>Moves the position of the current instance to the next node in the stream, exposing its properties.</info>
11965 <return type='int' info='1 if the node was read successfully, 0 if there is no more nodes to read, or -1 in case of error'/>
11966 <arg name='reader' type='xmlTextReaderPtr' info='the xmlTextReaderPtr used'/>
11967 </function>
Daniel Veillardbeb70bd2002-12-18 14:53:54 +000011968 <function name='xmlTextReaderReadAttributeValue' file='xmlreader'>
11969 <info>Parses an attribute value into one or more Text and EntityReference nodes.</info>
11970 <return type='int' info='1 in case of success, 0 if the reader was not positionned on an ttribute node or all the attribute values have been read, or -1 in case of error.'/>
11971 <arg name='reader' type='xmlTextReaderPtr' info='the xmlTextReaderPtr used'/>
11972 </function>
Daniel Veillard67df8092002-12-16 22:04:11 +000011973 <function name='xmlTextReaderReadInnerXml' file='xmlreader'>
11974 <info>Reads the contents of the current node, including child nodes and markup.</info>
11975 <return type='xmlChar *' info='a string containing the XML content, or NULL if the current node is neither an element nor attribute, or has no child nodes. The string must be deallocated by the caller.'/>
11976 <arg name='reader' type='xmlTextReaderPtr' info='the xmlTextReaderPtr used'/>
11977 </function>
11978 <function name='xmlTextReaderReadOuterXml' file='xmlreader'>
11979 <info>Reads the contents of the current node, including child nodes and markup.</info>
11980 <return type='xmlChar *' info='a string containing the XML content, or NULL if the current node is neither an element nor attribute, or has no child nodes. The string must be deallocated by the caller.'/>
11981 <arg name='reader' type='xmlTextReaderPtr' info='the xmlTextReaderPtr used'/>
11982 </function>
11983 <function name='xmlTextReaderReadState' file='xmlreader'>
11984 <info>Gets the read state of the reader.</info>
11985 <return type='int' info='the state value, or -1 in case of error'/>
11986 <arg name='reader' type='xmlTextReaderPtr' info='the xmlTextReaderPtr used'/>
11987 </function>
11988 <function name='xmlTextReaderReadString' file='xmlreader'>
11989 <info>Reads the contents of an element or a text node as a string.</info>
11990 <return type='xmlChar *' info='a string containing the contents of the Element or Text node, or NULL if the reader is positioned on any other type of node. The string must be deallocated by the caller.'/>
11991 <arg name='reader' type='xmlTextReaderPtr' info='the xmlTextReaderPtr used'/>
11992 </function>
Daniel Veillard33300b42003-04-17 09:09:19 +000011993 <function name='xmlTextReaderRelaxNGSetSchema' file='xmlreader'>
11994 <info>Use RelaxNG to validate the document as it is processed. Activation is only possible before the first Read(). if @schema is NULL, then RelaxNG validation is desactivated. @ The @schema should not be freed until the reader is deallocated or its use has been deactivated.</info>
11995 <return type='int' info='0 in case the RelaxNG validation could be (des)activated and -1 in case of error.'/>
11996 <arg name='reader' type='xmlTextReaderPtr' info='the xmlTextReaderPtr used'/>
11997 <arg name='schema' type='xmlRelaxNGPtr' info='a precompiled RelaxNG schema'/>
11998 </function>
11999 <function name='xmlTextReaderRelaxNGValidate' file='xmlreader'>
12000 <info>Use RelaxNG to validate the document as it is processed. Activation is only possible before the first Read(). if @rng is NULL, then RelaxNG validation is desactivated.</info>
12001 <return type='int' info='0 in case the RelaxNG validation could be (des)activated and -1 in case of error.'/>
12002 <arg name='reader' type='xmlTextReaderPtr' info='the xmlTextReaderPtr used'/>
12003 <arg name='rng' type='const char *' info='the path to a RelaxNG schema or NULL'/>
12004 </function>
Daniel Veillard540a31a2003-01-21 11:21:07 +000012005 <function name='xmlTextReaderSetErrorHandler' file='xmlreader'>
12006 <info>Register a callback function that will be called on error and warnings. If @f is NULL, the default error and warning handlers are restored.</info>
12007 <return type='void'/>
12008 <arg name='reader' type='xmlTextReaderPtr' info='the xmlTextReaderPtr used'/>
12009 <arg name='f' type='xmlTextReaderErrorFunc' info='the callback function to call on error and warnings'/>
12010 <arg name='arg' type='void *' info='a user argument to pass to the callback function'/>
12011 </function>
Daniel Veillardbeb70bd2002-12-18 14:53:54 +000012012 <function name='xmlTextReaderSetParserProp' file='xmlreader'>
12013 <info>Change the parser processing behaviour by changing some of its internal properties. Note that some properties can only be changed before any read has been done.</info>
12014 <return type='int' info='0 if the call was successful, or -1 in case of error'/>
12015 <arg name='reader' type='xmlTextReaderPtr' info='the xmlTextReaderPtr used'/>
12016 <arg name='prop' type='int' info='the xmlParserProperties to set'/>
12017 <arg name='value' type='int' info='usually 0 or 1 to (de)activate it'/>
12018 </function>
Daniel Veillard36711902004-02-11 13:25:26 +000012019 <function name='xmlTextReaderSetStructuredErrorHandler' file='xmlreader'>
12020 <info>Register a callback function that will be called on error and warnings. If @f is NULL, the default error and warning handlers are restored.</info>
12021 <return type='void'/>
12022 <arg name='reader' type='xmlTextReaderPtr' info='the xmlTextReaderPtr used'/>
12023 <arg name='f' type='xmlStructuredErrorFunc' info='the callback function to call on error and warnings'/>
12024 <arg name='arg' type='void *' info='a user argument to pass to the callback function'/>
12025 </function>
Daniel Veillarda9b66d02002-12-11 14:23:49 +000012026 <function name='xmlTextReaderValue' file='xmlreader'>
Daniel Veillard9b4bb4d2002-12-11 19:28:47 +000012027 <info>Provides the text value of the node if present</info>
Daniel Veillard198c1bf2003-10-20 17:07:41 +000012028 <return type='xmlChar *' info='the string or NULL if not available. The result must be deallocated with xmlFree()'/>
Daniel Veillard9b4bb4d2002-12-11 19:28:47 +000012029 <arg name='reader' type='xmlTextReaderPtr' info='the xmlTextReaderPtr used'/>
Daniel Veillarda9b66d02002-12-11 14:23:49 +000012030 </function>
12031 <function name='xmlTextReaderXmlLang' file='xmlreader'>
12032 <info>The xml:lang scope within which the node resides.</info>
12033 <return type='xmlChar *' info='the xml:lang value or NULL if none exists.'/>
12034 <arg name='reader' type='xmlTextReaderPtr' info='the xmlTextReaderPtr used'/>
12035 </function>
Daniel Veillard1d211e22003-10-20 22:32:39 +000012036 <function name='xmlTextWriterEndAttribute' file='xmlwriter'>
12037 <info>End the current xml element.</info>
12038 <return type='int' info='the bytes written (may be 0 because of buffering) or -1 in case of error'/>
12039 <arg name='writer' type='xmlTextWriterPtr' info='the xmlTextWriterPtr'/>
12040 </function>
12041 <function name='xmlTextWriterEndCDATA' file='xmlwriter'>
12042 <info>End an xml CDATA section.</info>
12043 <return type='int' info='the bytes written (may be 0 because of buffering) or -1 in case of error'/>
12044 <arg name='writer' type='xmlTextWriterPtr' info='the xmlTextWriterPtr'/>
12045 </function>
Daniel Veillard92914492004-02-23 16:33:21 +000012046 <function name='xmlTextWriterEndComment' file='xmlwriter'>
12047 <info>End the current xml coment.</info>
12048 <return type='int' info='the bytes written (may be 0 because of buffering) or -1 in case of error'/>
12049 <arg name='writer' type='xmlTextWriterPtr' info='the xmlTextWriterPtr'/>
12050 </function>
Daniel Veillard1d211e22003-10-20 22:32:39 +000012051 <function name='xmlTextWriterEndDTD' file='xmlwriter'>
12052 <info>End an xml DTD.</info>
12053 <return type='int' info='the bytes written (may be 0 because of buffering) or -1 in case of error'/>
12054 <arg name='writer' type='xmlTextWriterPtr' info='the xmlTextWriterPtr'/>
12055 </function>
Daniel Veillard500a1de2004-03-22 15:22:58 +000012056 <function name='xmlTextWriterEndDTDAttlist' file='xmlwriter'>
12057 <info>End an xml DTD attribute list.</info>
12058 <return type='int' info='the bytes written (may be 0 because of buffering) or -1 in case of error'/>
12059 <arg name='writer' type='xmlTextWriterPtr' info='the xmlTextWriterPtr'/>
12060 </function>
12061 <function name='xmlTextWriterEndDTDElement' file='xmlwriter'>
12062 <info>End an xml DTD element.</info>
12063 <return type='int' info='the bytes written (may be 0 because of buffering) or -1 in case of error'/>
12064 <arg name='writer' type='xmlTextWriterPtr' info='the xmlTextWriterPtr'/>
12065 </function>
12066 <function name='xmlTextWriterEndDTDEntity' file='xmlwriter'>
12067 <info>End an xml DTD entity.</info>
12068 <return type='int' info='the bytes written (may be 0 because of buffering) or -1 in case of error'/>
12069 <arg name='writer' type='xmlTextWriterPtr' info='the xmlTextWriterPtr'/>
12070 </function>
Daniel Veillard1d211e22003-10-20 22:32:39 +000012071 <function name='xmlTextWriterEndDocument' file='xmlwriter'>
12072 <info>End an xml document. All open elements are closed</info>
12073 <return type='int' info='the bytes written (may be 0 because of buffering) or -1 in case of error'/>
12074 <arg name='writer' type='xmlTextWriterPtr' info='the xmlTextWriterPtr'/>
12075 </function>
12076 <function name='xmlTextWriterEndElement' file='xmlwriter'>
12077 <info>End the current xml element.</info>
12078 <return type='int' info='the bytes written (may be 0 because of buffering) or -1 in case of error'/>
12079 <arg name='writer' type='xmlTextWriterPtr' info='the xmlTextWriterPtr'/>
12080 </function>
12081 <function name='xmlTextWriterEndPI' file='xmlwriter'>
12082 <info>End the current xml PI.</info>
12083 <return type='int' info='the bytes written (may be 0 because of buffering) or -1 in case of error'/>
12084 <arg name='writer' type='xmlTextWriterPtr' info='the xmlTextWriterPtr'/>
12085 </function>
12086 <function name='xmlTextWriterFlush' file='xmlwriter'>
12087 <info>Flush the output buffer.</info>
12088 <return type='int' info='the bytes written (may be 0 because of buffering) or -1 in case of error'/>
12089 <arg name='writer' type='xmlTextWriterPtr' info='the xmlTextWriterPtr'/>
12090 </function>
12091 <function name='xmlTextWriterFullEndElement' file='xmlwriter'>
12092 <info>End the current xml element. Writes an end tag even if the element is empty</info>
12093 <return type='int' info='the bytes written (may be 0 because of buffering) or -1 in case of error'/>
12094 <arg name='writer' type='xmlTextWriterPtr' info='the xmlTextWriterPtr'/>
12095 </function>
MST 2004 John Fleck2050d892004-01-05 01:56:38 +000012096 <function name='xmlTextWriterSetIndent' file='xmlwriter'>
12097 <info>Set indentation output. indent = 0 do not indentation. indent &gt; 0 do indentation.</info>
12098 <return type='int' info='-1 on error or 0 otherwise.'/>
12099 <arg name='writer' type='xmlTextWriterPtr' info='the xmlTextWriterPtr'/>
12100 <arg name='indent' type='int' info='do indentation?'/>
12101 </function>
12102 <function name='xmlTextWriterSetIndentString' file='xmlwriter'>
12103 <info>Set string indentation.</info>
12104 <return type='int' info='-1 on error or 0 otherwise.'/>
12105 <arg name='writer' type='xmlTextWriterPtr' info='the xmlTextWriterPtr'/>
Daniel Veillard92914492004-02-23 16:33:21 +000012106 <arg name='str' type='const xmlChar *' info='the xmlChar string'/>
MST 2004 John Fleck2050d892004-01-05 01:56:38 +000012107 </function>
Daniel Veillard1d211e22003-10-20 22:32:39 +000012108 <function name='xmlTextWriterStartAttribute' file='xmlwriter'>
12109 <info>Start an xml attribute.</info>
12110 <return type='int' info='the bytes written (may be 0 because of buffering) or -1 in case of error'/>
12111 <arg name='writer' type='xmlTextWriterPtr' info='the xmlTextWriterPtr'/>
12112 <arg name='name' type='const xmlChar *' info='element name'/>
12113 </function>
12114 <function name='xmlTextWriterStartAttributeNS' file='xmlwriter'>
12115 <info>Start an xml attribute with namespace support.</info>
12116 <return type='int' info='the bytes written (may be 0 because of buffering) or -1 in case of error'/>
12117 <arg name='writer' type='xmlTextWriterPtr' info='the xmlTextWriterPtr'/>
12118 <arg name='prefix' type='const xmlChar *' info='namespace prefix or NULL'/>
12119 <arg name='name' type='const xmlChar *' info='element local name'/>
12120 <arg name='namespaceURI' type='const xmlChar *' info='namespace URI or NULL'/>
12121 </function>
12122 <function name='xmlTextWriterStartCDATA' file='xmlwriter'>
12123 <info>Start an xml CDATA section.</info>
12124 <return type='int' info='the bytes written (may be 0 because of buffering) or -1 in case of error'/>
12125 <arg name='writer' type='xmlTextWriterPtr' info='the xmlTextWriterPtr'/>
12126 </function>
Daniel Veillard92914492004-02-23 16:33:21 +000012127 <function name='xmlTextWriterStartComment' file='xmlwriter'>
12128 <info>Start an xml comment.</info>
12129 <return type='int' info='the bytes written (may be 0 because of buffering) or -1 in case of error'/>
12130 <arg name='writer' type='xmlTextWriterPtr' info='the xmlTextWriterPtr'/>
12131 </function>
Daniel Veillard1d211e22003-10-20 22:32:39 +000012132 <function name='xmlTextWriterStartDTD' file='xmlwriter'>
12133 <info>Start an xml DTD.</info>
12134 <return type='int' info='the bytes written (may be 0 because of buffering) or -1 in case of error'/>
12135 <arg name='writer' type='xmlTextWriterPtr' info='the xmlTextWriterPtr'/>
12136 <arg name='name' type='const xmlChar *' info='the name of the DTD'/>
12137 <arg name='pubid' type='const xmlChar *' info='the public identifier, which is an alternative to the system identifier'/>
12138 <arg name='sysid' type='const xmlChar *' info='the system identifier, which is the URI of the DTD'/>
12139 </function>
12140 <function name='xmlTextWriterStartDTDAttlist' file='xmlwriter'>
Daniel Veillard5841f0e2003-11-20 11:59:09 +000012141 <info>Start an xml DTD ATTLIST.</info>
12142 <return type='int' info='the bytes written (may be 0 because of buffering) or -1 in case of error'/>
12143 <arg name='writer' type='xmlTextWriterPtr' info='the xmlTextWriterPtr'/>
12144 <arg name='name' type='const xmlChar *' info='the name of the DTD ATTLIST'/>
Daniel Veillard1d211e22003-10-20 22:32:39 +000012145 </function>
12146 <function name='xmlTextWriterStartDTDElement' file='xmlwriter'>
Daniel Veillard5841f0e2003-11-20 11:59:09 +000012147 <info>Start an xml DTD element.</info>
12148 <return type='int' info='the bytes written (may be 0 because of buffering) or -1 in case of error'/>
12149 <arg name='writer' type='xmlTextWriterPtr' info='the xmlTextWriterPtr'/>
12150 <arg name='name' type='const xmlChar *' info='the name of the DTD element'/>
Daniel Veillard1d211e22003-10-20 22:32:39 +000012151 </function>
12152 <function name='xmlTextWriterStartDTDEntity' file='xmlwriter'>
Daniel Veillard5841f0e2003-11-20 11:59:09 +000012153 <info>Start an xml DTD ATTLIST.</info>
12154 <return type='int' info='the bytes written (may be 0 because of buffering) or -1 in case of error'/>
12155 <arg name='writer' type='xmlTextWriterPtr' info='the xmlTextWriterPtr'/>
12156 <arg name='pe' type='int' info='TRUE if this is a parameter entity, FALSE if not'/>
12157 <arg name='name' type='const xmlChar *' info='the name of the DTD ATTLIST'/>
Daniel Veillard1d211e22003-10-20 22:32:39 +000012158 </function>
12159 <function name='xmlTextWriterStartDocument' file='xmlwriter'>
12160 <info>Start a new xml document</info>
12161 <return type='int' info='the bytes written (may be 0 because of buffering) or -1 in case of error'/>
12162 <arg name='writer' type='xmlTextWriterPtr' info='the xmlTextWriterPtr'/>
12163 <arg name='version' type='const char *' info='the xml version (&quot;1.0&quot;) or NULL for default (&quot;1.0&quot;)'/>
12164 <arg name='encoding' type='const char *' info='the encoding or NULL for default'/>
12165 <arg name='standalone' type='const char *' info='&quot;yes&quot; or &quot;no&quot; or NULL for default'/>
12166 </function>
12167 <function name='xmlTextWriterStartElement' file='xmlwriter'>
12168 <info>Start an xml element.</info>
12169 <return type='int' info='the bytes written (may be 0 because of buffering) or -1 in case of error'/>
12170 <arg name='writer' type='xmlTextWriterPtr' info='the xmlTextWriterPtr'/>
12171 <arg name='name' type='const xmlChar *' info='element name'/>
12172 </function>
12173 <function name='xmlTextWriterStartElementNS' file='xmlwriter'>
12174 <info>Start an xml element with namespace support.</info>
12175 <return type='int' info='the bytes written (may be 0 because of buffering) or -1 in case of error'/>
12176 <arg name='writer' type='xmlTextWriterPtr' info='the xmlTextWriterPtr'/>
12177 <arg name='prefix' type='const xmlChar *' info='namespace prefix or NULL'/>
12178 <arg name='name' type='const xmlChar *' info='element local name'/>
12179 <arg name='namespaceURI' type='const xmlChar *' info='namespace URI or NULL'/>
12180 </function>
12181 <function name='xmlTextWriterStartPI' file='xmlwriter'>
12182 <info>Start an xml PI.</info>
12183 <return type='int' info='the bytes written (may be 0 because of buffering) or -1 in case of error'/>
12184 <arg name='writer' type='xmlTextWriterPtr' info='the xmlTextWriterPtr'/>
12185 <arg name='target' type='const xmlChar *' info='PI target'/>
12186 </function>
12187 <function name='xmlTextWriterWriteAttribute' file='xmlwriter'>
12188 <info>Write an xml attribute.</info>
12189 <return type='int' info='the bytes written (may be 0 because of buffering) or -1 in case of error'/>
12190 <arg name='writer' type='xmlTextWriterPtr' info='the xmlTextWriterPtr'/>
12191 <arg name='name' type='const xmlChar *' info='attribute name'/>
12192 <arg name='content' type='const xmlChar *' info='attribute content'/>
12193 </function>
12194 <function name='xmlTextWriterWriteAttributeNS' file='xmlwriter'>
12195 <info>Write an xml attribute.</info>
12196 <return type='int' info='the bytes written (may be 0 because of buffering) or -1 in case of error'/>
12197 <arg name='writer' type='xmlTextWriterPtr' info='the xmlTextWriterPtr'/>
12198 <arg name='prefix' type='const xmlChar *' info='namespace prefix'/>
12199 <arg name='name' type='const xmlChar *' info='attribute local name'/>
12200 <arg name='namespaceURI' type='const xmlChar *' info='namespace URI'/>
12201 <arg name='content' type='const xmlChar *' info='attribute content'/>
12202 </function>
12203 <function name='xmlTextWriterWriteBase64' file='xmlwriter'>
12204 <info>Write an base64 encoded xml text.</info>
12205 <return type='int' info='the bytes written (may be 0 because of buffering) or -1 in case of error'/>
12206 <arg name='writer' type='xmlTextWriterPtr' info='the xmlTextWriterPtr'/>
12207 <arg name='data' type='const char *' info='binary data'/>
12208 <arg name='start' type='int' info='the position within the data of the first byte to encode'/>
12209 <arg name='len' type='int' info='the number of bytes to encode'/>
12210 </function>
12211 <function name='xmlTextWriterWriteBinHex' file='xmlwriter'>
12212 <info>Write a BinHex encoded xml text.</info>
12213 <return type='int' info='the bytes written (may be 0 because of buffering) or -1 in case of error'/>
12214 <arg name='writer' type='xmlTextWriterPtr' info='the xmlTextWriterPtr'/>
12215 <arg name='data' type='const char *' info='binary data'/>
12216 <arg name='start' type='int' info='the position within the data of the first byte to encode'/>
12217 <arg name='len' type='int' info='the number of bytes to encode'/>
12218 </function>
12219 <function name='xmlTextWriterWriteCDATA' file='xmlwriter'>
12220 <info>Write an xml CDATA.</info>
12221 <return type='int' info='the bytes written (may be 0 because of buffering) or -1 in case of error'/>
12222 <arg name='writer' type='xmlTextWriterPtr' info='the xmlTextWriterPtr'/>
12223 <arg name='content' type='const xmlChar *' info='CDATA content'/>
12224 </function>
12225 <function name='xmlTextWriterWriteComment' file='xmlwriter'>
12226 <info>Write an xml comment.</info>
12227 <return type='int' info='the bytes written (may be 0 because of buffering) or -1 in case of error'/>
12228 <arg name='writer' type='xmlTextWriterPtr' info='the xmlTextWriterPtr'/>
12229 <arg name='content' type='const xmlChar *' info='comment string'/>
12230 </function>
12231 <function name='xmlTextWriterWriteDTD' file='xmlwriter'>
12232 <info>Write a DTD.</info>
12233 <return type='int' info='the bytes written (may be 0 because of buffering) or -1 in case of error'/>
12234 <arg name='writer' type='xmlTextWriterPtr' info='the xmlTextWriterPtr'/>
12235 <arg name='name' type='const xmlChar *' info='the name of the DTD'/>
12236 <arg name='pubid' type='const xmlChar *' info='the public identifier, which is an alternative to the system identifier'/>
12237 <arg name='sysid' type='const xmlChar *' info='the system identifier, which is the URI of the DTD'/>
Daniel Veillarde8ba84e2003-11-18 13:54:15 +000012238 <arg name='subset' type='const xmlChar *' info='string content of the DTD'/>
Daniel Veillard1d211e22003-10-20 22:32:39 +000012239 </function>
12240 <function name='xmlTextWriterWriteDTDAttlist' file='xmlwriter'>
Daniel Veillard5841f0e2003-11-20 11:59:09 +000012241 <info>Write a DTD ATTLIST.</info>
12242 <return type='int' info='the bytes written (may be 0 because of buffering) or -1 in case of error'/>
12243 <arg name='writer' type='xmlTextWriterPtr' info='the xmlTextWriterPtr'/>
12244 <arg name='name' type='const xmlChar *' info='the name of the DTD ATTLIST'/>
12245 <arg name='content' type='const xmlChar *' info='content of the ATTLIST'/>
Daniel Veillard1d211e22003-10-20 22:32:39 +000012246 </function>
12247 <function name='xmlTextWriterWriteDTDElement' file='xmlwriter'>
Daniel Veillard5841f0e2003-11-20 11:59:09 +000012248 <info>Write a DTD element.</info>
12249 <return type='int' info='the bytes written (may be 0 because of buffering) or -1 in case of error'/>
12250 <arg name='writer' type='xmlTextWriterPtr' info='the xmlTextWriterPtr'/>
12251 <arg name='name' type='const xmlChar *' info='the name of the DTD element'/>
12252 <arg name='content' type='const xmlChar *' info='content of the element'/>
Daniel Veillard1d211e22003-10-20 22:32:39 +000012253 </function>
12254 <function name='xmlTextWriterWriteDTDEntity' file='xmlwriter'>
Daniel Veillard5841f0e2003-11-20 11:59:09 +000012255 <info>Write a DTD entity.</info>
12256 <return type='int' info='the bytes written (may be 0 because of buffering) or -1 in case of error'/>
12257 <arg name='writer' type='xmlTextWriterPtr' info='the xmlTextWriterPtr'/>
12258 <arg name='pe' type='int' info='TRUE if this is a parameter entity, FALSE if not'/>
12259 <arg name='name' type='const xmlChar *' info='the name of the DTD entity'/>
12260 <arg name='pubid' type='const xmlChar *' info='the public identifier, which is an alternative to the system identifier'/>
12261 <arg name='sysid' type='const xmlChar *' info='the system identifier, which is the URI of the DTD'/>
12262 <arg name='ndataid' type='const xmlChar *' info='the xml notation name.'/>
12263 <arg name='content' type='const xmlChar *' info='content of the entity'/>
Daniel Veillard1d211e22003-10-20 22:32:39 +000012264 </function>
12265 <function name='xmlTextWriterWriteDTDExternalEntity' file='xmlwriter'>
Daniel Veillard500a1de2004-03-22 15:22:58 +000012266 <info>Write a DTD external entity. The entity must have been started with xmlTextWriterStartDTDEntity</info>
Daniel Veillard5841f0e2003-11-20 11:59:09 +000012267 <return type='int' info='the bytes written (may be 0 because of buffering) or -1 in case of error'/>
12268 <arg name='writer' type='xmlTextWriterPtr' info='the xmlTextWriterPtr'/>
12269 <arg name='pe' type='int' info='TRUE if this is a parameter entity, FALSE if not'/>
12270 <arg name='name' type='const xmlChar *' info='the name of the DTD entity'/>
12271 <arg name='pubid' type='const xmlChar *' info='the public identifier, which is an alternative to the system identifier'/>
12272 <arg name='sysid' type='const xmlChar *' info='the system identifier, which is the URI of the DTD'/>
12273 <arg name='ndataid' type='const xmlChar *' info='the xml notation name.'/>
Daniel Veillard1d211e22003-10-20 22:32:39 +000012274 </function>
Daniel Veillard500a1de2004-03-22 15:22:58 +000012275 <function name='xmlTextWriterWriteDTDExternalEntityContents' file='xmlwriter'>
12276 <info>Write the contents of a DTD external entity.</info>
12277 <return type='int' info='the bytes written (may be 0 because of buffering) or -1 in case of error'/>
12278 <arg name='writer' type='xmlTextWriterPtr' info='the xmlTextWriterPtr'/>
12279 <arg name='pubid' type='const xmlChar *' info='the public identifier, which is an alternative to the system identifier'/>
12280 <arg name='sysid' type='const xmlChar *' info='the system identifier, which is the URI of the DTD'/>
12281 <arg name='ndataid' type='const xmlChar *' info='the xml notation name.'/>
12282 </function>
Daniel Veillard1d211e22003-10-20 22:32:39 +000012283 <function name='xmlTextWriterWriteDTDInternalEntity' file='xmlwriter'>
Daniel Veillard5841f0e2003-11-20 11:59:09 +000012284 <info>Write a DTD internal entity.</info>
12285 <return type='int' info='the bytes written (may be 0 because of buffering) or -1 in case of error'/>
12286 <arg name='writer' type='xmlTextWriterPtr' info='the xmlTextWriterPtr'/>
12287 <arg name='pe' type='int' info='TRUE if this is a parameter entity, FALSE if not'/>
12288 <arg name='name' type='const xmlChar *' info='the name of the DTD entity'/>
12289 <arg name='content' type='const xmlChar *' info='content of the entity'/>
Daniel Veillard1d211e22003-10-20 22:32:39 +000012290 </function>
12291 <function name='xmlTextWriterWriteDTDNotation' file='xmlwriter'>
Daniel Veillard5841f0e2003-11-20 11:59:09 +000012292 <info>Write a DTD entity.</info>
12293 <return type='int' info='the bytes written (may be 0 because of buffering) or -1 in case of error'/>
12294 <arg name='writer' type='xmlTextWriterPtr' info='the xmlTextWriterPtr'/>
12295 <arg name='name' type='const xmlChar *' info='the name of the xml notation'/>
12296 <arg name='pubid' type='const xmlChar *' info='the public identifier, which is an alternative to the system identifier'/>
12297 <arg name='sysid' type='const xmlChar *' info='the system identifier, which is the URI of the DTD'/>
Daniel Veillard1d211e22003-10-20 22:32:39 +000012298 </function>
12299 <function name='xmlTextWriterWriteElement' file='xmlwriter'>
12300 <info>Write an xml element.</info>
12301 <return type='int' info='the bytes written (may be 0 because of buffering) or -1 in case of error'/>
12302 <arg name='writer' type='xmlTextWriterPtr' info='the xmlTextWriterPtr'/>
12303 <arg name='name' type='const xmlChar *' info='element name'/>
12304 <arg name='content' type='const xmlChar *' info='element content'/>
12305 </function>
12306 <function name='xmlTextWriterWriteElementNS' file='xmlwriter'>
12307 <info>Write an xml element with namespace support.</info>
12308 <return type='int' info='the bytes written (may be 0 because of buffering) or -1 in case of error'/>
12309 <arg name='writer' type='xmlTextWriterPtr' info='the xmlTextWriterPtr'/>
12310 <arg name='prefix' type='const xmlChar *' info='namespace prefix'/>
12311 <arg name='name' type='const xmlChar *' info='element local name'/>
12312 <arg name='namespaceURI' type='const xmlChar *' info='namespace URI'/>
12313 <arg name='content' type='const xmlChar *' info='element content'/>
12314 </function>
12315 <function name='xmlTextWriterWriteFormatAttribute' file='xmlwriter'>
12316 <info>Write a formatted xml attribute.</info>
12317 <return type='int' info='the bytes written (may be 0 because of buffering) or -1 in case of error'/>
12318 <arg name='writer' type='xmlTextWriterPtr' info='the xmlTextWriterPtr'/>
12319 <arg name='name' type='const xmlChar *' info='attribute name'/>
12320 <arg name='format' type='const char *' info='format string (see printf)'/>
John Fleck0eaf41c2003-12-01 04:45:26 +000012321 <arg name='...' type='...' info='extra parameters for the format'/>
Daniel Veillard1d211e22003-10-20 22:32:39 +000012322 </function>
12323 <function name='xmlTextWriterWriteFormatAttributeNS' file='xmlwriter'>
12324 <info>Write a formatted xml attribute.with namespace support</info>
12325 <return type='int' info='the bytes written (may be 0 because of buffering) or -1 in case of error'/>
12326 <arg name='writer' type='xmlTextWriterPtr' info='the xmlTextWriterPtr'/>
12327 <arg name='prefix' type='const xmlChar *' info='namespace prefix'/>
12328 <arg name='name' type='const xmlChar *' info='attribute local name'/>
12329 <arg name='namespaceURI' type='const xmlChar *' info='namespace URI'/>
12330 <arg name='format' type='const char *' info='format string (see printf)'/>
John Fleck0eaf41c2003-12-01 04:45:26 +000012331 <arg name='...' type='...' info='extra parameters for the format'/>
Daniel Veillard1d211e22003-10-20 22:32:39 +000012332 </function>
12333 <function name='xmlTextWriterWriteFormatCDATA' file='xmlwriter'>
12334 <info>Write a formatted xml CDATA.</info>
12335 <return type='int' info='the bytes written (may be 0 because of buffering) or -1 in case of error'/>
12336 <arg name='writer' type='xmlTextWriterPtr' info='the xmlTextWriterPtr'/>
12337 <arg name='format' type='const char *' info='format string (see printf)'/>
John Fleck0eaf41c2003-12-01 04:45:26 +000012338 <arg name='...' type='...' info='extra parameters for the format'/>
Daniel Veillard1d211e22003-10-20 22:32:39 +000012339 </function>
12340 <function name='xmlTextWriterWriteFormatComment' file='xmlwriter'>
12341 <info>Write an xml comment.</info>
12342 <return type='int' info='the bytes written (may be 0 because of buffering) or -1 in case of error'/>
12343 <arg name='writer' type='xmlTextWriterPtr' info='the xmlTextWriterPtr'/>
12344 <arg name='format' type='const char *' info='format string (see printf)'/>
John Fleck0eaf41c2003-12-01 04:45:26 +000012345 <arg name='...' type='...' info='extra parameters for the format'/>
Daniel Veillard1d211e22003-10-20 22:32:39 +000012346 </function>
12347 <function name='xmlTextWriterWriteFormatDTD' file='xmlwriter'>
12348 <info>Write a DTD with a formatted markup declarations part.</info>
12349 <return type='int' info='the bytes written (may be 0 because of buffering) or -1 in case of error'/>
12350 <arg name='writer' type='xmlTextWriterPtr' info='the xmlTextWriterPtr'/>
12351 <arg name='name' type='const xmlChar *' info='the name of the DTD'/>
12352 <arg name='pubid' type='const xmlChar *' info='the public identifier, which is an alternative to the system identifier'/>
12353 <arg name='sysid' type='const xmlChar *' info='the system identifier, which is the URI of the DTD'/>
12354 <arg name='format' type='const char *' info='format string (see printf)'/>
John Fleck0eaf41c2003-12-01 04:45:26 +000012355 <arg name='...' type='...' info='extra parameters for the format'/>
Daniel Veillard1d211e22003-10-20 22:32:39 +000012356 </function>
12357 <function name='xmlTextWriterWriteFormatDTDAttlist' file='xmlwriter'>
Daniel Veillard5841f0e2003-11-20 11:59:09 +000012358 <info>Write a formatted DTD ATTLIST.</info>
12359 <return type='int' info='the bytes written (may be 0 because of buffering) or -1 in case of error'/>
12360 <arg name='writer' type='xmlTextWriterPtr' info='the xmlTextWriterPtr'/>
12361 <arg name='name' type='const xmlChar *' info='the name of the DTD ATTLIST'/>
12362 <arg name='format' type='const char *' info='format string (see printf)'/>
John Fleck0eaf41c2003-12-01 04:45:26 +000012363 <arg name='...' type='...' info='extra parameters for the format'/>
Daniel Veillard1d211e22003-10-20 22:32:39 +000012364 </function>
12365 <function name='xmlTextWriterWriteFormatDTDElement' file='xmlwriter'>
Daniel Veillard5841f0e2003-11-20 11:59:09 +000012366 <info>Write a formatted DTD element.</info>
12367 <return type='int' info='the bytes written (may be 0 because of buffering) or -1 in case of error'/>
12368 <arg name='writer' type='xmlTextWriterPtr' info='the xmlTextWriterPtr'/>
12369 <arg name='name' type='const xmlChar *' info='the name of the DTD element'/>
12370 <arg name='format' type='const char *' info='format string (see printf)'/>
John Fleck0eaf41c2003-12-01 04:45:26 +000012371 <arg name='...' type='...' info='extra parameters for the format'/>
Daniel Veillard1d211e22003-10-20 22:32:39 +000012372 </function>
12373 <function name='xmlTextWriterWriteFormatDTDInternalEntity' file='xmlwriter'>
Daniel Veillard5841f0e2003-11-20 11:59:09 +000012374 <info>Write a formatted DTD internal entity.</info>
12375 <return type='int' info='the bytes written (may be 0 because of buffering) or -1 in case of error'/>
12376 <arg name='writer' type='xmlTextWriterPtr' info='the xmlTextWriterPtr'/>
12377 <arg name='pe' type='int' info='TRUE if this is a parameter entity, FALSE if not'/>
12378 <arg name='name' type='const xmlChar *' info='the name of the DTD entity'/>
12379 <arg name='format' type='const char *' info='format string (see printf)'/>
John Fleck0eaf41c2003-12-01 04:45:26 +000012380 <arg name='...' type='...' info='extra parameters for the format'/>
Daniel Veillard1d211e22003-10-20 22:32:39 +000012381 </function>
12382 <function name='xmlTextWriterWriteFormatElement' file='xmlwriter'>
12383 <info>Write a formatted xml element.</info>
12384 <return type='int' info='the bytes written (may be 0 because of buffering) or -1 in case of error'/>
12385 <arg name='writer' type='xmlTextWriterPtr' info='the xmlTextWriterPtr'/>
12386 <arg name='name' type='const xmlChar *' info='element name'/>
12387 <arg name='format' type='const char *' info='format string (see printf)'/>
John Fleck0eaf41c2003-12-01 04:45:26 +000012388 <arg name='...' type='...' info='extra parameters for the format'/>
Daniel Veillard1d211e22003-10-20 22:32:39 +000012389 </function>
12390 <function name='xmlTextWriterWriteFormatElementNS' file='xmlwriter'>
12391 <info>Write a formatted xml element with namespace support.</info>
12392 <return type='int' info='the bytes written (may be 0 because of buffering) or -1 in case of error'/>
12393 <arg name='writer' type='xmlTextWriterPtr' info='the xmlTextWriterPtr'/>
12394 <arg name='prefix' type='const xmlChar *' info='namespace prefix'/>
12395 <arg name='name' type='const xmlChar *' info='element local name'/>
12396 <arg name='namespaceURI' type='const xmlChar *' info='namespace URI'/>
12397 <arg name='format' type='const char *' info='format string (see printf)'/>
John Fleck0eaf41c2003-12-01 04:45:26 +000012398 <arg name='...' type='...' info='extra parameters for the format'/>
Daniel Veillard1d211e22003-10-20 22:32:39 +000012399 </function>
12400 <function name='xmlTextWriterWriteFormatPI' file='xmlwriter'>
12401 <info>Write a formatted PI.</info>
12402 <return type='int' info='the bytes written (may be 0 because of buffering) or -1 in case of error'/>
12403 <arg name='writer' type='xmlTextWriterPtr' info='the xmlTextWriterPtr'/>
12404 <arg name='target' type='const xmlChar *' info='PI target'/>
12405 <arg name='format' type='const char *' info='format string (see printf)'/>
John Fleck0eaf41c2003-12-01 04:45:26 +000012406 <arg name='...' type='...' info='extra parameters for the format'/>
Daniel Veillard1d211e22003-10-20 22:32:39 +000012407 </function>
12408 <function name='xmlTextWriterWriteFormatRaw' file='xmlwriter'>
12409 <info>Write a formatted raw xml text.</info>
12410 <return type='int' info='the bytes written (may be 0 because of buffering) or -1 in case of error'/>
12411 <arg name='writer' type='xmlTextWriterPtr' info='the xmlTextWriterPtr'/>
12412 <arg name='format' type='const char *' info='format string (see printf)'/>
John Fleck0eaf41c2003-12-01 04:45:26 +000012413 <arg name='...' type='...' info='extra parameters for the format'/>
Daniel Veillard1d211e22003-10-20 22:32:39 +000012414 </function>
12415 <function name='xmlTextWriterWriteFormatString' file='xmlwriter'>
12416 <info>Write a formatted xml text.</info>
12417 <return type='int' info='the bytes written (may be 0 because of buffering) or -1 in case of error'/>
12418 <arg name='writer' type='xmlTextWriterPtr' info='the xmlTextWriterPtr'/>
12419 <arg name='format' type='const char *' info='format string (see printf)'/>
John Fleck0eaf41c2003-12-01 04:45:26 +000012420 <arg name='...' type='...' info='extra parameters for the format'/>
Daniel Veillard1d211e22003-10-20 22:32:39 +000012421 </function>
12422 <function name='xmlTextWriterWritePI' file='xmlwriter'>
12423 <info>Write an xml PI.</info>
12424 <return type='int' info='the bytes written (may be 0 because of buffering) or -1 in case of error'/>
12425 <arg name='writer' type='xmlTextWriterPtr' info='the xmlTextWriterPtr'/>
12426 <arg name='target' type='const xmlChar *' info='PI target'/>
12427 <arg name='content' type='const xmlChar *' info='PI content'/>
12428 </function>
12429 <function name='xmlTextWriterWriteRaw' file='xmlwriter'>
12430 <info>Write a raw xml text.</info>
12431 <return type='int' info='the bytes written (may be 0 because of buffering) or -1 in case of error'/>
12432 <arg name='writer' type='xmlTextWriterPtr' info='the xmlTextWriterPtr'/>
12433 <arg name='content' type='const xmlChar *' info='text string'/>
12434 </function>
12435 <function name='xmlTextWriterWriteRawLen' file='xmlwriter'>
Daniel Veillard1e906612003-12-05 14:57:46 +000012436 <info>Write an xml text. TODO: what about entities and special chars??</info>
12437 <return type='int' info='the bytes written (may be 0 because of buffering) or -1 in case of error'/>
12438 <arg name='writer' type='xmlTextWriterPtr' info='the xmlTextWriterPtr'/>
12439 <arg name='content' type='const xmlChar *' info='text string'/>
12440 <arg name='len' type='int' info='length of the text string'/>
Daniel Veillard1d211e22003-10-20 22:32:39 +000012441 </function>
12442 <function name='xmlTextWriterWriteString' file='xmlwriter'>
12443 <info>Write an xml text.</info>
12444 <return type='int' info='the bytes written (may be 0 because of buffering) or -1 in case of error'/>
12445 <arg name='writer' type='xmlTextWriterPtr' info='the xmlTextWriterPtr'/>
12446 <arg name='content' type='const xmlChar *' info='text string'/>
12447 </function>
12448 <function name='xmlTextWriterWriteVFormatAttribute' file='xmlwriter'>
12449 <info>Write a formatted xml attribute.</info>
12450 <return type='int' info='the bytes written (may be 0 because of buffering) or -1 in case of error'/>
12451 <arg name='writer' type='xmlTextWriterPtr' info='the xmlTextWriterPtr'/>
12452 <arg name='name' type='const xmlChar *' info='attribute name'/>
12453 <arg name='format' type='const char *' info='format string (see printf)'/>
12454 <arg name='argptr' type='va_list' info='pointer to the first member of the variable argument list.'/>
12455 </function>
12456 <function name='xmlTextWriterWriteVFormatAttributeNS' file='xmlwriter'>
12457 <info>Write a formatted xml attribute.with namespace support</info>
12458 <return type='int' info='the bytes written (may be 0 because of buffering) or -1 in case of error'/>
12459 <arg name='writer' type='xmlTextWriterPtr' info='the xmlTextWriterPtr'/>
12460 <arg name='prefix' type='const xmlChar *' info='namespace prefix'/>
12461 <arg name='name' type='const xmlChar *' info='attribute local name'/>
12462 <arg name='namespaceURI' type='const xmlChar *' info='namespace URI'/>
12463 <arg name='format' type='const char *' info='format string (see printf)'/>
12464 <arg name='argptr' type='va_list' info='pointer to the first member of the variable argument list.'/>
12465 </function>
12466 <function name='xmlTextWriterWriteVFormatCDATA' file='xmlwriter'>
12467 <info>Write a formatted xml CDATA.</info>
12468 <return type='int' info='the bytes written (may be 0 because of buffering) or -1 in case of error'/>
12469 <arg name='writer' type='xmlTextWriterPtr' info='the xmlTextWriterPtr'/>
12470 <arg name='format' type='const char *' info='format string (see printf)'/>
Daniel Veillard5841f0e2003-11-20 11:59:09 +000012471 <arg name='argptr' type='va_list' info='pointer to the first member of the variable argument list.'/>
Daniel Veillard1d211e22003-10-20 22:32:39 +000012472 </function>
12473 <function name='xmlTextWriterWriteVFormatComment' file='xmlwriter'>
12474 <info>Write an xml comment.</info>
12475 <return type='int' info='the bytes written (may be 0 because of buffering) or -1 in case of error'/>
12476 <arg name='writer' type='xmlTextWriterPtr' info='the xmlTextWriterPtr'/>
12477 <arg name='format' type='const char *' info='format string (see printf)'/>
12478 <arg name='argptr' type='va_list' info='pointer to the first member of the variable argument list.'/>
12479 </function>
12480 <function name='xmlTextWriterWriteVFormatDTD' file='xmlwriter'>
12481 <info>Write a DTD with a formatted markup declarations part.</info>
12482 <return type='int' info='the bytes written (may be 0 because of buffering) or -1 in case of error'/>
12483 <arg name='writer' type='xmlTextWriterPtr' info='the xmlTextWriterPtr'/>
12484 <arg name='name' type='const xmlChar *' info='the name of the DTD'/>
12485 <arg name='pubid' type='const xmlChar *' info='the public identifier, which is an alternative to the system identifier'/>
12486 <arg name='sysid' type='const xmlChar *' info='the system identifier, which is the URI of the DTD'/>
12487 <arg name='format' type='const char *' info='format string (see printf)'/>
Daniel Veillard5841f0e2003-11-20 11:59:09 +000012488 <arg name='argptr' type='va_list' info='pointer to the first member of the variable argument list.'/>
Daniel Veillard1d211e22003-10-20 22:32:39 +000012489 </function>
12490 <function name='xmlTextWriterWriteVFormatDTDAttlist' file='xmlwriter'>
Daniel Veillard5841f0e2003-11-20 11:59:09 +000012491 <info>Write a formatted DTD ATTLIST.</info>
12492 <return type='int' info='the bytes written (may be 0 because of buffering) or -1 in case of error'/>
12493 <arg name='writer' type='xmlTextWriterPtr' info='the xmlTextWriterPtr'/>
12494 <arg name='name' type='const xmlChar *' info='the name of the DTD ATTLIST'/>
12495 <arg name='format' type='const char *' info='format string (see printf)'/>
12496 <arg name='argptr' type='va_list' info='pointer to the first member of the variable argument list.'/>
Daniel Veillard1d211e22003-10-20 22:32:39 +000012497 </function>
12498 <function name='xmlTextWriterWriteVFormatDTDElement' file='xmlwriter'>
Daniel Veillard5841f0e2003-11-20 11:59:09 +000012499 <info>Write a formatted DTD element.</info>
12500 <return type='int' info='the bytes written (may be 0 because of buffering) or -1 in case of error'/>
12501 <arg name='writer' type='xmlTextWriterPtr' info='the xmlTextWriterPtr'/>
12502 <arg name='name' type='const xmlChar *' info='the name of the DTD element'/>
12503 <arg name='format' type='const char *' info='format string (see printf)'/>
12504 <arg name='argptr' type='va_list' info='pointer to the first member of the variable argument list.'/>
Daniel Veillard1d211e22003-10-20 22:32:39 +000012505 </function>
12506 <function name='xmlTextWriterWriteVFormatDTDInternalEntity' file='xmlwriter'>
Daniel Veillard5841f0e2003-11-20 11:59:09 +000012507 <info>Write a formatted DTD internal entity.</info>
12508 <return type='int' info='the bytes written (may be 0 because of buffering) or -1 in case of error'/>
12509 <arg name='writer' type='xmlTextWriterPtr' info='the xmlTextWriterPtr'/>
12510 <arg name='pe' type='int' info='TRUE if this is a parameter entity, FALSE if not'/>
12511 <arg name='name' type='const xmlChar *' info='the name of the DTD entity'/>
12512 <arg name='format' type='const char *' info='format string (see printf)'/>
12513 <arg name='argptr' type='va_list' info='pointer to the first member of the variable argument list.'/>
Daniel Veillard1d211e22003-10-20 22:32:39 +000012514 </function>
12515 <function name='xmlTextWriterWriteVFormatElement' file='xmlwriter'>
12516 <info>Write a formatted xml element.</info>
12517 <return type='int' info='the bytes written (may be 0 because of buffering) or -1 in case of error'/>
12518 <arg name='writer' type='xmlTextWriterPtr' info='the xmlTextWriterPtr'/>
12519 <arg name='name' type='const xmlChar *' info='element name'/>
12520 <arg name='format' type='const char *' info='format string (see printf)'/>
12521 <arg name='argptr' type='va_list' info='pointer to the first member of the variable argument list.'/>
12522 </function>
12523 <function name='xmlTextWriterWriteVFormatElementNS' file='xmlwriter'>
12524 <info>Write a formatted xml element with namespace support.</info>
12525 <return type='int' info='the bytes written (may be 0 because of buffering) or -1 in case of error'/>
12526 <arg name='writer' type='xmlTextWriterPtr' info='the xmlTextWriterPtr'/>
12527 <arg name='prefix' type='const xmlChar *' info='namespace prefix'/>
12528 <arg name='name' type='const xmlChar *' info='element local name'/>
12529 <arg name='namespaceURI' type='const xmlChar *' info='namespace URI'/>
12530 <arg name='format' type='const char *' info='format string (see printf)'/>
12531 <arg name='argptr' type='va_list' info='pointer to the first member of the variable argument list.'/>
12532 </function>
12533 <function name='xmlTextWriterWriteVFormatPI' file='xmlwriter'>
12534 <info>Write a formatted xml PI.</info>
12535 <return type='int' info='the bytes written (may be 0 because of buffering) or -1 in case of error'/>
12536 <arg name='writer' type='xmlTextWriterPtr' info='the xmlTextWriterPtr'/>
12537 <arg name='target' type='const xmlChar *' info='PI target'/>
12538 <arg name='format' type='const char *' info='format string (see printf)'/>
Daniel Veillard5841f0e2003-11-20 11:59:09 +000012539 <arg name='argptr' type='va_list' info='pointer to the first member of the variable argument list.'/>
Daniel Veillard1d211e22003-10-20 22:32:39 +000012540 </function>
12541 <function name='xmlTextWriterWriteVFormatRaw' file='xmlwriter'>
12542 <info>Write a formatted raw xml text.</info>
12543 <return type='int' info='the bytes written (may be 0 because of buffering) or -1 in case of error'/>
12544 <arg name='writer' type='xmlTextWriterPtr' info='the xmlTextWriterPtr'/>
12545 <arg name='format' type='const char *' info='format string (see printf)'/>
12546 <arg name='argptr' type='va_list' info='pointer to the first member of the variable argument list.'/>
12547 </function>
12548 <function name='xmlTextWriterWriteVFormatString' file='xmlwriter'>
12549 <info>Write a formatted xml text.</info>
12550 <return type='int' info='the bytes written (may be 0 because of buffering) or -1 in case of error'/>
12551 <arg name='writer' type='xmlTextWriterPtr' info='the xmlTextWriterPtr'/>
12552 <arg name='format' type='const char *' info='format string (see printf)'/>
12553 <arg name='argptr' type='va_list' info='pointer to the first member of the variable argument list.'/>
12554 </function>
Daniel Veillard781ac8b2003-05-15 22:11:36 +000012555 <function name='xmlThrDefBufferAllocScheme' file='globals'>
12556 <info></info>
12557 <return type='xmlBufferAllocationScheme' info=''/>
12558 <arg name='v' type='xmlBufferAllocationScheme' info=''/>
12559 </function>
12560 <function name='xmlThrDefDefaultBufferSize' file='globals'>
12561 <info></info>
12562 <return type='int' info=''/>
12563 <arg name='v' type='int' info=''/>
12564 </function>
12565 <function name='xmlThrDefDeregisterNodeDefault' file='globals'>
12566 <info></info>
12567 <return type='xmlDeregisterNodeFunc' info=''/>
12568 <arg name='func' type='xmlDeregisterNodeFunc' info=''/>
12569 </function>
12570 <function name='xmlThrDefDoValidityCheckingDefaultValue' file='globals'>
12571 <info></info>
12572 <return type='int' info=''/>
12573 <arg name='v' type='int' info=''/>
12574 </function>
12575 <function name='xmlThrDefGetWarningsDefaultValue' file='globals'>
12576 <info></info>
12577 <return type='int' info=''/>
12578 <arg name='v' type='int' info=''/>
12579 </function>
12580 <function name='xmlThrDefIndentTreeOutput' file='globals'>
12581 <info></info>
12582 <return type='int' info=''/>
12583 <arg name='v' type='int' info=''/>
12584 </function>
12585 <function name='xmlThrDefKeepBlanksDefaultValue' file='globals'>
12586 <info></info>
12587 <return type='int' info=''/>
12588 <arg name='v' type='int' info=''/>
12589 </function>
12590 <function name='xmlThrDefLineNumbersDefaultValue' file='globals'>
12591 <info></info>
12592 <return type='int' info=''/>
12593 <arg name='v' type='int' info=''/>
12594 </function>
12595 <function name='xmlThrDefLoadExtDtdDefaultValue' file='globals'>
12596 <info></info>
12597 <return type='int' info=''/>
12598 <arg name='v' type='int' info=''/>
12599 </function>
12600 <function name='xmlThrDefParserDebugEntities' file='globals'>
12601 <info></info>
12602 <return type='int' info=''/>
12603 <arg name='v' type='int' info=''/>
12604 </function>
12605 <function name='xmlThrDefPedanticParserDefaultValue' file='globals'>
12606 <info></info>
12607 <return type='int' info=''/>
12608 <arg name='v' type='int' info=''/>
12609 </function>
12610 <function name='xmlThrDefRegisterNodeDefault' file='globals'>
12611 <info></info>
12612 <return type='xmlRegisterNodeFunc' info=''/>
12613 <arg name='func' type='xmlRegisterNodeFunc' info=''/>
12614 </function>
12615 <function name='xmlThrDefSaveNoEmptyTags' file='globals'>
12616 <info></info>
12617 <return type='int' info=''/>
12618 <arg name='v' type='int' info=''/>
12619 </function>
12620 <function name='xmlThrDefSetGenericErrorFunc' file='globals'>
12621 <info></info>
12622 <return type='void'/>
12623 <arg name='ctx' type='void *' info=''/>
12624 <arg name='handler' type='xmlGenericErrorFunc' info=''/>
12625 </function>
Daniel Veillardc790bf42003-10-11 10:50:10 +000012626 <function name='xmlThrDefSetStructuredErrorFunc' file='globals'>
12627 <info></info>
12628 <return type='void'/>
12629 <arg name='ctx' type='void *' info=''/>
12630 <arg name='handler' type='xmlStructuredErrorFunc' info=''/>
12631 </function>
Daniel Veillard781ac8b2003-05-15 22:11:36 +000012632 <function name='xmlThrDefSubstituteEntitiesDefaultValue' file='globals'>
12633 <info></info>
12634 <return type='int' info=''/>
12635 <arg name='v' type='int' info=''/>
12636 </function>
12637 <function name='xmlThrDefTreeIndentString' file='globals'>
12638 <info></info>
12639 <return type='const char *' info=''/>
12640 <arg name='v' type='const char *' info=''/>
12641 </function>
William M. Brackea939082003-11-09 12:45:26 +000012642 <function name='xmlUCSIsAegeanNumbers' file='xmlunicode'>
12643 <info>Check whether the character is part of AegeanNumbers UCS Block</info>
12644 <return type='int' info='1 if true 0 otherwise'/>
12645 <arg name='code' type='int' info='UCS code point'/>
12646 </function>
Daniel Veillardbd9afb52002-09-25 22:25:35 +000012647 <function name='xmlUCSIsAlphabeticPresentationForms' file='xmlunicode'>
12648 <info>Check whether the character is part of AlphabeticPresentationForms UCS Block</info>
Daniel Veillarda9b66d02002-12-11 14:23:49 +000012649 <return type='int' info='1 if true 0 otherwise'/>
12650 <arg name='code' type='int' info='UCS code point'/>
Daniel Veillardbd9afb52002-09-25 22:25:35 +000012651 </function>
12652 <function name='xmlUCSIsArabic' file='xmlunicode'>
12653 <info>Check whether the character is part of Arabic UCS Block</info>
Daniel Veillarda9b66d02002-12-11 14:23:49 +000012654 <return type='int' info='1 if true 0 otherwise'/>
12655 <arg name='code' type='int' info='UCS code point'/>
Daniel Veillardbd9afb52002-09-25 22:25:35 +000012656 </function>
12657 <function name='xmlUCSIsArabicPresentationFormsA' file='xmlunicode'>
12658 <info>Check whether the character is part of ArabicPresentationForms-A UCS Block</info>
Daniel Veillarda9b66d02002-12-11 14:23:49 +000012659 <return type='int' info='1 if true 0 otherwise'/>
12660 <arg name='code' type='int' info='UCS code point'/>
Daniel Veillardbd9afb52002-09-25 22:25:35 +000012661 </function>
12662 <function name='xmlUCSIsArabicPresentationFormsB' file='xmlunicode'>
12663 <info>Check whether the character is part of ArabicPresentationForms-B UCS Block</info>
Daniel Veillarda9b66d02002-12-11 14:23:49 +000012664 <return type='int' info='1 if true 0 otherwise'/>
12665 <arg name='code' type='int' info='UCS code point'/>
Daniel Veillardbd9afb52002-09-25 22:25:35 +000012666 </function>
12667 <function name='xmlUCSIsArmenian' file='xmlunicode'>
12668 <info>Check whether the character is part of Armenian UCS Block</info>
Daniel Veillarda9b66d02002-12-11 14:23:49 +000012669 <return type='int' info='1 if true 0 otherwise'/>
12670 <arg name='code' type='int' info='UCS code point'/>
Daniel Veillardbd9afb52002-09-25 22:25:35 +000012671 </function>
12672 <function name='xmlUCSIsArrows' file='xmlunicode'>
12673 <info>Check whether the character is part of Arrows UCS Block</info>
Daniel Veillarda9b66d02002-12-11 14:23:49 +000012674 <return type='int' info='1 if true 0 otherwise'/>
12675 <arg name='code' type='int' info='UCS code point'/>
Daniel Veillardbd9afb52002-09-25 22:25:35 +000012676 </function>
12677 <function name='xmlUCSIsBasicLatin' file='xmlunicode'>
12678 <info>Check whether the character is part of BasicLatin UCS Block</info>
Daniel Veillarda9b66d02002-12-11 14:23:49 +000012679 <return type='int' info='1 if true 0 otherwise'/>
12680 <arg name='code' type='int' info='UCS code point'/>
Daniel Veillardbd9afb52002-09-25 22:25:35 +000012681 </function>
12682 <function name='xmlUCSIsBengali' file='xmlunicode'>
12683 <info>Check whether the character is part of Bengali UCS Block</info>
Daniel Veillarda9b66d02002-12-11 14:23:49 +000012684 <return type='int' info='1 if true 0 otherwise'/>
12685 <arg name='code' type='int' info='UCS code point'/>
Daniel Veillardbd9afb52002-09-25 22:25:35 +000012686 </function>
12687 <function name='xmlUCSIsBlock' file='xmlunicode'>
William M. Brackea939082003-11-09 12:45:26 +000012688 <info>Check whether the character is part of the UCS Block</info>
Daniel Veillarda9b66d02002-12-11 14:23:49 +000012689 <return type='int' info='1 if true, 0 if false and -1 on unknown block'/>
12690 <arg name='code' type='int' info='UCS code point'/>
12691 <arg name='block' type='const char *' info='UCS block name'/>
Daniel Veillardbd9afb52002-09-25 22:25:35 +000012692 </function>
12693 <function name='xmlUCSIsBlockElements' file='xmlunicode'>
12694 <info>Check whether the character is part of BlockElements UCS Block</info>
Daniel Veillarda9b66d02002-12-11 14:23:49 +000012695 <return type='int' info='1 if true 0 otherwise'/>
12696 <arg name='code' type='int' info='UCS code point'/>
Daniel Veillardbd9afb52002-09-25 22:25:35 +000012697 </function>
12698 <function name='xmlUCSIsBopomofo' file='xmlunicode'>
12699 <info>Check whether the character is part of Bopomofo UCS Block</info>
Daniel Veillarda9b66d02002-12-11 14:23:49 +000012700 <return type='int' info='1 if true 0 otherwise'/>
12701 <arg name='code' type='int' info='UCS code point'/>
Daniel Veillardbd9afb52002-09-25 22:25:35 +000012702 </function>
12703 <function name='xmlUCSIsBopomofoExtended' file='xmlunicode'>
12704 <info>Check whether the character is part of BopomofoExtended UCS Block</info>
Daniel Veillarda9b66d02002-12-11 14:23:49 +000012705 <return type='int' info='1 if true 0 otherwise'/>
12706 <arg name='code' type='int' info='UCS code point'/>
Daniel Veillardbd9afb52002-09-25 22:25:35 +000012707 </function>
12708 <function name='xmlUCSIsBoxDrawing' file='xmlunicode'>
12709 <info>Check whether the character is part of BoxDrawing UCS Block</info>
Daniel Veillarda9b66d02002-12-11 14:23:49 +000012710 <return type='int' info='1 if true 0 otherwise'/>
12711 <arg name='code' type='int' info='UCS code point'/>
Daniel Veillardbd9afb52002-09-25 22:25:35 +000012712 </function>
12713 <function name='xmlUCSIsBraillePatterns' file='xmlunicode'>
12714 <info>Check whether the character is part of BraillePatterns UCS Block</info>
Daniel Veillarda9b66d02002-12-11 14:23:49 +000012715 <return type='int' info='1 if true 0 otherwise'/>
12716 <arg name='code' type='int' info='UCS code point'/>
Daniel Veillardbd9afb52002-09-25 22:25:35 +000012717 </function>
William M. Brackea939082003-11-09 12:45:26 +000012718 <function name='xmlUCSIsBuhid' file='xmlunicode'>
12719 <info>Check whether the character is part of Buhid UCS Block</info>
12720 <return type='int' info='1 if true 0 otherwise'/>
12721 <arg name='code' type='int' info='UCS code point'/>
12722 </function>
Daniel Veillardbd9afb52002-09-25 22:25:35 +000012723 <function name='xmlUCSIsByzantineMusicalSymbols' file='xmlunicode'>
12724 <info>Check whether the character is part of ByzantineMusicalSymbols UCS Block</info>
Daniel Veillarda9b66d02002-12-11 14:23:49 +000012725 <return type='int' info='1 if true 0 otherwise'/>
12726 <arg name='code' type='int' info='UCS code point'/>
Daniel Veillardbd9afb52002-09-25 22:25:35 +000012727 </function>
12728 <function name='xmlUCSIsCJKCompatibility' file='xmlunicode'>
12729 <info>Check whether the character is part of CJKCompatibility UCS Block</info>
Daniel Veillarda9b66d02002-12-11 14:23:49 +000012730 <return type='int' info='1 if true 0 otherwise'/>
12731 <arg name='code' type='int' info='UCS code point'/>
Daniel Veillardbd9afb52002-09-25 22:25:35 +000012732 </function>
12733 <function name='xmlUCSIsCJKCompatibilityForms' file='xmlunicode'>
12734 <info>Check whether the character is part of CJKCompatibilityForms UCS Block</info>
Daniel Veillarda9b66d02002-12-11 14:23:49 +000012735 <return type='int' info='1 if true 0 otherwise'/>
12736 <arg name='code' type='int' info='UCS code point'/>
Daniel Veillardbd9afb52002-09-25 22:25:35 +000012737 </function>
12738 <function name='xmlUCSIsCJKCompatibilityIdeographs' file='xmlunicode'>
12739 <info>Check whether the character is part of CJKCompatibilityIdeographs UCS Block</info>
Daniel Veillarda9b66d02002-12-11 14:23:49 +000012740 <return type='int' info='1 if true 0 otherwise'/>
12741 <arg name='code' type='int' info='UCS code point'/>
Daniel Veillardbd9afb52002-09-25 22:25:35 +000012742 </function>
12743 <function name='xmlUCSIsCJKCompatibilityIdeographsSupplement' file='xmlunicode'>
12744 <info>Check whether the character is part of CJKCompatibilityIdeographsSupplement UCS Block</info>
Daniel Veillarda9b66d02002-12-11 14:23:49 +000012745 <return type='int' info='1 if true 0 otherwise'/>
12746 <arg name='code' type='int' info='UCS code point'/>
Daniel Veillardbd9afb52002-09-25 22:25:35 +000012747 </function>
12748 <function name='xmlUCSIsCJKRadicalsSupplement' file='xmlunicode'>
12749 <info>Check whether the character is part of CJKRadicalsSupplement UCS Block</info>
Daniel Veillarda9b66d02002-12-11 14:23:49 +000012750 <return type='int' info='1 if true 0 otherwise'/>
12751 <arg name='code' type='int' info='UCS code point'/>
Daniel Veillardbd9afb52002-09-25 22:25:35 +000012752 </function>
12753 <function name='xmlUCSIsCJKSymbolsandPunctuation' file='xmlunicode'>
12754 <info>Check whether the character is part of CJKSymbolsandPunctuation UCS Block</info>
Daniel Veillarda9b66d02002-12-11 14:23:49 +000012755 <return type='int' info='1 if true 0 otherwise'/>
12756 <arg name='code' type='int' info='UCS code point'/>
Daniel Veillardbd9afb52002-09-25 22:25:35 +000012757 </function>
12758 <function name='xmlUCSIsCJKUnifiedIdeographs' file='xmlunicode'>
12759 <info>Check whether the character is part of CJKUnifiedIdeographs UCS Block</info>
Daniel Veillarda9b66d02002-12-11 14:23:49 +000012760 <return type='int' info='1 if true 0 otherwise'/>
12761 <arg name='code' type='int' info='UCS code point'/>
Daniel Veillardbd9afb52002-09-25 22:25:35 +000012762 </function>
12763 <function name='xmlUCSIsCJKUnifiedIdeographsExtensionA' file='xmlunicode'>
12764 <info>Check whether the character is part of CJKUnifiedIdeographsExtensionA UCS Block</info>
Daniel Veillarda9b66d02002-12-11 14:23:49 +000012765 <return type='int' info='1 if true 0 otherwise'/>
12766 <arg name='code' type='int' info='UCS code point'/>
Daniel Veillardbd9afb52002-09-25 22:25:35 +000012767 </function>
12768 <function name='xmlUCSIsCJKUnifiedIdeographsExtensionB' file='xmlunicode'>
12769 <info>Check whether the character is part of CJKUnifiedIdeographsExtensionB UCS Block</info>
Daniel Veillarda9b66d02002-12-11 14:23:49 +000012770 <return type='int' info='1 if true 0 otherwise'/>
12771 <arg name='code' type='int' info='UCS code point'/>
Daniel Veillardbd9afb52002-09-25 22:25:35 +000012772 </function>
12773 <function name='xmlUCSIsCat' file='xmlunicode'>
William M. Brackea939082003-11-09 12:45:26 +000012774 <info>Check whether the character is part of the UCS Category</info>
Daniel Veillarda9b66d02002-12-11 14:23:49 +000012775 <return type='int' info='1 if true, 0 if false and -1 on unknown category'/>
12776 <arg name='code' type='int' info='UCS code point'/>
12777 <arg name='cat' type='const char *' info='UCS Category name'/>
Daniel Veillardbd9afb52002-09-25 22:25:35 +000012778 </function>
12779 <function name='xmlUCSIsCatC' file='xmlunicode'>
12780 <info>Check whether the character is part of C UCS Category</info>
Daniel Veillarda9b66d02002-12-11 14:23:49 +000012781 <return type='int' info='1 if true 0 otherwise'/>
12782 <arg name='code' type='int' info='UCS code point'/>
Daniel Veillardbd9afb52002-09-25 22:25:35 +000012783 </function>
12784 <function name='xmlUCSIsCatCc' file='xmlunicode'>
12785 <info>Check whether the character is part of Cc UCS Category</info>
Daniel Veillarda9b66d02002-12-11 14:23:49 +000012786 <return type='int' info='1 if true 0 otherwise'/>
12787 <arg name='code' type='int' info='UCS code point'/>
Daniel Veillardbd9afb52002-09-25 22:25:35 +000012788 </function>
12789 <function name='xmlUCSIsCatCf' file='xmlunicode'>
12790 <info>Check whether the character is part of Cf UCS Category</info>
Daniel Veillarda9b66d02002-12-11 14:23:49 +000012791 <return type='int' info='1 if true 0 otherwise'/>
12792 <arg name='code' type='int' info='UCS code point'/>
Daniel Veillardbd9afb52002-09-25 22:25:35 +000012793 </function>
12794 <function name='xmlUCSIsCatCo' file='xmlunicode'>
12795 <info>Check whether the character is part of Co UCS Category</info>
Daniel Veillarda9b66d02002-12-11 14:23:49 +000012796 <return type='int' info='1 if true 0 otherwise'/>
12797 <arg name='code' type='int' info='UCS code point'/>
Daniel Veillardbd9afb52002-09-25 22:25:35 +000012798 </function>
12799 <function name='xmlUCSIsCatCs' file='xmlunicode'>
12800 <info>Check whether the character is part of Cs UCS Category</info>
Daniel Veillarda9b66d02002-12-11 14:23:49 +000012801 <return type='int' info='1 if true 0 otherwise'/>
12802 <arg name='code' type='int' info='UCS code point'/>
Daniel Veillardbd9afb52002-09-25 22:25:35 +000012803 </function>
12804 <function name='xmlUCSIsCatL' file='xmlunicode'>
12805 <info>Check whether the character is part of L UCS Category</info>
Daniel Veillarda9b66d02002-12-11 14:23:49 +000012806 <return type='int' info='1 if true 0 otherwise'/>
12807 <arg name='code' type='int' info='UCS code point'/>
Daniel Veillardbd9afb52002-09-25 22:25:35 +000012808 </function>
12809 <function name='xmlUCSIsCatLl' file='xmlunicode'>
12810 <info>Check whether the character is part of Ll UCS Category</info>
Daniel Veillarda9b66d02002-12-11 14:23:49 +000012811 <return type='int' info='1 if true 0 otherwise'/>
12812 <arg name='code' type='int' info='UCS code point'/>
Daniel Veillardbd9afb52002-09-25 22:25:35 +000012813 </function>
12814 <function name='xmlUCSIsCatLm' file='xmlunicode'>
12815 <info>Check whether the character is part of Lm UCS Category</info>
Daniel Veillarda9b66d02002-12-11 14:23:49 +000012816 <return type='int' info='1 if true 0 otherwise'/>
12817 <arg name='code' type='int' info='UCS code point'/>
Daniel Veillardbd9afb52002-09-25 22:25:35 +000012818 </function>
12819 <function name='xmlUCSIsCatLo' file='xmlunicode'>
12820 <info>Check whether the character is part of Lo UCS Category</info>
Daniel Veillarda9b66d02002-12-11 14:23:49 +000012821 <return type='int' info='1 if true 0 otherwise'/>
12822 <arg name='code' type='int' info='UCS code point'/>
Daniel Veillardbd9afb52002-09-25 22:25:35 +000012823 </function>
12824 <function name='xmlUCSIsCatLt' file='xmlunicode'>
12825 <info>Check whether the character is part of Lt UCS Category</info>
Daniel Veillarda9b66d02002-12-11 14:23:49 +000012826 <return type='int' info='1 if true 0 otherwise'/>
12827 <arg name='code' type='int' info='UCS code point'/>
Daniel Veillardbd9afb52002-09-25 22:25:35 +000012828 </function>
12829 <function name='xmlUCSIsCatLu' file='xmlunicode'>
12830 <info>Check whether the character is part of Lu UCS Category</info>
Daniel Veillarda9b66d02002-12-11 14:23:49 +000012831 <return type='int' info='1 if true 0 otherwise'/>
12832 <arg name='code' type='int' info='UCS code point'/>
Daniel Veillardbd9afb52002-09-25 22:25:35 +000012833 </function>
12834 <function name='xmlUCSIsCatM' file='xmlunicode'>
12835 <info>Check whether the character is part of M UCS Category</info>
Daniel Veillarda9b66d02002-12-11 14:23:49 +000012836 <return type='int' info='1 if true 0 otherwise'/>
12837 <arg name='code' type='int' info='UCS code point'/>
Daniel Veillardbd9afb52002-09-25 22:25:35 +000012838 </function>
12839 <function name='xmlUCSIsCatMc' file='xmlunicode'>
12840 <info>Check whether the character is part of Mc UCS Category</info>
Daniel Veillarda9b66d02002-12-11 14:23:49 +000012841 <return type='int' info='1 if true 0 otherwise'/>
12842 <arg name='code' type='int' info='UCS code point'/>
Daniel Veillardbd9afb52002-09-25 22:25:35 +000012843 </function>
12844 <function name='xmlUCSIsCatMe' file='xmlunicode'>
12845 <info>Check whether the character is part of Me UCS Category</info>
Daniel Veillarda9b66d02002-12-11 14:23:49 +000012846 <return type='int' info='1 if true 0 otherwise'/>
12847 <arg name='code' type='int' info='UCS code point'/>
Daniel Veillardbd9afb52002-09-25 22:25:35 +000012848 </function>
12849 <function name='xmlUCSIsCatMn' file='xmlunicode'>
12850 <info>Check whether the character is part of Mn UCS Category</info>
Daniel Veillarda9b66d02002-12-11 14:23:49 +000012851 <return type='int' info='1 if true 0 otherwise'/>
12852 <arg name='code' type='int' info='UCS code point'/>
Daniel Veillardbd9afb52002-09-25 22:25:35 +000012853 </function>
12854 <function name='xmlUCSIsCatN' file='xmlunicode'>
12855 <info>Check whether the character is part of N UCS Category</info>
Daniel Veillarda9b66d02002-12-11 14:23:49 +000012856 <return type='int' info='1 if true 0 otherwise'/>
12857 <arg name='code' type='int' info='UCS code point'/>
Daniel Veillardbd9afb52002-09-25 22:25:35 +000012858 </function>
12859 <function name='xmlUCSIsCatNd' file='xmlunicode'>
12860 <info>Check whether the character is part of Nd UCS Category</info>
Daniel Veillarda9b66d02002-12-11 14:23:49 +000012861 <return type='int' info='1 if true 0 otherwise'/>
12862 <arg name='code' type='int' info='UCS code point'/>
Daniel Veillardbd9afb52002-09-25 22:25:35 +000012863 </function>
12864 <function name='xmlUCSIsCatNl' file='xmlunicode'>
12865 <info>Check whether the character is part of Nl UCS Category</info>
Daniel Veillarda9b66d02002-12-11 14:23:49 +000012866 <return type='int' info='1 if true 0 otherwise'/>
12867 <arg name='code' type='int' info='UCS code point'/>
Daniel Veillardbd9afb52002-09-25 22:25:35 +000012868 </function>
12869 <function name='xmlUCSIsCatNo' file='xmlunicode'>
12870 <info>Check whether the character is part of No UCS Category</info>
Daniel Veillarda9b66d02002-12-11 14:23:49 +000012871 <return type='int' info='1 if true 0 otherwise'/>
12872 <arg name='code' type='int' info='UCS code point'/>
Daniel Veillardbd9afb52002-09-25 22:25:35 +000012873 </function>
12874 <function name='xmlUCSIsCatP' file='xmlunicode'>
12875 <info>Check whether the character is part of P UCS Category</info>
Daniel Veillarda9b66d02002-12-11 14:23:49 +000012876 <return type='int' info='1 if true 0 otherwise'/>
12877 <arg name='code' type='int' info='UCS code point'/>
Daniel Veillardbd9afb52002-09-25 22:25:35 +000012878 </function>
12879 <function name='xmlUCSIsCatPc' file='xmlunicode'>
12880 <info>Check whether the character is part of Pc UCS Category</info>
Daniel Veillarda9b66d02002-12-11 14:23:49 +000012881 <return type='int' info='1 if true 0 otherwise'/>
12882 <arg name='code' type='int' info='UCS code point'/>
Daniel Veillardbd9afb52002-09-25 22:25:35 +000012883 </function>
12884 <function name='xmlUCSIsCatPd' file='xmlunicode'>
12885 <info>Check whether the character is part of Pd UCS Category</info>
Daniel Veillarda9b66d02002-12-11 14:23:49 +000012886 <return type='int' info='1 if true 0 otherwise'/>
12887 <arg name='code' type='int' info='UCS code point'/>
Daniel Veillardbd9afb52002-09-25 22:25:35 +000012888 </function>
12889 <function name='xmlUCSIsCatPe' file='xmlunicode'>
12890 <info>Check whether the character is part of Pe UCS Category</info>
Daniel Veillarda9b66d02002-12-11 14:23:49 +000012891 <return type='int' info='1 if true 0 otherwise'/>
12892 <arg name='code' type='int' info='UCS code point'/>
Daniel Veillardbd9afb52002-09-25 22:25:35 +000012893 </function>
12894 <function name='xmlUCSIsCatPf' file='xmlunicode'>
12895 <info>Check whether the character is part of Pf UCS Category</info>
Daniel Veillarda9b66d02002-12-11 14:23:49 +000012896 <return type='int' info='1 if true 0 otherwise'/>
12897 <arg name='code' type='int' info='UCS code point'/>
Daniel Veillardbd9afb52002-09-25 22:25:35 +000012898 </function>
12899 <function name='xmlUCSIsCatPi' file='xmlunicode'>
12900 <info>Check whether the character is part of Pi UCS Category</info>
Daniel Veillarda9b66d02002-12-11 14:23:49 +000012901 <return type='int' info='1 if true 0 otherwise'/>
12902 <arg name='code' type='int' info='UCS code point'/>
Daniel Veillardbd9afb52002-09-25 22:25:35 +000012903 </function>
12904 <function name='xmlUCSIsCatPo' file='xmlunicode'>
12905 <info>Check whether the character is part of Po UCS Category</info>
Daniel Veillarda9b66d02002-12-11 14:23:49 +000012906 <return type='int' info='1 if true 0 otherwise'/>
12907 <arg name='code' type='int' info='UCS code point'/>
Daniel Veillardbd9afb52002-09-25 22:25:35 +000012908 </function>
12909 <function name='xmlUCSIsCatPs' file='xmlunicode'>
12910 <info>Check whether the character is part of Ps UCS Category</info>
Daniel Veillarda9b66d02002-12-11 14:23:49 +000012911 <return type='int' info='1 if true 0 otherwise'/>
12912 <arg name='code' type='int' info='UCS code point'/>
Daniel Veillardbd9afb52002-09-25 22:25:35 +000012913 </function>
12914 <function name='xmlUCSIsCatS' file='xmlunicode'>
12915 <info>Check whether the character is part of S UCS Category</info>
Daniel Veillarda9b66d02002-12-11 14:23:49 +000012916 <return type='int' info='1 if true 0 otherwise'/>
12917 <arg name='code' type='int' info='UCS code point'/>
Daniel Veillardbd9afb52002-09-25 22:25:35 +000012918 </function>
12919 <function name='xmlUCSIsCatSc' file='xmlunicode'>
12920 <info>Check whether the character is part of Sc UCS Category</info>
Daniel Veillarda9b66d02002-12-11 14:23:49 +000012921 <return type='int' info='1 if true 0 otherwise'/>
12922 <arg name='code' type='int' info='UCS code point'/>
Daniel Veillardbd9afb52002-09-25 22:25:35 +000012923 </function>
12924 <function name='xmlUCSIsCatSk' file='xmlunicode'>
12925 <info>Check whether the character is part of Sk UCS Category</info>
Daniel Veillarda9b66d02002-12-11 14:23:49 +000012926 <return type='int' info='1 if true 0 otherwise'/>
12927 <arg name='code' type='int' info='UCS code point'/>
Daniel Veillardbd9afb52002-09-25 22:25:35 +000012928 </function>
12929 <function name='xmlUCSIsCatSm' file='xmlunicode'>
12930 <info>Check whether the character is part of Sm UCS Category</info>
Daniel Veillarda9b66d02002-12-11 14:23:49 +000012931 <return type='int' info='1 if true 0 otherwise'/>
12932 <arg name='code' type='int' info='UCS code point'/>
Daniel Veillardbd9afb52002-09-25 22:25:35 +000012933 </function>
12934 <function name='xmlUCSIsCatSo' file='xmlunicode'>
12935 <info>Check whether the character is part of So UCS Category</info>
Daniel Veillarda9b66d02002-12-11 14:23:49 +000012936 <return type='int' info='1 if true 0 otherwise'/>
12937 <arg name='code' type='int' info='UCS code point'/>
Daniel Veillardbd9afb52002-09-25 22:25:35 +000012938 </function>
12939 <function name='xmlUCSIsCatZ' file='xmlunicode'>
12940 <info>Check whether the character is part of Z UCS Category</info>
Daniel Veillarda9b66d02002-12-11 14:23:49 +000012941 <return type='int' info='1 if true 0 otherwise'/>
12942 <arg name='code' type='int' info='UCS code point'/>
Daniel Veillardbd9afb52002-09-25 22:25:35 +000012943 </function>
12944 <function name='xmlUCSIsCatZl' file='xmlunicode'>
12945 <info>Check whether the character is part of Zl UCS Category</info>
Daniel Veillarda9b66d02002-12-11 14:23:49 +000012946 <return type='int' info='1 if true 0 otherwise'/>
12947 <arg name='code' type='int' info='UCS code point'/>
Daniel Veillardbd9afb52002-09-25 22:25:35 +000012948 </function>
12949 <function name='xmlUCSIsCatZp' file='xmlunicode'>
12950 <info>Check whether the character is part of Zp UCS Category</info>
Daniel Veillarda9b66d02002-12-11 14:23:49 +000012951 <return type='int' info='1 if true 0 otherwise'/>
12952 <arg name='code' type='int' info='UCS code point'/>
Daniel Veillardbd9afb52002-09-25 22:25:35 +000012953 </function>
12954 <function name='xmlUCSIsCatZs' file='xmlunicode'>
12955 <info>Check whether the character is part of Zs UCS Category</info>
Daniel Veillarda9b66d02002-12-11 14:23:49 +000012956 <return type='int' info='1 if true 0 otherwise'/>
12957 <arg name='code' type='int' info='UCS code point'/>
Daniel Veillardbd9afb52002-09-25 22:25:35 +000012958 </function>
12959 <function name='xmlUCSIsCherokee' file='xmlunicode'>
12960 <info>Check whether the character is part of Cherokee UCS Block</info>
Daniel Veillarda9b66d02002-12-11 14:23:49 +000012961 <return type='int' info='1 if true 0 otherwise'/>
12962 <arg name='code' type='int' info='UCS code point'/>
Daniel Veillardbd9afb52002-09-25 22:25:35 +000012963 </function>
12964 <function name='xmlUCSIsCombiningDiacriticalMarks' file='xmlunicode'>
12965 <info>Check whether the character is part of CombiningDiacriticalMarks UCS Block</info>
Daniel Veillarda9b66d02002-12-11 14:23:49 +000012966 <return type='int' info='1 if true 0 otherwise'/>
12967 <arg name='code' type='int' info='UCS code point'/>
Daniel Veillardbd9afb52002-09-25 22:25:35 +000012968 </function>
William M. Brackea939082003-11-09 12:45:26 +000012969 <function name='xmlUCSIsCombiningDiacriticalMarksforSymbols' file='xmlunicode'>
12970 <info>Check whether the character is part of CombiningDiacriticalMarksforSymbols UCS Block</info>
12971 <return type='int' info='1 if true 0 otherwise'/>
12972 <arg name='code' type='int' info='UCS code point'/>
12973 </function>
Daniel Veillardbd9afb52002-09-25 22:25:35 +000012974 <function name='xmlUCSIsCombiningHalfMarks' file='xmlunicode'>
12975 <info>Check whether the character is part of CombiningHalfMarks UCS Block</info>
Daniel Veillarda9b66d02002-12-11 14:23:49 +000012976 <return type='int' info='1 if true 0 otherwise'/>
12977 <arg name='code' type='int' info='UCS code point'/>
Daniel Veillardbd9afb52002-09-25 22:25:35 +000012978 </function>
12979 <function name='xmlUCSIsCombiningMarksforSymbols' file='xmlunicode'>
12980 <info>Check whether the character is part of CombiningMarksforSymbols UCS Block</info>
Daniel Veillarda9b66d02002-12-11 14:23:49 +000012981 <return type='int' info='1 if true 0 otherwise'/>
12982 <arg name='code' type='int' info='UCS code point'/>
Daniel Veillardbd9afb52002-09-25 22:25:35 +000012983 </function>
12984 <function name='xmlUCSIsControlPictures' file='xmlunicode'>
12985 <info>Check whether the character is part of ControlPictures UCS Block</info>
Daniel Veillarda9b66d02002-12-11 14:23:49 +000012986 <return type='int' info='1 if true 0 otherwise'/>
12987 <arg name='code' type='int' info='UCS code point'/>
Daniel Veillardbd9afb52002-09-25 22:25:35 +000012988 </function>
12989 <function name='xmlUCSIsCurrencySymbols' file='xmlunicode'>
12990 <info>Check whether the character is part of CurrencySymbols UCS Block</info>
Daniel Veillarda9b66d02002-12-11 14:23:49 +000012991 <return type='int' info='1 if true 0 otherwise'/>
12992 <arg name='code' type='int' info='UCS code point'/>
Daniel Veillardbd9afb52002-09-25 22:25:35 +000012993 </function>
William M. Brackea939082003-11-09 12:45:26 +000012994 <function name='xmlUCSIsCypriotSyllabary' file='xmlunicode'>
12995 <info>Check whether the character is part of CypriotSyllabary UCS Block</info>
12996 <return type='int' info='1 if true 0 otherwise'/>
12997 <arg name='code' type='int' info='UCS code point'/>
12998 </function>
Daniel Veillardbd9afb52002-09-25 22:25:35 +000012999 <function name='xmlUCSIsCyrillic' file='xmlunicode'>
13000 <info>Check whether the character is part of Cyrillic UCS Block</info>
Daniel Veillarda9b66d02002-12-11 14:23:49 +000013001 <return type='int' info='1 if true 0 otherwise'/>
13002 <arg name='code' type='int' info='UCS code point'/>
Daniel Veillardbd9afb52002-09-25 22:25:35 +000013003 </function>
William M. Brackea939082003-11-09 12:45:26 +000013004 <function name='xmlUCSIsCyrillicSupplement' file='xmlunicode'>
13005 <info>Check whether the character is part of CyrillicSupplement UCS Block</info>
13006 <return type='int' info='1 if true 0 otherwise'/>
13007 <arg name='code' type='int' info='UCS code point'/>
13008 </function>
Daniel Veillardbd9afb52002-09-25 22:25:35 +000013009 <function name='xmlUCSIsDeseret' file='xmlunicode'>
13010 <info>Check whether the character is part of Deseret UCS Block</info>
Daniel Veillarda9b66d02002-12-11 14:23:49 +000013011 <return type='int' info='1 if true 0 otherwise'/>
13012 <arg name='code' type='int' info='UCS code point'/>
Daniel Veillardbd9afb52002-09-25 22:25:35 +000013013 </function>
13014 <function name='xmlUCSIsDevanagari' file='xmlunicode'>
13015 <info>Check whether the character is part of Devanagari UCS Block</info>
Daniel Veillarda9b66d02002-12-11 14:23:49 +000013016 <return type='int' info='1 if true 0 otherwise'/>
13017 <arg name='code' type='int' info='UCS code point'/>
Daniel Veillardbd9afb52002-09-25 22:25:35 +000013018 </function>
13019 <function name='xmlUCSIsDingbats' file='xmlunicode'>
13020 <info>Check whether the character is part of Dingbats UCS Block</info>
Daniel Veillarda9b66d02002-12-11 14:23:49 +000013021 <return type='int' info='1 if true 0 otherwise'/>
13022 <arg name='code' type='int' info='UCS code point'/>
Daniel Veillardbd9afb52002-09-25 22:25:35 +000013023 </function>
13024 <function name='xmlUCSIsEnclosedAlphanumerics' file='xmlunicode'>
13025 <info>Check whether the character is part of EnclosedAlphanumerics UCS Block</info>
Daniel Veillarda9b66d02002-12-11 14:23:49 +000013026 <return type='int' info='1 if true 0 otherwise'/>
13027 <arg name='code' type='int' info='UCS code point'/>
Daniel Veillardbd9afb52002-09-25 22:25:35 +000013028 </function>
13029 <function name='xmlUCSIsEnclosedCJKLettersandMonths' file='xmlunicode'>
13030 <info>Check whether the character is part of EnclosedCJKLettersandMonths UCS Block</info>
Daniel Veillarda9b66d02002-12-11 14:23:49 +000013031 <return type='int' info='1 if true 0 otherwise'/>
13032 <arg name='code' type='int' info='UCS code point'/>
Daniel Veillardbd9afb52002-09-25 22:25:35 +000013033 </function>
13034 <function name='xmlUCSIsEthiopic' file='xmlunicode'>
13035 <info>Check whether the character is part of Ethiopic UCS Block</info>
Daniel Veillarda9b66d02002-12-11 14:23:49 +000013036 <return type='int' info='1 if true 0 otherwise'/>
13037 <arg name='code' type='int' info='UCS code point'/>
Daniel Veillardbd9afb52002-09-25 22:25:35 +000013038 </function>
13039 <function name='xmlUCSIsGeneralPunctuation' file='xmlunicode'>
13040 <info>Check whether the character is part of GeneralPunctuation UCS Block</info>
Daniel Veillarda9b66d02002-12-11 14:23:49 +000013041 <return type='int' info='1 if true 0 otherwise'/>
13042 <arg name='code' type='int' info='UCS code point'/>
Daniel Veillardbd9afb52002-09-25 22:25:35 +000013043 </function>
13044 <function name='xmlUCSIsGeometricShapes' file='xmlunicode'>
13045 <info>Check whether the character is part of GeometricShapes UCS Block</info>
Daniel Veillarda9b66d02002-12-11 14:23:49 +000013046 <return type='int' info='1 if true 0 otherwise'/>
13047 <arg name='code' type='int' info='UCS code point'/>
Daniel Veillardbd9afb52002-09-25 22:25:35 +000013048 </function>
13049 <function name='xmlUCSIsGeorgian' file='xmlunicode'>
13050 <info>Check whether the character is part of Georgian UCS Block</info>
Daniel Veillarda9b66d02002-12-11 14:23:49 +000013051 <return type='int' info='1 if true 0 otherwise'/>
13052 <arg name='code' type='int' info='UCS code point'/>
Daniel Veillardbd9afb52002-09-25 22:25:35 +000013053 </function>
13054 <function name='xmlUCSIsGothic' file='xmlunicode'>
13055 <info>Check whether the character is part of Gothic UCS Block</info>
Daniel Veillarda9b66d02002-12-11 14:23:49 +000013056 <return type='int' info='1 if true 0 otherwise'/>
13057 <arg name='code' type='int' info='UCS code point'/>
Daniel Veillardbd9afb52002-09-25 22:25:35 +000013058 </function>
13059 <function name='xmlUCSIsGreek' file='xmlunicode'>
13060 <info>Check whether the character is part of Greek UCS Block</info>
Daniel Veillarda9b66d02002-12-11 14:23:49 +000013061 <return type='int' info='1 if true 0 otherwise'/>
13062 <arg name='code' type='int' info='UCS code point'/>
Daniel Veillardbd9afb52002-09-25 22:25:35 +000013063 </function>
13064 <function name='xmlUCSIsGreekExtended' file='xmlunicode'>
13065 <info>Check whether the character is part of GreekExtended UCS Block</info>
Daniel Veillarda9b66d02002-12-11 14:23:49 +000013066 <return type='int' info='1 if true 0 otherwise'/>
13067 <arg name='code' type='int' info='UCS code point'/>
Daniel Veillardbd9afb52002-09-25 22:25:35 +000013068 </function>
William M. Brackea939082003-11-09 12:45:26 +000013069 <function name='xmlUCSIsGreekandCoptic' file='xmlunicode'>
13070 <info>Check whether the character is part of GreekandCoptic UCS Block</info>
13071 <return type='int' info='1 if true 0 otherwise'/>
13072 <arg name='code' type='int' info='UCS code point'/>
13073 </function>
Daniel Veillardbd9afb52002-09-25 22:25:35 +000013074 <function name='xmlUCSIsGujarati' file='xmlunicode'>
13075 <info>Check whether the character is part of Gujarati UCS Block</info>
Daniel Veillarda9b66d02002-12-11 14:23:49 +000013076 <return type='int' info='1 if true 0 otherwise'/>
13077 <arg name='code' type='int' info='UCS code point'/>
Daniel Veillardbd9afb52002-09-25 22:25:35 +000013078 </function>
13079 <function name='xmlUCSIsGurmukhi' file='xmlunicode'>
13080 <info>Check whether the character is part of Gurmukhi UCS Block</info>
Daniel Veillarda9b66d02002-12-11 14:23:49 +000013081 <return type='int' info='1 if true 0 otherwise'/>
13082 <arg name='code' type='int' info='UCS code point'/>
Daniel Veillardbd9afb52002-09-25 22:25:35 +000013083 </function>
13084 <function name='xmlUCSIsHalfwidthandFullwidthForms' file='xmlunicode'>
13085 <info>Check whether the character is part of HalfwidthandFullwidthForms UCS Block</info>
Daniel Veillarda9b66d02002-12-11 14:23:49 +000013086 <return type='int' info='1 if true 0 otherwise'/>
13087 <arg name='code' type='int' info='UCS code point'/>
Daniel Veillardbd9afb52002-09-25 22:25:35 +000013088 </function>
13089 <function name='xmlUCSIsHangulCompatibilityJamo' file='xmlunicode'>
13090 <info>Check whether the character is part of HangulCompatibilityJamo UCS Block</info>
Daniel Veillarda9b66d02002-12-11 14:23:49 +000013091 <return type='int' info='1 if true 0 otherwise'/>
13092 <arg name='code' type='int' info='UCS code point'/>
Daniel Veillardbd9afb52002-09-25 22:25:35 +000013093 </function>
13094 <function name='xmlUCSIsHangulJamo' file='xmlunicode'>
13095 <info>Check whether the character is part of HangulJamo UCS Block</info>
Daniel Veillarda9b66d02002-12-11 14:23:49 +000013096 <return type='int' info='1 if true 0 otherwise'/>
13097 <arg name='code' type='int' info='UCS code point'/>
Daniel Veillardbd9afb52002-09-25 22:25:35 +000013098 </function>
13099 <function name='xmlUCSIsHangulSyllables' file='xmlunicode'>
13100 <info>Check whether the character is part of HangulSyllables UCS Block</info>
Daniel Veillarda9b66d02002-12-11 14:23:49 +000013101 <return type='int' info='1 if true 0 otherwise'/>
13102 <arg name='code' type='int' info='UCS code point'/>
Daniel Veillardbd9afb52002-09-25 22:25:35 +000013103 </function>
William M. Brackea939082003-11-09 12:45:26 +000013104 <function name='xmlUCSIsHanunoo' file='xmlunicode'>
13105 <info>Check whether the character is part of Hanunoo UCS Block</info>
13106 <return type='int' info='1 if true 0 otherwise'/>
13107 <arg name='code' type='int' info='UCS code point'/>
13108 </function>
Daniel Veillardbd9afb52002-09-25 22:25:35 +000013109 <function name='xmlUCSIsHebrew' file='xmlunicode'>
13110 <info>Check whether the character is part of Hebrew UCS Block</info>
Daniel Veillarda9b66d02002-12-11 14:23:49 +000013111 <return type='int' info='1 if true 0 otherwise'/>
13112 <arg name='code' type='int' info='UCS code point'/>
Daniel Veillardbd9afb52002-09-25 22:25:35 +000013113 </function>
13114 <function name='xmlUCSIsHighPrivateUseSurrogates' file='xmlunicode'>
13115 <info>Check whether the character is part of HighPrivateUseSurrogates UCS Block</info>
Daniel Veillarda9b66d02002-12-11 14:23:49 +000013116 <return type='int' info='1 if true 0 otherwise'/>
13117 <arg name='code' type='int' info='UCS code point'/>
Daniel Veillardbd9afb52002-09-25 22:25:35 +000013118 </function>
13119 <function name='xmlUCSIsHighSurrogates' file='xmlunicode'>
13120 <info>Check whether the character is part of HighSurrogates UCS Block</info>
Daniel Veillarda9b66d02002-12-11 14:23:49 +000013121 <return type='int' info='1 if true 0 otherwise'/>
13122 <arg name='code' type='int' info='UCS code point'/>
Daniel Veillardbd9afb52002-09-25 22:25:35 +000013123 </function>
13124 <function name='xmlUCSIsHiragana' file='xmlunicode'>
13125 <info>Check whether the character is part of Hiragana UCS Block</info>
Daniel Veillarda9b66d02002-12-11 14:23:49 +000013126 <return type='int' info='1 if true 0 otherwise'/>
13127 <arg name='code' type='int' info='UCS code point'/>
Daniel Veillardbd9afb52002-09-25 22:25:35 +000013128 </function>
13129 <function name='xmlUCSIsIPAExtensions' file='xmlunicode'>
13130 <info>Check whether the character is part of IPAExtensions UCS Block</info>
Daniel Veillarda9b66d02002-12-11 14:23:49 +000013131 <return type='int' info='1 if true 0 otherwise'/>
13132 <arg name='code' type='int' info='UCS code point'/>
Daniel Veillardbd9afb52002-09-25 22:25:35 +000013133 </function>
13134 <function name='xmlUCSIsIdeographicDescriptionCharacters' file='xmlunicode'>
13135 <info>Check whether the character is part of IdeographicDescriptionCharacters UCS Block</info>
Daniel Veillarda9b66d02002-12-11 14:23:49 +000013136 <return type='int' info='1 if true 0 otherwise'/>
13137 <arg name='code' type='int' info='UCS code point'/>
Daniel Veillardbd9afb52002-09-25 22:25:35 +000013138 </function>
13139 <function name='xmlUCSIsKanbun' file='xmlunicode'>
13140 <info>Check whether the character is part of Kanbun UCS Block</info>
Daniel Veillarda9b66d02002-12-11 14:23:49 +000013141 <return type='int' info='1 if true 0 otherwise'/>
13142 <arg name='code' type='int' info='UCS code point'/>
Daniel Veillardbd9afb52002-09-25 22:25:35 +000013143 </function>
13144 <function name='xmlUCSIsKangxiRadicals' file='xmlunicode'>
13145 <info>Check whether the character is part of KangxiRadicals UCS Block</info>
Daniel Veillarda9b66d02002-12-11 14:23:49 +000013146 <return type='int' info='1 if true 0 otherwise'/>
13147 <arg name='code' type='int' info='UCS code point'/>
Daniel Veillardbd9afb52002-09-25 22:25:35 +000013148 </function>
13149 <function name='xmlUCSIsKannada' file='xmlunicode'>
13150 <info>Check whether the character is part of Kannada UCS Block</info>
Daniel Veillarda9b66d02002-12-11 14:23:49 +000013151 <return type='int' info='1 if true 0 otherwise'/>
13152 <arg name='code' type='int' info='UCS code point'/>
Daniel Veillardbd9afb52002-09-25 22:25:35 +000013153 </function>
13154 <function name='xmlUCSIsKatakana' file='xmlunicode'>
13155 <info>Check whether the character is part of Katakana UCS Block</info>
Daniel Veillarda9b66d02002-12-11 14:23:49 +000013156 <return type='int' info='1 if true 0 otherwise'/>
13157 <arg name='code' type='int' info='UCS code point'/>
Daniel Veillardbd9afb52002-09-25 22:25:35 +000013158 </function>
William M. Brackea939082003-11-09 12:45:26 +000013159 <function name='xmlUCSIsKatakanaPhoneticExtensions' file='xmlunicode'>
13160 <info>Check whether the character is part of KatakanaPhoneticExtensions UCS Block</info>
13161 <return type='int' info='1 if true 0 otherwise'/>
13162 <arg name='code' type='int' info='UCS code point'/>
13163 </function>
Daniel Veillardbd9afb52002-09-25 22:25:35 +000013164 <function name='xmlUCSIsKhmer' file='xmlunicode'>
13165 <info>Check whether the character is part of Khmer UCS Block</info>
Daniel Veillarda9b66d02002-12-11 14:23:49 +000013166 <return type='int' info='1 if true 0 otherwise'/>
13167 <arg name='code' type='int' info='UCS code point'/>
Daniel Veillardbd9afb52002-09-25 22:25:35 +000013168 </function>
William M. Brackea939082003-11-09 12:45:26 +000013169 <function name='xmlUCSIsKhmerSymbols' file='xmlunicode'>
13170 <info>Check whether the character is part of KhmerSymbols UCS Block</info>
13171 <return type='int' info='1 if true 0 otherwise'/>
13172 <arg name='code' type='int' info='UCS code point'/>
13173 </function>
Daniel Veillardbd9afb52002-09-25 22:25:35 +000013174 <function name='xmlUCSIsLao' file='xmlunicode'>
13175 <info>Check whether the character is part of Lao UCS Block</info>
Daniel Veillarda9b66d02002-12-11 14:23:49 +000013176 <return type='int' info='1 if true 0 otherwise'/>
13177 <arg name='code' type='int' info='UCS code point'/>
Daniel Veillardbd9afb52002-09-25 22:25:35 +000013178 </function>
13179 <function name='xmlUCSIsLatin1Supplement' file='xmlunicode'>
13180 <info>Check whether the character is part of Latin-1Supplement UCS Block</info>
Daniel Veillarda9b66d02002-12-11 14:23:49 +000013181 <return type='int' info='1 if true 0 otherwise'/>
13182 <arg name='code' type='int' info='UCS code point'/>
Daniel Veillardbd9afb52002-09-25 22:25:35 +000013183 </function>
13184 <function name='xmlUCSIsLatinExtendedA' file='xmlunicode'>
13185 <info>Check whether the character is part of LatinExtended-A UCS Block</info>
Daniel Veillarda9b66d02002-12-11 14:23:49 +000013186 <return type='int' info='1 if true 0 otherwise'/>
13187 <arg name='code' type='int' info='UCS code point'/>
Daniel Veillardbd9afb52002-09-25 22:25:35 +000013188 </function>
13189 <function name='xmlUCSIsLatinExtendedAdditional' file='xmlunicode'>
13190 <info>Check whether the character is part of LatinExtendedAdditional UCS Block</info>
Daniel Veillarda9b66d02002-12-11 14:23:49 +000013191 <return type='int' info='1 if true 0 otherwise'/>
13192 <arg name='code' type='int' info='UCS code point'/>
Daniel Veillardbd9afb52002-09-25 22:25:35 +000013193 </function>
13194 <function name='xmlUCSIsLatinExtendedB' file='xmlunicode'>
13195 <info>Check whether the character is part of LatinExtended-B UCS Block</info>
Daniel Veillarda9b66d02002-12-11 14:23:49 +000013196 <return type='int' info='1 if true 0 otherwise'/>
13197 <arg name='code' type='int' info='UCS code point'/>
Daniel Veillardbd9afb52002-09-25 22:25:35 +000013198 </function>
13199 <function name='xmlUCSIsLetterlikeSymbols' file='xmlunicode'>
13200 <info>Check whether the character is part of LetterlikeSymbols UCS Block</info>
Daniel Veillarda9b66d02002-12-11 14:23:49 +000013201 <return type='int' info='1 if true 0 otherwise'/>
13202 <arg name='code' type='int' info='UCS code point'/>
Daniel Veillardbd9afb52002-09-25 22:25:35 +000013203 </function>
William M. Brackea939082003-11-09 12:45:26 +000013204 <function name='xmlUCSIsLimbu' file='xmlunicode'>
13205 <info>Check whether the character is part of Limbu UCS Block</info>
13206 <return type='int' info='1 if true 0 otherwise'/>
13207 <arg name='code' type='int' info='UCS code point'/>
13208 </function>
13209 <function name='xmlUCSIsLinearBIdeograms' file='xmlunicode'>
13210 <info>Check whether the character is part of LinearBIdeograms UCS Block</info>
13211 <return type='int' info='1 if true 0 otherwise'/>
13212 <arg name='code' type='int' info='UCS code point'/>
13213 </function>
13214 <function name='xmlUCSIsLinearBSyllabary' file='xmlunicode'>
13215 <info>Check whether the character is part of LinearBSyllabary UCS Block</info>
13216 <return type='int' info='1 if true 0 otherwise'/>
13217 <arg name='code' type='int' info='UCS code point'/>
13218 </function>
Daniel Veillardbd9afb52002-09-25 22:25:35 +000013219 <function name='xmlUCSIsLowSurrogates' file='xmlunicode'>
13220 <info>Check whether the character is part of LowSurrogates UCS Block</info>
Daniel Veillarda9b66d02002-12-11 14:23:49 +000013221 <return type='int' info='1 if true 0 otherwise'/>
13222 <arg name='code' type='int' info='UCS code point'/>
Daniel Veillardbd9afb52002-09-25 22:25:35 +000013223 </function>
13224 <function name='xmlUCSIsMalayalam' file='xmlunicode'>
13225 <info>Check whether the character is part of Malayalam UCS Block</info>
Daniel Veillarda9b66d02002-12-11 14:23:49 +000013226 <return type='int' info='1 if true 0 otherwise'/>
13227 <arg name='code' type='int' info='UCS code point'/>
Daniel Veillardbd9afb52002-09-25 22:25:35 +000013228 </function>
13229 <function name='xmlUCSIsMathematicalAlphanumericSymbols' file='xmlunicode'>
13230 <info>Check whether the character is part of MathematicalAlphanumericSymbols UCS Block</info>
Daniel Veillarda9b66d02002-12-11 14:23:49 +000013231 <return type='int' info='1 if true 0 otherwise'/>
13232 <arg name='code' type='int' info='UCS code point'/>
Daniel Veillardbd9afb52002-09-25 22:25:35 +000013233 </function>
13234 <function name='xmlUCSIsMathematicalOperators' file='xmlunicode'>
13235 <info>Check whether the character is part of MathematicalOperators UCS Block</info>
Daniel Veillarda9b66d02002-12-11 14:23:49 +000013236 <return type='int' info='1 if true 0 otherwise'/>
13237 <arg name='code' type='int' info='UCS code point'/>
Daniel Veillardbd9afb52002-09-25 22:25:35 +000013238 </function>
William M. Brackea939082003-11-09 12:45:26 +000013239 <function name='xmlUCSIsMiscellaneousMathematicalSymbolsA' file='xmlunicode'>
13240 <info>Check whether the character is part of MiscellaneousMathematicalSymbols-A UCS Block</info>
13241 <return type='int' info='1 if true 0 otherwise'/>
13242 <arg name='code' type='int' info='UCS code point'/>
13243 </function>
13244 <function name='xmlUCSIsMiscellaneousMathematicalSymbolsB' file='xmlunicode'>
13245 <info>Check whether the character is part of MiscellaneousMathematicalSymbols-B UCS Block</info>
13246 <return type='int' info='1 if true 0 otherwise'/>
13247 <arg name='code' type='int' info='UCS code point'/>
13248 </function>
Daniel Veillardbd9afb52002-09-25 22:25:35 +000013249 <function name='xmlUCSIsMiscellaneousSymbols' file='xmlunicode'>
13250 <info>Check whether the character is part of MiscellaneousSymbols UCS Block</info>
Daniel Veillarda9b66d02002-12-11 14:23:49 +000013251 <return type='int' info='1 if true 0 otherwise'/>
13252 <arg name='code' type='int' info='UCS code point'/>
Daniel Veillardbd9afb52002-09-25 22:25:35 +000013253 </function>
William M. Brackea939082003-11-09 12:45:26 +000013254 <function name='xmlUCSIsMiscellaneousSymbolsandArrows' file='xmlunicode'>
13255 <info>Check whether the character is part of MiscellaneousSymbolsandArrows UCS Block</info>
13256 <return type='int' info='1 if true 0 otherwise'/>
13257 <arg name='code' type='int' info='UCS code point'/>
13258 </function>
Daniel Veillardbd9afb52002-09-25 22:25:35 +000013259 <function name='xmlUCSIsMiscellaneousTechnical' file='xmlunicode'>
13260 <info>Check whether the character is part of MiscellaneousTechnical UCS Block</info>
Daniel Veillarda9b66d02002-12-11 14:23:49 +000013261 <return type='int' info='1 if true 0 otherwise'/>
13262 <arg name='code' type='int' info='UCS code point'/>
Daniel Veillardbd9afb52002-09-25 22:25:35 +000013263 </function>
13264 <function name='xmlUCSIsMongolian' file='xmlunicode'>
13265 <info>Check whether the character is part of Mongolian UCS Block</info>
Daniel Veillarda9b66d02002-12-11 14:23:49 +000013266 <return type='int' info='1 if true 0 otherwise'/>
13267 <arg name='code' type='int' info='UCS code point'/>
Daniel Veillardbd9afb52002-09-25 22:25:35 +000013268 </function>
13269 <function name='xmlUCSIsMusicalSymbols' file='xmlunicode'>
13270 <info>Check whether the character is part of MusicalSymbols UCS Block</info>
Daniel Veillarda9b66d02002-12-11 14:23:49 +000013271 <return type='int' info='1 if true 0 otherwise'/>
13272 <arg name='code' type='int' info='UCS code point'/>
Daniel Veillardbd9afb52002-09-25 22:25:35 +000013273 </function>
13274 <function name='xmlUCSIsMyanmar' file='xmlunicode'>
13275 <info>Check whether the character is part of Myanmar UCS Block</info>
Daniel Veillarda9b66d02002-12-11 14:23:49 +000013276 <return type='int' info='1 if true 0 otherwise'/>
13277 <arg name='code' type='int' info='UCS code point'/>
Daniel Veillardbd9afb52002-09-25 22:25:35 +000013278 </function>
13279 <function name='xmlUCSIsNumberForms' file='xmlunicode'>
13280 <info>Check whether the character is part of NumberForms UCS Block</info>
Daniel Veillarda9b66d02002-12-11 14:23:49 +000013281 <return type='int' info='1 if true 0 otherwise'/>
13282 <arg name='code' type='int' info='UCS code point'/>
Daniel Veillardbd9afb52002-09-25 22:25:35 +000013283 </function>
13284 <function name='xmlUCSIsOgham' file='xmlunicode'>
13285 <info>Check whether the character is part of Ogham UCS Block</info>
Daniel Veillarda9b66d02002-12-11 14:23:49 +000013286 <return type='int' info='1 if true 0 otherwise'/>
13287 <arg name='code' type='int' info='UCS code point'/>
Daniel Veillardbd9afb52002-09-25 22:25:35 +000013288 </function>
13289 <function name='xmlUCSIsOldItalic' file='xmlunicode'>
13290 <info>Check whether the character is part of OldItalic UCS Block</info>
Daniel Veillarda9b66d02002-12-11 14:23:49 +000013291 <return type='int' info='1 if true 0 otherwise'/>
13292 <arg name='code' type='int' info='UCS code point'/>
Daniel Veillardbd9afb52002-09-25 22:25:35 +000013293 </function>
13294 <function name='xmlUCSIsOpticalCharacterRecognition' file='xmlunicode'>
13295 <info>Check whether the character is part of OpticalCharacterRecognition UCS Block</info>
Daniel Veillarda9b66d02002-12-11 14:23:49 +000013296 <return type='int' info='1 if true 0 otherwise'/>
13297 <arg name='code' type='int' info='UCS code point'/>
Daniel Veillardbd9afb52002-09-25 22:25:35 +000013298 </function>
13299 <function name='xmlUCSIsOriya' file='xmlunicode'>
13300 <info>Check whether the character is part of Oriya UCS Block</info>
Daniel Veillarda9b66d02002-12-11 14:23:49 +000013301 <return type='int' info='1 if true 0 otherwise'/>
13302 <arg name='code' type='int' info='UCS code point'/>
Daniel Veillardbd9afb52002-09-25 22:25:35 +000013303 </function>
William M. Brackea939082003-11-09 12:45:26 +000013304 <function name='xmlUCSIsOsmanya' file='xmlunicode'>
13305 <info>Check whether the character is part of Osmanya UCS Block</info>
13306 <return type='int' info='1 if true 0 otherwise'/>
13307 <arg name='code' type='int' info='UCS code point'/>
13308 </function>
13309 <function name='xmlUCSIsPhoneticExtensions' file='xmlunicode'>
13310 <info>Check whether the character is part of PhoneticExtensions UCS Block</info>
13311 <return type='int' info='1 if true 0 otherwise'/>
13312 <arg name='code' type='int' info='UCS code point'/>
13313 </function>
Daniel Veillardbd9afb52002-09-25 22:25:35 +000013314 <function name='xmlUCSIsPrivateUse' file='xmlunicode'>
13315 <info>Check whether the character is part of PrivateUse UCS Block</info>
Daniel Veillarda9b66d02002-12-11 14:23:49 +000013316 <return type='int' info='1 if true 0 otherwise'/>
13317 <arg name='code' type='int' info='UCS code point'/>
Daniel Veillardbd9afb52002-09-25 22:25:35 +000013318 </function>
William M. Brackea939082003-11-09 12:45:26 +000013319 <function name='xmlUCSIsPrivateUseArea' file='xmlunicode'>
13320 <info>Check whether the character is part of PrivateUseArea UCS Block</info>
13321 <return type='int' info='1 if true 0 otherwise'/>
13322 <arg name='code' type='int' info='UCS code point'/>
13323 </function>
Daniel Veillardbd9afb52002-09-25 22:25:35 +000013324 <function name='xmlUCSIsRunic' file='xmlunicode'>
13325 <info>Check whether the character is part of Runic UCS Block</info>
Daniel Veillarda9b66d02002-12-11 14:23:49 +000013326 <return type='int' info='1 if true 0 otherwise'/>
13327 <arg name='code' type='int' info='UCS code point'/>
Daniel Veillardbd9afb52002-09-25 22:25:35 +000013328 </function>
William M. Brackea939082003-11-09 12:45:26 +000013329 <function name='xmlUCSIsShavian' file='xmlunicode'>
13330 <info>Check whether the character is part of Shavian UCS Block</info>
13331 <return type='int' info='1 if true 0 otherwise'/>
13332 <arg name='code' type='int' info='UCS code point'/>
13333 </function>
Daniel Veillardbd9afb52002-09-25 22:25:35 +000013334 <function name='xmlUCSIsSinhala' file='xmlunicode'>
13335 <info>Check whether the character is part of Sinhala UCS Block</info>
Daniel Veillarda9b66d02002-12-11 14:23:49 +000013336 <return type='int' info='1 if true 0 otherwise'/>
13337 <arg name='code' type='int' info='UCS code point'/>
Daniel Veillardbd9afb52002-09-25 22:25:35 +000013338 </function>
13339 <function name='xmlUCSIsSmallFormVariants' file='xmlunicode'>
13340 <info>Check whether the character is part of SmallFormVariants UCS Block</info>
Daniel Veillarda9b66d02002-12-11 14:23:49 +000013341 <return type='int' info='1 if true 0 otherwise'/>
13342 <arg name='code' type='int' info='UCS code point'/>
Daniel Veillardbd9afb52002-09-25 22:25:35 +000013343 </function>
13344 <function name='xmlUCSIsSpacingModifierLetters' file='xmlunicode'>
13345 <info>Check whether the character is part of SpacingModifierLetters UCS Block</info>
Daniel Veillarda9b66d02002-12-11 14:23:49 +000013346 <return type='int' info='1 if true 0 otherwise'/>
13347 <arg name='code' type='int' info='UCS code point'/>
Daniel Veillardbd9afb52002-09-25 22:25:35 +000013348 </function>
13349 <function name='xmlUCSIsSpecials' file='xmlunicode'>
13350 <info>Check whether the character is part of Specials UCS Block</info>
Daniel Veillarda9b66d02002-12-11 14:23:49 +000013351 <return type='int' info='1 if true 0 otherwise'/>
13352 <arg name='code' type='int' info='UCS code point'/>
Daniel Veillardbd9afb52002-09-25 22:25:35 +000013353 </function>
13354 <function name='xmlUCSIsSuperscriptsandSubscripts' file='xmlunicode'>
13355 <info>Check whether the character is part of SuperscriptsandSubscripts UCS Block</info>
Daniel Veillarda9b66d02002-12-11 14:23:49 +000013356 <return type='int' info='1 if true 0 otherwise'/>
13357 <arg name='code' type='int' info='UCS code point'/>
Daniel Veillardbd9afb52002-09-25 22:25:35 +000013358 </function>
William M. Brackea939082003-11-09 12:45:26 +000013359 <function name='xmlUCSIsSupplementalArrowsA' file='xmlunicode'>
13360 <info>Check whether the character is part of SupplementalArrows-A UCS Block</info>
13361 <return type='int' info='1 if true 0 otherwise'/>
13362 <arg name='code' type='int' info='UCS code point'/>
13363 </function>
13364 <function name='xmlUCSIsSupplementalArrowsB' file='xmlunicode'>
13365 <info>Check whether the character is part of SupplementalArrows-B UCS Block</info>
13366 <return type='int' info='1 if true 0 otherwise'/>
13367 <arg name='code' type='int' info='UCS code point'/>
13368 </function>
13369 <function name='xmlUCSIsSupplementalMathematicalOperators' file='xmlunicode'>
13370 <info>Check whether the character is part of SupplementalMathematicalOperators UCS Block</info>
13371 <return type='int' info='1 if true 0 otherwise'/>
13372 <arg name='code' type='int' info='UCS code point'/>
13373 </function>
13374 <function name='xmlUCSIsSupplementaryPrivateUseAreaA' file='xmlunicode'>
13375 <info>Check whether the character is part of SupplementaryPrivateUseArea-A UCS Block</info>
13376 <return type='int' info='1 if true 0 otherwise'/>
13377 <arg name='code' type='int' info='UCS code point'/>
13378 </function>
13379 <function name='xmlUCSIsSupplementaryPrivateUseAreaB' file='xmlunicode'>
13380 <info>Check whether the character is part of SupplementaryPrivateUseArea-B UCS Block</info>
13381 <return type='int' info='1 if true 0 otherwise'/>
13382 <arg name='code' type='int' info='UCS code point'/>
13383 </function>
Daniel Veillardbd9afb52002-09-25 22:25:35 +000013384 <function name='xmlUCSIsSyriac' file='xmlunicode'>
13385 <info>Check whether the character is part of Syriac UCS Block</info>
Daniel Veillarda9b66d02002-12-11 14:23:49 +000013386 <return type='int' info='1 if true 0 otherwise'/>
13387 <arg name='code' type='int' info='UCS code point'/>
Daniel Veillardbd9afb52002-09-25 22:25:35 +000013388 </function>
William M. Brackea939082003-11-09 12:45:26 +000013389 <function name='xmlUCSIsTagalog' file='xmlunicode'>
13390 <info>Check whether the character is part of Tagalog UCS Block</info>
13391 <return type='int' info='1 if true 0 otherwise'/>
13392 <arg name='code' type='int' info='UCS code point'/>
13393 </function>
13394 <function name='xmlUCSIsTagbanwa' file='xmlunicode'>
13395 <info>Check whether the character is part of Tagbanwa UCS Block</info>
13396 <return type='int' info='1 if true 0 otherwise'/>
13397 <arg name='code' type='int' info='UCS code point'/>
13398 </function>
Daniel Veillardbd9afb52002-09-25 22:25:35 +000013399 <function name='xmlUCSIsTags' file='xmlunicode'>
13400 <info>Check whether the character is part of Tags UCS Block</info>
Daniel Veillarda9b66d02002-12-11 14:23:49 +000013401 <return type='int' info='1 if true 0 otherwise'/>
13402 <arg name='code' type='int' info='UCS code point'/>
Daniel Veillardbd9afb52002-09-25 22:25:35 +000013403 </function>
William M. Brackea939082003-11-09 12:45:26 +000013404 <function name='xmlUCSIsTaiLe' file='xmlunicode'>
13405 <info>Check whether the character is part of TaiLe UCS Block</info>
13406 <return type='int' info='1 if true 0 otherwise'/>
13407 <arg name='code' type='int' info='UCS code point'/>
13408 </function>
13409 <function name='xmlUCSIsTaiXuanJingSymbols' file='xmlunicode'>
13410 <info>Check whether the character is part of TaiXuanJingSymbols UCS Block</info>
13411 <return type='int' info='1 if true 0 otherwise'/>
13412 <arg name='code' type='int' info='UCS code point'/>
13413 </function>
Daniel Veillardbd9afb52002-09-25 22:25:35 +000013414 <function name='xmlUCSIsTamil' file='xmlunicode'>
13415 <info>Check whether the character is part of Tamil UCS Block</info>
Daniel Veillarda9b66d02002-12-11 14:23:49 +000013416 <return type='int' info='1 if true 0 otherwise'/>
13417 <arg name='code' type='int' info='UCS code point'/>
Daniel Veillardbd9afb52002-09-25 22:25:35 +000013418 </function>
13419 <function name='xmlUCSIsTelugu' file='xmlunicode'>
13420 <info>Check whether the character is part of Telugu UCS Block</info>
Daniel Veillarda9b66d02002-12-11 14:23:49 +000013421 <return type='int' info='1 if true 0 otherwise'/>
13422 <arg name='code' type='int' info='UCS code point'/>
Daniel Veillardbd9afb52002-09-25 22:25:35 +000013423 </function>
13424 <function name='xmlUCSIsThaana' file='xmlunicode'>
13425 <info>Check whether the character is part of Thaana UCS Block</info>
Daniel Veillarda9b66d02002-12-11 14:23:49 +000013426 <return type='int' info='1 if true 0 otherwise'/>
13427 <arg name='code' type='int' info='UCS code point'/>
Daniel Veillardbd9afb52002-09-25 22:25:35 +000013428 </function>
13429 <function name='xmlUCSIsThai' file='xmlunicode'>
13430 <info>Check whether the character is part of Thai UCS Block</info>
Daniel Veillarda9b66d02002-12-11 14:23:49 +000013431 <return type='int' info='1 if true 0 otherwise'/>
13432 <arg name='code' type='int' info='UCS code point'/>
Daniel Veillardbd9afb52002-09-25 22:25:35 +000013433 </function>
13434 <function name='xmlUCSIsTibetan' file='xmlunicode'>
13435 <info>Check whether the character is part of Tibetan UCS Block</info>
Daniel Veillarda9b66d02002-12-11 14:23:49 +000013436 <return type='int' info='1 if true 0 otherwise'/>
13437 <arg name='code' type='int' info='UCS code point'/>
Daniel Veillardbd9afb52002-09-25 22:25:35 +000013438 </function>
William M. Brackea939082003-11-09 12:45:26 +000013439 <function name='xmlUCSIsUgaritic' file='xmlunicode'>
13440 <info>Check whether the character is part of Ugaritic UCS Block</info>
13441 <return type='int' info='1 if true 0 otherwise'/>
13442 <arg name='code' type='int' info='UCS code point'/>
13443 </function>
Daniel Veillardbd9afb52002-09-25 22:25:35 +000013444 <function name='xmlUCSIsUnifiedCanadianAboriginalSyllabics' file='xmlunicode'>
13445 <info>Check whether the character is part of UnifiedCanadianAboriginalSyllabics UCS Block</info>
Daniel Veillarda9b66d02002-12-11 14:23:49 +000013446 <return type='int' info='1 if true 0 otherwise'/>
13447 <arg name='code' type='int' info='UCS code point'/>
Daniel Veillardbd9afb52002-09-25 22:25:35 +000013448 </function>
William M. Brackea939082003-11-09 12:45:26 +000013449 <function name='xmlUCSIsVariationSelectors' file='xmlunicode'>
13450 <info>Check whether the character is part of VariationSelectors UCS Block</info>
13451 <return type='int' info='1 if true 0 otherwise'/>
13452 <arg name='code' type='int' info='UCS code point'/>
13453 </function>
13454 <function name='xmlUCSIsVariationSelectorsSupplement' file='xmlunicode'>
13455 <info>Check whether the character is part of VariationSelectorsSupplement UCS Block</info>
13456 <return type='int' info='1 if true 0 otherwise'/>
13457 <arg name='code' type='int' info='UCS code point'/>
13458 </function>
Daniel Veillardbd9afb52002-09-25 22:25:35 +000013459 <function name='xmlUCSIsYiRadicals' file='xmlunicode'>
13460 <info>Check whether the character is part of YiRadicals UCS Block</info>
Daniel Veillarda9b66d02002-12-11 14:23:49 +000013461 <return type='int' info='1 if true 0 otherwise'/>
13462 <arg name='code' type='int' info='UCS code point'/>
Daniel Veillardbd9afb52002-09-25 22:25:35 +000013463 </function>
13464 <function name='xmlUCSIsYiSyllables' file='xmlunicode'>
13465 <info>Check whether the character is part of YiSyllables UCS Block</info>
Daniel Veillarda9b66d02002-12-11 14:23:49 +000013466 <return type='int' info='1 if true 0 otherwise'/>
13467 <arg name='code' type='int' info='UCS code point'/>
Daniel Veillardbd9afb52002-09-25 22:25:35 +000013468 </function>
William M. Brackea939082003-11-09 12:45:26 +000013469 <function name='xmlUCSIsYijingHexagramSymbols' file='xmlunicode'>
13470 <info>Check whether the character is part of YijingHexagramSymbols UCS Block</info>
13471 <return type='int' info='1 if true 0 otherwise'/>
13472 <arg name='code' type='int' info='UCS code point'/>
13473 </function>
Daniel Veillard61006472002-01-21 17:31:47 +000013474 <function name='xmlURIEscape' file='uri'>
Daniel Veillard9d06d302002-01-22 18:15:52 +000013475 <info>Escaping routine, does not do validity checks ! It will try to escape the chars needing this, but this is heuristic based it&apos;s impossible to be sure.</info>
Daniel Veillarda9b66d02002-12-11 14:23:49 +000013476 <return type='xmlChar *' info='an copy of the string, but escaped 25 May 2001 Uses xmlParseURI and xmlURIEscapeStr to try to escape correctly according to RFC2396. - Carl Douglas'/>
13477 <arg name='str' type='const xmlChar *' info='the string of the URI to escape'/>
Daniel Veillard61006472002-01-21 17:31:47 +000013478 </function>
13479 <function name='xmlURIEscapeStr' file='uri'>
Daniel Veillard2d1464f2002-01-21 23:16:56 +000013480 <info>This routine escapes a string to hex, ignoring reserved characters (a-z) and the characters in the exception list.</info>
Daniel Veillarda9b66d02002-12-11 14:23:49 +000013481 <return type='xmlChar *' info='a new escaped string or NULL in case of error.'/>
13482 <arg name='str' type='const xmlChar *' info='string to escape'/>
13483 <arg name='list' type='const xmlChar *' info='exception list string of chars not to escape'/>
Daniel Veillard61006472002-01-21 17:31:47 +000013484 </function>
Daniel Veillard61006472002-01-21 17:31:47 +000013485 <function name='xmlURIUnescapeString' file='uri'>
Daniel Veillarda9b66d02002-12-11 14:23:49 +000013486 <info>Unescaping routine, does not do validity checks ! Output is direct unsigned char translation of %XX values (no encoding)</info>
13487 <return type='char *' info='an copy of the string, but unescaped'/>
13488 <arg name='str' type='const char *' info='the string to unescape'/>
13489 <arg name='len' type='int' info='the length in bytes to unescape (or &lt;= 0 to indicate full string)'/>
13490 <arg name='target' type='char *' info='optional destination buffer'/>
Daniel Veillard61006472002-01-21 17:31:47 +000013491 </function>
William M. Bracka2e844a2004-01-06 11:52:13 +000013492 <function name='xmlUTF8Charcmp' file='xmlstring'>
William M. Brack7a821652003-08-15 07:27:40 +000013493 <info>compares the two UCS4 values</info>
13494 <return type='int' info='result of the compare as with xmlStrncmp'/>
13495 <arg name='utf1' type='const xmlChar *' info='pointer to first UTF8 char'/>
13496 <arg name='utf2' type='const xmlChar *' info='pointer to second UTF8 char'/>
Daniel Veillardc758c222003-08-04 20:42:34 +000013497 </function>
William M. Bracka2e844a2004-01-06 11:52:13 +000013498 <function name='xmlUTF8Size' file='xmlstring'>
John Fleck0eaf41c2003-12-01 04:45:26 +000013499 <info>calculates the internal size of a UTF8 character</info>
Daniel Veillardc758c222003-08-04 20:42:34 +000013500 <return type='int' info='the numbers of bytes in the character, -1 on format error'/>
13501 <arg name='utf' type='const xmlChar *' info='pointer to the UTF8 character'/>
13502 </function>
William M. Bracka2e844a2004-01-06 11:52:13 +000013503 <function name='xmlUTF8Strlen' file='xmlstring'>
Daniel Veillard9d06d302002-01-22 18:15:52 +000013504 <info>compute the length of an UTF8 string, it doesn&apos;t do a full UTF8 checking of the content of the string.</info>
Daniel Veillarda9b66d02002-12-11 14:23:49 +000013505 <return type='int' info='the number of characters in the string or -1 in case of error'/>
13506 <arg name='utf' type='const xmlChar *' info='a sequence of UTF-8 encoded bytes'/>
Daniel Veillard61006472002-01-21 17:31:47 +000013507 </function>
William M. Bracka2e844a2004-01-06 11:52:13 +000013508 <function name='xmlUTF8Strloc' file='xmlstring'>
John Fleck0eaf41c2003-12-01 04:45:26 +000013509 <info>a function to provide the relative location of a UTF8 char</info>
Daniel Veillarda9b66d02002-12-11 14:23:49 +000013510 <return type='int' info='the relative character position of the desired char or -1 if not found'/>
13511 <arg name='utf' type='const xmlChar *' info='the input UTF8 *'/>
13512 <arg name='utfchar' type='const xmlChar *' info='the UTF8 character to be found'/>
Daniel Veillard61006472002-01-21 17:31:47 +000013513 </function>
William M. Bracka2e844a2004-01-06 11:52:13 +000013514 <function name='xmlUTF8Strndup' file='xmlstring'>
Daniel Veillard9d06d302002-01-22 18:15:52 +000013515 <info>a strndup for array of UTF8&apos;s</info>
Daniel Veillarda9b66d02002-12-11 14:23:49 +000013516 <return type='xmlChar *' info='a new UTF8 * or NULL'/>
13517 <arg name='utf' type='const xmlChar *' info='the input UTF8 *'/>
13518 <arg name='len' type='int' info='the len of @utf (in chars)'/>
Daniel Veillard61006472002-01-21 17:31:47 +000013519 </function>
William M. Bracka2e844a2004-01-06 11:52:13 +000013520 <function name='xmlUTF8Strpos' file='xmlstring'>
Daniel Veillard2d1464f2002-01-21 23:16:56 +000013521 <info>a function to provide the equivalent of fetching a character from a string array</info>
Daniel Veillarda9b66d02002-12-11 14:23:49 +000013522 <return type='xmlChar *' info='a pointer to the UTF8 character or NULL'/>
13523 <arg name='utf' type='const xmlChar *' info='the input UTF8 *'/>
13524 <arg name='pos' type='int' info='the position of the desired UTF8 char (in chars)'/>
Daniel Veillard61006472002-01-21 17:31:47 +000013525 </function>
William M. Bracka2e844a2004-01-06 11:52:13 +000013526 <function name='xmlUTF8Strsize' file='xmlstring'>
Daniel Veillard2d1464f2002-01-21 23:16:56 +000013527 <info>storage size of an UTF8 string</info>
Daniel Veillarda9b66d02002-12-11 14:23:49 +000013528 <return type='int' info='the storage size of the first &apos;len&apos; characters of ARRAY'/>
13529 <arg name='utf' type='const xmlChar *' info='a sequence of UTF-8 encoded bytes'/>
13530 <arg name='len' type='int' info='the number of characters in the array'/>
Daniel Veillard61006472002-01-21 17:31:47 +000013531 </function>
William M. Bracka2e844a2004-01-06 11:52:13 +000013532 <function name='xmlUTF8Strsub' file='xmlstring'>
John Fleck0eaf41c2003-12-01 04:45:26 +000013533 <info>Create a substring from a given UTF-8 string Note: positions are given in units of UTF-8 chars</info>
Daniel Veillarda9b66d02002-12-11 14:23:49 +000013534 <return type='xmlChar *' info='a pointer to a newly created string or NULL if any problem'/>
13535 <arg name='utf' type='const xmlChar *' info='a sequence of UTF-8 encoded bytes'/>
13536 <arg name='start' type='int' info='relative pos of first char'/>
13537 <arg name='len' type='int' info='total number to copy'/>
Daniel Veillard61006472002-01-21 17:31:47 +000013538 </function>
13539 <function name='xmlUnlinkNode' file='tree'>
Daniel Veillard9d06d302002-01-22 18:15:52 +000013540 <info>Unlink a node from it&apos;s current context, the node is not freed</info>
Daniel Veillard61006472002-01-21 17:31:47 +000013541 <return type='void'/>
Daniel Veillarda9b66d02002-12-11 14:23:49 +000013542 <arg name='cur' type='xmlNodePtr' info='the node'/>
Daniel Veillard61006472002-01-21 17:31:47 +000013543 </function>
13544 <function name='xmlUnlockLibrary' file='threads'>
Daniel Veillard2d1464f2002-01-21 23:16:56 +000013545 <info>xmlUnlockLibrary() is used to release a re-entrant lock on the libxml2 library.</info>
Daniel Veillard61006472002-01-21 17:31:47 +000013546 <return type='void'/>
Daniel Veillard61006472002-01-21 17:31:47 +000013547 </function>
13548 <function name='xmlUnsetNsProp' file='tree'>
Daniel Veillard2d1464f2002-01-21 23:16:56 +000013549 <info>Remove an attribute carried by a node.</info>
Daniel Veillarda9b66d02002-12-11 14:23:49 +000013550 <return type='int' info='0 if successful, -1 if not found'/>
13551 <arg name='node' type='xmlNodePtr' info='the node'/>
13552 <arg name='ns' type='xmlNsPtr' info='the namespace definition'/>
13553 <arg name='name' type='const xmlChar *' info='the attribute name'/>
Daniel Veillard61006472002-01-21 17:31:47 +000013554 </function>
13555 <function name='xmlUnsetProp' file='tree'>
Daniel Veillard2d1464f2002-01-21 23:16:56 +000013556 <info>Remove an attribute carried by a node.</info>
Daniel Veillarda9b66d02002-12-11 14:23:49 +000013557 <return type='int' info='0 if successful, -1 if not found'/>
13558 <arg name='node' type='xmlNodePtr' info='the node'/>
13559 <arg name='name' type='const xmlChar *' info='the attribute name'/>
13560 </function>
Daniel Veillardbd9afb52002-09-25 22:25:35 +000013561 <function name='xmlValidBuildContentModel' file='valid'>
Daniel Veillard2ace1952002-09-26 12:28:02 +000013562 <info>(Re)Build the automata associated to the content model of this element</info>
Daniel Veillarda9b66d02002-12-11 14:23:49 +000013563 <return type='int' info='1 in case of success, 0 in case of error'/>
13564 <arg name='ctxt' type='xmlValidCtxtPtr' info='a validation context'/>
13565 <arg name='elem' type='xmlElementPtr' info='an element declaration node'/>
Daniel Veillardbd9afb52002-09-25 22:25:35 +000013566 </function>
Daniel Veillard5f4b5992002-02-20 10:22:49 +000013567 <function name='xmlValidCtxtNormalizeAttributeValue' file='valid'>
Daniel Veillarda9b66d02002-12-11 14:23:49 +000013568 <info>Does the validation related extra step of the normalization of attribute values: If the declared value is not CDATA, then the XML processor must further process the normalized attribute value by discarding any leading and trailing space (#x20) characters, and by replacing sequences of space (#x20) characters by single space (#x20) character. Also check VC: Standalone Document Declaration in P32, and update ctxt-&gt;valid accordingly</info>
13569 <return type='xmlChar *' info='a new normalized string if normalization is needed, NULL otherwise the caller must free the returned value.'/>
13570 <arg name='ctxt' type='xmlValidCtxtPtr' info='the validation context or NULL'/>
13571 <arg name='doc' type='xmlDocPtr' info='the document'/>
13572 <arg name='elem' type='xmlNodePtr' info='the parent'/>
13573 <arg name='name' type='const xmlChar *' info='the attribute name'/>
13574 <arg name='value' type='const xmlChar *' info='the attribute value'/>
Daniel Veillard5f4b5992002-02-20 10:22:49 +000013575 </function>
Daniel Veillard61006472002-01-21 17:31:47 +000013576 <function name='xmlValidGetPotentialChildren' file='valid'>
Daniel Veillarda9b66d02002-12-11 14:23:49 +000013577 <info>Build/extend a list of potential children allowed by the content tree</info>
13578 <return type='int' info='the number of element in the list, or -1 in case of error.'/>
13579 <arg name='ctree' type='xmlElementContent *' info='an element content tree'/>
13580 <arg name='list' type='const xmlChar **' info='an array to store the list of child names'/>
13581 <arg name='len' type='int *' info='a pointer to the number of element in the list'/>
13582 <arg name='max' type='int' info='the size of the array'/>
Daniel Veillard61006472002-01-21 17:31:47 +000013583 </function>
13584 <function name='xmlValidGetValidElements' file='valid'>
Daniel Veillarda9b66d02002-12-11 14:23:49 +000013585 <info>This function returns the list of authorized children to insert within an existing tree while respecting the validity constraints forced by the Dtd. The insertion point is defined using @prev and @next in the following ways: to insert before &apos;node&apos;: xmlValidGetValidElements(node-&gt;prev, node, ... to insert next &apos;node&apos;: xmlValidGetValidElements(node, node-&gt;next, ... to replace &apos;node&apos;: xmlValidGetValidElements(node-&gt;prev, node-&gt;next, ... to prepend a child to &apos;node&apos;: xmlValidGetValidElements(NULL, node-&gt;childs, to append a child to &apos;node&apos;: xmlValidGetValidElements(node-&gt;last, NULL, ... pointers to the element names are inserted at the beginning of the array and do not need to be freed.</info>
13586 <return type='int' info='the number of element in the list, or -1 in case of error. If the function returns the value @max the caller is invited to grow the receiving array and retry.'/>
13587 <arg name='prev' type='xmlNode *' info='an element to insert after'/>
13588 <arg name='next' type='xmlNode *' info='an element to insert next'/>
Daniel Veillard8aac2972004-05-16 01:00:37 +000013589 <arg name='names' type='const xmlChar **' info='an array to store the list of child names'/>
Daniel Veillarda9b66d02002-12-11 14:23:49 +000013590 <arg name='max' type='int' info='the size of the array'/>
Daniel Veillard61006472002-01-21 17:31:47 +000013591 </function>
13592 <function name='xmlValidNormalizeAttributeValue' file='valid'>
Daniel Veillarda9b66d02002-12-11 14:23:49 +000013593 <info>Does the validation related extra step of the normalization of attribute values: If the declared value is not CDATA, then the XML processor must further process the normalized attribute value by discarding any leading and trailing space (#x20) characters, and by replacing sequences of space (#x20) characters by single space (#x20) character.</info>
13594 <return type='xmlChar *' info='a new normalized string if normalization is needed, NULL otherwise the caller must free the returned value.'/>
13595 <arg name='doc' type='xmlDocPtr' info='the document'/>
13596 <arg name='elem' type='xmlNodePtr' info='the parent'/>
13597 <arg name='name' type='const xmlChar *' info='the attribute name'/>
13598 <arg name='value' type='const xmlChar *' info='the attribute value'/>
Daniel Veillard61006472002-01-21 17:31:47 +000013599 </function>
Daniel Veillard61006472002-01-21 17:31:47 +000013600 <function name='xmlValidateAttributeDecl' file='valid'>
Daniel Veillarda9b66d02002-12-11 14:23:49 +000013601 <info>Try to validate a single attribute definition basically it does the following checks as described by the XML-1.0 recommendation: - [ VC: Attribute Default Legal ] - [ VC: Enumeration ] - [ VC: ID Attribute Default ] The ID/IDREF uniqueness and matching are done separately</info>
13602 <return type='int' info='1 if valid or 0 otherwise'/>
13603 <arg name='ctxt' type='xmlValidCtxtPtr' info='the validation context'/>
13604 <arg name='doc' type='xmlDocPtr' info='a document instance'/>
13605 <arg name='attr' type='xmlAttributePtr' info='an attribute definition'/>
Daniel Veillard61006472002-01-21 17:31:47 +000013606 </function>
13607 <function name='xmlValidateAttributeValue' file='valid'>
Daniel Veillarda9b66d02002-12-11 14:23:49 +000013608 <info>Validate that the given attribute value match the proper production [ VC: ID ] Values of type ID must match the Name production.... [ VC: IDREF ] Values of type IDREF must match the Name production, and values of type IDREFS must match Names ... [ VC: Entity Name ] Values of type ENTITY must match the Name production, values of type ENTITIES must match Names ... [ VC: Name Token ] Values of type NMTOKEN must match the Nmtoken production; values of type NMTOKENS must match Nmtokens.</info>
13609 <return type='int' info='1 if valid or 0 otherwise'/>
13610 <arg name='type' type='xmlAttributeType' info='an attribute type'/>
13611 <arg name='value' type='const xmlChar *' info='an attribute value'/>
Daniel Veillard61006472002-01-21 17:31:47 +000013612 </function>
13613 <function name='xmlValidateDocument' file='valid'>
Daniel Veillarda9b66d02002-12-11 14:23:49 +000013614 <info>Try to validate the document instance basically it does the all the checks described by the XML Rec i.e. validates the internal and external subset (if present) and validate the document tree.</info>
13615 <return type='int' info='1 if valid or 0 otherwise'/>
13616 <arg name='ctxt' type='xmlValidCtxtPtr' info='the validation context'/>
13617 <arg name='doc' type='xmlDocPtr' info='a document instance'/>
Daniel Veillard61006472002-01-21 17:31:47 +000013618 </function>
13619 <function name='xmlValidateDocumentFinal' file='valid'>
Daniel Veillard580ced82003-03-21 21:22:48 +000013620 <info>Does the final step for the document validation once all the incremental validation steps have been completed basically it does the following checks described by the XML Rec Check all the IDREF/IDREFS attributes definition for validity</info>
Daniel Veillarda9b66d02002-12-11 14:23:49 +000013621 <return type='int' info='1 if valid or 0 otherwise'/>
13622 <arg name='ctxt' type='xmlValidCtxtPtr' info='the validation context'/>
13623 <arg name='doc' type='xmlDocPtr' info='a document instance'/>
Daniel Veillard61006472002-01-21 17:31:47 +000013624 </function>
13625 <function name='xmlValidateDtd' file='valid'>
Daniel Veillarda9b66d02002-12-11 14:23:49 +000013626 <info>Try to validate the document against the dtd instance basically it does check all the definitions in the DtD.</info>
13627 <return type='int' info='1 if valid or 0 otherwise'/>
13628 <arg name='ctxt' type='xmlValidCtxtPtr' info='the validation context'/>
13629 <arg name='doc' type='xmlDocPtr' info='a document instance'/>
13630 <arg name='dtd' type='xmlDtdPtr' info='a dtd instance'/>
Daniel Veillard61006472002-01-21 17:31:47 +000013631 </function>
13632 <function name='xmlValidateDtdFinal' file='valid'>
Daniel Veillarda9b66d02002-12-11 14:23:49 +000013633 <info>Does the final step for the dtds validation once all the subsets have been parsed basically it does the following checks described by the XML Rec - check that ENTITY and ENTITIES type attributes default or possible values matches one of the defined entities. - check that NOTATION type attributes default or possible values matches one of the defined notations.</info>
13634 <return type='int' info='1 if valid or 0 if invalid and -1 if not well-formed'/>
13635 <arg name='ctxt' type='xmlValidCtxtPtr' info='the validation context'/>
13636 <arg name='doc' type='xmlDocPtr' info='a document instance'/>
Daniel Veillard61006472002-01-21 17:31:47 +000013637 </function>
13638 <function name='xmlValidateElement' file='valid'>
Daniel Veillard2d1464f2002-01-21 23:16:56 +000013639 <info>Try to validate the subtree under an element</info>
Daniel Veillarda9b66d02002-12-11 14:23:49 +000013640 <return type='int' info='1 if valid or 0 otherwise'/>
13641 <arg name='ctxt' type='xmlValidCtxtPtr' info='the validation context'/>
13642 <arg name='doc' type='xmlDocPtr' info='a document instance'/>
13643 <arg name='elem' type='xmlNodePtr' info='an element instance'/>
Daniel Veillard61006472002-01-21 17:31:47 +000013644 </function>
13645 <function name='xmlValidateElementDecl' file='valid'>
Daniel Veillard2d1464f2002-01-21 23:16:56 +000013646 <info>Try to validate a single element definition basically it does the following checks as described by the XML-1.0 recommendation: - [ VC: One ID per Element Type ] - [ VC: No Duplicate Types ] - [ VC: Unique Element Type Declaration ]</info>
Daniel Veillarda9b66d02002-12-11 14:23:49 +000013647 <return type='int' info='1 if valid or 0 otherwise'/>
13648 <arg name='ctxt' type='xmlValidCtxtPtr' info='the validation context'/>
13649 <arg name='doc' type='xmlDocPtr' info='a document instance'/>
13650 <arg name='elem' type='xmlElementPtr' info='an element definition'/>
Daniel Veillard61006472002-01-21 17:31:47 +000013651 </function>
Daniel Veillard17bed982003-02-24 20:11:43 +000013652 <function name='xmlValidateNCName' file='tree'>
13653 <info>Check that a value conforms to the lexical space of NCName</info>
13654 <return type='int' info='0 if this validates, a positive error code number otherwise and -1 in case of internal or API error.'/>
13655 <arg name='value' type='const xmlChar *' info='the value to check'/>
13656 <arg name='space' type='int' info='allow spaces in front and end of the string'/>
13657 </function>
13658 <function name='xmlValidateNMToken' file='tree'>
13659 <info>Check that a value conforms to the lexical space of NMToken</info>
13660 <return type='int' info='0 if this validates, a positive error code number otherwise and -1 in case of internal or API error.'/>
13661 <arg name='value' type='const xmlChar *' info='the value to check'/>
13662 <arg name='space' type='int' info='allow spaces in front and end of the string'/>
13663 </function>
13664 <function name='xmlValidateName' file='tree'>
13665 <info>Check that a value conforms to the lexical space of Name</info>
13666 <return type='int' info='0 if this validates, a positive error code number otherwise and -1 in case of internal or API error.'/>
13667 <arg name='value' type='const xmlChar *' info='the value to check'/>
13668 <arg name='space' type='int' info='allow spaces in front and end of the string'/>
13669 </function>
Daniel Veillarda7084cd2002-04-15 17:12:47 +000013670 <function name='xmlValidateNameValue' file='valid'>
13671 <info>Validate that the given value match Name production</info>
Daniel Veillarda9b66d02002-12-11 14:23:49 +000013672 <return type='int' info='1 if valid or 0 otherwise'/>
13673 <arg name='value' type='const xmlChar *' info='an Name value'/>
Daniel Veillarda7084cd2002-04-15 17:12:47 +000013674 </function>
13675 <function name='xmlValidateNamesValue' file='valid'>
13676 <info>Validate that the given value match Names production</info>
Daniel Veillarda9b66d02002-12-11 14:23:49 +000013677 <return type='int' info='1 if valid or 0 otherwise'/>
13678 <arg name='value' type='const xmlChar *' info='an Names value'/>
Daniel Veillarda7084cd2002-04-15 17:12:47 +000013679 </function>
13680 <function name='xmlValidateNmtokenValue' file='valid'>
Daniel Veillarda9b66d02002-12-11 14:23:49 +000013681 <info>Validate that the given value match Nmtoken production [ VC: Name Token ]</info>
13682 <return type='int' info='1 if valid or 0 otherwise'/>
13683 <arg name='value' type='const xmlChar *' info='an Nmtoken value'/>
Daniel Veillarda7084cd2002-04-15 17:12:47 +000013684 </function>
13685 <function name='xmlValidateNmtokensValue' file='valid'>
Daniel Veillarda9b66d02002-12-11 14:23:49 +000013686 <info>Validate that the given value match Nmtokens production [ VC: Name Token ]</info>
13687 <return type='int' info='1 if valid or 0 otherwise'/>
13688 <arg name='value' type='const xmlChar *' info='an Nmtokens value'/>
Daniel Veillarda7084cd2002-04-15 17:12:47 +000013689 </function>
Daniel Veillard61006472002-01-21 17:31:47 +000013690 <function name='xmlValidateNotationDecl' file='valid'>
Daniel Veillard2d1464f2002-01-21 23:16:56 +000013691 <info>Try to validate a single notation definition basically it does the following checks as described by the XML-1.0 recommendation: - it seems that no validity constraint exists on notation declarations But this function get called anyway ...</info>
Daniel Veillarda9b66d02002-12-11 14:23:49 +000013692 <return type='int' info='1 if valid or 0 otherwise'/>
13693 <arg name='ctxt' type='xmlValidCtxtPtr' info='the validation context'/>
13694 <arg name='doc' type='xmlDocPtr' info='a document instance'/>
13695 <arg name='nota' type='xmlNotationPtr' info='a notation definition'/>
Daniel Veillard61006472002-01-21 17:31:47 +000013696 </function>
13697 <function name='xmlValidateNotationUse' file='valid'>
Daniel Veillard2d1464f2002-01-21 23:16:56 +000013698 <info>Validate that the given name match a notation declaration. - [ VC: Notation Declared ]</info>
Daniel Veillarda9b66d02002-12-11 14:23:49 +000013699 <return type='int' info='1 if valid or 0 otherwise'/>
13700 <arg name='ctxt' type='xmlValidCtxtPtr' info='the validation context'/>
13701 <arg name='doc' type='xmlDocPtr' info='the document'/>
13702 <arg name='notationName' type='const xmlChar *' info='the notation name to check'/>
Daniel Veillard61006472002-01-21 17:31:47 +000013703 </function>
13704 <function name='xmlValidateOneAttribute' file='valid'>
Daniel Veillarda9b66d02002-12-11 14:23:49 +000013705 <info>Try to validate a single attribute for an element basically it does the following checks as described by the XML-1.0 recommendation: - [ VC: Attribute Value Type ] - [ VC: Fixed Attribute Default ] - [ VC: Entity Name ] - [ VC: Name Token ] - [ VC: ID ] - [ VC: IDREF ] - [ VC: Entity Name ] - [ VC: Notation Attributes ] The ID/IDREF uniqueness and matching are done separately</info>
13706 <return type='int' info='1 if valid or 0 otherwise'/>
13707 <arg name='ctxt' type='xmlValidCtxtPtr' info='the validation context'/>
13708 <arg name='doc' type='xmlDocPtr' info='a document instance'/>
13709 <arg name='elem' type='xmlNodePtr' info='an element instance'/>
13710 <arg name='attr' type='xmlAttrPtr' info='an attribute instance'/>
13711 <arg name='value' type='const xmlChar *' info='the attribute value (without entities processing)'/>
Daniel Veillard61006472002-01-21 17:31:47 +000013712 </function>
13713 <function name='xmlValidateOneElement' file='valid'>
Daniel Veillarda9b66d02002-12-11 14:23:49 +000013714 <info>Try to validate a single element and it&apos;s attributes, basically it does the following checks as described by the XML-1.0 recommendation: - [ VC: Element Valid ] - [ VC: Required Attribute ] Then call xmlValidateOneAttribute() for each attribute present. The ID/IDREF checkings are done separately</info>
13715 <return type='int' info='1 if valid or 0 otherwise'/>
13716 <arg name='ctxt' type='xmlValidCtxtPtr' info='the validation context'/>
13717 <arg name='doc' type='xmlDocPtr' info='a document instance'/>
13718 <arg name='elem' type='xmlNodePtr' info='an element instance'/>
Daniel Veillard61006472002-01-21 17:31:47 +000013719 </function>
Daniel Veillarde16b5742002-09-26 17:50:03 +000013720 <function name='xmlValidateOneNamespace' file='valid'>
Daniel Veillarda9b66d02002-12-11 14:23:49 +000013721 <info>Try to validate a single namespace declaration for an element basically it does the following checks as described by the XML-1.0 recommendation: - [ VC: Attribute Value Type ] - [ VC: Fixed Attribute Default ] - [ VC: Entity Name ] - [ VC: Name Token ] - [ VC: ID ] - [ VC: IDREF ] - [ VC: Entity Name ] - [ VC: Notation Attributes ] The ID/IDREF uniqueness and matching are done separately</info>
13722 <return type='int' info='1 if valid or 0 otherwise'/>
13723 <arg name='ctxt' type='xmlValidCtxtPtr' info='the validation context'/>
13724 <arg name='doc' type='xmlDocPtr' info='a document instance'/>
13725 <arg name='elem' type='xmlNodePtr' info='an element instance'/>
13726 <arg name='prefix' type='const xmlChar *' info='the namespace prefix'/>
13727 <arg name='ns' type='xmlNsPtr' info='an namespace declaration instance'/>
13728 <arg name='value' type='const xmlChar *' info='the attribute value (without entities processing)'/>
Daniel Veillarde16b5742002-09-26 17:50:03 +000013729 </function>
Daniel Veillard4258b9c2002-12-20 10:29:40 +000013730 <function name='xmlValidatePopElement' file='valid'>
13731 <info>Pop the element end from the validation stack.</info>
13732 <return type='int' info='1 if no validation problem was found or 0 otherwise'/>
13733 <arg name='ctxt' type='xmlValidCtxtPtr' info='the validation context'/>
13734 <arg name='doc' type='xmlDocPtr' info='a document instance'/>
13735 <arg name='elem' type='xmlNodePtr' info='an element instance'/>
13736 <arg name='qname' type='const xmlChar *' info='the qualified name as appearing in the serialization'/>
13737 </function>
13738 <function name='xmlValidatePushCData' file='valid'>
13739 <info>check the CData parsed for validation in the current stack</info>
13740 <return type='int' info='1 if no validation problem was found or 0 otherwise'/>
13741 <arg name='ctxt' type='xmlValidCtxtPtr' info='the validation context'/>
13742 <arg name='data' type='const xmlChar *' info='some character data read'/>
13743 <arg name='len' type='int' info='the lenght of the data'/>
13744 </function>
13745 <function name='xmlValidatePushElement' file='valid'>
13746 <info>Push a new element start on the validation stack.</info>
13747 <return type='int' info='1 if no validation problem was found or 0 otherwise'/>
13748 <arg name='ctxt' type='xmlValidCtxtPtr' info='the validation context'/>
13749 <arg name='doc' type='xmlDocPtr' info='a document instance'/>
13750 <arg name='elem' type='xmlNodePtr' info='an element instance'/>
13751 <arg name='qname' type='const xmlChar *' info='the qualified name as appearing in the serialization'/>
13752 </function>
Daniel Veillard17bed982003-02-24 20:11:43 +000013753 <function name='xmlValidateQName' file='tree'>
13754 <info>Check that a value conforms to the lexical space of QName</info>
13755 <return type='int' info='0 if this validates, a positive error code number otherwise and -1 in case of internal or API error.'/>
13756 <arg name='value' type='const xmlChar *' info='the value to check'/>
13757 <arg name='space' type='int' info='allow spaces in front and end of the string'/>
13758 </function>
Daniel Veillard61006472002-01-21 17:31:47 +000013759 <function name='xmlValidateRoot' file='valid'>
Daniel Veillard9d06d302002-01-22 18:15:52 +000013760 <info>Try to validate a the root element basically it does the following check as described by the XML-1.0 recommendation: - [ VC: Root Element Type ] it doesn&apos;t try to recurse or apply other check to the element</info>
Daniel Veillarda9b66d02002-12-11 14:23:49 +000013761 <return type='int' info='1 if valid or 0 otherwise'/>
13762 <arg name='ctxt' type='xmlValidCtxtPtr' info='the validation context'/>
13763 <arg name='doc' type='xmlDocPtr' info='a document instance'/>
Daniel Veillard61006472002-01-21 17:31:47 +000013764 </function>
Daniel Veillard9d06d302002-01-22 18:15:52 +000013765 <functype name='xmlValidityErrorFunc' file='valid'>
Daniel Veillard19274092002-03-25 16:48:03 +000013766 <info>Callback called when a validity error is found. This is a message oriented function similar to an *printf function.</info>
Daniel Veillard000eafb2002-12-12 10:04:22 +000013767 <return type='void'/>
Daniel Veillarda9b66d02002-12-11 14:23:49 +000013768 <arg name='ctx' type='void *' info='an xmlValidCtxtPtr validity error context'/>
13769 <arg name='msg' type='const char *' info='the string to format *printf like vararg'/>
13770 <arg name='...' type='...' info='remaining arguments to the format'/>
Daniel Veillard9d06d302002-01-22 18:15:52 +000013771 </functype>
13772 <functype name='xmlValidityWarningFunc' file='valid'>
Daniel Veillard19274092002-03-25 16:48:03 +000013773 <info>Callback called when a validity warning is found. This is a message oriented function similar to an *printf function.</info>
Daniel Veillard000eafb2002-12-12 10:04:22 +000013774 <return type='void'/>
Daniel Veillarda9b66d02002-12-11 14:23:49 +000013775 <arg name='ctx' type='void *' info='an xmlValidCtxtPtr validity error context'/>
13776 <arg name='msg' type='const char *' info='the string to format *printf like vararg'/>
13777 <arg name='...' type='...' info='remaining arguments to the format'/>
Daniel Veillard9d06d302002-01-22 18:15:52 +000013778 </functype>
Daniel Veillard6d373a22003-11-04 10:26:43 +000013779 <function name='xmlXIncludeFreeContext' file='xinclude'>
13780 <info>Free an XInclude context</info>
13781 <return type='void'/>
13782 <arg name='ctxt' type='xmlXIncludeCtxtPtr' info='the XInclude context'/>
13783 </function>
13784 <function name='xmlXIncludeNewContext' file='xinclude'>
13785 <info>Creates a new XInclude context</info>
13786 <return type='xmlXIncludeCtxtPtr' info='the new set'/>
13787 <arg name='doc' type='xmlDocPtr' info='an XML Document'/>
13788 </function>
Daniel Veillard61006472002-01-21 17:31:47 +000013789 <function name='xmlXIncludeProcess' file='xinclude'>
Daniel Veillarda9b66d02002-12-11 14:23:49 +000013790 <info>Implement the XInclude substitution on the XML document @doc</info>
13791 <return type='int' info='0 if no substitution were done, -1 if some processing failed or the number of substitutions done.'/>
13792 <arg name='doc' type='xmlDocPtr' info='an XML document'/>
Daniel Veillard61006472002-01-21 17:31:47 +000013793 </function>
Daniel Veillarde74d2e12003-12-09 11:35:37 +000013794 <function name='xmlXIncludeProcessFlags' file='xinclude'>
13795 <info>Implement the XInclude substitution on the XML document @doc</info>
13796 <return type='int' info='0 if no substitution were done, -1 if some processing failed or the number of substitutions done.'/>
13797 <arg name='doc' type='xmlDocPtr' info='an XML document'/>
13798 <arg name='flags' type='int' info='a set of xmlParserOption used for parsing XML includes'/>
13799 </function>
Daniel Veillard6d373a22003-11-04 10:26:43 +000013800 <function name='xmlXIncludeProcessNode' file='xinclude'>
13801 <info>Implement the XInclude substitution for the given subtree reusing the informations and data coming from the given context.</info>
13802 <return type='int' info='0 if no substitution were done, -1 if some processing failed or the number of substitutions done.'/>
13803 <arg name='ctxt' type='xmlXIncludeCtxtPtr' info='an existing XInclude context'/>
13804 <arg name='node' type='xmlNodePtr' info='a node in an XML document'/>
13805 </function>
Daniel Veillardc758c222003-08-04 20:42:34 +000013806 <function name='xmlXIncludeProcessTree' file='xinclude'>
13807 <info>Implement the XInclude substitution for the given subtree</info>
13808 <return type='int' info='0 if no substitution were done, -1 if some processing failed or the number of substitutions done.'/>
13809 <arg name='tree' type='xmlNodePtr' info='a node in an XML document'/>
13810 </function>
Daniel Veillarde74d2e12003-12-09 11:35:37 +000013811 <function name='xmlXIncludeProcessTreeFlags' file='xinclude'>
13812 <info>Implement the XInclude substitution for the given subtree</info>
13813 <return type='int' info='0 if no substitution were done, -1 if some processing failed or the number of substitutions done.'/>
13814 <arg name='tree' type='xmlNodePtr' info='a node in an XML document'/>
13815 <arg name='flags' type='int' info='a set of xmlParserOption used for parsing XML includes'/>
13816 </function>
13817 <function name='xmlXIncludeSetFlags' file='xinclude'>
13818 <info>Set the flags used for further processing of XML resources.</info>
13819 <return type='int' info='0 in case of success and -1 in case of error.'/>
13820 <arg name='ctxt' type='xmlXIncludeCtxtPtr' info='an XInclude processing context'/>
13821 <arg name='flags' type='int' info='a set of xmlParserOption used for parsing XML includes'/>
13822 </function>
Daniel Veillard61006472002-01-21 17:31:47 +000013823 <function name='xmlXPathAddValues' file='xpathInternals'>
Daniel Veillard2d1464f2002-01-21 23:16:56 +000013824 <info>Implement the add operation on XPath objects: The numeric operators convert their operands to numbers as if by calling the number function.</info>
Daniel Veillard61006472002-01-21 17:31:47 +000013825 <return type='void'/>
Daniel Veillarda9b66d02002-12-11 14:23:49 +000013826 <arg name='ctxt' type='xmlXPathParserContextPtr' info='the XPath Parser context'/>
Daniel Veillard61006472002-01-21 17:31:47 +000013827 </function>
Daniel Veillard9d06d302002-01-22 18:15:52 +000013828 <functype name='xmlXPathAxisFunc' file='xpath'>
13829 <info>An axis traversal function. To traverse an axis, the engine calls the first time with cur == NULL and repeat until the function returns NULL indicating the end of the axis traversal.</info>
Daniel Veillard000eafb2002-12-12 10:04:22 +000013830 <return type='xmlXPathObjectPtr' info='the next node in that axis or NULL if at the end of the axis.'/>
Daniel Veillarda9b66d02002-12-11 14:23:49 +000013831 <arg name='ctxt' type='xmlXPathParserContextPtr' info='the XPath interpreter context'/>
13832 <arg name='cur' type='xmlXPathObjectPtr' info='the previous node being explored on that axis'/>
Daniel Veillard9d06d302002-01-22 18:15:52 +000013833 </functype>
Daniel Veillard61006472002-01-21 17:31:47 +000013834 <function name='xmlXPathBooleanFunction' file='xpathInternals'>
MST 2004 John Fleck2050d892004-01-05 01:56:38 +000013835 <info>Implement the boolean() XPath function boolean boolean(object) The boolean function converts its argument to a boolean as follows: - a number is true if and only if it is neither positive or negative zero nor NaN - a node-set is true if and only if it is non-empty - a string is true if and only if its length is non-zero</info>
Daniel Veillard61006472002-01-21 17:31:47 +000013836 <return type='void'/>
Daniel Veillarda9b66d02002-12-11 14:23:49 +000013837 <arg name='ctxt' type='xmlXPathParserContextPtr' info='the XPath Parser context'/>
13838 <arg name='nargs' type='int' info='the number of arguments'/>
Daniel Veillard61006472002-01-21 17:31:47 +000013839 </function>
13840 <function name='xmlXPathCastBooleanToNumber' file='xpath'>
Daniel Veillard2d1464f2002-01-21 23:16:56 +000013841 <info>Converts a boolean to its number value</info>
Daniel Veillarda9b66d02002-12-11 14:23:49 +000013842 <return type='double' info='the number value'/>
13843 <arg name='val' type='int' info='a boolean'/>
Daniel Veillard61006472002-01-21 17:31:47 +000013844 </function>
13845 <function name='xmlXPathCastBooleanToString' file='xpath'>
Daniel Veillard2d1464f2002-01-21 23:16:56 +000013846 <info>Converts a boolean to its string value.</info>
Daniel Veillarda9b66d02002-12-11 14:23:49 +000013847 <return type='xmlChar *' info='a newly allocated string.'/>
13848 <arg name='val' type='int' info='a boolean'/>
Daniel Veillard61006472002-01-21 17:31:47 +000013849 </function>
13850 <function name='xmlXPathCastNodeSetToBoolean' file='xpath'>
Daniel Veillard2d1464f2002-01-21 23:16:56 +000013851 <info>Converts a node-set to its boolean value</info>
Daniel Veillarda9b66d02002-12-11 14:23:49 +000013852 <return type='int' info='the boolean value'/>
13853 <arg name='ns' type='xmlNodeSetPtr' info='a node-set'/>
Daniel Veillard61006472002-01-21 17:31:47 +000013854 </function>
13855 <function name='xmlXPathCastNodeSetToNumber' file='xpath'>
Daniel Veillard2d1464f2002-01-21 23:16:56 +000013856 <info>Converts a node-set to its number value</info>
Daniel Veillarda9b66d02002-12-11 14:23:49 +000013857 <return type='double' info='the number value'/>
13858 <arg name='ns' type='xmlNodeSetPtr' info='a node-set'/>
Daniel Veillard61006472002-01-21 17:31:47 +000013859 </function>
13860 <function name='xmlXPathCastNodeSetToString' file='xpath'>
Daniel Veillard2d1464f2002-01-21 23:16:56 +000013861 <info>Converts a node-set to its string value.</info>
Daniel Veillarda9b66d02002-12-11 14:23:49 +000013862 <return type='xmlChar *' info='a newly allocated string.'/>
13863 <arg name='ns' type='xmlNodeSetPtr' info='a node-set'/>
Daniel Veillard61006472002-01-21 17:31:47 +000013864 </function>
13865 <function name='xmlXPathCastNodeToNumber' file='xpath'>
Daniel Veillard2d1464f2002-01-21 23:16:56 +000013866 <info>Converts a node to its number value</info>
Daniel Veillarda9b66d02002-12-11 14:23:49 +000013867 <return type='double' info='the number value'/>
13868 <arg name='node' type='xmlNodePtr' info='a node'/>
Daniel Veillard61006472002-01-21 17:31:47 +000013869 </function>
13870 <function name='xmlXPathCastNodeToString' file='xpath'>
Daniel Veillard2d1464f2002-01-21 23:16:56 +000013871 <info>Converts a node to its string value.</info>
Daniel Veillarda9b66d02002-12-11 14:23:49 +000013872 <return type='xmlChar *' info='a newly allocated string.'/>
13873 <arg name='node' type='xmlNodePtr' info='a node'/>
Daniel Veillard61006472002-01-21 17:31:47 +000013874 </function>
13875 <function name='xmlXPathCastNumberToBoolean' file='xpath'>
Daniel Veillard2d1464f2002-01-21 23:16:56 +000013876 <info>Converts a number to its boolean value</info>
Daniel Veillarda9b66d02002-12-11 14:23:49 +000013877 <return type='int' info='the boolean value'/>
13878 <arg name='val' type='double' info='a number'/>
Daniel Veillard61006472002-01-21 17:31:47 +000013879 </function>
13880 <function name='xmlXPathCastNumberToString' file='xpath'>
Daniel Veillard2d1464f2002-01-21 23:16:56 +000013881 <info>Converts a number to its string value.</info>
Daniel Veillarda9b66d02002-12-11 14:23:49 +000013882 <return type='xmlChar *' info='a newly allocated string.'/>
13883 <arg name='val' type='double' info='a number'/>
Daniel Veillard61006472002-01-21 17:31:47 +000013884 </function>
13885 <function name='xmlXPathCastStringToBoolean' file='xpath'>
Daniel Veillard2d1464f2002-01-21 23:16:56 +000013886 <info>Converts a string to its boolean value</info>
Daniel Veillarda9b66d02002-12-11 14:23:49 +000013887 <return type='int' info='the boolean value'/>
13888 <arg name='val' type='const xmlChar *' info='a string'/>
Daniel Veillard61006472002-01-21 17:31:47 +000013889 </function>
13890 <function name='xmlXPathCastStringToNumber' file='xpath'>
Daniel Veillard2d1464f2002-01-21 23:16:56 +000013891 <info>Converts a string to its number value</info>
Daniel Veillarda9b66d02002-12-11 14:23:49 +000013892 <return type='double' info='the number value'/>
13893 <arg name='val' type='const xmlChar *' info='a string'/>
Daniel Veillard61006472002-01-21 17:31:47 +000013894 </function>
13895 <function name='xmlXPathCastToBoolean' file='xpath'>
Daniel Veillard2d1464f2002-01-21 23:16:56 +000013896 <info>Converts an XPath object to its boolean value</info>
Daniel Veillarda9b66d02002-12-11 14:23:49 +000013897 <return type='int' info='the boolean value'/>
13898 <arg name='val' type='xmlXPathObjectPtr' info='an XPath object'/>
Daniel Veillard61006472002-01-21 17:31:47 +000013899 </function>
13900 <function name='xmlXPathCastToNumber' file='xpath'>
Daniel Veillard2d1464f2002-01-21 23:16:56 +000013901 <info>Converts an XPath object to its number value</info>
Daniel Veillarda9b66d02002-12-11 14:23:49 +000013902 <return type='double' info='the number value'/>
13903 <arg name='val' type='xmlXPathObjectPtr' info='an XPath object'/>
Daniel Veillard61006472002-01-21 17:31:47 +000013904 </function>
13905 <function name='xmlXPathCastToString' file='xpath'>
Daniel Veillard2d1464f2002-01-21 23:16:56 +000013906 <info>Converts an existing object to its string() equivalent</info>
Daniel Veillarda9b66d02002-12-11 14:23:49 +000013907 <return type='xmlChar *' info='the string value of the object, NULL in case of error. A new string is allocated only if needed (@val isn&apos;t a string object).'/>
13908 <arg name='val' type='xmlXPathObjectPtr' info='an XPath object'/>
Daniel Veillard61006472002-01-21 17:31:47 +000013909 </function>
13910 <function name='xmlXPathCeilingFunction' file='xpathInternals'>
Daniel Veillard2d1464f2002-01-21 23:16:56 +000013911 <info>Implement the ceiling() XPath function number ceiling(number) The ceiling function returns the smallest (closest to negative infinity) number that is not less than the argument and that is an integer.</info>
Daniel Veillard61006472002-01-21 17:31:47 +000013912 <return type='void'/>
Daniel Veillarda9b66d02002-12-11 14:23:49 +000013913 <arg name='ctxt' type='xmlXPathParserContextPtr' info='the XPath Parser context'/>
13914 <arg name='nargs' type='int' info='the number of arguments'/>
Daniel Veillard61006472002-01-21 17:31:47 +000013915 </function>
Daniel Veillard61006472002-01-21 17:31:47 +000013916 <function name='xmlXPathCmpNodes' file='xpath'>
Daniel Veillard2d1464f2002-01-21 23:16:56 +000013917 <info>Compare two nodes w.r.t document order</info>
MST 2004 John Fleck2050d892004-01-05 01:56:38 +000013918 <return type='int' info='-2 in case of error 1 if first point &lt; second point, 0 if it&apos;s the same node, -1 otherwise'/>
Daniel Veillarda9b66d02002-12-11 14:23:49 +000013919 <arg name='node1' type='xmlNodePtr' info='the first node'/>
13920 <arg name='node2' type='xmlNodePtr' info='the second node'/>
Daniel Veillard61006472002-01-21 17:31:47 +000013921 </function>
Daniel Veillard61006472002-01-21 17:31:47 +000013922 <function name='xmlXPathCompareValues' file='xpathInternals'>
Daniel Veillarda9b66d02002-12-11 14:23:49 +000013923 <info>Implement the compare operation on XPath objects: @arg1 &lt; @arg2 (1, 1, ... @arg1 &lt;= @arg2 (1, 0, ... @arg1 &gt; @arg2 (0, 1, ... @arg1 &gt;= @arg2 (0, 0, ... When neither object to be compared is a node-set and the operator is &lt;=, &lt;, &gt;=, &gt;, then the objects are compared by converted both objects to numbers and comparing the numbers according to IEEE 754. The &lt; comparison will be true if and only if the first number is less than the second number. The &lt;= comparison will be true if and only if the first number is less than or equal to the second number. The &gt; comparison will be true if and only if the first number is greater than the second number. The &gt;= comparison will be true if and only if the first number is greater than or equal to the second number.</info>
13924 <return type='int' info='1 if the comparison succeeded, 0 if it failed'/>
13925 <arg name='ctxt' type='xmlXPathParserContextPtr' info='the XPath Parser context'/>
13926 <arg name='inf' type='int' info='less than (1) or greater than (0)'/>
13927 <arg name='strict' type='int' info='is the comparison strict'/>
Daniel Veillard61006472002-01-21 17:31:47 +000013928 </function>
13929 <function name='xmlXPathCompile' file='xpath'>
Daniel Veillard2d1464f2002-01-21 23:16:56 +000013930 <info>Compile an XPath expression</info>
Daniel Veillard1703c5f2003-02-10 14:28:44 +000013931 <return type='xmlXPathCompExprPtr' info='the xmlXPathCompExprPtr resulting from the compilation or NULL. the caller has to free the object.'/>
Daniel Veillarda9b66d02002-12-11 14:23:49 +000013932 <arg name='str' type='const xmlChar *' info='the XPath expression'/>
Daniel Veillard61006472002-01-21 17:31:47 +000013933 </function>
13934 <function name='xmlXPathCompiledEval' file='xpath'>
Daniel Veillard2d1464f2002-01-21 23:16:56 +000013935 <info>Evaluate the Precompiled XPath expression in the given context.</info>
Daniel Veillarda9b66d02002-12-11 14:23:49 +000013936 <return type='xmlXPathObjectPtr' info='the xmlXPathObjectPtr resulting from the evaluation or NULL. the caller has to free the object.'/>
13937 <arg name='comp' type='xmlXPathCompExprPtr' info='the compiled XPath expression'/>
13938 <arg name='ctx' type='xmlXPathContextPtr' info='the XPath context'/>
Daniel Veillard61006472002-01-21 17:31:47 +000013939 </function>
13940 <function name='xmlXPathConcatFunction' file='xpathInternals'>
Daniel Veillard2d1464f2002-01-21 23:16:56 +000013941 <info>Implement the concat() XPath function string concat(string, string, string*) The concat function returns the concatenation of its arguments.</info>
Daniel Veillard61006472002-01-21 17:31:47 +000013942 <return type='void'/>
Daniel Veillarda9b66d02002-12-11 14:23:49 +000013943 <arg name='ctxt' type='xmlXPathParserContextPtr' info='the XPath Parser context'/>
13944 <arg name='nargs' type='int' info='the number of arguments'/>
Daniel Veillard61006472002-01-21 17:31:47 +000013945 </function>
13946 <function name='xmlXPathContainsFunction' file='xpathInternals'>
Daniel Veillard2d1464f2002-01-21 23:16:56 +000013947 <info>Implement the contains() XPath function boolean contains(string, string) The contains function returns true if the first argument string contains the second argument string, and otherwise returns false.</info>
Daniel Veillard61006472002-01-21 17:31:47 +000013948 <return type='void'/>
Daniel Veillarda9b66d02002-12-11 14:23:49 +000013949 <arg name='ctxt' type='xmlXPathParserContextPtr' info='the XPath Parser context'/>
13950 <arg name='nargs' type='int' info='the number of arguments'/>
Daniel Veillard61006472002-01-21 17:31:47 +000013951 </function>
Daniel Veillard61006472002-01-21 17:31:47 +000013952 <function name='xmlXPathConvertBoolean' file='xpath'>
Daniel Veillard2d1464f2002-01-21 23:16:56 +000013953 <info>Converts an existing object to its boolean() equivalent</info>
Daniel Veillarda9b66d02002-12-11 14:23:49 +000013954 <return type='xmlXPathObjectPtr' info='the new object, the old one is freed (or the operation is done directly on @val)'/>
13955 <arg name='val' type='xmlXPathObjectPtr' info='an XPath object'/>
Daniel Veillard61006472002-01-21 17:31:47 +000013956 </function>
Daniel Veillard9d06d302002-01-22 18:15:52 +000013957 <functype name='xmlXPathConvertFunc' file='xpath'>
13958 <info>A conversion function is associated to a type and used to cast the new type to primitive values.</info>
Daniel Veillard000eafb2002-12-12 10:04:22 +000013959 <return type='int' info='-1 in case of error, 0 otherwise'/>
Daniel Veillarda9b66d02002-12-11 14:23:49 +000013960 <arg name='obj' type='xmlXPathObjectPtr' info='an XPath object'/>
13961 <arg name='type' type='int' info='the number of the target type'/>
Daniel Veillard9d06d302002-01-22 18:15:52 +000013962 </functype>
Daniel Veillard61006472002-01-21 17:31:47 +000013963 <function name='xmlXPathConvertNumber' file='xpath'>
Daniel Veillard2d1464f2002-01-21 23:16:56 +000013964 <info>Converts an existing object to its number() equivalent</info>
Daniel Veillarda9b66d02002-12-11 14:23:49 +000013965 <return type='xmlXPathObjectPtr' info='the new object, the old one is freed (or the operation is done directly on @val)'/>
13966 <arg name='val' type='xmlXPathObjectPtr' info='an XPath object'/>
Daniel Veillard61006472002-01-21 17:31:47 +000013967 </function>
13968 <function name='xmlXPathConvertString' file='xpath'>
Daniel Veillard2d1464f2002-01-21 23:16:56 +000013969 <info>Converts an existing object to its string() equivalent</info>
Daniel Veillarda9b66d02002-12-11 14:23:49 +000013970 <return type='xmlXPathObjectPtr' info='the new object, the old one is freed (or the operation is done directly on @val)'/>
13971 <arg name='val' type='xmlXPathObjectPtr' info='an XPath object'/>
Daniel Veillard61006472002-01-21 17:31:47 +000013972 </function>
13973 <function name='xmlXPathCountFunction' file='xpathInternals'>
Daniel Veillard2d1464f2002-01-21 23:16:56 +000013974 <info>Implement the count() XPath function number count(node-set)</info>
Daniel Veillard61006472002-01-21 17:31:47 +000013975 <return type='void'/>
Daniel Veillarda9b66d02002-12-11 14:23:49 +000013976 <arg name='ctxt' type='xmlXPathParserContextPtr' info='the XPath Parser context'/>
13977 <arg name='nargs' type='int' info='the number of arguments'/>
Daniel Veillard61006472002-01-21 17:31:47 +000013978 </function>
Daniel Veillard4773df22004-01-23 13:15:13 +000013979 <function name='xmlXPathCtxtCompile' file='xpath'>
Daniel Veillard189f46b2004-01-25 21:03:04 +000013980 <info>Compile an XPath expression</info>
13981 <return type='xmlXPathCompExprPtr' info='the xmlXPathCompExprPtr resulting from the compilation or NULL. the caller has to free the object.'/>
13982 <arg name='ctxt' type='xmlXPathContextPtr' info='an XPath context'/>
13983 <arg name='str' type='const xmlChar *' info='the XPath expression'/>
Daniel Veillard4773df22004-01-23 13:15:13 +000013984 </function>
Daniel Veillard61006472002-01-21 17:31:47 +000013985 <function name='xmlXPathDebugDumpCompExpr' file='xpathInternals'>
Daniel Veillard2d1464f2002-01-21 23:16:56 +000013986 <info>Dumps the tree of the compiled XPath expression.</info>
Daniel Veillard61006472002-01-21 17:31:47 +000013987 <return type='void'/>
Daniel Veillarda9b66d02002-12-11 14:23:49 +000013988 <arg name='output' type='FILE *' info='the FILE * for the output'/>
13989 <arg name='comp' type='xmlXPathCompExprPtr' info='the precompiled XPath expression'/>
13990 <arg name='depth' type='int' info='the indentation level.'/>
Daniel Veillard61006472002-01-21 17:31:47 +000013991 </function>
13992 <function name='xmlXPathDebugDumpObject' file='xpathInternals'>
Daniel Veillard2d1464f2002-01-21 23:16:56 +000013993 <info>Dump the content of the object for debugging purposes</info>
Daniel Veillard61006472002-01-21 17:31:47 +000013994 <return type='void'/>
Daniel Veillarda9b66d02002-12-11 14:23:49 +000013995 <arg name='output' type='FILE *' info='the FILE * to dump the output'/>
13996 <arg name='cur' type='xmlXPathObjectPtr' info='the object to inspect'/>
13997 <arg name='depth' type='int' info='indentation level'/>
Daniel Veillard61006472002-01-21 17:31:47 +000013998 </function>
13999 <function name='xmlXPathDifference' file='xpathInternals'>
Daniel Veillard2d1464f2002-01-21 23:16:56 +000014000 <info>Implements the EXSLT - Sets difference() function: node-set set:difference (node-set, node-set)</info>
Daniel Veillarda9b66d02002-12-11 14:23:49 +000014001 <return type='xmlNodeSetPtr' info='the difference between the two node sets, or nodes1 if nodes2 is empty'/>
14002 <arg name='nodes1' type='xmlNodeSetPtr' info='a node-set'/>
14003 <arg name='nodes2' type='xmlNodeSetPtr' info='a node-set'/>
Daniel Veillard61006472002-01-21 17:31:47 +000014004 </function>
14005 <function name='xmlXPathDistinct' file='xpathInternals'>
Daniel Veillarda9b66d02002-12-11 14:23:49 +000014006 <info>Implements the EXSLT - Sets distinct() function: node-set set:distinct (node-set) @nodes is sorted by document order, then #exslSetsDistinctSorted is called with the sorted node-set</info>
14007 <return type='xmlNodeSetPtr' info='a subset of the nodes contained in @nodes, or @nodes if it is empty'/>
14008 <arg name='nodes' type='xmlNodeSetPtr' info='a node-set'/>
Daniel Veillard61006472002-01-21 17:31:47 +000014009 </function>
14010 <function name='xmlXPathDistinctSorted' file='xpathInternals'>
Daniel Veillard2d1464f2002-01-21 23:16:56 +000014011 <info>Implements the EXSLT - Sets distinct() function: node-set set:distinct (node-set)</info>
Daniel Veillarda9b66d02002-12-11 14:23:49 +000014012 <return type='xmlNodeSetPtr' info='a subset of the nodes contained in @nodes, or @nodes if it is empty'/>
14013 <arg name='nodes' type='xmlNodeSetPtr' info='a node-set, sorted by document order'/>
Daniel Veillard61006472002-01-21 17:31:47 +000014014 </function>
14015 <function name='xmlXPathDivValues' file='xpathInternals'>
Daniel Veillarda9b66d02002-12-11 14:23:49 +000014016 <info>Implement the div operation on XPath objects @arg1 / @arg2: The numeric operators convert their operands to numbers as if by calling the number function.</info>
Daniel Veillard61006472002-01-21 17:31:47 +000014017 <return type='void'/>
Daniel Veillarda9b66d02002-12-11 14:23:49 +000014018 <arg name='ctxt' type='xmlXPathParserContextPtr' info='the XPath Parser context'/>
Daniel Veillard61006472002-01-21 17:31:47 +000014019 </function>
Daniel Veillard61006472002-01-21 17:31:47 +000014020 <function name='xmlXPathEqualValues' file='xpathInternals'>
Daniel Veillarda9b66d02002-12-11 14:23:49 +000014021 <info>Implement the equal operation on XPath objects content: @arg1 == @arg2</info>
14022 <return type='int' info='0 or 1 depending on the results of the test.'/>
14023 <arg name='ctxt' type='xmlXPathParserContextPtr' info='the XPath Parser context'/>
Daniel Veillard61006472002-01-21 17:31:47 +000014024 </function>
Daniel Veillardcd6ff282003-10-08 22:38:13 +000014025 <function name='xmlXPathErr' file='xpathInternals'>
14026 <info>Handle a Relax NG Parsing error</info>
14027 <return type='void'/>
14028 <arg name='ctxt' type='xmlXPathParserContextPtr' info='a XPath parser context'/>
14029 <arg name='error' type='int' info='the error code'/>
14030 </function>
Daniel Veillard61006472002-01-21 17:31:47 +000014031 <function name='xmlXPathEval' file='xpath'>
Daniel Veillard2d1464f2002-01-21 23:16:56 +000014032 <info>Evaluate the XPath Location Path in the given context.</info>
Daniel Veillarda9b66d02002-12-11 14:23:49 +000014033 <return type='xmlXPathObjectPtr' info='the xmlXPathObjectPtr resulting from the evaluation or NULL. the caller has to free the object.'/>
14034 <arg name='str' type='const xmlChar *' info='the XPath expression'/>
14035 <arg name='ctx' type='xmlXPathContextPtr' info='the XPath context'/>
Daniel Veillard61006472002-01-21 17:31:47 +000014036 </function>
14037 <function name='xmlXPathEvalExpr' file='xpathInternals'>
Daniel Veillard2d1464f2002-01-21 23:16:56 +000014038 <info>Parse and evaluate an XPath expression in the given context, then push the result on the context stack</info>
Daniel Veillard61006472002-01-21 17:31:47 +000014039 <return type='void'/>
Daniel Veillarda9b66d02002-12-11 14:23:49 +000014040 <arg name='ctxt' type='xmlXPathParserContextPtr' info='the XPath Parser context'/>
Daniel Veillard61006472002-01-21 17:31:47 +000014041 </function>
14042 <function name='xmlXPathEvalExpression' file='xpath'>
Daniel Veillard2d1464f2002-01-21 23:16:56 +000014043 <info>Evaluate the XPath expression in the given context.</info>
Daniel Veillarda9b66d02002-12-11 14:23:49 +000014044 <return type='xmlXPathObjectPtr' info='the xmlXPathObjectPtr resulting from the evaluation or NULL. the caller has to free the object.'/>
14045 <arg name='str' type='const xmlChar *' info='the XPath expression'/>
14046 <arg name='ctxt' type='xmlXPathContextPtr' info='the XPath context'/>
Daniel Veillard61006472002-01-21 17:31:47 +000014047 </function>
Daniel Veillard9d06d302002-01-22 18:15:52 +000014048 <functype name='xmlXPathEvalFunc' file='xpath'>
Daniel Veillard19274092002-03-25 16:48:03 +000014049 <info>An XPath evaluation function, the parameters are on the XPath context stack.</info>
Daniel Veillard000eafb2002-12-12 10:04:22 +000014050 <return type='void'/>
Daniel Veillarda9b66d02002-12-11 14:23:49 +000014051 <arg name='ctxt' type='xmlXPathParserContextPtr' info='an XPath parser context'/>
14052 <arg name='nargs' type='int' info='the number of arguments passed to the function'/>
Daniel Veillard9d06d302002-01-22 18:15:52 +000014053 </functype>
Daniel Veillard61006472002-01-21 17:31:47 +000014054 <function name='xmlXPathEvalPredicate' file='xpath'>
Daniel Veillard2d1464f2002-01-21 23:16:56 +000014055 <info>Evaluate a predicate result for the current node. A PredicateExpr is evaluated by evaluating the Expr and converting the result to a boolean. If the result is a number, the result will be converted to true if the number is equal to the position of the context node in the context node list (as returned by the position function) and will be converted to false otherwise; if the result is not a number, then the result will be converted as if by a call to the boolean function.</info>
Daniel Veillarda9b66d02002-12-11 14:23:49 +000014056 <return type='int' info='1 if predicate is true, 0 otherwise'/>
14057 <arg name='ctxt' type='xmlXPathContextPtr' info='the XPath context'/>
14058 <arg name='res' type='xmlXPathObjectPtr' info='the Predicate Expression evaluation result'/>
Daniel Veillard61006472002-01-21 17:31:47 +000014059 </function>
14060 <function name='xmlXPathEvaluatePredicateResult' file='xpathInternals'>
Daniel Veillard2d1464f2002-01-21 23:16:56 +000014061 <info>Evaluate a predicate result for the current node. A PredicateExpr is evaluated by evaluating the Expr and converting the result to a boolean. If the result is a number, the result will be converted to true if the number is equal to the position of the context node in the context node list (as returned by the position function) and will be converted to false otherwise; if the result is not a number, then the result will be converted as if by a call to the boolean function.</info>
Daniel Veillarda9b66d02002-12-11 14:23:49 +000014062 <return type='int' info='1 if predicate is true, 0 otherwise'/>
14063 <arg name='ctxt' type='xmlXPathParserContextPtr' info='the XPath Parser context'/>
14064 <arg name='res' type='xmlXPathObjectPtr' info='the Predicate Expression evaluation result'/>
Daniel Veillard61006472002-01-21 17:31:47 +000014065 </function>
14066 <function name='xmlXPathFalseFunction' file='xpathInternals'>
Daniel Veillard2d1464f2002-01-21 23:16:56 +000014067 <info>Implement the false() XPath function boolean false()</info>
Daniel Veillard61006472002-01-21 17:31:47 +000014068 <return type='void'/>
Daniel Veillarda9b66d02002-12-11 14:23:49 +000014069 <arg name='ctxt' type='xmlXPathParserContextPtr' info='the XPath Parser context'/>
14070 <arg name='nargs' type='int' info='the number of arguments'/>
Daniel Veillard61006472002-01-21 17:31:47 +000014071 </function>
14072 <function name='xmlXPathFloorFunction' file='xpathInternals'>
Daniel Veillard2d1464f2002-01-21 23:16:56 +000014073 <info>Implement the floor() XPath function number floor(number) The floor function returns the largest (closest to positive infinity) number that is not greater than the argument and that is an integer.</info>
Daniel Veillard61006472002-01-21 17:31:47 +000014074 <return type='void'/>
Daniel Veillarda9b66d02002-12-11 14:23:49 +000014075 <arg name='ctxt' type='xmlXPathParserContextPtr' info='the XPath Parser context'/>
14076 <arg name='nargs' type='int' info='the number of arguments'/>
Daniel Veillard61006472002-01-21 17:31:47 +000014077 </function>
14078 <function name='xmlXPathFreeCompExpr' file='xpath'>
Daniel Veillarda9b66d02002-12-11 14:23:49 +000014079 <info>Free up the memory allocated by @comp</info>
Daniel Veillard61006472002-01-21 17:31:47 +000014080 <return type='void'/>
Daniel Veillarda9b66d02002-12-11 14:23:49 +000014081 <arg name='comp' type='xmlXPathCompExprPtr' info='an XPATH comp'/>
Daniel Veillard61006472002-01-21 17:31:47 +000014082 </function>
Daniel Veillard5f4b5992002-02-20 10:22:49 +000014083 <function name='xmlXPathFreeContext' file='xpath'>
Daniel Veillard2d1464f2002-01-21 23:16:56 +000014084 <info>Free up an xmlXPathContext</info>
Daniel Veillard61006472002-01-21 17:31:47 +000014085 <return type='void'/>
Daniel Veillarda9b66d02002-12-11 14:23:49 +000014086 <arg name='ctxt' type='xmlXPathContextPtr' info='the context to free'/>
Daniel Veillard61006472002-01-21 17:31:47 +000014087 </function>
Daniel Veillard5f4b5992002-02-20 10:22:49 +000014088 <function name='xmlXPathFreeNodeSet' file='xpath'>
Daniel Veillard2d1464f2002-01-21 23:16:56 +000014089 <info>Free the NodeSet compound (not the actual nodes !).</info>
Daniel Veillard61006472002-01-21 17:31:47 +000014090 <return type='void'/>
Daniel Veillarda9b66d02002-12-11 14:23:49 +000014091 <arg name='obj' type='xmlNodeSetPtr' info='the xmlNodeSetPtr to free'/>
Daniel Veillard61006472002-01-21 17:31:47 +000014092 </function>
Daniel Veillard5f4b5992002-02-20 10:22:49 +000014093 <function name='xmlXPathFreeNodeSetList' file='xpath'>
Daniel Veillarda9b66d02002-12-11 14:23:49 +000014094 <info>Free up the xmlXPathObjectPtr @obj but don&apos;t deallocate the objects in the list contrary to xmlXPathFreeObject().</info>
Daniel Veillard61006472002-01-21 17:31:47 +000014095 <return type='void'/>
Daniel Veillarda9b66d02002-12-11 14:23:49 +000014096 <arg name='obj' type='xmlXPathObjectPtr' info='an existing NodeSetList object'/>
Daniel Veillard61006472002-01-21 17:31:47 +000014097 </function>
Daniel Veillard5f4b5992002-02-20 10:22:49 +000014098 <function name='xmlXPathFreeObject' file='xpath'>
Daniel Veillard2d1464f2002-01-21 23:16:56 +000014099 <info>Free up an xmlXPathObjectPtr object.</info>
Daniel Veillard61006472002-01-21 17:31:47 +000014100 <return type='void'/>
Daniel Veillarda9b66d02002-12-11 14:23:49 +000014101 <arg name='obj' type='xmlXPathObjectPtr' info='the object to free'/>
Daniel Veillard61006472002-01-21 17:31:47 +000014102 </function>
14103 <function name='xmlXPathFreeParserContext' file='xpathInternals'>
Daniel Veillard2d1464f2002-01-21 23:16:56 +000014104 <info>Free up an xmlXPathParserContext</info>
Daniel Veillard61006472002-01-21 17:31:47 +000014105 <return type='void'/>
Daniel Veillarda9b66d02002-12-11 14:23:49 +000014106 <arg name='ctxt' type='xmlXPathParserContextPtr' info='the context to free'/>
Daniel Veillard61006472002-01-21 17:31:47 +000014107 </function>
Daniel Veillard9d06d302002-01-22 18:15:52 +000014108 <functype name='xmlXPathFuncLookupFunc' file='xpathInternals'>
Daniel Veillard19274092002-03-25 16:48:03 +000014109 <info>Prototype for callbacks used to plug function lookup in the XPath engine.</info>
Daniel Veillard000eafb2002-12-12 10:04:22 +000014110 <return type='xmlXPathFunction' info='the XPath function or NULL if not found.'/>
Daniel Veillarda9b66d02002-12-11 14:23:49 +000014111 <arg name='ctxt' type='void *' info='an XPath context'/>
14112 <arg name='name' type='const xmlChar *' info='name of the function'/>
14113 <arg name='ns_uri' type='const xmlChar *' info='the namespace name hosting this function'/>
Daniel Veillard9d06d302002-01-22 18:15:52 +000014114 </functype>
Daniel Veillard9d06d302002-01-22 18:15:52 +000014115 <functype name='xmlXPathFunction' file='xpath'>
Daniel Veillard19274092002-03-25 16:48:03 +000014116 <info>An XPath function. The arguments (if any) are popped out from the context stack and the result is pushed on the stack.</info>
Daniel Veillard000eafb2002-12-12 10:04:22 +000014117 <return type='void'/>
Daniel Veillarda9b66d02002-12-11 14:23:49 +000014118 <arg name='ctxt' type='xmlXPathParserContextPtr' info='the XPath interprestation context'/>
14119 <arg name='nargs' type='int' info='the number of arguments'/>
Daniel Veillard9d06d302002-01-22 18:15:52 +000014120 </functype>
Daniel Veillard61006472002-01-21 17:31:47 +000014121 <function name='xmlXPathFunctionLookup' file='xpathInternals'>
Daniel Veillard2d1464f2002-01-21 23:16:56 +000014122 <info>Search in the Function array of the context for the given function.</info>
Daniel Veillarda9b66d02002-12-11 14:23:49 +000014123 <return type='xmlXPathFunction' info='the xmlXPathFunction or NULL if not found'/>
14124 <arg name='ctxt' type='xmlXPathContextPtr' info='the XPath context'/>
14125 <arg name='name' type='const xmlChar *' info='the function name'/>
Daniel Veillard61006472002-01-21 17:31:47 +000014126 </function>
14127 <function name='xmlXPathFunctionLookupNS' file='xpathInternals'>
Daniel Veillard2d1464f2002-01-21 23:16:56 +000014128 <info>Search in the Function array of the context for the given function.</info>
Daniel Veillarda9b66d02002-12-11 14:23:49 +000014129 <return type='xmlXPathFunction' info='the xmlXPathFunction or NULL if not found'/>
14130 <arg name='ctxt' type='xmlXPathContextPtr' info='the XPath context'/>
14131 <arg name='name' type='const xmlChar *' info='the function name'/>
14132 <arg name='ns_uri' type='const xmlChar *' info='the function namespace URI'/>
Daniel Veillard61006472002-01-21 17:31:47 +000014133 </function>
Daniel Veillard61006472002-01-21 17:31:47 +000014134 <function name='xmlXPathHasSameNodes' file='xpathInternals'>
Daniel Veillard2d1464f2002-01-21 23:16:56 +000014135 <info>Implements the EXSLT - Sets has-same-nodes function: boolean set:has-same-node(node-set, node-set)</info>
Daniel Veillarda9b66d02002-12-11 14:23:49 +000014136 <return type='int' info='true (1) if @nodes1 shares any node with @nodes2, false (0) otherwise'/>
14137 <arg name='nodes1' type='xmlNodeSetPtr' info='a node-set'/>
14138 <arg name='nodes2' type='xmlNodeSetPtr' info='a node-set'/>
Daniel Veillard61006472002-01-21 17:31:47 +000014139 </function>
14140 <function name='xmlXPathIdFunction' file='xpathInternals'>
Daniel Veillard2d1464f2002-01-21 23:16:56 +000014141 <info>Implement the id() XPath function node-set id(object) The id function selects elements by their unique ID (see [5.2.1 Unique IDs]). When the argument to id is of type node-set, then the result is the union of the result of applying id to the string value of each of the nodes in the argument node-set. When the argument to id is of any other type, the argument is converted to a string as if by a call to the string function; the string is split into a whitespace-separated list of tokens (whitespace is any sequence of characters matching the production S); the result is a node-set containing the elements in the same document as the context node that have a unique ID equal to any of the tokens in the list.</info>
Daniel Veillard61006472002-01-21 17:31:47 +000014142 <return type='void'/>
Daniel Veillarda9b66d02002-12-11 14:23:49 +000014143 <arg name='ctxt' type='xmlXPathParserContextPtr' info='the XPath Parser context'/>
14144 <arg name='nargs' type='int' info='the number of arguments'/>
Daniel Veillard61006472002-01-21 17:31:47 +000014145 </function>
Daniel Veillard5f4b5992002-02-20 10:22:49 +000014146 <function name='xmlXPathInit' file='xpath'>
Daniel Veillard2d1464f2002-01-21 23:16:56 +000014147 <info>Initialize the XPath environment</info>
Daniel Veillard61006472002-01-21 17:31:47 +000014148 <return type='void'/>
Daniel Veillard61006472002-01-21 17:31:47 +000014149 </function>
14150 <function name='xmlXPathIntersection' file='xpathInternals'>
Daniel Veillard2d1464f2002-01-21 23:16:56 +000014151 <info>Implements the EXSLT - Sets intersection() function: node-set set:intersection (node-set, node-set)</info>
Daniel Veillarda9b66d02002-12-11 14:23:49 +000014152 <return type='xmlNodeSetPtr' info='a node set comprising the nodes that are within both the node sets passed as arguments'/>
14153 <arg name='nodes1' type='xmlNodeSetPtr' info='a node-set'/>
14154 <arg name='nodes2' type='xmlNodeSetPtr' info='a node-set'/>
Daniel Veillard61006472002-01-21 17:31:47 +000014155 </function>
14156 <function name='xmlXPathIsInf' file='xpath'>
Daniel Veillard2d1464f2002-01-21 23:16:56 +000014157 <info>Provides a portable isinf() function to detect whether a double is a +Infinite or -Infinite. Based on trio code http://sourceforge.net/projects/ctrio/</info>
Daniel Veillarda9b66d02002-12-11 14:23:49 +000014158 <return type='int' info='1 vi the value is +Infinite, -1 if -Infinite, 0 otherwise'/>
14159 <arg name='val' type='double' info='a double value'/>
Daniel Veillard61006472002-01-21 17:31:47 +000014160 </function>
14161 <function name='xmlXPathIsNaN' file='xpath'>
Daniel Veillard2d1464f2002-01-21 23:16:56 +000014162 <info>Provides a portable isnan() function to detect whether a double is a NotaNumber. Based on trio code http://sourceforge.net/projects/ctrio/</info>
Daniel Veillarda9b66d02002-12-11 14:23:49 +000014163 <return type='int' info='1 if the value is a NaN, 0 otherwise'/>
14164 <arg name='val' type='double' info='a double value'/>
Daniel Veillard61006472002-01-21 17:31:47 +000014165 </function>
14166 <function name='xmlXPathIsNodeType' file='xpathInternals'>
Daniel Veillarda9b66d02002-12-11 14:23:49 +000014167 <info>Is the name given a NodeType one. [38] NodeType ::= &apos;comment&apos; | &apos;text&apos; | &apos;processing-instruction&apos; | &apos;node&apos;</info>
14168 <return type='int' info='1 if true 0 otherwise'/>
14169 <arg name='name' type='const xmlChar *' info='a name string'/>
Daniel Veillard61006472002-01-21 17:31:47 +000014170 </function>
14171 <function name='xmlXPathLangFunction' file='xpathInternals'>
Daniel Veillard2d1464f2002-01-21 23:16:56 +000014172 <info>Implement the lang() XPath function boolean lang(string) The lang function returns true or false depending on whether the language of the context node as specified by xml:lang attributes is the same as or is a sublanguage of the language specified by the argument string. The language of the context node is determined by the value of the xml:lang attribute on the context node, or, if the context node has no xml:lang attribute, by the value of the xml:lang attribute on the nearest ancestor of the context node that has an xml:lang attribute. If there is no such attribute, then lang</info>
Daniel Veillard61006472002-01-21 17:31:47 +000014173 <return type='void'/>
Daniel Veillarda9b66d02002-12-11 14:23:49 +000014174 <arg name='ctxt' type='xmlXPathParserContextPtr' info='the XPath Parser context'/>
14175 <arg name='nargs' type='int' info='the number of arguments'/>
Daniel Veillard61006472002-01-21 17:31:47 +000014176 </function>
14177 <function name='xmlXPathLastFunction' file='xpathInternals'>
Daniel Veillard2d1464f2002-01-21 23:16:56 +000014178 <info>Implement the last() XPath function number last() The last function returns the number of nodes in the context node list.</info>
Daniel Veillard61006472002-01-21 17:31:47 +000014179 <return type='void'/>
Daniel Veillarda9b66d02002-12-11 14:23:49 +000014180 <arg name='ctxt' type='xmlXPathParserContextPtr' info='the XPath Parser context'/>
14181 <arg name='nargs' type='int' info='the number of arguments'/>
Daniel Veillard61006472002-01-21 17:31:47 +000014182 </function>
14183 <function name='xmlXPathLeading' file='xpathInternals'>
Daniel Veillarda9b66d02002-12-11 14:23:49 +000014184 <info>Implements the EXSLT - Sets leading() function: node-set set:leading (node-set, node-set) @nodes1 and @nodes2 are sorted by document order, then #exslSetsLeadingSorted is called.</info>
14185 <return type='xmlNodeSetPtr' info='the nodes in @nodes1 that precede the first node in @nodes2 in document order, @nodes1 if @nodes2 is NULL or empty or an empty node-set if @nodes1 doesn&apos;t contain @nodes2'/>
14186 <arg name='nodes1' type='xmlNodeSetPtr' info='a node-set'/>
14187 <arg name='nodes2' type='xmlNodeSetPtr' info='a node-set'/>
Daniel Veillard61006472002-01-21 17:31:47 +000014188 </function>
14189 <function name='xmlXPathLeadingSorted' file='xpathInternals'>
Daniel Veillard2d1464f2002-01-21 23:16:56 +000014190 <info>Implements the EXSLT - Sets leading() function: node-set set:leading (node-set, node-set)</info>
Daniel Veillarda9b66d02002-12-11 14:23:49 +000014191 <return type='xmlNodeSetPtr' info='the nodes in @nodes1 that precede the first node in @nodes2 in document order, @nodes1 if @nodes2 is NULL or empty or an empty node-set if @nodes1 doesn&apos;t contain @nodes2'/>
14192 <arg name='nodes1' type='xmlNodeSetPtr' info='a node-set, sorted by document order'/>
14193 <arg name='nodes2' type='xmlNodeSetPtr' info='a node-set, sorted by document order'/>
Daniel Veillard61006472002-01-21 17:31:47 +000014194 </function>
14195 <function name='xmlXPathLocalNameFunction' file='xpathInternals'>
Daniel Veillard2d1464f2002-01-21 23:16:56 +000014196 <info>Implement the local-name() XPath function string local-name(node-set?) The local-name function returns a string containing the local part of the name of the node in the argument node-set that is first in document order. If the node-set is empty or the first node has no name, an empty string is returned. If the argument is omitted it defaults to the context node.</info>
Daniel Veillard61006472002-01-21 17:31:47 +000014197 <return type='void'/>
Daniel Veillarda9b66d02002-12-11 14:23:49 +000014198 <arg name='ctxt' type='xmlXPathParserContextPtr' info='the XPath Parser context'/>
14199 <arg name='nargs' type='int' info='the number of arguments'/>
Daniel Veillard61006472002-01-21 17:31:47 +000014200 </function>
14201 <function name='xmlXPathModValues' file='xpathInternals'>
Daniel Veillarda9b66d02002-12-11 14:23:49 +000014202 <info>Implement the mod operation on XPath objects: @arg1 / @arg2 The numeric operators convert their operands to numbers as if by calling the number function.</info>
Daniel Veillard61006472002-01-21 17:31:47 +000014203 <return type='void'/>
Daniel Veillarda9b66d02002-12-11 14:23:49 +000014204 <arg name='ctxt' type='xmlXPathParserContextPtr' info='the XPath Parser context'/>
Daniel Veillard61006472002-01-21 17:31:47 +000014205 </function>
14206 <function name='xmlXPathMultValues' file='xpathInternals'>
Daniel Veillard2d1464f2002-01-21 23:16:56 +000014207 <info>Implement the multiply operation on XPath objects: The numeric operators convert their operands to numbers as if by calling the number function.</info>
Daniel Veillard61006472002-01-21 17:31:47 +000014208 <return type='void'/>
Daniel Veillarda9b66d02002-12-11 14:23:49 +000014209 <arg name='ctxt' type='xmlXPathParserContextPtr' info='the XPath Parser context'/>
Daniel Veillard61006472002-01-21 17:31:47 +000014210 </function>
14211 <function name='xmlXPathNamespaceURIFunction' file='xpathInternals'>
Daniel Veillard2d1464f2002-01-21 23:16:56 +000014212 <info>Implement the namespace-uri() XPath function string namespace-uri(node-set?) The namespace-uri function returns a string containing the namespace URI of the expanded name of the node in the argument node-set that is first in document order. If the node-set is empty, the first node has no name, or the expanded name has no namespace URI, an empty string is returned. If the argument is omitted it defaults to the context node.</info>
Daniel Veillard61006472002-01-21 17:31:47 +000014213 <return type='void'/>
Daniel Veillarda9b66d02002-12-11 14:23:49 +000014214 <arg name='ctxt' type='xmlXPathParserContextPtr' info='the XPath Parser context'/>
14215 <arg name='nargs' type='int' info='the number of arguments'/>
Daniel Veillard61006472002-01-21 17:31:47 +000014216 </function>
14217 <function name='xmlXPathNewBoolean' file='xpathInternals'>
Daniel Veillarda9b66d02002-12-11 14:23:49 +000014218 <info>Create a new xmlXPathObjectPtr of type boolean and of value @val</info>
14219 <return type='xmlXPathObjectPtr' info='the newly created object.'/>
14220 <arg name='val' type='int' info='the boolean value'/>
Daniel Veillard61006472002-01-21 17:31:47 +000014221 </function>
14222 <function name='xmlXPathNewCString' file='xpathInternals'>
Daniel Veillarda9b66d02002-12-11 14:23:49 +000014223 <info>Create a new xmlXPathObjectPtr of type string and of value @val</info>
14224 <return type='xmlXPathObjectPtr' info='the newly created object.'/>
14225 <arg name='val' type='const char *' info='the char * value'/>
Daniel Veillard61006472002-01-21 17:31:47 +000014226 </function>
Daniel Veillard5f4b5992002-02-20 10:22:49 +000014227 <function name='xmlXPathNewContext' file='xpath'>
Daniel Veillard2d1464f2002-01-21 23:16:56 +000014228 <info>Create a new xmlXPathContext</info>
Daniel Veillarda9b66d02002-12-11 14:23:49 +000014229 <return type='xmlXPathContextPtr' info='the xmlXPathContext just allocated. The caller will need to free it.'/>
14230 <arg name='doc' type='xmlDocPtr' info='the XML document'/>
Daniel Veillard61006472002-01-21 17:31:47 +000014231 </function>
14232 <function name='xmlXPathNewFloat' file='xpathInternals'>
Daniel Veillarda9b66d02002-12-11 14:23:49 +000014233 <info>Create a new xmlXPathObjectPtr of type double and of value @val</info>
14234 <return type='xmlXPathObjectPtr' info='the newly created object.'/>
14235 <arg name='val' type='double' info='the double value'/>
Daniel Veillard61006472002-01-21 17:31:47 +000014236 </function>
14237 <function name='xmlXPathNewNodeSet' file='xpathInternals'>
Daniel Veillarda9b66d02002-12-11 14:23:49 +000014238 <info>Create a new xmlXPathObjectPtr of type NodeSet and initialize it with the single Node @val</info>
14239 <return type='xmlXPathObjectPtr' info='the newly created object.'/>
14240 <arg name='val' type='xmlNodePtr' info='the NodePtr value'/>
Daniel Veillard61006472002-01-21 17:31:47 +000014241 </function>
14242 <function name='xmlXPathNewNodeSetList' file='xpathInternals'>
Daniel Veillarda9b66d02002-12-11 14:23:49 +000014243 <info>Create a new xmlXPathObjectPtr of type NodeSet and initialize it with the Nodeset @val</info>
14244 <return type='xmlXPathObjectPtr' info='the newly created object.'/>
14245 <arg name='val' type='xmlNodeSetPtr' info='an existing NodeSet'/>
Daniel Veillard61006472002-01-21 17:31:47 +000014246 </function>
14247 <function name='xmlXPathNewParserContext' file='xpathInternals'>
Daniel Veillard2d1464f2002-01-21 23:16:56 +000014248 <info>Create a new xmlXPathParserContext</info>
Daniel Veillarda9b66d02002-12-11 14:23:49 +000014249 <return type='xmlXPathParserContextPtr' info='the xmlXPathParserContext just allocated.'/>
14250 <arg name='str' type='const xmlChar *' info='the XPath expression'/>
14251 <arg name='ctxt' type='xmlXPathContextPtr' info='the XPath context'/>
Daniel Veillard61006472002-01-21 17:31:47 +000014252 </function>
14253 <function name='xmlXPathNewString' file='xpathInternals'>
Daniel Veillarda9b66d02002-12-11 14:23:49 +000014254 <info>Create a new xmlXPathObjectPtr of type string and of value @val</info>
14255 <return type='xmlXPathObjectPtr' info='the newly created object.'/>
14256 <arg name='val' type='const xmlChar *' info='the xmlChar * value'/>
Daniel Veillard61006472002-01-21 17:31:47 +000014257 </function>
14258 <function name='xmlXPathNewValueTree' file='xpathInternals'>
Daniel Veillarda9b66d02002-12-11 14:23:49 +000014259 <info>Create a new xmlXPathObjectPtr of type Value Tree (XSLT) and initialize it with the tree root @val</info>
14260 <return type='xmlXPathObjectPtr' info='the newly created object.'/>
14261 <arg name='val' type='xmlNodePtr' info='the NodePtr value'/>
Daniel Veillard61006472002-01-21 17:31:47 +000014262 </function>
14263 <function name='xmlXPathNextAncestor' file='xpathInternals'>
Daniel Veillard9d06d302002-01-22 18:15:52 +000014264 <info>Traversal function for the &quot;ancestor&quot; direction the ancestor axis contains the ancestors of the context node; the ancestors of the context node consist of the parent of context node and the parent&apos;s parent and so on; the nodes are ordered in reverse document order; thus the parent is the first node on the axis, and the parent&apos;s parent is the second node on the axis</info>
Daniel Veillarda9b66d02002-12-11 14:23:49 +000014265 <return type='xmlNodePtr' info='the next element following that axis'/>
14266 <arg name='ctxt' type='xmlXPathParserContextPtr' info='the XPath Parser context'/>
14267 <arg name='cur' type='xmlNodePtr' info='the current node in the traversal'/>
Daniel Veillard61006472002-01-21 17:31:47 +000014268 </function>
14269 <function name='xmlXPathNextAncestorOrSelf' file='xpathInternals'>
Daniel Veillard9d06d302002-01-22 18:15:52 +000014270 <info>Traversal function for the &quot;ancestor-or-self&quot; direction he ancestor-or-self axis contains the context node and ancestors of the context node in reverse document order; thus the context node is the first node on the axis, and the context node&apos;s parent the second; parent here is defined the same as with the parent axis.</info>
Daniel Veillarda9b66d02002-12-11 14:23:49 +000014271 <return type='xmlNodePtr' info='the next element following that axis'/>
14272 <arg name='ctxt' type='xmlXPathParserContextPtr' info='the XPath Parser context'/>
14273 <arg name='cur' type='xmlNodePtr' info='the current node in the traversal'/>
Daniel Veillard61006472002-01-21 17:31:47 +000014274 </function>
14275 <function name='xmlXPathNextAttribute' file='xpathInternals'>
Daniel Veillard9d06d302002-01-22 18:15:52 +000014276 <info>Traversal function for the &quot;attribute&quot; direction TODO: support DTD inherited default attributes</info>
Daniel Veillarda9b66d02002-12-11 14:23:49 +000014277 <return type='xmlNodePtr' info='the next element following that axis'/>
14278 <arg name='ctxt' type='xmlXPathParserContextPtr' info='the XPath Parser context'/>
14279 <arg name='cur' type='xmlNodePtr' info='the current attribute in the traversal'/>
Daniel Veillard61006472002-01-21 17:31:47 +000014280 </function>
14281 <function name='xmlXPathNextChild' file='xpathInternals'>
Daniel Veillard9d06d302002-01-22 18:15:52 +000014282 <info>Traversal function for the &quot;child&quot; direction The child axis contains the children of the context node in document order.</info>
Daniel Veillarda9b66d02002-12-11 14:23:49 +000014283 <return type='xmlNodePtr' info='the next element following that axis'/>
14284 <arg name='ctxt' type='xmlXPathParserContextPtr' info='the XPath Parser context'/>
14285 <arg name='cur' type='xmlNodePtr' info='the current node in the traversal'/>
Daniel Veillard61006472002-01-21 17:31:47 +000014286 </function>
14287 <function name='xmlXPathNextDescendant' file='xpathInternals'>
Daniel Veillard9d06d302002-01-22 18:15:52 +000014288 <info>Traversal function for the &quot;descendant&quot; direction the descendant axis contains the descendants of the context node in document order; a descendant is a child or a child of a child and so on.</info>
Daniel Veillarda9b66d02002-12-11 14:23:49 +000014289 <return type='xmlNodePtr' info='the next element following that axis'/>
14290 <arg name='ctxt' type='xmlXPathParserContextPtr' info='the XPath Parser context'/>
14291 <arg name='cur' type='xmlNodePtr' info='the current node in the traversal'/>
Daniel Veillard61006472002-01-21 17:31:47 +000014292 </function>
14293 <function name='xmlXPathNextDescendantOrSelf' file='xpathInternals'>
Daniel Veillard9d06d302002-01-22 18:15:52 +000014294 <info>Traversal function for the &quot;descendant-or-self&quot; direction the descendant-or-self axis contains the context node and the descendants of the context node in document order; thus the context node is the first node on the axis, and the first child of the context node is the second node on the axis</info>
Daniel Veillarda9b66d02002-12-11 14:23:49 +000014295 <return type='xmlNodePtr' info='the next element following that axis'/>
14296 <arg name='ctxt' type='xmlXPathParserContextPtr' info='the XPath Parser context'/>
14297 <arg name='cur' type='xmlNodePtr' info='the current node in the traversal'/>
Daniel Veillard61006472002-01-21 17:31:47 +000014298 </function>
14299 <function name='xmlXPathNextFollowing' file='xpathInternals'>
Daniel Veillard9d06d302002-01-22 18:15:52 +000014300 <info>Traversal function for the &quot;following&quot; direction The following axis contains all nodes in the same document as the context node that are after the context node in document order, excluding any descendants and excluding attribute nodes and namespace nodes; the nodes are ordered in document order</info>
Daniel Veillarda9b66d02002-12-11 14:23:49 +000014301 <return type='xmlNodePtr' info='the next element following that axis'/>
14302 <arg name='ctxt' type='xmlXPathParserContextPtr' info='the XPath Parser context'/>
14303 <arg name='cur' type='xmlNodePtr' info='the current node in the traversal'/>
Daniel Veillard61006472002-01-21 17:31:47 +000014304 </function>
14305 <function name='xmlXPathNextFollowingSibling' file='xpathInternals'>
Daniel Veillard9d06d302002-01-22 18:15:52 +000014306 <info>Traversal function for the &quot;following-sibling&quot; direction The following-sibling axis contains the following siblings of the context node in document order.</info>
Daniel Veillarda9b66d02002-12-11 14:23:49 +000014307 <return type='xmlNodePtr' info='the next element following that axis'/>
14308 <arg name='ctxt' type='xmlXPathParserContextPtr' info='the XPath Parser context'/>
14309 <arg name='cur' type='xmlNodePtr' info='the current node in the traversal'/>
Daniel Veillard61006472002-01-21 17:31:47 +000014310 </function>
14311 <function name='xmlXPathNextNamespace' file='xpathInternals'>
Daniel Veillarda9b66d02002-12-11 14:23:49 +000014312 <info>Traversal function for the &quot;namespace&quot; direction the namespace axis contains the namespace nodes of the context node; the order of nodes on this axis is implementation-defined; the axis will be empty unless the context node is an element We keep the XML namespace node at the end of the list.</info>
14313 <return type='xmlNodePtr' info='the next element following that axis'/>
14314 <arg name='ctxt' type='xmlXPathParserContextPtr' info='the XPath Parser context'/>
14315 <arg name='cur' type='xmlNodePtr' info='the current attribute in the traversal'/>
Daniel Veillard61006472002-01-21 17:31:47 +000014316 </function>
14317 <function name='xmlXPathNextParent' file='xpathInternals'>
Daniel Veillard9d06d302002-01-22 18:15:52 +000014318 <info>Traversal function for the &quot;parent&quot; direction The parent axis contains the parent of the context node, if there is one.</info>
Daniel Veillarda9b66d02002-12-11 14:23:49 +000014319 <return type='xmlNodePtr' info='the next element following that axis'/>
14320 <arg name='ctxt' type='xmlXPathParserContextPtr' info='the XPath Parser context'/>
14321 <arg name='cur' type='xmlNodePtr' info='the current node in the traversal'/>
Daniel Veillard61006472002-01-21 17:31:47 +000014322 </function>
14323 <function name='xmlXPathNextPreceding' file='xpathInternals'>
Daniel Veillard9d06d302002-01-22 18:15:52 +000014324 <info>Traversal function for the &quot;preceding&quot; direction the preceding axis contains all nodes in the same document as the context node that are before the context node in document order, excluding any ancestors and excluding attribute nodes and namespace nodes; the nodes are ordered in reverse document order</info>
Daniel Veillarda9b66d02002-12-11 14:23:49 +000014325 <return type='xmlNodePtr' info='the next element following that axis'/>
14326 <arg name='ctxt' type='xmlXPathParserContextPtr' info='the XPath Parser context'/>
14327 <arg name='cur' type='xmlNodePtr' info='the current node in the traversal'/>
Daniel Veillard61006472002-01-21 17:31:47 +000014328 </function>
14329 <function name='xmlXPathNextPrecedingSibling' file='xpathInternals'>
Daniel Veillard9d06d302002-01-22 18:15:52 +000014330 <info>Traversal function for the &quot;preceding-sibling&quot; direction The preceding-sibling axis contains the preceding siblings of the context node in reverse document order; the first preceding sibling is first on the axis; the sibling preceding that node is the second on the axis and so on.</info>
Daniel Veillarda9b66d02002-12-11 14:23:49 +000014331 <return type='xmlNodePtr' info='the next element following that axis'/>
14332 <arg name='ctxt' type='xmlXPathParserContextPtr' info='the XPath Parser context'/>
14333 <arg name='cur' type='xmlNodePtr' info='the current node in the traversal'/>
Daniel Veillard61006472002-01-21 17:31:47 +000014334 </function>
14335 <function name='xmlXPathNextSelf' file='xpathInternals'>
Daniel Veillard9d06d302002-01-22 18:15:52 +000014336 <info>Traversal function for the &quot;self&quot; direction The self axis contains just the context node itself</info>
Daniel Veillarda9b66d02002-12-11 14:23:49 +000014337 <return type='xmlNodePtr' info='the next element following that axis'/>
14338 <arg name='ctxt' type='xmlXPathParserContextPtr' info='the XPath Parser context'/>
14339 <arg name='cur' type='xmlNodePtr' info='the current node in the traversal'/>
Daniel Veillard61006472002-01-21 17:31:47 +000014340 </function>
14341 <function name='xmlXPathNodeLeading' file='xpathInternals'>
Daniel Veillarda9b66d02002-12-11 14:23:49 +000014342 <info>Implements the EXSLT - Sets leading() function: node-set set:leading (node-set, node-set) @nodes is sorted by document order, then #exslSetsNodeLeadingSorted is called.</info>
14343 <return type='xmlNodeSetPtr' info='the nodes in @nodes that precede @node in document order, @nodes if @node is NULL or an empty node-set if @nodes doesn&apos;t contain @node'/>
14344 <arg name='nodes' type='xmlNodeSetPtr' info='a node-set'/>
14345 <arg name='node' type='xmlNodePtr' info='a node'/>
Daniel Veillard61006472002-01-21 17:31:47 +000014346 </function>
14347 <function name='xmlXPathNodeLeadingSorted' file='xpathInternals'>
Daniel Veillard2d1464f2002-01-21 23:16:56 +000014348 <info>Implements the EXSLT - Sets leading() function: node-set set:leading (node-set, node-set)</info>
Daniel Veillarda9b66d02002-12-11 14:23:49 +000014349 <return type='xmlNodeSetPtr' info='the nodes in @nodes that precede @node in document order, @nodes if @node is NULL or an empty node-set if @nodes doesn&apos;t contain @node'/>
14350 <arg name='nodes' type='xmlNodeSetPtr' info='a node-set, sorted by document order'/>
14351 <arg name='node' type='xmlNodePtr' info='a node'/>
Daniel Veillard61006472002-01-21 17:31:47 +000014352 </function>
14353 <function name='xmlXPathNodeSetAdd' file='xpathInternals'>
Daniel Veillard2d1464f2002-01-21 23:16:56 +000014354 <info>add a new xmlNodePtr to an existing NodeSet</info>
Daniel Veillard61006472002-01-21 17:31:47 +000014355 <return type='void'/>
Daniel Veillarda9b66d02002-12-11 14:23:49 +000014356 <arg name='cur' type='xmlNodeSetPtr' info='the initial node set'/>
14357 <arg name='val' type='xmlNodePtr' info='a new xmlNodePtr'/>
Daniel Veillard61006472002-01-21 17:31:47 +000014358 </function>
Daniel Veillard1b31e4a2002-05-27 14:44:50 +000014359 <function name='xmlXPathNodeSetAddNs' file='xpathInternals'>
Daniel Veillard539638b2002-07-06 19:55:14 +000014360 <info>add a new namespace node to an existing NodeSet</info>
Daniel Veillard1b31e4a2002-05-27 14:44:50 +000014361 <return type='void'/>
Daniel Veillarda9b66d02002-12-11 14:23:49 +000014362 <arg name='cur' type='xmlNodeSetPtr' info='the initial node set'/>
14363 <arg name='node' type='xmlNodePtr' info='the hosting node'/>
14364 <arg name='ns' type='xmlNsPtr' info='a the namespace node'/>
Daniel Veillard1b31e4a2002-05-27 14:44:50 +000014365 </function>
Daniel Veillard61006472002-01-21 17:31:47 +000014366 <function name='xmlXPathNodeSetAddUnique' file='xpathInternals'>
Daniel Veillard2d1464f2002-01-21 23:16:56 +000014367 <info>add a new xmlNodePtr to an existing NodeSet, optimized version when we are sure the node is not already in the set.</info>
Daniel Veillard61006472002-01-21 17:31:47 +000014368 <return type='void'/>
Daniel Veillarda9b66d02002-12-11 14:23:49 +000014369 <arg name='cur' type='xmlNodeSetPtr' info='the initial node set'/>
14370 <arg name='val' type='xmlNodePtr' info='a new xmlNodePtr'/>
Daniel Veillard61006472002-01-21 17:31:47 +000014371 </function>
14372 <function name='xmlXPathNodeSetContains' file='xpathInternals'>
Daniel Veillarda9b66d02002-12-11 14:23:49 +000014373 <info>checks whether @cur contains @val</info>
14374 <return type='int' info='true (1) if @cur contains @val, false (0) otherwise'/>
14375 <arg name='cur' type='xmlNodeSetPtr' info='the node-set'/>
14376 <arg name='val' type='xmlNodePtr' info='the node'/>
Daniel Veillard61006472002-01-21 17:31:47 +000014377 </function>
Daniel Veillard5f4b5992002-02-20 10:22:49 +000014378 <function name='xmlXPathNodeSetCreate' file='xpath'>
Daniel Veillarda9b66d02002-12-11 14:23:49 +000014379 <info>Create a new xmlNodeSetPtr of type double and of value @val</info>
14380 <return type='xmlNodeSetPtr' info='the newly created object.'/>
14381 <arg name='val' type='xmlNodePtr' info='an initial xmlNodePtr, or NULL'/>
Daniel Veillard61006472002-01-21 17:31:47 +000014382 </function>
14383 <function name='xmlXPathNodeSetDel' file='xpathInternals'>
Daniel Veillard2d1464f2002-01-21 23:16:56 +000014384 <info>Removes an xmlNodePtr from an existing NodeSet</info>
Daniel Veillard61006472002-01-21 17:31:47 +000014385 <return type='void'/>
Daniel Veillarda9b66d02002-12-11 14:23:49 +000014386 <arg name='cur' type='xmlNodeSetPtr' info='the initial node set'/>
14387 <arg name='val' type='xmlNodePtr' info='an xmlNodePtr'/>
Daniel Veillard61006472002-01-21 17:31:47 +000014388 </function>
Daniel Veillard539638b2002-07-06 19:55:14 +000014389 <function name='xmlXPathNodeSetFreeNs' file='xpathInternals'>
MST 2004 John Fleck2050d892004-01-05 01:56:38 +000014390 <info>Namespace nodes in libxml don&apos;t match the XPath semantic. In a node set the namespace nodes are duplicated and the next pointer is set to the parent node in the XPath semantic. Check if such a node needs to be freed</info>
Daniel Veillard539638b2002-07-06 19:55:14 +000014391 <return type='void'/>
Daniel Veillarda9b66d02002-12-11 14:23:49 +000014392 <arg name='ns' type='xmlNsPtr' info='the XPath namespace node found in a nodeset.'/>
Daniel Veillard539638b2002-07-06 19:55:14 +000014393 </function>
Daniel Veillard61006472002-01-21 17:31:47 +000014394 <function name='xmlXPathNodeSetMerge' file='xpathInternals'>
Daniel Veillarda9b66d02002-12-11 14:23:49 +000014395 <info>Merges two nodesets, all nodes from @val2 are added to @val1 if @val1 is NULL, a new set is created and copied from @val2</info>
14396 <return type='xmlNodeSetPtr' info='@val1 once extended or NULL in case of error.'/>
14397 <arg name='val1' type='xmlNodeSetPtr' info='the first NodeSet or NULL'/>
14398 <arg name='val2' type='xmlNodeSetPtr' info='the second NodeSet'/>
Daniel Veillard61006472002-01-21 17:31:47 +000014399 </function>
14400 <function name='xmlXPathNodeSetRemove' file='xpathInternals'>
Daniel Veillard2d1464f2002-01-21 23:16:56 +000014401 <info>Removes an entry from an existing NodeSet list.</info>
Daniel Veillard61006472002-01-21 17:31:47 +000014402 <return type='void'/>
Daniel Veillarda9b66d02002-12-11 14:23:49 +000014403 <arg name='cur' type='xmlNodeSetPtr' info='the initial node set'/>
14404 <arg name='val' type='int' info='the index to remove'/>
Daniel Veillard61006472002-01-21 17:31:47 +000014405 </function>
14406 <function name='xmlXPathNodeSetSort' file='xpathInternals'>
Daniel Veillard2d1464f2002-01-21 23:16:56 +000014407 <info>Sort the node set in document order</info>
Daniel Veillard61006472002-01-21 17:31:47 +000014408 <return type='void'/>
Daniel Veillarda9b66d02002-12-11 14:23:49 +000014409 <arg name='set' type='xmlNodeSetPtr' info='the node set'/>
Daniel Veillard61006472002-01-21 17:31:47 +000014410 </function>
14411 <function name='xmlXPathNodeTrailing' file='xpathInternals'>
Daniel Veillarda9b66d02002-12-11 14:23:49 +000014412 <info>Implements the EXSLT - Sets trailing() function: node-set set:trailing (node-set, node-set) @nodes is sorted by document order, then #xmlXPathNodeTrailingSorted is called.</info>
14413 <return type='xmlNodeSetPtr' info='the nodes in @nodes that follow @node in document order, @nodes if @node is NULL or an empty node-set if @nodes doesn&apos;t contain @node'/>
14414 <arg name='nodes' type='xmlNodeSetPtr' info='a node-set'/>
14415 <arg name='node' type='xmlNodePtr' info='a node'/>
Daniel Veillard61006472002-01-21 17:31:47 +000014416 </function>
14417 <function name='xmlXPathNodeTrailingSorted' file='xpathInternals'>
Daniel Veillard2d1464f2002-01-21 23:16:56 +000014418 <info>Implements the EXSLT - Sets trailing() function: node-set set:trailing (node-set, node-set)</info>
Daniel Veillarda9b66d02002-12-11 14:23:49 +000014419 <return type='xmlNodeSetPtr' info='the nodes in @nodes that follow @node in document order, @nodes if @node is NULL or an empty node-set if @nodes doesn&apos;t contain @node'/>
14420 <arg name='nodes' type='xmlNodeSetPtr' info='a node-set, sorted by document order'/>
14421 <arg name='node' type='xmlNodePtr' info='a node'/>
Daniel Veillard61006472002-01-21 17:31:47 +000014422 </function>
14423 <function name='xmlXPathNormalizeFunction' file='xpathInternals'>
Daniel Veillard2d1464f2002-01-21 23:16:56 +000014424 <info>Implement the normalize-space() XPath function string normalize-space(string?) The normalize-space function returns the argument string with white space normalized by stripping leading and trailing whitespace and replacing sequences of whitespace characters by a single space. Whitespace characters are the same allowed by the S production in XML. If the argument is omitted, it defaults to the context node converted to a string, in other words the value of the context node.</info>
Daniel Veillard61006472002-01-21 17:31:47 +000014425 <return type='void'/>
Daniel Veillarda9b66d02002-12-11 14:23:49 +000014426 <arg name='ctxt' type='xmlXPathParserContextPtr' info='the XPath Parser context'/>
14427 <arg name='nargs' type='int' info='the number of arguments'/>
Daniel Veillard61006472002-01-21 17:31:47 +000014428 </function>
Daniel Veillardbd9afb52002-09-25 22:25:35 +000014429 <function name='xmlXPathNotEqualValues' file='xpathInternals'>
Daniel Veillarda9b66d02002-12-11 14:23:49 +000014430 <info>Implement the equal operation on XPath objects content: @arg1 == @arg2</info>
14431 <return type='int' info='0 or 1 depending on the results of the test.'/>
14432 <arg name='ctxt' type='xmlXPathParserContextPtr' info='the XPath Parser context'/>
Daniel Veillardbd9afb52002-09-25 22:25:35 +000014433 </function>
Daniel Veillard61006472002-01-21 17:31:47 +000014434 <function name='xmlXPathNotFunction' file='xpathInternals'>
Daniel Veillard2d1464f2002-01-21 23:16:56 +000014435 <info>Implement the not() XPath function boolean not(boolean) The not function returns true if its argument is false, and false otherwise.</info>
Daniel Veillard61006472002-01-21 17:31:47 +000014436 <return type='void'/>
Daniel Veillarda9b66d02002-12-11 14:23:49 +000014437 <arg name='ctxt' type='xmlXPathParserContextPtr' info='the XPath Parser context'/>
14438 <arg name='nargs' type='int' info='the number of arguments'/>
Daniel Veillard61006472002-01-21 17:31:47 +000014439 </function>
14440 <function name='xmlXPathNsLookup' file='xpathInternals'>
Daniel Veillard2d1464f2002-01-21 23:16:56 +000014441 <info>Search in the namespace declaration array of the context for the given namespace name associated to the given prefix</info>
Daniel Veillarda9b66d02002-12-11 14:23:49 +000014442 <return type='const xmlChar *' info='the value or NULL if not found'/>
14443 <arg name='ctxt' type='xmlXPathContextPtr' info='the XPath context'/>
14444 <arg name='prefix' type='const xmlChar *' info='the namespace prefix value'/>
Daniel Veillard61006472002-01-21 17:31:47 +000014445 </function>
14446 <function name='xmlXPathNumberFunction' file='xpathInternals'>
Daniel Veillard2d1464f2002-01-21 23:16:56 +000014447 <info>Implement the number() XPath function number number(object?)</info>
Daniel Veillard61006472002-01-21 17:31:47 +000014448 <return type='void'/>
Daniel Veillarda9b66d02002-12-11 14:23:49 +000014449 <arg name='ctxt' type='xmlXPathParserContextPtr' info='the XPath Parser context'/>
14450 <arg name='nargs' type='int' info='the number of arguments'/>
Daniel Veillard61006472002-01-21 17:31:47 +000014451 </function>
Daniel Veillard61006472002-01-21 17:31:47 +000014452 <function name='xmlXPathObjectCopy' file='xpath'>
Daniel Veillard2d1464f2002-01-21 23:16:56 +000014453 <info>allocate a new copy of a given object</info>
Daniel Veillarda9b66d02002-12-11 14:23:49 +000014454 <return type='xmlXPathObjectPtr' info='the newly created object.'/>
14455 <arg name='val' type='xmlXPathObjectPtr' info='the original object'/>
Daniel Veillard61006472002-01-21 17:31:47 +000014456 </function>
Daniel Veillardc2d4a932003-04-01 11:13:05 +000014457 <function name='xmlXPathOrderDocElems' file='xpath'>
MST 2004 John Fleck2050d892004-01-05 01:56:38 +000014458 <info>Call this routine to speed up XPath computation on static documents. This stamps all the element nodes with the document order Like for line information, the order is kept in the element-&gt;content field, the value stored is actually - the node number (starting at -1) to be able to differentiate from line numbers.</info>
14459 <return type='long' info='the number of elements found in the document or -1 in case of error.'/>
Daniel Veillardc2d4a932003-04-01 11:13:05 +000014460 <arg name='doc' type='xmlDocPtr' info='an input document'/>
14461 </function>
Daniel Veillard61006472002-01-21 17:31:47 +000014462 <function name='xmlXPathParseNCName' file='xpathInternals'>
Daniel Veillarda9b66d02002-12-11 14:23:49 +000014463 <info>parse an XML namespace non qualified name. [NS 3] NCName ::= (Letter | &apos;_&apos;) (NCNameChar)* [NS 4] NCNameChar ::= Letter | Digit | &apos;.&apos; | &apos;-&apos; | &apos;_&apos; | CombiningChar | Extender</info>
14464 <return type='xmlChar *' info='the namespace name or NULL'/>
14465 <arg name='ctxt' type='xmlXPathParserContextPtr' info='the XPath Parser context'/>
Daniel Veillard61006472002-01-21 17:31:47 +000014466 </function>
14467 <function name='xmlXPathParseName' file='xpathInternals'>
Daniel Veillarda9b66d02002-12-11 14:23:49 +000014468 <info>parse an XML name [4] NameChar ::= Letter | Digit | &apos;.&apos; | &apos;-&apos; | &apos;_&apos; | &apos;:&apos; | CombiningChar | Extender [5] Name ::= (Letter | &apos;_&apos; | &apos;:&apos;) (NameChar)*</info>
14469 <return type='xmlChar *' info='the namespace name or NULL'/>
14470 <arg name='ctxt' type='xmlXPathParserContextPtr' info='the XPath Parser context'/>
Daniel Veillard61006472002-01-21 17:31:47 +000014471 </function>
Daniel Veillard61006472002-01-21 17:31:47 +000014472 <function name='xmlXPathPopBoolean' file='xpathInternals'>
Daniel Veillarda9b66d02002-12-11 14:23:49 +000014473 <info>Pops a boolean from the stack, handling conversion if needed. Check error with #xmlXPathCheckError.</info>
14474 <return type='int' info='the boolean'/>
14475 <arg name='ctxt' type='xmlXPathParserContextPtr' info='an XPath parser context'/>
Daniel Veillard61006472002-01-21 17:31:47 +000014476 </function>
14477 <function name='xmlXPathPopExternal' file='xpathInternals'>
Daniel Veillarda9b66d02002-12-11 14:23:49 +000014478 <info>Pops an external object from the stack, handling conversion if needed. Check error with #xmlXPathCheckError.</info>
14479 <return type='void *' info='the object'/>
14480 <arg name='ctxt' type='xmlXPathParserContextPtr' info='an XPath parser context'/>
Daniel Veillard61006472002-01-21 17:31:47 +000014481 </function>
14482 <function name='xmlXPathPopNodeSet' file='xpathInternals'>
Daniel Veillarda9b66d02002-12-11 14:23:49 +000014483 <info>Pops a node-set from the stack, handling conversion if needed. Check error with #xmlXPathCheckError.</info>
14484 <return type='xmlNodeSetPtr' info='the node-set'/>
14485 <arg name='ctxt' type='xmlXPathParserContextPtr' info='an XPath parser context'/>
Daniel Veillard61006472002-01-21 17:31:47 +000014486 </function>
14487 <function name='xmlXPathPopNumber' file='xpathInternals'>
Daniel Veillarda9b66d02002-12-11 14:23:49 +000014488 <info>Pops a number from the stack, handling conversion if needed. Check error with #xmlXPathCheckError.</info>
14489 <return type='double' info='the number'/>
14490 <arg name='ctxt' type='xmlXPathParserContextPtr' info='an XPath parser context'/>
Daniel Veillard61006472002-01-21 17:31:47 +000014491 </function>
14492 <function name='xmlXPathPopString' file='xpathInternals'>
Daniel Veillarda9b66d02002-12-11 14:23:49 +000014493 <info>Pops a string from the stack, handling conversion if needed. Check error with #xmlXPathCheckError.</info>
14494 <return type='xmlChar *' info='the string'/>
14495 <arg name='ctxt' type='xmlXPathParserContextPtr' info='an XPath parser context'/>
Daniel Veillard61006472002-01-21 17:31:47 +000014496 </function>
14497 <function name='xmlXPathPositionFunction' file='xpathInternals'>
Daniel Veillard2d1464f2002-01-21 23:16:56 +000014498 <info>Implement the position() XPath function number position() The position function returns the position of the context node in the context node list. The first position is 1, and so the last position will be equal to last().</info>
Daniel Veillard61006472002-01-21 17:31:47 +000014499 <return type='void'/>
Daniel Veillarda9b66d02002-12-11 14:23:49 +000014500 <arg name='ctxt' type='xmlXPathParserContextPtr' info='the XPath Parser context'/>
14501 <arg name='nargs' type='int' info='the number of arguments'/>
Daniel Veillard61006472002-01-21 17:31:47 +000014502 </function>
14503 <function name='xmlXPathRegisterAllFunctions' file='xpathInternals'>
Daniel Veillard2d1464f2002-01-21 23:16:56 +000014504 <info>Registers all default XPath functions in this context</info>
Daniel Veillard61006472002-01-21 17:31:47 +000014505 <return type='void'/>
Daniel Veillarda9b66d02002-12-11 14:23:49 +000014506 <arg name='ctxt' type='xmlXPathContextPtr' info='the XPath context'/>
Daniel Veillard61006472002-01-21 17:31:47 +000014507 </function>
14508 <function name='xmlXPathRegisterFunc' file='xpathInternals'>
Daniel Veillarda9b66d02002-12-11 14:23:49 +000014509 <info>Register a new function. If @f is NULL it unregisters the function</info>
14510 <return type='int' info='0 in case of success, -1 in case of error'/>
14511 <arg name='ctxt' type='xmlXPathContextPtr' info='the XPath context'/>
14512 <arg name='name' type='const xmlChar *' info='the function name'/>
14513 <arg name='f' type='xmlXPathFunction' info='the function implementation or NULL'/>
Daniel Veillard61006472002-01-21 17:31:47 +000014514 </function>
14515 <function name='xmlXPathRegisterFuncLookup' file='xpathInternals'>
Daniel Veillard2d1464f2002-01-21 23:16:56 +000014516 <info>Registers an external mechanism to do function lookup.</info>
Daniel Veillard61006472002-01-21 17:31:47 +000014517 <return type='void'/>
Daniel Veillarda9b66d02002-12-11 14:23:49 +000014518 <arg name='ctxt' type='xmlXPathContextPtr' info='the XPath context'/>
14519 <arg name='f' type='xmlXPathFuncLookupFunc' info='the lookup function'/>
14520 <arg name='funcCtxt' type='void *' info='the lookup data'/>
Daniel Veillard61006472002-01-21 17:31:47 +000014521 </function>
14522 <function name='xmlXPathRegisterFuncNS' file='xpathInternals'>
Daniel Veillarda9b66d02002-12-11 14:23:49 +000014523 <info>Register a new function. If @f is NULL it unregisters the function</info>
14524 <return type='int' info='0 in case of success, -1 in case of error'/>
14525 <arg name='ctxt' type='xmlXPathContextPtr' info='the XPath context'/>
14526 <arg name='name' type='const xmlChar *' info='the function name'/>
14527 <arg name='ns_uri' type='const xmlChar *' info='the function namespace URI'/>
14528 <arg name='f' type='xmlXPathFunction' info='the function implementation or NULL'/>
Daniel Veillard61006472002-01-21 17:31:47 +000014529 </function>
14530 <function name='xmlXPathRegisterNs' file='xpathInternals'>
Daniel Veillarda9b66d02002-12-11 14:23:49 +000014531 <info>Register a new namespace. If @ns_uri is NULL it unregisters the namespace</info>
14532 <return type='int' info='0 in case of success, -1 in case of error'/>
14533 <arg name='ctxt' type='xmlXPathContextPtr' info='the XPath context'/>
14534 <arg name='prefix' type='const xmlChar *' info='the namespace prefix'/>
14535 <arg name='ns_uri' type='const xmlChar *' info='the namespace name'/>
Daniel Veillard61006472002-01-21 17:31:47 +000014536 </function>
14537 <function name='xmlXPathRegisterVariable' file='xpathInternals'>
Daniel Veillarda9b66d02002-12-11 14:23:49 +000014538 <info>Register a new variable value. If @value is NULL it unregisters the variable</info>
14539 <return type='int' info='0 in case of success, -1 in case of error'/>
14540 <arg name='ctxt' type='xmlXPathContextPtr' info='the XPath context'/>
14541 <arg name='name' type='const xmlChar *' info='the variable name'/>
14542 <arg name='value' type='xmlXPathObjectPtr' info='the variable value or NULL'/>
Daniel Veillard61006472002-01-21 17:31:47 +000014543 </function>
14544 <function name='xmlXPathRegisterVariableLookup' file='xpathInternals'>
Daniel Veillard2d1464f2002-01-21 23:16:56 +000014545 <info>register an external mechanism to do variable lookup</info>
Daniel Veillard61006472002-01-21 17:31:47 +000014546 <return type='void'/>
Daniel Veillarda9b66d02002-12-11 14:23:49 +000014547 <arg name='ctxt' type='xmlXPathContextPtr' info='the XPath context'/>
14548 <arg name='f' type='xmlXPathVariableLookupFunc' info='the lookup function'/>
14549 <arg name='data' type='void *' info='the lookup data'/>
Daniel Veillard61006472002-01-21 17:31:47 +000014550 </function>
14551 <function name='xmlXPathRegisterVariableNS' file='xpathInternals'>
Daniel Veillarda9b66d02002-12-11 14:23:49 +000014552 <info>Register a new variable value. If @value is NULL it unregisters the variable</info>
14553 <return type='int' info='0 in case of success, -1 in case of error'/>
14554 <arg name='ctxt' type='xmlXPathContextPtr' info='the XPath context'/>
14555 <arg name='name' type='const xmlChar *' info='the variable name'/>
14556 <arg name='ns_uri' type='const xmlChar *' info='the variable namespace URI'/>
14557 <arg name='value' type='xmlXPathObjectPtr' info='the variable value or NULL'/>
Daniel Veillard61006472002-01-21 17:31:47 +000014558 </function>
14559 <function name='xmlXPathRegisteredFuncsCleanup' file='xpathInternals'>
Daniel Veillard2d1464f2002-01-21 23:16:56 +000014560 <info>Cleanup the XPath context data associated to registered functions</info>
Daniel Veillard61006472002-01-21 17:31:47 +000014561 <return type='void'/>
Daniel Veillarda9b66d02002-12-11 14:23:49 +000014562 <arg name='ctxt' type='xmlXPathContextPtr' info='the XPath context'/>
Daniel Veillard61006472002-01-21 17:31:47 +000014563 </function>
14564 <function name='xmlXPathRegisteredNsCleanup' file='xpathInternals'>
Daniel Veillard2d1464f2002-01-21 23:16:56 +000014565 <info>Cleanup the XPath context data associated to registered variables</info>
Daniel Veillard61006472002-01-21 17:31:47 +000014566 <return type='void'/>
Daniel Veillarda9b66d02002-12-11 14:23:49 +000014567 <arg name='ctxt' type='xmlXPathContextPtr' info='the XPath context'/>
Daniel Veillard61006472002-01-21 17:31:47 +000014568 </function>
14569 <function name='xmlXPathRegisteredVariablesCleanup' file='xpathInternals'>
Daniel Veillard2d1464f2002-01-21 23:16:56 +000014570 <info>Cleanup the XPath context data associated to registered variables</info>
Daniel Veillard61006472002-01-21 17:31:47 +000014571 <return type='void'/>
Daniel Veillarda9b66d02002-12-11 14:23:49 +000014572 <arg name='ctxt' type='xmlXPathContextPtr' info='the XPath context'/>
Daniel Veillard61006472002-01-21 17:31:47 +000014573 </function>
Daniel Veillard61006472002-01-21 17:31:47 +000014574 <function name='xmlXPathRoot' file='xpathInternals'>
Daniel Veillard2d1464f2002-01-21 23:16:56 +000014575 <info>Initialize the context to the root of the document</info>
Daniel Veillard61006472002-01-21 17:31:47 +000014576 <return type='void'/>
Daniel Veillarda9b66d02002-12-11 14:23:49 +000014577 <arg name='ctxt' type='xmlXPathParserContextPtr' info='the XPath Parser context'/>
Daniel Veillard61006472002-01-21 17:31:47 +000014578 </function>
14579 <function name='xmlXPathRoundFunction' file='xpathInternals'>
Daniel Veillard2d1464f2002-01-21 23:16:56 +000014580 <info>Implement the round() XPath function number round(number) The round function returns the number that is closest to the argument and that is an integer. If there are two such numbers, then the one that is even is returned.</info>
Daniel Veillard61006472002-01-21 17:31:47 +000014581 <return type='void'/>
Daniel Veillarda9b66d02002-12-11 14:23:49 +000014582 <arg name='ctxt' type='xmlXPathParserContextPtr' info='the XPath Parser context'/>
14583 <arg name='nargs' type='int' info='the number of arguments'/>
Daniel Veillard61006472002-01-21 17:31:47 +000014584 </function>
Daniel Veillard61006472002-01-21 17:31:47 +000014585 <function name='xmlXPathStartsWithFunction' file='xpathInternals'>
Daniel Veillard2d1464f2002-01-21 23:16:56 +000014586 <info>Implement the starts-with() XPath function boolean starts-with(string, string) The starts-with function returns true if the first argument string starts with the second argument string, and otherwise returns false.</info>
Daniel Veillard61006472002-01-21 17:31:47 +000014587 <return type='void'/>
Daniel Veillarda9b66d02002-12-11 14:23:49 +000014588 <arg name='ctxt' type='xmlXPathParserContextPtr' info='the XPath Parser context'/>
14589 <arg name='nargs' type='int' info='the number of arguments'/>
Daniel Veillard61006472002-01-21 17:31:47 +000014590 </function>
14591 <function name='xmlXPathStringEvalNumber' file='xpathInternals'>
Daniel Veillarda9b66d02002-12-11 14:23:49 +000014592 <info>[30a] Float ::= Number (&apos;e&apos; Digits?)? [30] Number ::= Digits (&apos;.&apos; Digits?)? | &apos;.&apos; Digits [31] Digits ::= [0-9]+ Compile a Number in the string In complement of the Number expression, this function also handles negative values : &apos;-&apos; Number.</info>
14593 <return type='double' info='the double value.'/>
14594 <arg name='str' type='const xmlChar *' info='A string to scan'/>
Daniel Veillard61006472002-01-21 17:31:47 +000014595 </function>
14596 <function name='xmlXPathStringFunction' file='xpathInternals'>
MST 2004 John Fleck2050d892004-01-05 01:56:38 +000014597 <info>Implement the string() XPath function string string(object?) The string function converts an object to a string as follows: - A node-set is converted to a string by returning the value of the node in the node-set that is first in document order. If the node-set is empty, an empty string is returned. - A number is converted to a string as follows + NaN is converted to the string NaN + positive zero is converted to the string 0 + negative zero is converted to the string 0 + positive infinity is converted to the string Infinity + negative infinity is converted to the string -Infinity + if the number is an integer, the number is represented in decimal form as a Number with no decimal point and no leading zeros, preceded by a minus sign (-) if the number is negative + otherwise, the number is represented in decimal form as a Number including a decimal point with at least one digit before the decimal point and at least one digit after the decimal point, preceded by a minus sign (-) if the number is negative; there must be no leading zeros before the decimal point apart possibly from the one required digit immediately before the decimal point; beyond the one required digit after the decimal point there must be as many, but only as many, more digits as are needed to uniquely distinguish the number from all other IEEE 754 numeric values. - The boolean false value is converted to the string false. The boolean true value is converted to the string true. If the argument is omitted, it defaults to a node-set with the context node as its only member.</info>
Daniel Veillard61006472002-01-21 17:31:47 +000014598 <return type='void'/>
Daniel Veillarda9b66d02002-12-11 14:23:49 +000014599 <arg name='ctxt' type='xmlXPathParserContextPtr' info='the XPath Parser context'/>
14600 <arg name='nargs' type='int' info='the number of arguments'/>
Daniel Veillard61006472002-01-21 17:31:47 +000014601 </function>
14602 <function name='xmlXPathStringLengthFunction' file='xpathInternals'>
Daniel Veillard2d1464f2002-01-21 23:16:56 +000014603 <info>Implement the string-length() XPath function number string-length(string?) The string-length returns the number of characters in the string (see [3.6 Strings]). If the argument is omitted, it defaults to the context node converted to a string, in other words the value of the context node.</info>
Daniel Veillard61006472002-01-21 17:31:47 +000014604 <return type='void'/>
Daniel Veillarda9b66d02002-12-11 14:23:49 +000014605 <arg name='ctxt' type='xmlXPathParserContextPtr' info='the XPath Parser context'/>
14606 <arg name='nargs' type='int' info='the number of arguments'/>
Daniel Veillard61006472002-01-21 17:31:47 +000014607 </function>
14608 <function name='xmlXPathSubValues' file='xpathInternals'>
Daniel Veillard2d1464f2002-01-21 23:16:56 +000014609 <info>Implement the subtraction operation on XPath objects: The numeric operators convert their operands to numbers as if by calling the number function.</info>
Daniel Veillard61006472002-01-21 17:31:47 +000014610 <return type='void'/>
Daniel Veillarda9b66d02002-12-11 14:23:49 +000014611 <arg name='ctxt' type='xmlXPathParserContextPtr' info='the XPath Parser context'/>
Daniel Veillard61006472002-01-21 17:31:47 +000014612 </function>
14613 <function name='xmlXPathSubstringAfterFunction' file='xpathInternals'>
Daniel Veillard9d06d302002-01-22 18:15:52 +000014614 <info>Implement the substring-after() XPath function string substring-after(string, string) The substring-after function returns the substring of the first argument string that follows the first occurrence of the second argument string in the first argument string, or the empty stringi if the first argument string does not contain the second argument string. For example, substring-after(&quot;1999/04/01&quot;,&quot;/&quot;) returns 04/01, and substring-after(&quot;1999/04/01&quot;,&quot;19&quot;) returns 99/04/01.</info>
Daniel Veillard61006472002-01-21 17:31:47 +000014615 <return type='void'/>
Daniel Veillarda9b66d02002-12-11 14:23:49 +000014616 <arg name='ctxt' type='xmlXPathParserContextPtr' info='the XPath Parser context'/>
14617 <arg name='nargs' type='int' info='the number of arguments'/>
Daniel Veillard61006472002-01-21 17:31:47 +000014618 </function>
14619 <function name='xmlXPathSubstringBeforeFunction' file='xpathInternals'>
Daniel Veillard9d06d302002-01-22 18:15:52 +000014620 <info>Implement the substring-before() XPath function string substring-before(string, string) The substring-before function returns the substring of the first argument string that precedes the first occurrence of the second argument string in the first argument string, or the empty string if the first argument string does not contain the second argument string. For example, substring-before(&quot;1999/04/01&quot;,&quot;/&quot;) returns 1999.</info>
Daniel Veillard61006472002-01-21 17:31:47 +000014621 <return type='void'/>
Daniel Veillarda9b66d02002-12-11 14:23:49 +000014622 <arg name='ctxt' type='xmlXPathParserContextPtr' info='the XPath Parser context'/>
14623 <arg name='nargs' type='int' info='the number of arguments'/>
Daniel Veillard61006472002-01-21 17:31:47 +000014624 </function>
14625 <function name='xmlXPathSubstringFunction' file='xpathInternals'>
Daniel Veillarda9b66d02002-12-11 14:23:49 +000014626 <info>Implement the substring() XPath function string substring(string, number, number?) The substring function returns the substring of the first argument starting at the position specified in the second argument with length specified in the third argument. For example, substring(&quot;12345&quot;,2,3) returns &quot;234&quot;. If the third argument is not specified, it returns the substring starting at the position specified in the second argument and continuing to the end of the string. For example, substring(&quot;12345&quot;,2) returns &quot;2345&quot;. More precisely, each character in the string (see [3.6 Strings]) is considered to have a numeric position: the position of the first character is 1, the position of the second character is 2 and so on. The returned substring contains those characters for which the position of the character is greater than or equal to the second argument and, if the third argument is specified, less than the sum of the second and third arguments; the comparisons and addition used for the above follow the standard IEEE 754 rules. Thus: - substring(&quot;12345&quot;, 1.5, 2.6) returns &quot;234&quot; - substring(&quot;12345&quot;, 0, 3) returns &quot;12&quot; - substring(&quot;12345&quot;, 0 div 0, 3) returns &quot;&quot; - substring(&quot;12345&quot;, 1, 0 div 0) returns &quot;&quot; - substring(&quot;12345&quot;, -42, 1 div 0) returns &quot;12345&quot; - substring(&quot;12345&quot;, -1 div 0, 1 div 0) returns &quot;&quot;</info>
Daniel Veillard61006472002-01-21 17:31:47 +000014627 <return type='void'/>
Daniel Veillarda9b66d02002-12-11 14:23:49 +000014628 <arg name='ctxt' type='xmlXPathParserContextPtr' info='the XPath Parser context'/>
14629 <arg name='nargs' type='int' info='the number of arguments'/>
Daniel Veillard61006472002-01-21 17:31:47 +000014630 </function>
14631 <function name='xmlXPathSumFunction' file='xpathInternals'>
Daniel Veillard2d1464f2002-01-21 23:16:56 +000014632 <info>Implement the sum() XPath function number sum(node-set) The sum function returns the sum of the values of the nodes in the argument node-set.</info>
Daniel Veillard61006472002-01-21 17:31:47 +000014633 <return type='void'/>
Daniel Veillarda9b66d02002-12-11 14:23:49 +000014634 <arg name='ctxt' type='xmlXPathParserContextPtr' info='the XPath Parser context'/>
14635 <arg name='nargs' type='int' info='the number of arguments'/>
Daniel Veillard61006472002-01-21 17:31:47 +000014636 </function>
14637 <function name='xmlXPathTrailing' file='xpathInternals'>
Daniel Veillarda9b66d02002-12-11 14:23:49 +000014638 <info>Implements the EXSLT - Sets trailing() function: node-set set:trailing (node-set, node-set) @nodes1 and @nodes2 are sorted by document order, then #xmlXPathTrailingSorted is called.</info>
14639 <return type='xmlNodeSetPtr' info='the nodes in @nodes1 that follow the first node in @nodes2 in document order, @nodes1 if @nodes2 is NULL or empty or an empty node-set if @nodes1 doesn&apos;t contain @nodes2'/>
14640 <arg name='nodes1' type='xmlNodeSetPtr' info='a node-set'/>
14641 <arg name='nodes2' type='xmlNodeSetPtr' info='a node-set'/>
Daniel Veillard61006472002-01-21 17:31:47 +000014642 </function>
14643 <function name='xmlXPathTrailingSorted' file='xpathInternals'>
Daniel Veillard2d1464f2002-01-21 23:16:56 +000014644 <info>Implements the EXSLT - Sets trailing() function: node-set set:trailing (node-set, node-set)</info>
Daniel Veillarda9b66d02002-12-11 14:23:49 +000014645 <return type='xmlNodeSetPtr' info='the nodes in @nodes1 that follow the first node in @nodes2 in document order, @nodes1 if @nodes2 is NULL or empty or an empty node-set if @nodes1 doesn&apos;t contain @nodes2'/>
14646 <arg name='nodes1' type='xmlNodeSetPtr' info='a node-set, sorted by document order'/>
14647 <arg name='nodes2' type='xmlNodeSetPtr' info='a node-set, sorted by document order'/>
Daniel Veillard61006472002-01-21 17:31:47 +000014648 </function>
14649 <function name='xmlXPathTranslateFunction' file='xpathInternals'>
Daniel Veillard9d06d302002-01-22 18:15:52 +000014650 <info>Implement the translate() XPath function string translate(string, string, string) The translate function returns the first argument string with occurrences of characters in the second argument string replaced by the character at the corresponding position in the third argument string. For example, translate(&quot;bar&quot;,&quot;abc&quot;,&quot;ABC&quot;) returns the string BAr. If there is a character in the second argument string with no character at a corresponding position in the third argument string (because the second argument string is longer than the third argument string), then occurrences of that character in the first argument string are removed. For example, translate(&quot;--aaa--&quot;,&quot;abc-&quot;,&quot;ABC&quot;)</info>
Daniel Veillard61006472002-01-21 17:31:47 +000014651 <return type='void'/>
Daniel Veillarda9b66d02002-12-11 14:23:49 +000014652 <arg name='ctxt' type='xmlXPathParserContextPtr' info='the XPath Parser context'/>
14653 <arg name='nargs' type='int' info='the number of arguments'/>
Daniel Veillard61006472002-01-21 17:31:47 +000014654 </function>
14655 <function name='xmlXPathTrueFunction' file='xpathInternals'>
Daniel Veillard2d1464f2002-01-21 23:16:56 +000014656 <info>Implement the true() XPath function boolean true()</info>
Daniel Veillard61006472002-01-21 17:31:47 +000014657 <return type='void'/>
Daniel Veillarda9b66d02002-12-11 14:23:49 +000014658 <arg name='ctxt' type='xmlXPathParserContextPtr' info='the XPath Parser context'/>
14659 <arg name='nargs' type='int' info='the number of arguments'/>
Daniel Veillard61006472002-01-21 17:31:47 +000014660 </function>
Daniel Veillard61006472002-01-21 17:31:47 +000014661 <function name='xmlXPathValueFlipSign' file='xpathInternals'>
Daniel Veillard2d1464f2002-01-21 23:16:56 +000014662 <info>Implement the unary - operation on an XPath object The numeric operators convert their operands to numbers as if by calling the number function.</info>
Daniel Veillard61006472002-01-21 17:31:47 +000014663 <return type='void'/>
Daniel Veillarda9b66d02002-12-11 14:23:49 +000014664 <arg name='ctxt' type='xmlXPathParserContextPtr' info='the XPath Parser context'/>
Daniel Veillard61006472002-01-21 17:31:47 +000014665 </function>
Daniel Veillard61006472002-01-21 17:31:47 +000014666 <function name='xmlXPathVariableLookup' file='xpathInternals'>
Daniel Veillard2d1464f2002-01-21 23:16:56 +000014667 <info>Search in the Variable array of the context for the given variable value.</info>
Daniel Veillarda9b66d02002-12-11 14:23:49 +000014668 <return type='xmlXPathObjectPtr' info='a copy of the value or NULL if not found'/>
14669 <arg name='ctxt' type='xmlXPathContextPtr' info='the XPath context'/>
14670 <arg name='name' type='const xmlChar *' info='the variable name'/>
Daniel Veillard61006472002-01-21 17:31:47 +000014671 </function>
Daniel Veillard9d06d302002-01-22 18:15:52 +000014672 <functype name='xmlXPathVariableLookupFunc' file='xpathInternals'>
Daniel Veillard19274092002-03-25 16:48:03 +000014673 <info>Prototype for callbacks used to plug variable lookup in the XPath engine.</info>
Daniel Veillard000eafb2002-12-12 10:04:22 +000014674 <return type='xmlXPathObjectPtr' info='the XPath object value or NULL if not found.'/>
Daniel Veillarda9b66d02002-12-11 14:23:49 +000014675 <arg name='ctxt' type='void *' info='an XPath context'/>
14676 <arg name='name' type='const xmlChar *' info='name of the variable'/>
14677 <arg name='ns_uri' type='const xmlChar *' info='the namespace name hosting this variable'/>
Daniel Veillard9d06d302002-01-22 18:15:52 +000014678 </functype>
Daniel Veillard61006472002-01-21 17:31:47 +000014679 <function name='xmlXPathVariableLookupNS' file='xpathInternals'>
Daniel Veillard2d1464f2002-01-21 23:16:56 +000014680 <info>Search in the Variable array of the context for the given variable value.</info>
Daniel Veillarda9b66d02002-12-11 14:23:49 +000014681 <return type='xmlXPathObjectPtr' info='the a copy of the value or NULL if not found'/>
14682 <arg name='ctxt' type='xmlXPathContextPtr' info='the XPath context'/>
14683 <arg name='name' type='const xmlChar *' info='the variable name'/>
14684 <arg name='ns_uri' type='const xmlChar *' info='the variable namespace URI'/>
Daniel Veillard61006472002-01-21 17:31:47 +000014685 </function>
Daniel Veillard61006472002-01-21 17:31:47 +000014686 <function name='xmlXPathWrapCString' file='xpathInternals'>
Daniel Veillard2d1464f2002-01-21 23:16:56 +000014687 <info>Wraps a string into an XPath object.</info>
Daniel Veillarda9b66d02002-12-11 14:23:49 +000014688 <return type='xmlXPathObjectPtr' info='the newly created object.'/>
14689 <arg name='val' type='char *' info='the char * value'/>
Daniel Veillard61006472002-01-21 17:31:47 +000014690 </function>
14691 <function name='xmlXPathWrapExternal' file='xpathInternals'>
Daniel Veillarda9b66d02002-12-11 14:23:49 +000014692 <info>Wraps the @val data into an XPath object.</info>
14693 <return type='xmlXPathObjectPtr' info='the newly created object.'/>
14694 <arg name='val' type='void *' info='the user data'/>
Daniel Veillard61006472002-01-21 17:31:47 +000014695 </function>
14696 <function name='xmlXPathWrapNodeSet' file='xpathInternals'>
Daniel Veillarda9b66d02002-12-11 14:23:49 +000014697 <info>Wrap the Nodeset @val in a new xmlXPathObjectPtr</info>
14698 <return type='xmlXPathObjectPtr' info='the newly created object.'/>
14699 <arg name='val' type='xmlNodeSetPtr' info='the NodePtr value'/>
Daniel Veillard61006472002-01-21 17:31:47 +000014700 </function>
14701 <function name='xmlXPathWrapString' file='xpathInternals'>
Daniel Veillarda9b66d02002-12-11 14:23:49 +000014702 <info>Wraps the @val string into an XPath object.</info>
14703 <return type='xmlXPathObjectPtr' info='the newly created object.'/>
14704 <arg name='val' type='xmlChar *' info='the xmlChar * value'/>
Daniel Veillard61006472002-01-21 17:31:47 +000014705 </function>
14706 <function name='xmlXPatherror' file='xpathInternals'>
Daniel Veillard2d1464f2002-01-21 23:16:56 +000014707 <info>Formats an error message.</info>
Daniel Veillard61006472002-01-21 17:31:47 +000014708 <return type='void'/>
Daniel Veillarda9b66d02002-12-11 14:23:49 +000014709 <arg name='ctxt' type='xmlXPathParserContextPtr' info='the XPath Parser context'/>
14710 <arg name='file' type='const char *' info='the file name'/>
14711 <arg name='line' type='int' info='the line number'/>
14712 <arg name='no' type='int' info='the error number'/>
14713 </function>
Daniel Veillard61006472002-01-21 17:31:47 +000014714 <function name='xmlXPtrBuildNodeList' file='xpointer'>
Daniel Veillard2d1464f2002-01-21 23:16:56 +000014715 <info>Build a node list tree copy of the XPointer result. This will drop Attributes and Namespace declarations.</info>
Daniel Veillarda9b66d02002-12-11 14:23:49 +000014716 <return type='xmlNodePtr' info='an xmlNodePtr list or NULL. the caller has to free the node tree.'/>
14717 <arg name='obj' type='xmlXPathObjectPtr' info='the XPointer result from the evaluation.'/>
14718 </function>
Daniel Veillard61006472002-01-21 17:31:47 +000014719 <function name='xmlXPtrEval' file='xpointer'>
Daniel Veillard2d1464f2002-01-21 23:16:56 +000014720 <info>Evaluate the XPath Location Path in the given context.</info>
Daniel Veillarda9b66d02002-12-11 14:23:49 +000014721 <return type='xmlXPathObjectPtr' info='the xmlXPathObjectPtr resulting from the evaluation or NULL. the caller has to free the object.'/>
14722 <arg name='str' type='const xmlChar *' info='the XPointer expression'/>
14723 <arg name='ctx' type='xmlXPathContextPtr' info='the XPointer context'/>
Daniel Veillard61006472002-01-21 17:31:47 +000014724 </function>
14725 <function name='xmlXPtrEvalRangePredicate' file='xpointer'>
Daniel Veillarda9b66d02002-12-11 14:23:49 +000014726 <info>[8] Predicate ::= &apos;[&apos; PredicateExpr &apos;]&apos; [9] PredicateExpr ::= Expr Evaluate a predicate as in xmlXPathEvalPredicate() but for a Location Set instead of a node set</info>
Daniel Veillard61006472002-01-21 17:31:47 +000014727 <return type='void'/>
Daniel Veillarda9b66d02002-12-11 14:23:49 +000014728 <arg name='ctxt' type='xmlXPathParserContextPtr' info='the XPointer Parser context'/>
Daniel Veillard61006472002-01-21 17:31:47 +000014729 </function>
14730 <function name='xmlXPtrFreeLocationSet' file='xpointer'>
Daniel Veillard2d1464f2002-01-21 23:16:56 +000014731 <info>Free the LocationSet compound (not the actual ranges !).</info>
Daniel Veillard61006472002-01-21 17:31:47 +000014732 <return type='void'/>
Daniel Veillarda9b66d02002-12-11 14:23:49 +000014733 <arg name='obj' type='xmlLocationSetPtr' info='the xmlLocationSetPtr to free'/>
14734 </function>
Daniel Veillard61006472002-01-21 17:31:47 +000014735 <function name='xmlXPtrLocationSetAdd' file='xpointer'>
Daniel Veillarda9b66d02002-12-11 14:23:49 +000014736 <info>add a new xmlXPathObjectPtr to an existing LocationSet If the location already exist in the set @val is freed.</info>
Daniel Veillard61006472002-01-21 17:31:47 +000014737 <return type='void'/>
Daniel Veillarda9b66d02002-12-11 14:23:49 +000014738 <arg name='cur' type='xmlLocationSetPtr' info='the initial range set'/>
14739 <arg name='val' type='xmlXPathObjectPtr' info='a new xmlXPathObjectPtr'/>
Daniel Veillard61006472002-01-21 17:31:47 +000014740 </function>
14741 <function name='xmlXPtrLocationSetCreate' file='xpointer'>
Daniel Veillarda9b66d02002-12-11 14:23:49 +000014742 <info>Create a new xmlLocationSetPtr of type double and of value @val</info>
14743 <return type='xmlLocationSetPtr' info='the newly created object.'/>
14744 <arg name='val' type='xmlXPathObjectPtr' info='an initial xmlXPathObjectPtr, or NULL'/>
Daniel Veillard61006472002-01-21 17:31:47 +000014745 </function>
14746 <function name='xmlXPtrLocationSetDel' file='xpointer'>
Daniel Veillard2d1464f2002-01-21 23:16:56 +000014747 <info>Removes an xmlXPathObjectPtr from an existing LocationSet</info>
Daniel Veillard61006472002-01-21 17:31:47 +000014748 <return type='void'/>
Daniel Veillarda9b66d02002-12-11 14:23:49 +000014749 <arg name='cur' type='xmlLocationSetPtr' info='the initial range set'/>
14750 <arg name='val' type='xmlXPathObjectPtr' info='an xmlXPathObjectPtr'/>
Daniel Veillard61006472002-01-21 17:31:47 +000014751 </function>
14752 <function name='xmlXPtrLocationSetMerge' file='xpointer'>
Daniel Veillarda9b66d02002-12-11 14:23:49 +000014753 <info>Merges two rangesets, all ranges from @val2 are added to @val1</info>
14754 <return type='xmlLocationSetPtr' info='val1 once extended or NULL in case of error.'/>
14755 <arg name='val1' type='xmlLocationSetPtr' info='the first LocationSet'/>
14756 <arg name='val2' type='xmlLocationSetPtr' info='the second LocationSet'/>
Daniel Veillard61006472002-01-21 17:31:47 +000014757 </function>
14758 <function name='xmlXPtrLocationSetRemove' file='xpointer'>
Daniel Veillard2d1464f2002-01-21 23:16:56 +000014759 <info>Removes an entry from an existing LocationSet list.</info>
Daniel Veillard61006472002-01-21 17:31:47 +000014760 <return type='void'/>
Daniel Veillarda9b66d02002-12-11 14:23:49 +000014761 <arg name='cur' type='xmlLocationSetPtr' info='the initial range set'/>
14762 <arg name='val' type='int' info='the index to remove'/>
Daniel Veillard61006472002-01-21 17:31:47 +000014763 </function>
14764 <function name='xmlXPtrNewCollapsedRange' file='xpointer'>
Daniel Veillard2d1464f2002-01-21 23:16:56 +000014765 <info>Create a new xmlXPathObjectPtr of type range using a single nodes</info>
Daniel Veillarda9b66d02002-12-11 14:23:49 +000014766 <return type='xmlXPathObjectPtr' info='the newly created object.'/>
14767 <arg name='start' type='xmlNodePtr' info='the starting and ending node'/>
Daniel Veillard61006472002-01-21 17:31:47 +000014768 </function>
14769 <function name='xmlXPtrNewContext' file='xpointer'>
Daniel Veillard2d1464f2002-01-21 23:16:56 +000014770 <info>Create a new XPointer context</info>
Daniel Veillarda9b66d02002-12-11 14:23:49 +000014771 <return type='xmlXPathContextPtr' info='the xmlXPathContext just allocated.'/>
14772 <arg name='doc' type='xmlDocPtr' info='the XML document'/>
14773 <arg name='here' type='xmlNodePtr' info='the node that directly contains the XPointer being evaluated or NULL'/>
14774 <arg name='origin' type='xmlNodePtr' info='the element from which a user or program initiated traversal of the link, or NULL.'/>
Daniel Veillard61006472002-01-21 17:31:47 +000014775 </function>
14776 <function name='xmlXPtrNewLocationSetNodeSet' file='xpointer'>
Daniel Veillarda9b66d02002-12-11 14:23:49 +000014777 <info>Create a new xmlXPathObjectPtr of type LocationSet and initialize it with all the nodes from @set</info>
14778 <return type='xmlXPathObjectPtr' info='the newly created object.'/>
14779 <arg name='set' type='xmlNodeSetPtr' info='a node set'/>
Daniel Veillard61006472002-01-21 17:31:47 +000014780 </function>
14781 <function name='xmlXPtrNewLocationSetNodes' file='xpointer'>
Daniel Veillarda9b66d02002-12-11 14:23:49 +000014782 <info>Create a new xmlXPathObjectPtr of type LocationSet and initialize it with the single range made of the two nodes @start and @end</info>
14783 <return type='xmlXPathObjectPtr' info='the newly created object.'/>
14784 <arg name='start' type='xmlNodePtr' info='the start NodePtr value'/>
14785 <arg name='end' type='xmlNodePtr' info='the end NodePtr value or NULL'/>
Daniel Veillard61006472002-01-21 17:31:47 +000014786 </function>
14787 <function name='xmlXPtrNewRange' file='xpointer'>
Daniel Veillard2d1464f2002-01-21 23:16:56 +000014788 <info>Create a new xmlXPathObjectPtr of type range</info>
Daniel Veillarda9b66d02002-12-11 14:23:49 +000014789 <return type='xmlXPathObjectPtr' info='the newly created object.'/>
14790 <arg name='start' type='xmlNodePtr' info='the starting node'/>
14791 <arg name='startindex' type='int' info='the start index'/>
14792 <arg name='end' type='xmlNodePtr' info='the ending point'/>
14793 <arg name='endindex' type='int' info='the ending index'/>
Daniel Veillard61006472002-01-21 17:31:47 +000014794 </function>
14795 <function name='xmlXPtrNewRangeNodeObject' file='xpointer'>
Daniel Veillard2d1464f2002-01-21 23:16:56 +000014796 <info>Create a new xmlXPathObjectPtr of type range from a not to an object</info>
Daniel Veillarda9b66d02002-12-11 14:23:49 +000014797 <return type='xmlXPathObjectPtr' info='the newly created object.'/>
14798 <arg name='start' type='xmlNodePtr' info='the starting node'/>
14799 <arg name='end' type='xmlXPathObjectPtr' info='the ending object'/>
Daniel Veillard61006472002-01-21 17:31:47 +000014800 </function>
14801 <function name='xmlXPtrNewRangeNodePoint' file='xpointer'>
Daniel Veillard2d1464f2002-01-21 23:16:56 +000014802 <info>Create a new xmlXPathObjectPtr of type range from a node to a point</info>
Daniel Veillarda9b66d02002-12-11 14:23:49 +000014803 <return type='xmlXPathObjectPtr' info='the newly created object.'/>
14804 <arg name='start' type='xmlNodePtr' info='the starting node'/>
14805 <arg name='end' type='xmlXPathObjectPtr' info='the ending point'/>
Daniel Veillard61006472002-01-21 17:31:47 +000014806 </function>
14807 <function name='xmlXPtrNewRangeNodes' file='xpointer'>
Daniel Veillard2d1464f2002-01-21 23:16:56 +000014808 <info>Create a new xmlXPathObjectPtr of type range using 2 nodes</info>
Daniel Veillarda9b66d02002-12-11 14:23:49 +000014809 <return type='xmlXPathObjectPtr' info='the newly created object.'/>
14810 <arg name='start' type='xmlNodePtr' info='the starting node'/>
14811 <arg name='end' type='xmlNodePtr' info='the ending node'/>
Daniel Veillard61006472002-01-21 17:31:47 +000014812 </function>
14813 <function name='xmlXPtrNewRangePointNode' file='xpointer'>
Daniel Veillard2d1464f2002-01-21 23:16:56 +000014814 <info>Create a new xmlXPathObjectPtr of type range from a point to a node</info>
Daniel Veillarda9b66d02002-12-11 14:23:49 +000014815 <return type='xmlXPathObjectPtr' info='the newly created object.'/>
14816 <arg name='start' type='xmlXPathObjectPtr' info='the starting point'/>
14817 <arg name='end' type='xmlNodePtr' info='the ending node'/>
Daniel Veillard61006472002-01-21 17:31:47 +000014818 </function>
14819 <function name='xmlXPtrNewRangePoints' file='xpointer'>
Daniel Veillard2d1464f2002-01-21 23:16:56 +000014820 <info>Create a new xmlXPathObjectPtr of type range using 2 Points</info>
Daniel Veillarda9b66d02002-12-11 14:23:49 +000014821 <return type='xmlXPathObjectPtr' info='the newly created object.'/>
14822 <arg name='start' type='xmlXPathObjectPtr' info='the starting point'/>
14823 <arg name='end' type='xmlXPathObjectPtr' info='the ending point'/>
14824 </function>
Daniel Veillard61006472002-01-21 17:31:47 +000014825 <function name='xmlXPtrRangeToFunction' file='xpointer'>
Daniel Veillard2d1464f2002-01-21 23:16:56 +000014826 <info>Implement the range-to() XPointer function</info>
Daniel Veillard61006472002-01-21 17:31:47 +000014827 <return type='void'/>
Daniel Veillarda9b66d02002-12-11 14:23:49 +000014828 <arg name='ctxt' type='xmlXPathParserContextPtr' info='the XPointer Parser context'/>
14829 <arg name='nargs' type='int' info='the number of args'/>
14830 </function>
Daniel Veillard61006472002-01-21 17:31:47 +000014831 <function name='xmlXPtrWrapLocationSet' file='xpointer'>
Daniel Veillarda9b66d02002-12-11 14:23:49 +000014832 <info>Wrap the LocationSet @val in a new xmlXPathObjectPtr</info>
14833 <return type='xmlXPathObjectPtr' info='the newly created object.'/>
14834 <arg name='val' type='xmlLocationSetPtr' info='the LocationSet value'/>
Daniel Veillard61006472002-01-21 17:31:47 +000014835 </function>
14836 </symbols>
14837</api>