Lines Matching +full:symbol +full:- +full:tree
1 <?xml version="1.0" encoding="ISO-8859-1"?>
5 <summary>interface for an HTML 4.0 non-verifying parser</summary>
6 …<description>this module implements an HTML 4.0 non-verifying parser with API compatible with the …
8 <exports symbol='htmlDefaultSubelement' type='macro'/>
9 <exports symbol='htmlElementAllowedHereDesc' type='macro'/>
10 <exports symbol='htmlRequiredAttrs' type='macro'/>
11 <exports symbol='HTML_DEPRECATED' type='enum'/>
12 <exports symbol='HTML_INVALID' type='enum'/>
13 <exports symbol='HTML_NA' type='enum'/>
14 <exports symbol='HTML_PARSE_COMPACT' type='enum'/>
15 <exports symbol='HTML_PARSE_IGNORE_ENC' type='enum'/>
16 <exports symbol='HTML_PARSE_NOBLANKS' type='enum'/>
17 <exports symbol='HTML_PARSE_NODEFDTD' type='enum'/>
18 <exports symbol='HTML_PARSE_NOERROR' type='enum'/>
19 <exports symbol='HTML_PARSE_NOIMPLIED' type='enum'/>
20 <exports symbol='HTML_PARSE_NONET' type='enum'/>
21 <exports symbol='HTML_PARSE_NOWARNING' type='enum'/>
22 <exports symbol='HTML_PARSE_PEDANTIC' type='enum'/>
23 <exports symbol='HTML_PARSE_RECOVER' type='enum'/>
24 <exports symbol='HTML_REQUIRED' type='enum'/>
25 <exports symbol='HTML_VALID' type='enum'/>
26 <exports symbol='htmlDocPtr' type='typedef'/>
27 <exports symbol='htmlElemDesc' type='typedef'/>
28 <exports symbol='htmlElemDescPtr' type='typedef'/>
29 <exports symbol='htmlEntityDesc' type='typedef'/>
30 <exports symbol='htmlEntityDescPtr' type='typedef'/>
31 <exports symbol='htmlNodePtr' type='typedef'/>
32 <exports symbol='htmlParserCtxt' type='typedef'/>
33 <exports symbol='htmlParserCtxtPtr' type='typedef'/>
34 <exports symbol='htmlParserInput' type='typedef'/>
35 <exports symbol='htmlParserInputPtr' type='typedef'/>
36 <exports symbol='htmlParserNodeInfo' type='typedef'/>
37 <exports symbol='htmlParserOption' type='typedef'/>
38 <exports symbol='htmlSAXHandler' type='typedef'/>
39 <exports symbol='htmlSAXHandlerPtr' type='typedef'/>
40 <exports symbol='htmlStatus' type='typedef'/>
41 <exports symbol='_htmlElemDesc' type='struct'/>
42 <exports symbol='_htmlEntityDesc' type='struct'/>
43 <exports symbol='htmlDefaultSAXHandler' type='variable'/>
44 <exports symbol='UTF8ToHtml' type='function'/>
45 <exports symbol='htmlAttrAllowed' type='function'/>
46 <exports symbol='htmlAutoCloseTag' type='function'/>
47 <exports symbol='htmlCreateFileParserCtxt' type='function'/>
48 <exports symbol='htmlCreateMemoryParserCtxt' type='function'/>
49 <exports symbol='htmlCreatePushParserCtxt' type='function'/>
50 <exports symbol='htmlCtxtParseDocument' type='function'/>
51 <exports symbol='htmlCtxtReadDoc' type='function'/>
52 <exports symbol='htmlCtxtReadFd' type='function'/>
53 <exports symbol='htmlCtxtReadFile' type='function'/>
54 <exports symbol='htmlCtxtReadIO' type='function'/>
55 <exports symbol='htmlCtxtReadMemory' type='function'/>
56 <exports symbol='htmlCtxtReset' type='function'/>
57 <exports symbol='htmlCtxtUseOptions' type='function'/>
58 <exports symbol='htmlElementAllowedHere' type='function'/>
59 <exports symbol='htmlElementStatusHere' type='function'/>
60 <exports symbol='htmlEncodeEntities' type='function'/>
61 <exports symbol='htmlEntityLookup' type='function'/>
62 <exports symbol='htmlEntityValueLookup' type='function'/>
63 <exports symbol='htmlFreeParserCtxt' type='function'/>
64 <exports symbol='htmlHandleOmittedElem' type='function'/>
65 <exports symbol='htmlInitAutoClose' type='function'/>
66 <exports symbol='htmlIsAutoClosed' type='function'/>
67 <exports symbol='htmlIsScriptAttribute' type='function'/>
68 <exports symbol='htmlNewParserCtxt' type='function'/>
69 <exports symbol='htmlNewSAXParserCtxt' type='function'/>
70 <exports symbol='htmlNodeStatus' type='function'/>
71 <exports symbol='htmlParseCharRef' type='function'/>
72 <exports symbol='htmlParseChunk' type='function'/>
73 <exports symbol='htmlParseDoc' type='function'/>
74 <exports symbol='htmlParseDocument' type='function'/>
75 <exports symbol='htmlParseElement' type='function'/>
76 <exports symbol='htmlParseEntityRef' type='function'/>
77 <exports symbol='htmlParseFile' type='function'/>
78 <exports symbol='htmlReadDoc' type='function'/>
79 <exports symbol='htmlReadFd' type='function'/>
80 <exports symbol='htmlReadFile' type='function'/>
81 <exports symbol='htmlReadIO' type='function'/>
82 <exports symbol='htmlReadMemory' type='function'/>
83 <exports symbol='htmlSAXParseDoc' type='function'/>
84 <exports symbol='htmlSAXParseFile' type='function'/>
85 <exports symbol='htmlTagLookup' type='function'/>
88 <summary>specific APIs to process HTML tree, especially serialization</summary>
89 …<description>this module implements a few function needed to process tree in an HTML specific way.…
91 <exports symbol='HTML_COMMENT_NODE' type='macro'/>
92 <exports symbol='HTML_ENTITY_REF_NODE' type='macro'/>
93 <exports symbol='HTML_PI_NODE' type='macro'/>
94 <exports symbol='HTML_PRESERVE_NODE' type='macro'/>
95 <exports symbol='HTML_TEXT_NODE' type='macro'/>
96 <exports symbol='htmlDocContentDumpFormatOutput' type='function'/>
97 <exports symbol='htmlDocContentDumpOutput' type='function'/>
98 <exports symbol='htmlDocDump' type='function'/>
99 <exports symbol='htmlDocDumpMemory' type='function'/>
100 <exports symbol='htmlDocDumpMemoryFormat' type='function'/>
101 <exports symbol='htmlGetMetaEncoding' type='function'/>
102 <exports symbol='htmlIsBooleanAttr' type='function'/>
103 <exports symbol='htmlNewDoc' type='function'/>
104 <exports symbol='htmlNewDocNoDtD' type='function'/>
105 <exports symbol='htmlNodeDump' type='function'/>
106 <exports symbol='htmlNodeDumpFile' type='function'/>
107 <exports symbol='htmlNodeDumpFileFormat' type='function'/>
108 <exports symbol='htmlNodeDumpFormatOutput' type='function'/>
109 <exports symbol='htmlNodeDumpOutput' type='function'/>
110 <exports symbol='htmlSaveFile' type='function'/>
111 <exports symbol='htmlSaveFileEnc' type='function'/>
112 <exports symbol='htmlSaveFileFormat' type='function'/>
113 <exports symbol='htmlSetMetaEncoding' type='function'/>
117 … <description>DEPRECATED set of SAX version 1 interfaces used to build the DOM tree. </description>
120 <exports symbol='attribute' type='function'/>
121 <exports symbol='attributeDecl' type='function'/>
122 <exports symbol='cdataBlock' type='function'/>
123 <exports symbol='characters' type='function'/>
124 <exports symbol='checkNamespace' type='function'/>
125 <exports symbol='comment' type='function'/>
126 <exports symbol='elementDecl' type='function'/>
127 <exports symbol='endDocument' type='function'/>
128 <exports symbol='endElement' type='function'/>
129 <exports symbol='entityDecl' type='function'/>
130 <exports symbol='externalSubset' type='function'/>
131 <exports symbol='getColumnNumber' type='function'/>
132 <exports symbol='getEntity' type='function'/>
133 <exports symbol='getLineNumber' type='function'/>
134 <exports symbol='getNamespace' type='function'/>
135 <exports symbol='getParameterEntity' type='function'/>
136 <exports symbol='getPublicId' type='function'/>
137 <exports symbol='getSystemId' type='function'/>
138 <exports symbol='globalNamespace' type='function'/>
139 <exports symbol='hasExternalSubset' type='function'/>
140 <exports symbol='hasInternalSubset' type='function'/>
141 <exports symbol='ignorableWhitespace' type='function'/>
142 <exports symbol='inithtmlDefaultSAXHandler' type='function'/>
143 <exports symbol='initxmlDefaultSAXHandler' type='function'/>
144 <exports symbol='internalSubset' type='function'/>
145 <exports symbol='isStandalone' type='function'/>
146 <exports symbol='namespaceDecl' type='function'/>
147 <exports symbol='notationDecl' type='function'/>
148 <exports symbol='processingInstruction' type='function'/>
149 <exports symbol='reference' type='function'/>
150 <exports symbol='resolveEntity' type='function'/>
151 <exports symbol='setDocumentLocator' type='function'/>
152 <exports symbol='setNamespace' type='function'/>
153 <exports symbol='startDocument' type='function'/>
154 <exports symbol='startElement' type='function'/>
155 <exports symbol='unparsedEntityDecl' type='function'/>
158 <summary>SAX2 parser interface used to build the DOM tree</summary>
159 …<description>those are the default SAX2 interfaces used by the library when building DOM tree. </d…
161 <exports symbol='htmlDefaultSAXHandlerInit' type='function'/>
162 <exports symbol='xmlDefaultSAXHandlerInit' type='function'/>
163 <exports symbol='xmlSAX2AttributeDecl' type='function'/>
164 <exports symbol='xmlSAX2CDataBlock' type='function'/>
165 <exports symbol='xmlSAX2Characters' type='function'/>
166 <exports symbol='xmlSAX2Comment' type='function'/>
167 <exports symbol='xmlSAX2ElementDecl' type='function'/>
168 <exports symbol='xmlSAX2EndDocument' type='function'/>
169 <exports symbol='xmlSAX2EndElement' type='function'/>
170 <exports symbol='xmlSAX2EndElementNs' type='function'/>
171 <exports symbol='xmlSAX2EntityDecl' type='function'/>
172 <exports symbol='xmlSAX2ExternalSubset' type='function'/>
173 <exports symbol='xmlSAX2GetColumnNumber' type='function'/>
174 <exports symbol='xmlSAX2GetEntity' type='function'/>
175 <exports symbol='xmlSAX2GetLineNumber' type='function'/>
176 <exports symbol='xmlSAX2GetParameterEntity' type='function'/>
177 <exports symbol='xmlSAX2GetPublicId' type='function'/>
178 <exports symbol='xmlSAX2GetSystemId' type='function'/>
179 <exports symbol='xmlSAX2HasExternalSubset' type='function'/>
180 <exports symbol='xmlSAX2HasInternalSubset' type='function'/>
181 <exports symbol='xmlSAX2IgnorableWhitespace' type='function'/>
182 <exports symbol='xmlSAX2InitDefaultSAXHandler' type='function'/>
183 <exports symbol='xmlSAX2InitHtmlDefaultSAXHandler' type='function'/>
184 <exports symbol='xmlSAX2InternalSubset' type='function'/>
185 <exports symbol='xmlSAX2IsStandalone' type='function'/>
186 <exports symbol='xmlSAX2NotationDecl' type='function'/>
187 <exports symbol='xmlSAX2ProcessingInstruction' type='function'/>
188 <exports symbol='xmlSAX2Reference' type='function'/>
189 <exports symbol='xmlSAX2ResolveEntity' type='function'/>
190 <exports symbol='xmlSAX2SetDocumentLocator' type='function'/>
191 <exports symbol='xmlSAX2StartDocument' type='function'/>
192 <exports symbol='xmlSAX2StartElement' type='function'/>
193 <exports symbol='xmlSAX2StartElementNs' type='function'/>
194 <exports symbol='xmlSAX2UnparsedEntityDecl' type='function'/>
195 <exports symbol='xmlSAXDefaultVersion' type='function'/>
196 <exports symbol='xmlSAXVersion' type='function'/>
202 <exports symbol='XML_C14N_1_0' type='enum'/>
203 <exports symbol='XML_C14N_1_1' type='enum'/>
204 <exports symbol='XML_C14N_EXCLUSIVE_1_0' type='enum'/>
205 <exports symbol='xmlC14NMode' type='typedef'/>
206 <exports symbol='xmlC14NDocDumpMemory' type='function'/>
207 <exports symbol='xmlC14NDocSave' type='function'/>
208 <exports symbol='xmlC14NDocSaveTo' type='function'/>
209 <exports symbol='xmlC14NExecute' type='function'/>
210 <exports symbol='xmlC14NIsVisibleCallback' type='function'/>
216 <exports symbol='XML_CATALOGS_NAMESPACE' type='macro'/>
217 <exports symbol='XML_CATALOG_PI' type='macro'/>
218 <exports symbol='XML_CATA_ALLOW_ALL' type='enum'/>
219 <exports symbol='XML_CATA_ALLOW_DOCUMENT' type='enum'/>
220 <exports symbol='XML_CATA_ALLOW_GLOBAL' type='enum'/>
221 <exports symbol='XML_CATA_ALLOW_NONE' type='enum'/>
222 <exports symbol='XML_CATA_PREFER_NONE' type='enum'/>
223 <exports symbol='XML_CATA_PREFER_PUBLIC' type='enum'/>
224 <exports symbol='XML_CATA_PREFER_SYSTEM' type='enum'/>
225 <exports symbol='xmlCatalog' type='typedef'/>
226 <exports symbol='xmlCatalogAllow' type='typedef'/>
227 <exports symbol='xmlCatalogPrefer' type='typedef'/>
228 <exports symbol='xmlCatalogPtr' type='typedef'/>
229 <exports symbol='xmlACatalogAdd' type='function'/>
230 <exports symbol='xmlACatalogDump' type='function'/>
231 <exports symbol='xmlACatalogRemove' type='function'/>
232 <exports symbol='xmlACatalogResolve' type='function'/>
233 <exports symbol='xmlACatalogResolvePublic' type='function'/>
234 <exports symbol='xmlACatalogResolveSystem' type='function'/>
235 <exports symbol='xmlACatalogResolveURI' type='function'/>
236 <exports symbol='xmlCatalogAdd' type='function'/>
237 <exports symbol='xmlCatalogAddLocal' type='function'/>
238 <exports symbol='xmlCatalogCleanup' type='function'/>
239 <exports symbol='xmlCatalogConvert' type='function'/>
240 <exports symbol='xmlCatalogDump' type='function'/>
241 <exports symbol='xmlCatalogFreeLocal' type='function'/>
242 <exports symbol='xmlCatalogGetDefaults' type='function'/>
243 <exports symbol='xmlCatalogGetPublic' type='function'/>
244 <exports symbol='xmlCatalogGetSystem' type='function'/>
245 <exports symbol='xmlCatalogIsEmpty' type='function'/>
246 <exports symbol='xmlCatalogLocalResolve' type='function'/>
247 <exports symbol='xmlCatalogLocalResolveURI' type='function'/>
248 <exports symbol='xmlCatalogRemove' type='function'/>
249 <exports symbol='xmlCatalogResolve' type='function'/>
250 <exports symbol='xmlCatalogResolvePublic' type='function'/>
251 <exports symbol='xmlCatalogResolveSystem' type='function'/>
252 <exports symbol='xmlCatalogResolveURI' type='function'/>
253 <exports symbol='xmlCatalogSetDebug' type='function'/>
254 <exports symbol='xmlCatalogSetDefaultPrefer' type='function'/>
255 <exports symbol='xmlCatalogSetDefaults' type='function'/>
256 <exports symbol='xmlConvertSGMLCatalog' type='function'/>
257 <exports symbol='xmlFreeCatalog' type='function'/>
258 <exports symbol='xmlInitializeCatalog' type='function'/>
259 <exports symbol='xmlLoadACatalog' type='function'/>
260 <exports symbol='xmlLoadCatalog' type='function'/>
261 <exports symbol='xmlLoadCatalogs' type='function'/>
262 <exports symbol='xmlLoadSGMLSuperCatalog' type='function'/>
263 <exports symbol='xmlNewCatalog' type='function'/>
264 <exports symbol='xmlParseCatalogFile' type='function'/>
270 <exports symbol='xmlIsBaseCharQ' type='macro'/>
271 <exports symbol='xmlIsBaseChar_ch' type='macro'/>
272 <exports symbol='xmlIsBlankQ' type='macro'/>
273 <exports symbol='xmlIsBlank_ch' type='macro'/>
274 <exports symbol='xmlIsCharQ' type='macro'/>
275 <exports symbol='xmlIsChar_ch' type='macro'/>
276 <exports symbol='xmlIsCombiningQ' type='macro'/>
277 <exports symbol='xmlIsDigitQ' type='macro'/>
278 <exports symbol='xmlIsDigit_ch' type='macro'/>
279 <exports symbol='xmlIsExtenderQ' type='macro'/>
280 <exports symbol='xmlIsExtender_ch' type='macro'/>
281 <exports symbol='xmlIsIdeographicQ' type='macro'/>
282 <exports symbol='xmlIsPubidCharQ' type='macro'/>
283 <exports symbol='xmlIsPubidChar_ch' type='macro'/>
284 <exports symbol='xmlChLRange' type='typedef'/>
285 <exports symbol='xmlChLRangePtr' type='typedef'/>
286 <exports symbol='xmlChRangeGroup' type='typedef'/>
287 <exports symbol='xmlChRangeGroupPtr' type='typedef'/>
288 <exports symbol='xmlChSRange' type='typedef'/>
289 <exports symbol='xmlChSRangePtr' type='typedef'/>
290 <exports symbol='_xmlChLRange' type='struct'/>
291 <exports symbol='_xmlChRangeGroup' type='struct'/>
292 <exports symbol='_xmlChSRange' type='struct'/>
293 <exports symbol='xmlIsBaseCharGroup' type='variable'/>
294 <exports symbol='xmlIsCharGroup' type='variable'/>
295 <exports symbol='xmlIsCombiningGroup' type='variable'/>
296 <exports symbol='xmlIsDigitGroup' type='variable'/>
297 <exports symbol='xmlIsExtenderGroup' type='variable'/>
298 <exports symbol='xmlIsIdeographicGroup' type='variable'/>
299 <exports symbol='xmlIsPubidChar_tab' type='variable'/>
300 <exports symbol='xmlCharInRange' type='function'/>
301 <exports symbol='xmlIsBaseChar' type='function'/>
302 <exports symbol='xmlIsBlank' type='function'/>
303 <exports symbol='xmlIsChar' type='function'/>
304 <exports symbol='xmlIsCombining' type='function'/>
305 <exports symbol='xmlIsDigit' type='function'/>
306 <exports symbol='xmlIsExtender' type='function'/>
307 <exports symbol='xmlIsIdeographic' type='function'/>
308 <exports symbol='xmlIsPubidChar' type='function'/>
311 <summary>Tree debugging APIs</summary>
312 …<description>Interfaces to a set of routines used for debugging the tree produced by the XML parse…
314 <exports symbol='xmlShellCtxt' type='typedef'/>
315 <exports symbol='xmlShellCtxtPtr' type='typedef'/>
316 <exports symbol='_xmlShellCtxt' type='struct'/>
317 <exports symbol='xmlBoolToText' type='function'/>
318 <exports symbol='xmlDebugCheckDocument' type='function'/>
319 <exports symbol='xmlDebugDumpAttr' type='function'/>
320 <exports symbol='xmlDebugDumpAttrList' type='function'/>
321 <exports symbol='xmlDebugDumpDTD' type='function'/>
322 <exports symbol='xmlDebugDumpDocument' type='function'/>
323 <exports symbol='xmlDebugDumpDocumentHead' type='function'/>
324 <exports symbol='xmlDebugDumpEntities' type='function'/>
325 <exports symbol='xmlDebugDumpNode' type='function'/>
326 <exports symbol='xmlDebugDumpNodeList' type='function'/>
327 <exports symbol='xmlDebugDumpOneNode' type='function'/>
328 <exports symbol='xmlDebugDumpString' type='function'/>
329 <exports symbol='xmlLsCountNode' type='function'/>
330 <exports symbol='xmlLsOneNode' type='function'/>
331 <exports symbol='xmlShell' type='function'/>
332 <exports symbol='xmlShellBase' type='function'/>
333 <exports symbol='xmlShellCat' type='function'/>
334 <exports symbol='xmlShellCmd' type='function'/>
335 <exports symbol='xmlShellDir' type='function'/>
336 <exports symbol='xmlShellDu' type='function'/>
337 <exports symbol='xmlShellList' type='function'/>
338 <exports symbol='xmlShellLoad' type='function'/>
339 <exports symbol='xmlShellPrintNode' type='function'/>
340 <exports symbol='xmlShellPrintXPathError' type='function'/>
341 <exports symbol='xmlShellPrintXPathResult' type='function'/>
342 <exports symbol='xmlShellPwd' type='function'/>
343 <exports symbol='xmlShellReadlineFunc' type='function'/>
344 <exports symbol='xmlShellSave' type='function'/>
345 <exports symbol='xmlShellValidate' type='function'/>
346 <exports symbol='xmlShellWrite' type='function'/>
352 <exports symbol='xmlDict' type='typedef'/>
353 <exports symbol='xmlDictPtr' type='typedef'/>
354 <exports symbol='xmlDictCleanup' type='function'/>
355 <exports symbol='xmlDictCreate' type='function'/>
356 <exports symbol='xmlDictCreateSub' type='function'/>
357 <exports symbol='xmlDictExists' type='function'/>
358 <exports symbol='xmlDictFree' type='function'/>
359 <exports symbol='xmlDictGetUsage' type='function'/>
360 <exports symbol='xmlDictLookup' type='function'/>
361 <exports symbol='xmlDictOwns' type='function'/>
362 <exports symbol='xmlDictQLookup' type='function'/>
363 <exports symbol='xmlDictReference' type='function'/>
364 <exports symbol='xmlDictSetLimit' type='function'/>
365 <exports symbol='xmlDictSize' type='function'/>
366 <exports symbol='xmlInitializeDict' type='function'/>
370 …-8 and UTF-16) F. Yergeau Alis Technologies [ISO-10646] UTF-8 and UTF-16 in Annexes [ISO-8859-1…
372 <exports symbol='XML_CHAR_ENCODING_2022_JP' type='enum'/>
373 <exports symbol='XML_CHAR_ENCODING_8859_1' type='enum'/>
374 <exports symbol='XML_CHAR_ENCODING_8859_2' type='enum'/>
375 <exports symbol='XML_CHAR_ENCODING_8859_3' type='enum'/>
376 <exports symbol='XML_CHAR_ENCODING_8859_4' type='enum'/>
377 <exports symbol='XML_CHAR_ENCODING_8859_5' type='enum'/>
378 <exports symbol='XML_CHAR_ENCODING_8859_6' type='enum'/>
379 <exports symbol='XML_CHAR_ENCODING_8859_7' type='enum'/>
380 <exports symbol='XML_CHAR_ENCODING_8859_8' type='enum'/>
381 <exports symbol='XML_CHAR_ENCODING_8859_9' type='enum'/>
382 <exports symbol='XML_CHAR_ENCODING_ASCII' type='enum'/>
383 <exports symbol='XML_CHAR_ENCODING_EBCDIC' type='enum'/>
384 <exports symbol='XML_CHAR_ENCODING_ERROR' type='enum'/>
385 <exports symbol='XML_CHAR_ENCODING_EUC_JP' type='enum'/>
386 <exports symbol='XML_CHAR_ENCODING_NONE' type='enum'/>
387 <exports symbol='XML_CHAR_ENCODING_SHIFT_JIS' type='enum'/>
388 <exports symbol='XML_CHAR_ENCODING_UCS2' type='enum'/>
389 <exports symbol='XML_CHAR_ENCODING_UCS4BE' type='enum'/>
390 <exports symbol='XML_CHAR_ENCODING_UCS4LE' type='enum'/>
391 <exports symbol='XML_CHAR_ENCODING_UCS4_2143' type='enum'/>
392 <exports symbol='XML_CHAR_ENCODING_UCS4_3412' type='enum'/>
393 <exports symbol='XML_CHAR_ENCODING_UTF16BE' type='enum'/>
394 <exports symbol='XML_CHAR_ENCODING_UTF16LE' type='enum'/>
395 <exports symbol='XML_CHAR_ENCODING_UTF8' type='enum'/>
396 <exports symbol='XML_ENC_ERR_INPUT' type='enum'/>
397 <exports symbol='XML_ENC_ERR_INTERNAL' type='enum'/>
398 <exports symbol='XML_ENC_ERR_MEMORY' type='enum'/>
399 <exports symbol='XML_ENC_ERR_PARTIAL' type='enum'/>
400 <exports symbol='XML_ENC_ERR_SPACE' type='enum'/>
401 <exports symbol='XML_ENC_ERR_SUCCESS' type='enum'/>
402 <exports symbol='xmlCharEncError' type='typedef'/>
403 <exports symbol='xmlCharEncoding' type='typedef'/>
404 <exports symbol='xmlCharEncodingHandler' type='typedef'/>
405 <exports symbol='xmlCharEncodingHandlerPtr' type='typedef'/>
406 <exports symbol='_xmlCharEncodingHandler' type='struct'/>
407 <exports symbol='UTF8Toisolat1' type='function'/>
408 <exports symbol='isolat1ToUTF8' type='function'/>
409 <exports symbol='xmlAddEncodingAlias' type='function'/>
410 <exports symbol='xmlCharEncCloseFunc' type='function'/>
411 <exports symbol='xmlCharEncFirstLine' type='function'/>
412 <exports symbol='xmlCharEncInFunc' type='function'/>
413 <exports symbol='xmlCharEncOutFunc' type='function'/>
414 <exports symbol='xmlCharEncodingInputFunc' type='function'/>
415 <exports symbol='xmlCharEncodingOutputFunc' type='function'/>
416 <exports symbol='xmlCleanupCharEncodingHandlers' type='function'/>
417 <exports symbol='xmlCleanupEncodingAliases' type='function'/>
418 <exports symbol='xmlDelEncodingAlias' type='function'/>
419 <exports symbol='xmlDetectCharEncoding' type='function'/>
420 <exports symbol='xmlFindCharEncodingHandler' type='function'/>
421 <exports symbol='xmlGetCharEncodingHandler' type='function'/>
422 <exports symbol='xmlGetCharEncodingName' type='function'/>
423 <exports symbol='xmlGetEncodingAlias' type='function'/>
424 <exports symbol='xmlInitCharEncodingHandlers' type='function'/>
425 <exports symbol='xmlLookupCharEncodingHandler' type='function'/>
426 <exports symbol='xmlNewCharEncodingHandler' type='function'/>
427 <exports symbol='xmlOpenCharEncodingHandler' type='function'/>
428 <exports symbol='xmlParseCharEncoding' type='function'/>
429 <exports symbol='xmlRegisterCharEncodingHandler' type='function'/>
435 <exports symbol='XML_EXTERNAL_GENERAL_PARSED_ENTITY' type='enum'/>
436 <exports symbol='XML_EXTERNAL_GENERAL_UNPARSED_ENTITY' type='enum'/>
437 <exports symbol='XML_EXTERNAL_PARAMETER_ENTITY' type='enum'/>
438 <exports symbol='XML_INTERNAL_GENERAL_ENTITY' type='enum'/>
439 <exports symbol='XML_INTERNAL_PARAMETER_ENTITY' type='enum'/>
440 <exports symbol='XML_INTERNAL_PREDEFINED_ENTITY' type='enum'/>
441 <exports symbol='xmlEntitiesTable' type='typedef'/>
442 <exports symbol='xmlEntitiesTablePtr' type='typedef'/>
443 <exports symbol='xmlEntityType' type='typedef'/>
444 <exports symbol='_xmlEntity' type='struct'/>
445 <exports symbol='xmlAddDocEntity' type='function'/>
446 <exports symbol='xmlAddDtdEntity' type='function'/>
447 <exports symbol='xmlAddEntity' type='function'/>
448 <exports symbol='xmlCleanupPredefinedEntities' type='function'/>
449 <exports symbol='xmlCopyEntitiesTable' type='function'/>
450 <exports symbol='xmlCreateEntitiesTable' type='function'/>
451 <exports symbol='xmlDumpEntitiesTable' type='function'/>
452 <exports symbol='xmlDumpEntityDecl' type='function'/>
453 <exports symbol='xmlEncodeEntities' type='function'/>
454 <exports symbol='xmlEncodeEntitiesReentrant' type='function'/>
455 <exports symbol='xmlEncodeSpecialChars' type='function'/>
456 <exports symbol='xmlFreeEntitiesTable' type='function'/>
457 <exports symbol='xmlFreeEntity' type='function'/>
458 <exports symbol='xmlGetDocEntity' type='function'/>
459 <exports symbol='xmlGetDtdEntity' type='function'/>
460 <exports symbol='xmlGetParameterEntity' type='function'/>
461 <exports symbol='xmlGetPredefinedEntity' type='function'/>
462 <exports symbol='xmlInitializePredefinedEntities' type='function'/>
463 <exports symbol='xmlNewEntity' type='function'/>
468 <exports symbol='xmlGlobalState' type='typedef'/>
469 <exports symbol='xmlGlobalStatePtr' type='typedef'/>
470 <exports symbol='xmlGetGlobalState' type='function'/>
471 <exports symbol='xmlInitializeGlobalState' type='function'/>
477 <exports symbol='XML_CAST_FPTR' type='macro'/>
478 <exports symbol='xmlHashTable' type='typedef'/>
479 <exports symbol='xmlHashTablePtr' type='typedef'/>
480 <exports symbol='xmlHashAdd' type='function'/>
481 <exports symbol='xmlHashAdd2' type='function'/>
482 <exports symbol='xmlHashAdd3' type='function'/>
483 <exports symbol='xmlHashAddEntry' type='function'/>
484 <exports symbol='xmlHashAddEntry2' type='function'/>
485 <exports symbol='xmlHashAddEntry3' type='function'/>
486 <exports symbol='xmlHashCopier' type='function'/>
487 <exports symbol='xmlHashCopy' type='function'/>
488 <exports symbol='xmlHashCopySafe' type='function'/>
489 <exports symbol='xmlHashCreate' type='function'/>
490 <exports symbol='xmlHashCreateDict' type='function'/>
491 <exports symbol='xmlHashDeallocator' type='function'/>
492 <exports symbol='xmlHashDefaultDeallocator' type='function'/>
493 <exports symbol='xmlHashFree' type='function'/>
494 <exports symbol='xmlHashLookup' type='function'/>
495 <exports symbol='xmlHashLookup2' type='function'/>
496 <exports symbol='xmlHashLookup3' type='function'/>
497 <exports symbol='xmlHashQLookup' type='function'/>
498 <exports symbol='xmlHashQLookup2' type='function'/>
499 <exports symbol='xmlHashQLookup3' type='function'/>
500 <exports symbol='xmlHashRemoveEntry' type='function'/>
501 <exports symbol='xmlHashRemoveEntry2' type='function'/>
502 <exports symbol='xmlHashRemoveEntry3' type='function'/>
503 <exports symbol='xmlHashScan' type='function'/>
504 <exports symbol='xmlHashScan3' type='function'/>
505 <exports symbol='xmlHashScanFull' type='function'/>
506 <exports symbol='xmlHashScanFull3' type='function'/>
507 <exports symbol='xmlHashScanner' type='function'/>
508 <exports symbol='xmlHashScannerFull' type='function'/>
509 <exports symbol='xmlHashSize' type='function'/>
510 <exports symbol='xmlHashUpdateEntry' type='function'/>
511 <exports symbol='xmlHashUpdateEntry2' type='function'/>
512 <exports symbol='xmlHashUpdateEntry3' type='function'/>
518 <exports symbol='xmlLink' type='typedef'/>
519 <exports symbol='xmlLinkPtr' type='typedef'/>
520 <exports symbol='xmlList' type='typedef'/>
521 <exports symbol='xmlListPtr' type='typedef'/>
522 <exports symbol='xmlLinkGetData' type='function'/>
523 <exports symbol='xmlListAppend' type='function'/>
524 <exports symbol='xmlListClear' type='function'/>
525 <exports symbol='xmlListCopy' type='function'/>
526 <exports symbol='xmlListCreate' type='function'/>
527 <exports symbol='xmlListDataCompare' type='function'/>
528 <exports symbol='xmlListDeallocator' type='function'/>
529 <exports symbol='xmlListDelete' type='function'/>
530 <exports symbol='xmlListDup' type='function'/>
531 <exports symbol='xmlListEmpty' type='function'/>
532 <exports symbol='xmlListEnd' type='function'/>
533 <exports symbol='xmlListFront' type='function'/>
534 <exports symbol='xmlListInsert' type='function'/>
535 <exports symbol='xmlListMerge' type='function'/>
536 <exports symbol='xmlListPopBack' type='function'/>
537 <exports symbol='xmlListPopFront' type='function'/>
538 <exports symbol='xmlListPushBack' type='function'/>
539 <exports symbol='xmlListPushFront' type='function'/>
540 <exports symbol='xmlListRemoveAll' type='function'/>
541 <exports symbol='xmlListRemoveFirst' type='function'/>
542 <exports symbol='xmlListRemoveLast' type='function'/>
543 <exports symbol='xmlListReverse' type='function'/>
544 <exports symbol='xmlListReverseSearch' type='function'/>
545 <exports symbol='xmlListReverseWalk' type='function'/>
546 <exports symbol='xmlListSearch' type='function'/>
547 <exports symbol='xmlListSize' type='function'/>
548 <exports symbol='xmlListSort' type='function'/>
549 <exports symbol='xmlListWalk' type='function'/>
550 <exports symbol='xmlListWalker' type='function'/>
557 <exports symbol='INVALID_SOCKET' type='macro'/>
558 <exports symbol='SOCKET' type='macro'/>
559 <exports symbol='ftpDataCallback' type='function'/>
560 <exports symbol='ftpListCallback' type='function'/>
561 <exports symbol='xmlNanoFTPCheckResponse' type='function'/>
562 <exports symbol='xmlNanoFTPCleanup' type='function'/>
563 <exports symbol='xmlNanoFTPClose' type='function'/>
564 <exports symbol='xmlNanoFTPCloseConnection' type='function'/>
565 <exports symbol='xmlNanoFTPConnect' type='function'/>
566 <exports symbol='xmlNanoFTPConnectTo' type='function'/>
567 <exports symbol='xmlNanoFTPCwd' type='function'/>
568 <exports symbol='xmlNanoFTPDele' type='function'/>
569 <exports symbol='xmlNanoFTPFreeCtxt' type='function'/>
570 <exports symbol='xmlNanoFTPGet' type='function'/>
571 <exports symbol='xmlNanoFTPGetConnection' type='function'/>
572 <exports symbol='xmlNanoFTPGetResponse' type='function'/>
573 <exports symbol='xmlNanoFTPGetSocket' type='function'/>
574 <exports symbol='xmlNanoFTPInit' type='function'/>
575 <exports symbol='xmlNanoFTPList' type='function'/>
576 <exports symbol='xmlNanoFTPNewCtxt' type='function'/>
577 <exports symbol='xmlNanoFTPOpen' type='function'/>
578 <exports symbol='xmlNanoFTPProxy' type='function'/>
579 <exports symbol='xmlNanoFTPQuit' type='function'/>
580 <exports symbol='xmlNanoFTPRead' type='function'/>
581 <exports symbol='xmlNanoFTPScanProxy' type='function'/>
582 <exports symbol='xmlNanoFTPUpdateURL' type='function'/>
588 <exports symbol='xmlNanoHTTPAuthHeader' type='function'/>
589 <exports symbol='xmlNanoHTTPCleanup' type='function'/>
590 <exports symbol='xmlNanoHTTPClose' type='function'/>
591 <exports symbol='xmlNanoHTTPContentLength' type='function'/>
592 <exports symbol='xmlNanoHTTPEncoding' type='function'/>
593 <exports symbol='xmlNanoHTTPFetch' type='function'/>
594 <exports symbol='xmlNanoHTTPInit' type='function'/>
595 <exports symbol='xmlNanoHTTPMethod' type='function'/>
596 <exports symbol='xmlNanoHTTPMethodRedir' type='function'/>
597 <exports symbol='xmlNanoHTTPMimeType' type='function'/>
598 <exports symbol='xmlNanoHTTPOpen' type='function'/>
599 <exports symbol='xmlNanoHTTPOpenRedir' type='function'/>
600 <exports symbol='xmlNanoHTTPRead' type='function'/>
601 <exports symbol='xmlNanoHTTPRedir' type='function'/>
602 <exports symbol='xmlNanoHTTPReturnCode' type='function'/>
603 <exports symbol='xmlNanoHTTPSave' type='function'/>
604 <exports symbol='xmlNanoHTTPScanProxy' type='function'/>
610 <exports symbol='XML_DEFAULT_VERSION' type='macro'/>
611 <exports symbol='XML_SAX2_MAGIC' type='macro'/>
612 <exports symbol='XML_PARSER_ATTRIBUTE_VALUE' type='enum'/>
613 <exports symbol='XML_PARSER_CDATA_SECTION' type='enum'/>
614 <exports symbol='XML_PARSER_COMMENT' type='enum'/>
615 <exports symbol='XML_PARSER_CONTENT' type='enum'/>
616 <exports symbol='XML_PARSER_DTD' type='enum'/>
617 <exports symbol='XML_PARSER_END_TAG' type='enum'/>
618 <exports symbol='XML_PARSER_ENTITY_DECL' type='enum'/>
619 <exports symbol='XML_PARSER_ENTITY_VALUE' type='enum'/>
620 <exports symbol='XML_PARSER_EOF' type='enum'/>
621 <exports symbol='XML_PARSER_EPILOG' type='enum'/>
622 <exports symbol='XML_PARSER_IGNORE' type='enum'/>
623 <exports symbol='XML_PARSER_MISC' type='enum'/>
624 <exports symbol='XML_PARSER_PI' type='enum'/>
625 <exports symbol='XML_PARSER_PROLOG' type='enum'/>
626 <exports symbol='XML_PARSER_PUBLIC_LITERAL' type='enum'/>
627 <exports symbol='XML_PARSER_START' type='enum'/>
628 <exports symbol='XML_PARSER_START_TAG' type='enum'/>
629 <exports symbol='XML_PARSER_SYSTEM_LITERAL' type='enum'/>
630 <exports symbol='XML_PARSER_XML_DECL' type='enum'/>
631 <exports symbol='XML_PARSE_BIG_LINES' type='enum'/>
632 <exports symbol='XML_PARSE_COMPACT' type='enum'/>
633 <exports symbol='XML_PARSE_DOM' type='enum'/>
634 <exports symbol='XML_PARSE_DTDATTR' type='enum'/>
635 <exports symbol='XML_PARSE_DTDLOAD' type='enum'/>
636 <exports symbol='XML_PARSE_DTDVALID' type='enum'/>
637 <exports symbol='XML_PARSE_HUGE' type='enum'/>
638 <exports symbol='XML_PARSE_IGNORE_ENC' type='enum'/>
639 <exports symbol='XML_PARSE_NOBASEFIX' type='enum'/>
640 <exports symbol='XML_PARSE_NOBLANKS' type='enum'/>
641 <exports symbol='XML_PARSE_NOCDATA' type='enum'/>
642 <exports symbol='XML_PARSE_NODICT' type='enum'/>
643 <exports symbol='XML_PARSE_NOENT' type='enum'/>
644 <exports symbol='XML_PARSE_NOERROR' type='enum'/>
645 <exports symbol='XML_PARSE_NONET' type='enum'/>
646 <exports symbol='XML_PARSE_NOWARNING' type='enum'/>
647 <exports symbol='XML_PARSE_NOXINCNODE' type='enum'/>
648 <exports symbol='XML_PARSE_NO_XXE' type='enum'/>
649 <exports symbol='XML_PARSE_NSCLEAN' type='enum'/>
650 <exports symbol='XML_PARSE_OLD10' type='enum'/>
651 <exports symbol='XML_PARSE_OLDSAX' type='enum'/>
652 <exports symbol='XML_PARSE_PEDANTIC' type='enum'/>
653 <exports symbol='XML_PARSE_PUSH_DOM' type='enum'/>
654 <exports symbol='XML_PARSE_PUSH_SAX' type='enum'/>
655 <exports symbol='XML_PARSE_READER' type='enum'/>
656 <exports symbol='XML_PARSE_RECOVER' type='enum'/>
657 <exports symbol='XML_PARSE_SAX' type='enum'/>
658 <exports symbol='XML_PARSE_SAX1' type='enum'/>
659 <exports symbol='XML_PARSE_UNKNOWN' type='enum'/>
660 <exports symbol='XML_PARSE_XINCLUDE' type='enum'/>
661 <exports symbol='XML_WITH_AUTOMATA' type='enum'/>
662 <exports symbol='XML_WITH_C14N' type='enum'/>
663 <exports symbol='XML_WITH_CATALOG' type='enum'/>
664 <exports symbol='XML_WITH_DEBUG' type='enum'/>
665 <exports symbol='XML_WITH_DEBUG_MEM' type='enum'/>
666 <exports symbol='XML_WITH_DEBUG_RUN' type='enum'/>
667 <exports symbol='XML_WITH_EXPR' type='enum'/>
668 <exports symbol='XML_WITH_FTP' type='enum'/>
669 <exports symbol='XML_WITH_HTML' type='enum'/>
670 <exports symbol='XML_WITH_HTTP' type='enum'/>
671 <exports symbol='XML_WITH_ICONV' type='enum'/>
672 <exports symbol='XML_WITH_ICU' type='enum'/>
673 <exports symbol='XML_WITH_ISO8859X' type='enum'/>
674 <exports symbol='XML_WITH_LEGACY' type='enum'/>
675 <exports symbol='XML_WITH_LZMA' type='enum'/>
676 <exports symbol='XML_WITH_MODULES' type='enum'/>
677 <exports symbol='XML_WITH_NONE' type='enum'/>
678 <exports symbol='XML_WITH_OUTPUT' type='enum'/>
679 <exports symbol='XML_WITH_PATTERN' type='enum'/>
680 <exports symbol='XML_WITH_PUSH' type='enum'/>
681 <exports symbol='XML_WITH_READER' type='enum'/>
682 <exports symbol='XML_WITH_REGEXP' type='enum'/>
683 <exports symbol='XML_WITH_SAX1' type='enum'/>
684 <exports symbol='XML_WITH_SCHEMAS' type='enum'/>
685 <exports symbol='XML_WITH_SCHEMATRON' type='enum'/>
686 <exports symbol='XML_WITH_THREAD' type='enum'/>
687 <exports symbol='XML_WITH_TREE' type='enum'/>
688 <exports symbol='XML_WITH_UNICODE' type='enum'/>
689 <exports symbol='XML_WITH_VALID' type='enum'/>
690 <exports symbol='XML_WITH_WRITER' type='enum'/>
691 <exports symbol='XML_WITH_XINCLUDE' type='enum'/>
692 <exports symbol='XML_WITH_XPATH' type='enum'/>
693 <exports symbol='XML_WITH_XPTR' type='enum'/>
694 <exports symbol='XML_WITH_ZLIB' type='enum'/>
695 <exports symbol='xmlAttrHashBucket' type='typedef'/>
696 <exports symbol='xmlFeature' type='typedef'/>
697 <exports symbol='xmlParserInputState' type='typedef'/>
698 <exports symbol='xmlParserMode' type='typedef'/>
699 <exports symbol='xmlParserNodeInfo' type='typedef'/>
700 <exports symbol='xmlParserNodeInfoPtr' type='typedef'/>
701 <exports symbol='xmlParserNodeInfoSeq' type='typedef'/>
702 <exports symbol='xmlParserNodeInfoSeqPtr' type='typedef'/>
703 <exports symbol='xmlParserNsData' type='typedef'/>
704 <exports symbol='xmlParserOption' type='typedef'/>
705 <exports symbol='xmlSAXHandlerV1' type='typedef'/>
706 <exports symbol='xmlSAXHandlerV1Ptr' type='typedef'/>
707 <exports symbol='xmlStartTag' type='typedef'/>
708 <exports symbol='_xmlParserCtxt' type='struct'/>
709 <exports symbol='_xmlParserInput' type='struct'/>
710 <exports symbol='_xmlParserNodeInfo' type='struct'/>
711 <exports symbol='_xmlParserNodeInfoSeq' type='struct'/>
712 <exports symbol='_xmlSAXHandler' type='struct'/>
713 <exports symbol='_xmlSAXHandlerV1' type='struct'/>
714 <exports symbol='_xmlSAXLocator' type='struct'/>
715 <exports symbol='oldXMLWDcompatibility' type='variable'/>
716 <exports symbol='xmlDefaultSAXHandler' type='variable'/>
717 <exports symbol='xmlDefaultSAXLocator' type='variable'/>
718 <exports symbol='xmlParserDebugEntities' type='variable'/>
719 <exports symbol='xmlParserVersion' type='variable'/>
720 <exports symbol='attributeDeclSAXFunc' type='function'/>
721 <exports symbol='attributeSAXFunc' type='function'/>
722 <exports symbol='cdataBlockSAXFunc' type='function'/>
723 <exports symbol='charactersSAXFunc' type='function'/>
724 <exports symbol='commentSAXFunc' type='function'/>
725 <exports symbol='elementDeclSAXFunc' type='function'/>
726 <exports symbol='endDocumentSAXFunc' type='function'/>
727 <exports symbol='endElementNsSAX2Func' type='function'/>
728 <exports symbol='endElementSAXFunc' type='function'/>
729 <exports symbol='entityDeclSAXFunc' type='function'/>
730 <exports symbol='errorSAXFunc' type='function'/>
731 <exports symbol='externalSubsetSAXFunc' type='function'/>
732 <exports symbol='fatalErrorSAXFunc' type='function'/>
733 <exports symbol='getEntitySAXFunc' type='function'/>
734 <exports symbol='getParameterEntitySAXFunc' type='function'/>
735 <exports symbol='hasExternalSubsetSAXFunc' type='function'/>
736 <exports symbol='hasInternalSubsetSAXFunc' type='function'/>
737 <exports symbol='ignorableWhitespaceSAXFunc' type='function'/>
738 <exports symbol='internalSubsetSAXFunc' type='function'/>
739 <exports symbol='isStandaloneSAXFunc' type='function'/>
740 <exports symbol='notationDeclSAXFunc' type='function'/>
741 <exports symbol='processingInstructionSAXFunc' type='function'/>
742 <exports symbol='referenceSAXFunc' type='function'/>
743 <exports symbol='resolveEntitySAXFunc' type='function'/>
744 <exports symbol='setDocumentLocatorSAXFunc' type='function'/>
745 <exports symbol='startDocumentSAXFunc' type='function'/>
746 <exports symbol='startElementNsSAX2Func' type='function'/>
747 <exports symbol='startElementSAXFunc' type='function'/>
748 <exports symbol='unparsedEntityDeclSAXFunc' type='function'/>
749 <exports symbol='warningSAXFunc' type='function'/>
750 <exports symbol='xmlByteConsumed' type='function'/>
751 <exports symbol='xmlCleanupGlobals' type='function'/>
752 <exports symbol='xmlCleanupParser' type='function'/>
753 <exports symbol='xmlClearNodeInfoSeq' type='function'/>
754 <exports symbol='xmlClearParserCtxt' type='function'/>
755 <exports symbol='xmlCreateDocParserCtxt' type='function'/>
756 <exports symbol='xmlCreateIOParserCtxt' type='function'/>
757 <exports symbol='xmlCreatePushParserCtxt' type='function'/>
758 <exports symbol='xmlCtxtParseDocument' type='function'/>
759 <exports symbol='xmlCtxtReadDoc' type='function'/>
760 <exports symbol='xmlCtxtReadFd' type='function'/>
761 <exports symbol='xmlCtxtReadFile' type='function'/>
762 <exports symbol='xmlCtxtReadIO' type='function'/>
763 <exports symbol='xmlCtxtReadMemory' type='function'/>
764 <exports symbol='xmlCtxtReset' type='function'/>
765 <exports symbol='xmlCtxtResetPush' type='function'/>
766 <exports symbol='xmlCtxtSetErrorHandler' type='function'/>
767 <exports symbol='xmlCtxtSetMaxAmplification' type='function'/>
768 <exports symbol='xmlCtxtSetOptions' type='function'/>
769 <exports symbol='xmlCtxtUseOptions' type='function'/>
770 <exports symbol='xmlExternalEntityLoader' type='function'/>
771 <exports symbol='xmlFreeParserCtxt' type='function'/>
772 <exports symbol='xmlGetExternalEntityLoader' type='function'/>
773 <exports symbol='xmlGetFeature' type='function'/>
774 <exports symbol='xmlGetFeaturesList' type='function'/>
775 <exports symbol='xmlHasFeature' type='function'/>
776 <exports symbol='xmlIOParseDTD' type='function'/>
777 <exports symbol='xmlInitGlobals' type='function'/>
778 <exports symbol='xmlInitNodeInfoSeq' type='function'/>
779 <exports symbol='xmlInitParser' type='function'/>
780 <exports symbol='xmlInitParserCtxt' type='function'/>
781 <exports symbol='xmlKeepBlanksDefault' type='function'/>
782 <exports symbol='xmlLineNumbersDefault' type='function'/>
783 <exports symbol='xmlLoadExternalEntity' type='function'/>
784 <exports symbol='xmlNewIOInputStream' type='function'/>
785 <exports symbol='xmlNewParserCtxt' type='function'/>
786 <exports symbol='xmlNewSAXParserCtxt' type='function'/>
787 <exports symbol='xmlParseBalancedChunkMemory' type='function'/>
788 <exports symbol='xmlParseBalancedChunkMemoryRecover' type='function'/>
789 <exports symbol='xmlParseChunk' type='function'/>
790 <exports symbol='xmlParseCtxtExternalEntity' type='function'/>
791 <exports symbol='xmlParseDTD' type='function'/>
792 <exports symbol='xmlParseDoc' type='function'/>
793 <exports symbol='xmlParseDocument' type='function'/>
794 <exports symbol='xmlParseEntity' type='function'/>
795 <exports symbol='xmlParseExtParsedEnt' type='function'/>
796 <exports symbol='xmlParseExternalEntity' type='function'/>
797 <exports symbol='xmlParseFile' type='function'/>
798 <exports symbol='xmlParseInNodeContext' type='function'/>
799 <exports symbol='xmlParseMemory' type='function'/>
800 <exports symbol='xmlParserAddNodeInfo' type='function'/>
801 <exports symbol='xmlParserFindNodeInfo' type='function'/>
802 <exports symbol='xmlParserFindNodeInfoIndex' type='function'/>
803 <exports symbol='xmlParserInputDeallocate' type='function'/>
804 <exports symbol='xmlParserInputGrow' type='function'/>
805 <exports symbol='xmlParserInputRead' type='function'/>
806 <exports symbol='xmlPedanticParserDefault' type='function'/>
807 <exports symbol='xmlReadDoc' type='function'/>
808 <exports symbol='xmlReadFd' type='function'/>
809 <exports symbol='xmlReadFile' type='function'/>
810 <exports symbol='xmlReadIO' type='function'/>
811 <exports symbol='xmlReadMemory' type='function'/>
812 <exports symbol='xmlRecoverDoc' type='function'/>
813 <exports symbol='xmlRecoverFile' type='function'/>
814 <exports symbol='xmlRecoverMemory' type='function'/>
815 <exports symbol='xmlSAXParseDTD' type='function'/>
816 <exports symbol='xmlSAXParseDoc' type='function'/>
817 <exports symbol='xmlSAXParseEntity' type='function'/>
818 <exports symbol='xmlSAXParseFile' type='function'/>
819 <exports symbol='xmlSAXParseFileWithData' type='function'/>
820 <exports symbol='xmlSAXParseMemory' type='function'/>
821 <exports symbol='xmlSAXParseMemoryWithData' type='function'/>
822 <exports symbol='xmlSAXUserParseFile' type='function'/>
823 <exports symbol='xmlSAXUserParseMemory' type='function'/>
824 <exports symbol='xmlSetExternalEntityLoader' type='function'/>
825 <exports symbol='xmlSetFeature' type='function'/>
826 <exports symbol='xmlSetupParserForBuffer' type='function'/>
827 <exports symbol='xmlStopParser' type='function'/>
828 <exports symbol='xmlSubstituteEntitiesDefault' type='function'/>
829 <exports symbol='xmlThrDefDoValidityCheckingDefaultValue' type='function'/>
830 <exports symbol='xmlThrDefGetWarningsDefaultValue' type='function'/>
831 <exports symbol='xmlThrDefKeepBlanksDefaultValue' type='function'/>
832 <exports symbol='xmlThrDefLineNumbersDefaultValue' type='function'/>
833 <exports symbol='xmlThrDefLoadExtDtdDefaultValue' type='function'/>
834 <exports symbol='xmlThrDefParserDebugEntities' type='function'/>
835 <exports symbol='xmlThrDefPedanticParserDefaultValue' type='function'/>
836 <exports symbol='xmlThrDefSubstituteEntitiesDefaultValue' type='function'/>
842 <exports symbol='INPUT_CHUNK' type='macro'/>
843 <exports symbol='IS_ASCII_DIGIT' type='macro'/>
844 <exports symbol='IS_ASCII_LETTER' type='macro'/>
845 <exports symbol='IS_BASECHAR' type='macro'/>
846 <exports symbol='IS_BLANK' type='macro'/>
847 <exports symbol='IS_BLANK_CH' type='macro'/>
848 <exports symbol='IS_BYTE_CHAR' type='macro'/>
849 <exports symbol='IS_CHAR' type='macro'/>
850 <exports symbol='IS_CHAR_CH' type='macro'/>
851 <exports symbol='IS_COMBINING' type='macro'/>
852 <exports symbol='IS_COMBINING_CH' type='macro'/>
853 <exports symbol='IS_DIGIT' type='macro'/>
854 <exports symbol='IS_DIGIT_CH' type='macro'/>
855 <exports symbol='IS_EXTENDER' type='macro'/>
856 <exports symbol='IS_EXTENDER_CH' type='macro'/>
857 <exports symbol='IS_IDEOGRAPHIC' type='macro'/>
858 <exports symbol='IS_LETTER' type='macro'/>
859 <exports symbol='IS_LETTER_CH' type='macro'/>
860 <exports symbol='IS_PUBIDCHAR' type='macro'/>
861 <exports symbol='IS_PUBIDCHAR_CH' type='macro'/>
862 <exports symbol='XML_MAX_DICTIONARY_LIMIT' type='macro'/>
863 <exports symbol='XML_MAX_HUGE_LENGTH' type='macro'/>
864 <exports symbol='XML_MAX_LOOKUP_LIMIT' type='macro'/>
865 <exports symbol='XML_MAX_NAMELEN' type='macro'/>
866 <exports symbol='XML_MAX_NAME_LENGTH' type='macro'/>
867 <exports symbol='XML_MAX_TEXT_LENGTH' type='macro'/>
868 <exports symbol='XML_SUBSTITUTE_BOTH' type='macro'/>
869 <exports symbol='XML_SUBSTITUTE_NONE' type='macro'/>
870 <exports symbol='XML_SUBSTITUTE_PEREF' type='macro'/>
871 <exports symbol='XML_SUBSTITUTE_REF' type='macro'/>
872 <exports symbol='xmlParserMaxDepth' type='variable'/>
873 <exports symbol='xmlStringComment' type='variable'/>
874 <exports symbol='xmlStringText' type='variable'/>
875 <exports symbol='xmlStringTextNoenc' type='variable'/>
876 <exports symbol='inputPop' type='function'/>
877 <exports symbol='inputPush' type='function'/>
878 <exports symbol='namePop' type='function'/>
879 <exports symbol='namePush' type='function'/>
880 <exports symbol='nodePop' type='function'/>
881 <exports symbol='nodePush' type='function'/>
882 <exports symbol='xmlCheckLanguageID' type='function'/>
883 <exports symbol='xmlCopyChar' type='function'/>
884 <exports symbol='xmlCopyCharMultiByte' type='function'/>
885 <exports symbol='xmlCreateEntityParserCtxt' type='function'/>
886 <exports symbol='xmlCreateFileParserCtxt' type='function'/>
887 <exports symbol='xmlCreateMemoryParserCtxt' type='function'/>
888 <exports symbol='xmlCreateURLParserCtxt' type='function'/>
889 <exports symbol='xmlCtxtErrMemory' type='function'/>
890 <exports symbol='xmlCurrentChar' type='function'/>
891 <exports symbol='xmlDecodeEntities' type='function'/>
892 <exports symbol='xmlEntityReferenceFunc' type='function'/>
893 <exports symbol='xmlFreeInputStream' type='function'/>
894 <exports symbol='xmlHandleEntity' type='function'/>
895 <exports symbol='xmlIsLetter' type='function'/>
896 <exports symbol='xmlNamespaceParseNCName' type='function'/>
897 <exports symbol='xmlNamespaceParseNSDef' type='function'/>
898 <exports symbol='xmlNamespaceParseQName' type='function'/>
899 <exports symbol='xmlNewEntityInputStream' type='function'/>
900 <exports symbol='xmlNewInputFromFile' type='function'/>
901 <exports symbol='xmlNewInputStream' type='function'/>
902 <exports symbol='xmlNewStringInputStream' type='function'/>
903 <exports symbol='xmlNextChar' type='function'/>
904 <exports symbol='xmlParseAttValue' type='function'/>
905 <exports symbol='xmlParseAttribute' type='function'/>
906 <exports symbol='xmlParseAttributeListDecl' type='function'/>
907 <exports symbol='xmlParseAttributeType' type='function'/>
908 <exports symbol='xmlParseCDSect' type='function'/>
909 <exports symbol='xmlParseCharData' type='function'/>
910 <exports symbol='xmlParseCharRef' type='function'/>
911 <exports symbol='xmlParseComment' type='function'/>
912 <exports symbol='xmlParseContent' type='function'/>
913 <exports symbol='xmlParseDefaultDecl' type='function'/>
914 <exports symbol='xmlParseDocTypeDecl' type='function'/>
915 <exports symbol='xmlParseElement' type='function'/>
916 <exports symbol='xmlParseElementChildrenContentDecl' type='function'/>
917 <exports symbol='xmlParseElementContentDecl' type='function'/>
918 <exports symbol='xmlParseElementDecl' type='function'/>
919 <exports symbol='xmlParseElementMixedContentDecl' type='function'/>
920 <exports symbol='xmlParseEncName' type='function'/>
921 <exports symbol='xmlParseEncodingDecl' type='function'/>
922 <exports symbol='xmlParseEndTag' type='function'/>
923 <exports symbol='xmlParseEntityDecl' type='function'/>
924 <exports symbol='xmlParseEntityRef' type='function'/>
925 <exports symbol='xmlParseEntityValue' type='function'/>
926 <exports symbol='xmlParseEnumeratedType' type='function'/>
927 <exports symbol='xmlParseEnumerationType' type='function'/>
928 <exports symbol='xmlParseExternalID' type='function'/>
929 <exports symbol='xmlParseExternalSubset' type='function'/>
930 <exports symbol='xmlParseMarkupDecl' type='function'/>
931 <exports symbol='xmlParseMisc' type='function'/>
932 <exports symbol='xmlParseName' type='function'/>
933 <exports symbol='xmlParseNamespace' type='function'/>
934 <exports symbol='xmlParseNmtoken' type='function'/>
935 <exports symbol='xmlParseNotationDecl' type='function'/>
936 <exports symbol='xmlParseNotationType' type='function'/>
937 <exports symbol='xmlParsePEReference' type='function'/>
938 <exports symbol='xmlParsePI' type='function'/>
939 <exports symbol='xmlParsePITarget' type='function'/>
940 <exports symbol='xmlParsePubidLiteral' type='function'/>
941 <exports symbol='xmlParseQuotedString' type='function'/>
942 <exports symbol='xmlParseReference' type='function'/>
943 <exports symbol='xmlParseSDDecl' type='function'/>
944 <exports symbol='xmlParseStartTag' type='function'/>
945 <exports symbol='xmlParseSystemLiteral' type='function'/>
946 <exports symbol='xmlParseTextDecl' type='function'/>
947 <exports symbol='xmlParseVersionInfo' type='function'/>
948 <exports symbol='xmlParseVersionNum' type='function'/>
949 <exports symbol='xmlParseXMLDecl' type='function'/>
950 <exports symbol='xmlParserHandlePEReference' type='function'/>
951 <exports symbol='xmlParserHandleReference' type='function'/>
952 <exports symbol='xmlParserInputShrink' type='function'/>
953 <exports symbol='xmlPopInput' type='function'/>
954 <exports symbol='xmlPushInput' type='function'/>
955 <exports symbol='xmlScanName' type='function'/>
956 <exports symbol='xmlSetEntityReferenceFunc' type='function'/>
957 <exports symbol='xmlSkipBlankChars' type='function'/>
958 <exports symbol='xmlSplitQName' type='function'/>
959 <exports symbol='xmlStringCurrentChar' type='function'/>
960 <exports symbol='xmlStringDecodeEntities' type='function'/>
961 <exports symbol='xmlStringLenDecodeEntities' type='function'/>
962 <exports symbol='xmlSwitchEncoding' type='function'/>
963 <exports symbol='xmlSwitchEncodingName' type='function'/>
964 <exports symbol='xmlSwitchInputEncoding' type='function'/>
965 <exports symbol='xmlSwitchToEncoding' type='function'/>
969 …<description>allows to compile and test pattern expressions for nodes either in a tree or based on…
971 <exports symbol='XML_PATTERN_DEFAULT' type='enum'/>
972 <exports symbol='XML_PATTERN_XPATH' type='enum'/>
973 <exports symbol='XML_PATTERN_XSFIELD' type='enum'/>
974 <exports symbol='XML_PATTERN_XSSEL' type='enum'/>
975 <exports symbol='xmlPattern' type='typedef'/>
976 <exports symbol='xmlPatternFlags' type='typedef'/>
977 <exports symbol='xmlPatternPtr' type='typedef'/>
978 <exports symbol='xmlStreamCtxt' type='typedef'/>
979 <exports symbol='xmlStreamCtxtPtr' type='typedef'/>
980 <exports symbol='xmlFreePattern' type='function'/>
981 <exports symbol='xmlFreePatternList' type='function'/>
982 <exports symbol='xmlFreeStreamCtxt' type='function'/>
983 <exports symbol='xmlPatternCompileSafe' type='function'/>
984 <exports symbol='xmlPatternFromRoot' type='function'/>
985 <exports symbol='xmlPatternGetStreamCtxt' type='function'/>
986 <exports symbol='xmlPatternMatch' type='function'/>
987 <exports symbol='xmlPatternMaxDepth' type='function'/>
988 <exports symbol='xmlPatternMinDepth' type='function'/>
989 <exports symbol='xmlPatternStreamable' type='function'/>
990 <exports symbol='xmlPatterncompile' type='function'/>
991 <exports symbol='xmlStreamPop' type='function'/>
992 <exports symbol='xmlStreamPush' type='function'/>
993 <exports symbol='xmlStreamPushAttr' type='function'/>
994 <exports symbol='xmlStreamPushNode' type='function'/>
995 <exports symbol='xmlStreamWantsAnyNode' type='function'/>
998 <summary>implementation of the Relax-NG validation</summary>
999 <description>implementation of the Relax-NG validation </description>
1001 <exports symbol='XML_RELAXNGP_CRNG' type='enum'/>
1002 <exports symbol='XML_RELAXNGP_FREE_DOC' type='enum'/>
1003 <exports symbol='XML_RELAXNGP_NONE' type='enum'/>
1004 <exports symbol='XML_RELAXNG_ERR_ATTREXTRANS' type='enum'/>
1005 <exports symbol='XML_RELAXNG_ERR_ATTRNAME' type='enum'/>
1006 <exports symbol='XML_RELAXNG_ERR_ATTRNONS' type='enum'/>
1007 <exports symbol='XML_RELAXNG_ERR_ATTRVALID' type='enum'/>
1008 <exports symbol='XML_RELAXNG_ERR_ATTRWRONGNS' type='enum'/>
1009 <exports symbol='XML_RELAXNG_ERR_CONTENTVALID' type='enum'/>
1010 <exports symbol='XML_RELAXNG_ERR_DATAELEM' type='enum'/>
1011 <exports symbol='XML_RELAXNG_ERR_DATATYPE' type='enum'/>
1012 <exports symbol='XML_RELAXNG_ERR_DUPID' type='enum'/>
1013 <exports symbol='XML_RELAXNG_ERR_ELEMEXTRANS' type='enum'/>
1014 <exports symbol='XML_RELAXNG_ERR_ELEMNAME' type='enum'/>
1015 <exports symbol='XML_RELAXNG_ERR_ELEMNONS' type='enum'/>
1016 <exports symbol='XML_RELAXNG_ERR_ELEMNOTEMPTY' type='enum'/>
1017 <exports symbol='XML_RELAXNG_ERR_ELEMWRONG' type='enum'/>
1018 <exports symbol='XML_RELAXNG_ERR_ELEMWRONGNS' type='enum'/>
1019 <exports symbol='XML_RELAXNG_ERR_EXTRACONTENT' type='enum'/>
1020 <exports symbol='XML_RELAXNG_ERR_EXTRADATA' type='enum'/>
1021 <exports symbol='XML_RELAXNG_ERR_INTEREXTRA' type='enum'/>
1022 <exports symbol='XML_RELAXNG_ERR_INTERNAL' type='enum'/>
1023 <exports symbol='XML_RELAXNG_ERR_INTERNODATA' type='enum'/>
1024 <exports symbol='XML_RELAXNG_ERR_INTERSEQ' type='enum'/>
1025 <exports symbol='XML_RELAXNG_ERR_INVALIDATTR' type='enum'/>
1026 <exports symbol='XML_RELAXNG_ERR_LACKDATA' type='enum'/>
1027 <exports symbol='XML_RELAXNG_ERR_LIST' type='enum'/>
1028 <exports symbol='XML_RELAXNG_ERR_LISTELEM' type='enum'/>
1029 <exports symbol='XML_RELAXNG_ERR_LISTEMPTY' type='enum'/>
1030 <exports symbol='XML_RELAXNG_ERR_LISTEXTRA' type='enum'/>
1031 <exports symbol='XML_RELAXNG_ERR_MEMORY' type='enum'/>
1032 <exports symbol='XML_RELAXNG_ERR_NODEFINE' type='enum'/>
1033 <exports symbol='XML_RELAXNG_ERR_NOELEM' type='enum'/>
1034 <exports symbol='XML_RELAXNG_ERR_NOGRAMMAR' type='enum'/>
1035 <exports symbol='XML_RELAXNG_ERR_NOSTATE' type='enum'/>
1036 <exports symbol='XML_RELAXNG_ERR_NOTELEM' type='enum'/>
1037 <exports symbol='XML_RELAXNG_ERR_TEXTWRONG' type='enum'/>
1038 <exports symbol='XML_RELAXNG_ERR_TYPE' type='enum'/>
1039 <exports symbol='XML_RELAXNG_ERR_TYPECMP' type='enum'/>
1040 <exports symbol='XML_RELAXNG_ERR_TYPEVAL' type='enum'/>
1041 <exports symbol='XML_RELAXNG_ERR_VALELEM' type='enum'/>
1042 <exports symbol='XML_RELAXNG_ERR_VALUE' type='enum'/>
1043 <exports symbol='XML_RELAXNG_OK' type='enum'/>
1044 <exports symbol='xmlRelaxNG' type='typedef'/>
1045 <exports symbol='xmlRelaxNGParserCtxt' type='typedef'/>
1046 <exports symbol='xmlRelaxNGParserCtxtPtr' type='typedef'/>
1047 <exports symbol='xmlRelaxNGParserFlag' type='typedef'/>
1048 <exports symbol='xmlRelaxNGPtr' type='typedef'/>
1049 <exports symbol='xmlRelaxNGValidCtxt' type='typedef'/>
1050 <exports symbol='xmlRelaxNGValidCtxtPtr' type='typedef'/>
1051 <exports symbol='xmlRelaxNGValidErr' type='typedef'/>
1052 <exports symbol='xmlRelaxNGCleanupTypes' type='function'/>
1053 <exports symbol='xmlRelaxNGDump' type='function'/>
1054 <exports symbol='xmlRelaxNGDumpTree' type='function'/>
1055 <exports symbol='xmlRelaxNGFree' type='function'/>
1056 <exports symbol='xmlRelaxNGFreeParserCtxt' type='function'/>
1057 <exports symbol='xmlRelaxNGFreeValidCtxt' type='function'/>
1058 <exports symbol='xmlRelaxNGGetParserErrors' type='function'/>
1059 <exports symbol='xmlRelaxNGGetValidErrors' type='function'/>
1060 <exports symbol='xmlRelaxNGInitTypes' type='function'/>
1061 <exports symbol='xmlRelaxNGNewDocParserCtxt' type='function'/>
1062 <exports symbol='xmlRelaxNGNewMemParserCtxt' type='function'/>
1063 <exports symbol='xmlRelaxNGNewParserCtxt' type='function'/>
1064 <exports symbol='xmlRelaxNGNewValidCtxt' type='function'/>
1065 <exports symbol='xmlRelaxNGParse' type='function'/>
1066 <exports symbol='xmlRelaxNGSetParserErrors' type='function'/>
1067 <exports symbol='xmlRelaxNGSetParserStructuredErrors' type='function'/>
1068 <exports symbol='xmlRelaxNGSetValidErrors' type='function'/>
1069 <exports symbol='xmlRelaxNGSetValidStructuredErrors' type='function'/>
1070 <exports symbol='xmlRelaxNGValidateDoc' type='function'/>
1071 <exports symbol='xmlRelaxNGValidateFullElement' type='function'/>
1072 <exports symbol='xmlRelaxNGValidatePopElement' type='function'/>
1073 <exports symbol='xmlRelaxNGValidatePushCData' type='function'/>
1074 <exports symbol='xmlRelaxNGValidatePushElement' type='function'/>
1075 <exports symbol='xmlRelaxNGValidityErrorFunc' type='function'/>
1076 <exports symbol='xmlRelaxNGValidityWarningFunc' type='function'/>
1077 <exports symbol='xmlRelaxParserSetFlag' type='function'/>
1083 <exports symbol='XML_SCHEMAS_ANYATTR_LAX' type='macro'/>
1084 <exports symbol='XML_SCHEMAS_ANYATTR_SKIP' type='macro'/>
1085 <exports symbol='XML_SCHEMAS_ANYATTR_STRICT' type='macro'/>
1086 <exports symbol='XML_SCHEMAS_ANY_LAX' type='macro'/>
1087 <exports symbol='XML_SCHEMAS_ANY_SKIP' type='macro'/>
1088 <exports symbol='XML_SCHEMAS_ANY_STRICT' type='macro'/>
1089 <exports symbol='XML_SCHEMAS_ATTRGROUP_GLOBAL' type='macro'/>
1090 <exports symbol='XML_SCHEMAS_ATTRGROUP_HAS_REFS' type='macro'/>
1091 <exports symbol='XML_SCHEMAS_ATTRGROUP_MARKED' type='macro'/>
1092 <exports symbol='XML_SCHEMAS_ATTRGROUP_REDEFINED' type='macro'/>
1093 <exports symbol='XML_SCHEMAS_ATTRGROUP_WILDCARD_BUILDED' type='macro'/>
1094 <exports symbol='XML_SCHEMAS_ATTR_FIXED' type='macro'/>
1095 <exports symbol='XML_SCHEMAS_ATTR_GLOBAL' type='macro'/>
1096 <exports symbol='XML_SCHEMAS_ATTR_INTERNAL_RESOLVED' type='macro'/>
1097 <exports symbol='XML_SCHEMAS_ATTR_NSDEFAULT' type='macro'/>
1098 <exports symbol='XML_SCHEMAS_ATTR_USE_OPTIONAL' type='macro'/>
1099 <exports symbol='XML_SCHEMAS_ATTR_USE_PROHIBITED' type='macro'/>
1100 <exports symbol='XML_SCHEMAS_ATTR_USE_REQUIRED' type='macro'/>
1101 <exports symbol='XML_SCHEMAS_BLOCK_DEFAULT_EXTENSION' type='macro'/>
1102 <exports symbol='XML_SCHEMAS_BLOCK_DEFAULT_RESTRICTION' type='macro'/>
1103 <exports symbol='XML_SCHEMAS_BLOCK_DEFAULT_SUBSTITUTION' type='macro'/>
1104 <exports symbol='XML_SCHEMAS_ELEM_ABSTRACT' type='macro'/>
1105 <exports symbol='XML_SCHEMAS_ELEM_BLOCK_ABSENT' type='macro'/>
1106 <exports symbol='XML_SCHEMAS_ELEM_BLOCK_EXTENSION' type='macro'/>
1107 <exports symbol='XML_SCHEMAS_ELEM_BLOCK_RESTRICTION' type='macro'/>
1108 <exports symbol='XML_SCHEMAS_ELEM_BLOCK_SUBSTITUTION' type='macro'/>
1109 <exports symbol='XML_SCHEMAS_ELEM_CIRCULAR' type='macro'/>
1110 <exports symbol='XML_SCHEMAS_ELEM_DEFAULT' type='macro'/>
1111 <exports symbol='XML_SCHEMAS_ELEM_FINAL_ABSENT' type='macro'/>
1112 <exports symbol='XML_SCHEMAS_ELEM_FINAL_EXTENSION' type='macro'/>
1113 <exports symbol='XML_SCHEMAS_ELEM_FINAL_RESTRICTION' type='macro'/>
1114 <exports symbol='XML_SCHEMAS_ELEM_FIXED' type='macro'/>
1115 <exports symbol='XML_SCHEMAS_ELEM_GLOBAL' type='macro'/>
1116 <exports symbol='XML_SCHEMAS_ELEM_INTERNAL_CHECKED' type='macro'/>
1117 <exports symbol='XML_SCHEMAS_ELEM_INTERNAL_RESOLVED' type='macro'/>
1118 <exports symbol='XML_SCHEMAS_ELEM_NILLABLE' type='macro'/>
1119 <exports symbol='XML_SCHEMAS_ELEM_NSDEFAULT' type='macro'/>
1120 <exports symbol='XML_SCHEMAS_ELEM_REF' type='macro'/>
1121 <exports symbol='XML_SCHEMAS_ELEM_SUBST_GROUP_HEAD' type='macro'/>
1122 <exports symbol='XML_SCHEMAS_ELEM_TOPLEVEL' type='macro'/>
1123 <exports symbol='XML_SCHEMAS_FACET_COLLAPSE' type='macro'/>
1124 <exports symbol='XML_SCHEMAS_FACET_PRESERVE' type='macro'/>
1125 <exports symbol='XML_SCHEMAS_FACET_REPLACE' type='macro'/>
1126 <exports symbol='XML_SCHEMAS_FACET_UNKNOWN' type='macro'/>
1127 <exports symbol='XML_SCHEMAS_FINAL_DEFAULT_EXTENSION' type='macro'/>
1128 <exports symbol='XML_SCHEMAS_FINAL_DEFAULT_LIST' type='macro'/>
1129 <exports symbol='XML_SCHEMAS_FINAL_DEFAULT_RESTRICTION' type='macro'/>
1130 <exports symbol='XML_SCHEMAS_FINAL_DEFAULT_UNION' type='macro'/>
1131 <exports symbol='XML_SCHEMAS_INCLUDING_CONVERT_NS' type='macro'/>
1132 <exports symbol='XML_SCHEMAS_QUALIF_ATTR' type='macro'/>
1133 <exports symbol='XML_SCHEMAS_QUALIF_ELEM' type='macro'/>
1134 <exports symbol='XML_SCHEMAS_TYPE_ABSTRACT' type='macro'/>
1135 <exports symbol='XML_SCHEMAS_TYPE_BLOCK_DEFAULT' type='macro'/>
1136 <exports symbol='XML_SCHEMAS_TYPE_BLOCK_EXTENSION' type='macro'/>
1137 <exports symbol='XML_SCHEMAS_TYPE_BLOCK_RESTRICTION' type='macro'/>
1138 <exports symbol='XML_SCHEMAS_TYPE_BUILTIN_PRIMITIVE' type='macro'/>
1139 <exports symbol='XML_SCHEMAS_TYPE_DERIVATION_METHOD_EXTENSION' type='macro'/>
1140 <exports symbol='XML_SCHEMAS_TYPE_DERIVATION_METHOD_RESTRICTION' type='macro'/>
1141 <exports symbol='XML_SCHEMAS_TYPE_FACETSNEEDVALUE' type='macro'/>
1142 <exports symbol='XML_SCHEMAS_TYPE_FINAL_DEFAULT' type='macro'/>
1143 <exports symbol='XML_SCHEMAS_TYPE_FINAL_EXTENSION' type='macro'/>
1144 <exports symbol='XML_SCHEMAS_TYPE_FINAL_LIST' type='macro'/>
1145 <exports symbol='XML_SCHEMAS_TYPE_FINAL_RESTRICTION' type='macro'/>
1146 <exports symbol='XML_SCHEMAS_TYPE_FINAL_UNION' type='macro'/>
1147 <exports symbol='XML_SCHEMAS_TYPE_FIXUP_1' type='macro'/>
1148 <exports symbol='XML_SCHEMAS_TYPE_GLOBAL' type='macro'/>
1149 <exports symbol='XML_SCHEMAS_TYPE_HAS_FACETS' type='macro'/>
1150 <exports symbol='XML_SCHEMAS_TYPE_INTERNAL_INVALID' type='macro'/>
1151 <exports symbol='XML_SCHEMAS_TYPE_INTERNAL_RESOLVED' type='macro'/>
1152 <exports symbol='XML_SCHEMAS_TYPE_MARKED' type='macro'/>
1153 <exports symbol='XML_SCHEMAS_TYPE_MIXED' type='macro'/>
1154 <exports symbol='XML_SCHEMAS_TYPE_NORMVALUENEEDED' type='macro'/>
1155 <exports symbol='XML_SCHEMAS_TYPE_OWNED_ATTR_WILDCARD' type='macro'/>
1156 <exports symbol='XML_SCHEMAS_TYPE_REDEFINED' type='macro'/>
1157 <exports symbol='XML_SCHEMAS_TYPE_VARIETY_ABSENT' type='macro'/>
1158 <exports symbol='XML_SCHEMAS_TYPE_VARIETY_ATOMIC' type='macro'/>
1159 <exports symbol='XML_SCHEMAS_TYPE_VARIETY_LIST' type='macro'/>
1160 <exports symbol='XML_SCHEMAS_TYPE_VARIETY_UNION' type='macro'/>
1161 <exports symbol='XML_SCHEMAS_TYPE_WHITESPACE_COLLAPSE' type='macro'/>
1162 <exports symbol='XML_SCHEMAS_TYPE_WHITESPACE_PRESERVE' type='macro'/>
1163 <exports symbol='XML_SCHEMAS_TYPE_WHITESPACE_REPLACE' type='macro'/>
1164 <exports symbol='XML_SCHEMAS_WILDCARD_COMPLETE' type='macro'/>
1165 <exports symbol='XML_SCHEMAS_ANYSIMPLETYPE' type='enum'/>
1166 <exports symbol='XML_SCHEMAS_ANYTYPE' type='enum'/>
1167 <exports symbol='XML_SCHEMAS_ANYURI' type='enum'/>
1168 <exports symbol='XML_SCHEMAS_BASE64BINARY' type='enum'/>
1169 <exports symbol='XML_SCHEMAS_BOOLEAN' type='enum'/>
1170 <exports symbol='XML_SCHEMAS_BYTE' type='enum'/>
1171 <exports symbol='XML_SCHEMAS_DATE' type='enum'/>
1172 <exports symbol='XML_SCHEMAS_DATETIME' type='enum'/>
1173 <exports symbol='XML_SCHEMAS_DECIMAL' type='enum'/>
1174 <exports symbol='XML_SCHEMAS_DOUBLE' type='enum'/>
1175 <exports symbol='XML_SCHEMAS_DURATION' type='enum'/>
1176 <exports symbol='XML_SCHEMAS_ENTITIES' type='enum'/>
1177 <exports symbol='XML_SCHEMAS_ENTITY' type='enum'/>
1178 <exports symbol='XML_SCHEMAS_FLOAT' type='enum'/>
1179 <exports symbol='XML_SCHEMAS_GDAY' type='enum'/>
1180 <exports symbol='XML_SCHEMAS_GMONTH' type='enum'/>
1181 <exports symbol='XML_SCHEMAS_GMONTHDAY' type='enum'/>
1182 <exports symbol='XML_SCHEMAS_GYEAR' type='enum'/>
1183 <exports symbol='XML_SCHEMAS_GYEARMONTH' type='enum'/>
1184 <exports symbol='XML_SCHEMAS_HEXBINARY' type='enum'/>
1185 <exports symbol='XML_SCHEMAS_ID' type='enum'/>
1186 <exports symbol='XML_SCHEMAS_IDREF' type='enum'/>
1187 <exports symbol='XML_SCHEMAS_IDREFS' type='enum'/>
1188 <exports symbol='XML_SCHEMAS_INT' type='enum'/>
1189 <exports symbol='XML_SCHEMAS_INTEGER' type='enum'/>
1190 <exports symbol='XML_SCHEMAS_LANGUAGE' type='enum'/>
1191 <exports symbol='XML_SCHEMAS_LONG' type='enum'/>
1192 <exports symbol='XML_SCHEMAS_NAME' type='enum'/>
1193 <exports symbol='XML_SCHEMAS_NCNAME' type='enum'/>
1194 <exports symbol='XML_SCHEMAS_NINTEGER' type='enum'/>
1195 <exports symbol='XML_SCHEMAS_NMTOKEN' type='enum'/>
1196 <exports symbol='XML_SCHEMAS_NMTOKENS' type='enum'/>
1197 <exports symbol='XML_SCHEMAS_NNINTEGER' type='enum'/>
1198 <exports symbol='XML_SCHEMAS_NORMSTRING' type='enum'/>
1199 <exports symbol='XML_SCHEMAS_NOTATION' type='enum'/>
1200 <exports symbol='XML_SCHEMAS_NPINTEGER' type='enum'/>
1201 <exports symbol='XML_SCHEMAS_PINTEGER' type='enum'/>
1202 <exports symbol='XML_SCHEMAS_QNAME' type='enum'/>
1203 <exports symbol='XML_SCHEMAS_SHORT' type='enum'/>
1204 <exports symbol='XML_SCHEMAS_STRING' type='enum'/>
1205 <exports symbol='XML_SCHEMAS_TIME' type='enum'/>
1206 <exports symbol='XML_SCHEMAS_TOKEN' type='enum'/>
1207 <exports symbol='XML_SCHEMAS_UBYTE' type='enum'/>
1208 <exports symbol='XML_SCHEMAS_UINT' type='enum'/>
1209 <exports symbol='XML_SCHEMAS_ULONG' type='enum'/>
1210 <exports symbol='XML_SCHEMAS_UNKNOWN' type='enum'/>
1211 <exports symbol='XML_SCHEMAS_USHORT' type='enum'/>
1212 <exports symbol='XML_SCHEMA_CONTENT_ANY' type='enum'/>
1213 <exports symbol='XML_SCHEMA_CONTENT_BASIC' type='enum'/>
1214 <exports symbol='XML_SCHEMA_CONTENT_ELEMENTS' type='enum'/>
1215 <exports symbol='XML_SCHEMA_CONTENT_EMPTY' type='enum'/>
1216 <exports symbol='XML_SCHEMA_CONTENT_MIXED' type='enum'/>
1217 <exports symbol='XML_SCHEMA_CONTENT_MIXED_OR_ELEMENTS' type='enum'/>
1218 <exports symbol='XML_SCHEMA_CONTENT_SIMPLE' type='enum'/>
1219 <exports symbol='XML_SCHEMA_CONTENT_UNKNOWN' type='enum'/>
1220 <exports symbol='XML_SCHEMA_EXTRA_ATTR_USE_PROHIB' type='enum'/>
1221 <exports symbol='XML_SCHEMA_EXTRA_QNAMEREF' type='enum'/>
1222 <exports symbol='XML_SCHEMA_FACET_ENUMERATION' type='enum'/>
1223 <exports symbol='XML_SCHEMA_FACET_FRACTIONDIGITS' type='enum'/>
1224 <exports symbol='XML_SCHEMA_FACET_LENGTH' type='enum'/>
1225 <exports symbol='XML_SCHEMA_FACET_MAXEXCLUSIVE' type='enum'/>
1226 <exports symbol='XML_SCHEMA_FACET_MAXINCLUSIVE' type='enum'/>
1227 <exports symbol='XML_SCHEMA_FACET_MAXLENGTH' type='enum'/>
1228 <exports symbol='XML_SCHEMA_FACET_MINEXCLUSIVE' type='enum'/>
1229 <exports symbol='XML_SCHEMA_FACET_MININCLUSIVE' type='enum'/>
1230 <exports symbol='XML_SCHEMA_FACET_MINLENGTH' type='enum'/>
1231 <exports symbol='XML_SCHEMA_FACET_PATTERN' type='enum'/>
1232 <exports symbol='XML_SCHEMA_FACET_TOTALDIGITS' type='enum'/>
1233 <exports symbol='XML_SCHEMA_FACET_WHITESPACE' type='enum'/>
1234 <exports symbol='XML_SCHEMA_TYPE_ALL' type='enum'/>
1235 <exports symbol='XML_SCHEMA_TYPE_ANY' type='enum'/>
1236 <exports symbol='XML_SCHEMA_TYPE_ANY_ATTRIBUTE' type='enum'/>
1237 <exports symbol='XML_SCHEMA_TYPE_ATTRIBUTE' type='enum'/>
1238 <exports symbol='XML_SCHEMA_TYPE_ATTRIBUTEGROUP' type='enum'/>
1239 <exports symbol='XML_SCHEMA_TYPE_ATTRIBUTE_USE' type='enum'/>
1240 <exports symbol='XML_SCHEMA_TYPE_BASIC' type='enum'/>
1241 <exports symbol='XML_SCHEMA_TYPE_CHOICE' type='enum'/>
1242 <exports symbol='XML_SCHEMA_TYPE_COMPLEX' type='enum'/>
1243 <exports symbol='XML_SCHEMA_TYPE_COMPLEX_CONTENT' type='enum'/>
1244 <exports symbol='XML_SCHEMA_TYPE_ELEMENT' type='enum'/>
1245 <exports symbol='XML_SCHEMA_TYPE_EXTENSION' type='enum'/>
1246 <exports symbol='XML_SCHEMA_TYPE_FACET' type='enum'/>
1247 <exports symbol='XML_SCHEMA_TYPE_GROUP' type='enum'/>
1248 <exports symbol='XML_SCHEMA_TYPE_IDC_KEY' type='enum'/>
1249 <exports symbol='XML_SCHEMA_TYPE_IDC_KEYREF' type='enum'/>
1250 <exports symbol='XML_SCHEMA_TYPE_IDC_UNIQUE' type='enum'/>
1251 <exports symbol='XML_SCHEMA_TYPE_LIST' type='enum'/>
1252 <exports symbol='XML_SCHEMA_TYPE_NOTATION' type='enum'/>
1253 <exports symbol='XML_SCHEMA_TYPE_PARTICLE' type='enum'/>
1254 <exports symbol='XML_SCHEMA_TYPE_RESTRICTION' type='enum'/>
1255 <exports symbol='XML_SCHEMA_TYPE_SEQUENCE' type='enum'/>
1256 <exports symbol='XML_SCHEMA_TYPE_SIMPLE' type='enum'/>
1257 <exports symbol='XML_SCHEMA_TYPE_SIMPLE_CONTENT' type='enum'/>
1258 <exports symbol='XML_SCHEMA_TYPE_UNION' type='enum'/>
1259 <exports symbol='XML_SCHEMA_TYPE_UR' type='enum'/>
1260 <exports symbol='xmlSchemaAnnot' type='typedef'/>
1261 <exports symbol='xmlSchemaAnnotPtr' type='typedef'/>
1262 <exports symbol='xmlSchemaAttribute' type='typedef'/>
1263 <exports symbol='xmlSchemaAttributeGroup' type='typedef'/>
1264 <exports symbol='xmlSchemaAttributeGroupPtr' type='typedef'/>
1265 <exports symbol='xmlSchemaAttributeLink' type='typedef'/>
1266 <exports symbol='xmlSchemaAttributeLinkPtr' type='typedef'/>
1267 <exports symbol='xmlSchemaAttributePtr' type='typedef'/>
1268 <exports symbol='xmlSchemaContentType' type='typedef'/>
1269 <exports symbol='xmlSchemaElement' type='typedef'/>
1270 <exports symbol='xmlSchemaElementPtr' type='typedef'/>
1271 <exports symbol='xmlSchemaFacet' type='typedef'/>
1272 <exports symbol='xmlSchemaFacetLink' type='typedef'/>
1273 <exports symbol='xmlSchemaFacetLinkPtr' type='typedef'/>
1274 <exports symbol='xmlSchemaFacetPtr' type='typedef'/>
1275 <exports symbol='xmlSchemaNotation' type='typedef'/>
1276 <exports symbol='xmlSchemaNotationPtr' type='typedef'/>
1277 <exports symbol='xmlSchemaType' type='typedef'/>
1278 <exports symbol='xmlSchemaTypeLink' type='typedef'/>
1279 <exports symbol='xmlSchemaTypeLinkPtr' type='typedef'/>
1280 <exports symbol='xmlSchemaTypePtr' type='typedef'/>
1281 <exports symbol='xmlSchemaTypeType' type='typedef'/>
1282 <exports symbol='xmlSchemaVal' type='typedef'/>
1283 <exports symbol='xmlSchemaValPtr' type='typedef'/>
1284 <exports symbol='xmlSchemaValType' type='typedef'/>
1285 <exports symbol='xmlSchemaWildcard' type='typedef'/>
1286 <exports symbol='xmlSchemaWildcardNs' type='typedef'/>
1287 <exports symbol='xmlSchemaWildcardNsPtr' type='typedef'/>
1288 <exports symbol='xmlSchemaWildcardPtr' type='typedef'/>
1289 <exports symbol='_xmlSchema' type='struct'/>
1290 <exports symbol='_xmlSchemaAnnot' type='struct'/>
1291 <exports symbol='_xmlSchemaAttribute' type='struct'/>
1292 <exports symbol='_xmlSchemaAttributeGroup' type='struct'/>
1293 <exports symbol='_xmlSchemaAttributeLink' type='struct'/>
1294 <exports symbol='_xmlSchemaElement' type='struct'/>
1295 <exports symbol='_xmlSchemaFacet' type='struct'/>
1296 <exports symbol='_xmlSchemaFacetLink' type='struct'/>
1297 <exports symbol='_xmlSchemaNotation' type='struct'/>
1298 <exports symbol='_xmlSchemaType' type='struct'/>
1299 <exports symbol='_xmlSchemaTypeLink' type='struct'/>
1300 <exports symbol='_xmlSchemaWildcard' type='struct'/>
1301 <exports symbol='_xmlSchemaWildcardNs' type='struct'/>
1302 <exports symbol='xmlSchemaFreeType' type='function'/>
1303 <exports symbol='xmlSchemaFreeWildcard' type='function'/>
1309 <exports symbol='XML_SCHEMATRON_OUT_BUFFER' type='enum'/>
1310 <exports symbol='XML_SCHEMATRON_OUT_ERROR' type='enum'/>
1311 <exports symbol='XML_SCHEMATRON_OUT_FILE' type='enum'/>
1312 <exports symbol='XML_SCHEMATRON_OUT_IO' type='enum'/>
1313 <exports symbol='XML_SCHEMATRON_OUT_QUIET' type='enum'/>
1314 <exports symbol='XML_SCHEMATRON_OUT_TEXT' type='enum'/>
1315 <exports symbol='XML_SCHEMATRON_OUT_XML' type='enum'/>
1316 <exports symbol='xmlSchematron' type='typedef'/>
1317 <exports symbol='xmlSchematronParserCtxt' type='typedef'/>
1318 <exports symbol='xmlSchematronParserCtxtPtr' type='typedef'/>
1319 <exports symbol='xmlSchematronPtr' type='typedef'/>
1320 <exports symbol='xmlSchematronValidCtxt' type='typedef'/>
1321 <exports symbol='xmlSchematronValidCtxtPtr' type='typedef'/>
1322 <exports symbol='xmlSchematronValidOptions' type='typedef'/>
1323 <exports symbol='xmlSchematronFree' type='function'/>
1324 <exports symbol='xmlSchematronFreeParserCtxt' type='function'/>
1325 <exports symbol='xmlSchematronFreeValidCtxt' type='function'/>
1326 <exports symbol='xmlSchematronNewDocParserCtxt' type='function'/>
1327 <exports symbol='xmlSchematronNewMemParserCtxt' type='function'/>
1328 <exports symbol='xmlSchematronNewParserCtxt' type='function'/>
1329 <exports symbol='xmlSchematronNewValidCtxt' type='function'/>
1330 <exports symbol='xmlSchematronParse' type='function'/>
1331 <exports symbol='xmlSchematronSetValidStructuredErrors' type='function'/>
1332 <exports symbol='xmlSchematronValidateDoc' type='function'/>
1333 <exports symbol='xmlSchematronValidityErrorFunc' type='function'/>
1334 <exports symbol='xmlSchematronValidityWarningFunc' type='function'/>
1340 <exports symbol='xmlMutex' type='typedef'/>
1341 <exports symbol='xmlMutexPtr' type='typedef'/>
1342 <exports symbol='xmlRMutex' type='typedef'/>
1343 <exports symbol='xmlRMutexPtr' type='typedef'/>
1344 <exports symbol='xmlCheckThreadLocalStorage' type='function'/>
1345 <exports symbol='xmlCleanupThreads' type='function'/>
1346 <exports symbol='xmlFreeMutex' type='function'/>
1347 <exports symbol='xmlFreeRMutex' type='function'/>
1348 <exports symbol='xmlGetThreadId' type='function'/>
1349 <exports symbol='xmlInitThreads' type='function'/>
1350 <exports symbol='xmlIsMainThread' type='function'/>
1351 <exports symbol='xmlLockLibrary' type='function'/>
1352 <exports symbol='xmlMutexLock' type='function'/>
1353 <exports symbol='xmlMutexUnlock' type='function'/>
1354 <exports symbol='xmlNewMutex' type='function'/>
1355 <exports symbol='xmlNewRMutex' type='function'/>
1356 <exports symbol='xmlRMutexLock' type='function'/>
1357 <exports symbol='xmlRMutexUnlock' type='function'/>
1358 <exports symbol='xmlUnlockLibrary' type='function'/>
1360 <file name='tree'>
1361 <summary>interfaces for tree manipulation</summary>
1362 …structures found in an tree resulting from an XML or HTML parsing, as well as the API provided for…
1364 <exports symbol='BASE_BUFFER_SIZE' type='macro'/>
1365 <exports symbol='LIBXML2_NEW_BUFFER' type='macro'/>
1366 <exports symbol='XML_GET_CONTENT' type='macro'/>
1367 <exports symbol='XML_GET_LINE' type='macro'/>
1368 <exports symbol='XML_LOCAL_NAMESPACE' type='macro'/>
1369 <exports symbol='XML_XML_ID' type='macro'/>
1370 <exports symbol='XML_XML_NAMESPACE' type='macro'/>
1371 <exports symbol='xmlChildrenNode' type='macro'/>
1372 <exports symbol='xmlRootNode' type='macro'/>
1373 <exports symbol='XML_ATTRIBUTE_CDATA' type='enum'/>
1374 <exports symbol='XML_ATTRIBUTE_DECL' type='enum'/>
1375 <exports symbol='XML_ATTRIBUTE_ENTITIES' type='enum'/>
1376 <exports symbol='XML_ATTRIBUTE_ENTITY' type='enum'/>
1377 <exports symbol='XML_ATTRIBUTE_ENUMERATION' type='enum'/>
1378 <exports symbol='XML_ATTRIBUTE_FIXED' type='enum'/>
1379 <exports symbol='XML_ATTRIBUTE_ID' type='enum'/>
1380 <exports symbol='XML_ATTRIBUTE_IDREF' type='enum'/>
1381 <exports symbol='XML_ATTRIBUTE_IDREFS' type='enum'/>
1382 <exports symbol='XML_ATTRIBUTE_IMPLIED' type='enum'/>
1383 <exports symbol='XML_ATTRIBUTE_NMTOKEN' type='enum'/>
1384 <exports symbol='XML_ATTRIBUTE_NMTOKENS' type='enum'/>
1385 <exports symbol='XML_ATTRIBUTE_NODE' type='enum'/>
1386 <exports symbol='XML_ATTRIBUTE_NONE' type='enum'/>
1387 <exports symbol='XML_ATTRIBUTE_NOTATION' type='enum'/>
1388 <exports symbol='XML_ATTRIBUTE_REQUIRED' type='enum'/>
1389 <exports symbol='XML_BUFFER_ALLOC_BOUNDED' type='enum'/>
1390 <exports symbol='XML_BUFFER_ALLOC_DOUBLEIT' type='enum'/>
1391 <exports symbol='XML_BUFFER_ALLOC_EXACT' type='enum'/>
1392 <exports symbol='XML_BUFFER_ALLOC_HYBRID' type='enum'/>
1393 <exports symbol='XML_BUFFER_ALLOC_IMMUTABLE' type='enum'/>
1394 <exports symbol='XML_BUFFER_ALLOC_IO' type='enum'/>
1395 <exports symbol='XML_CDATA_SECTION_NODE' type='enum'/>
1396 <exports symbol='XML_COMMENT_NODE' type='enum'/>
1397 <exports symbol='XML_DOCUMENT_FRAG_NODE' type='enum'/>
1398 <exports symbol='XML_DOCUMENT_NODE' type='enum'/>
1399 <exports symbol='XML_DOCUMENT_TYPE_NODE' type='enum'/>
1400 <exports symbol='XML_DOC_DTDVALID' type='enum'/>
1401 <exports symbol='XML_DOC_HTML' type='enum'/>
1402 <exports symbol='XML_DOC_INTERNAL' type='enum'/>
1403 <exports symbol='XML_DOC_NSVALID' type='enum'/>
1404 <exports symbol='XML_DOC_OLD10' type='enum'/>
1405 <exports symbol='XML_DOC_USERBUILT' type='enum'/>
1406 <exports symbol='XML_DOC_WELLFORMED' type='enum'/>
1407 <exports symbol='XML_DOC_XINCLUDE' type='enum'/>
1408 <exports symbol='XML_DTD_NODE' type='enum'/>
1409 <exports symbol='XML_ELEMENT_CONTENT_ELEMENT' type='enum'/>
1410 <exports symbol='XML_ELEMENT_CONTENT_MULT' type='enum'/>
1411 <exports symbol='XML_ELEMENT_CONTENT_ONCE' type='enum'/>
1412 <exports symbol='XML_ELEMENT_CONTENT_OPT' type='enum'/>
1413 <exports symbol='XML_ELEMENT_CONTENT_OR' type='enum'/>
1414 <exports symbol='XML_ELEMENT_CONTENT_PCDATA' type='enum'/>
1415 <exports symbol='XML_ELEMENT_CONTENT_PLUS' type='enum'/>
1416 <exports symbol='XML_ELEMENT_CONTENT_SEQ' type='enum'/>
1417 <exports symbol='XML_ELEMENT_DECL' type='enum'/>
1418 <exports symbol='XML_ELEMENT_NODE' type='enum'/>
1419 <exports symbol='XML_ELEMENT_TYPE_ANY' type='enum'/>
1420 <exports symbol='XML_ELEMENT_TYPE_ELEMENT' type='enum'/>
1421 <exports symbol='XML_ELEMENT_TYPE_EMPTY' type='enum'/>
1422 <exports symbol='XML_ELEMENT_TYPE_MIXED' type='enum'/>
1423 <exports symbol='XML_ELEMENT_TYPE_UNDEFINED' type='enum'/>
1424 <exports symbol='XML_ENTITY_DECL' type='enum'/>
1425 <exports symbol='XML_ENTITY_NODE' type='enum'/>
1426 <exports symbol='XML_ENTITY_REF_NODE' type='enum'/>
1427 <exports symbol='XML_HTML_DOCUMENT_NODE' type='enum'/>
1428 <exports symbol='XML_NAMESPACE_DECL' type='enum'/>
1429 <exports symbol='XML_NOTATION_NODE' type='enum'/>
1430 <exports symbol='XML_PI_NODE' type='enum'/>
1431 <exports symbol='XML_TEXT_NODE' type='enum'/>
1432 <exports symbol='XML_XINCLUDE_END' type='enum'/>
1433 <exports symbol='XML_XINCLUDE_START' type='enum'/>
1434 <exports symbol='xmlAttr' type='typedef'/>
1435 <exports symbol='xmlAttrPtr' type='typedef'/>
1436 <exports symbol='xmlAttribute' type='typedef'/>
1437 <exports symbol='xmlAttributeDefault' type='typedef'/>
1438 <exports symbol='xmlAttributePtr' type='typedef'/>
1439 <exports symbol='xmlAttributeType' type='typedef'/>
1440 <exports symbol='xmlBuf' type='typedef'/>
1441 <exports symbol='xmlBufPtr' type='typedef'/>
1442 <exports symbol='xmlBuffer' type='typedef'/>
1443 <exports symbol='xmlBufferAllocationScheme' type='typedef'/>
1444 <exports symbol='xmlBufferPtr' type='typedef'/>
1445 <exports symbol='xmlDOMWrapCtxt' type='typedef'/>
1446 <exports symbol='xmlDOMWrapCtxtPtr' type='typedef'/>
1447 <exports symbol='xmlDoc' type='typedef'/>
1448 <exports symbol='xmlDocProperties' type='typedef'/>
1449 <exports symbol='xmlDocPtr' type='typedef'/>
1450 <exports symbol='xmlDtd' type='typedef'/>
1451 <exports symbol='xmlDtdPtr' type='typedef'/>
1452 <exports symbol='xmlElement' type='typedef'/>
1453 <exports symbol='xmlElementContent' type='typedef'/>
1454 <exports symbol='xmlElementContentOccur' type='typedef'/>
1455 <exports symbol='xmlElementContentPtr' type='typedef'/>
1456 <exports symbol='xmlElementContentType' type='typedef'/>
1457 <exports symbol='xmlElementPtr' type='typedef'/>
1458 <exports symbol='xmlElementType' type='typedef'/>
1459 <exports symbol='xmlElementTypeVal' type='typedef'/>
1460 <exports symbol='xmlEntity' type='typedef'/>
1461 <exports symbol='xmlEntityPtr' type='typedef'/>
1462 <exports symbol='xmlEnumeration' type='typedef'/>
1463 <exports symbol='xmlEnumerationPtr' type='typedef'/>
1464 <exports symbol='xmlID' type='typedef'/>
1465 <exports symbol='xmlIDPtr' type='typedef'/>
1466 <exports symbol='xmlNode' type='typedef'/>
1467 <exports symbol='xmlNodePtr' type='typedef'/>
1468 <exports symbol='xmlNotation' type='typedef'/>
1469 <exports symbol='xmlNotationPtr' type='typedef'/>
1470 <exports symbol='xmlNs' type='typedef'/>
1471 <exports symbol='xmlNsPtr' type='typedef'/>
1472 <exports symbol='xmlNsType' type='typedef'/>
1473 <exports symbol='xmlOutputBuffer' type='typedef'/>
1474 <exports symbol='xmlOutputBufferPtr' type='typedef'/>
1475 <exports symbol='xmlParserCtxt' type='typedef'/>
1476 <exports symbol='xmlParserCtxtPtr' type='typedef'/>
1477 <exports symbol='xmlParserInput' type='typedef'/>
1478 <exports symbol='xmlParserInputBuffer' type='typedef'/>
1479 <exports symbol='xmlParserInputBufferPtr' type='typedef'/>
1480 <exports symbol='xmlParserInputPtr' type='typedef'/>
1481 <exports symbol='xmlRef' type='typedef'/>
1482 <exports symbol='xmlRefPtr' type='typedef'/>
1483 <exports symbol='xmlSAXHandler' type='typedef'/>
1484 <exports symbol='xmlSAXHandlerPtr' type='typedef'/>
1485 <exports symbol='xmlSAXLocator' type='typedef'/>
1486 <exports symbol='xmlSAXLocatorPtr' type='typedef'/>
1487 <exports symbol='_xmlAttr' type='struct'/>
1488 <exports symbol='_xmlAttribute' type='struct'/>
1489 <exports symbol='_xmlBuffer' type='struct'/>
1490 <exports symbol='_xmlDOMWrapCtxt' type='struct'/>
1491 <exports symbol='_xmlDoc' type='struct'/>
1492 <exports symbol='_xmlDtd' type='struct'/>
1493 <exports symbol='_xmlElement' type='struct'/>
1494 <exports symbol='_xmlElementContent' type='struct'/>
1495 <exports symbol='_xmlEnumeration' type='struct'/>
1496 <exports symbol='_xmlID' type='struct'/>
1497 <exports symbol='_xmlNode' type='struct'/>
1498 <exports symbol='_xmlNotation' type='struct'/>
1499 <exports symbol='_xmlNs' type='struct'/>
1500 <exports symbol='_xmlRef' type='struct'/>
1501 <exports symbol='xmlAddChild' type='function'/>
1502 <exports symbol='xmlAddChildList' type='function'/>
1503 <exports symbol='xmlAddNextSibling' type='function'/>
1504 <exports symbol='xmlAddPrevSibling' type='function'/>
1505 <exports symbol='xmlAddSibling' type='function'/>
1506 <exports symbol='xmlAttrSerializeTxtContent' type='function'/>
1507 <exports symbol='xmlBufContent' type='function'/>
1508 <exports symbol='xmlBufEnd' type='function'/>
1509 <exports symbol='xmlBufGetNodeContent' type='function'/>
1510 <exports symbol='xmlBufNodeDump' type='function'/>
1511 <exports symbol='xmlBufShrink' type='function'/>
1512 <exports symbol='xmlBufUse' type='function'/>
1513 <exports symbol='xmlBufferAdd' type='function'/>
1514 <exports symbol='xmlBufferAddHead' type='function'/>
1515 <exports symbol='xmlBufferCCat' type='function'/>
1516 <exports symbol='xmlBufferCat' type='function'/>
1517 <exports symbol='xmlBufferContent' type='function'/>
1518 <exports symbol='xmlBufferCreate' type='function'/>
1519 <exports symbol='xmlBufferCreateSize' type='function'/>
1520 <exports symbol='xmlBufferCreateStatic' type='function'/>
1521 <exports symbol='xmlBufferDetach' type='function'/>
1522 <exports symbol='xmlBufferDump' type='function'/>
1523 <exports symbol='xmlBufferEmpty' type='function'/>
1524 <exports symbol='xmlBufferFree' type='function'/>
1525 <exports symbol='xmlBufferGrow' type='function'/>
1526 <exports symbol='xmlBufferLength' type='function'/>
1527 <exports symbol='xmlBufferResize' type='function'/>
1528 <exports symbol='xmlBufferSetAllocationScheme' type='function'/>
1529 <exports symbol='xmlBufferShrink' type='function'/>
1530 <exports symbol='xmlBufferWriteCHAR' type='function'/>
1531 <exports symbol='xmlBufferWriteChar' type='function'/>
1532 <exports symbol='xmlBufferWriteQuotedString' type='function'/>
1533 <exports symbol='xmlBuildQName' type='function'/>
1534 <exports symbol='xmlChildElementCount' type='function'/>
1535 <exports symbol='xmlCopyDoc' type='function'/>
1536 <exports symbol='xmlCopyDtd' type='function'/>
1537 <exports symbol='xmlCopyNamespace' type='function'/>
1538 <exports symbol='xmlCopyNamespaceList' type='function'/>
1539 <exports symbol='xmlCopyNode' type='function'/>
1540 <exports symbol='xmlCopyNodeList' type='function'/>
1541 <exports symbol='xmlCopyProp' type='function'/>
1542 <exports symbol='xmlCopyPropList' type='function'/>
1543 <exports symbol='xmlCreateIntSubset' type='function'/>
1544 <exports symbol='xmlDOMWrapAcquireNsFunction' type='function'/>
1545 <exports symbol='xmlDOMWrapAdoptNode' type='function'/>
1546 <exports symbol='xmlDOMWrapCloneNode' type='function'/>
1547 <exports symbol='xmlDOMWrapFreeCtxt' type='function'/>
1548 <exports symbol='xmlDOMWrapNewCtxt' type='function'/>
1549 <exports symbol='xmlDOMWrapReconcileNamespaces' type='function'/>
1550 <exports symbol='xmlDOMWrapRemoveNode' type='function'/>
1551 <exports symbol='xmlDeregisterNodeDefault' type='function'/>
1552 <exports symbol='xmlDeregisterNodeFunc' type='function'/>
1553 <exports symbol='xmlDocCopyNode' type='function'/>
1554 <exports symbol='xmlDocCopyNodeList' type='function'/>
1555 <exports symbol='xmlDocDump' type='function'/>
1556 <exports symbol='xmlDocDumpFormatMemory' type='function'/>
1557 <exports symbol='xmlDocDumpFormatMemoryEnc' type='function'/>
1558 <exports symbol='xmlDocDumpMemory' type='function'/>
1559 <exports symbol='xmlDocDumpMemoryEnc' type='function'/>
1560 <exports symbol='xmlDocFormatDump' type='function'/>
1561 <exports symbol='xmlDocGetRootElement' type='function'/>
1562 <exports symbol='xmlDocSetRootElement' type='function'/>
1563 <exports symbol='xmlElemDump' type='function'/>
1564 <exports symbol='xmlFirstElementChild' type='function'/>
1565 <exports symbol='xmlFreeDoc' type='function'/>
1566 <exports symbol='xmlFreeDtd' type='function'/>
1567 <exports symbol='xmlFreeNode' type='function'/>
1568 <exports symbol='xmlFreeNodeList' type='function'/>
1569 <exports symbol='xmlFreeNs' type='function'/>
1570 <exports symbol='xmlFreeNsList' type='function'/>
1571 <exports symbol='xmlFreeProp' type='function'/>
1572 <exports symbol='xmlFreePropList' type='function'/>
1573 <exports symbol='xmlGetBufferAllocationScheme' type='function'/>
1574 <exports symbol='xmlGetCompressMode' type='function'/>
1575 <exports symbol='xmlGetDocCompressMode' type='function'/>
1576 <exports symbol='xmlGetIntSubset' type='function'/>
1577 <exports symbol='xmlGetLastChild' type='function'/>
1578 <exports symbol='xmlGetLineNo' type='function'/>
1579 <exports symbol='xmlGetNoNsProp' type='function'/>
1580 <exports symbol='xmlGetNodePath' type='function'/>
1581 <exports symbol='xmlGetNsList' type='function'/>
1582 <exports symbol='xmlGetNsListSafe' type='function'/>
1583 <exports symbol='xmlGetNsProp' type='function'/>
1584 <exports symbol='xmlGetProp' type='function'/>
1585 <exports symbol='xmlHasNsProp' type='function'/>
1586 <exports symbol='xmlHasProp' type='function'/>
1587 <exports symbol='xmlIsBlankNode' type='function'/>
1588 <exports symbol='xmlIsXHTML' type='function'/>
1589 <exports symbol='xmlLastElementChild' type='function'/>
1590 <exports symbol='xmlNewCDataBlock' type='function'/>
1591 <exports symbol='xmlNewCharRef' type='function'/>
1592 <exports symbol='xmlNewChild' type='function'/>
1593 <exports symbol='xmlNewComment' type='function'/>
1594 <exports symbol='xmlNewDoc' type='function'/>
1595 <exports symbol='xmlNewDocComment' type='function'/>
1596 <exports symbol='xmlNewDocFragment' type='function'/>
1597 <exports symbol='xmlNewDocNode' type='function'/>
1598 <exports symbol='xmlNewDocNodeEatName' type='function'/>
1599 <exports symbol='xmlNewDocPI' type='function'/>
1600 <exports symbol='xmlNewDocProp' type='function'/>
1601 <exports symbol='xmlNewDocRawNode' type='function'/>
1602 <exports symbol='xmlNewDocText' type='function'/>
1603 <exports symbol='xmlNewDocTextLen' type='function'/>
1604 <exports symbol='xmlNewDtd' type='function'/>
1605 <exports symbol='xmlNewGlobalNs' type='function'/>
1606 <exports symbol='xmlNewNode' type='function'/>
1607 <exports symbol='xmlNewNodeEatName' type='function'/>
1608 <exports symbol='xmlNewNs' type='function'/>
1609 <exports symbol='xmlNewNsProp' type='function'/>
1610 <exports symbol='xmlNewNsPropEatName' type='function'/>
1611 <exports symbol='xmlNewPI' type='function'/>
1612 <exports symbol='xmlNewProp' type='function'/>
1613 <exports symbol='xmlNewReference' type='function'/>
1614 <exports symbol='xmlNewText' type='function'/>
1615 <exports symbol='xmlNewTextChild' type='function'/>
1616 <exports symbol='xmlNewTextLen' type='function'/>
1617 <exports symbol='xmlNextElementSibling' type='function'/>
1618 <exports symbol='xmlNodeAddContent' type='function'/>
1619 <exports symbol='xmlNodeAddContentLen' type='function'/>
1620 <exports symbol='xmlNodeBufGetContent' type='function'/>
1621 <exports symbol='xmlNodeDump' type='function'/>
1622 <exports symbol='xmlNodeDumpOutput' type='function'/>
1623 <exports symbol='xmlNodeGetAttrValue' type='function'/>
1624 <exports symbol='xmlNodeGetBase' type='function'/>
1625 <exports symbol='xmlNodeGetBaseSafe' type='function'/>
1626 <exports symbol='xmlNodeGetContent' type='function'/>
1627 <exports symbol='xmlNodeGetLang' type='function'/>
1628 <exports symbol='xmlNodeGetSpacePreserve' type='function'/>
1629 <exports symbol='xmlNodeIsText' type='function'/>
1630 <exports symbol='xmlNodeListGetRawString' type='function'/>
1631 <exports symbol='xmlNodeListGetString' type='function'/>
1632 <exports symbol='xmlNodeSetBase' type='function'/>
1633 <exports symbol='xmlNodeSetContent' type='function'/>
1634 <exports symbol='xmlNodeSetContentLen' type='function'/>
1635 <exports symbol='xmlNodeSetLang' type='function'/>
1636 <exports symbol='xmlNodeSetName' type='function'/>
1637 <exports symbol='xmlNodeSetSpacePreserve' type='function'/>
1638 <exports symbol='xmlPreviousElementSibling' type='function'/>
1639 <exports symbol='xmlReconciliateNs' type='function'/>
1640 <exports symbol='xmlRegisterNodeDefault' type='function'/>
1641 <exports symbol='xmlRegisterNodeFunc' type='function'/>
1642 <exports symbol='xmlRemoveProp' type='function'/>
1643 <exports symbol='xmlReplaceNode' type='function'/>
1644 <exports symbol='xmlSaveFile' type='function'/>
1645 <exports symbol='xmlSaveFileEnc' type='function'/>
1646 <exports symbol='xmlSaveFileTo' type='function'/>
1647 <exports symbol='xmlSaveFormatFile' type='function'/>
1648 <exports symbol='xmlSaveFormatFileEnc' type='function'/>
1649 <exports symbol='xmlSaveFormatFileTo' type='function'/>
1650 <exports symbol='xmlSearchNs' type='function'/>
1651 <exports symbol='xmlSearchNsByHref' type='function'/>
1652 <exports symbol='xmlSetBufferAllocationScheme' type='function'/>
1653 <exports symbol='xmlSetCompressMode' type='function'/>
1654 <exports symbol='xmlSetDocCompressMode' type='function'/>
1655 <exports symbol='xmlSetListDoc' type='function'/>
1656 <exports symbol='xmlSetNs' type='function'/>
1657 <exports symbol='xmlSetNsProp' type='function'/>
1658 <exports symbol='xmlSetProp' type='function'/>
1659 <exports symbol='xmlSetTreeDoc' type='function'/>
1660 <exports symbol='xmlSplitQName2' type='function'/>
1661 <exports symbol='xmlSplitQName3' type='function'/>
1662 <exports symbol='xmlStringGetNodeList' type='function'/>
1663 <exports symbol='xmlStringLenGetNodeList' type='function'/>
1664 <exports symbol='xmlTextConcat' type='function'/>
1665 <exports symbol='xmlTextMerge' type='function'/>
1666 <exports symbol='xmlThrDefBufferAllocScheme' type='function'/>
1667 <exports symbol='xmlThrDefDefaultBufferSize' type='function'/>
1668 <exports symbol='xmlThrDefDeregisterNodeDefault' type='function'/>
1669 <exports symbol='xmlThrDefRegisterNodeDefault' type='function'/>
1670 <exports symbol='xmlUnlinkNode' type='function'/>
1671 <exports symbol='xmlUnsetNsProp' type='function'/>
1672 <exports symbol='xmlUnsetProp' type='function'/>
1673 <exports symbol='xmlValidateNCName' type='function'/>
1674 <exports symbol='xmlValidateNMToken' type='function'/>
1675 <exports symbol='xmlValidateName' type='function'/>
1676 <exports symbol='xmlValidateQName' type='function'/>
1682 <exports symbol='xmlURI' type='typedef'/>
1683 <exports symbol='xmlURIPtr' type='typedef'/>
1684 <exports symbol='_xmlURI' type='struct'/>
1685 <exports symbol='xmlBuildRelativeURI' type='function'/>
1686 <exports symbol='xmlBuildRelativeURISafe' type='function'/>
1687 <exports symbol='xmlBuildURI' type='function'/>
1688 <exports symbol='xmlBuildURISafe' type='function'/>
1689 <exports symbol='xmlCanonicPath' type='function'/>
1690 <exports symbol='xmlCreateURI' type='function'/>
1691 <exports symbol='xmlFreeURI' type='function'/>
1692 <exports symbol='xmlNormalizeURIPath' type='function'/>
1693 <exports symbol='xmlParseURI' type='function'/>
1694 <exports symbol='xmlParseURIRaw' type='function'/>
1695 <exports symbol='xmlParseURIReference' type='function'/>
1696 <exports symbol='xmlParseURISafe' type='function'/>
1697 <exports symbol='xmlPathToURI' type='function'/>
1698 <exports symbol='xmlPrintURI' type='function'/>
1699 <exports symbol='xmlSaveUri' type='function'/>
1700 <exports symbol='xmlURIEscape' type='function'/>
1701 <exports symbol='xmlURIEscapeStr' type='function'/>
1702 <exports symbol='xmlURIUnescapeString' type='function'/>
1708 <exports symbol='xmlAttributeTable' type='typedef'/>
1709 <exports symbol='xmlAttributeTablePtr' type='typedef'/>
1710 <exports symbol='xmlElementTable' type='typedef'/>
1711 <exports symbol='xmlElementTablePtr' type='typedef'/>
1712 <exports symbol='xmlIDTable' type='typedef'/>
1713 <exports symbol='xmlIDTablePtr' type='typedef'/>
1714 <exports symbol='xmlNotationTable' type='typedef'/>
1715 <exports symbol='xmlNotationTablePtr' type='typedef'/>
1716 <exports symbol='xmlRefTable' type='typedef'/>
1717 <exports symbol='xmlRefTablePtr' type='typedef'/>
1718 <exports symbol='xmlValidCtxt' type='typedef'/>
1719 <exports symbol='xmlValidCtxtPtr' type='typedef'/>
1720 <exports symbol='xmlValidState' type='typedef'/>
1721 <exports symbol='xmlValidStatePtr' type='typedef'/>
1722 <exports symbol='_xmlValidCtxt' type='struct'/>
1723 <exports symbol='xmlAddAttributeDecl' type='function'/>
1724 <exports symbol='xmlAddElementDecl' type='function'/>
1725 <exports symbol='xmlAddID' type='function'/>
1726 <exports symbol='xmlAddIDSafe' type='function'/>
1727 <exports symbol='xmlAddNotationDecl' type='function'/>
1728 <exports symbol='xmlAddRef' type='function'/>
1729 <exports symbol='xmlCopyAttributeTable' type='function'/>
1730 <exports symbol='xmlCopyDocElementContent' type='function'/>
1731 <exports symbol='xmlCopyElementContent' type='function'/>
1732 <exports symbol='xmlCopyElementTable' type='function'/>
1733 <exports symbol='xmlCopyEnumeration' type='function'/>
1734 <exports symbol='xmlCopyNotationTable' type='function'/>
1735 <exports symbol='xmlCreateEnumeration' type='function'/>
1736 <exports symbol='xmlDumpAttributeDecl' type='function'/>
1737 <exports symbol='xmlDumpAttributeTable' type='function'/>
1738 <exports symbol='xmlDumpElementDecl' type='function'/>
1739 <exports symbol='xmlDumpElementTable' type='function'/>
1740 <exports symbol='xmlDumpNotationDecl' type='function'/>
1741 <exports symbol='xmlDumpNotationTable' type='function'/>
1742 <exports symbol='xmlFreeAttributeTable' type='function'/>
1743 <exports symbol='xmlFreeDocElementContent' type='function'/>
1744 <exports symbol='xmlFreeElementContent' type='function'/>
1745 <exports symbol='xmlFreeElementTable' type='function'/>
1746 <exports symbol='xmlFreeEnumeration' type='function'/>
1747 <exports symbol='xmlFreeIDTable' type='function'/>
1748 <exports symbol='xmlFreeNotationTable' type='function'/>
1749 <exports symbol='xmlFreeRefTable' type='function'/>
1750 <exports symbol='xmlFreeValidCtxt' type='function'/>
1751 <exports symbol='xmlGetDtdAttrDesc' type='function'/>
1752 <exports symbol='xmlGetDtdElementDesc' type='function'/>
1753 <exports symbol='xmlGetDtdNotationDesc' type='function'/>
1754 <exports symbol='xmlGetDtdQAttrDesc' type='function'/>
1755 <exports symbol='xmlGetDtdQElementDesc' type='function'/>
1756 <exports symbol='xmlGetID' type='function'/>
1757 <exports symbol='xmlGetRefs' type='function'/>
1758 <exports symbol='xmlIsID' type='function'/>
1759 <exports symbol='xmlIsMixedElement' type='function'/>
1760 <exports symbol='xmlIsRef' type='function'/>
1761 <exports symbol='xmlNewDocElementContent' type='function'/>
1762 <exports symbol='xmlNewElementContent' type='function'/>
1763 <exports symbol='xmlNewValidCtxt' type='function'/>
1764 <exports symbol='xmlRemoveID' type='function'/>
1765 <exports symbol='xmlRemoveRef' type='function'/>
1766 <exports symbol='xmlSnprintfElementContent' type='function'/>
1767 <exports symbol='xmlSprintfElementContent' type='function'/>
1768 <exports symbol='xmlValidBuildContentModel' type='function'/>
1769 <exports symbol='xmlValidCtxtNormalizeAttributeValue' type='function'/>
1770 <exports symbol='xmlValidGetPotentialChildren' type='function'/>
1771 <exports symbol='xmlValidGetValidElements' type='function'/>
1772 <exports symbol='xmlValidNormalizeAttributeValue' type='function'/>
1773 <exports symbol='xmlValidateAttributeDecl' type='function'/>
1774 <exports symbol='xmlValidateAttributeValue' type='function'/>
1775 <exports symbol='xmlValidateDocument' type='function'/>
1776 <exports symbol='xmlValidateDocumentFinal' type='function'/>
1777 <exports symbol='xmlValidateDtd' type='function'/>
1778 <exports symbol='xmlValidateDtdFinal' type='function'/>
1779 <exports symbol='xmlValidateElement' type='function'/>
1780 <exports symbol='xmlValidateElementDecl' type='function'/>
1781 <exports symbol='xmlValidateNameValue' type='function'/>
1782 <exports symbol='xmlValidateNamesValue' type='function'/>
1783 <exports symbol='xmlValidateNmtokenValue' type='function'/>
1784 <exports symbol='xmlValidateNmtokensValue' type='function'/>
1785 <exports symbol='xmlValidateNotationDecl' type='function'/>
1786 <exports symbol='xmlValidateNotationUse' type='function'/>
1787 <exports symbol='xmlValidateOneAttribute' type='function'/>
1788 <exports symbol='xmlValidateOneElement' type='function'/>
1789 <exports symbol='xmlValidateOneNamespace' type='function'/>
1790 <exports symbol='xmlValidatePopElement' type='function'/>
1791 <exports symbol='xmlValidatePushCData' type='function'/>
1792 <exports symbol='xmlValidatePushElement' type='function'/>
1793 <exports symbol='xmlValidateRoot' type='function'/>
1794 <exports symbol='xmlValidityErrorFunc' type='function'/>
1795 <exports symbol='xmlValidityWarningFunc' type='function'/>
1801 <exports symbol='XINCLUDE_FALLBACK' type='macro'/>
1802 <exports symbol='XINCLUDE_HREF' type='macro'/>
1803 <exports symbol='XINCLUDE_NODE' type='macro'/>
1804 <exports symbol='XINCLUDE_NS' type='macro'/>
1805 <exports symbol='XINCLUDE_OLD_NS' type='macro'/>
1806 <exports symbol='XINCLUDE_PARSE' type='macro'/>
1807 <exports symbol='XINCLUDE_PARSE_ENCODING' type='macro'/>
1808 <exports symbol='XINCLUDE_PARSE_TEXT' type='macro'/>
1809 <exports symbol='XINCLUDE_PARSE_XML' type='macro'/>
1810 <exports symbol='XINCLUDE_PARSE_XPOINTER' type='macro'/>
1811 <exports symbol='xmlXIncludeCtxt' type='typedef'/>
1812 <exports symbol='xmlXIncludeCtxtPtr' type='typedef'/>
1813 <exports symbol='xmlXIncludeFreeContext' type='function'/>
1814 <exports symbol='xmlXIncludeGetLastError' type='function'/>
1815 <exports symbol='xmlXIncludeNewContext' type='function'/>
1816 <exports symbol='xmlXIncludeProcess' type='function'/>
1817 <exports symbol='xmlXIncludeProcessFlags' type='function'/>
1818 <exports symbol='xmlXIncludeProcessFlagsData' type='function'/>
1819 <exports symbol='xmlXIncludeProcessNode' type='function'/>
1820 <exports symbol='xmlXIncludeProcessTree' type='function'/>
1821 <exports symbol='xmlXIncludeProcessTreeFlags' type='function'/>
1822 <exports symbol='xmlXIncludeProcessTreeFlagsData' type='function'/>
1823 <exports symbol='xmlXIncludeSetErrorHandler' type='function'/>
1824 <exports symbol='xmlXIncludeSetFlags' type='function'/>
1830 <exports symbol='XLINK_ACTUATE_AUTO' type='enum'/>
1831 <exports symbol='XLINK_ACTUATE_NONE' type='enum'/>
1832 <exports symbol='XLINK_ACTUATE_ONREQUEST' type='enum'/>
1833 <exports symbol='XLINK_SHOW_EMBED' type='enum'/>
1834 <exports symbol='XLINK_SHOW_NEW' type='enum'/>
1835 <exports symbol='XLINK_SHOW_NONE' type='enum'/>
1836 <exports symbol='XLINK_SHOW_REPLACE' type='enum'/>
1837 <exports symbol='XLINK_TYPE_EXTENDED' type='enum'/>
1838 <exports symbol='XLINK_TYPE_EXTENDED_SET' type='enum'/>
1839 <exports symbol='XLINK_TYPE_NONE' type='enum'/>
1840 <exports symbol='XLINK_TYPE_SIMPLE' type='enum'/>
1841 <exports symbol='xlinkActuate' type='typedef'/>
1842 <exports symbol='xlinkHRef' type='typedef'/>
1843 <exports symbol='xlinkHandler' type='typedef'/>
1844 <exports symbol='xlinkHandlerPtr' type='typedef'/>
1845 <exports symbol='xlinkRole' type='typedef'/>
1846 <exports symbol='xlinkShow' type='typedef'/>
1847 <exports symbol='xlinkTitle' type='typedef'/>
1848 <exports symbol='xlinkType' type='typedef'/>
1849 <exports symbol='_xlinkHandler' type='struct'/>
1850 <exports symbol='xlinkExtendedLinkFunk' type='function'/>
1851 <exports symbol='xlinkExtendedLinkSetFunk' type='function'/>
1852 <exports symbol='xlinkGetDefaultDetect' type='function'/>
1853 <exports symbol='xlinkGetDefaultHandler' type='function'/>
1854 <exports symbol='xlinkIsLink' type='function'/>
1855 <exports symbol='xlinkNodeDetectFunc' type='function'/>
1856 <exports symbol='xlinkSetDefaultDetect' type='function'/>
1857 <exports symbol='xlinkSetDefaultHandler' type='function'/>
1858 <exports symbol='xlinkSimpleLinkFunk' type='function'/>
1864 <exports symbol='_xmlOutputBuffer' type='struct'/>
1865 <exports symbol='_xmlParserInputBuffer' type='struct'/>
1866 <exports symbol='xmlAllocOutputBuffer' type='function'/>
1867 <exports symbol='xmlAllocParserInputBuffer' type='function'/>
1868 <exports symbol='xmlCheckFilename' type='function'/>
1869 <exports symbol='xmlCheckHTTPInput' type='function'/>
1870 <exports symbol='xmlCleanupInputCallbacks' type='function'/>
1871 <exports symbol='xmlCleanupOutputCallbacks' type='function'/>
1872 <exports symbol='xmlFileClose' type='function'/>
1873 <exports symbol='xmlFileMatch' type='function'/>
1874 <exports symbol='xmlFileOpen' type='function'/>
1875 <exports symbol='xmlFileRead' type='function'/>
1876 <exports symbol='xmlFreeParserInputBuffer' type='function'/>
1877 <exports symbol='xmlIOFTPClose' type='function'/>
1878 <exports symbol='xmlIOFTPMatch' type='function'/>
1879 <exports symbol='xmlIOFTPOpen' type='function'/>
1880 <exports symbol='xmlIOFTPRead' type='function'/>
1881 <exports symbol='xmlIOHTTPClose' type='function'/>
1882 <exports symbol='xmlIOHTTPMatch' type='function'/>
1883 <exports symbol='xmlIOHTTPOpen' type='function'/>
1884 <exports symbol='xmlIOHTTPOpenW' type='function'/>
1885 <exports symbol='xmlIOHTTPRead' type='function'/>
1886 <exports symbol='xmlInputCloseCallback' type='function'/>
1887 <exports symbol='xmlInputMatchCallback' type='function'/>
1888 <exports symbol='xmlInputOpenCallback' type='function'/>
1889 <exports symbol='xmlInputReadCallback' type='function'/>
1890 <exports symbol='xmlNoNetExternalEntityLoader' type='function'/>
1891 <exports symbol='xmlNormalizeWindowsPath' type='function'/>
1892 <exports symbol='xmlOutputBufferClose' type='function'/>
1893 <exports symbol='xmlOutputBufferCreateBuffer' type='function'/>
1894 <exports symbol='xmlOutputBufferCreateFd' type='function'/>
1895 <exports symbol='xmlOutputBufferCreateFile' type='function'/>
1896 <exports symbol='xmlOutputBufferCreateFilename' type='function'/>
1897 <exports symbol='xmlOutputBufferCreateFilenameDefault' type='function'/>
1898 <exports symbol='xmlOutputBufferCreateFilenameFunc' type='function'/>
1899 <exports symbol='xmlOutputBufferCreateIO' type='function'/>
1900 <exports symbol='xmlOutputBufferFlush' type='function'/>
1901 <exports symbol='xmlOutputBufferGetContent' type='function'/>
1902 <exports symbol='xmlOutputBufferGetSize' type='function'/>
1903 <exports symbol='xmlOutputBufferWrite' type='function'/>
1904 <exports symbol='xmlOutputBufferWriteEscape' type='function'/>
1905 <exports symbol='xmlOutputBufferWriteString' type='function'/>
1906 <exports symbol='xmlOutputCloseCallback' type='function'/>
1907 <exports symbol='xmlOutputMatchCallback' type='function'/>
1908 <exports symbol='xmlOutputOpenCallback' type='function'/>
1909 <exports symbol='xmlOutputWriteCallback' type='function'/>
1910 <exports symbol='xmlParserGetDirectory' type='function'/>
1911 <exports symbol='xmlParserInputBufferCreateFd' type='function'/>
1912 <exports symbol='xmlParserInputBufferCreateFile' type='function'/>
1913 <exports symbol='xmlParserInputBufferCreateFilename' type='function'/>
1914 <exports symbol='xmlParserInputBufferCreateFilenameDefault' type='function'/>
1915 <exports symbol='xmlParserInputBufferCreateFilenameFunc' type='function'/>
1916 <exports symbol='xmlParserInputBufferCreateIO' type='function'/>
1917 <exports symbol='xmlParserInputBufferCreateMem' type='function'/>
1918 <exports symbol='xmlParserInputBufferCreateStatic' type='function'/>
1919 <exports symbol='xmlParserInputBufferGrow' type='function'/>
1920 <exports symbol='xmlParserInputBufferPush' type='function'/>
1921 <exports symbol='xmlParserInputBufferRead' type='function'/>
1922 <exports symbol='xmlPopInputCallbacks' type='function'/>
1923 <exports symbol='xmlPopOutputCallbacks' type='function'/>
1924 <exports symbol='xmlRegisterDefaultInputCallbacks' type='function'/>
1925 <exports symbol='xmlRegisterDefaultOutputCallbacks' type='function'/>
1926 <exports symbol='xmlRegisterHTTPPostCallbacks' type='function'/>
1927 <exports symbol='xmlRegisterInputCallbacks' type='function'/>
1928 <exports symbol='xmlRegisterOutputCallbacks' type='function'/>
1929 <exports symbol='xmlThrDefOutputBufferCreateFilenameDefault' type='function'/>
1930 <exports symbol='xmlThrDefParserInputBufferCreateFilenameDefault' type='function'/>
1936 <exports symbol='xmlAutomata' type='typedef'/>
1937 <exports symbol='xmlAutomataPtr' type='typedef'/>
1938 <exports symbol='xmlAutomataState' type='typedef'/>
1939 <exports symbol='xmlAutomataStatePtr' type='typedef'/>
1940 <exports symbol='xmlAutomataCompile' type='function'/>
1941 <exports symbol='xmlAutomataGetInitState' type='function'/>
1942 <exports symbol='xmlAutomataIsDeterminist' type='function'/>
1943 <exports symbol='xmlAutomataNewAllTrans' type='function'/>
1944 <exports symbol='xmlAutomataNewCountTrans' type='function'/>
1945 <exports symbol='xmlAutomataNewCountTrans2' type='function'/>
1946 <exports symbol='xmlAutomataNewCountedTrans' type='function'/>
1947 <exports symbol='xmlAutomataNewCounter' type='function'/>
1948 <exports symbol='xmlAutomataNewCounterTrans' type='function'/>
1949 <exports symbol='xmlAutomataNewEpsilon' type='function'/>
1950 <exports symbol='xmlAutomataNewNegTrans' type='function'/>
1951 <exports symbol='xmlAutomataNewOnceTrans' type='function'/>
1952 <exports symbol='xmlAutomataNewOnceTrans2' type='function'/>
1953 <exports symbol='xmlAutomataNewState' type='function'/>
1954 <exports symbol='xmlAutomataNewTransition' type='function'/>
1955 <exports symbol='xmlAutomataNewTransition2' type='function'/>
1956 <exports symbol='xmlAutomataSetFinalState' type='function'/>
1957 <exports symbol='xmlFreeAutomata' type='function'/>
1958 <exports symbol='xmlNewAutomata' type='function'/>
1964 <exports symbol='XML_BUF_OVERFLOW' type='enum'/>
1965 <exports symbol='XML_C14N_CREATE_CTXT' type='enum'/>
1966 <exports symbol='XML_C14N_CREATE_STACK' type='enum'/>
1967 <exports symbol='XML_C14N_INVALID_NODE' type='enum'/>
1968 <exports symbol='XML_C14N_RELATIVE_NAMESPACE' type='enum'/>
1969 <exports symbol='XML_C14N_REQUIRES_UTF8' type='enum'/>
1970 <exports symbol='XML_C14N_UNKNOW_NODE' type='enum'/>
1971 <exports symbol='XML_CATALOG_ENTRY_BROKEN' type='enum'/>
1972 <exports symbol='XML_CATALOG_MISSING_ATTR' type='enum'/>
1973 <exports symbol='XML_CATALOG_NOT_CATALOG' type='enum'/>
1974 <exports symbol='XML_CATALOG_PREFER_VALUE' type='enum'/>
1975 <exports symbol='XML_CATALOG_RECURSION' type='enum'/>
1976 <exports symbol='XML_CHECK_ENTITY_TYPE' type='enum'/>
1977 <exports symbol='XML_CHECK_FOUND_ATTRIBUTE' type='enum'/>
1978 <exports symbol='XML_CHECK_FOUND_CDATA' type='enum'/>
1979 <exports symbol='XML_CHECK_FOUND_COMMENT' type='enum'/>
1980 <exports symbol='XML_CHECK_FOUND_DOCTYPE' type='enum'/>
1981 <exports symbol='XML_CHECK_FOUND_ELEMENT' type='enum'/>
1982 <exports symbol='XML_CHECK_FOUND_ENTITY' type='enum'/>
1983 <exports symbol='XML_CHECK_FOUND_ENTITYREF' type='enum'/>
1984 <exports symbol='XML_CHECK_FOUND_FRAGMENT' type='enum'/>
1985 <exports symbol='XML_CHECK_FOUND_NOTATION' type='enum'/>
1986 <exports symbol='XML_CHECK_FOUND_PI' type='enum'/>
1987 <exports symbol='XML_CHECK_FOUND_TEXT' type='enum'/>
1988 <exports symbol='XML_CHECK_NAME_NOT_NULL' type='enum'/>
1989 <exports symbol='XML_CHECK_NOT_ATTR' type='enum'/>
1990 <exports symbol='XML_CHECK_NOT_ATTR_DECL' type='enum'/>
1991 <exports symbol='XML_CHECK_NOT_DTD' type='enum'/>
1992 <exports symbol='XML_CHECK_NOT_ELEM_DECL' type='enum'/>
1993 <exports symbol='XML_CHECK_NOT_ENTITY_DECL' type='enum'/>
1994 <exports symbol='XML_CHECK_NOT_NCNAME' type='enum'/>
1995 <exports symbol='XML_CHECK_NOT_NS_DECL' type='enum'/>
1996 <exports symbol='XML_CHECK_NOT_UTF8' type='enum'/>
1997 <exports symbol='XML_CHECK_NO_DICT' type='enum'/>
1998 <exports symbol='XML_CHECK_NO_DOC' type='enum'/>
1999 <exports symbol='XML_CHECK_NO_ELEM' type='enum'/>
2000 <exports symbol='XML_CHECK_NO_HREF' type='enum'/>
2001 <exports symbol='XML_CHECK_NO_NAME' type='enum'/>
2002 <exports symbol='XML_CHECK_NO_NEXT' type='enum'/>
2003 <exports symbol='XML_CHECK_NO_PARENT' type='enum'/>
2004 <exports symbol='XML_CHECK_NO_PREV' type='enum'/>
2005 <exports symbol='XML_CHECK_NS_ANCESTOR' type='enum'/>
2006 <exports symbol='XML_CHECK_NS_SCOPE' type='enum'/>
2007 <exports symbol='XML_CHECK_OUTSIDE_DICT' type='enum'/>
2008 <exports symbol='XML_CHECK_UNKNOWN_NODE' type='enum'/>
2009 <exports symbol='XML_CHECK_WRONG_DOC' type='enum'/>
2010 <exports symbol='XML_CHECK_WRONG_NAME' type='enum'/>
2011 <exports symbol='XML_CHECK_WRONG_NEXT' type='enum'/>
2012 <exports symbol='XML_CHECK_WRONG_PARENT' type='enum'/>
2013 <exports symbol='XML_CHECK_WRONG_PREV' type='enum'/>
2014 <exports symbol='XML_DTD_ATTRIBUTE_DEFAULT' type='enum'/>
2015 <exports symbol='XML_DTD_ATTRIBUTE_REDEFINED' type='enum'/>
2016 <exports symbol='XML_DTD_ATTRIBUTE_VALUE' type='enum'/>
2017 <exports symbol='XML_DTD_CONTENT_ERROR' type='enum'/>
2018 <exports symbol='XML_DTD_CONTENT_MODEL' type='enum'/>
2019 <exports symbol='XML_DTD_CONTENT_NOT_DETERMINIST' type='enum'/>
2020 <exports symbol='XML_DTD_DIFFERENT_PREFIX' type='enum'/>
2021 <exports symbol='XML_DTD_DUP_TOKEN' type='enum'/>
2022 <exports symbol='XML_DTD_ELEM_DEFAULT_NAMESPACE' type='enum'/>
2023 <exports symbol='XML_DTD_ELEM_NAMESPACE' type='enum'/>
2024 <exports symbol='XML_DTD_ELEM_REDEFINED' type='enum'/>
2025 <exports symbol='XML_DTD_EMPTY_NOTATION' type='enum'/>
2026 <exports symbol='XML_DTD_ENTITY_TYPE' type='enum'/>
2027 <exports symbol='XML_DTD_ID_FIXED' type='enum'/>
2028 <exports symbol='XML_DTD_ID_REDEFINED' type='enum'/>
2029 <exports symbol='XML_DTD_ID_SUBSET' type='enum'/>
2030 <exports symbol='XML_DTD_INVALID_CHILD' type='enum'/>
2031 <exports symbol='XML_DTD_INVALID_DEFAULT' type='enum'/>
2032 <exports symbol='XML_DTD_LOAD_ERROR' type='enum'/>
2033 <exports symbol='XML_DTD_MISSING_ATTRIBUTE' type='enum'/>
2034 <exports symbol='XML_DTD_MIXED_CORRUPT' type='enum'/>
2035 <exports symbol='XML_DTD_MULTIPLE_ID' type='enum'/>
2036 <exports symbol='XML_DTD_NOTATION_REDEFINED' type='enum'/>
2037 <exports symbol='XML_DTD_NOTATION_VALUE' type='enum'/>
2038 <exports symbol='XML_DTD_NOT_EMPTY' type='enum'/>
2039 <exports symbol='XML_DTD_NOT_PCDATA' type='enum'/>
2040 <exports symbol='XML_DTD_NOT_STANDALONE' type='enum'/>
2041 <exports symbol='XML_DTD_NO_DOC' type='enum'/>
2042 <exports symbol='XML_DTD_NO_DTD' type='enum'/>
2043 <exports symbol='XML_DTD_NO_ELEM_NAME' type='enum'/>
2044 <exports symbol='XML_DTD_NO_PREFIX' type='enum'/>
2045 <exports symbol='XML_DTD_NO_ROOT' type='enum'/>
2046 <exports symbol='XML_DTD_ROOT_NAME' type='enum'/>
2047 <exports symbol='XML_DTD_STANDALONE_DEFAULTED' type='enum'/>
2048 <exports symbol='XML_DTD_STANDALONE_WHITE_SPACE' type='enum'/>
2049 <exports symbol='XML_DTD_UNKNOWN_ATTRIBUTE' type='enum'/>
2050 <exports symbol='XML_DTD_UNKNOWN_ELEM' type='enum'/>
2051 <exports symbol='XML_DTD_UNKNOWN_ENTITY' type='enum'/>
2052 <exports symbol='XML_DTD_UNKNOWN_ID' type='enum'/>
2053 <exports symbol='XML_DTD_UNKNOWN_NOTATION' type='enum'/>
2054 <exports symbol='XML_DTD_XMLID_TYPE' type='enum'/>
2055 <exports symbol='XML_DTD_XMLID_VALUE' type='enum'/>
2056 <exports symbol='XML_ERR_ARGUMENT' type='enum'/>
2057 <exports symbol='XML_ERR_ATTLIST_NOT_FINISHED' type='enum'/>
2058 <exports symbol='XML_ERR_ATTLIST_NOT_STARTED' type='enum'/>
2059 <exports symbol='XML_ERR_ATTRIBUTE_NOT_FINISHED' type='enum'/>
2060 <exports symbol='XML_ERR_ATTRIBUTE_NOT_STARTED' type='enum'/>
2061 <exports symbol='XML_ERR_ATTRIBUTE_REDEFINED' type='enum'/>
2062 <exports symbol='XML_ERR_ATTRIBUTE_WITHOUT_VALUE' type='enum'/>
2063 <exports symbol='XML_ERR_CDATA_NOT_FINISHED' type='enum'/>
2064 <exports symbol='XML_ERR_CHARREF_AT_EOF' type='enum'/>
2065 <exports symbol='XML_ERR_CHARREF_IN_DTD' type='enum'/>
2066 <exports symbol='XML_ERR_CHARREF_IN_EPILOG' type='enum'/>
2067 <exports symbol='XML_ERR_CHARREF_IN_PROLOG' type='enum'/>
2068 <exports symbol='XML_ERR_COMMENT_ABRUPTLY_ENDED' type='enum'/>
2069 <exports symbol='XML_ERR_COMMENT_NOT_FINISHED' type='enum'/>
2070 <exports symbol='XML_ERR_CONDSEC_INVALID' type='enum'/>
2071 <exports symbol='XML_ERR_CONDSEC_INVALID_KEYWORD' type='enum'/>
2072 <exports symbol='XML_ERR_CONDSEC_NOT_FINISHED' type='enum'/>
2073 <exports symbol='XML_ERR_CONDSEC_NOT_STARTED' type='enum'/>
2074 <exports symbol='XML_ERR_DOCTYPE_NOT_FINISHED' type='enum'/>
2075 <exports symbol='XML_ERR_DOCUMENT_EMPTY' type='enum'/>
2076 <exports symbol='XML_ERR_DOCUMENT_END' type='enum'/>
2077 <exports symbol='XML_ERR_DOCUMENT_START' type='enum'/>
2078 <exports symbol='XML_ERR_ELEMCONTENT_NOT_FINISHED' type='enum'/>
2079 <exports symbol='XML_ERR_ELEMCONTENT_NOT_STARTED' type='enum'/>
2080 <exports symbol='XML_ERR_ENCODING_NAME' type='enum'/>
2081 <exports symbol='XML_ERR_ENTITYREF_AT_EOF' type='enum'/>
2082 <exports symbol='XML_ERR_ENTITYREF_IN_DTD' type='enum'/>
2083 <exports symbol='XML_ERR_ENTITYREF_IN_EPILOG' type='enum'/>
2084 <exports symbol='XML_ERR_ENTITYREF_IN_PROLOG' type='enum'/>
2085 <exports symbol='XML_ERR_ENTITYREF_NO_NAME' type='enum'/>
2086 <exports symbol='XML_ERR_ENTITYREF_SEMICOL_MISSING' type='enum'/>
2087 <exports symbol='XML_ERR_ENTITY_BOUNDARY' type='enum'/>
2088 <exports symbol='XML_ERR_ENTITY_CHAR_ERROR' type='enum'/>
2089 <exports symbol='XML_ERR_ENTITY_IS_EXTERNAL' type='enum'/>
2090 <exports symbol='XML_ERR_ENTITY_IS_PARAMETER' type='enum'/>
2091 <exports symbol='XML_ERR_ENTITY_LOOP' type='enum'/>
2092 <exports symbol='XML_ERR_ENTITY_NOT_FINISHED' type='enum'/>
2093 <exports symbol='XML_ERR_ENTITY_NOT_STARTED' type='enum'/>
2094 <exports symbol='XML_ERR_ENTITY_PE_INTERNAL' type='enum'/>
2095 <exports symbol='XML_ERR_ENTITY_PROCESSING' type='enum'/>
2096 <exports symbol='XML_ERR_EQUAL_REQUIRED' type='enum'/>
2097 <exports symbol='XML_ERR_ERROR' type='enum'/>
2098 <exports symbol='XML_ERR_EXTRA_CONTENT' type='enum'/>
2099 <exports symbol='XML_ERR_EXT_ENTITY_STANDALONE' type='enum'/>
2100 <exports symbol='XML_ERR_EXT_SUBSET_NOT_FINISHED' type='enum'/>
2101 <exports symbol='XML_ERR_FATAL' type='enum'/>
2102 <exports symbol='XML_ERR_GT_REQUIRED' type='enum'/>
2103 <exports symbol='XML_ERR_HYPHEN_IN_COMMENT' type='enum'/>
2104 <exports symbol='XML_ERR_INTERNAL_ERROR' type='enum'/>
2105 <exports symbol='XML_ERR_INT_SUBSET_NOT_FINISHED' type='enum'/>
2106 <exports symbol='XML_ERR_INVALID_CHAR' type='enum'/>
2107 <exports symbol='XML_ERR_INVALID_CHARREF' type='enum'/>
2108 <exports symbol='XML_ERR_INVALID_DEC_CHARREF' type='enum'/>
2109 <exports symbol='XML_ERR_INVALID_ENCODING' type='enum'/>
2110 <exports symbol='XML_ERR_INVALID_HEX_CHARREF' type='enum'/>
2111 <exports symbol='XML_ERR_INVALID_URI' type='enum'/>
2112 <exports symbol='XML_ERR_LITERAL_NOT_FINISHED' type='enum'/>
2113 <exports symbol='XML_ERR_LITERAL_NOT_STARTED' type='enum'/>
2114 <exports symbol='XML_ERR_LTSLASH_REQUIRED' type='enum'/>
2115 <exports symbol='XML_ERR_LT_IN_ATTRIBUTE' type='enum'/>
2116 <exports symbol='XML_ERR_LT_REQUIRED' type='enum'/>
2117 <exports symbol='XML_ERR_MISPLACED_CDATA_END' type='enum'/>
2118 <exports symbol='XML_ERR_MISSING_ENCODING' type='enum'/>
2119 <exports symbol='XML_ERR_MIXED_NOT_FINISHED' type='enum'/>
2120 <exports symbol='XML_ERR_MIXED_NOT_STARTED' type='enum'/>
2121 <exports symbol='XML_ERR_NAME_REQUIRED' type='enum'/>
2122 <exports symbol='XML_ERR_NAME_TOO_LONG' type='enum'/>
2123 <exports symbol='XML_ERR_NMTOKEN_REQUIRED' type='enum'/>
2124 <exports symbol='XML_ERR_NONE' type='enum'/>
2125 <exports symbol='XML_ERR_NOTATION_NOT_FINISHED' type='enum'/>
2126 <exports symbol='XML_ERR_NOTATION_NOT_STARTED' type='enum'/>
2127 <exports symbol='XML_ERR_NOTATION_PROCESSING' type='enum'/>
2128 <exports symbol='XML_ERR_NOT_STANDALONE' type='enum'/>
2129 <exports symbol='XML_ERR_NOT_WELL_BALANCED' type='enum'/>
2130 <exports symbol='XML_ERR_NO_DTD' type='enum'/>
2131 <exports symbol='XML_ERR_NO_MEMORY' type='enum'/>
2132 <exports symbol='XML_ERR_NS_DECL_ERROR' type='enum'/>
2133 <exports symbol='XML_ERR_OK' type='enum'/>
2134 <exports symbol='XML_ERR_PCDATA_REQUIRED' type='enum'/>
2135 <exports symbol='XML_ERR_PEREF_AT_EOF' type='enum'/>
2136 <exports symbol='XML_ERR_PEREF_IN_EPILOG' type='enum'/>
2137 <exports symbol='XML_ERR_PEREF_IN_INT_SUBSET' type='enum'/>
2138 <exports symbol='XML_ERR_PEREF_IN_PROLOG' type='enum'/>
2139 <exports symbol='XML_ERR_PEREF_NO_NAME' type='enum'/>
2140 <exports symbol='XML_ERR_PEREF_SEMICOL_MISSING' type='enum'/>
2141 <exports symbol='XML_ERR_PI_NOT_FINISHED' type='enum'/>
2142 <exports symbol='XML_ERR_PI_NOT_STARTED' type='enum'/>
2143 <exports symbol='XML_ERR_PUBID_REQUIRED' type='enum'/>
2144 <exports symbol='XML_ERR_REDECL_PREDEF_ENTITY' type='enum'/>
2145 <exports symbol='XML_ERR_RESERVED_XML_NAME' type='enum'/>
2146 <exports symbol='XML_ERR_RESOURCE_LIMIT' type='enum'/>
2147 <exports symbol='XML_ERR_SEPARATOR_REQUIRED' type='enum'/>
2148 <exports symbol='XML_ERR_SPACE_REQUIRED' type='enum'/>
2149 <exports symbol='XML_ERR_STANDALONE_VALUE' type='enum'/>
2150 <exports symbol='XML_ERR_STRING_NOT_CLOSED' type='enum'/>
2151 <exports symbol='XML_ERR_STRING_NOT_STARTED' type='enum'/>
2152 <exports symbol='XML_ERR_SYSTEM' type='enum'/>
2153 <exports symbol='XML_ERR_TAG_NAME_MISMATCH' type='enum'/>
2154 <exports symbol='XML_ERR_TAG_NOT_FINISHED' type='enum'/>
2155 <exports symbol='XML_ERR_UNDECLARED_ENTITY' type='enum'/>
2156 <exports symbol='XML_ERR_UNKNOWN_ENCODING' type='enum'/>
2157 <exports symbol='XML_ERR_UNKNOWN_VERSION' type='enum'/>
2158 <exports symbol='XML_ERR_UNPARSED_ENTITY' type='enum'/>
2159 <exports symbol='XML_ERR_UNSUPPORTED_ENCODING' type='enum'/>
2160 <exports symbol='XML_ERR_URI_FRAGMENT' type='enum'/>
2161 <exports symbol='XML_ERR_URI_REQUIRED' type='enum'/>
2162 <exports symbol='XML_ERR_USER_STOP' type='enum'/>
2163 <exports symbol='XML_ERR_VALUE_REQUIRED' type='enum'/>
2164 <exports symbol='XML_ERR_VERSION_MISMATCH' type='enum'/>
2165 <exports symbol='XML_ERR_VERSION_MISSING' type='enum'/>
2166 <exports symbol='XML_ERR_WARNING' type='enum'/>
2167 <exports symbol='XML_ERR_XMLDECL_NOT_FINISHED' type='enum'/>
2168 <exports symbol='XML_ERR_XMLDECL_NOT_STARTED' type='enum'/>
2169 <exports symbol='XML_FROM_BUFFER' type='enum'/>
2170 <exports symbol='XML_FROM_C14N' type='enum'/>
2171 <exports symbol='XML_FROM_CATALOG' type='enum'/>
2172 <exports symbol='XML_FROM_CHECK' type='enum'/>
2173 <exports symbol='XML_FROM_DATATYPE' type='enum'/>
2174 <exports symbol='XML_FROM_DTD' type='enum'/>
2175 <exports symbol='XML_FROM_FTP' type='enum'/>
2176 <exports symbol='XML_FROM_HTML' type='enum'/>
2177 <exports symbol='XML_FROM_HTTP' type='enum'/>
2178 <exports symbol='XML_FROM_I18N' type='enum'/>
2179 <exports symbol='XML_FROM_IO' type='enum'/>
2180 <exports symbol='XML_FROM_MEMORY' type='enum'/>
2181 <exports symbol='XML_FROM_MODULE' type='enum'/>
2182 <exports symbol='XML_FROM_NAMESPACE' type='enum'/>
2183 <exports symbol='XML_FROM_NONE' type='enum'/>
2184 <exports symbol='XML_FROM_OUTPUT' type='enum'/>
2185 <exports symbol='XML_FROM_PARSER' type='enum'/>
2186 <exports symbol='XML_FROM_REGEXP' type='enum'/>
2187 <exports symbol='XML_FROM_RELAXNGP' type='enum'/>
2188 <exports symbol='XML_FROM_RELAXNGV' type='enum'/>
2189 <exports symbol='XML_FROM_SCHEMASP' type='enum'/>
2190 <exports symbol='XML_FROM_SCHEMASV' type='enum'/>
2191 <exports symbol='XML_FROM_SCHEMATRONV' type='enum'/>
2192 <exports symbol='XML_FROM_TREE' type='enum'/>
2193 <exports symbol='XML_FROM_URI' type='enum'/>
2194 <exports symbol='XML_FROM_VALID' type='enum'/>
2195 <exports symbol='XML_FROM_WRITER' type='enum'/>
2196 <exports symbol='XML_FROM_XINCLUDE' type='enum'/>
2197 <exports symbol='XML_FROM_XPATH' type='enum'/>
2198 <exports symbol='XML_FROM_XPOINTER' type='enum'/>
2199 <exports symbol='XML_FROM_XSLT' type='enum'/>
2200 <exports symbol='XML_FTP_ACCNT' type='enum'/>
2201 <exports symbol='XML_FTP_EPSV_ANSWER' type='enum'/>
2202 <exports symbol='XML_FTP_PASV_ANSWER' type='enum'/>
2203 <exports symbol='XML_FTP_URL_SYNTAX' type='enum'/>
2204 <exports symbol='XML_HTML_INCORRECTLY_OPENED_COMMENT' type='enum'/>
2205 <exports symbol='XML_HTML_STRUCURE_ERROR' type='enum'/>
2206 <exports symbol='XML_HTML_UNKNOWN_TAG' type='enum'/>
2207 <exports symbol='XML_HTTP_UNKNOWN_HOST' type='enum'/>
2208 <exports symbol='XML_HTTP_URL_SYNTAX' type='enum'/>
2209 <exports symbol='XML_HTTP_USE_IP' type='enum'/>
2210 <exports symbol='XML_I18N_CONV_FAILED' type='enum'/>
2211 <exports symbol='XML_I18N_EXCESS_HANDLER' type='enum'/>
2212 <exports symbol='XML_I18N_NO_HANDLER' type='enum'/>
2213 <exports symbol='XML_I18N_NO_NAME' type='enum'/>
2214 <exports symbol='XML_I18N_NO_OUTPUT' type='enum'/>
2215 <exports symbol='XML_IO_BUFFER_FULL' type='enum'/>
2216 <exports symbol='XML_IO_EACCES' type='enum'/>
2217 <exports symbol='XML_IO_EADDRINUSE' type='enum'/>
2218 <exports symbol='XML_IO_EAFNOSUPPORT' type='enum'/>
2219 <exports symbol='XML_IO_EAGAIN' type='enum'/>
2220 <exports symbol='XML_IO_EALREADY' type='enum'/>
2221 <exports symbol='XML_IO_EBADF' type='enum'/>
2222 <exports symbol='XML_IO_EBADMSG' type='enum'/>
2223 <exports symbol='XML_IO_EBUSY' type='enum'/>
2224 <exports symbol='XML_IO_ECANCELED' type='enum'/>
2225 <exports symbol='XML_IO_ECHILD' type='enum'/>
2226 <exports symbol='XML_IO_ECONNREFUSED' type='enum'/>
2227 <exports symbol='XML_IO_EDEADLK' type='enum'/>
2228 <exports symbol='XML_IO_EDOM' type='enum'/>
2229 <exports symbol='XML_IO_EEXIST' type='enum'/>
2230 <exports symbol='XML_IO_EFAULT' type='enum'/>
2231 <exports symbol='XML_IO_EFBIG' type='enum'/>
2232 <exports symbol='XML_IO_EINPROGRESS' type='enum'/>
2233 <exports symbol='XML_IO_EINTR' type='enum'/>
2234 <exports symbol='XML_IO_EINVAL' type='enum'/>
2235 <exports symbol='XML_IO_EIO' type='enum'/>
2236 <exports symbol='XML_IO_EISCONN' type='enum'/>
2237 <exports symbol='XML_IO_EISDIR' type='enum'/>
2238 <exports symbol='XML_IO_EMFILE' type='enum'/>
2239 <exports symbol='XML_IO_EMLINK' type='enum'/>
2240 <exports symbol='XML_IO_EMSGSIZE' type='enum'/>
2241 <exports symbol='XML_IO_ENAMETOOLONG' type='enum'/>
2242 <exports symbol='XML_IO_ENCODER' type='enum'/>
2243 <exports symbol='XML_IO_ENETUNREACH' type='enum'/>
2244 <exports symbol='XML_IO_ENFILE' type='enum'/>
2245 <exports symbol='XML_IO_ENODEV' type='enum'/>
2246 <exports symbol='XML_IO_ENOENT' type='enum'/>
2247 <exports symbol='XML_IO_ENOEXEC' type='enum'/>
2248 <exports symbol='XML_IO_ENOLCK' type='enum'/>
2249 <exports symbol='XML_IO_ENOMEM' type='enum'/>
2250 <exports symbol='XML_IO_ENOSPC' type='enum'/>
2251 <exports symbol='XML_IO_ENOSYS' type='enum'/>
2252 <exports symbol='XML_IO_ENOTDIR' type='enum'/>
2253 <exports symbol='XML_IO_ENOTEMPTY' type='enum'/>
2254 <exports symbol='XML_IO_ENOTSOCK' type='enum'/>
2255 <exports symbol='XML_IO_ENOTSUP' type='enum'/>
2256 <exports symbol='XML_IO_ENOTTY' type='enum'/>
2257 <exports symbol='XML_IO_ENXIO' type='enum'/>
2258 <exports symbol='XML_IO_EPERM' type='enum'/>
2259 <exports symbol='XML_IO_EPIPE' type='enum'/>
2260 <exports symbol='XML_IO_ERANGE' type='enum'/>
2261 <exports symbol='XML_IO_EROFS' type='enum'/>
2262 <exports symbol='XML_IO_ESPIPE' type='enum'/>
2263 <exports symbol='XML_IO_ESRCH' type='enum'/>
2264 <exports symbol='XML_IO_ETIMEDOUT' type='enum'/>
2265 <exports symbol='XML_IO_EXDEV' type='enum'/>
2266 <exports symbol='XML_IO_FLUSH' type='enum'/>
2267 <exports symbol='XML_IO_LOAD_ERROR' type='enum'/>
2268 <exports symbol='XML_IO_NETWORK_ATTEMPT' type='enum'/>
2269 <exports symbol='XML_IO_NO_INPUT' type='enum'/>
2270 <exports symbol='XML_IO_UNKNOWN' type='enum'/>
2271 <exports symbol='XML_IO_UNSUPPORTED_PROTOCOL' type='enum'/>
2272 <exports symbol='XML_IO_WRITE' type='enum'/>
2273 <exports symbol='XML_MODULE_CLOSE' type='enum'/>
2274 <exports symbol='XML_MODULE_OPEN' type='enum'/>
2275 <exports symbol='XML_NS_ERR_ATTRIBUTE_REDEFINED' type='enum'/>
2276 <exports symbol='XML_NS_ERR_COLON' type='enum'/>
2277 <exports symbol='XML_NS_ERR_EMPTY' type='enum'/>
2278 <exports symbol='XML_NS_ERR_QNAME' type='enum'/>
2279 <exports symbol='XML_NS_ERR_UNDEFINED_NAMESPACE' type='enum'/>
2280 <exports symbol='XML_NS_ERR_XML_NAMESPACE' type='enum'/>
2281 <exports symbol='XML_REGEXP_COMPILE_ERROR' type='enum'/>
2282 <exports symbol='XML_RNGP_ANYNAME_ATTR_ANCESTOR' type='enum'/>
2283 <exports symbol='XML_RNGP_ATTRIBUTE_CHILDREN' type='enum'/>
2284 <exports symbol='XML_RNGP_ATTRIBUTE_CONTENT' type='enum'/>
2285 <exports symbol='XML_RNGP_ATTRIBUTE_EMPTY' type='enum'/>
2286 <exports symbol='XML_RNGP_ATTRIBUTE_NOOP' type='enum'/>
2287 <exports symbol='XML_RNGP_ATTR_CONFLICT' type='enum'/>
2288 <exports symbol='XML_RNGP_CHOICE_CONTENT' type='enum'/>
2289 <exports symbol='XML_RNGP_CHOICE_EMPTY' type='enum'/>
2290 <exports symbol='XML_RNGP_CREATE_FAILURE' type='enum'/>
2291 <exports symbol='XML_RNGP_DATA_CONTENT' type='enum'/>
2292 <exports symbol='XML_RNGP_DEFINE_CREATE_FAILED' type='enum'/>
2293 <exports symbol='XML_RNGP_DEFINE_EMPTY' type='enum'/>
2294 <exports symbol='XML_RNGP_DEFINE_MISSING' type='enum'/>
2295 <exports symbol='XML_RNGP_DEFINE_NAME_MISSING' type='enum'/>
2296 <exports symbol='XML_RNGP_DEF_CHOICE_AND_INTERLEAVE' type='enum'/>
2297 <exports symbol='XML_RNGP_ELEMENT_CONTENT' type='enum'/>
2298 <exports symbol='XML_RNGP_ELEMENT_EMPTY' type='enum'/>
2299 <exports symbol='XML_RNGP_ELEMENT_NAME' type='enum'/>
2300 <exports symbol='XML_RNGP_ELEMENT_NO_CONTENT' type='enum'/>
2301 <exports symbol='XML_RNGP_ELEM_CONTENT_EMPTY' type='enum'/>
2302 <exports symbol='XML_RNGP_ELEM_CONTENT_ERROR' type='enum'/>
2303 <exports symbol='XML_RNGP_ELEM_TEXT_CONFLICT' type='enum'/>
2304 <exports symbol='XML_RNGP_EMPTY' type='enum'/>
2305 <exports symbol='XML_RNGP_EMPTY_CONSTRUCT' type='enum'/>
2306 <exports symbol='XML_RNGP_EMPTY_CONTENT' type='enum'/>
2307 <exports symbol='XML_RNGP_EMPTY_NOT_EMPTY' type='enum'/>
2308 <exports symbol='XML_RNGP_ERROR_TYPE_LIB' type='enum'/>
2309 <exports symbol='XML_RNGP_EXCEPT_EMPTY' type='enum'/>
2310 <exports symbol='XML_RNGP_EXCEPT_MISSING' type='enum'/>
2311 <exports symbol='XML_RNGP_EXCEPT_MULTIPLE' type='enum'/>
2312 <exports symbol='XML_RNGP_EXCEPT_NO_CONTENT' type='enum'/>
2313 <exports symbol='XML_RNGP_EXTERNALREF_EMTPY' type='enum'/>
2314 <exports symbol='XML_RNGP_EXTERNALREF_RECURSE' type='enum'/>
2315 <exports symbol='XML_RNGP_EXTERNAL_REF_FAILURE' type='enum'/>
2316 <exports symbol='XML_RNGP_FORBIDDEN_ATTRIBUTE' type='enum'/>
2317 <exports symbol='XML_RNGP_FOREIGN_ELEMENT' type='enum'/>
2318 <exports symbol='XML_RNGP_GRAMMAR_CONTENT' type='enum'/>
2319 <exports symbol='XML_RNGP_GRAMMAR_EMPTY' type='enum'/>
2320 <exports symbol='XML_RNGP_GRAMMAR_MISSING' type='enum'/>
2321 <exports symbol='XML_RNGP_GRAMMAR_NO_START' type='enum'/>
2322 <exports symbol='XML_RNGP_GROUP_ATTR_CONFLICT' type='enum'/>
2323 <exports symbol='XML_RNGP_HREF_ERROR' type='enum'/>
2324 <exports symbol='XML_RNGP_INCLUDE_EMPTY' type='enum'/>
2325 <exports symbol='XML_RNGP_INCLUDE_FAILURE' type='enum'/>
2326 <exports symbol='XML_RNGP_INCLUDE_RECURSE' type='enum'/>
2327 <exports symbol='XML_RNGP_INTERLEAVE_ADD' type='enum'/>
2328 <exports symbol='XML_RNGP_INTERLEAVE_CREATE_FAILED' type='enum'/>
2329 <exports symbol='XML_RNGP_INTERLEAVE_EMPTY' type='enum'/>
2330 <exports symbol='XML_RNGP_INTERLEAVE_NO_CONTENT' type='enum'/>
2331 <exports symbol='XML_RNGP_INVALID_DEFINE_NAME' type='enum'/>
2332 <exports symbol='XML_RNGP_INVALID_URI' type='enum'/>
2333 <exports symbol='XML_RNGP_INVALID_VALUE' type='enum'/>
2334 <exports symbol='XML_RNGP_MISSING_HREF' type='enum'/>
2335 <exports symbol='XML_RNGP_NAME_MISSING' type='enum'/>
2336 <exports symbol='XML_RNGP_NEED_COMBINE' type='enum'/>
2337 <exports symbol='XML_RNGP_NOTALLOWED_NOT_EMPTY' type='enum'/>
2338 <exports symbol='XML_RNGP_NSNAME_ATTR_ANCESTOR' type='enum'/>
2339 <exports symbol='XML_RNGP_NSNAME_NO_NS' type='enum'/>
2340 <exports symbol='XML_RNGP_PARAM_FORBIDDEN' type='enum'/>
2341 <exports symbol='XML_RNGP_PARAM_NAME_MISSING' type='enum'/>
2342 <exports symbol='XML_RNGP_PARENTREF_CREATE_FAILED' type='enum'/>
2343 <exports symbol='XML_RNGP_PARENTREF_NAME_INVALID' type='enum'/>
2344 <exports symbol='XML_RNGP_PARENTREF_NOT_EMPTY' type='enum'/>
2345 <exports symbol='XML_RNGP_PARENTREF_NO_NAME' type='enum'/>
2346 <exports symbol='XML_RNGP_PARENTREF_NO_PARENT' type='enum'/>
2347 <exports symbol='XML_RNGP_PARSE_ERROR' type='enum'/>
2348 <exports symbol='XML_RNGP_PAT_ANYNAME_EXCEPT_ANYNAME' type='enum'/>
2349 <exports symbol='XML_RNGP_PAT_ATTR_ATTR' type='enum'/>
2350 <exports symbol='XML_RNGP_PAT_ATTR_ELEM' type='enum'/>
2351 <exports symbol='XML_RNGP_PAT_DATA_EXCEPT_ATTR' type='enum'/>
2352 <exports symbol='XML_RNGP_PAT_DATA_EXCEPT_ELEM' type='enum'/>
2353 <exports symbol='XML_RNGP_PAT_DATA_EXCEPT_EMPTY' type='enum'/>
2354 <exports symbol='XML_RNGP_PAT_DATA_EXCEPT_GROUP' type='enum'/>
2355 <exports symbol='XML_RNGP_PAT_DATA_EXCEPT_INTERLEAVE' type='enum'/>
2356 <exports symbol='XML_RNGP_PAT_DATA_EXCEPT_LIST' type='enum'/>
2357 <exports symbol='XML_RNGP_PAT_DATA_EXCEPT_ONEMORE' type='enum'/>
2358 <exports symbol='XML_RNGP_PAT_DATA_EXCEPT_REF' type='enum'/>
2359 <exports symbol='XML_RNGP_PAT_DATA_EXCEPT_TEXT' type='enum'/>
2360 <exports symbol='XML_RNGP_PAT_LIST_ATTR' type='enum'/>
2361 <exports symbol='XML_RNGP_PAT_LIST_ELEM' type='enum'/>
2362 <exports symbol='XML_RNGP_PAT_LIST_INTERLEAVE' type='enum'/>
2363 <exports symbol='XML_RNGP_PAT_LIST_LIST' type='enum'/>
2364 <exports symbol='XML_RNGP_PAT_LIST_REF' type='enum'/>
2365 <exports symbol='XML_RNGP_PAT_LIST_TEXT' type='enum'/>
2366 <exports symbol='XML_RNGP_PAT_NSNAME_EXCEPT_ANYNAME' type='enum'/>
2367 <exports symbol='XML_RNGP_PAT_NSNAME_EXCEPT_NSNAME' type='enum'/>
2368 <exports symbol='XML_RNGP_PAT_ONEMORE_GROUP_ATTR' type='enum'/>
2369 <exports symbol='XML_RNGP_PAT_ONEMORE_INTERLEAVE_ATTR' type='enum'/>
2370 <exports symbol='XML_RNGP_PAT_START_ATTR' type='enum'/>
2371 <exports symbol='XML_RNGP_PAT_START_DATA' type='enum'/>
2372 <exports symbol='XML_RNGP_PAT_START_EMPTY' type='enum'/>
2373 <exports symbol='XML_RNGP_PAT_START_GROUP' type='enum'/>
2374 <exports symbol='XML_RNGP_PAT_START_INTERLEAVE' type='enum'/>
2375 <exports symbol='XML_RNGP_PAT_START_LIST' type='enum'/>
2376 <exports symbol='XML_RNGP_PAT_START_ONEMORE' type='enum'/>
2377 <exports symbol='XML_RNGP_PAT_START_TEXT' type='enum'/>
2378 <exports symbol='XML_RNGP_PAT_START_VALUE' type='enum'/>
2379 <exports symbol='XML_RNGP_PREFIX_UNDEFINED' type='enum'/>
2380 <exports symbol='XML_RNGP_REF_CREATE_FAILED' type='enum'/>
2381 <exports symbol='XML_RNGP_REF_CYCLE' type='enum'/>
2382 <exports symbol='XML_RNGP_REF_NAME_INVALID' type='enum'/>
2383 <exports symbol='XML_RNGP_REF_NOT_EMPTY' type='enum'/>
2384 <exports symbol='XML_RNGP_REF_NO_DEF' type='enum'/>
2385 <exports symbol='XML_RNGP_REF_NO_NAME' type='enum'/>
2386 <exports symbol='XML_RNGP_START_CHOICE_AND_INTERLEAVE' type='enum'/>
2387 <exports symbol='XML_RNGP_START_CONTENT' type='enum'/>
2388 <exports symbol='XML_RNGP_START_EMPTY' type='enum'/>
2389 <exports symbol='XML_RNGP_START_MISSING' type='enum'/>
2390 <exports symbol='XML_RNGP_TEXT_EXPECTED' type='enum'/>
2391 <exports symbol='XML_RNGP_TEXT_HAS_CHILD' type='enum'/>
2392 <exports symbol='XML_RNGP_TYPE_MISSING' type='enum'/>
2393 <exports symbol='XML_RNGP_TYPE_NOT_FOUND' type='enum'/>
2394 <exports symbol='XML_RNGP_TYPE_VALUE' type='enum'/>
2395 <exports symbol='XML_RNGP_UNKNOWN_ATTRIBUTE' type='enum'/>
2396 <exports symbol='XML_RNGP_UNKNOWN_COMBINE' type='enum'/>
2397 <exports symbol='XML_RNGP_UNKNOWN_CONSTRUCT' type='enum'/>
2398 <exports symbol='XML_RNGP_UNKNOWN_TYPE_LIB' type='enum'/>
2399 <exports symbol='XML_RNGP_URI_FRAGMENT' type='enum'/>
2400 <exports symbol='XML_RNGP_URI_NOT_ABSOLUTE' type='enum'/>
2401 <exports symbol='XML_RNGP_VALUE_EMPTY' type='enum'/>
2402 <exports symbol='XML_RNGP_VALUE_NO_CONTENT' type='enum'/>
2403 <exports symbol='XML_RNGP_XMLNS_NAME' type='enum'/>
2404 <exports symbol='XML_RNGP_XML_NS' type='enum'/>
2405 <exports symbol='XML_SAVE_CHAR_INVALID' type='enum'/>
2406 <exports symbol='XML_SAVE_NOT_UTF8' type='enum'/>
2407 <exports symbol='XML_SAVE_NO_DOCTYPE' type='enum'/>
2408 <exports symbol='XML_SAVE_UNKNOWN_ENCODING' type='enum'/>
2409 <exports symbol='XML_SCHEMAP_AG_PROPS_CORRECT' type='enum'/>
2410 <exports symbol='XML_SCHEMAP_ATTRFORMDEFAULT_VALUE' type='enum'/>
2411 <exports symbol='XML_SCHEMAP_ATTRGRP_NONAME_NOREF' type='enum'/>
2412 <exports symbol='XML_SCHEMAP_ATTR_NONAME_NOREF' type='enum'/>
2413 <exports symbol='XML_SCHEMAP_AU_PROPS_CORRECT' type='enum'/>
2414 <exports symbol='XML_SCHEMAP_AU_PROPS_CORRECT_2' type='enum'/>
2415 <exports symbol='XML_SCHEMAP_A_PROPS_CORRECT_2' type='enum'/>
2416 <exports symbol='XML_SCHEMAP_A_PROPS_CORRECT_3' type='enum'/>
2417 <exports symbol='XML_SCHEMAP_COMPLEXTYPE_NONAME_NOREF' type='enum'/>
2418 <exports symbol='XML_SCHEMAP_COS_ALL_LIMITED' type='enum'/>
2419 <exports symbol='XML_SCHEMAP_COS_CT_EXTENDS_1_1' type='enum'/>
2420 <exports symbol='XML_SCHEMAP_COS_CT_EXTENDS_1_2' type='enum'/>
2421 <exports symbol='XML_SCHEMAP_COS_CT_EXTENDS_1_3' type='enum'/>
2422 <exports symbol='XML_SCHEMAP_COS_ST_DERIVED_OK_2_1' type='enum'/>
2423 <exports symbol='XML_SCHEMAP_COS_ST_DERIVED_OK_2_2' type='enum'/>
2424 <exports symbol='XML_SCHEMAP_COS_ST_RESTRICTS_1_1' type='enum'/>
2425 <exports symbol='XML_SCHEMAP_COS_ST_RESTRICTS_1_2' type='enum'/>
2426 <exports symbol='XML_SCHEMAP_COS_ST_RESTRICTS_1_3_1' type='enum'/>
2427 <exports symbol='XML_SCHEMAP_COS_ST_RESTRICTS_1_3_2' type='enum'/>
2428 <exports symbol='XML_SCHEMAP_COS_ST_RESTRICTS_2_1' type='enum'/>
2429 <exports symbol='XML_SCHEMAP_COS_ST_RESTRICTS_2_3_1_1' type='enum'/>
2430 <exports symbol='XML_SCHEMAP_COS_ST_RESTRICTS_2_3_1_2' type='enum'/>
2431 <exports symbol='XML_SCHEMAP_COS_ST_RESTRICTS_2_3_2_1' type='enum'/>
2432 <exports symbol='XML_SCHEMAP_COS_ST_RESTRICTS_2_3_2_2' type='enum'/>
2433 <exports symbol='XML_SCHEMAP_COS_ST_RESTRICTS_2_3_2_3' type='enum'/>
2434 <exports symbol='XML_SCHEMAP_COS_ST_RESTRICTS_2_3_2_4' type='enum'/>
2435 <exports symbol='XML_SCHEMAP_COS_ST_RESTRICTS_2_3_2_5' type='enum'/>
2436 <exports symbol='XML_SCHEMAP_COS_ST_RESTRICTS_3_1' type='enum'/>
2437 <exports symbol='XML_SCHEMAP_COS_ST_RESTRICTS_3_3_1' type='enum'/>
2438 <exports symbol='XML_SCHEMAP_COS_ST_RESTRICTS_3_3_1_2' type='enum'/>
2439 <exports symbol='XML_SCHEMAP_COS_ST_RESTRICTS_3_3_2_1' type='enum'/>
2440 <exports symbol='XML_SCHEMAP_COS_ST_RESTRICTS_3_3_2_2' type='enum'/>
2441 <exports symbol='XML_SCHEMAP_COS_ST_RESTRICTS_3_3_2_3' type='enum'/>
2442 <exports symbol='XML_SCHEMAP_COS_ST_RESTRICTS_3_3_2_4' type='enum'/>
2443 <exports symbol='XML_SCHEMAP_COS_ST_RESTRICTS_3_3_2_5' type='enum'/>
2444 <exports symbol='XML_SCHEMAP_COS_VALID_DEFAULT_1' type='enum'/>
2445 <exports symbol='XML_SCHEMAP_COS_VALID_DEFAULT_2_1' type='enum'/>
2446 <exports symbol='XML_SCHEMAP_COS_VALID_DEFAULT_2_2_1' type='enum'/>
2447 <exports symbol='XML_SCHEMAP_COS_VALID_DEFAULT_2_2_2' type='enum'/>
2448 <exports symbol='XML_SCHEMAP_CT_PROPS_CORRECT_1' type='enum'/>
2449 <exports symbol='XML_SCHEMAP_CT_PROPS_CORRECT_2' type='enum'/>
2450 <exports symbol='XML_SCHEMAP_CT_PROPS_CORRECT_3' type='enum'/>
2451 <exports symbol='XML_SCHEMAP_CT_PROPS_CORRECT_4' type='enum'/>
2452 <exports symbol='XML_SCHEMAP_CT_PROPS_CORRECT_5' type='enum'/>
2453 <exports symbol='XML_SCHEMAP_CVC_SIMPLE_TYPE' type='enum'/>
2454 <exports symbol='XML_SCHEMAP_C_PROPS_CORRECT' type='enum'/>
2455 <exports symbol='XML_SCHEMAP_DEF_AND_PREFIX' type='enum'/>
2456 <exports symbol='XML_SCHEMAP_DERIVATION_OK_RESTRICTION_1' type='enum'/>
2457 <exports symbol='XML_SCHEMAP_DERIVATION_OK_RESTRICTION_2_1_1' type='enum'/>
2458 <exports symbol='XML_SCHEMAP_DERIVATION_OK_RESTRICTION_2_1_2' type='enum'/>
2459 <exports symbol='XML_SCHEMAP_DERIVATION_OK_RESTRICTION_2_1_3' type='enum'/>
2460 <exports symbol='XML_SCHEMAP_DERIVATION_OK_RESTRICTION_2_2' type='enum'/>
2461 <exports symbol='XML_SCHEMAP_DERIVATION_OK_RESTRICTION_3' type='enum'/>
2462 <exports symbol='XML_SCHEMAP_DERIVATION_OK_RESTRICTION_4_1' type='enum'/>
2463 <exports symbol='XML_SCHEMAP_DERIVATION_OK_RESTRICTION_4_2' type='enum'/>
2464 <exports symbol='XML_SCHEMAP_DERIVATION_OK_RESTRICTION_4_3' type='enum'/>
2465 <exports symbol='XML_SCHEMAP_ELEMFORMDEFAULT_VALUE' type='enum'/>
2466 <exports symbol='XML_SCHEMAP_ELEM_DEFAULT_FIXED' type='enum'/>
2467 <exports symbol='XML_SCHEMAP_ELEM_NONAME_NOREF' type='enum'/>
2468 <exports symbol='XML_SCHEMAP_EXTENSION_NO_BASE' type='enum'/>
2469 <exports symbol='XML_SCHEMAP_E_PROPS_CORRECT_2' type='enum'/>
2470 <exports symbol='XML_SCHEMAP_E_PROPS_CORRECT_3' type='enum'/>
2471 <exports symbol='XML_SCHEMAP_E_PROPS_CORRECT_4' type='enum'/>
2472 <exports symbol='XML_SCHEMAP_E_PROPS_CORRECT_5' type='enum'/>
2473 <exports symbol='XML_SCHEMAP_E_PROPS_CORRECT_6' type='enum'/>
2474 <exports symbol='XML_SCHEMAP_FACET_NO_VALUE' type='enum'/>
2475 <exports symbol='XML_SCHEMAP_FAILED_BUILD_IMPORT' type='enum'/>
2476 <exports symbol='XML_SCHEMAP_FAILED_LOAD' type='enum'/>
2477 <exports symbol='XML_SCHEMAP_FAILED_PARSE' type='enum'/>
2478 <exports symbol='XML_SCHEMAP_GROUP_NONAME_NOREF' type='enum'/>
2479 <exports symbol='XML_SCHEMAP_IMPORT_NAMESPACE_NOT_URI' type='enum'/>
2480 <exports symbol='XML_SCHEMAP_IMPORT_REDEFINE_NSNAME' type='enum'/>
2481 <exports symbol='XML_SCHEMAP_IMPORT_SCHEMA_NOT_URI' type='enum'/>
2482 <exports symbol='XML_SCHEMAP_INCLUDE_SCHEMA_NOT_URI' type='enum'/>
2483 <exports symbol='XML_SCHEMAP_INCLUDE_SCHEMA_NO_URI' type='enum'/>
2484 <exports symbol='XML_SCHEMAP_INTERNAL' type='enum'/>
2485 <exports symbol='XML_SCHEMAP_INTERSECTION_NOT_EXPRESSIBLE' type='enum'/>
2486 <exports symbol='XML_SCHEMAP_INVALID_ATTR_COMBINATION' type='enum'/>
2487 <exports symbol='XML_SCHEMAP_INVALID_ATTR_INLINE_COMBINATION' type='enum'/>
2488 <exports symbol='XML_SCHEMAP_INVALID_ATTR_NAME' type='enum'/>
2489 <exports symbol='XML_SCHEMAP_INVALID_ATTR_USE' type='enum'/>
2490 <exports symbol='XML_SCHEMAP_INVALID_BOOLEAN' type='enum'/>
2491 <exports symbol='XML_SCHEMAP_INVALID_ENUM' type='enum'/>
2492 <exports symbol='XML_SCHEMAP_INVALID_FACET' type='enum'/>
2493 <exports symbol='XML_SCHEMAP_INVALID_FACET_VALUE' type='enum'/>
2494 <exports symbol='XML_SCHEMAP_INVALID_MAXOCCURS' type='enum'/>
2495 <exports symbol='XML_SCHEMAP_INVALID_MINOCCURS' type='enum'/>
2496 <exports symbol='XML_SCHEMAP_INVALID_REF_AND_SUBTYPE' type='enum'/>
2497 <exports symbol='XML_SCHEMAP_INVALID_WHITE_SPACE' type='enum'/>
2498 <exports symbol='XML_SCHEMAP_MG_PROPS_CORRECT_1' type='enum'/>
2499 <exports symbol='XML_SCHEMAP_MG_PROPS_CORRECT_2' type='enum'/>
2500 <exports symbol='XML_SCHEMAP_MISSING_SIMPLETYPE_CHILD' type='enum'/>
2501 <exports symbol='XML_SCHEMAP_NOATTR_NOREF' type='enum'/>
2502 <exports symbol='XML_SCHEMAP_NOROOT' type='enum'/>
2503 <exports symbol='XML_SCHEMAP_NOTATION_NO_NAME' type='enum'/>
2504 <exports symbol='XML_SCHEMAP_NOTHING_TO_PARSE' type='enum'/>
2505 <exports symbol='XML_SCHEMAP_NOTYPE_NOREF' type='enum'/>
2506 <exports symbol='XML_SCHEMAP_NOT_DETERMINISTIC' type='enum'/>
2507 <exports symbol='XML_SCHEMAP_NOT_SCHEMA' type='enum'/>
2508 <exports symbol='XML_SCHEMAP_NO_XMLNS' type='enum'/>
2509 <exports symbol='XML_SCHEMAP_NO_XSI' type='enum'/>
2510 <exports symbol='XML_SCHEMAP_PREFIX_UNDEFINED' type='enum'/>
2511 <exports symbol='XML_SCHEMAP_P_PROPS_CORRECT_1' type='enum'/>
2512 <exports symbol='XML_SCHEMAP_P_PROPS_CORRECT_2_1' type='enum'/>
2513 <exports symbol='XML_SCHEMAP_P_PROPS_CORRECT_2_2' type='enum'/>
2514 <exports symbol='XML_SCHEMAP_RECURSIVE' type='enum'/>
2515 <exports symbol='XML_SCHEMAP_REDEFINED_ATTR' type='enum'/>
2516 <exports symbol='XML_SCHEMAP_REDEFINED_ATTRGROUP' type='enum'/>
2517 <exports symbol='XML_SCHEMAP_REDEFINED_ELEMENT' type='enum'/>
2518 <exports symbol='XML_SCHEMAP_REDEFINED_GROUP' type='enum'/>
2519 <exports symbol='XML_SCHEMAP_REDEFINED_NOTATION' type='enum'/>
2520 <exports symbol='XML_SCHEMAP_REDEFINED_TYPE' type='enum'/>
2521 <exports symbol='XML_SCHEMAP_REF_AND_CONTENT' type='enum'/>
2522 <exports symbol='XML_SCHEMAP_REF_AND_SUBTYPE' type='enum'/>
2523 <exports symbol='XML_SCHEMAP_REGEXP_INVALID' type='enum'/>
2524 <exports symbol='XML_SCHEMAP_RESTRICTION_NONAME_NOREF' type='enum'/>
2525 <exports symbol='XML_SCHEMAP_S4S_ATTR_INVALID_VALUE' type='enum'/>
2526 <exports symbol='XML_SCHEMAP_S4S_ATTR_MISSING' type='enum'/>
2527 <exports symbol='XML_SCHEMAP_S4S_ATTR_NOT_ALLOWED' type='enum'/>
2528 <exports symbol='XML_SCHEMAP_S4S_ELEM_MISSING' type='enum'/>
2529 <exports symbol='XML_SCHEMAP_S4S_ELEM_NOT_ALLOWED' type='enum'/>
2530 <exports symbol='XML_SCHEMAP_SIMPLETYPE_NONAME' type='enum'/>
2531 <exports symbol='XML_SCHEMAP_SRC_ATTRIBUTE_1' type='enum'/>
2532 <exports symbol='XML_SCHEMAP_SRC_ATTRIBUTE_2' type='enum'/>
2533 <exports symbol='XML_SCHEMAP_SRC_ATTRIBUTE_3_1' type='enum'/>
2534 <exports symbol='XML_SCHEMAP_SRC_ATTRIBUTE_3_2' type='enum'/>
2535 <exports symbol='XML_SCHEMAP_SRC_ATTRIBUTE_4' type='enum'/>
2536 <exports symbol='XML_SCHEMAP_SRC_ATTRIBUTE_GROUP_1' type='enum'/>
2537 <exports symbol='XML_SCHEMAP_SRC_ATTRIBUTE_GROUP_2' type='enum'/>
2538 <exports symbol='XML_SCHEMAP_SRC_ATTRIBUTE_GROUP_3' type='enum'/>
2539 <exports symbol='XML_SCHEMAP_SRC_CT_1' type='enum'/>
2540 <exports symbol='XML_SCHEMAP_SRC_ELEMENT_1' type='enum'/>
2541 <exports symbol='XML_SCHEMAP_SRC_ELEMENT_2_1' type='enum'/>
2542 <exports symbol='XML_SCHEMAP_SRC_ELEMENT_2_2' type='enum'/>
2543 <exports symbol='XML_SCHEMAP_SRC_ELEMENT_3' type='enum'/>
2544 <exports symbol='XML_SCHEMAP_SRC_IMPORT' type='enum'/>
2545 <exports symbol='XML_SCHEMAP_SRC_IMPORT_1_1' type='enum'/>
2546 <exports symbol='XML_SCHEMAP_SRC_IMPORT_1_2' type='enum'/>
2547 <exports symbol='XML_SCHEMAP_SRC_IMPORT_2' type='enum'/>
2548 <exports symbol='XML_SCHEMAP_SRC_IMPORT_2_1' type='enum'/>
2549 <exports symbol='XML_SCHEMAP_SRC_IMPORT_2_2' type='enum'/>
2550 <exports symbol='XML_SCHEMAP_SRC_IMPORT_3_1' type='enum'/>
2551 <exports symbol='XML_SCHEMAP_SRC_IMPORT_3_2' type='enum'/>
2552 <exports symbol='XML_SCHEMAP_SRC_INCLUDE' type='enum'/>
2553 <exports symbol='XML_SCHEMAP_SRC_LIST_ITEMTYPE_OR_SIMPLETYPE' type='enum'/>
2554 <exports symbol='XML_SCHEMAP_SRC_REDEFINE' type='enum'/>
2555 <exports symbol='XML_SCHEMAP_SRC_RESOLVE' type='enum'/>
2556 <exports symbol='XML_SCHEMAP_SRC_RESTRICTION_BASE_OR_SIMPLETYPE' type='enum'/>
2557 <exports symbol='XML_SCHEMAP_SRC_SIMPLE_TYPE_1' type='enum'/>
2558 <exports symbol='XML_SCHEMAP_SRC_SIMPLE_TYPE_2' type='enum'/>
2559 <exports symbol='XML_SCHEMAP_SRC_SIMPLE_TYPE_3' type='enum'/>
2560 <exports symbol='XML_SCHEMAP_SRC_SIMPLE_TYPE_4' type='enum'/>
2561 <exports symbol='XML_SCHEMAP_SRC_UNION_MEMBERTYPES_OR_SIMPLETYPES' type='enum'/>
2562 <exports symbol='XML_SCHEMAP_ST_PROPS_CORRECT_1' type='enum'/>
2563 <exports symbol='XML_SCHEMAP_ST_PROPS_CORRECT_2' type='enum'/>
2564 <exports symbol='XML_SCHEMAP_ST_PROPS_CORRECT_3' type='enum'/>
2565 <exports symbol='XML_SCHEMAP_SUPERNUMEROUS_LIST_ITEM_TYPE' type='enum'/>
2566 <exports symbol='XML_SCHEMAP_TYPE_AND_SUBTYPE' type='enum'/>
2567 <exports symbol='XML_SCHEMAP_UNION_NOT_EXPRESSIBLE' type='enum'/>
2568 <exports symbol='XML_SCHEMAP_UNKNOWN_ALL_CHILD' type='enum'/>
2569 <exports symbol='XML_SCHEMAP_UNKNOWN_ANYATTRIBUTE_CHILD' type='enum'/>
2570 <exports symbol='XML_SCHEMAP_UNKNOWN_ATTRGRP_CHILD' type='enum'/>
2571 <exports symbol='XML_SCHEMAP_UNKNOWN_ATTRIBUTE_GROUP' type='enum'/>
2572 <exports symbol='XML_SCHEMAP_UNKNOWN_ATTR_CHILD' type='enum'/>
2573 <exports symbol='XML_SCHEMAP_UNKNOWN_BASE_TYPE' type='enum'/>
2574 <exports symbol='XML_SCHEMAP_UNKNOWN_CHOICE_CHILD' type='enum'/>
2575 <exports symbol='XML_SCHEMAP_UNKNOWN_COMPLEXCONTENT_CHILD' type='enum'/>
2576 <exports symbol='XML_SCHEMAP_UNKNOWN_COMPLEXTYPE_CHILD' type='enum'/>
2577 <exports symbol='XML_SCHEMAP_UNKNOWN_ELEM_CHILD' type='enum'/>
2578 <exports symbol='XML_SCHEMAP_UNKNOWN_EXTENSION_CHILD' type='enum'/>
2579 <exports symbol='XML_SCHEMAP_UNKNOWN_FACET_CHILD' type='enum'/>
2580 <exports symbol='XML_SCHEMAP_UNKNOWN_FACET_TYPE' type='enum'/>
2581 <exports symbol='XML_SCHEMAP_UNKNOWN_GROUP_CHILD' type='enum'/>
2582 <exports symbol='XML_SCHEMAP_UNKNOWN_IMPORT_CHILD' type='enum'/>
2583 <exports symbol='XML_SCHEMAP_UNKNOWN_INCLUDE_CHILD' type='enum'/>
2584 <exports symbol='XML_SCHEMAP_UNKNOWN_LIST_CHILD' type='enum'/>
2585 <exports symbol='XML_SCHEMAP_UNKNOWN_MEMBER_TYPE' type='enum'/>
2586 <exports symbol='XML_SCHEMAP_UNKNOWN_NOTATION_CHILD' type='enum'/>
2587 <exports symbol='XML_SCHEMAP_UNKNOWN_PREFIX' type='enum'/>
2588 <exports symbol='XML_SCHEMAP_UNKNOWN_PROCESSCONTENT_CHILD' type='enum'/>
2589 <exports symbol='XML_SCHEMAP_UNKNOWN_REF' type='enum'/>
2590 <exports symbol='XML_SCHEMAP_UNKNOWN_RESTRICTION_CHILD' type='enum'/>
2591 <exports symbol='XML_SCHEMAP_UNKNOWN_SCHEMAS_CHILD' type='enum'/>
2592 <exports symbol='XML_SCHEMAP_UNKNOWN_SEQUENCE_CHILD' type='enum'/>
2593 <exports symbol='XML_SCHEMAP_UNKNOWN_SIMPLECONTENT_CHILD' type='enum'/>
2594 <exports symbol='XML_SCHEMAP_UNKNOWN_SIMPLETYPE_CHILD' type='enum'/>
2595 <exports symbol='XML_SCHEMAP_UNKNOWN_TYPE' type='enum'/>
2596 <exports symbol='XML_SCHEMAP_UNKNOWN_UNION_CHILD' type='enum'/>
2597 <exports symbol='XML_SCHEMAP_WARN_ATTR_POINTLESS_PROH' type='enum'/>
2598 <exports symbol='XML_SCHEMAP_WARN_ATTR_REDECL_PROH' type='enum'/>
2599 <exports symbol='XML_SCHEMAP_WARN_SKIP_SCHEMA' type='enum'/>
2600 <exports symbol='XML_SCHEMAP_WARN_UNLOCATED_SCHEMA' type='enum'/>
2601 <exports symbol='XML_SCHEMAP_WILDCARD_INVALID_NS_MEMBER' type='enum'/>
2602 <exports symbol='XML_SCHEMATRONV_ASSERT' type='enum'/>
2603 <exports symbol='XML_SCHEMATRONV_REPORT' type='enum'/>
2604 <exports symbol='XML_SCHEMAV_ATTRINVALID' type='enum'/>
2605 <exports symbol='XML_SCHEMAV_ATTRUNKNOWN' type='enum'/>
2606 <exports symbol='XML_SCHEMAV_CONSTRUCT' type='enum'/>
2607 <exports symbol='XML_SCHEMAV_CVC_ATTRIBUTE_1' type='enum'/>
2608 <exports symbol='XML_SCHEMAV_CVC_ATTRIBUTE_2' type='enum'/>
2609 <exports symbol='XML_SCHEMAV_CVC_ATTRIBUTE_3' type='enum'/>
2610 <exports symbol='XML_SCHEMAV_CVC_ATTRIBUTE_4' type='enum'/>
2611 <exports symbol='XML_SCHEMAV_CVC_AU' type='enum'/>
2612 <exports symbol='XML_SCHEMAV_CVC_COMPLEX_TYPE_1' type='enum'/>
2613 <exports symbol='XML_SCHEMAV_CVC_COMPLEX_TYPE_2_1' type='enum'/>
2614 <exports symbol='XML_SCHEMAV_CVC_COMPLEX_TYPE_2_2' type='enum'/>
2615 <exports symbol='XML_SCHEMAV_CVC_COMPLEX_TYPE_2_3' type='enum'/>
2616 <exports symbol='XML_SCHEMAV_CVC_COMPLEX_TYPE_2_4' type='enum'/>
2617 <exports symbol='XML_SCHEMAV_CVC_COMPLEX_TYPE_3_1' type='enum'/>
2618 <exports symbol='XML_SCHEMAV_CVC_COMPLEX_TYPE_3_2_1' type='enum'/>
2619 <exports symbol='XML_SCHEMAV_CVC_COMPLEX_TYPE_3_2_2' type='enum'/>
2620 <exports symbol='XML_SCHEMAV_CVC_COMPLEX_TYPE_4' type='enum'/>
2621 <exports symbol='XML_SCHEMAV_CVC_COMPLEX_TYPE_5_1' type='enum'/>
2622 <exports symbol='XML_SCHEMAV_CVC_COMPLEX_TYPE_5_2' type='enum'/>
2623 <exports symbol='XML_SCHEMAV_CVC_DATATYPE_VALID_1_2_1' type='enum'/>
2624 <exports symbol='XML_SCHEMAV_CVC_DATATYPE_VALID_1_2_2' type='enum'/>
2625 <exports symbol='XML_SCHEMAV_CVC_DATATYPE_VALID_1_2_3' type='enum'/>
2626 <exports symbol='XML_SCHEMAV_CVC_ELT_1' type='enum'/>
2627 <exports symbol='XML_SCHEMAV_CVC_ELT_2' type='enum'/>
2628 <exports symbol='XML_SCHEMAV_CVC_ELT_3_1' type='enum'/>
2629 <exports symbol='XML_SCHEMAV_CVC_ELT_3_2_1' type='enum'/>
2630 <exports symbol='XML_SCHEMAV_CVC_ELT_3_2_2' type='enum'/>
2631 <exports symbol='XML_SCHEMAV_CVC_ELT_4_1' type='enum'/>
2632 <exports symbol='XML_SCHEMAV_CVC_ELT_4_2' type='enum'/>
2633 <exports symbol='XML_SCHEMAV_CVC_ELT_4_3' type='enum'/>
2634 <exports symbol='XML_SCHEMAV_CVC_ELT_5_1_1' type='enum'/>
2635 <exports symbol='XML_SCHEMAV_CVC_ELT_5_1_2' type='enum'/>
2636 <exports symbol='XML_SCHEMAV_CVC_ELT_5_2_1' type='enum'/>
2637 <exports symbol='XML_SCHEMAV_CVC_ELT_5_2_2_1' type='enum'/>
2638 <exports symbol='XML_SCHEMAV_CVC_ELT_5_2_2_2_1' type='enum'/>
2639 <exports symbol='XML_SCHEMAV_CVC_ELT_5_2_2_2_2' type='enum'/>
2640 <exports symbol='XML_SCHEMAV_CVC_ELT_6' type='enum'/>
2641 <exports symbol='XML_SCHEMAV_CVC_ELT_7' type='enum'/>
2642 <exports symbol='XML_SCHEMAV_CVC_ENUMERATION_VALID' type='enum'/>
2643 <exports symbol='XML_SCHEMAV_CVC_FACET_VALID' type='enum'/>
2644 <exports symbol='XML_SCHEMAV_CVC_FRACTIONDIGITS_VALID' type='enum'/>
2645 <exports symbol='XML_SCHEMAV_CVC_IDC' type='enum'/>
2646 <exports symbol='XML_SCHEMAV_CVC_LENGTH_VALID' type='enum'/>
2647 <exports symbol='XML_SCHEMAV_CVC_MAXEXCLUSIVE_VALID' type='enum'/>
2648 <exports symbol='XML_SCHEMAV_CVC_MAXINCLUSIVE_VALID' type='enum'/>
2649 <exports symbol='XML_SCHEMAV_CVC_MAXLENGTH_VALID' type='enum'/>
2650 <exports symbol='XML_SCHEMAV_CVC_MINEXCLUSIVE_VALID' type='enum'/>
2651 <exports symbol='XML_SCHEMAV_CVC_MININCLUSIVE_VALID' type='enum'/>
2652 <exports symbol='XML_SCHEMAV_CVC_MINLENGTH_VALID' type='enum'/>
2653 <exports symbol='XML_SCHEMAV_CVC_PATTERN_VALID' type='enum'/>
2654 <exports symbol='XML_SCHEMAV_CVC_TOTALDIGITS_VALID' type='enum'/>
2655 <exports symbol='XML_SCHEMAV_CVC_TYPE_1' type='enum'/>
2656 <exports symbol='XML_SCHEMAV_CVC_TYPE_2' type='enum'/>
2657 <exports symbol='XML_SCHEMAV_CVC_TYPE_3_1_1' type='enum'/>
2658 <exports symbol='XML_SCHEMAV_CVC_TYPE_3_1_2' type='enum'/>
2659 <exports symbol='XML_SCHEMAV_CVC_WILDCARD' type='enum'/>
2660 <exports symbol='XML_SCHEMAV_DOCUMENT_ELEMENT_MISSING' type='enum'/>
2661 <exports symbol='XML_SCHEMAV_ELEMCONT' type='enum'/>
2662 <exports symbol='XML_SCHEMAV_ELEMENT_CONTENT' type='enum'/>
2663 <exports symbol='XML_SCHEMAV_EXTRACONTENT' type='enum'/>
2664 <exports symbol='XML_SCHEMAV_FACET' type='enum'/>
2665 <exports symbol='XML_SCHEMAV_HAVEDEFAULT' type='enum'/>
2666 <exports symbol='XML_SCHEMAV_INTERNAL' type='enum'/>
2667 <exports symbol='XML_SCHEMAV_INVALIDATTR' type='enum'/>
2668 <exports symbol='XML_SCHEMAV_INVALIDELEM' type='enum'/>
2669 <exports symbol='XML_SCHEMAV_ISABSTRACT' type='enum'/>
2670 <exports symbol='XML_SCHEMAV_MISC' type='enum'/>
2671 <exports symbol='XML_SCHEMAV_MISSING' type='enum'/>
2672 <exports symbol='XML_SCHEMAV_NOROLLBACK' type='enum'/>
2673 <exports symbol='XML_SCHEMAV_NOROOT' type='enum'/>
2674 <exports symbol='XML_SCHEMAV_NOTDETERMINIST' type='enum'/>
2675 <exports symbol='XML_SCHEMAV_NOTEMPTY' type='enum'/>
2676 <exports symbol='XML_SCHEMAV_NOTNILLABLE' type='enum'/>
2677 <exports symbol='XML_SCHEMAV_NOTSIMPLE' type='enum'/>
2678 <exports symbol='XML_SCHEMAV_NOTTOPLEVEL' type='enum'/>
2679 <exports symbol='XML_SCHEMAV_NOTYPE' type='enum'/>
2680 <exports symbol='XML_SCHEMAV_UNDECLAREDELEM' type='enum'/>
2681 <exports symbol='XML_SCHEMAV_VALUE' type='enum'/>
2682 <exports symbol='XML_SCHEMAV_WRONGELEM' type='enum'/>
2683 <exports symbol='XML_TREE_INVALID_DEC' type='enum'/>
2684 <exports symbol='XML_TREE_INVALID_HEX' type='enum'/>
2685 <exports symbol='XML_TREE_NOT_UTF8' type='enum'/>
2686 <exports symbol='XML_TREE_UNTERMINATED_ENTITY' type='enum'/>
2687 <exports symbol='XML_WAR_CATALOG_PI' type='enum'/>
2688 <exports symbol='XML_WAR_ENCODING_MISMATCH' type='enum'/>
2689 <exports symbol='XML_WAR_ENTITY_REDEFINED' type='enum'/>
2690 <exports symbol='XML_WAR_LANG_VALUE' type='enum'/>
2691 <exports symbol='XML_WAR_NS_COLUMN' type='enum'/>
2692 <exports symbol='XML_WAR_NS_URI' type='enum'/>
2693 <exports symbol='XML_WAR_NS_URI_RELATIVE' type='enum'/>
2694 <exports symbol='XML_WAR_SPACE_VALUE' type='enum'/>
2695 <exports symbol='XML_WAR_UNDECLARED_ENTITY' type='enum'/>
2696 <exports symbol='XML_WAR_UNKNOWN_VERSION' type='enum'/>
2697 <exports symbol='XML_XINCLUDE_BUILD_FAILED' type='enum'/>
2698 <exports symbol='XML_XINCLUDE_DEPRECATED_NS' type='enum'/>
2699 <exports symbol='XML_XINCLUDE_ENTITY_DEF_MISMATCH' type='enum'/>
2700 <exports symbol='XML_XINCLUDE_FALLBACKS_IN_INCLUDE' type='enum'/>
2701 <exports symbol='XML_XINCLUDE_FALLBACK_NOT_IN_INCLUDE' type='enum'/>
2702 <exports symbol='XML_XINCLUDE_FRAGMENT_ID' type='enum'/>
2703 <exports symbol='XML_XINCLUDE_HREF_URI' type='enum'/>
2704 <exports symbol='XML_XINCLUDE_INCLUDE_IN_INCLUDE' type='enum'/>
2705 <exports symbol='XML_XINCLUDE_INVALID_CHAR' type='enum'/>
2706 <exports symbol='XML_XINCLUDE_MULTIPLE_ROOT' type='enum'/>
2707 <exports symbol='XML_XINCLUDE_NO_FALLBACK' type='enum'/>
2708 <exports symbol='XML_XINCLUDE_NO_HREF' type='enum'/>
2709 <exports symbol='XML_XINCLUDE_PARSE_VALUE' type='enum'/>
2710 <exports symbol='XML_XINCLUDE_RECURSION' type='enum'/>
2711 <exports symbol='XML_XINCLUDE_TEXT_DOCUMENT' type='enum'/>
2712 <exports symbol='XML_XINCLUDE_TEXT_FRAGMENT' type='enum'/>
2713 <exports symbol='XML_XINCLUDE_UNKNOWN_ENCODING' type='enum'/>
2714 <exports symbol='XML_XINCLUDE_XPTR_FAILED' type='enum'/>
2715 <exports symbol='XML_XINCLUDE_XPTR_RESULT' type='enum'/>
2716 <exports symbol='XML_XPATH_ENCODING_ERROR' type='enum'/>
2717 <exports symbol='XML_XPATH_EXPRESSION_OK' type='enum'/>
2718 <exports symbol='XML_XPATH_EXPR_ERROR' type='enum'/>
2719 <exports symbol='XML_XPATH_INVALID_ARITY' type='enum'/>
2720 <exports symbol='XML_XPATH_INVALID_CHAR_ERROR' type='enum'/>
2721 <exports symbol='XML_XPATH_INVALID_CTXT_POSITION' type='enum'/>
2722 <exports symbol='XML_XPATH_INVALID_CTXT_SIZE' type='enum'/>
2723 <exports symbol='XML_XPATH_INVALID_OPERAND' type='enum'/>
2724 <exports symbol='XML_XPATH_INVALID_PREDICATE_ERROR' type='enum'/>
2725 <exports symbol='XML_XPATH_INVALID_TYPE' type='enum'/>
2726 <exports symbol='XML_XPATH_MEMORY_ERROR' type='enum'/>
2727 <exports symbol='XML_XPATH_NUMBER_ERROR' type='enum'/>
2728 <exports symbol='XML_XPATH_START_LITERAL_ERROR' type='enum'/>
2729 <exports symbol='XML_XPATH_UNCLOSED_ERROR' type='enum'/>
2730 <exports symbol='XML_XPATH_UNDEF_PREFIX_ERROR' type='enum'/>
2731 <exports symbol='XML_XPATH_UNDEF_VARIABLE_ERROR' type='enum'/>
2732 <exports symbol='XML_XPATH_UNFINISHED_LITERAL_ERROR' type='enum'/>
2733 <exports symbol='XML_XPATH_UNKNOWN_FUNC_ERROR' type='enum'/>
2734 <exports symbol='XML_XPATH_VARIABLE_REF_ERROR' type='enum'/>
2735 <exports symbol='XML_XPTR_CHILDSEQ_START' type='enum'/>
2736 <exports symbol='XML_XPTR_EVAL_FAILED' type='enum'/>
2737 <exports symbol='XML_XPTR_EXTRA_OBJECTS' type='enum'/>
2738 <exports symbol='XML_XPTR_RESOURCE_ERROR' type='enum'/>
2739 <exports symbol='XML_XPTR_SUB_RESOURCE_ERROR' type='enum'/>
2740 <exports symbol='XML_XPTR_SYNTAX_ERROR' type='enum'/>
2741 <exports symbol='XML_XPTR_UNKNOWN_SCHEME' type='enum'/>
2742 <exports symbol='xmlError' type='typedef'/>
2743 <exports symbol='xmlErrorDomain' type='typedef'/>
2744 <exports symbol='xmlErrorLevel' type='typedef'/>
2745 <exports symbol='xmlErrorPtr' type='typedef'/>
2746 <exports symbol='xmlParserErrors' type='typedef'/>
2747 <exports symbol='_xmlError' type='struct'/>
2748 <exports symbol='initGenericErrorDefaultFunc' type='function'/>
2749 <exports symbol='xmlCopyError' type='function'/>
2750 <exports symbol='xmlCtxtGetLastError' type='function'/>
2751 <exports symbol='xmlCtxtResetLastError' type='function'/>
2752 <exports symbol='xmlFormatError' type='function'/>
2753 <exports symbol='xmlGenericErrorFunc' type='function'/>
2754 <exports symbol='xmlGetLastError' type='function'/>
2755 <exports symbol='xmlParserError' type='function'/>
2756 <exports symbol='xmlParserPrintFileContext' type='function'/>
2757 <exports symbol='xmlParserPrintFileInfo' type='function'/>
2758 <exports symbol='xmlParserValidityError' type='function'/>
2759 <exports symbol='xmlParserValidityWarning' type='function'/>
2760 <exports symbol='xmlParserWarning' type='function'/>
2761 <exports symbol='xmlResetError' type='function'/>
2762 <exports symbol='xmlResetLastError' type='function'/>
2763 <exports symbol='xmlSetGenericErrorFunc' type='function'/>
2764 <exports symbol='xmlSetStructuredErrorFunc' type='function'/>
2765 <exports symbol='xmlStructuredErrorFunc' type='function'/>
2766 <exports symbol='xmlThrDefSetGenericErrorFunc' type='function'/>
2767 <exports symbol='xmlThrDefSetStructuredErrorFunc' type='function'/>
2777 <exports symbol='xmlFree' type='variable'/>
2778 <exports symbol='xmlMalloc' type='variable'/>
2779 <exports symbol='xmlMallocAtomic' type='variable'/>
2780 <exports symbol='xmlMemStrdup' type='variable'/>
2781 <exports symbol='xmlRealloc' type='variable'/>
2782 <exports symbol='xmlCleanupMemory' type='function'/>
2783 <exports symbol='xmlFreeFunc' type='function'/>
2784 <exports symbol='xmlGcMemGet' type='function'/>
2785 <exports symbol='xmlGcMemSetup' type='function'/>
2786 <exports symbol='xmlInitMemory' type='function'/>
2787 <exports symbol='xmlMallocAtomicLoc' type='function'/>
2788 <exports symbol='xmlMallocFunc' type='function'/>
2789 <exports symbol='xmlMallocLoc' type='function'/>
2790 <exports symbol='xmlMemBlocks' type='function'/>
2791 <exports symbol='xmlMemDisplay' type='function'/>
2792 <exports symbol='xmlMemDisplayLast' type='function'/>
2793 <exports symbol='xmlMemFree' type='function'/>
2794 <exports symbol='xmlMemGet' type='function'/>
2795 <exports symbol='xmlMemMalloc' type='function'/>
2796 <exports symbol='xmlMemRealloc' type='function'/>
2797 <exports symbol='xmlMemSetup' type='function'/>
2798 <exports symbol='xmlMemShow' type='function'/>
2799 <exports symbol='xmlMemSize' type='function'/>
2800 <exports symbol='xmlMemStrdupLoc' type='function'/>
2801 <exports symbol='xmlMemUsed' type='function'/>
2802 <exports symbol='xmlMemoryDump' type='function'/>
2803 <exports symbol='xmlMemoryStrdup' type='function'/>
2804 <exports symbol='xmlReallocFunc' type='function'/>
2805 <exports symbol='xmlReallocLoc' type='function'/>
2806 <exports symbol='xmlStrdupFunc' type='function'/>
2812 <exports symbol='XML_MODULE_LAZY' type='enum'/>
2813 <exports symbol='XML_MODULE_LOCAL' type='enum'/>
2814 <exports symbol='xmlModule' type='typedef'/>
2815 <exports symbol='xmlModuleOption' type='typedef'/>
2816 <exports symbol='xmlModulePtr' type='typedef'/>
2817 <exports symbol='xmlModuleClose' type='function'/>
2818 <exports symbol='xmlModuleFree' type='function'/>
2819 <exports symbol='xmlModuleOpen' type='function'/>
2820 <exports symbol='xmlModuleSymbol' type='function'/>
2826 <exports symbol='XML_PARSER_DEFAULTATTRS' type='enum'/>
2827 <exports symbol='XML_PARSER_LOADDTD' type='enum'/>
2828 <exports symbol='XML_PARSER_SEVERITY_ERROR' type='enum'/>
2829 <exports symbol='XML_PARSER_SEVERITY_VALIDITY_ERROR' type='enum'/>
2830 <exports symbol='XML_PARSER_SEVERITY_VALIDITY_WARNING' type='enum'/>
2831 <exports symbol='XML_PARSER_SEVERITY_WARNING' type='enum'/>
2832 <exports symbol='XML_PARSER_SUBST_ENTITIES' type='enum'/>
2833 <exports symbol='XML_PARSER_VALIDATE' type='enum'/>
2834 <exports symbol='XML_READER_TYPE_ATTRIBUTE' type='enum'/>
2835 <exports symbol='XML_READER_TYPE_CDATA' type='enum'/>
2836 <exports symbol='XML_READER_TYPE_COMMENT' type='enum'/>
2837 <exports symbol='XML_READER_TYPE_DOCUMENT' type='enum'/>
2838 <exports symbol='XML_READER_TYPE_DOCUMENT_FRAGMENT' type='enum'/>
2839 <exports symbol='XML_READER_TYPE_DOCUMENT_TYPE' type='enum'/>
2840 <exports symbol='XML_READER_TYPE_ELEMENT' type='enum'/>
2841 <exports symbol='XML_READER_TYPE_END_ELEMENT' type='enum'/>
2842 <exports symbol='XML_READER_TYPE_END_ENTITY' type='enum'/>
2843 <exports symbol='XML_READER_TYPE_ENTITY' type='enum'/>
2844 <exports symbol='XML_READER_TYPE_ENTITY_REFERENCE' type='enum'/>
2845 <exports symbol='XML_READER_TYPE_NONE' type='enum'/>
2846 <exports symbol='XML_READER_TYPE_NOTATION' type='enum'/>
2847 <exports symbol='XML_READER_TYPE_PROCESSING_INSTRUCTION' type='enum'/>
2848 <exports symbol='XML_READER_TYPE_SIGNIFICANT_WHITESPACE' type='enum'/>
2849 <exports symbol='XML_READER_TYPE_TEXT' type='enum'/>
2850 <exports symbol='XML_READER_TYPE_WHITESPACE' type='enum'/>
2851 <exports symbol='XML_READER_TYPE_XML_DECLARATION' type='enum'/>
2852 <exports symbol='XML_TEXTREADER_MODE_CLOSED' type='enum'/>
2853 <exports symbol='XML_TEXTREADER_MODE_EOF' type='enum'/>
2854 <exports symbol='XML_TEXTREADER_MODE_ERROR' type='enum'/>
2855 <exports symbol='XML_TEXTREADER_MODE_INITIAL' type='enum'/>
2856 <exports symbol='XML_TEXTREADER_MODE_INTERACTIVE' type='enum'/>
2857 <exports symbol='XML_TEXTREADER_MODE_READING' type='enum'/>
2858 <exports symbol='xmlParserProperties' type='typedef'/>
2859 <exports symbol='xmlParserSeverities' type='typedef'/>
2860 <exports symbol='xmlReaderTypes' type='typedef'/>
2861 <exports symbol='xmlTextReader' type='typedef'/>
2862 <exports symbol='xmlTextReaderLocatorPtr' type='typedef'/>
2863 <exports symbol='xmlTextReaderMode' type='typedef'/>
2864 <exports symbol='xmlTextReaderPtr' type='typedef'/>
2865 <exports symbol='xmlFreeTextReader' type='function'/>
2866 <exports symbol='xmlNewTextReader' type='function'/>
2867 <exports symbol='xmlNewTextReaderFilename' type='function'/>
2868 <exports symbol='xmlReaderForDoc' type='function'/>
2869 <exports symbol='xmlReaderForFd' type='function'/>
2870 <exports symbol='xmlReaderForFile' type='function'/>
2871 <exports symbol='xmlReaderForIO' type='function'/>
2872 <exports symbol='xmlReaderForMemory' type='function'/>
2873 <exports symbol='xmlReaderNewDoc' type='function'/>
2874 <exports symbol='xmlReaderNewFd' type='function'/>
2875 <exports symbol='xmlReaderNewFile' type='function'/>
2876 <exports symbol='xmlReaderNewIO' type='function'/>
2877 <exports symbol='xmlReaderNewMemory' type='function'/>
2878 <exports symbol='xmlReaderNewWalker' type='function'/>
2879 <exports symbol='xmlReaderWalker' type='function'/>
2880 <exports symbol='xmlTextReaderAttributeCount' type='function'/>
2881 <exports symbol='xmlTextReaderBaseUri' type='function'/>
2882 <exports symbol='xmlTextReaderByteConsumed' type='function'/>
2883 <exports symbol='xmlTextReaderClose' type='function'/>
2884 <exports symbol='xmlTextReaderConstBaseUri' type='function'/>
2885 <exports symbol='xmlTextReaderConstEncoding' type='function'/>
2886 <exports symbol='xmlTextReaderConstLocalName' type='function'/>
2887 <exports symbol='xmlTextReaderConstName' type='function'/>
2888 <exports symbol='xmlTextReaderConstNamespaceUri' type='function'/>
2889 <exports symbol='xmlTextReaderConstPrefix' type='function'/>
2890 <exports symbol='xmlTextReaderConstString' type='function'/>
2891 <exports symbol='xmlTextReaderConstValue' type='function'/>
2892 <exports symbol='xmlTextReaderConstXmlLang' type='function'/>
2893 <exports symbol='xmlTextReaderConstXmlVersion' type='function'/>
2894 <exports symbol='xmlTextReaderCurrentDoc' type='function'/>
2895 <exports symbol='xmlTextReaderCurrentNode' type='function'/>
2896 <exports symbol='xmlTextReaderDepth' type='function'/>
2897 <exports symbol='xmlTextReaderErrorFunc' type='function'/>
2898 <exports symbol='xmlTextReaderExpand' type='function'/>
2899 <exports symbol='xmlTextReaderGetAttribute' type='function'/>
2900 <exports symbol='xmlTextReaderGetAttributeNo' type='function'/>
2901 <exports symbol='xmlTextReaderGetAttributeNs' type='function'/>
2902 <exports symbol='xmlTextReaderGetErrorHandler' type='function'/>
2903 <exports symbol='xmlTextReaderGetLastError' type='function'/>
2904 <exports symbol='xmlTextReaderGetParserColumnNumber' type='function'/>
2905 <exports symbol='xmlTextReaderGetParserLineNumber' type='function'/>
2906 <exports symbol='xmlTextReaderGetParserProp' type='function'/>
2907 <exports symbol='xmlTextReaderGetRemainder' type='function'/>
2908 <exports symbol='xmlTextReaderHasAttributes' type='function'/>
2909 <exports symbol='xmlTextReaderHasValue' type='function'/>
2910 <exports symbol='xmlTextReaderIsDefault' type='function'/>
2911 <exports symbol='xmlTextReaderIsEmptyElement' type='function'/>
2912 <exports symbol='xmlTextReaderIsNamespaceDecl' type='function'/>
2913 <exports symbol='xmlTextReaderIsValid' type='function'/>
2914 <exports symbol='xmlTextReaderLocalName' type='function'/>
2915 <exports symbol='xmlTextReaderLocatorBaseURI' type='function'/>
2916 <exports symbol='xmlTextReaderLocatorLineNumber' type='function'/>
2917 <exports symbol='xmlTextReaderLookupNamespace' type='function'/>
2918 <exports symbol='xmlTextReaderMoveToAttribute' type='function'/>
2919 <exports symbol='xmlTextReaderMoveToAttributeNo' type='function'/>
2920 <exports symbol='xmlTextReaderMoveToAttributeNs' type='function'/>
2921 <exports symbol='xmlTextReaderMoveToElement' type='function'/>
2922 <exports symbol='xmlTextReaderMoveToFirstAttribute' type='function'/>
2923 <exports symbol='xmlTextReaderMoveToNextAttribute' type='function'/>
2924 <exports symbol='xmlTextReaderName' type='function'/>
2925 <exports symbol='xmlTextReaderNamespaceUri' type='function'/>
2926 <exports symbol='xmlTextReaderNext' type='function'/>
2927 <exports symbol='xmlTextReaderNextSibling' type='function'/>
2928 <exports symbol='xmlTextReaderNodeType' type='function'/>
2929 <exports symbol='xmlTextReaderNormalization' type='function'/>
2930 <exports symbol='xmlTextReaderPrefix' type='function'/>
2931 <exports symbol='xmlTextReaderPreserve' type='function'/>
2932 <exports symbol='xmlTextReaderPreservePattern' type='function'/>
2933 <exports symbol='xmlTextReaderQuoteChar' type='function'/>
2934 <exports symbol='xmlTextReaderRead' type='function'/>
2935 <exports symbol='xmlTextReaderReadAttributeValue' type='function'/>
2936 <exports symbol='xmlTextReaderReadInnerXml' type='function'/>
2937 <exports symbol='xmlTextReaderReadOuterXml' type='function'/>
2938 <exports symbol='xmlTextReaderReadState' type='function'/>
2939 <exports symbol='xmlTextReaderReadString' type='function'/>
2940 <exports symbol='xmlTextReaderRelaxNGSetSchema' type='function'/>
2941 <exports symbol='xmlTextReaderRelaxNGValidate' type='function'/>
2942 <exports symbol='xmlTextReaderRelaxNGValidateCtxt' type='function'/>
2943 <exports symbol='xmlTextReaderSchemaValidate' type='function'/>
2944 <exports symbol='xmlTextReaderSchemaValidateCtxt' type='function'/>
2945 <exports symbol='xmlTextReaderSetErrorHandler' type='function'/>
2946 <exports symbol='xmlTextReaderSetMaxAmplification' type='function'/>
2947 <exports symbol='xmlTextReaderSetParserProp' type='function'/>
2948 <exports symbol='xmlTextReaderSetSchema' type='function'/>
2949 <exports symbol='xmlTextReaderSetStructuredErrorHandler' type='function'/>
2950 <exports symbol='xmlTextReaderSetup' type='function'/>
2951 <exports symbol='xmlTextReaderStandalone' type='function'/>
2952 <exports symbol='xmlTextReaderValue' type='function'/>
2953 <exports symbol='xmlTextReaderXmlLang' type='function'/>
2959 <exports symbol='XML_EXP_ATOM' type='enum'/>
2960 <exports symbol='XML_EXP_COUNT' type='enum'/>
2961 <exports symbol='XML_EXP_EMPTY' type='enum'/>
2962 <exports symbol='XML_EXP_FORBID' type='enum'/>
2963 <exports symbol='XML_EXP_OR' type='enum'/>
2964 <exports symbol='XML_EXP_SEQ' type='enum'/>
2965 <exports symbol='xmlExpCtxt' type='typedef'/>
2966 <exports symbol='xmlExpCtxtPtr' type='typedef'/>
2967 <exports symbol='xmlExpNode' type='typedef'/>
2968 <exports symbol='xmlExpNodePtr' type='typedef'/>
2969 <exports symbol='xmlExpNodeType' type='typedef'/>
2970 <exports symbol='xmlRegExecCtxt' type='typedef'/>
2971 <exports symbol='xmlRegExecCtxtPtr' type='typedef'/>
2972 <exports symbol='xmlRegexp' type='typedef'/>
2973 <exports symbol='xmlRegexpPtr' type='typedef'/>
2974 <exports symbol='emptyExp' type='variable'/>
2975 <exports symbol='forbiddenExp' type='variable'/>
2976 <exports symbol='xmlExpCtxtNbCons' type='function'/>
2977 <exports symbol='xmlExpCtxtNbNodes' type='function'/>
2978 <exports symbol='xmlExpDump' type='function'/>
2979 <exports symbol='xmlExpExpDerive' type='function'/>
2980 <exports symbol='xmlExpFree' type='function'/>
2981 <exports symbol='xmlExpFreeCtxt' type='function'/>
2982 <exports symbol='xmlExpGetLanguage' type='function'/>
2983 <exports symbol='xmlExpGetStart' type='function'/>
2984 <exports symbol='xmlExpIsNillable' type='function'/>
2985 <exports symbol='xmlExpMaxToken' type='function'/>
2986 <exports symbol='xmlExpNewAtom' type='function'/>
2987 <exports symbol='xmlExpNewCtxt' type='function'/>
2988 <exports symbol='xmlExpNewOr' type='function'/>
2989 <exports symbol='xmlExpNewRange' type='function'/>
2990 <exports symbol='xmlExpNewSeq' type='function'/>
2991 <exports symbol='xmlExpParse' type='function'/>
2992 <exports symbol='xmlExpRef' type='function'/>
2993 <exports symbol='xmlExpStringDerive' type='function'/>
2994 <exports symbol='xmlExpSubsume' type='function'/>
2995 <exports symbol='xmlRegExecCallbacks' type='function'/>
2996 <exports symbol='xmlRegExecErrInfo' type='function'/>
2997 <exports symbol='xmlRegExecNextValues' type='function'/>
2998 <exports symbol='xmlRegExecPushString' type='function'/>
2999 <exports symbol='xmlRegExecPushString2' type='function'/>
3000 <exports symbol='xmlRegFreeExecCtxt' type='function'/>
3001 <exports symbol='xmlRegFreeRegexp' type='function'/>
3002 <exports symbol='xmlRegNewExecCtxt' type='function'/>
3003 <exports symbol='xmlRegexpCompile' type='function'/>
3004 <exports symbol='xmlRegexpExec' type='function'/>
3005 <exports symbol='xmlRegexpIsDeterminist' type='function'/>
3006 <exports symbol='xmlRegexpPrint' type='function'/>
3012 <exports symbol='XML_SAVE_AS_HTML' type='enum'/>
3013 <exports symbol='XML_SAVE_AS_XML' type='enum'/>
3014 <exports symbol='XML_SAVE_FORMAT' type='enum'/>
3015 <exports symbol='XML_SAVE_NO_DECL' type='enum'/>
3016 <exports symbol='XML_SAVE_NO_EMPTY' type='enum'/>
3017 <exports symbol='XML_SAVE_NO_XHTML' type='enum'/>
3018 <exports symbol='XML_SAVE_WSNONSIG' type='enum'/>
3019 <exports symbol='XML_SAVE_XHTML' type='enum'/>
3020 <exports symbol='xmlSaveCtxt' type='typedef'/>
3021 <exports symbol='xmlSaveCtxtPtr' type='typedef'/>
3022 <exports symbol='xmlSaveOption' type='typedef'/>
3023 <exports symbol='xmlSaveClose' type='function'/>
3024 <exports symbol='xmlSaveDoc' type='function'/>
3025 <exports symbol='xmlSaveFinish' type='function'/>
3026 <exports symbol='xmlSaveFlush' type='function'/>
3027 <exports symbol='xmlSaveSetAttrEscape' type='function'/>
3028 <exports symbol='xmlSaveSetEscape' type='function'/>
3029 <exports symbol='xmlSaveToBuffer' type='function'/>
3030 <exports symbol='xmlSaveToFd' type='function'/>
3031 <exports symbol='xmlSaveToFilename' type='function'/>
3032 <exports symbol='xmlSaveToIO' type='function'/>
3033 <exports symbol='xmlSaveTree' type='function'/>
3034 <exports symbol='xmlThrDefIndentTreeOutput' type='function'/>
3035 <exports symbol='xmlThrDefSaveNoEmptyTags' type='function'/>
3036 <exports symbol='xmlThrDefTreeIndentString' type='function'/>
3042 <exports symbol='XML_SCHEMAS_ERR_' type='enum'/>
3043 <exports symbol='XML_SCHEMAS_ERR_ATTRINVALID' type='enum'/>
3044 <exports symbol='XML_SCHEMAS_ERR_ATTRUNKNOWN' type='enum'/>
3045 <exports symbol='XML_SCHEMAS_ERR_CONSTRUCT' type='enum'/>
3046 <exports symbol='XML_SCHEMAS_ERR_ELEMCONT' type='enum'/>
3047 <exports symbol='XML_SCHEMAS_ERR_EXTRACONTENT' type='enum'/>
3048 <exports symbol='XML_SCHEMAS_ERR_FACET' type='enum'/>
3049 <exports symbol='XML_SCHEMAS_ERR_HAVEDEFAULT' type='enum'/>
3050 <exports symbol='XML_SCHEMAS_ERR_INTERNAL' type='enum'/>
3051 <exports symbol='XML_SCHEMAS_ERR_INVALIDATTR' type='enum'/>
3052 <exports symbol='XML_SCHEMAS_ERR_INVALIDELEM' type='enum'/>
3053 <exports symbol='XML_SCHEMAS_ERR_ISABSTRACT' type='enum'/>
3054 <exports symbol='XML_SCHEMAS_ERR_MISSING' type='enum'/>
3055 <exports symbol='XML_SCHEMAS_ERR_NOROLLBACK' type='enum'/>
3056 <exports symbol='XML_SCHEMAS_ERR_NOROOT' type='enum'/>
3057 <exports symbol='XML_SCHEMAS_ERR_NOTDETERMINIST' type='enum'/>
3058 <exports symbol='XML_SCHEMAS_ERR_NOTEMPTY' type='enum'/>
3059 <exports symbol='XML_SCHEMAS_ERR_NOTNILLABLE' type='enum'/>
3060 <exports symbol='XML_SCHEMAS_ERR_NOTSIMPLE' type='enum'/>
3061 <exports symbol='XML_SCHEMAS_ERR_NOTTOPLEVEL' type='enum'/>
3062 <exports symbol='XML_SCHEMAS_ERR_NOTYPE' type='enum'/>
3063 <exports symbol='XML_SCHEMAS_ERR_OK' type='enum'/>
3064 <exports symbol='XML_SCHEMAS_ERR_UNDECLAREDELEM' type='enum'/>
3065 <exports symbol='XML_SCHEMAS_ERR_VALUE' type='enum'/>
3066 <exports symbol='XML_SCHEMAS_ERR_WRONGELEM' type='enum'/>
3067 <exports symbol='XML_SCHEMAS_ERR_XXX' type='enum'/>
3068 <exports symbol='XML_SCHEMA_VAL_VC_I_CREATE' type='enum'/>
3069 <exports symbol='xmlSchema' type='typedef'/>
3070 <exports symbol='xmlSchemaParserCtxt' type='typedef'/>
3071 <exports symbol='xmlSchemaParserCtxtPtr' type='typedef'/>
3072 <exports symbol='xmlSchemaPtr' type='typedef'/>
3073 <exports symbol='xmlSchemaSAXPlugPtr' type='typedef'/>
3074 <exports symbol='xmlSchemaSAXPlugStruct' type='typedef'/>
3075 <exports symbol='xmlSchemaValidCtxt' type='typedef'/>
3076 <exports symbol='xmlSchemaValidCtxtPtr' type='typedef'/>
3077 <exports symbol='xmlSchemaValidError' type='typedef'/>
3078 <exports symbol='xmlSchemaValidOption' type='typedef'/>
3079 <exports symbol='xmlSchemaDump' type='function'/>
3080 <exports symbol='xmlSchemaFree' type='function'/>
3081 <exports symbol='xmlSchemaFreeParserCtxt' type='function'/>
3082 <exports symbol='xmlSchemaFreeValidCtxt' type='function'/>
3083 <exports symbol='xmlSchemaGetParserErrors' type='function'/>
3084 <exports symbol='xmlSchemaGetValidErrors' type='function'/>
3085 <exports symbol='xmlSchemaIsValid' type='function'/>
3086 <exports symbol='xmlSchemaNewDocParserCtxt' type='function'/>
3087 <exports symbol='xmlSchemaNewMemParserCtxt' type='function'/>
3088 <exports symbol='xmlSchemaNewParserCtxt' type='function'/>
3089 <exports symbol='xmlSchemaNewValidCtxt' type='function'/>
3090 <exports symbol='xmlSchemaParse' type='function'/>
3091 <exports symbol='xmlSchemaSAXPlug' type='function'/>
3092 <exports symbol='xmlSchemaSAXUnplug' type='function'/>
3093 <exports symbol='xmlSchemaSetParserErrors' type='function'/>
3094 <exports symbol='xmlSchemaSetParserStructuredErrors' type='function'/>
3095 <exports symbol='xmlSchemaSetValidErrors' type='function'/>
3096 <exports symbol='xmlSchemaSetValidOptions' type='function'/>
3097 <exports symbol='xmlSchemaSetValidStructuredErrors' type='function'/>
3098 <exports symbol='xmlSchemaValidCtxtGetOptions' type='function'/>
3099 <exports symbol='xmlSchemaValidCtxtGetParserCtxt' type='function'/>
3100 <exports symbol='xmlSchemaValidateDoc' type='function'/>
3101 <exports symbol='xmlSchemaValidateFile' type='function'/>
3102 <exports symbol='xmlSchemaValidateOneElement' type='function'/>
3103 <exports symbol='xmlSchemaValidateSetFilename' type='function'/>
3104 <exports symbol='xmlSchemaValidateSetLocator' type='function'/>
3105 <exports symbol='xmlSchemaValidateStream' type='function'/>
3106 <exports symbol='xmlSchemaValidityErrorFunc' type='function'/>
3107 <exports symbol='xmlSchemaValidityLocatorFunc' type='function'/>
3108 <exports symbol='xmlSchemaValidityWarningFunc' type='function'/>
3114 <exports symbol='XML_SCHEMA_WHITESPACE_COLLAPSE' type='enum'/>
3115 <exports symbol='XML_SCHEMA_WHITESPACE_PRESERVE' type='enum'/>
3116 <exports symbol='XML_SCHEMA_WHITESPACE_REPLACE' type='enum'/>
3117 <exports symbol='XML_SCHEMA_WHITESPACE_UNKNOWN' type='enum'/>
3118 <exports symbol='xmlSchemaWhitespaceValueType' type='typedef'/>
3119 <exports symbol='xmlSchemaCheckFacet' type='function'/>
3120 <exports symbol='xmlSchemaCleanupTypes' type='function'/>
3121 <exports symbol='xmlSchemaCollapseString' type='function'/>
3122 <exports symbol='xmlSchemaCompareValues' type='function'/>
3123 <exports symbol='xmlSchemaCompareValuesWhtsp' type='function'/>
3124 <exports symbol='xmlSchemaCopyValue' type='function'/>
3125 <exports symbol='xmlSchemaFreeFacet' type='function'/>
3126 <exports symbol='xmlSchemaFreeValue' type='function'/>
3127 <exports symbol='xmlSchemaGetBuiltInListSimpleTypeItemType' type='function'/>
3128 <exports symbol='xmlSchemaGetBuiltInType' type='function'/>
3129 <exports symbol='xmlSchemaGetCanonValue' type='function'/>
3130 <exports symbol='xmlSchemaGetCanonValueWhtsp' type='function'/>
3131 <exports symbol='xmlSchemaGetFacetValueAsULong' type='function'/>
3132 <exports symbol='xmlSchemaGetPredefinedType' type='function'/>
3133 <exports symbol='xmlSchemaGetValType' type='function'/>
3134 <exports symbol='xmlSchemaInitTypes' type='function'/>
3135 <exports symbol='xmlSchemaIsBuiltInTypeFacet' type='function'/>
3136 <exports symbol='xmlSchemaNewFacet' type='function'/>
3137 <exports symbol='xmlSchemaNewNOTATIONValue' type='function'/>
3138 <exports symbol='xmlSchemaNewQNameValue' type='function'/>
3139 <exports symbol='xmlSchemaNewStringValue' type='function'/>
3140 <exports symbol='xmlSchemaValPredefTypeNode' type='function'/>
3141 <exports symbol='xmlSchemaValPredefTypeNodeNoNorm' type='function'/>
3142 <exports symbol='xmlSchemaValidateFacet' type='function'/>
3143 <exports symbol='xmlSchemaValidateFacetWhtsp' type='function'/>
3144 <exports symbol='xmlSchemaValidateLengthFacet' type='function'/>
3145 <exports symbol='xmlSchemaValidateLengthFacetWhtsp' type='function'/>
3146 <exports symbol='xmlSchemaValidateListSimpleTypeFacet' type='function'/>
3147 <exports symbol='xmlSchemaValidatePredefinedType' type='function'/>
3148 <exports symbol='xmlSchemaValueAppend' type='function'/>
3149 <exports symbol='xmlSchemaValueGetAsBoolean' type='function'/>
3150 <exports symbol='xmlSchemaValueGetAsString' type='function'/>
3151 <exports symbol='xmlSchemaValueGetNext' type='function'/>
3152 <exports symbol='xmlSchemaWhiteSpaceReplace' type='function'/>
3158 <exports symbol='BAD_CAST' type='macro'/>
3159 <exports symbol='xmlChar' type='typedef'/>
3160 <exports symbol='xmlCharStrdup' type='function'/>
3161 <exports symbol='xmlCharStrndup' type='function'/>
3162 <exports symbol='xmlCheckUTF8' type='function'/>
3163 <exports symbol='xmlGetUTF8Char' type='function'/>
3164 <exports symbol='xmlStrEqual' type='function'/>
3165 <exports symbol='xmlStrPrintf' type='function'/>
3166 <exports symbol='xmlStrQEqual' type='function'/>
3167 <exports symbol='xmlStrVPrintf' type='function'/>
3168 <exports symbol='xmlStrcasecmp' type='function'/>
3169 <exports symbol='xmlStrcasestr' type='function'/>
3170 <exports symbol='xmlStrcat' type='function'/>
3171 <exports symbol='xmlStrchr' type='function'/>
3172 <exports symbol='xmlStrcmp' type='function'/>
3173 <exports symbol='xmlStrdup' type='function'/>
3174 <exports symbol='xmlStrlen' type='function'/>
3175 <exports symbol='xmlStrncasecmp' type='function'/>
3176 <exports symbol='xmlStrncat' type='function'/>
3177 <exports symbol='xmlStrncatNew' type='function'/>
3178 <exports symbol='xmlStrncmp' type='function'/>
3179 <exports symbol='xmlStrndup' type='function'/>
3180 <exports symbol='xmlStrstr' type='function'/>
3181 <exports symbol='xmlStrsub' type='function'/>
3182 <exports symbol='xmlUTF8Charcmp' type='function'/>
3183 <exports symbol='xmlUTF8Size' type='function'/>
3184 <exports symbol='xmlUTF8Strlen' type='function'/>
3185 <exports symbol='xmlUTF8Strloc' type='function'/>
3186 <exports symbol='xmlUTF8Strndup' type='function'/>
3187 <exports symbol='xmlUTF8Strpos' type='function'/>
3188 <exports symbol='xmlUTF8Strsize' type='function'/>
3189 <exports symbol='xmlUTF8Strsub' type='function'/>
3195 <exports symbol='xmlUCSIsAegeanNumbers' type='function'/>
3196 <exports symbol='xmlUCSIsAlphabeticPresentationForms' type='function'/>
3197 <exports symbol='xmlUCSIsArabic' type='function'/>
3198 <exports symbol='xmlUCSIsArabicPresentationFormsA' type='function'/>
3199 <exports symbol='xmlUCSIsArabicPresentationFormsB' type='function'/>
3200 <exports symbol='xmlUCSIsArmenian' type='function'/>
3201 <exports symbol='xmlUCSIsArrows' type='function'/>
3202 <exports symbol='xmlUCSIsBasicLatin' type='function'/>
3203 <exports symbol='xmlUCSIsBengali' type='function'/>
3204 <exports symbol='xmlUCSIsBlock' type='function'/>
3205 <exports symbol='xmlUCSIsBlockElements' type='function'/>
3206 <exports symbol='xmlUCSIsBopomofo' type='function'/>
3207 <exports symbol='xmlUCSIsBopomofoExtended' type='function'/>
3208 <exports symbol='xmlUCSIsBoxDrawing' type='function'/>
3209 <exports symbol='xmlUCSIsBraillePatterns' type='function'/>
3210 <exports symbol='xmlUCSIsBuhid' type='function'/>
3211 <exports symbol='xmlUCSIsByzantineMusicalSymbols' type='function'/>
3212 <exports symbol='xmlUCSIsCJKCompatibility' type='function'/>
3213 <exports symbol='xmlUCSIsCJKCompatibilityForms' type='function'/>
3214 <exports symbol='xmlUCSIsCJKCompatibilityIdeographs' type='function'/>
3215 <exports symbol='xmlUCSIsCJKCompatibilityIdeographsSupplement' type='function'/>
3216 <exports symbol='xmlUCSIsCJKRadicalsSupplement' type='function'/>
3217 <exports symbol='xmlUCSIsCJKSymbolsandPunctuation' type='function'/>
3218 <exports symbol='xmlUCSIsCJKUnifiedIdeographs' type='function'/>
3219 <exports symbol='xmlUCSIsCJKUnifiedIdeographsExtensionA' type='function'/>
3220 <exports symbol='xmlUCSIsCJKUnifiedIdeographsExtensionB' type='function'/>
3221 <exports symbol='xmlUCSIsCat' type='function'/>
3222 <exports symbol='xmlUCSIsCatC' type='function'/>
3223 <exports symbol='xmlUCSIsCatCc' type='function'/>
3224 <exports symbol='xmlUCSIsCatCf' type='function'/>
3225 <exports symbol='xmlUCSIsCatCo' type='function'/>
3226 <exports symbol='xmlUCSIsCatCs' type='function'/>
3227 <exports symbol='xmlUCSIsCatL' type='function'/>
3228 <exports symbol='xmlUCSIsCatLl' type='function'/>
3229 <exports symbol='xmlUCSIsCatLm' type='function'/>
3230 <exports symbol='xmlUCSIsCatLo' type='function'/>
3231 <exports symbol='xmlUCSIsCatLt' type='function'/>
3232 <exports symbol='xmlUCSIsCatLu' type='function'/>
3233 <exports symbol='xmlUCSIsCatM' type='function'/>
3234 <exports symbol='xmlUCSIsCatMc' type='function'/>
3235 <exports symbol='xmlUCSIsCatMe' type='function'/>
3236 <exports symbol='xmlUCSIsCatMn' type='function'/>
3237 <exports symbol='xmlUCSIsCatN' type='function'/>
3238 <exports symbol='xmlUCSIsCatNd' type='function'/>
3239 <exports symbol='xmlUCSIsCatNl' type='function'/>
3240 <exports symbol='xmlUCSIsCatNo' type='function'/>
3241 <exports symbol='xmlUCSIsCatP' type='function'/>
3242 <exports symbol='xmlUCSIsCatPc' type='function'/>
3243 <exports symbol='xmlUCSIsCatPd' type='function'/>
3244 <exports symbol='xmlUCSIsCatPe' type='function'/>
3245 <exports symbol='xmlUCSIsCatPf' type='function'/>
3246 <exports symbol='xmlUCSIsCatPi' type='function'/>
3247 <exports symbol='xmlUCSIsCatPo' type='function'/>
3248 <exports symbol='xmlUCSIsCatPs' type='function'/>
3249 <exports symbol='xmlUCSIsCatS' type='function'/>
3250 <exports symbol='xmlUCSIsCatSc' type='function'/>
3251 <exports symbol='xmlUCSIsCatSk' type='function'/>
3252 <exports symbol='xmlUCSIsCatSm' type='function'/>
3253 <exports symbol='xmlUCSIsCatSo' type='function'/>
3254 <exports symbol='xmlUCSIsCatZ' type='function'/>
3255 <exports symbol='xmlUCSIsCatZl' type='function'/>
3256 <exports symbol='xmlUCSIsCatZp' type='function'/>
3257 <exports symbol='xmlUCSIsCatZs' type='function'/>
3258 <exports symbol='xmlUCSIsCherokee' type='function'/>
3259 <exports symbol='xmlUCSIsCombiningDiacriticalMarks' type='function'/>
3260 <exports symbol='xmlUCSIsCombiningDiacriticalMarksforSymbols' type='function'/>
3261 <exports symbol='xmlUCSIsCombiningHalfMarks' type='function'/>
3262 <exports symbol='xmlUCSIsCombiningMarksforSymbols' type='function'/>
3263 <exports symbol='xmlUCSIsControlPictures' type='function'/>
3264 <exports symbol='xmlUCSIsCurrencySymbols' type='function'/>
3265 <exports symbol='xmlUCSIsCypriotSyllabary' type='function'/>
3266 <exports symbol='xmlUCSIsCyrillic' type='function'/>
3267 <exports symbol='xmlUCSIsCyrillicSupplement' type='function'/>
3268 <exports symbol='xmlUCSIsDeseret' type='function'/>
3269 <exports symbol='xmlUCSIsDevanagari' type='function'/>
3270 <exports symbol='xmlUCSIsDingbats' type='function'/>
3271 <exports symbol='xmlUCSIsEnclosedAlphanumerics' type='function'/>
3272 <exports symbol='xmlUCSIsEnclosedCJKLettersandMonths' type='function'/>
3273 <exports symbol='xmlUCSIsEthiopic' type='function'/>
3274 <exports symbol='xmlUCSIsGeneralPunctuation' type='function'/>
3275 <exports symbol='xmlUCSIsGeometricShapes' type='function'/>
3276 <exports symbol='xmlUCSIsGeorgian' type='function'/>
3277 <exports symbol='xmlUCSIsGothic' type='function'/>
3278 <exports symbol='xmlUCSIsGreek' type='function'/>
3279 <exports symbol='xmlUCSIsGreekExtended' type='function'/>
3280 <exports symbol='xmlUCSIsGreekandCoptic' type='function'/>
3281 <exports symbol='xmlUCSIsGujarati' type='function'/>
3282 <exports symbol='xmlUCSIsGurmukhi' type='function'/>
3283 <exports symbol='xmlUCSIsHalfwidthandFullwidthForms' type='function'/>
3284 <exports symbol='xmlUCSIsHangulCompatibilityJamo' type='function'/>
3285 <exports symbol='xmlUCSIsHangulJamo' type='function'/>
3286 <exports symbol='xmlUCSIsHangulSyllables' type='function'/>
3287 <exports symbol='xmlUCSIsHanunoo' type='function'/>
3288 <exports symbol='xmlUCSIsHebrew' type='function'/>
3289 <exports symbol='xmlUCSIsHighPrivateUseSurrogates' type='function'/>
3290 <exports symbol='xmlUCSIsHighSurrogates' type='function'/>
3291 <exports symbol='xmlUCSIsHiragana' type='function'/>
3292 <exports symbol='xmlUCSIsIPAExtensions' type='function'/>
3293 <exports symbol='xmlUCSIsIdeographicDescriptionCharacters' type='function'/>
3294 <exports symbol='xmlUCSIsKanbun' type='function'/>
3295 <exports symbol='xmlUCSIsKangxiRadicals' type='function'/>
3296 <exports symbol='xmlUCSIsKannada' type='function'/>
3297 <exports symbol='xmlUCSIsKatakana' type='function'/>
3298 <exports symbol='xmlUCSIsKatakanaPhoneticExtensions' type='function'/>
3299 <exports symbol='xmlUCSIsKhmer' type='function'/>
3300 <exports symbol='xmlUCSIsKhmerSymbols' type='function'/>
3301 <exports symbol='xmlUCSIsLao' type='function'/>
3302 <exports symbol='xmlUCSIsLatin1Supplement' type='function'/>
3303 <exports symbol='xmlUCSIsLatinExtendedA' type='function'/>
3304 <exports symbol='xmlUCSIsLatinExtendedAdditional' type='function'/>
3305 <exports symbol='xmlUCSIsLatinExtendedB' type='function'/>
3306 <exports symbol='xmlUCSIsLetterlikeSymbols' type='function'/>
3307 <exports symbol='xmlUCSIsLimbu' type='function'/>
3308 <exports symbol='xmlUCSIsLinearBIdeograms' type='function'/>
3309 <exports symbol='xmlUCSIsLinearBSyllabary' type='function'/>
3310 <exports symbol='xmlUCSIsLowSurrogates' type='function'/>
3311 <exports symbol='xmlUCSIsMalayalam' type='function'/>
3312 <exports symbol='xmlUCSIsMathematicalAlphanumericSymbols' type='function'/>
3313 <exports symbol='xmlUCSIsMathematicalOperators' type='function'/>
3314 <exports symbol='xmlUCSIsMiscellaneousMathematicalSymbolsA' type='function'/>
3315 <exports symbol='xmlUCSIsMiscellaneousMathematicalSymbolsB' type='function'/>
3316 <exports symbol='xmlUCSIsMiscellaneousSymbols' type='function'/>
3317 <exports symbol='xmlUCSIsMiscellaneousSymbolsandArrows' type='function'/>
3318 <exports symbol='xmlUCSIsMiscellaneousTechnical' type='function'/>
3319 <exports symbol='xmlUCSIsMongolian' type='function'/>
3320 <exports symbol='xmlUCSIsMusicalSymbols' type='function'/>
3321 <exports symbol='xmlUCSIsMyanmar' type='function'/>
3322 <exports symbol='xmlUCSIsNumberForms' type='function'/>
3323 <exports symbol='xmlUCSIsOgham' type='function'/>
3324 <exports symbol='xmlUCSIsOldItalic' type='function'/>
3325 <exports symbol='xmlUCSIsOpticalCharacterRecognition' type='function'/>
3326 <exports symbol='xmlUCSIsOriya' type='function'/>
3327 <exports symbol='xmlUCSIsOsmanya' type='function'/>
3328 <exports symbol='xmlUCSIsPhoneticExtensions' type='function'/>
3329 <exports symbol='xmlUCSIsPrivateUse' type='function'/>
3330 <exports symbol='xmlUCSIsPrivateUseArea' type='function'/>
3331 <exports symbol='xmlUCSIsRunic' type='function'/>
3332 <exports symbol='xmlUCSIsShavian' type='function'/>
3333 <exports symbol='xmlUCSIsSinhala' type='function'/>
3334 <exports symbol='xmlUCSIsSmallFormVariants' type='function'/>
3335 <exports symbol='xmlUCSIsSpacingModifierLetters' type='function'/>
3336 <exports symbol='xmlUCSIsSpecials' type='function'/>
3337 <exports symbol='xmlUCSIsSuperscriptsandSubscripts' type='function'/>
3338 <exports symbol='xmlUCSIsSupplementalArrowsA' type='function'/>
3339 <exports symbol='xmlUCSIsSupplementalArrowsB' type='function'/>
3340 <exports symbol='xmlUCSIsSupplementalMathematicalOperators' type='function'/>
3341 <exports symbol='xmlUCSIsSupplementaryPrivateUseAreaA' type='function'/>
3342 <exports symbol='xmlUCSIsSupplementaryPrivateUseAreaB' type='function'/>
3343 <exports symbol='xmlUCSIsSyriac' type='function'/>
3344 <exports symbol='xmlUCSIsTagalog' type='function'/>
3345 <exports symbol='xmlUCSIsTagbanwa' type='function'/>
3346 <exports symbol='xmlUCSIsTags' type='function'/>
3347 <exports symbol='xmlUCSIsTaiLe' type='function'/>
3348 <exports symbol='xmlUCSIsTaiXuanJingSymbols' type='function'/>
3349 <exports symbol='xmlUCSIsTamil' type='function'/>
3350 <exports symbol='xmlUCSIsTelugu' type='function'/>
3351 <exports symbol='xmlUCSIsThaana' type='function'/>
3352 <exports symbol='xmlUCSIsThai' type='function'/>
3353 <exports symbol='xmlUCSIsTibetan' type='function'/>
3354 <exports symbol='xmlUCSIsUgaritic' type='function'/>
3355 <exports symbol='xmlUCSIsUnifiedCanadianAboriginalSyllabics' type='function'/>
3356 <exports symbol='xmlUCSIsVariationSelectors' type='function'/>
3357 <exports symbol='xmlUCSIsVariationSelectorsSupplement' type='function'/>
3358 <exports symbol='xmlUCSIsYiRadicals' type='function'/>
3359 <exports symbol='xmlUCSIsYiSyllables' type='function'/>
3360 <exports symbol='xmlUCSIsYijingHexagramSymbols' type='function'/>
3363 <summary>compile-time version information</summary>
3364 <description>compile-time version information for the XML library </description>
3366 <exports symbol='LIBXML_AUTOMATA_ENABLED' type='macro'/>
3367 <exports symbol='LIBXML_C14N_ENABLED' type='macro'/>
3368 <exports symbol='LIBXML_CATALOG_ENABLED' type='macro'/>
3369 <exports symbol='LIBXML_DEBUG_ENABLED' type='macro'/>
3370 <exports symbol='LIBXML_DOTTED_VERSION' type='macro'/>
3371 <exports symbol='LIBXML_FTP_ENABLED' type='macro'/>
3372 <exports symbol='LIBXML_HTML_ENABLED' type='macro'/>
3373 <exports symbol='LIBXML_HTTP_ENABLED' type='macro'/>
3374 <exports symbol='LIBXML_ICONV_ENABLED' type='macro'/>
3375 <exports symbol='LIBXML_ICU_ENABLED' type='macro'/>
3376 <exports symbol='LIBXML_ISO8859X_ENABLED' type='macro'/>
3377 <exports symbol='LIBXML_LEGACY_ENABLED' type='macro'/>
3378 <exports symbol='LIBXML_LZMA_ENABLED' type='macro'/>
3379 <exports symbol='LIBXML_MODULES_ENABLED' type='macro'/>
3380 <exports symbol='LIBXML_MODULE_EXTENSION' type='macro'/>
3381 <exports symbol='LIBXML_OUTPUT_ENABLED' type='macro'/>
3382 <exports symbol='LIBXML_PATTERN_ENABLED' type='macro'/>
3383 <exports symbol='LIBXML_PUSH_ENABLED' type='macro'/>
3384 <exports symbol='LIBXML_READER_ENABLED' type='macro'/>
3385 <exports symbol='LIBXML_REGEXP_ENABLED' type='macro'/>
3386 <exports symbol='LIBXML_SAX1_ENABLED' type='macro'/>
3387 <exports symbol='LIBXML_SCHEMAS_ENABLED' type='macro'/>
3388 <exports symbol='LIBXML_SCHEMATRON_ENABLED' type='macro'/>
3389 <exports symbol='LIBXML_TEST_VERSION' type='macro'/>
3390 <exports symbol='LIBXML_THREAD_ALLOC_ENABLED' type='macro'/>
3391 <exports symbol='LIBXML_THREAD_ENABLED' type='macro'/>
3392 <exports symbol='LIBXML_TREE_ENABLED' type='macro'/>
3393 <exports symbol='LIBXML_UNICODE_ENABLED' type='macro'/>
3394 <exports symbol='LIBXML_VALID_ENABLED' type='macro'/>
3395 <exports symbol='LIBXML_VERSION' type='macro'/>
3396 <exports symbol='LIBXML_VERSION_EXTRA' type='macro'/>
3397 <exports symbol='LIBXML_VERSION_STRING' type='macro'/>
3398 <exports symbol='LIBXML_WRITER_ENABLED' type='macro'/>
3399 <exports symbol='LIBXML_XINCLUDE_ENABLED' type='macro'/>
3400 <exports symbol='LIBXML_XPATH_ENABLED' type='macro'/>
3401 <exports symbol='LIBXML_XPTR_ENABLED' type='macro'/>
3402 <exports symbol='LIBXML_XPTR_LOCS_ENABLED' type='macro'/>
3403 <exports symbol='LIBXML_ZLIB_ENABLED' type='macro'/>
3409 <exports symbol='xmlTextWriterWriteDocType' type='macro'/>
3410 <exports symbol='xmlTextWriterWriteProcessingInstruction' type='macro'/>
3411 <exports symbol='xmlTextWriter' type='typedef'/>
3412 <exports symbol='xmlTextWriterPtr' type='typedef'/>
3413 <exports symbol='xmlFreeTextWriter' type='function'/>
3414 <exports symbol='xmlNewTextWriter' type='function'/>
3415 <exports symbol='xmlNewTextWriterDoc' type='function'/>
3416 <exports symbol='xmlNewTextWriterFilename' type='function'/>
3417 <exports symbol='xmlNewTextWriterMemory' type='function'/>
3418 <exports symbol='xmlNewTextWriterPushParser' type='function'/>
3419 <exports symbol='xmlNewTextWriterTree' type='function'/>
3420 <exports symbol='xmlTextWriterClose' type='function'/>
3421 <exports symbol='xmlTextWriterEndAttribute' type='function'/>
3422 <exports symbol='xmlTextWriterEndCDATA' type='function'/>
3423 <exports symbol='xmlTextWriterEndComment' type='function'/>
3424 <exports symbol='xmlTextWriterEndDTD' type='function'/>
3425 <exports symbol='xmlTextWriterEndDTDAttlist' type='function'/>
3426 <exports symbol='xmlTextWriterEndDTDElement' type='function'/>
3427 <exports symbol='xmlTextWriterEndDTDEntity' type='function'/>
3428 <exports symbol='xmlTextWriterEndDocument' type='function'/>
3429 <exports symbol='xmlTextWriterEndElement' type='function'/>
3430 <exports symbol='xmlTextWriterEndPI' type='function'/>
3431 <exports symbol='xmlTextWriterFlush' type='function'/>
3432 <exports symbol='xmlTextWriterFullEndElement' type='function'/>
3433 <exports symbol='xmlTextWriterSetIndent' type='function'/>
3434 <exports symbol='xmlTextWriterSetIndentString' type='function'/>
3435 <exports symbol='xmlTextWriterSetQuoteChar' type='function'/>
3436 <exports symbol='xmlTextWriterStartAttribute' type='function'/>
3437 <exports symbol='xmlTextWriterStartAttributeNS' type='function'/>
3438 <exports symbol='xmlTextWriterStartCDATA' type='function'/>
3439 <exports symbol='xmlTextWriterStartComment' type='function'/>
3440 <exports symbol='xmlTextWriterStartDTD' type='function'/>
3441 <exports symbol='xmlTextWriterStartDTDAttlist' type='function'/>
3442 <exports symbol='xmlTextWriterStartDTDElement' type='function'/>
3443 <exports symbol='xmlTextWriterStartDTDEntity' type='function'/>
3444 <exports symbol='xmlTextWriterStartDocument' type='function'/>
3445 <exports symbol='xmlTextWriterStartElement' type='function'/>
3446 <exports symbol='xmlTextWriterStartElementNS' type='function'/>
3447 <exports symbol='xmlTextWriterStartPI' type='function'/>
3448 <exports symbol='xmlTextWriterWriteAttribute' type='function'/>
3449 <exports symbol='xmlTextWriterWriteAttributeNS' type='function'/>
3450 <exports symbol='xmlTextWriterWriteBase64' type='function'/>
3451 <exports symbol='xmlTextWriterWriteBinHex' type='function'/>
3452 <exports symbol='xmlTextWriterWriteCDATA' type='function'/>
3453 <exports symbol='xmlTextWriterWriteComment' type='function'/>
3454 <exports symbol='xmlTextWriterWriteDTD' type='function'/>
3455 <exports symbol='xmlTextWriterWriteDTDAttlist' type='function'/>
3456 <exports symbol='xmlTextWriterWriteDTDElement' type='function'/>
3457 <exports symbol='xmlTextWriterWriteDTDEntity' type='function'/>
3458 <exports symbol='xmlTextWriterWriteDTDExternalEntity' type='function'/>
3459 <exports symbol='xmlTextWriterWriteDTDExternalEntityContents' type='function'/>
3460 <exports symbol='xmlTextWriterWriteDTDInternalEntity' type='function'/>
3461 <exports symbol='xmlTextWriterWriteDTDNotation' type='function'/>
3462 <exports symbol='xmlTextWriterWriteElement' type='function'/>
3463 <exports symbol='xmlTextWriterWriteElementNS' type='function'/>
3464 <exports symbol='xmlTextWriterWriteFormatAttribute' type='function'/>
3465 <exports symbol='xmlTextWriterWriteFormatAttributeNS' type='function'/>
3466 <exports symbol='xmlTextWriterWriteFormatCDATA' type='function'/>
3467 <exports symbol='xmlTextWriterWriteFormatComment' type='function'/>
3468 <exports symbol='xmlTextWriterWriteFormatDTD' type='function'/>
3469 <exports symbol='xmlTextWriterWriteFormatDTDAttlist' type='function'/>
3470 <exports symbol='xmlTextWriterWriteFormatDTDElement' type='function'/>
3471 <exports symbol='xmlTextWriterWriteFormatDTDInternalEntity' type='function'/>
3472 <exports symbol='xmlTextWriterWriteFormatElement' type='function'/>
3473 <exports symbol='xmlTextWriterWriteFormatElementNS' type='function'/>
3474 <exports symbol='xmlTextWriterWriteFormatPI' type='function'/>
3475 <exports symbol='xmlTextWriterWriteFormatRaw' type='function'/>
3476 <exports symbol='xmlTextWriterWriteFormatString' type='function'/>
3477 <exports symbol='xmlTextWriterWritePI' type='function'/>
3478 <exports symbol='xmlTextWriterWriteRaw' type='function'/>
3479 <exports symbol='xmlTextWriterWriteRawLen' type='function'/>
3480 <exports symbol='xmlTextWriterWriteString' type='function'/>
3481 <exports symbol='xmlTextWriterWriteVFormatAttribute' type='function'/>
3482 <exports symbol='xmlTextWriterWriteVFormatAttributeNS' type='function'/>
3483 <exports symbol='xmlTextWriterWriteVFormatCDATA' type='function'/>
3484 <exports symbol='xmlTextWriterWriteVFormatComment' type='function'/>
3485 <exports symbol='xmlTextWriterWriteVFormatDTD' type='function'/>
3486 <exports symbol='xmlTextWriterWriteVFormatDTDAttlist' type='function'/>
3487 <exports symbol='xmlTextWriterWriteVFormatDTDElement' type='function'/>
3488 <exports symbol='xmlTextWriterWriteVFormatDTDInternalEntity' type='function'/>
3489 <exports symbol='xmlTextWriterWriteVFormatElement' type='function'/>
3490 <exports symbol='xmlTextWriterWriteVFormatElementNS' type='function'/>
3491 <exports symbol='xmlTextWriterWriteVFormatPI' type='function'/>
3492 <exports symbol='xmlTextWriterWriteVFormatRaw' type='function'/>
3493 <exports symbol='xmlTextWriterWriteVFormatString' type='function'/>
3499 <exports symbol='XML_XPATH_CHECKNS' type='macro'/>
3500 <exports symbol='XML_XPATH_NOVAR' type='macro'/>
3501 <exports symbol='xmlXPathNodeSetGetLength' type='macro'/>
3502 <exports symbol='xmlXPathNodeSetIsEmpty' type='macro'/>
3503 <exports symbol='xmlXPathNodeSetItem' type='macro'/>
3504 <exports symbol='XPATH_BOOLEAN' type='enum'/>
3505 <exports symbol='XPATH_ENCODING_ERROR' type='enum'/>
3506 <exports symbol='XPATH_EXPRESSION_OK' type='enum'/>
3507 <exports symbol='XPATH_EXPR_ERROR' type='enum'/>
3508 <exports symbol='XPATH_FORBID_VARIABLE_ERROR' type='enum'/>
3509 <exports symbol='XPATH_INVALID_ARITY' type='enum'/>
3510 <exports symbol='XPATH_INVALID_CHAR_ERROR' type='enum'/>
3511 <exports symbol='XPATH_INVALID_CTXT' type='enum'/>
3512 <exports symbol='XPATH_INVALID_CTXT_POSITION' type='enum'/>
3513 <exports symbol='XPATH_INVALID_CTXT_SIZE' type='enum'/>
3514 <exports symbol='XPATH_INVALID_OPERAND' type='enum'/>
3515 <exports symbol='XPATH_INVALID_PREDICATE_ERROR' type='enum'/>
3516 <exports symbol='XPATH_INVALID_TYPE' type='enum'/>
3517 <exports symbol='XPATH_LOCATIONSET' type='enum'/>
3518 <exports symbol='XPATH_MEMORY_ERROR' type='enum'/>
3519 <exports symbol='XPATH_NODESET' type='enum'/>
3520 <exports symbol='XPATH_NUMBER' type='enum'/>
3521 <exports symbol='XPATH_NUMBER_ERROR' type='enum'/>
3522 <exports symbol='XPATH_OP_LIMIT_EXCEEDED' type='enum'/>
3523 <exports symbol='XPATH_POINT' type='enum'/>
3524 <exports symbol='XPATH_RANGE' type='enum'/>
3525 <exports symbol='XPATH_RECURSION_LIMIT_EXCEEDED' type='enum'/>
3526 <exports symbol='XPATH_STACK_ERROR' type='enum'/>
3527 <exports symbol='XPATH_START_LITERAL_ERROR' type='enum'/>
3528 <exports symbol='XPATH_STRING' type='enum'/>
3529 <exports symbol='XPATH_UNCLOSED_ERROR' type='enum'/>
3530 <exports symbol='XPATH_UNDEFINED' type='enum'/>
3531 <exports symbol='XPATH_UNDEF_PREFIX_ERROR' type='enum'/>
3532 <exports symbol='XPATH_UNDEF_VARIABLE_ERROR' type='enum'/>
3533 <exports symbol='XPATH_UNFINISHED_LITERAL_ERROR' type='enum'/>
3534 <exports symbol='XPATH_UNKNOWN_FUNC_ERROR' type='enum'/>
3535 <exports symbol='XPATH_USERS' type='enum'/>
3536 <exports symbol='XPATH_VARIABLE_REF_ERROR' type='enum'/>
3537 <exports symbol='XPATH_XSLT_TREE' type='enum'/>
3538 <exports symbol='XPTR_RESOURCE_ERROR' type='enum'/>
3539 <exports symbol='XPTR_SUB_RESOURCE_ERROR' type='enum'/>
3540 <exports symbol='XPTR_SYNTAX_ERROR' type='enum'/>
3541 <exports symbol='xmlNodeSet' type='typedef'/>
3542 <exports symbol='xmlNodeSetPtr' type='typedef'/>
3543 <exports symbol='xmlXPathAxis' type='typedef'/>
3544 <exports symbol='xmlXPathAxisPtr' type='typedef'/>
3545 <exports symbol='xmlXPathCompExpr' type='typedef'/>
3546 <exports symbol='xmlXPathCompExprPtr' type='typedef'/>
3547 <exports symbol='xmlXPathContext' type='typedef'/>
3548 <exports symbol='xmlXPathContextPtr' type='typedef'/>
3549 <exports symbol='xmlXPathError' type='typedef'/>
3550 <exports symbol='xmlXPathFuncPtr' type='typedef'/>
3551 <exports symbol='xmlXPathFunct' type='typedef'/>
3552 <exports symbol='xmlXPathObject' type='typedef'/>
3553 <exports symbol='xmlXPathObjectPtr' type='typedef'/>
3554 <exports symbol='xmlXPathObjectType' type='typedef'/>
3555 <exports symbol='xmlXPathParserContext' type='typedef'/>
3556 <exports symbol='xmlXPathParserContextPtr' type='typedef'/>
3557 <exports symbol='xmlXPathType' type='typedef'/>
3558 <exports symbol='xmlXPathTypePtr' type='typedef'/>
3559 <exports symbol='xmlXPathVariable' type='typedef'/>
3560 <exports symbol='xmlXPathVariablePtr' type='typedef'/>
3561 <exports symbol='_xmlNodeSet' type='struct'/>
3562 <exports symbol='_xmlXPathAxis' type='struct'/>
3563 <exports symbol='_xmlXPathContext' type='struct'/>
3564 <exports symbol='_xmlXPathFunct' type='struct'/>
3565 <exports symbol='_xmlXPathObject' type='struct'/>
3566 <exports symbol='_xmlXPathParserContext' type='struct'/>
3567 <exports symbol='_xmlXPathType' type='struct'/>
3568 <exports symbol='_xmlXPathVariable' type='struct'/>
3569 <exports symbol='xmlXPathNAN' type='variable'/>
3570 <exports symbol='xmlXPathNINF' type='variable'/>
3571 <exports symbol='xmlXPathPINF' type='variable'/>
3572 <exports symbol='xmlXPathAxisFunc' type='function'/>
3573 <exports symbol='xmlXPathCastBooleanToNumber' type='function'/>
3574 <exports symbol='xmlXPathCastBooleanToString' type='function'/>
3575 <exports symbol='xmlXPathCastNodeSetToBoolean' type='function'/>
3576 <exports symbol='xmlXPathCastNodeSetToNumber' type='function'/>
3577 <exports symbol='xmlXPathCastNodeSetToString' type='function'/>
3578 <exports symbol='xmlXPathCastNodeToNumber' type='function'/>
3579 <exports symbol='xmlXPathCastNodeToString' type='function'/>
3580 <exports symbol='xmlXPathCastNumberToBoolean' type='function'/>
3581 <exports symbol='xmlXPathCastNumberToString' type='function'/>
3582 <exports symbol='xmlXPathCastStringToBoolean' type='function'/>
3583 <exports symbol='xmlXPathCastStringToNumber' type='function'/>
3584 <exports symbol='xmlXPathCastToBoolean' type='function'/>
3585 <exports symbol='xmlXPathCastToNumber' type='function'/>
3586 <exports symbol='xmlXPathCastToString' type='function'/>
3587 <exports symbol='xmlXPathCmpNodes' type='function'/>
3588 <exports symbol='xmlXPathCompile' type='function'/>
3589 <exports symbol='xmlXPathCompiledEval' type='function'/>
3590 <exports symbol='xmlXPathCompiledEvalToBoolean' type='function'/>
3591 <exports symbol='xmlXPathContextSetCache' type='function'/>
3592 <exports symbol='xmlXPathConvertBoolean' type='function'/>
3593 <exports symbol='xmlXPathConvertFunc' type='function'/>
3594 <exports symbol='xmlXPathConvertNumber' type='function'/>
3595 <exports symbol='xmlXPathConvertString' type='function'/>
3596 <exports symbol='xmlXPathCtxtCompile' type='function'/>
3597 <exports symbol='xmlXPathEval' type='function'/>
3598 <exports symbol='xmlXPathEvalExpression' type='function'/>
3599 <exports symbol='xmlXPathEvalFunc' type='function'/>
3600 <exports symbol='xmlXPathEvalPredicate' type='function'/>
3601 <exports symbol='xmlXPathFreeCompExpr' type='function'/>
3602 <exports symbol='xmlXPathFreeContext' type='function'/>
3603 <exports symbol='xmlXPathFreeNodeSet' type='function'/>
3604 <exports symbol='xmlXPathFreeNodeSetList' type='function'/>
3605 <exports symbol='xmlXPathFreeObject' type='function'/>
3606 <exports symbol='xmlXPathFuncLookupFunc' type='function'/>
3607 <exports symbol='xmlXPathFunction' type='function'/>
3608 <exports symbol='xmlXPathInit' type='function'/>
3609 <exports symbol='xmlXPathIsInf' type='function'/>
3610 <exports symbol='xmlXPathIsNaN' type='function'/>
3611 <exports symbol='xmlXPathNewContext' type='function'/>
3612 <exports symbol='xmlXPathNodeEval' type='function'/>
3613 <exports symbol='xmlXPathNodeSetCreate' type='function'/>
3614 <exports symbol='xmlXPathObjectCopy' type='function'/>
3615 <exports symbol='xmlXPathOrderDocElems' type='function'/>
3616 <exports symbol='xmlXPathSetContextNode' type='function'/>
3617 <exports symbol='xmlXPathSetErrorHandler' type='function'/>
3618 <exports symbol='xmlXPathVariableLookupFunc' type='function'/>
3624 <exports symbol='CAST_TO_BOOLEAN' type='macro'/>
3625 <exports symbol='CAST_TO_NUMBER' type='macro'/>
3626 <exports symbol='CAST_TO_STRING' type='macro'/>
3627 <exports symbol='CHECK_ARITY' type='macro'/>
3628 <exports symbol='CHECK_ERROR' type='macro'/>
3629 <exports symbol='CHECK_ERROR0' type='macro'/>
3630 <exports symbol='CHECK_TYPE' type='macro'/>
3631 <exports symbol='CHECK_TYPE0' type='macro'/>
3632 <exports symbol='XP_ERROR' type='macro'/>
3633 <exports symbol='XP_ERROR0' type='macro'/>
3634 <exports symbol='xmlXPathCheckError' type='macro'/>
3635 <exports symbol='xmlXPathEmptyNodeSet' type='macro'/>
3636 <exports symbol='xmlXPathGetContextNode' type='macro'/>
3637 <exports symbol='xmlXPathGetDocument' type='macro'/>
3638 <exports symbol='xmlXPathGetError' type='macro'/>
3639 <exports symbol='xmlXPathReturnBoolean' type='macro'/>
3640 <exports symbol='xmlXPathReturnEmptyNodeSet' type='macro'/>
3641 <exports symbol='xmlXPathReturnEmptyString' type='macro'/>
3642 <exports symbol='xmlXPathReturnExternal' type='macro'/>
3643 <exports symbol='xmlXPathReturnFalse' type='macro'/>
3644 <exports symbol='xmlXPathReturnNodeSet' type='macro'/>
3645 <exports symbol='xmlXPathReturnNumber' type='macro'/>
3646 <exports symbol='xmlXPathReturnString' type='macro'/>
3647 <exports symbol='xmlXPathReturnTrue' type='macro'/>
3648 <exports symbol='xmlXPathSetArityError' type='macro'/>
3649 <exports symbol='xmlXPathSetError' type='macro'/>
3650 <exports symbol='xmlXPathSetTypeError' type='macro'/>
3651 <exports symbol='xmlXPathStackIsExternal' type='macro'/>
3652 <exports symbol='xmlXPathStackIsNodeSet' type='macro'/>
3653 <exports symbol='valuePop' type='function'/>
3654 <exports symbol='valuePush' type='function'/>
3655 <exports symbol='xmlXPathAddValues' type='function'/>
3656 <exports symbol='xmlXPathBooleanFunction' type='function'/>
3657 <exports symbol='xmlXPathCeilingFunction' type='function'/>
3658 <exports symbol='xmlXPathCompareValues' type='function'/>
3659 <exports symbol='xmlXPathConcatFunction' type='function'/>
3660 <exports symbol='xmlXPathContainsFunction' type='function'/>
3661 <exports symbol='xmlXPathCountFunction' type='function'/>
3662 <exports symbol='xmlXPathDebugDumpCompExpr' type='function'/>
3663 <exports symbol='xmlXPathDebugDumpObject' type='function'/>
3664 <exports symbol='xmlXPathDifference' type='function'/>
3665 <exports symbol='xmlXPathDistinct' type='function'/>
3666 <exports symbol='xmlXPathDistinctSorted' type='function'/>
3667 <exports symbol='xmlXPathDivValues' type='function'/>
3668 <exports symbol='xmlXPathEqualValues' type='function'/>
3669 <exports symbol='xmlXPathErr' type='function'/>
3670 <exports symbol='xmlXPathEvalExpr' type='function'/>
3671 <exports symbol='xmlXPathEvaluatePredicateResult' type='function'/>
3672 <exports symbol='xmlXPathFalseFunction' type='function'/>
3673 <exports symbol='xmlXPathFloorFunction' type='function'/>
3674 <exports symbol='xmlXPathFreeParserContext' type='function'/>
3675 <exports symbol='xmlXPathFunctionLookup' type='function'/>
3676 <exports symbol='xmlXPathFunctionLookupNS' type='function'/>
3677 <exports symbol='xmlXPathHasSameNodes' type='function'/>
3678 <exports symbol='xmlXPathIdFunction' type='function'/>
3679 <exports symbol='xmlXPathIntersection' type='function'/>
3680 <exports symbol='xmlXPathIsNodeType' type='function'/>
3681 <exports symbol='xmlXPathLangFunction' type='function'/>
3682 <exports symbol='xmlXPathLastFunction' type='function'/>
3683 <exports symbol='xmlXPathLeading' type='function'/>
3684 <exports symbol='xmlXPathLeadingSorted' type='function'/>
3685 <exports symbol='xmlXPathLocalNameFunction' type='function'/>
3686 <exports symbol='xmlXPathModValues' type='function'/>
3687 <exports symbol='xmlXPathMultValues' type='function'/>
3688 <exports symbol='xmlXPathNamespaceURIFunction' type='function'/>
3689 <exports symbol='xmlXPathNewBoolean' type='function'/>
3690 <exports symbol='xmlXPathNewCString' type='function'/>
3691 <exports symbol='xmlXPathNewFloat' type='function'/>
3692 <exports symbol='xmlXPathNewNodeSet' type='function'/>
3693 <exports symbol='xmlXPathNewNodeSetList' type='function'/>
3694 <exports symbol='xmlXPathNewParserContext' type='function'/>
3695 <exports symbol='xmlXPathNewString' type='function'/>
3696 <exports symbol='xmlXPathNewValueTree' type='function'/>
3697 <exports symbol='xmlXPathNextAncestor' type='function'/>
3698 <exports symbol='xmlXPathNextAncestorOrSelf' type='function'/>
3699 <exports symbol='xmlXPathNextAttribute' type='function'/>
3700 <exports symbol='xmlXPathNextChild' type='function'/>
3701 <exports symbol='xmlXPathNextDescendant' type='function'/>
3702 <exports symbol='xmlXPathNextDescendantOrSelf' type='function'/>
3703 <exports symbol='xmlXPathNextFollowing' type='function'/>
3704 <exports symbol='xmlXPathNextFollowingSibling' type='function'/>
3705 <exports symbol='xmlXPathNextNamespace' type='function'/>
3706 <exports symbol='xmlXPathNextParent' type='function'/>
3707 <exports symbol='xmlXPathNextPreceding' type='function'/>
3708 <exports symbol='xmlXPathNextPrecedingSibling' type='function'/>
3709 <exports symbol='xmlXPathNextSelf' type='function'/>
3710 <exports symbol='xmlXPathNodeLeading' type='function'/>
3711 <exports symbol='xmlXPathNodeLeadingSorted' type='function'/>
3712 <exports symbol='xmlXPathNodeSetAdd' type='function'/>
3713 <exports symbol='xmlXPathNodeSetAddNs' type='function'/>
3714 <exports symbol='xmlXPathNodeSetAddUnique' type='function'/>
3715 <exports symbol='xmlXPathNodeSetContains' type='function'/>
3716 <exports symbol='xmlXPathNodeSetDel' type='function'/>
3717 <exports symbol='xmlXPathNodeSetFreeNs' type='function'/>
3718 <exports symbol='xmlXPathNodeSetMerge' type='function'/>
3719 <exports symbol='xmlXPathNodeSetRemove' type='function'/>
3720 <exports symbol='xmlXPathNodeSetSort' type='function'/>
3721 <exports symbol='xmlXPathNodeTrailing' type='function'/>
3722 <exports symbol='xmlXPathNodeTrailingSorted' type='function'/>
3723 <exports symbol='xmlXPathNormalizeFunction' type='function'/>
3724 <exports symbol='xmlXPathNotEqualValues' type='function'/>
3725 <exports symbol='xmlXPathNotFunction' type='function'/>
3726 <exports symbol='xmlXPathNsLookup' type='function'/>
3727 <exports symbol='xmlXPathNumberFunction' type='function'/>
3728 <exports symbol='xmlXPathParseNCName' type='function'/>
3729 <exports symbol='xmlXPathParseName' type='function'/>
3730 <exports symbol='xmlXPathPopBoolean' type='function'/>
3731 <exports symbol='xmlXPathPopExternal' type='function'/>
3732 <exports symbol='xmlXPathPopNodeSet' type='function'/>
3733 <exports symbol='xmlXPathPopNumber' type='function'/>
3734 <exports symbol='xmlXPathPopString' type='function'/>
3735 <exports symbol='xmlXPathPositionFunction' type='function'/>
3736 <exports symbol='xmlXPathRegisterAllFunctions' type='function'/>
3737 <exports symbol='xmlXPathRegisterFunc' type='function'/>
3738 <exports symbol='xmlXPathRegisterFuncLookup' type='function'/>
3739 <exports symbol='xmlXPathRegisterFuncNS' type='function'/>
3740 <exports symbol='xmlXPathRegisterNs' type='function'/>
3741 <exports symbol='xmlXPathRegisterVariable' type='function'/>
3742 <exports symbol='xmlXPathRegisterVariableLookup' type='function'/>
3743 <exports symbol='xmlXPathRegisterVariableNS' type='function'/>
3744 <exports symbol='xmlXPathRegisteredFuncsCleanup' type='function'/>
3745 <exports symbol='xmlXPathRegisteredNsCleanup' type='function'/>
3746 <exports symbol='xmlXPathRegisteredVariablesCleanup' type='function'/>
3747 <exports symbol='xmlXPathRoot' type='function'/>
3748 <exports symbol='xmlXPathRoundFunction' type='function'/>
3749 <exports symbol='xmlXPathStartsWithFunction' type='function'/>
3750 <exports symbol='xmlXPathStringEvalNumber' type='function'/>
3751 <exports symbol='xmlXPathStringFunction' type='function'/>
3752 <exports symbol='xmlXPathStringLengthFunction' type='function'/>
3753 <exports symbol='xmlXPathSubValues' type='function'/>
3754 <exports symbol='xmlXPathSubstringAfterFunction' type='function'/>
3755 <exports symbol='xmlXPathSubstringBeforeFunction' type='function'/>
3756 <exports symbol='xmlXPathSubstringFunction' type='function'/>
3757 <exports symbol='xmlXPathSumFunction' type='function'/>
3758 <exports symbol='xmlXPathTrailing' type='function'/>
3759 <exports symbol='xmlXPathTrailingSorted' type='function'/>
3760 <exports symbol='xmlXPathTranslateFunction' type='function'/>
3761 <exports symbol='xmlXPathTrueFunction' type='function'/>
3762 <exports symbol='xmlXPathValueFlipSign' type='function'/>
3763 <exports symbol='xmlXPathVariableLookup' type='function'/>
3764 <exports symbol='xmlXPathVariableLookupNS' type='function'/>
3765 <exports symbol='xmlXPathWrapCString' type='function'/>
3766 <exports symbol='xmlXPathWrapExternal' type='function'/>
3767 <exports symbol='xmlXPathWrapNodeSet' type='function'/>
3768 <exports symbol='xmlXPathWrapString' type='function'/>
3769 <exports symbol='xmlXPatherror' type='function'/>
3775 <exports symbol='xmlLocationSet' type='typedef'/>
3776 <exports symbol='xmlLocationSetPtr' type='typedef'/>
3777 <exports symbol='_xmlLocationSet' type='struct'/>
3778 <exports symbol='xmlXPtrBuildNodeList' type='function'/>
3779 <exports symbol='xmlXPtrEval' type='function'/>
3780 <exports symbol='xmlXPtrEvalRangePredicate' type='function'/>
3781 <exports symbol='xmlXPtrFreeLocationSet' type='function'/>
3782 <exports symbol='xmlXPtrLocationSetAdd' type='function'/>
3783 <exports symbol='xmlXPtrLocationSetCreate' type='function'/>
3784 <exports symbol='xmlXPtrLocationSetDel' type='function'/>
3785 <exports symbol='xmlXPtrLocationSetMerge' type='function'/>
3786 <exports symbol='xmlXPtrLocationSetRemove' type='function'/>
3787 <exports symbol='xmlXPtrNewCollapsedRange' type='function'/>
3788 <exports symbol='xmlXPtrNewContext' type='function'/>
3789 <exports symbol='xmlXPtrNewLocationSetNodeSet' type='function'/>
3790 <exports symbol='xmlXPtrNewLocationSetNodes' type='function'/>
3791 <exports symbol='xmlXPtrNewRange' type='function'/>
3792 <exports symbol='xmlXPtrNewRangeNodeObject' type='function'/>
3793 <exports symbol='xmlXPtrNewRangeNodePoint' type='function'/>
3794 <exports symbol='xmlXPtrNewRangeNodes' type='function'/>
3795 <exports symbol='xmlXPtrNewRangePointNode' type='function'/>
3796 <exports symbol='xmlXPtrNewRangePoints' type='function'/>
3797 <exports symbol='xmlXPtrRangeToFunction' type='function'/>
3798 <exports symbol='xmlXPtrWrapLocationSet' type='function'/>
3805 <macro name='BASE_BUFFER_SIZE' file='tree'>
3857 <info>Macro to check [0-9]</info>
3861 <info>Macro to check [a-zA-Z]</info>
3881 …on in the XML spec: [2] Char ::= #x9 | #xA | #xD | [#x20-#xD7FF] | [#xE000-#xFFFD] | [#x10000-#x1…
3885 <info>Behaves like IS_CHAR on single-byte value</info>
3905 …2D1 | #x0387 | #x0640 | #x0E46 | #x0EC6 | #x3005 | [#x3031-#x3035] | [#x309D-#x309E] | [#x30FC-#x3…
3909 <info>Behaves like IS_EXTENDER but with a single-byte argument</info>
3913 …ing production in the XML spec: [86] Ideographic ::= [#x4E00-#x9FA5] | #x3007 | [#x3021-#x3029]<…
3925 …roduction in the XML spec: [13] PubidChar ::= #x20 | #xD | #xA | [a-zA-Z0-9] | [-'()+,./:=?…
3929 <info>Same as IS_PUBIDCHAR but for single-byte value</info>
3932 <macro name='LIBXML2_NEW_BUFFER' file='tree'>
3966 <info>Whether ISO-8859-* support is made available in case iconv is not</info>
4008 <info>Whether the allocation hooks are per-thread</info>
4014 <info>Whether the DOM like tree manipulation API support is configured in</info>
4095 <macro name='XML_GET_CONTENT' file='tree'>
4098 <macro name='XML_GET_LINE' file='tree'>
4101 <macro name='XML_LOCAL_NAMESPACE' file='tree'>
4120 …<info>Maximum size allowed for a single text node when building a tree. This is not a limitation o…
4348 …<info>the simpleType has a variety of "absent". TODO: Actually not necessary :-/, since …
4360 <info>a whitespace-facet value of "collapse"</info>
4363 <info>a whitespace-facet value of "preserve"</info>
4366 <info>a whitespace-facet value of "replace"</info>
4383 <macro name='XML_XML_ID' file='tree'>
4386 <macro name='XML_XML_NAMESPACE' file='tree'>
4416 <macro name='xmlChildrenNode' file='tree'>
4475 <macro name='xmlRootNode' file='tree'>
4489 <info>Empties a node-set.</info>
4490 <arg name='ns' info='a node-set'/>
4505 …ctionality similar to the DOM NodeList.length. Returns the number of nodes in the node-set.</info>
4506 <arg name='ns' info='a node-set'/>
4509 <info>Checks whether @ns is empty or not. Returns %TRUE if @ns is an empty node-set.</info>
4510 <arg name='ns' info='a node-set'/>
4513 … the xmlNodePtr at the given @index in @ns or NULL if @index is out of range (0 to length-1)</info>
4514 <arg name='ns' info='a node-set'/>
4523 <info>Pushes an empty node-set on the context stack.</info>
4540 <info>Pushes the node-set @ns on the context stack.</info>
4542 <arg name='ns' info='a node-set'/>
4576 … XPath stack is a node set or an XSLT value tree. Returns true if the current object on the stack…
4605 <enum name='XML_ATTRIBUTE_CDATA' file='tree' value='1' type='xmlAttributeType'/>
4606 <enum name='XML_ATTRIBUTE_DECL' file='tree' value='16' type='xmlElementType'/>
4607 <enum name='XML_ATTRIBUTE_ENTITIES' file='tree' value='6' type='xmlAttributeType'/>
4608 <enum name='XML_ATTRIBUTE_ENTITY' file='tree' value='5' type='xmlAttributeType'/>
4609 <enum name='XML_ATTRIBUTE_ENUMERATION' file='tree' value='9' type='xmlAttributeType'/>
4610 <enum name='XML_ATTRIBUTE_FIXED' file='tree' value='4' type='xmlAttributeDefault'/>
4611 <enum name='XML_ATTRIBUTE_ID' file='tree' value='2' type='xmlAttributeType'/>
4612 <enum name='XML_ATTRIBUTE_IDREF' file='tree' value='3' type='xmlAttributeType'/>
4613 <enum name='XML_ATTRIBUTE_IDREFS' file='tree' value='4' type='xmlAttributeType'/>
4614 <enum name='XML_ATTRIBUTE_IMPLIED' file='tree' value='3' type='xmlAttributeDefault'/>
4615 <enum name='XML_ATTRIBUTE_NMTOKEN' file='tree' value='7' type='xmlAttributeType'/>
4616 <enum name='XML_ATTRIBUTE_NMTOKENS' file='tree' value='8' type='xmlAttributeType'/>
4617 <enum name='XML_ATTRIBUTE_NODE' file='tree' value='2' type='xmlElementType'/>
4618 <enum name='XML_ATTRIBUTE_NONE' file='tree' value='1' type='xmlAttributeDefault'/>
4619 <enum name='XML_ATTRIBUTE_NOTATION' file='tree' value='10' type='xmlAttributeType'/>
4620 <enum name='XML_ATTRIBUTE_REQUIRED' file='tree' value='2' type='xmlAttributeDefault'/>
4621 …<enum name='XML_BUFFER_ALLOC_BOUNDED' file='tree' value='6' type='xmlBufferAllocationScheme' info=…
4622 …<enum name='XML_BUFFER_ALLOC_DOUBLEIT' file='tree' value='1' type='xmlBufferAllocationScheme' info…
4623 …<enum name='XML_BUFFER_ALLOC_EXACT' file='tree' value='2' type='xmlBufferAllocationScheme' info='g…
4624 …<enum name='XML_BUFFER_ALLOC_HYBRID' file='tree' value='5' type='xmlBufferAllocationScheme' info='…
4625 …<enum name='XML_BUFFER_ALLOC_IMMUTABLE' file='tree' value='3' type='xmlBufferAllocationScheme' inf…
4626 …<enum name='XML_BUFFER_ALLOC_IO' file='tree' value='4' type='xmlBufferAllocationScheme' info='spec…
4649 <enum name='XML_CDATA_SECTION_NODE' file='tree' value='4' type='xmlElementType'/>
4650 …='XML_CHAR_ENCODING_2022_JP' file='encoding' value='19' type='xmlCharEncoding' info='ISO-2022-JP'/>
4651 …_ENCODING_8859_1' file='encoding' value='10' type='xmlCharEncoding' info='ISO-8859-1 ISO Latin 1'/>
4652 …_ENCODING_8859_2' file='encoding' value='11' type='xmlCharEncoding' info='ISO-8859-2 ISO Latin 2'/>
4653 …me='XML_CHAR_ENCODING_8859_3' file='encoding' value='12' type='xmlCharEncoding' info='ISO-8859-3'/>
4654 …me='XML_CHAR_ENCODING_8859_4' file='encoding' value='13' type='xmlCharEncoding' info='ISO-8859-4'/>
4655 …me='XML_CHAR_ENCODING_8859_5' file='encoding' value='14' type='xmlCharEncoding' info='ISO-8859-5'/>
4656 …me='XML_CHAR_ENCODING_8859_6' file='encoding' value='15' type='xmlCharEncoding' info='ISO-8859-6'/>
4657 …me='XML_CHAR_ENCODING_8859_7' file='encoding' value='16' type='xmlCharEncoding' info='ISO-8859-7'/>
4658 …me='XML_CHAR_ENCODING_8859_8' file='encoding' value='17' type='xmlCharEncoding' info='ISO-8859-8'/>
4659 …me='XML_CHAR_ENCODING_8859_9' file='encoding' value='18' type='xmlCharEncoding' info='ISO-8859-9'/>
4662 …<enum name='XML_CHAR_ENCODING_ERROR' file='encoding' value='-1' type='xmlCharEncoding' info='No ch…
4663 …m name='XML_CHAR_ENCODING_EUC_JP' file='encoding' value='21' type='xmlCharEncoding' info='EUC-JP'/>
4666 …<enum name='XML_CHAR_ENCODING_UCS2' file='encoding' value='9' type='xmlCharEncoding' info='UCS-2'/>
4667 …ML_CHAR_ENCODING_UCS4BE' file='encoding' value='5' type='xmlCharEncoding' info='UCS-4 big endian'/>
4668 …CHAR_ENCODING_UCS4LE' file='encoding' value='4' type='xmlCharEncoding' info='UCS-4 little endian'/>
4669 …NCODING_UCS4_2143' file='encoding' value='7' type='xmlCharEncoding' info='UCS-4 unusual ordering'/>
4670 …NCODING_UCS4_3412' file='encoding' value='8' type='xmlCharEncoding' info='UCS-4 unusual ordering'/>
4671 …_CHAR_ENCODING_UTF16BE' file='encoding' value='3' type='xmlCharEncoding' info='UTF-16 big endian'/>
4672 …AR_ENCODING_UTF16LE' file='encoding' value='2' type='xmlCharEncoding' info='UTF-16 little endian'/>
4673 …<enum name='XML_CHAR_ENCODING_UTF8' file='encoding' value='1' type='xmlCharEncoding' info='UTF-8'/>
4712 <enum name='XML_COMMENT_NODE' file='tree' value='8' type='xmlElementType'/>
4713 <enum name='XML_DOCUMENT_FRAG_NODE' file='tree' value='11' type='xmlElementType'/>
4714 <enum name='XML_DOCUMENT_NODE' file='tree' value='9' type='xmlElementType'/>
4715 <enum name='XML_DOCUMENT_TYPE_NODE' file='tree' value='10' type='xmlElementType' info='unused'/>
4716 …<enum name='XML_DOC_DTDVALID' file='tree' value='8' type='xmlDocProperties' info='DTD validation w…
4717 …<enum name='XML_DOC_HTML' file='tree' value='128' type='xmlDocProperties' info=' parsed or built H…
4718 …<enum name='XML_DOC_INTERNAL' file='tree' value='64' type='xmlDocProperties' info='built for inter…
4719 …<enum name='XML_DOC_NSVALID' file='tree' value='2' type='xmlDocProperties' info='document is Names…
4720 …<enum name='XML_DOC_OLD10' file='tree' value='4' type='xmlDocProperties' info='parsed with old XML…
4721 …<enum name='XML_DOC_USERBUILT' file='tree' value='32' type='xmlDocProperties' info='Document was b…
4723 …<enum name='XML_DOC_WELLFORMED' file='tree' value='1' type='xmlDocProperties' info='document is XM…
4724 …<enum name='XML_DOC_XINCLUDE' file='tree' value='16' type='xmlDocProperties' info='XInclude substi…
4747 <enum name='XML_DTD_NODE' file='tree' value='14' type='xmlElementType'/>
4768 <enum name='XML_ELEMENT_CONTENT_ELEMENT' file='tree' value='2' type='xmlElementContentType'/>
4769 <enum name='XML_ELEMENT_CONTENT_MULT' file='tree' value='3' type='xmlElementContentOccur'/>
4770 <enum name='XML_ELEMENT_CONTENT_ONCE' file='tree' value='1' type='xmlElementContentOccur'/>
4771 <enum name='XML_ELEMENT_CONTENT_OPT' file='tree' value='2' type='xmlElementContentOccur'/>
4772 <enum name='XML_ELEMENT_CONTENT_OR' file='tree' value='4' type='xmlElementContentType'/>
4773 <enum name='XML_ELEMENT_CONTENT_PCDATA' file='tree' value='1' type='xmlElementContentType'/>
4774 <enum name='XML_ELEMENT_CONTENT_PLUS' file='tree' value='4' type='xmlElementContentOccur'/>
4775 <enum name='XML_ELEMENT_CONTENT_SEQ' file='tree' value='3' type='xmlElementContentType'/>
4776 <enum name='XML_ELEMENT_DECL' file='tree' value='15' type='xmlElementType'/>
4777 <enum name='XML_ELEMENT_NODE' file='tree' value='1' type='xmlElementType'/>
4778 <enum name='XML_ELEMENT_TYPE_ANY' file='tree' value='2' type='xmlElementTypeVal'/>
4779 <enum name='XML_ELEMENT_TYPE_ELEMENT' file='tree' value='4' type='xmlElementTypeVal'/>
4780 <enum name='XML_ELEMENT_TYPE_EMPTY' file='tree' value='1' type='xmlElementTypeVal'/>
4781 <enum name='XML_ELEMENT_TYPE_MIXED' file='tree' value='3' type='xmlElementTypeVal'/>
4782 <enum name='XML_ELEMENT_TYPE_UNDEFINED' file='tree' value='0' type='xmlElementTypeVal'/>
4783 <enum name='XML_ENC_ERR_INPUT' file='encoding' value='-2' type='xmlCharEncError'/>
4784 <enum name='XML_ENC_ERR_INTERNAL' file='encoding' value='-4' type='xmlCharEncError'/>
4785 <enum name='XML_ENC_ERR_MEMORY' file='encoding' value='-5' type='xmlCharEncError'/>
4786 <enum name='XML_ENC_ERR_PARTIAL' file='encoding' value='-3' type='xmlCharEncError'/>
4787 <enum name='XML_ENC_ERR_SPACE' file='encoding' value='-1' type='xmlCharEncError'/>
4789 <enum name='XML_ENTITY_DECL' file='tree' value='17' type='xmlElementType'/>
4790 <enum name='XML_ENTITY_NODE' file='tree' value='6' type='xmlElementType' info='unused'/>
4791 <enum name='XML_ENTITY_REF_NODE' file='tree' value='5' type='xmlElementType'/>
4932 …FROM_RELAXNGP' file='xmlerror' value='18' type='xmlErrorDomain' info='The Relax-NG parser module'/>
4933 …M_RELAXNGV' file='xmlerror' value='19' type='xmlErrorDomain' info='The Relax-NG validator module'/>
4937 …<enum name='XML_FROM_TREE' file='xmlerror' value='2' type='xmlErrorDomain' info='The tree module'/>
4949 <enum name='XML_HTML_DOCUMENT_NODE' file='tree' value='13' type='xmlElementType'/>
5026 <enum name='XML_NAMESPACE_DECL' file='tree' value='18' type='xmlElementType'/>
5027 <enum name='XML_NOTATION_NODE' file='tree' value='12' type='xmlElementType' info='unused'/>
5043 …<enum name='XML_PARSER_EOF' file='parser' value='-1' type='xmlParserInputState' info='nothing is t…
5063 the tree allowed afterwards (will possibly
5064 crash if you try to modify the tree)'/>
5082 …0' file='parser' value='131072' type='xmlParserOption' info='parse using XML-1.0 before update 5'/>
5097 <enum name='XML_PI_NODE' file='tree' value='7' type='xmlElementType'/>
5293 …NSIG' file='xmlsave' value='128' type='xmlSaveOption' info=' format with non-significant whitespac…
5370 …me='XML_SCHEMAP_INTERNAL' file='xmlerror' value='3069' type='xmlParserErrors' info='3069 non-W3C'/>
5392 …CHEMAP_NOT_DETERMINISTIC' file='xmlerror' value='3070' type='xmlParserErrors' info='3070 non-W3C'/>
5677 …TYPE_BASIC' file='schemasInternals' value='1' type='xmlSchemaTypeType' info='A built-in datatype'/>
5710 <enum name='XML_TEXT_NODE' file='tree' value='3' type='xmlElementType'/>
5761 …<enum name='XML_XINCLUDE_END' file='tree' value='20' type='xmlElementType' info=' XML_DOCB_DOCUMEN…
5774 <enum name='XML_XINCLUDE_START' file='tree' value='19' type='xmlElementType'/>
5839 …TREE' file='xpath' value='9' type='xmlXPathObjectType' info=' An XSLT value tree, non modifiable'/>
5863 <field name='subelts' type='const char **' info=' allowed sub-elements of this element'/>
5864 <field name='defaultsubelt' type='const char *' info=' subelement for suggested auto-repair
5899 <struct name='xmlAttr' file='tree' type='struct _xmlAttr'>
5905 <field name='parent' type='struct _xmlNode *' info=' child->parent link'/>
5915 <typedef name='xmlAttrPtr' file='tree' type='xmlAttr *'/>
5916 <struct name='xmlAttribute' file='tree' type='struct _xmlAttribute'>
5922 <field name='parent' type='struct _xmlDtd *' info=' -> DTD'/>
5930 <field name='tree' type='xmlEnumerationPtr' info=' or the enumeration tree if any'/>
5934 <typedef name='xmlAttributeDefault' file='tree' type='enum'/>
5935 <typedef name='xmlAttributePtr' file='tree' type='xmlAttribute *'/>
5938 <typedef name='xmlAttributeType' file='tree' type='enum'/>
5947 <struct name='xmlBuf' file='tree' type='struct _xmlBuf'/>
5948 <typedef name='xmlBufPtr' file='tree' type='xmlBuf *'>
5951 <struct name='xmlBuffer' file='tree' type='struct _xmlBuffer'>
5958 <typedef name='xmlBufferAllocationScheme' file='tree' type='enum'/>
5959 <typedef name='xmlBufferPtr' file='tree' type='xmlBuffer *'/>
5983 …<info>This is a basic byte in an UTF-8 encoded string. It's unsigned allowing to pinpoint cas…
5997 <struct name='xmlDOMWrapCtxt' file='tree' type='struct _xmlDOMWrapCtxt'>
6003 …='namespaceMap' type='void *' info='* Use this one to acquire an xmlNsPtr intended for node->ns.
6004 * (Note that this is not intended for elem->nsDef).
6008 <typedef name='xmlDOMWrapCtxtPtr' file='tree' type='xmlDOMWrapCtxt *'/>
6011 <struct name='xmlDoc' file='tree' type='struct _xmlDoc'>
6015 <field name='children' type='struct _xmlNode *' info=' the document tree'/>
6017 <field name='parent' type='struct _xmlNode *' info=' child->parent link'/>
6025 -1 if there is no XML declaration
6026 -2 if there is an XML declaration, but no
6044 <typedef name='xmlDocProperties' file='tree' type='enum'/>
6045 <typedef name='xmlDocPtr' file='tree' type='xmlDoc *'/>
6046 <struct name='xmlDtd' file='tree' type='struct _xmlDtd'>
6052 <field name='parent' type='struct _xmlDoc *' info=' child->parent link'/>
6064 <typedef name='xmlDtdPtr' file='tree' type='xmlDtd *'/>
6065 <struct name='xmlElement' file='tree' type='struct _xmlElement'>
6071 <field name='parent' type='struct _xmlDtd *' info=' -> DTD'/>
6082 <struct name='xmlElementContent' file='tree' type='struct _xmlElementContent'>
6091 <typedef name='xmlElementContentOccur' file='tree' type='enum'/>
6092 <typedef name='xmlElementContentPtr' file='tree' type='xmlElementContent *'/>
6093 <typedef name='xmlElementContentType' file='tree' type='enum'/>
6094 <typedef name='xmlElementPtr' file='tree' type='xmlElement *'/>
6097 <typedef name='xmlElementType' file='tree' type='enum'/>
6098 <typedef name='xmlElementTypeVal' file='tree' type='enum'/>
6101 <struct name='xmlEntity' file='tree' type='struct _xmlEntity'>
6107 <field name='parent' type='struct _xmlDtd *' info=' -> DTD'/>
6123 <typedef name='xmlEntityPtr' file='tree' type='xmlEntity *'/>
6125 <struct name='xmlEnumeration' file='tree' type='struct _xmlEnumeration'>
6129 <typedef name='xmlEnumerationPtr' file='tree' type='xmlEnumeration *'/>
6133 <field name='message' type='char *' info=' human-readable informative error message'/>
6143 <field name='node' type='void *' info=' the node in the tree'/>
6158 <struct name='xmlID' file='tree' type='struct _xmlID'>
6166 <typedef name='xmlIDPtr' file='tree' type='xmlID *'/>
6186 <struct name='xmlNode' file='tree' type='struct _xmlNode'>
6190 <field name='children' type='struct _xmlNode *' info=' parent->childs link'/>
6192 <field name='parent' type='struct _xmlNode *' info=' child->parent link'/>
6204 <typedef name='xmlNodePtr' file='tree' type='xmlNode *'/>
6211 <struct name='xmlNotation' file='tree' type='struct _xmlNotation'>
6216 <typedef name='xmlNotationPtr' file='tree' type='xmlNotation *'/>
6219 <struct name='xmlNs' file='tree' type='struct _xmlNs'>
6227 <typedef name='xmlNsPtr' file='tree' type='xmlNs *'/>
6228 <typedef name='xmlNsType' file='tree' type='xmlElementType'/>
6229 <struct name='xmlOutputBuffer' file='tree' type='struct _xmlOutputBuffer'>
6233 <field name='encoder' type='xmlCharEncodingHandlerPtr' info=' I18N conversions to UTF-8'/>
6234 <field name='buffer' type='xmlBufPtr' info=' Local buffer encoded in UTF-8 or ISOLatin'/>
6239 <typedef name='xmlOutputBufferPtr' file='tree' type='xmlOutputBuffer *'/>
6240 <struct name='xmlParserCtxt' file='tree' type='struct _xmlParserCtxt'>
6304 <field name='docdict' type='int' info='* pre-interned strings
6317 <field name='attsSpecial' type='xmlHashTablePtr' info=' non-CDATA attributes if any'/>
6321 <field name='dictNames' type='int' info=' Use dictionary names for the tree'/>
6330 …ties' type='unsigned long' info=' size of external entities for use by HTML non-recursive parser'/>
6347 <typedef name='xmlParserCtxtPtr' file='tree' type='xmlParserCtxt *'/>
6349 <struct name='xmlParserInput' file='tree' type='struct _xmlParserInput'>
6350 <field name='buf' type='xmlParserInputBufferPtr' info=' UTF-8 encoded buffer'/>
6368 <struct name='xmlParserInputBuffer' file='tree' type='struct _xmlParserInputBuffer'>
6372 <field name='encoder' type='xmlCharEncodingHandlerPtr' info=' I18N conversions to UTF-8'/>
6373 <field name='buffer' type='xmlBufPtr' info=' Local buffer encoded in UTF-8'/>
6375 <field name='compressed' type='int' info=' -1=unknown, 0=not compressed, 1=compressed'/>
6379 <typedef name='xmlParserInputBufferPtr' file='tree' type='xmlParserInputBuffer *'/>
6380 <typedef name='xmlParserInputPtr' file='tree' type='xmlParserInput *'/>
6407 <struct name='xmlRef' file='tree' type='struct _xmlRef'>
6414 <typedef name='xmlRefPtr' file='tree' type='xmlRef *'/>
6433 <struct name='xmlSAXHandler' file='tree' type='struct _xmlSAXHandler'>
6481 <typedef name='xmlSAXHandlerPtr' file='tree' type='xmlSAXHandler *'/>
6513 <struct name='xmlSAXLocator' file='tree' type='struct _xmlSAXLocator'>
6519 <typedef name='xmlSAXLocatorPtr' file='tree' type='xmlSAXLocator *'/>
6543 <field name='idcDef' type='xmlHashTablePtr' info=' All identity-constraint defs.'/>
6624 <field name='idcs' type='void *' info=' The identity-constraint defs'/>
6681 <field name='builtInType' type='int' info=' Type of built-in types.'/>
6682 <field name='memberTypes' type='xmlSchemaTypeLinkPtr' info=' member-types if a union type.'/>
6761 <field name='query' type='char *' info=' the query string (deprecated - use with caution)'/>
6777 …' type='int' info=' temporary validity check result state state used for non-determinist content v…
6891 …l be removed from future versions. Default old SAX v1 handler for HTML, builds the DOM tree</info>
6897 … be removed from future versions. Default SAX version1 handler for XML, builds the DOM tree</info>
6941 …<info>Take a block of UTF-8 chars in and try to convert it to an ASCII plus HTML entities block of…
6942 …<return type='int' info='0 if success, -2 if the transcoding fails, or -1 otherwise The value of @…
6945 <arg name='in' type='const unsigned char *' info='a pointer to an array of UTF-8 chars'/>
6950 …<info>Take a block of UTF-8 chars in and try to convert it to an ISO Latin 1 block of chars out.</…
6954 <arg name='in' type='const unsigned char *' info='a pointer to an array of UTF-8 chars'/>
6975 <arg name='tree' type='xmlEnumerationPtr' info='the tree of enumerated value set'/>
6986 <arg name='tree' type='xmlEnumerationPtr' info='the tree of enumerated value set'/>
7052 <arg name='content' type='xmlElementContentPtr' info='the element value tree'/>
7060 <arg name='content' type='xmlElementContentPtr' info='the element value tree'/>
7159 …<arg name='filename' type='const char *' info='the file name (including "->" when lin…
7217 …<info>Provides the public ID e.g. "-//SGMLSOURCE//DTD DEMO//EN" DEPRECATED: use xmlSAX2G…
7275 …-NULL encoding overrides encoding declarations in the document. Automatic support for ZLIB/Compre…
7282 …ewParserCtxt and htmlCtxtReadMemory. Create a parser context for an HTML in-memory document. The …
7300 …<info>Parse an HTML document and return the resulting document tree. Available since 2.13.0.</inf…
7301 <return type='htmlDocPtr' info='the resulting document tree or NULL'/>
7307 …<info>Parse an HTML in-memory document and build a tree. See htmlCtxtUseOptions for details.</inf…
7308 <return type='htmlDocPtr' info='the resulting document tree'/>
7317 …<info>Parse an HTML from a file descriptor and build a tree. See htmlCtxtUseOptions for details. …
7318 <return type='htmlDocPtr' info='the resulting document tree'/>
7327 …<info>Parse an HTML file from the filesystem, the network or a user-defined resource loader. See …
7328 <return type='htmlDocPtr' info='the resulting document tree'/>
7336 …<info>Parse an HTML document from I/O functions and source and build a tree. See xmlNewInputIO an…
7337 <return type='htmlDocPtr' info='the resulting document tree'/>
7348 …<info>Parse an HTML in-memory document and build a tree. The input buffer must not contain any ter…
7349 <return type='htmlDocPtr' info='the resulting document tree'/>
7372 … <info>DEPRECATED: This function is a no-op. Call xmlInitParser to initialize the library.</info>
7395 <return type='int' info='the number of byte written or -1 in case of failure.'/>
7418 …<info>Checks whether an HTML element may be a direct child of a parent element. Note - doesn'…
7432 …<info>Take a block of UTF-8 chars in and try to convert it to an ASCII plus HTML entities block of…
7433 …<return type='int' info='0 if success, -2 if the transcoding fails, or -1 otherwise The value of @…
7436 <arg name='in' type='const unsigned char *' info='a pointer to an array of UTF-8 chars'/>
7454 …<info>Free all the memory used by a parser context. However the parsed document in ctxt->myDoc …
7472 <info>DEPRECATED: This is a no-op.</info>
7515 …port older versions, it's best to invoke htmlNewParserCtxt and set ctxt->sax with struct a…
7523 <return type='int' info='the number of byte written or -1 in case of error'/>
7539 <return type='int' info='the number of byte written or -1 in case of failure.'/>
7567 …<info>Checks whether the tree node is valid. Experimental (the author only uses the HTML enhancem…
7569 <arg name='node' type='htmlNodePtr' info='an htmlNodePtr in a tree'/>
7574 …eclarations [66] CharRef ::= '&#' [0-9]+ ';' | '&#x' [0-9a-…
7580 …ill be available in ctxt->myDoc. This pointer will not be freed by the library. If the documen…
7589 …<info>DEPRECATED: Use htmlReadDoc. Parse an HTML in-memory document and build a tree. This funct…
7590 <return type='htmlDocPtr' info='the resulting document tree'/>
7596 …u're only interested in custom SAX callbacks. If you want a document tree, use htmlCtxtParseD…
7597 <return type='int' info='0, -1 in case of error.'/>
7609 …' info='the associated htmlEntityDescPtr if found, or NULL otherwise, if non-NULL *str will have t…
7615 <info>Parse an HTML file and build a tree. See xmlNewInputURL for details.</info>
7616 <return type='htmlDocPtr' info='the resulting document tree'/>
7622 …<info>Convenience function to parse an HTML document from a zero-terminated string. See htmlCtxtR…
7623 <return type='htmlDocPtr' info='the resulting document tree.'/>
7632 <return type='htmlDocPtr' info='the resulting document tree'/>
7640 …tion to parse an HTML file from the filesystem, the network or a global user-defined resource load…
7641 <return type='htmlDocPtr' info='the resulting document tree.'/>
7649 <return type='htmlDocPtr' info='the resulting document tree'/>
7660 <return type='htmlDocPtr' info='the resulting document tree'/>
7669 …-memory document. If sax is not NULL, use the SAX callbacks to handle parse events. If sax is NULL…
7670 …<return type='htmlDocPtr' info='the resulting document tree unless SAX is NULL or the document is …
7678 …tree. Automatic support for ZLIB/Compress compressed document is provided by default if found at c…
7679 …<return type='htmlDocPtr' info='the resulting document tree unless SAX is NULL or the document is …
7687 …<info>Dump an HTML document to a file. If @filename is "-" the stdout file is used.</inf…
7688 <return type='int' info='the number of byte written or -1 in case of failure.'/>
7695 <return type='int' info='the number of byte written or -1 in case of failure.'/>
7703 <return type='int' info='the number of byte written or -1 in case of failure.'/>
7712 <return type='int' info='0 in case of success and -1 in case of error'/>
7753 <arg name='warning' type='int' info='flag if non-zero sets the handler warning procedure'/>
7762 <return type='int' info='-1 in case of error, the index in the stack otherwise'/>
7795 …<info>Take a block of ISO Latin 1 chars in and try to convert it to an UTF-8 block of chars out.</…
7809 <return type='int' info='-1 in case of error, the index in the stack otherwise'/>
7828 <return type='int' info='-1 in case of error, the index in the stack otherwise'/>
7879 …external entities, the application can either: - override this resolveEntity() callback in the SAX…
7886 …external entities, the application can either: - override this resolveEntity() callback in the SAX…
7979 …<return type='int' info='the number of items on the value stack, or -1 in case of error. The obje…
8070 <return type='int' info='0 if successful, -1 otherwise'/>
8086 <return type='int' info='the number of entries removed if successful, -1 otherwise'/>
8120 … <info>Register a new attribute declaration Note that @tree becomes the ownership of the DTD</info>
8130 …<arg name='tree' type='xmlEnumerationPtr' info='if it's an enumeration, the associated list'/>
8132 <function name='xmlAddChild' file='tree' module='tree'>
8133 …-after-free errors if the elements containing the declarations are freed later, especially when mo…
8138 <function name='xmlAddChildList' file='tree' module='tree'>
8171 <arg name='content' type='xmlElementContentPtr' info='the element content tree or NULL'/>
8175 <return type='int' info='0 in case of success, -1 in case of error'/>
8176 …<arg name='name' type='const char *' info='the encoding name as parsed, in UTF-8 format (ASCII act…
8177 …<arg name='alias' type='const char *' info='the alias name as parsed, in UTF-8 format (ASCII actua…
8201 …<return type='int' info='1 on success, 0 if the ID already exists, -1 if a memory allocation fails…
8205 <function name='xmlAddNextSibling' file='tree' module='tree'>
8220 <function name='xmlAddPrevSibling' file='tree' module='tree'>
8235 <function name='xmlAddSibling' file='tree' module='tree'>
8252 <function name='xmlAttrSerializeTxtContent' file='tree' module='xmlsave'>
8276 <return type='int' info='1 if true, 0 if not, and -1 in case of error'/>
8325 <return type='int' info='the counter number or -1 in case of error'/>
8413 <return type='int' info='0 or -1 in case of error'/>
8423 <function name='xmlBufContent' file='tree' module='buf'>
8428 <function name='xmlBufEnd' file='tree' module='buf'>
8433 <function name='xmlBufGetNodeContent' file='tree' module='tree'>
8435 <return type='int' info='0 in case of success and -1 in case of error.'/>
8439 <function name='xmlBufNodeDump' file='tree' module='xmlsave'>
8449 <function name='xmlBufShrink' file='tree' module='buf'>
8450 …iour differs from xmlBufferShrink() as it will return 0 on error instead of -1 due to size_t being…
8455 <function name='xmlBufUse' file='tree' module='buf'>
8460 <function name='xmlBufferAdd' file='tree' module='tree'>
8461 … <info>Add a string range to an XML buffer. if len == -1, the length of str is recomputed.</info>
8462 …<return type='int' info='0 successful, a positive error code number otherwise and -1 in case of in…
8467 <function name='xmlBufferAddHead' file='tree' module='tree'>
8468 …<info>Add a string range to the beginning of an XML buffer. if len == -1, the length of @str is re…
8469 …<return type='int' info='0 successful, a positive error code number otherwise and -1 in case of in…
8474 <function name='xmlBufferCCat' file='tree' module='tree'>
8476 …<return type='int' info='0 successful, a positive error code number otherwise and -1 in case of in…
8480 <function name='xmlBufferCat' file='tree' module='tree'>
8482 …<return type='int' info='0 successful, a positive error code number otherwise and -1 in case of in…
8486 <function name='xmlBufferContent' file='tree' module='tree'>
8491 <function name='xmlBufferCreate' file='tree' module='tree'>
8495 <function name='xmlBufferCreateSize' file='tree' module='tree'>
8500 <function name='xmlBufferCreateStatic' file='tree' module='tree'>
8506 <function name='xmlBufferDetach' file='tree' module='tree'>
8511 <function name='xmlBufferDump' file='tree' module='tree'>
8517 <function name='xmlBufferEmpty' file='tree' module='tree'>
8522 <function name='xmlBufferFree' file='tree' module='tree'>
8527 <function name='xmlBufferGrow' file='tree' module='tree'>
8529 <return type='int' info='the new available space or -1 in case of error'/>
8533 <function name='xmlBufferLength' file='tree' module='tree'>
8538 <function name='xmlBufferResize' file='tree' module='tree'>
8544 <function name='xmlBufferSetAllocationScheme' file='tree' module='tree'>
8550 <function name='xmlBufferShrink' file='tree' module='tree'>
8552 <return type='int' info='the number of #xmlChar removed, or -1 in case of failure.'/>
8556 <function name='xmlBufferWriteCHAR' file='tree' module='tree'>
8562 <function name='xmlBufferWriteChar' file='tree' module='tree'>
8568 <function name='xmlBufferWriteQuotedString' file='tree' module='tree'>
8569 …or double quoted #xmlChar string, checking first if it holds quote or double-quotes internally</in…
8574 <function name='xmlBuildQName' file='tree' module='tree'>
8590 …<return type='int' info='0 on success, -1 if a memory allocation failed or an error code if URI or…
8603 …<return type='int' info='0 on success, -1 if a memory allocation failed or an error code if URI or…
8609 …ile. The function is of constant cost if the input is UTF-8 but can be costly if run on non-UTF-8 …
8610 …<return type='long' info='the index in bytes from the beginning of the entity or -1 in case the in…
8615 …XML" (http://www.w3.org/TR/xml-c14n) or "Exclusive XML Canonicalization" (http://ww…
8626 …XML" (http://www.w3.org/TR/xml-c14n) or "Exclusive XML Canonicalization" (http://ww…
8634 …e='int' info='the compression level (zlib required): -1 - libxml default, 0 - uncompressed, >0 …
8638 …XML" (http://www.w3.org/TR/xml-c14n) or "Exclusive XML Canonicalization" (http://ww…
8639 <return type='int' info='non-negative value on success or a negative value on fail'/>
8645 …r to store canonical XML; this buffer MUST have encoder==NULL because C14N requires UTF-8 output'/>
8649 …XML" (http://www.w3.org/TR/xml-c14n) or "Exclusive XML Canonicalization" (http://ww…
8650 <return type='int' info='non-negative value on success or a negative value on fail'/>
8657 …r to store canonical XML; this buffer MUST have encoder==NULL because C14N requires UTF-8 output'/>
8675 <return type='int' info='0 if successful, -1 otherwise'/>
8695 <return type='int' info='the number of entries converted if successful, -1 otherwise'/>
8729 <return type='int' info='1 if the catalog is empty, 0 if not, amd -1 in case of error.'/>
8750 <return type='int' info='the number of entries removed if successful, -1 otherwise'/>
8797 <info>Generic front-end for encoding handler close function</info>
8798 <return type='int' info='0 if success, or -1 in case of error'/>
8809 <info>Generic front-end for the encoding handler input function</info>
8816 …ric front-end for the encoding handler output function a first call with @in == NULL has to be mad…
8823 …<info>Take a block of chars in the original encoding and try to convert it to an UTF-8 block of ch…
8824 …<return type='int' info='the number of bytes written, -1 if lack of space, or -2 if the transcodin…
8825 …<arg name='out' type='unsigned char *' info='a pointer to an array of bytes to store the UTF-8 res…
8831 …<info>Take a block of UTF-8 chars in and try to convert it to another encoding. Note: a first call…
8832 …<return type='int' info='the number of bytes written, -1 if lack of space, or -2 if the transcodin…
8835 <arg name='in' type='const unsigned char *' info='a pointer to an array of UTF-8 chars'/>
8867 …-' Subcode)* [34] Langcode ::= ISO639Code | IanaCode | UserCode [35] ISO639Code ::= ([a-z] …
8872 …-local storage could be allocated. In cross-platform code running in multithreaded environments, …
8873 …-1 if a memory allocation failed. A failed allocation signals a typically fatal and irrecoverable …
8876 …-8. @utf is assumed to be null-terminated. This function is not super-strict, as it will allow lon…
8878 … <arg name='utf' type='const unsigned char *' info='Pointer to putative UTF-8 encoded string.'/>
8880 <function name='xmlChildElementCount' file='tree' module='tree'>
8895 …<info>DEPRECATED: This function is a no-op. Call xmlCleanupParser to free global state but see the…
8899 <info>clears the entire input callback table. this includes the compiled-in I/O.</info>
8903 …<info>DEPRECATED: This function is a no-op. Call xmlCleanupParser to free global state but see the…
8908 … <info>clears the entire output callback table. this includes the compiled-in I/O callbacks.</info>
8921 …<info>DEPRECATED: This function is a no-op. Call xmlCleanupParser to free global state but see the…
8925 …<info>DEPRECATED: Don't use. -- Clear (release memory and reinitialize) node info sequence</…
8937 <return type='int' info='the number of entries converted if successful, -1 otherwise'/>
8959 <function name='xmlCopyDoc' file='tree' module='tree'>
8961 …<info>Copy a document. If recursive, the content tree will be copied too as well as DTD, namespace…
8972 <function name='xmlCopyDtd' file='tree' module='tree'>
8999 <arg name='cur' type='xmlEnumerationPtr' info='the tree to copy.'/>
9003 <return type='int' info='0 in case of success and -1 in case of error.'/>
9007 <function name='xmlCopyNamespace' file='tree' module='tree'>
9012 <function name='xmlCopyNamespaceList' file='tree' module='tree'>
9017 <function name='xmlCopyNode' file='tree' module='tree'>
9023 <function name='xmlCopyNodeList' file='tree' module='tree'>
9034 <function name='xmlCopyProp' file='tree' module='tree'>
9040 <function name='xmlCopyPropList' file='tree' module='tree'>
9047 <info>Creates a parser context for an XML in-memory document.</info>
9056 …pport for ZLIB/Compress compressed document is provided by default if found at compile-time.</info>
9068 …pport for ZLIB/Compress compressed document is provided by default if found at compile-time.</info>
9082 <function name='xmlCreateIntSubset' file='tree' module='tree'>
9091 …<info>Create a parser context for an XML in-memory document. The input buffer must not contain a t…
9111 …ZLIB/Compress compressed document is provided by default if found at compile-time and for file acc…
9117 <info>Handle an out-of-memory error. Available since 2.13.0.</info>
9127 …<info>Parse an XML document and return the resulting document tree. Takes ownership of the input o…
9128 <return type='xmlDocPtr' info='the resulting document tree or NULL'/>
9133 …<info>Parse an XML in-memory document and build a tree. @URL is used as base to resolve external …
9134 <return type='xmlDocPtr' info='the resulting document tree'/>
9142 …<info>Parse an XML document from a file descriptor and build a tree. NOTE that the file descripto…
9143 <return type='xmlDocPtr' info='the resulting document tree'/>
9151 …<info>Parse an XML file from the filesystem, the network or a user-defined resource loader. See x…
9152 <return type='xmlDocPtr' info='the resulting document tree'/>
9159 …<info>parse an XML document from I/O functions and source and build a tree. This reuses the existi…
9160 <return type='xmlDocPtr' info='the resulting document tree'/>
9170 …<info>Parse an XML in-memory document and build a tree. The input buffer must not contain a termin…
9171 <return type='xmlDocPtr' info='the resulting document tree'/>
9185 …ast global error registered. For parsing error this does not change the well-formedness result.</i…
9199 …- per-context structured handler (xmlCtxtSetErrorHandler) - per-context structured "serror&qu…
9212 …-wellformed documents. How this mode behaves exactly is unspecified and may change without further…
9224 …-8 this may actually span multiple bytes in the input buffer. Implement the end of line normalizat…
9229 <functype name='xmlDOMWrapAcquireNsFunction' file='tree' module='tree'>
9237 <function name='xmlDOMWrapAdoptNode' file='tree' module='tree'>
9238 …-of scope ns-decls are remapped to point to @destDoc: 1) If @destParent is given, then nsDef entri…
9239 …pported type was given, 2 if a node of not yet supported type was given and -1 on API/internal err…
9247 <function name='xmlDOMWrapCloneNode' file='tree' module='tree'>
9248 …-of scope ns-decls are remapped to point to @destDoc: 1) If @destParent is given, then nsDef entri…
9249 …ucceeded, 1 if a node of unsupported (or not yet supported) type was given, -1 on API/internal err…
9259 <function name='xmlDOMWrapFreeCtxt' file='tree' module='tree'>
9260 <info>Frees the DOM-wrapper context.</info>
9262 <arg name='ctxt' type='xmlDOMWrapCtxtPtr' info='the DOM-wrapper context'/>
9264 <function name='xmlDOMWrapNewCtxt' file='tree' module='tree'>
9265 <info>Allocates and initializes a new DOM-wrapper context.</info>
9268 <function name='xmlDOMWrapReconcileNamespaces' file='tree' module='tree'>
9269 …-references point to ns-decls hold on element-nodes. Ensures that the tree is namespace wellformed…
9270 <return type='int' info='0 if succeeded, -1 otherwise and on API/internal errors.'/>
9272 <arg name='elem' type='xmlNodePtr' info='the element-node'/>
9275 <function name='xmlDOMWrapRemoveNode' file='tree' module='tree'>
9276 …ill substitute ns-references to node->nsDef for ns-references to doc->oldNs, thus ensuring t…
9277 …<return type='int' info='0 on success, 1 if the node is not supported, -1 on API and internal erro…
9370 <arg name='len' type='int' info='the len to decode (in bytes !), -1 for no size limit'/>
9377 …<info>DEPRECATED: This function is a no-op. Call xmlInitParser to initialize the library. Initial…
9382 <return type='int' info='0 in case of success, -1 in case of error'/>
9383 …<arg name='alias' type='const char *' info='the alias name as parsed, in UTF-8 format (ASCII actua…
9385 <function name='xmlDeregisterNodeDefault' file='tree' module='tree'>
9390 <functype name='xmlDeregisterNodeFunc' file='tree' module='tree'>
9396 …g the first bytes of the entity content according to the non-normative appendix F of the XML-1.0 r…
9402 …<info>DEPRECATED: This function is a no-op. Call xmlCleanupParser to free global state but see the…
9410 …<info>Create a new dictionary, inheriting strings from the read-only dictionary @sub. On lookup, s…
9419 <arg name='len' type='int' info='the length of the name, if -1 it is recomputed'/>
9436 <arg name='len' type='int' info='length of the key, if -1 it is recomputed'/>
9440 <return type='int' info='1 if true, 0 if false and -1 in case of error -1 in case of error'/>
9453 <return type='int' info='0 in case of success and -1 in case of error'/>
9464 <return type='int' info='the number of elements in the dictionary or -1 in case of error'/>
9467 <function name='xmlDocCopyNode' file='tree' module='tree'>
9474 <function name='xmlDocCopyNodeList' file='tree' module='tree'>
9480 <function name='xmlDocDump' file='tree' module='xmlsave'>
9483 <return type='int' info='the number of bytes written or -1 in case of failure.'/>
9487 <function name='xmlDocDumpFormatMemory' file='tree' module='xmlsave'>
9496 <function name='xmlDocDumpFormatMemoryEnc' file='tree' module='xmlsave'>
9498 …<info>Dump the current DOM tree into memory using the character encoding specified by the caller. …
9506 <function name='xmlDocDumpMemory' file='tree' module='xmlsave'>
9514 <function name='xmlDocDumpMemoryEnc' file='tree' module='xmlsave'>
9516 …<info>Dump the current DOM tree into memory using the character encoding specified by the caller. …
9523 <function name='xmlDocFormatDump' file='tree' module='xmlsave'>
9526 …<return type='int' info='the number of bytes written or -1 in case of failure. Note that @format =…
9531 <function name='xmlDocGetRootElement' file='tree' module='tree'>
9532 …<info>Get the root element of the document (doc->children is a list containing possibly comment…
9536 <function name='xmlDocSetRootElement' file='tree' module='tree'>
9538 …<info>Set the root element of the document (doc->children is a list containing possibly comment…
9599 <function name='xmlElemDump' file='tree' module='xmlsave'>
9637 <return type='int' info='the number of nodes ever allocated or -1 in case of error'/>
9643 <return type='int' info='the number of nodes in use or -1 in case of error'/>
9677 …<return type='int' info='the number of unique strings found, -1 in case of errors and -2 if there …
9686 …<return type='int' info='the number of unique strings found, -1 in case of errors and -2 if there …
9695 <return type='int' info='1 if nillable, 0 if not and -1 in case of error'/>
9701 <return type='int' info='the maximum length or -1 in case of error'/>
9710 <arg name='len' type='int' info='the atom name length in byte (or -1);'/>
9734 <arg name='max' type='int' info='the upper bound for the repetition, -1 means infinite'/>
9746 …- string terminals - choice operator | - sequence operator , - subexpressions (...) - usual cardin…
9769 <return type='int' info='1 if true 0 if false and -1 in case of failure.'/>
9783 <return type='int' info='0 or -1 an error code case of error'/>
9808 <function name='xmlFirstElementChild' file='tree' module='tree'>
9815 …<info>Report a formatted error to a printf-like callback. This can result in a verbose multi-line…
9838 <function name='xmlFreeDoc' file='tree' module='tree'>
9847 <arg name='cur' type='xmlElementContentPtr' info='the element content tree to free'/>
9849 <function name='xmlFreeDtd' file='tree' module='tree'>
9857 <arg name='cur' type='xmlElementContentPtr' info='the element content tree to free'/>
9877 <arg name='cur' type='xmlEnumerationPtr' info='the tree to free.'/>
9899 <function name='xmlFreeNode' file='tree' module='tree'>
9900 …e including all the children. This doesn't unlink the node from the tree. Call xmlUnlinkNode…
9904 <function name='xmlFreeNodeList' file='tree' module='tree'>
9914 <function name='xmlFreeNs' file='tree' module='tree'>
9919 <function name='xmlFreeNsList' file='tree' module='tree'>
9925 …<info>Free all the memory used by a parser context. However the parsed document in ctxt->myDoc …
9946 <function name='xmlFreeProp' file='tree' module='tree'>
9951 <function name='xmlFreePropList' file='tree' module='tree'>
10020 <function name='xmlGetBufferAllocationScheme' file='tree' module='tree'>
10021 … - use exact sizes, keeps memory usage down XML_BUFFER_ALLOC_DOUBLEIT - double buffer when extra n…
10030 …<info>The "canonical" name for XML encoding. C.f. http://www.w3.org/TR/REC-xml#charencod…
10034 <function name='xmlGetCompressMode' file='tree' module='tree'>
10038 <function name='xmlGetDocCompressMode' file='tree' module='tree'>
10092 …<arg name='alias' type='const char *' info='the alias name as parsed, in UTF-8 format (ASCII actua…
10101 <return type='int' info='-1 in case or error, 0 otherwise'/>
10109 …<return type='int' info='-1 in case or error, or the total number of features, len is updated with…
10123 <function name='xmlGetIntSubset' file='tree' module='tree'>
10128 <function name='xmlGetLastChild' file='tree' module='tree'>
10137 <function name='xmlGetLineNo' file='tree' module='tree'>
10139 <return type='long' info='the line number if successful, -1 otherwise'/>
10142 <function name='xmlGetNoNsProp' file='tree' module='tree'>
10148 <function name='xmlGetNodePath' file='tree' module='tree'>
10154 <function name='xmlGetNsList' file='tree' module='tree'>
10156 …<info>Find all in-scope namespaces of a node. Use xmlGetNsListSafe for better error reporting.</i…
10161 <function name='xmlGetNsListSafe' file='tree' module='tree'>
10163 …<info>Find all in-scope namespaces of a node. @out returns a NULL terminated array of namespace po…
10164 …<return type='int' info='0 on success, 1 if no namespaces were found, -1 if a memory allocation fa…
10169 <function name='xmlGetNsProp' file='tree' module='tree'>
10187 <function name='xmlGetProp' file='tree' module='tree'>
10205 …<return type='int' info='the char value or -1 in case of error, and sets *len to the actual number…
10206 <arg name='utf' type='const unsigned char *' info='a sequence of UTF-8 encoded bytes'/>
10218 … non-zero value if the feature exist, otherwise zero. Returns zero (0) if the feature does not exi…
10221 <function name='xmlHasNsProp' file='tree' module='tree'>
10228 <function name='xmlHasProp' file='tree' module='tree'>
10235 … and 0 is returned. This return value can't be distinguished from out-of-memory errors, so th…
10236 <return type='int' info='1 on success, 0 if an entry exists and -1 in case of error.'/>
10243 <return type='int' info='1 on success, 0 if an entry exists and -1 in case of error.'/>
10251 <return type='int' info='1 on success, 0 if an entry exists and -1 in case of error.'/>
10259 …xists, payload will not be updated and -1 is returned. This return value can't be distinguish…
10260 <return type='int' info='0 on success and -1 in case of error.'/>
10267 <return type='int' info='0 on success and -1 in case of error.'/>
10275 <return type='int' info='0 on success and -1 in case of error.'/>
10380 <return type='int' info='0 on success and -1 if no entry was found.'/>
10387 <return type='int' info='0 on success and -1 in case of error.'/>
10395 <return type='int' info='0 on success and -1 in case of error.'/>
10454 <return type='int' info='the number of elements in the hash table or -1 in case of error.'/>
10459 <return type='int' info='0 in case of success, -1 if a memory allocation failed.'/>
10467 <return type='int' info='0 on success and -1 in case of error.'/>
10476 <return type='int' info='0 on success and -1 in case of error.'/>
10564 … <info>DEPRECATED: Don't use. -- Initialize (set to initial state) node info sequence</info>
10574 <return type='int' info='0 in case of success and -1 in case of error'/>
10591 <info>DEPRECATED: No-op.</info>
10602 <return type='int' info='0 or -1 in case of error'/>
10617 <return type='int' info='the number of bytes read or -1 in case of error'/>
10632 <function name='xmlIsBlankNode' file='tree' module='tree'>
10633 …<info>Checks whether this node is an empty or whitespace only (and possibly ignorable) text-node.<…
10659 …<return type='int' info='0 or 1 depending on the lookup result or -1 if a memory allocation failed…
10671 <return type='int' info='0 if not, non-zero otherwise'/>
10680 <return type='int' info='0 if no, 1 if yes, and -1 if no element description is available'/>
10696 <function name='xmlIsXHTML' file='tree' module='tree'>
10698 <return type='int' info='1 if true, 0 if not and -1 in case of error'/>
10707 <function name='xmlLastElementChild' file='tree' module='tree'>
10748 <return type='int' info='0 is equality, -1 or 1 otherwise depending on the ordering.'/>
10769 <return type='int' info='1 if the list is empty, 0 if not empty and -1 in case of error'/>
10860 <return type='int' info='the number of elements in the list or -1 in case of error'/>
10890 <return type='int' info='0 in case of success -1 in case of error'/>
10913 <info>xmlLockLibrary() is used to take out a re-entrant lock on the libxml2 library.</info>
11035 …<return type='int' info='0 in case of success, -1 in case of argument error and -2 if the module c…
11041 <return type='int' info='0 in case of success, -1 in case of argument error'/>
11046 …n only be guaranteed with @name using ASCII. We cannot guarantee that an UTF-8 string would work, …
11053 …symbol address in the given module NOTE: that due to portability issues, behaviour can only be gua…
11054 <return type='int' info='0 if the symbol was found, or -1 in case of error'/>
11056 <arg name='name' type='const char *' info='the name of the symbol'/>
11057 <arg name='symbol' type='void **' info='the resulting symbol address'/>
11071 …(NCNameChar)* [NS 4] NCNameChar ::= Letter | Digit | '.' | '-' | '_&apos…
11102 <return type='int' info='-1 in case of error, 0 otherwise'/>
11108 <return type='int' info='-1 in case of error, 0 otherwise'/>
11114 <return type='int' info='-1 in case of error, 0 otherwise'/>
11127 <return type='int' info='-1 in case of error, 1 if CWD worked, 0 if it failed'/>
11134 <return type='int' info='-1 in case of error, 1 if DELE worked, 0 if it failed'/>
11147 <return type='int' info='-1 in case of error, 0 otherwise'/>
11156 <return type='SOCKET' info='-1 in case of error, 0 otherwise'/>
11180 <return type='int' info='-1 in case of error, 0 otherwise'/>
11211 <return type='int' info='-1 in case of error, 0 otherwise'/>
11217 … info='the number of byte read. 0 is an indication of an end of connection. -1 indicates a paramet…
11231 <return type='int' info='0 if Ok, -1 in case of error (other host).'/>
11238 …<return type='const char *' info='the stashed value of the WWW-Authenticate or Proxy-Authenticate …
11255 …o='the specified content length from the HTTP header. Note that a value of -1 indicates that the …
11267 …<return type='int' info='-1 in case of failure, 0 in case of success. The contentType, if provided…
11270 …<arg name='contentType' type='char **' info='if available the Content-Type information will be ret…
11284 <arg name='contentType' type='char **' info='the Content-Type information IN and OUT'/>
11295 <arg name='contentType' type='char **' info='the Content-Type information IN and OUT'/>
11302 <info>Provides the specified Mime-Type if specified in the HTTP headers.</info>
11303 <return type='const char *' info='the specified Mime-Type or NULL if not available'/>
11311 …<arg name='contentType' type='char **' info='if available the Content-Type information will be ret…
11318 …<arg name='contentType' type='char **' info='if available the Content-Type information will be ret…
11324 … info='the number of byte read. 0 is an indication of an end of connection. -1 indicates a paramet…
11344 <return type='int' info='-1 in case of failure, 0 in case of success.'/>
11359 <function name='xmlNewCDataBlock' file='tree' module='tree'>
11375 … <arg name='name' type='const char *' info='the encoding name, in UTF-8 format (ASCII actually)'/>
11379 <function name='xmlNewCharRef' file='tree' module='tree'>
11385 <function name='xmlNewChild' file='tree' module='tree'>
11394 <function name='xmlNewComment' file='tree' module='tree'>
11399 <function name='xmlNewDoc' file='tree' module='tree'>
11404 <function name='xmlNewDocComment' file='tree' module='tree'>
11417 <function name='xmlNewDocFragment' file='tree' module='tree'>
11423 <function name='xmlNewDocNode' file='tree' module='tree'>
11424 …g nodes to avoid a performance penalty when adding the node to a document tree. Note that a docume…
11431 <function name='xmlNewDocNodeEatName' file='tree' module='tree'>
11439 <function name='xmlNewDocPI' file='tree' module='tree'>
11446 <function name='xmlNewDocProp' file='tree' module='tree'>
11453 <function name='xmlNewDocRawNode' file='tree' module='tree'>
11462 <function name='xmlNewDocText' file='tree' module='tree'>
11468 <function name='xmlNewDocTextLen' file='tree' module='tree'>
11475 <function name='xmlNewDtd' file='tree' module='tree'>
11505 <function name='xmlNewGlobalNs' file='tree' module='legacy'>
11535 <function name='xmlNewNode' file='tree' module='tree'>
11541 <function name='xmlNewNodeEatName' file='tree' module='tree'>
11547 <function name='xmlNewNs' file='tree' module='tree'>
11554 <function name='xmlNewNsProp' file='tree' module='tree'>
11562 <function name='xmlNewNsPropEatName' file='tree' module='tree'>
11570 <function name='xmlNewPI' file='tree' module='tree'>
11580 <function name='xmlNewProp' file='tree' module='tree'>
11589 …e a reentrant mutex for use in synchronizing access to data. token_r is a re-entrant lock and thus…
11592 <function name='xmlNewReference' file='tree' module='tree'>
11599 …pport older versions, it's best to invoke xmlNewParserCtxt and set ctxt->sax with struct a…
11610 <function name='xmlNewText' file='tree' module='tree'>
11615 <function name='xmlNewTextChild' file='tree' module='tree'>
11624 <function name='xmlNewTextLen' file='tree' module='tree'>
11653 …arg name='doc' type='xmlDocPtr *' info='address of a xmlDocPtr to hold the new XML document tree'/>
11674 …arg name='ctxt' type='xmlParserCtxtPtr' info='xmlParserCtxtPtr to hold the new XML document tree'/>
11682 <arg name='node' type='xmlNodePtr' info='xmlNodePtr or NULL for doc->children'/>
11695 <function name='xmlNextElementSibling' file='tree' module='tree'>
11708 <function name='xmlNodeAddContent' file='tree' module='tree'>
11710 <return type='int' info='0 on success, 1 on error, -1 if a memory allocation failed.'/>
11714 <function name='xmlNodeAddContentLen' file='tree' module='tree'>
11716 <return type='int' info='0 on success, 1 on error, -1 if a memory allocation failed.'/>
11721 <function name='xmlNodeBufGetContent' file='tree' module='tree'>
11723 <return type='int' info='0 in case of success and -1 in case of error.'/>
11727 <function name='xmlNodeDump' file='tree' module='xmlsave'>
11730 <return type='int' info='the number of bytes written to the buffer or -1 in case of error'/>
11737 <function name='xmlNodeDumpOutput' file='tree' module='xmlsave'>
11748 <function name='xmlNodeGetAttrValue' file='tree' module='tree'>
11750 …<return type='int' info='0 on success, 1 if no attribute was found, -1 if a memory allocation fail…
11756 <function name='xmlNodeGetBase' file='tree' module='tree'>
11757 …ction doesn't allow to distinguish memory allocation failures from a non-existing base.</info>
11762 <function name='xmlNodeGetBaseSafe' file='tree' module='tree'>
11763 …ulating Entity However it does not return the document base (5.1.3), use doc->URL in this case …
11764 …<return type='int' info='0 in case of success, 1 if a URI or argument is invalid, -1 if a memory a…
11769 <function name='xmlNodeGetContent' file='tree' module='tree'>
11774 <function name='xmlNodeGetLang' file='tree' module='tree'>
11779 <function name='xmlNodeGetSpacePreserve' file='tree' module='tree'>
11781 …<return type='int' info='-1 if xml:space is not inherited, 0 if "default", 1 if "pr…
11784 <function name='xmlNodeIsText' file='tree' module='tree'>
11789 <function name='xmlNodeListGetRawString' file='tree' module='tree'>
11797 <function name='xmlNodeListGetString' file='tree' module='tree'>
11798 …es will be kept and special characters like '&' as well as non-ASCII chars will be e…
11804 <function name='xmlNodeSetBase' file='tree' module='tree'>
11807 <return type='int' info='0 on success, -1 on error.'/>
11811 <function name='xmlNodeSetContent' file='tree' module='tree'>
11812 …y, there isn't an API to pass raw content directly. An inefficient work-around is to escape t…
11813 <return type='int' info='0 on success, 1 on error, -1 if a memory allocation failed.'/>
11817 <function name='xmlNodeSetContentLen' file='tree' module='tree'>
11820 <return type='int' info='0 on success, 1 on error, -1 if a memory allocation failed.'/>
11825 <function name='xmlNodeSetLang' file='tree' module='tree'>
11828 …<return type='int' info='0 on success, 1 if arguments are invalid, -1 if a memory allocation faile…
11832 <function name='xmlNodeSetName' file='tree' module='tree'>
11839 <function name='xmlNodeSetSpacePreserve' file='tree' module='tree'>
11842 …<return type='int' info='0 on success, 1 if arguments are invalid, -1 if a memory allocation faile…
11847 …<info>Applies the 5 normalization steps to a path string--that is, RFC 2396 Section 5.2, steps 6.c…
11892 …"-' then we use stdout as the output. Automatic support for ZLIB/Compress compressed doc…
11922 <return type='int' info='the number of byte written or -1 in case of error.'/>
11939 …output I/O buffer This routine handle the I18N transcoding from internal UTF-8 The buffer is lossl…
11940 <return type='int' info='the number of chars immediately written, or -1 in case of error.'/>
11947 …scapes the characters and then handle the I18N transcoding from internal UTF-8 The buffer is lossl…
11948 <return type='int' info='the number of chars immediately written, or -1 in case of error.'/>
11950 <arg name='str' type='const xmlChar *' info='a zero terminated UTF-8 string'/>
11955 …output I/O buffer This routine handle the I18N transcoding from internal UTF-8 The buffer is lossl…
11956 <return type='int' info='the number of chars immediately written, or -1 in case of error.'/>
11963 <return type='int' info='0 or -1 in case of error'/>
11981 <return type='int' info='the number of bytes written or -1 in case of error'/>
11987 …-Value Normalization: Before the value of an attribute is passed to the application or checked for…
12007 <arg name='tree' type='xmlEnumerationPtr *' info='the enumeration tree built while parsing'/>
12011 …<info>Parse a well-balanced chunk of an XML document called by the parser The allowed sequence for…
12012 …<return type='int' info='0 if the chunk is well balanced, -1 in case of args problem and the parse…
12017 …<arg name='string' type='const xmlChar *' info='the input string in UTF8 or ISO-Latin (zero termin…
12022 …<info>Parse a well-balanced chunk of an XML document The allowed sequence for the Well Balanced C…
12028 …<arg name='string' type='const xmlChar *' info='the input string in UTF8 or ISO-Latin (zero termin…
12033 …Data CDEnd [19] CDStart ::= '<![CDATA[' [20] Data ::= (Char* - (Char* ']]>&…
12039 …<info>parse an XML file and build a tree. It's like xmlParseFile() except it bypass all catal…
12040 <return type='xmlDocPtr' info='the resulting document tree or NULL in case of error'/>
12052 …<arg name='name' type='const char *' info='the encoding name as parsed, in UTF-8 format (ASCII act…
12055 …amp;'. [66] CharRef ::= '&#' [0-9]+ ';' | '&#x' [0-9a-…
12061 …ill be available in ctxt->myDoc. This pointer will not be freed by the library. If the documen…
12069 …--" (double-hyphen) must not occur within comments. " [15] Comment ::= '<!--&ap…
12079 …within an existing parsing context An external general parsed entity is well-formed if it matches …
12080 …<return type='int' info='0 if the entity is well formed, -1 in case of args problem and the parser…
12094 …he attribute must be specified for all elements of the type in the attribute-list declaration. [ …
12101 <info>DEPRECATED: Use xmlReadDoc. parse an XML in-memory document and build a tree.</info>
12102 <return type='xmlDocPtr' info='the resulting document tree'/>
12111 …u're only interested in custom SAX callbacks. If you want a document tree, use xmlCtxtParseDo…
12112 <return type='int' info='0, -1 in case of error.'/>
12116 …lement Type Match ] The Name in an element's end-tag must match the element type in the start…
12121 …-entity replacement text must be properly nested with parenthesized groups. That is to say, if eit…
12122 …<return type='xmlElementContentPtr' info='the tree of xmlElementContentPtr describing the element …
12135 <return type='int' info='the type of the element, or -1 in case of error'/>
12139 …icate Types ] The same name must not appear more than once in a single mixed-content declaration.<…
12145 …apos;t use. parse the XML encoding name [81] EncName ::= [A-Za-z] ([A-Za-z0-9._] | '-'…
12162 …<info>parse an XML external entity out of context and build a tree. [78] extParsedEnt ::= TextDec…
12163 <return type='xmlDocPtr' info='the resulting document tree'/>
12180 … <arg name='orig' type='xmlChar **' info='if non-NULL store a copy of the original entity value'/>
12186 <arg name='tree' type='xmlEnumerationPtr *' info='the enumeration tree built while parsing'/>
12190 <return type='xmlEnumerationPtr' info='the enumeration attribute tree built while parsing'/>
12194 …<info>parse a general parsed entity An external general parsed entity is well-formed if it matches…
12195 …<return type='int' info='0, -1 in case of error. the parser context is augmented as a result of th…
12200 … Parse an external general entity An external general parsed entity is well-formed if it matches …
12201 …<return type='int' info='0 if the entity is well formed, -1 in case of args problem and the parser…
12226 …an XML file and build a tree. Automatic support for ZLIB/Compress compressed document is provided …
12227 …<return type='xmlDocPtr' info='the resulting document tree if the file was wellformed, NULL otherw…
12231 …<info>Parse a well-balanced chunk of an XML document within the context (DTD, namespaces, etc ...)…
12240 …-entity replacement text must be properly nested with markup declarations. That is to say, if eith…
12246 <info>DEPRECATED: Use xmlReadMemory. parse an XML in-memory block and build a tree.</info>
12247 <return type='xmlDocPtr' info='the resulting document tree'/>
12257 …parse an XML name. [4] NameChar ::= Letter | Digit | '.' | '-' | '_&apos…
12263 …ml-name Working Draft specified, a bunch of other stuff may still rely on it, so support is still …
12279 <return type='xmlEnumerationPtr' info='the notation attribute tree built while parsing'/>
12283 …ameter entity must precede any reference to it... [ WFC: In DTD ] Parameter-entity references may…
12288 …L Processing Instruction. [16] PI ::= '<?' PITarget (S (Char* - (Char* '?>&a…
12293 …l function, don't use. parse the name of a PI [17] PITarget ::= Name - (('X' | &a…
12298 …;"' PubidChar* '"' | "'" (PubidChar - "'")*…
12309 …e entity references in content, depending on the SAX interface, this may end-up in a call to chara…
12314 …- attributes with default values, if elements to which these attributes apply appear in the docume…
12315 …es" 0 if standalone="no" -2 if standalone attribute is missing or invalid (A standa…
12320 …-tag or empty-element tag. [44] EmptyElemTag ::= '<' Name (S Attribute)* S? '/&…
12335 …<info>Parse an URI based on RFC 3986 URI-reference = [ absoluteURI | relativeURI ] [ "#"…
12340 … an URI but allows to keep intact the original fragments. URI-reference = URI / relative-ref</inf…
12346 …and fills in the appropriate fields of the @uri structure URI-reference = URI / relative-ref</inf…
12352 …<info>Parse an URI based on RFC 3986 URI-reference = [ absoluteURI | relativeURI ] [ "#"…
12353 …<return type='int' info='0 on success, an error code (typically 1) if the URI is invalid or -1 if …
12363 …he XML version value. [26] VersionNum ::= '1.' [0-9]+ In practice allow [0-9].[0-9]+ a…
12389 <arg name='node' type='xmlNodePtr' info='an XML node within the tree'/>
12403 …-entity references may only appear in the DTD. NOTE: misleading but this is handled. A PEReferenc…
12409 …-formed documents need not declare any of the following entities: amp, lt, gt, apos, quot. [ WFC:…
12426 …ZLIB/Compress compressed document is provided by default if found at compile-time. Do an encoding …
12465 …-8 This routine is used when operating the parser in normal (pull) mode TODO: one should be able …
12466 …<return type='int' info='the number of chars read and stored in the buffer, or -1 in case of error…
12471 …in the input buffer This routine handle the I18N transcoding to internal UTF-8 This is used when o…
12472 …<return type='int' info='the number of chars read and stored in the buffer, or -1 in case of error…
12478 … old data are considered consumed This routine handle the I18N transcoding to internal UTF-8</info>
12479 …<return type='int' info='the number of chars read and stored in the buffer, or -1 in case of error…
12490 …<return type='int' info='the amount of char read, or -1 in case of error, 0 indicate the end of th…
12496 <return type='int' info='-1 as this is an error to use it.'/>
12544 <return type='int' info='0 on success, 1 on error, -1 if a memory allocation failed.'/>
12554 <return type='int' info='1 if true, 0 if false and -1 in case of error'/>
12566 <return type='int' info='1 if it matches, 0 if it doesn't and -1 in case of failure'/>
12573 …<return type='int' info='-2 if no limit (using //), otherwise the depth, and -1 in case of error'/>
12579 <return type='int' info='-1 in case of error otherwise the depth,'/>
12585 <return type='int' info='1 if streamable, 0 if not and -1 in case of error.'/>
12603 …<info>xmlPopInput: the current input pointed by ctxt->input came to an end pop it and return th…
12608 … <info>Clear the top input callback from the input stack. this includes the compiled-in I/O.</info>
12609 <return type='int' info='the number of input callback registered or -1 in case of error.'/>
12613 …<info>Remove the top output callbacks from the output stack. This includes the compiled-in I/O.</i…
12614 <return type='int' info='the number of output callback registered or -1 in case of error.'/>
12616 <function name='xmlPreviousElementSibling' file='tree' module='tree'>
12630 <return type='int' info='-1 in case of error or the index in the input stack'/>
12645 …<info>Convenience function to parse an XML document from a zero-terminated string. See xmlCtxtRea…
12646 <return type='xmlDocPtr' info='the resulting document tree'/>
12653 …<info>Parse an XML from a file descriptor and build a tree. See xmlCtxtReadFd for details. NOTE …
12654 <return type='xmlDocPtr' info='the resulting document tree'/>
12661 …ction to parse an XML file from the filesystem, the network or a global user-define resource loade…
12662 <return type='xmlDocPtr' info='the resulting document tree'/>
12668 …<info>Parse an XML document from I/O functions and context and build a tree. See xmlCtxtReadIO fo…
12669 <return type='xmlDocPtr' info='the resulting document tree'/>
12678 …<info>Parse an XML in-memory document and build a tree. The input buffer must not contain a termin…
12679 <return type='xmlDocPtr' info='the resulting document tree'/>
12688 …<info>Create an xmltextReader for an XML in-memory document. The parsing flags @options are a comb…
12725 …<info>Create an xmltextReader for an XML in-memory document. The parsing flags @options are a comb…
12735 …<info>Setup an xmltextReader to parse an XML in-memory document. The parsing flags @options are a …
12736 <return type='int' info='0 in case of success and -1 in case of error'/>
12746 <return type='int' info='0 in case of success and -1 in case of error'/>
12756 <return type='int' info='0 in case of success and -1 in case of error'/>
12765 <return type='int' info='0 in case of success and -1 in case of error'/>
12776 …<info>Setup an xmltextReader to parse an XML in-memory document. The parsing flags @options are a …
12777 <return type='int' info='0 in case of success and -1 in case of error'/>
12788 <return type='int' info='0 in case of success and -1 in case of error'/>
12812 <function name='xmlReconciliateNs' file='tree' module='tree'>
12814 …tree are properly declared. This is needed for example after Copy or Cut and then paste operations…
12815 <return type='int' info='0 on success or -1 in case of error.'/>
12817 <arg name='tree' type='xmlNodePtr' info='a node defining the subtree to reconciliate'/>
12821 …ECOVER. parse an XML in-memory document and build a tree. In the case the document is not Well Fo…
12822 <return type='xmlDocPtr' info='the resulting document tree or NULL in case of failure'/>
12827 …tree. Automatic support for ZLIB/Compress compressed document is provided by default if found at c…
12828 <return type='xmlDocPtr' info='the resulting document tree or NULL in case of failure'/>
12833 …RECOVER. parse an XML in-memory block and build a tree. In the case the document is not Well Form…
12834 <return type='xmlDocPtr' info='the resulting document tree or NULL in case of error'/>
12850 …xt and don't need to be deallocated. Returns: 0 in case of success or -1 in case of error.'/>
12861 …xt and don't need to be deallocated. Returns: 0 in case of success or -1 in case of error.'/>
12871 …<return type='int' info='1 if the regexp reached a final state, 0 if non-final, and a negative val…
12879 …<return type='int' info='1 if the regexp reached a final state, 0 if non-final, and a negative val…
12937 <info>Registers the default compiled-in I/O handlers.</info>
12942 <info>Registers the default compiled-in I/O handlers.</info>
12952 <return type='int' info='the registered handler number or -1 in case of error'/>
12958 <function name='xmlRegisterNodeDefault' file='tree' module='tree'>
12963 <functype name='xmlRegisterNodeFunc' file='tree' module='tree'>
12971 <return type='int' info='the registered handler number or -1 in case of error'/>
12991 <info>Dump the transformed RelaxNG tree.</info>
13017 <return type='int' info='-1 in case of failure, 0 otherwise.'/>
13018 <arg name='ctxt' type='xmlRelaxNGParserCtxtPtr' info='a Relax-NG validation context'/>
13026 <return type='int' info='-1 in case of error and 0 otherwise'/>
13027 <arg name='ctxt' type='xmlRelaxNGValidCtxtPtr' info='a Relax-NG validation context'/>
13035 <return type='int' info='0 in case of success and -1 in case of error.'/>
13041 <arg name='doc' type='xmlDocPtr' info='a preparsed document tree'/>
13066 <arg name='ctxt' type='xmlRelaxNGParserCtxtPtr' info='a Relax-NG parser context'/>
13072 <arg name='ctxt' type='xmlRelaxNGParserCtxtPtr' info='a Relax-NG validation context'/>
13081 <arg name='ctxt' type='xmlRelaxNGParserCtxtPtr' info='a Relax-NG parser context'/>
13089 <arg name='ctxt' type='xmlRelaxNGValidCtxtPtr' info='a Relax-NG validation context'/>
13098 <arg name='ctxt' type='xmlRelaxNGValidCtxtPtr' info='a Relax-NG validation context'/>
13104 <info>Validate a document tree in memory.</info>
13105 …nfo='0 if the document is valid, a positive error code number otherwise and -1 in case of internal…
13106 <arg name='ctxt' type='xmlRelaxNGValidCtxtPtr' info='a Relax-NG validation context'/>
13107 <arg name='doc' type='xmlDocPtr' info='a parsed document tree'/>
13112 <return type='int' info='1 if no validation problem was found or -1 in case of error.'/>
13128 <return type='int' info='1 if no validation problem was found or -1 otherwise'/>
13136 … problem was found or 0 if validating the element requires a full node, and -1 in case of error.'/>
13143 <info>Signature of an error callback from a Relax-NG validation</info>
13151 <info>Signature of a warning callback from a Relax-NG validation</info>
13160 <return type='int' info='0 if success and -1 in case of error'/>
13166 <return type='int' info='-1 if the lookup failed and 0 otherwise'/>
13170 <function name='xmlRemoveProp' file='tree' module='tree'>
13171 …doesn't work for namespace declarations. The attribute must have a non-NULL parent pointer.<…
13172 …<return type='int' info='0 on success or -1 if the attribute was not found or arguments are invali…
13177 <return type='int' info='-1 if the lookup failed and 0 otherwise'/>
13181 <function name='xmlReplaceNode' file='tree' module='tree'>
13194 …ast global error registered. For parsing error this does not change the well-formedness result.</i…
13206 <arg name='tree' type='xmlEnumerationPtr' info='the tree of enumerated value set'/>
13234 <arg name='content' type='xmlElementContentPtr' info='the element value tree'/>
13297 <info>Provides the public ID e.g. "-//SGMLSOURCE//DTD DEMO//EN"</info>
13327 <arg name='warning' type='int' info='flag if non-zero sets the handler warning procedure'/>
13370 …rnal entities, the application can either: - override this xmlSAX2ResolveEntity() callback in the …
13420 <return type='int' info='the previous value in case of success and -1 in case of error.'/>
13433 …n-memory document and build a tree. It use the given SAX function block to handle the parsing call…
13434 <return type='xmlDocPtr' info='the resulting document tree'/>
13441 …xt and build a tree. It use the given SAX function block to handle the parsing callback. If sax is…
13442 <return type='xmlDocPtr' info='the resulting document tree'/>
13448 …tree. Automatic support for ZLIB/Compress compressed document is provided by default if found at c…
13449 <return type='xmlDocPtr' info='the resulting document tree'/>
13456 …tree. Automatic support for ZLIB/Compress compressed document is provided by default if found at c…
13457 <return type='xmlDocPtr' info='the resulting document tree'/>
13465 …e an XML in-memory block and use the given SAX function block to handle the parsing callback. If s…
13466 <return type='xmlDocPtr' info='the resulting document tree'/>
13474 …e an XML in-memory block and use the given SAX function block to handle the parsing callback. If s…
13475 <return type='xmlDocPtr' info='the resulting document tree'/>
13492 …<info>DEPRECATED: Use xmlNewSAXParserCtxt and xmlCtxtReadMemory. parse an XML in-memory buffer an…
13496 <arg name='buffer' type='const char *' info='an in-memory XML document input'/>
13501 <return type='int' info='0 in case of success and -1 in case of error.'/>
13508 <return type='int' info='the number of byte written or -1 in case of error.'/>
13514 <return type='long' info='the number of byte written or -1 in case of error'/>
13518 <function name='xmlSaveFile' file='tree' module='xmlsave'>
13520 …ile. Will use compression if compiled in and enabled. If @filename is "-" the stdout fil…
13521 <return type='int' info='the number of bytes written or -1 in case of failure.'/>
13525 <function name='xmlSaveFileEnc' file='tree' module='xmlsave'>
13528 <return type='int' info='the number of bytes written or -1 in case of failure.'/>
13533 <function name='xmlSaveFileTo' file='tree' module='xmlsave'>
13536 <return type='int' info='the number of bytes written or -1 in case of failure.'/>
13550 <return type='int' info='the number of byte written or -1 in case of error.'/>
13553 <function name='xmlSaveFormatFile' file='tree' module='xmlsave'>
13555 …ile. Will use compression if compiled in and enabled. If @filename is "-" the stdout fil…
13556 <return type='int' info='the number of bytes written or -1 in case of failure.'/>
13561 <function name='xmlSaveFormatFileEnc' file='tree' module='xmlsave'>
13564 …<return type='int' info='the number of bytes written or -1 in case of error. Note that @format = 1…
13570 <function name='xmlSaveFormatFileTo' file='tree' module='xmlsave'>
13573 <return type='int' info='the number of bytes written or -1 in case of failure.'/>
13582 <return type='int' info='0 if successful or -1 in case of error.'/>
13589 <return type='int' info='0 if successful or -1 in case of error.'/>
13630 <return type='long' info='the number of byte written or -1 in case of error'/>
13641 …serHandleReference [4] NameChar ::= Letter | Digit | '.' | '-' | '_&apos…
13648 …<return type='int' info='0 if valid, a positive error code if not valid and -1 in case of an inter…
13668 …<return type='int' info='-1 if x < y, 0 if x == y, 1 if x > y, 2 if x <> y, and -2 in …
13675 …<return type='int' info='-1 if x < y, 0 if x == y, 1 if x > y, 2 if x <> y, and -2 in …
13684 …<return type='xmlSchemaValPtr' info='the copy or NULL if a copy for a data-type is not implemented…
13739 …<return type='xmlSchemaTypePtr' info='the item type of @type as defined by the built-in datatype h…
13740 <arg name='type' type='xmlSchemaTypePtr' info='the built-in simple type.'/>
13744 <info>Gives you the type struct for a built-in type by its type id.</info>
13751 …0 if the value could be built, 1 if the value type is not supported yet and -1 in case of API erro…
13758 …0 if the value could be built, 1 if the value type is not supported yet and -1 in case of API erro…
13772 <return type='int' info='-1 in case of failure, 0 otherwise'/>
13773 <arg name='ctxt' type='xmlSchemaParserCtxtPtr' info='a XMl-Schema parser context'/>
13794 <return type='int' info='-1 in case of error and 0 otherwise'/>
13795 <arg name='ctxt' type='xmlSchemaValidCtxtPtr' info='a XML-Schema validation context'/>
13803 <return type='int' info='0 on success, -1 on error.'/>
13808 … if the facet can be used with the given built-in type, 0 otherwise and -1 in case the type is not…
13809 <arg name='type' type='xmlSchemaTypePtr' info='the built-in type'/>
13815 …<return type='int' info='1 if valid so far, 0 if errors were detected, and -1 in case of internal …
13822 <arg name='doc' type='xmlDocPtr' info='a preparsed document tree'/>
13886 <return type='int' info='0 in case of success and -1 in case of failure.'/>
13918 <return type='int' info='0 in case of success, -1 in case of an API error.'/>
13933 …<return type='int' info='0 if this validates, a positive error code number otherwise and -1 in cas…
13942 …<return type='int' info='0 if this validates, a positive error code number otherwise and -1 in cas…
13951 <return type='int' info='the option combination or -1 on error.'/>
13962 <info>Validate a document tree in memory.</info>
13963 …f the document is schemas valid, a positive error code number otherwise and -1 in case of internal…
13965 <arg name='doc' type='xmlDocPtr' info='a parsed document tree'/>
13970 …if the element is schemas valid, a positive error code number otherwise and -1 in case of internal…
13979 …if the element is schemas valid, a positive error code number otherwise and -1 in case of internal…
13982 <arg name='valType' type='xmlSchemaValType' info='the built-in type of the value'/>
13990 …nfo='0 if the document is valid, a positive error code number otherwise and -1 in case of an inter…
13998 …<return type='int' info='0 if the value is valid, a positive error code otherwise and -1 in case o…
13999 <arg name='type' type='xmlSchemaTypePtr' info='the built-in type'/>
14008 …<return type='int' info='0 if the value is valid, a positive error code otherwise and -1 in case o…
14010 <arg name='valType' type='xmlSchemaValType' info='the built-in type'/>
14019 …' info='0 if the value is valid, a positive error code number otherwise and -1 in case of an inter…
14027 <info>Validate a branch of a tree, starting with the given @elem.</info>
14028 …lement and its subtree is valid, a positive error code number otherwise and -1 in case of an inter…
14035 …<return type='int' info='0 if this validates, a positive error code number otherwise and -1 in cas…
14058 …f the document is schemas valid, a positive error code number otherwise and -1 in case of internal…
14076 <return type='int' info='0 in case of success and -1 in case of error'/>
14092 <return type='int' info='0 if succeeded and -1 on API errors.'/>
14142 <arg name='doc' type='xmlDocPtr' info='a preparsed document tree'/>
14180 <info>Validate a tree instance against the schematron</info>
14181 …<return type='int' info='0 in case of success, -1 in case of internal error and an error count oth…
14183 <arg name='instance' type='xmlDocPtr' info='the document instance tree'/>
14201 <function name='xmlSearchNs' file='tree' module='tree'>
14208 <function name='xmlSearchNsByHref' file='tree' module='tree'>
14215 <function name='xmlSetBufferAllocationScheme' file='tree' module='tree'>
14216 …ethod. Types are XML_BUFFER_ALLOC_EXACT - use exact sizes, keeps memory usage down XML_BUFFER_ALL…
14220 <function name='xmlSetCompressMode' file='tree' module='tree'>
14225 <function name='xmlSetDocCompressMode' file='tree' module='tree'>
14245 <return type='int' info='-1 in case or error, 0 otherwise'/>
14251 …-in default handler which prints to stderr. Since this is a global setting, it's a good idea…
14256 <function name='xmlSetListDoc' file='tree' module='tree'>
14258 …<return type='int' info='0 on success. If a memory allocation fails, returns -1. All subtrees will…
14262 <function name='xmlSetNs' file='tree' module='tree'>
14268 <function name='xmlSetNsProp' file='tree' module='tree'>
14277 <function name='xmlSetProp' file='tree' module='tree'>
14279 …fix, then the corresponding namespace-binding will be used, if in scope; it is an error it there&a…
14286 …-context error handler. It's recommended to use the per-context error handlers instead: - x…
14291 <function name='xmlSetTreeDoc' file='tree' module='tree'>
14292 …, xmlAddSibling or xmlReplaceNode. @tree must be the root node of an unlinked subtree. Associate …
14293 …pe='int' info='0 on success. If a memory allocation fails, returns -1. The whole tree will be upda…
14294 <arg name='tree' type='xmlNodePtr' info='root of a subtree'/>
14352 …function "du" show the structure of the subtree under node @tree If @tree is null, the c…
14353 <return type='int' info='0 or -1 in case of error'/>
14356 <arg name='tree' type='xmlNodePtr' info='a node defining a subtree'/>
14371 <return type='int' info='0 or -1 if loading failed'/>
14381 <arg name='node' type='xmlNodePtr' info='a non-null node to print to the output FILE'/>
14399 <return type='int' info='0 or -1 in case of error'/>
14414 <return type='int' info='0 or -1 in case of error'/>
14423 <return type='int' info='0 or -1 in case of error'/>
14432 <return type='int' info='0 or -1 in case of error'/>
14435 <arg name='node' type='xmlNodePtr' info='a node in the tree'/>
14458 <function name='xmlSplitQName2' file='tree' module='tree'>
14464 <function name='xmlSplitQName3' file='tree' module='tree'>
14491 <return type='int' info='the number of characters written to @buf or -1 if an error occurs.'/>
14506 <return type='int' info='the number of characters written to @buf or -1 if an error occurs.'/>
14519 <info>a case-ignoring strstr for xmlChar's</info>
14525 …<info>a strcat for array of xmlChar's. Since they are supposed to be encoded in UTF-8 or an e…
14543 …<info>a strdup for array of xmlChar's. Since they are supposed to be encoded in UTF-8 or an e…
14555 <return type='int' info='-1 in case of error, 0 otherwise.'/>
14560 …lso act as a reset. Otherwise the function will act as if it has been given an element-node.</info>
14561 …<return type='int' info='-1 in case of error, 1 if the current state in the stream is a match and …
14568 …o act as a reset. Otherwise the function will act as if it has been given an attribute-node.</info>
14569 …<return type='int' info='-1 in case of error, 1 if the current state in the stream is a match and …
14576 … can be fed with nodes of type: element-, attribute-, text-, cdata-section-, comment- and processi…
14577 …<return type='int' info='-1 in case of error, 1 if the current state in the stream is a match and …
14585 … be fed with text-, cdata-section-, comment- and processing-instruction-nodes. If the result is 0 …
14586 …t' info='1 in case of need of nodes of the above described types, 0 otherwise. -1 on API errors.'/>
14590 …<info>DEPRECATED: Internal function, do not use. The current char value, if using UTF-8 this may …
14606 <function name='xmlStringGetNodeList' file='tree' module='tree'>
14623 <function name='xmlStringLenGetNodeList' file='tree' module='tree'>
14695 <return type='int' info='0 in case of success, -1 otherwise'/>
14701 <return type='int' info='0 in case of success, -1 otherwise'/>
14707 <return type='int' info='0 in case of success, -1 otherwise'/>
14714 <return type='int' info='0 in case of success, -1 otherwise'/>
14718 <function name='xmlTextConcat' file='tree' module='tree'>
14719 …<info>Concat the given string at the end of the existing node content. If @len is -1, the string …
14720 <return type='int' info='-1 in case of error, 0 otherwise'/>
14725 <function name='xmlTextMerge' file='tree' module='tree'>
14734 <return type='int' info='0 i no attributes, -1 in case of error or the attribute count'/>
14746 …<return type='long' info='the index in bytes from the beginning of the entity or -1 in case the in…
14752 <return type='int' info='0 or -1 in case of error'/>
14830 <info>The depth of the node in the tree.</info>
14831 <return type='int' info='the depth or -1 in case of error'/>
14861 …<arg name='no' type='int' info='the zero-based index of the attribute relative to the containing e…
14900 <return type='int' info='the value, usually 0 or 1, or -1 in case of error.'/>
14906 …is not good, the parser certainly progressed past what's left in reader->input, and there …
14913 <return type='int' info='1 if true, 0 if false, and -1 in case or error'/>
14919 <return type='int' info='1 if true, 0 if false, and -1 in case or error'/>
14925 <return type='int' info='0 if not defaulted, 1 if defaulted, and -1 in case of error'/>
14931 <return type='int' info='1 if empty, 0 if not and -1 in case of error'/>
14937 …space declaration, 0 if it is a regular attribute or other type of node, or -1 in case of error.'/>
14943 <return type='int' info='the flag value 1 if valid, 0 if no, and -1 in case of error'/>
14961 <return type='int' info='the line number or -1 in case of error.'/>
14974 <return type='int' info='1 in case of success, -1 in case of error, 0 if not found'/>
14981 <return type='int' info='1 in case of success, -1 in case of error, 0 if not found'/>
14983 …<arg name='no' type='int' info='the zero-based index of the attribute relative to the containing e…
14988 <return type='int' info='1 in case of success, -1 in case of error, 0 if not found'/>
14996 <return type='int' info='1 in case of success, -1 in case of error, 0 if not moved'/>
15002 <return type='int' info='1 in case of success, -1 in case of error, 0 if not found'/>
15008 <return type='int' info='1 in case of success, -1 in case of error, 0 if not found'/>
15026 …1 if the node was read successfully, 0 if there is no more nodes to read, or -1 in case of error'/>
15032 …1 if the node was read successfully, 0 if there is no more nodes to read, or -1 in case of error'/>
15037 …pe of the current node Reference: http://www.gnu.org/software/dotgnu/pnetlib-doc/System/Xml/XmlNod…
15038 <return type='int' info='the xmlReaderTypes of the current node or -1 in case of error'/>
15044 <return type='int' info='1 or -1 in case of error.'/>
15062 <return type='int' info='a non-negative number in case of success and -1 in case of error'/>
15070 <return type='int' info='" or ' and -1 in case of error'/>
15076 …1 if the node was read successfully, 0 if there is no more nodes to read, or -1 in case of error'/>
15082 …itioned on an attribute node or all the attribute values have been read, or -1 in case of error.'/>
15100 <return type='int' info='the state value, or -1 in case of error'/>
15112 …<return type='int' info='0 in case the RelaxNG validation could be (de)activated and -1 in case of…
15119 …<return type='int' info='0 in case the schemas validation could be (de)activated and -1 in case of…
15126 …<return type='int' info='0 in case the schemas validation could be (de)activated and -1 in case of…
15134 …<return type='int' info='0 in case the schemas validation could be (de)activated and -1 in case of…
15141 …<return type='int' info='0 in case the schemas validation could be (de)activated and -1 in case of…
15164 <return type='int' info='0 if the call was successful, or -1 in case of error'/>
15172 …<return type='int' info='0 in case the Schema validation could be (de)activated and -1 in case of …
15187 <return type='int' info='0 in case of success and -1 in case of error.'/>
15197 …as declared to be standalone, 0 if it was declared to be not standalone, or -1 if the document did…
15221 …<return type='int' info='the bytes written (may be 0 because of buffering) or -1 in case of error'…
15227 …<return type='int' info='the bytes written (may be 0 because of buffering) or -1 in case of error'…
15233 …<return type='int' info='the bytes written (may be 0 because of buffering) or -1 in case of error'…
15239 …<return type='int' info='the bytes written (may be 0 because of buffering) or -1 in case of error'…
15245 …<return type='int' info='the bytes written (may be 0 because of buffering) or -1 in case of error'…
15251 …<return type='int' info='the bytes written (may be 0 because of buffering) or -1 in case of error'…
15257 …<return type='int' info='the bytes written (may be 0 because of buffering) or -1 in case of error'…
15263 <return type='int' info='the bytes written or -1 in case of error'/>
15269 …<return type='int' info='the bytes written (may be 0 because of buffering) or -1 in case of error'…
15275 …<return type='int' info='the bytes written (may be 0 because of buffering) or -1 in case of error'…
15281 …<return type='int' info='the bytes written (may be 0 because of buffering) or -1 in case of error'…
15287 …<return type='int' info='the bytes written (may be 0 because of buffering) or -1 in case of error'…
15293 <return type='int' info='-1 on error or 0 otherwise.'/>
15300 <return type='int' info='-1 on error or 0 otherwise.'/>
15307 <return type='int' info='-1 on error or 0 otherwise.'/>
15314 …<return type='int' info='the bytes written (may be 0 because of buffering) or -1 in case of error'…
15321 …<return type='int' info='the bytes written (may be 0 because of buffering) or -1 in case of error'…
15330 …<return type='int' info='the bytes written (may be 0 because of buffering) or -1 in case of error'…
15336 …<return type='int' info='the bytes written (may be 0 because of buffering) or -1 in case of error'…
15342 …<return type='int' info='the bytes written (may be 0 because of buffering) or -1 in case of error'…
15351 …<return type='int' info='the bytes written (may be 0 because of buffering) or -1 in case of error'…
15358 …<return type='int' info='the bytes written (may be 0 because of buffering) or -1 in case of error'…
15365 …<return type='int' info='the bytes written (may be 0 because of buffering) or -1 in case of error'…
15373 …<return type='int' info='the bytes written (may be 0 because of buffering) or -1 in case of error'…
15382 …<return type='int' info='the bytes written (may be 0 because of buffering) or -1 in case of error'…
15389 …<return type='int' info='the bytes written (may be 0 because of buffering) or -1 in case of error'…
15398 …<return type='int' info='the bytes written (may be 0 because of buffering) or -1 in case of error'…
15405 …<return type='int' info='the bytes written (may be 0 because of buffering) or -1 in case of error'…
15413 …<return type='int' info='the bytes written (may be 0 because of buffering) or -1 in case of error'…
15423 …<return type='int' info='the bytes written (may be 0 because of buffering) or -1 in case of error'…
15432 …<return type='int' info='the bytes written (may be 0 because of buffering) or -1 in case of error'…
15441 …<return type='int' info='the bytes written (may be 0 because of buffering) or -1 in case of error'…
15448 …<return type='int' info='the bytes written (may be 0 because of buffering) or -1 in case of error'…
15455 …<return type='int' info='the bytes written (may be 0 because of buffering) or -1 in case of error'…
15465 …<return type='int' info='the bytes written (may be 0 because of buffering) or -1 in case of error'…
15473 …<return type='int' info='the bytes written (may be 0 because of buffering) or -1 in case of error'…
15481 …<return type='int' info='the bytes written (may be 0 because of buffering) or -1 in case of error'…
15493 …<return type='int' info='the bytes written (may be 0 because of buffering) or -1 in case of error'…
15504 …<return type='int' info='the bytes written (may be 0 because of buffering) or -1 in case of error'…
15513 …<return type='int' info='the bytes written (may be 0 because of buffering) or -1 in case of error'…
15522 …<return type='int' info='the bytes written (may be 0 because of buffering) or -1 in case of error'…
15531 …<return type='int' info='the bytes written (may be 0 because of buffering) or -1 in case of error'…
15539 …<return type='int' info='the bytes written (may be 0 because of buffering) or -1 in case of error'…
15549 …<return type='int' info='the bytes written (may be 0 because of buffering) or -1 in case of error'…
15558 …<return type='int' info='the bytes written (may be 0 because of buffering) or -1 in case of error'…
15569 …<return type='int' info='the bytes written (may be 0 because of buffering) or -1 in case of error'…
15577 …<return type='int' info='the bytes written (may be 0 because of buffering) or -1 in case of error'…
15585 …<return type='int' info='the bytes written (may be 0 because of buffering) or -1 in case of error'…
15596 …<return type='int' info='the bytes written (may be 0 because of buffering) or -1 in case of error'…
15605 …<return type='int' info='the bytes written (may be 0 because of buffering) or -1 in case of error'…
15614 …<return type='int' info='the bytes written (may be 0 because of buffering) or -1 in case of error'…
15624 …<return type='int' info='the bytes written (may be 0 because of buffering) or -1 in case of error'…
15633 …<return type='int' info='the bytes written (may be 0 because of buffering) or -1 in case of error'…
15644 …<return type='int' info='the bytes written (may be 0 because of buffering) or -1 in case of error'…
15653 …<return type='int' info='the bytes written (may be 0 because of buffering) or -1 in case of error'…
15661 …<return type='int' info='the bytes written (may be 0 because of buffering) or -1 in case of error'…
15669 …<return type='int' info='the bytes written (may be 0 because of buffering) or -1 in case of error'…
15677 …<return type='int' info='the bytes written (may be 0 because of buffering) or -1 in case of error'…
15684 …<return type='int' info='the bytes written (may be 0 because of buffering) or -1 in case of error'…
15692 …<return type='int' info='the bytes written (may be 0 because of buffering) or -1 in case of error'…
15699 …<return type='int' info='the bytes written (may be 0 because of buffering) or -1 in case of error'…
15708 …<return type='int' info='the bytes written (may be 0 because of buffering) or -1 in case of error'…
15719 …<return type='int' info='the bytes written (may be 0 because of buffering) or -1 in case of error'…
15727 …<return type='int' info='the bytes written (may be 0 because of buffering) or -1 in case of error'…
15735 …<return type='int' info='the bytes written (may be 0 because of buffering) or -1 in case of error'…
15746 …<return type='int' info='the bytes written (may be 0 because of buffering) or -1 in case of error'…
15755 …<return type='int' info='the bytes written (may be 0 because of buffering) or -1 in case of error'…
15764 …<return type='int' info='the bytes written (may be 0 because of buffering) or -1 in case of error'…
15774 …<return type='int' info='the bytes written (may be 0 because of buffering) or -1 in case of error'…
15783 …<return type='int' info='the bytes written (may be 0 because of buffering) or -1 in case of error'…
15794 …<return type='int' info='the bytes written (may be 0 because of buffering) or -1 in case of error'…
15803 …<return type='int' info='the bytes written (may be 0 because of buffering) or -1 in case of error'…
15811 …<return type='int' info='the bytes written (may be 0 because of buffering) or -1 in case of error'…
15816 <function name='xmlThrDefBufferAllocScheme' file='tree' module='tree'>
15821 <function name='xmlThrDefDefaultBufferSize' file='tree' module='tree'>
15826 <function name='xmlThrDefDeregisterNodeDefault' file='tree' module='tree'>
15882 <function name='xmlThrDefRegisterNodeDefault' file='tree' module='tree'>
15936 <info>Check whether the character is part of ArabicPresentationForms-A UCS Block</info>
15942 <info>Check whether the character is part of ArabicPresentationForms-B UCS Block</info>
15973 <return type='int' info='1 if true, 0 if false and -1 on unknown block'/>
16076 <return type='int' info='1 if true, 0 if false and -1 on unknown category'/>
16562 <info>Check whether the character is part of Latin-1Supplement UCS Block</info>
16568 <info>Check whether the character is part of LatinExtended-A UCS Block</info>
16580 <info>Check whether the character is part of LatinExtended-B UCS Block</info>
16634 … <info>Check whether the character is part of MiscellaneousMathematicalSymbols-A UCS Block</info>
16640 … <info>Check whether the character is part of MiscellaneousMathematicalSymbols-B UCS Block</info>
16778 <info>Check whether the character is part of SupplementalArrows-A UCS Block</info>
16784 <info>Check whether the character is part of SupplementalArrows-B UCS Block</info>
16796 <info>Check whether the character is part of SupplementaryPrivateUseArea-A UCS Block</info>
16802 <info>Check whether the character is part of SupplementaryPrivateUseArea-B UCS Block</info>
16916 … xmlParseURI and xmlURIEscapeStr to try to escape correctly according to RFC2396. - Carl Douglas'/>
16920 …ex, ignoring unreserved characters a-z, A-Z, 0-9, "-._~", a few sub-delims "!*&apos…
16940 <return type='int' info='the numbers of bytes in the character, -1 on format error'/>
16945 <return type='int' info='the number of characters in the string or -1 in case of error'/>
16946 <arg name='utf' type='const xmlChar *' info='a sequence of UTF-8 encoded bytes'/>
16950 … <return type='int' info='the relative character position of the desired char or -1 if not found'/>
16967 …rage size of an UTF8 string the behaviour is not guaranteed if the input string is not UTF-8</info>
16969 <arg name='utf' type='const xmlChar *' info='a sequence of UTF-8 encoded bytes'/>
16973 …<info>Create a substring from a given UTF-8 string Note: positions are given in units of UTF-8 ch…
16975 <arg name='utf' type='const xmlChar *' info='a sequence of UTF-8 encoded bytes'/>
16979 <function name='xmlUnlinkNode' file='tree' module='tree'>
16980 …<info>Unlink a node from its tree. The node is not freed. Unless it is reinserted, it must be man…
16985 <info>xmlUnlockLibrary() is used to release a re-entrant lock on the libxml2 library.</info>
16988 <function name='xmlUnsetNsProp' file='tree' module='tree'>
16991 <return type='int' info='0 if successful, -1 if not found'/>
16996 <function name='xmlUnsetProp' file='tree' module='tree'>
16999 <return type='int' info='0 if successful, -1 if not found'/>
17012 …er. Also check VC: Standalone Document Declaration in P32, and update ctxt->valid accordingly…
17022 <info>Build/extend a list of potential children allowed by the content tree</info>
17023 <return type='int' info='the number of element in the list, or -1 in case of error.'/>
17024 <arg name='ctree' type='xmlElementContent *' info='an element content tree'/>
17031 …tree while respecting the validity constraints forced by the Dtd. The insertion point is defined u…
17032 …<return type='int' info='the number of element in the list, or -1 in case of error. If the functio…
17049 …lowing checks as described by the XML-1.0 recommendation: - [ VC: Attribute Default Legal ] - [ VC…
17064 …i.e. validates the internal and external subset (if present) and validate the document tree.</info>
17078 … the definitions in the DtD. Note the the internal subset (if present) is de-coupled (i.e. not use…
17086 …bed by the XML Rec - check that ENTITY and ENTITIES type attributes default or possible values mat…
17087 <return type='int' info='1 if valid or 0 if invalid and -1 if not well-formed'/>
17101 …ing checks as described by the XML-1.0 recommendation: - [ VC: One ID per Element Type ] - [ VC: N…
17107 <function name='xmlValidateNCName' file='tree' module='tree'>
17109 …<return type='int' info='0 if this validates, a positive error code number otherwise and -1 in cas…
17113 <function name='xmlValidateNMToken' file='tree' module='tree'>
17116 …<return type='int' info='0 if this validates, a positive error code number otherwise and -1 in cas…
17120 <function name='xmlValidateName' file='tree' module='tree'>
17123 …<return type='int' info='0 if this validates, a positive error code number otherwise and -1 in cas…
17153 …on basically it does the following checks as described by the XML-1.0 recommendation: - it seems t…
17161 …don't use. Validate that the given name match a notation declaration. - [ VC: Notation Decla…
17169 …-1.0 recommendation: - [ VC: Attribute Value Type ] - [ VC: Fixed Attribute Default ] - [ VC: Enti…
17179 … it does the following checks as described by the XML-1.0 recommendation: - [ VC: Element Valid ] …
17187 …-1.0 recommendation: - [ VC: Attribute Value Type ] - [ VC: Fixed Attribute Default ] - [ VC: Enti…
17222 <function name='xmlValidateQName' file='tree' module='tree'>
17225 …<return type='int' info='0 if this validates, a positive error code number otherwise and -1 in cas…
17231 …ent basically it does the following check as described by the XML-1.0 recommendation: - [ VC: Root…
17239 … a validity error context, but comes from ctxt->userData (which normally contains such a pointe…
17246 … a validity error context, but comes from ctxt->userData (which normally contains such a pointe…
17271 …<return type='int' info='0 if no substitution were done, -1 if some processing failed or the numbe…
17277 …<return type='int' info='0 if no substitution were done, -1 if some processing failed or the numbe…
17284 …<return type='int' info='0 if no substitution were done, -1 if some processing failed or the numbe…
17292 …<return type='int' info='0 if no substitution were done, -1 if some processing failed or the numbe…
17299 …<return type='int' info='0 if no substitution were done, -1 if some processing failed or the numbe…
17300 <arg name='tree' type='xmlNodePtr' info='a node in an XML document'/>
17305 …<return type='int' info='0 if no substitution were done, -1 if some processing failed or the numbe…
17306 <arg name='tree' type='xmlNodePtr' info='a node in an XML document'/>
17311 <info>Implement the XInclude substitution on the XML node @tree</info>
17312 …<return type='int' info='0 if no substitution were done, -1 if some processing failed or the numbe…
17313 <arg name='tree' type='xmlNodePtr' info='an XML node'/>
17328 <return type='int' info='0 in case of success and -1 in case of error.'/>
17347 …- a number is true if and only if it is neither positive or negative zero nor NaN - a node-set is …
17366 <info>Converts a node-set to its boolean value</info>
17368 <arg name='ns' type='xmlNodeSetPtr' info='a node-set'/>
17372 <info>Converts a node-set to its number value</info>
17374 <arg name='ns' type='xmlNodeSetPtr' info='a node-set'/>
17378 <info>Converts a node-set to its string value.</info>
17380 <arg name='ns' type='xmlNodeSetPtr' info='a node-set'/>
17446 …<return type='int' info='-2 in case of error 1 if first point < second point, 0 if it's th…
17452 …@arg1 >= @arg2 (0, 0, ... When neither object to be compared is a node-set and the operator …
17474 …<return type='int' info='1 if the expression evaluated to true, 0 if to false and -1 in API and in…
17494 …m number of XPath objects to be cached per slot There are two slots for node-set and misc objects.…
17495 <return type='int' info='0 if the setting succeeded, and -1 on API or internal errors.'/>
17510 <return type='int' info='-1 in case of error, 0 otherwise'/>
17528 <info>Implement the count() XPath function number count(node-set)</info>
17542 <info>Dumps the tree of the compiled XPath expression.</info>
17558 …<info>Implements the EXSLT - Sets difference() function: node-set set:difference (node-set, node-s…
17560 <arg name='nodes1' type='xmlNodeSetPtr' info='a node-set'/>
17561 <arg name='nodes2' type='xmlNodeSetPtr' info='a node-set'/>
17565 …- Sets distinct() function: node-set set:distinct (node-set) @nodes is sorted by document order, t…
17567 <arg name='nodes' type='xmlNodeSetPtr' info='a node-set'/>
17571 <info>Implements the EXSLT - Sets distinct() function: node-set set:distinct (node-set)</info>
17573 <arg name='nodes' type='xmlNodeSetPtr' info='a node-set, sorted by document order'/>
17717 …<info>Implements the EXSLT - Sets has-same-nodes function: boolean set:has-same-node(node-set, nod…
17719 <arg name='nodes1' type='xmlNodeSetPtr' info='a node-set'/>
17720 <arg name='nodes2' type='xmlNodeSetPtr' info='a node-set'/>
17724 …-set id(object) The id function selects elements by their unique ID (see [5.2.1 Unique IDs]). When…
17736 …<info>Implements the EXSLT - Sets intersection() function: node-set set:intersection (node-set, no…
17738 <arg name='nodes1' type='xmlNodeSetPtr' info='a node-set'/>
17739 <arg name='nodes2' type='xmlNodeSetPtr' info='a node-set'/>
17744 <return type='int' info='1 if the value is +Infinite, -1 if -Infinite, 0 otherwise'/>
17755 …] NodeType ::= 'comment' | 'text' | 'processing-instruction' | &…
17775 …<info>Implements the EXSLT - Sets leading() function: node-set set:leading (node-set, node-set) @n…
17776 …des2 in document order, @nodes1 if @nodes2 is NULL or empty or an empty node-set if @nodes1 doesn&…
17777 <arg name='nodes1' type='xmlNodeSetPtr' info='a node-set'/>
17778 <arg name='nodes2' type='xmlNodeSetPtr' info='a node-set'/>
17782 …<info>Implements the EXSLT - Sets leading() function: node-set set:leading (node-set, node-set)</i…
17783 …des2 in document order, @nodes1 if @nodes2 is NULL or empty or an empty node-set if @nodes1 doesn&…
17784 <arg name='nodes1' type='xmlNodeSetPtr' info='a node-set, sorted by document order'/>
17785 <arg name='nodes2' type='xmlNodeSetPtr' info='a node-set, sorted by document order'/>
17789 …-name() XPath function string local-name(node-set?) The local-name function returns a string conta…
17808 …-uri() XPath function string namespace-uri(node-set?) The namespace-uri function returns a string …
17864 …<info>Create a new xmlXPathObjectPtr of type Value Tree (XSLT) and initialize it with the tree roo…
17877 …<info>Traversal function for the "ancestor-or-self" direction he ancestor-or-self axis c…
17905 …<info>Traversal function for the "descendant-or-self" direction the descendant-or-self a…
17919 …<info>Traversal function for the "following-sibling" direction The following-sibling axi…
17926 …nodes of the context node; the order of nodes on this axis is implementation-defined; the axis wil…
17947 …<info>Traversal function for the "preceding-sibling" direction The preceding-sibling axi…
17969 …<info>Implements the EXSLT - Sets leading() function: node-set set:leading (node-set, node-set) @n…
17970 …at precede @node in document order, @nodes if @node is NULL or an empty node-set if @nodes doesn&a…
17971 <arg name='nodes' type='xmlNodeSetPtr' info='a node-set'/>
17976 …<info>Implements the EXSLT - Sets leading() function: node-set set:leading (node-set, node-set)</i…
17977 …at precede @node in document order, @nodes if @node is NULL or an empty node-set if @nodes doesn&a…
17978 <arg name='nodes' type='xmlNodeSetPtr' info='a node-set, sorted by document order'/>
17984 <return type='int' info='0 in case of success, and -1 in case of error'/>
17991 <return type='int' info='0 in case of success and -1 in case of error'/>
17999 <return type='int' info='0 in case of success and -1 in case of failure'/>
18007 <arg name='cur' type='xmlNodeSetPtr' info='the node-set'/>
18051 …<info>Implements the EXSLT - Sets trailing() function: node-set set:trailing (node-set, node-set) …
18052 …hat follow @node in document order, @nodes if @node is NULL or an empty node-set if @nodes doesn&a…
18053 <arg name='nodes' type='xmlNodeSetPtr' info='a node-set'/>
18058 …<info>Implements the EXSLT - Sets trailing() function: node-set set:trailing (node-set, node-set)<…
18059 …hat follow @node in document order, @nodes if @node is NULL or an empty node-set if @nodes doesn&a…
18060 <arg name='nodes' type='xmlNodeSetPtr' info='a node-set, sorted by document order'/>
18065 …<info>Implement the normalize-space() XPath function string normalize-space(string?) The normalize…
18105 …on, the order is kept in the element->content field, the value stored is actually - the node nu…
18106 … <return type='long' info='the number of elements found in the document or -1 in case of error.'/>
18111 …(NCNameChar)* [NS 4] NCNameChar ::= Letter | Digit | '.' | '-' | '_&apos…
18117 …<info>parse an XML name [4] NameChar ::= Letter | Digit | '.' | '-' | '_…
18135 …<info>Pops a node-set from the stack, handling conversion if needed. Check error with #xmlXPathChe…
18136 <return type='xmlNodeSetPtr' info='the node-set'/>
18167 <return type='int' info='0 in case of success, -1 in case of error'/>
18183 <return type='int' info='0 in case of success, -1 in case of error'/>
18192 <return type='int' info='0 in case of success, -1 in case of error'/>
18200 <return type='int' info='0 in case of success, -1 in case of error'/>
18216 <return type='int' info='0 in case of success, -1 in case of error'/>
18256 <return type='int' info='-1 in case of error or 0 if successful'/>
18270 …<info>Implement the starts-with() XPath function boolean starts-with(string, string) The starts-wi…
18277 …its ::= [0-9]+ Compile a Number in the string In complement of the Number expression, this func…
18283 …- A node-set is converted to a string by returning the value of the node in the node-set that is f…
18290 …<info>Implement the string-length() XPath function number string-length(string?) The string-length…
18303 …-after() XPath function string substring-after(string, string) The substring-after function return…
18310 …-before() XPath function string substring-before(string, string) The substring-before function ret…
18317 …- substring("12345", 1.5, 2.6) returns "234" - substring("12345", 0,…
18324 …() XPath function number sum(node-set) The sum function returns the sum of the values of the nodes…
18331 …<info>Implements the EXSLT - Sets trailing() function: node-set set:trailing (node-set, node-set) …
18332 …des2 in document order, @nodes1 if @nodes2 is NULL or empty or an empty node-set if @nodes1 doesn&…
18333 <arg name='nodes1' type='xmlNodeSetPtr' info='a node-set'/>
18334 <arg name='nodes2' type='xmlNodeSetPtr' info='a node-set'/>
18338 …<info>Implements the EXSLT - Sets trailing() function: node-set set:trailing (node-set, node-set)<…
18339 …des2 in document order, @nodes1 if @nodes2 is NULL or empty or an empty node-set if @nodes1 doesn&…
18340 <arg name='nodes1' type='xmlNodeSetPtr' info='a node-set, sorted by document order'/>
18341 <arg name='nodes2' type='xmlNodeSetPtr' info='a node-set, sorted by document order'/>
18345 …first argument string are removed. For example, translate("--aaa--","abc-",&qu…
18359 …<info>Implement the unary - operation on an XPath object The numeric operators convert their opera…
18421 …<info>Build a node list tree copy of the XPointer result. This will drop Attributes and Namespace …
18422 …return type='xmlNodePtr' info='an xmlNodePtr list or NULL. the caller has to free the node tree.'/>
18551 …<info>Implement the range-to() XPointer function Obsolete. range-to is not a real function but a …