xref: /aosp_15_r20/external/libxml2/doc/libxml2-api.xml (revision 7c5688314b92172186c154356a6374bf7684c3ca)
1*7c568831SAndroid Build Coastguard Worker<?xml version="1.0" encoding="ISO-8859-1"?>
2*7c568831SAndroid Build Coastguard Worker<api name='libxml2'>
3*7c568831SAndroid Build Coastguard Worker  <files>
4*7c568831SAndroid Build Coastguard Worker    <file name='HTMLparser'>
5*7c568831SAndroid Build Coastguard Worker     <summary>interface for an HTML 4.0 non-verifying parser</summary>
6*7c568831SAndroid Build Coastguard Worker     <description>this module implements an HTML 4.0 non-verifying parser with API compatible with the XML parser ones. It should be able to parse &quot;real world&quot; HTML, even if severely broken from a specification point of view. </description>
7*7c568831SAndroid Build Coastguard Worker     <author>Daniel Veillard </author>
8*7c568831SAndroid Build Coastguard Worker     <exports symbol='htmlDefaultSubelement' type='macro'/>
9*7c568831SAndroid Build Coastguard Worker     <exports symbol='htmlElementAllowedHereDesc' type='macro'/>
10*7c568831SAndroid Build Coastguard Worker     <exports symbol='htmlRequiredAttrs' type='macro'/>
11*7c568831SAndroid Build Coastguard Worker     <exports symbol='HTML_DEPRECATED' type='enum'/>
12*7c568831SAndroid Build Coastguard Worker     <exports symbol='HTML_INVALID' type='enum'/>
13*7c568831SAndroid Build Coastguard Worker     <exports symbol='HTML_NA' type='enum'/>
14*7c568831SAndroid Build Coastguard Worker     <exports symbol='HTML_PARSE_COMPACT' type='enum'/>
15*7c568831SAndroid Build Coastguard Worker     <exports symbol='HTML_PARSE_IGNORE_ENC' type='enum'/>
16*7c568831SAndroid Build Coastguard Worker     <exports symbol='HTML_PARSE_NOBLANKS' type='enum'/>
17*7c568831SAndroid Build Coastguard Worker     <exports symbol='HTML_PARSE_NODEFDTD' type='enum'/>
18*7c568831SAndroid Build Coastguard Worker     <exports symbol='HTML_PARSE_NOERROR' type='enum'/>
19*7c568831SAndroid Build Coastguard Worker     <exports symbol='HTML_PARSE_NOIMPLIED' type='enum'/>
20*7c568831SAndroid Build Coastguard Worker     <exports symbol='HTML_PARSE_NONET' type='enum'/>
21*7c568831SAndroid Build Coastguard Worker     <exports symbol='HTML_PARSE_NOWARNING' type='enum'/>
22*7c568831SAndroid Build Coastguard Worker     <exports symbol='HTML_PARSE_PEDANTIC' type='enum'/>
23*7c568831SAndroid Build Coastguard Worker     <exports symbol='HTML_PARSE_RECOVER' type='enum'/>
24*7c568831SAndroid Build Coastguard Worker     <exports symbol='HTML_REQUIRED' type='enum'/>
25*7c568831SAndroid Build Coastguard Worker     <exports symbol='HTML_VALID' type='enum'/>
26*7c568831SAndroid Build Coastguard Worker     <exports symbol='htmlDocPtr' type='typedef'/>
27*7c568831SAndroid Build Coastguard Worker     <exports symbol='htmlElemDesc' type='typedef'/>
28*7c568831SAndroid Build Coastguard Worker     <exports symbol='htmlElemDescPtr' type='typedef'/>
29*7c568831SAndroid Build Coastguard Worker     <exports symbol='htmlEntityDesc' type='typedef'/>
30*7c568831SAndroid Build Coastguard Worker     <exports symbol='htmlEntityDescPtr' type='typedef'/>
31*7c568831SAndroid Build Coastguard Worker     <exports symbol='htmlNodePtr' type='typedef'/>
32*7c568831SAndroid Build Coastguard Worker     <exports symbol='htmlParserCtxt' type='typedef'/>
33*7c568831SAndroid Build Coastguard Worker     <exports symbol='htmlParserCtxtPtr' type='typedef'/>
34*7c568831SAndroid Build Coastguard Worker     <exports symbol='htmlParserInput' type='typedef'/>
35*7c568831SAndroid Build Coastguard Worker     <exports symbol='htmlParserInputPtr' type='typedef'/>
36*7c568831SAndroid Build Coastguard Worker     <exports symbol='htmlParserNodeInfo' type='typedef'/>
37*7c568831SAndroid Build Coastguard Worker     <exports symbol='htmlParserOption' type='typedef'/>
38*7c568831SAndroid Build Coastguard Worker     <exports symbol='htmlSAXHandler' type='typedef'/>
39*7c568831SAndroid Build Coastguard Worker     <exports symbol='htmlSAXHandlerPtr' type='typedef'/>
40*7c568831SAndroid Build Coastguard Worker     <exports symbol='htmlStatus' type='typedef'/>
41*7c568831SAndroid Build Coastguard Worker     <exports symbol='_htmlElemDesc' type='struct'/>
42*7c568831SAndroid Build Coastguard Worker     <exports symbol='_htmlEntityDesc' type='struct'/>
43*7c568831SAndroid Build Coastguard Worker     <exports symbol='htmlDefaultSAXHandler' type='variable'/>
44*7c568831SAndroid Build Coastguard Worker     <exports symbol='UTF8ToHtml' type='function'/>
45*7c568831SAndroid Build Coastguard Worker     <exports symbol='htmlAttrAllowed' type='function'/>
46*7c568831SAndroid Build Coastguard Worker     <exports symbol='htmlAutoCloseTag' type='function'/>
47*7c568831SAndroid Build Coastguard Worker     <exports symbol='htmlCreateFileParserCtxt' type='function'/>
48*7c568831SAndroid Build Coastguard Worker     <exports symbol='htmlCreateMemoryParserCtxt' type='function'/>
49*7c568831SAndroid Build Coastguard Worker     <exports symbol='htmlCreatePushParserCtxt' type='function'/>
50*7c568831SAndroid Build Coastguard Worker     <exports symbol='htmlCtxtParseDocument' type='function'/>
51*7c568831SAndroid Build Coastguard Worker     <exports symbol='htmlCtxtReadDoc' type='function'/>
52*7c568831SAndroid Build Coastguard Worker     <exports symbol='htmlCtxtReadFd' type='function'/>
53*7c568831SAndroid Build Coastguard Worker     <exports symbol='htmlCtxtReadFile' type='function'/>
54*7c568831SAndroid Build Coastguard Worker     <exports symbol='htmlCtxtReadIO' type='function'/>
55*7c568831SAndroid Build Coastguard Worker     <exports symbol='htmlCtxtReadMemory' type='function'/>
56*7c568831SAndroid Build Coastguard Worker     <exports symbol='htmlCtxtReset' type='function'/>
57*7c568831SAndroid Build Coastguard Worker     <exports symbol='htmlCtxtUseOptions' type='function'/>
58*7c568831SAndroid Build Coastguard Worker     <exports symbol='htmlElementAllowedHere' type='function'/>
59*7c568831SAndroid Build Coastguard Worker     <exports symbol='htmlElementStatusHere' type='function'/>
60*7c568831SAndroid Build Coastguard Worker     <exports symbol='htmlEncodeEntities' type='function'/>
61*7c568831SAndroid Build Coastguard Worker     <exports symbol='htmlEntityLookup' type='function'/>
62*7c568831SAndroid Build Coastguard Worker     <exports symbol='htmlEntityValueLookup' type='function'/>
63*7c568831SAndroid Build Coastguard Worker     <exports symbol='htmlFreeParserCtxt' type='function'/>
64*7c568831SAndroid Build Coastguard Worker     <exports symbol='htmlHandleOmittedElem' type='function'/>
65*7c568831SAndroid Build Coastguard Worker     <exports symbol='htmlInitAutoClose' type='function'/>
66*7c568831SAndroid Build Coastguard Worker     <exports symbol='htmlIsAutoClosed' type='function'/>
67*7c568831SAndroid Build Coastguard Worker     <exports symbol='htmlIsScriptAttribute' type='function'/>
68*7c568831SAndroid Build Coastguard Worker     <exports symbol='htmlNewParserCtxt' type='function'/>
69*7c568831SAndroid Build Coastguard Worker     <exports symbol='htmlNewSAXParserCtxt' type='function'/>
70*7c568831SAndroid Build Coastguard Worker     <exports symbol='htmlNodeStatus' type='function'/>
71*7c568831SAndroid Build Coastguard Worker     <exports symbol='htmlParseCharRef' type='function'/>
72*7c568831SAndroid Build Coastguard Worker     <exports symbol='htmlParseChunk' type='function'/>
73*7c568831SAndroid Build Coastguard Worker     <exports symbol='htmlParseDoc' type='function'/>
74*7c568831SAndroid Build Coastguard Worker     <exports symbol='htmlParseDocument' type='function'/>
75*7c568831SAndroid Build Coastguard Worker     <exports symbol='htmlParseElement' type='function'/>
76*7c568831SAndroid Build Coastguard Worker     <exports symbol='htmlParseEntityRef' type='function'/>
77*7c568831SAndroid Build Coastguard Worker     <exports symbol='htmlParseFile' type='function'/>
78*7c568831SAndroid Build Coastguard Worker     <exports symbol='htmlReadDoc' type='function'/>
79*7c568831SAndroid Build Coastguard Worker     <exports symbol='htmlReadFd' type='function'/>
80*7c568831SAndroid Build Coastguard Worker     <exports symbol='htmlReadFile' type='function'/>
81*7c568831SAndroid Build Coastguard Worker     <exports symbol='htmlReadIO' type='function'/>
82*7c568831SAndroid Build Coastguard Worker     <exports symbol='htmlReadMemory' type='function'/>
83*7c568831SAndroid Build Coastguard Worker     <exports symbol='htmlSAXParseDoc' type='function'/>
84*7c568831SAndroid Build Coastguard Worker     <exports symbol='htmlSAXParseFile' type='function'/>
85*7c568831SAndroid Build Coastguard Worker     <exports symbol='htmlTagLookup' type='function'/>
86*7c568831SAndroid Build Coastguard Worker    </file>
87*7c568831SAndroid Build Coastguard Worker    <file name='HTMLtree'>
88*7c568831SAndroid Build Coastguard Worker     <summary>specific APIs to process HTML tree, especially serialization</summary>
89*7c568831SAndroid Build Coastguard Worker     <description>this module implements a few function needed to process tree in an HTML specific way. </description>
90*7c568831SAndroid Build Coastguard Worker     <author>Daniel Veillard </author>
91*7c568831SAndroid Build Coastguard Worker     <exports symbol='HTML_COMMENT_NODE' type='macro'/>
92*7c568831SAndroid Build Coastguard Worker     <exports symbol='HTML_ENTITY_REF_NODE' type='macro'/>
93*7c568831SAndroid Build Coastguard Worker     <exports symbol='HTML_PI_NODE' type='macro'/>
94*7c568831SAndroid Build Coastguard Worker     <exports symbol='HTML_PRESERVE_NODE' type='macro'/>
95*7c568831SAndroid Build Coastguard Worker     <exports symbol='HTML_TEXT_NODE' type='macro'/>
96*7c568831SAndroid Build Coastguard Worker     <exports symbol='htmlDocContentDumpFormatOutput' type='function'/>
97*7c568831SAndroid Build Coastguard Worker     <exports symbol='htmlDocContentDumpOutput' type='function'/>
98*7c568831SAndroid Build Coastguard Worker     <exports symbol='htmlDocDump' type='function'/>
99*7c568831SAndroid Build Coastguard Worker     <exports symbol='htmlDocDumpMemory' type='function'/>
100*7c568831SAndroid Build Coastguard Worker     <exports symbol='htmlDocDumpMemoryFormat' type='function'/>
101*7c568831SAndroid Build Coastguard Worker     <exports symbol='htmlGetMetaEncoding' type='function'/>
102*7c568831SAndroid Build Coastguard Worker     <exports symbol='htmlIsBooleanAttr' type='function'/>
103*7c568831SAndroid Build Coastguard Worker     <exports symbol='htmlNewDoc' type='function'/>
104*7c568831SAndroid Build Coastguard Worker     <exports symbol='htmlNewDocNoDtD' type='function'/>
105*7c568831SAndroid Build Coastguard Worker     <exports symbol='htmlNodeDump' type='function'/>
106*7c568831SAndroid Build Coastguard Worker     <exports symbol='htmlNodeDumpFile' type='function'/>
107*7c568831SAndroid Build Coastguard Worker     <exports symbol='htmlNodeDumpFileFormat' type='function'/>
108*7c568831SAndroid Build Coastguard Worker     <exports symbol='htmlNodeDumpFormatOutput' type='function'/>
109*7c568831SAndroid Build Coastguard Worker     <exports symbol='htmlNodeDumpOutput' type='function'/>
110*7c568831SAndroid Build Coastguard Worker     <exports symbol='htmlSaveFile' type='function'/>
111*7c568831SAndroid Build Coastguard Worker     <exports symbol='htmlSaveFileEnc' type='function'/>
112*7c568831SAndroid Build Coastguard Worker     <exports symbol='htmlSaveFileFormat' type='function'/>
113*7c568831SAndroid Build Coastguard Worker     <exports symbol='htmlSetMetaEncoding' type='function'/>
114*7c568831SAndroid Build Coastguard Worker    </file>
115*7c568831SAndroid Build Coastguard Worker    <file name='SAX2'>
116*7c568831SAndroid Build Coastguard Worker     <summary>SAX2 parser interface used to build the DOM tree</summary>
117*7c568831SAndroid Build Coastguard Worker     <description>those are the default SAX2 interfaces used by the library when building DOM tree. </description>
118*7c568831SAndroid Build Coastguard Worker     <author>Daniel Veillard </author>
119*7c568831SAndroid Build Coastguard Worker     <exports symbol='htmlDefaultSAXHandlerInit' type='function'/>
120*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlDefaultSAXHandlerInit' type='function'/>
121*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlSAX2AttributeDecl' type='function'/>
122*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlSAX2CDataBlock' type='function'/>
123*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlSAX2Characters' type='function'/>
124*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlSAX2Comment' type='function'/>
125*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlSAX2ElementDecl' type='function'/>
126*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlSAX2EndDocument' type='function'/>
127*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlSAX2EndElement' type='function'/>
128*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlSAX2EndElementNs' type='function'/>
129*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlSAX2EntityDecl' type='function'/>
130*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlSAX2ExternalSubset' type='function'/>
131*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlSAX2GetColumnNumber' type='function'/>
132*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlSAX2GetEntity' type='function'/>
133*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlSAX2GetLineNumber' type='function'/>
134*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlSAX2GetParameterEntity' type='function'/>
135*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlSAX2GetPublicId' type='function'/>
136*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlSAX2GetSystemId' type='function'/>
137*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlSAX2HasExternalSubset' type='function'/>
138*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlSAX2HasInternalSubset' type='function'/>
139*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlSAX2IgnorableWhitespace' type='function'/>
140*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlSAX2InitDefaultSAXHandler' type='function'/>
141*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlSAX2InitHtmlDefaultSAXHandler' type='function'/>
142*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlSAX2InternalSubset' type='function'/>
143*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlSAX2IsStandalone' type='function'/>
144*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlSAX2NotationDecl' type='function'/>
145*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlSAX2ProcessingInstruction' type='function'/>
146*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlSAX2Reference' type='function'/>
147*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlSAX2ResolveEntity' type='function'/>
148*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlSAX2SetDocumentLocator' type='function'/>
149*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlSAX2StartDocument' type='function'/>
150*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlSAX2StartElement' type='function'/>
151*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlSAX2StartElementNs' type='function'/>
152*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlSAX2UnparsedEntityDecl' type='function'/>
153*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlSAXDefaultVersion' type='function'/>
154*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlSAXVersion' type='function'/>
155*7c568831SAndroid Build Coastguard Worker    </file>
156*7c568831SAndroid Build Coastguard Worker    <file name='c14n'>
157*7c568831SAndroid Build Coastguard Worker     <summary>Provide Canonical XML and Exclusive XML Canonicalization</summary>
158*7c568831SAndroid Build Coastguard Worker     <description>the c14n modules provides a  &quot;Canonical XML&quot; implementation</description>
159*7c568831SAndroid Build Coastguard Worker     <author>Aleksey Sanin &lt;[email protected]&gt; </author>
160*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_C14N_1_0' type='enum'/>
161*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_C14N_1_1' type='enum'/>
162*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_C14N_EXCLUSIVE_1_0' type='enum'/>
163*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlC14NMode' type='typedef'/>
164*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlC14NDocDumpMemory' type='function'/>
165*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlC14NDocSave' type='function'/>
166*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlC14NDocSaveTo' type='function'/>
167*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlC14NExecute' type='function'/>
168*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlC14NIsVisibleCallback' type='function'/>
169*7c568831SAndroid Build Coastguard Worker    </file>
170*7c568831SAndroid Build Coastguard Worker    <file name='catalog'>
171*7c568831SAndroid Build Coastguard Worker     <summary>interfaces to the Catalog handling system</summary>
172*7c568831SAndroid Build Coastguard Worker     <description>the catalog module implements the support for XML Catalogs and SGML catalogs </description>
173*7c568831SAndroid Build Coastguard Worker     <author>Daniel Veillard </author>
174*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_CATALOGS_NAMESPACE' type='macro'/>
175*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_CATALOG_PI' type='macro'/>
176*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_CATA_ALLOW_ALL' type='enum'/>
177*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_CATA_ALLOW_DOCUMENT' type='enum'/>
178*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_CATA_ALLOW_GLOBAL' type='enum'/>
179*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_CATA_ALLOW_NONE' type='enum'/>
180*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_CATA_PREFER_NONE' type='enum'/>
181*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_CATA_PREFER_PUBLIC' type='enum'/>
182*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_CATA_PREFER_SYSTEM' type='enum'/>
183*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlCatalog' type='typedef'/>
184*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlCatalogAllow' type='typedef'/>
185*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlCatalogPrefer' type='typedef'/>
186*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlCatalogPtr' type='typedef'/>
187*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlACatalogAdd' type='function'/>
188*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlACatalogDump' type='function'/>
189*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlACatalogRemove' type='function'/>
190*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlACatalogResolve' type='function'/>
191*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlACatalogResolvePublic' type='function'/>
192*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlACatalogResolveSystem' type='function'/>
193*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlACatalogResolveURI' type='function'/>
194*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlCatalogAdd' type='function'/>
195*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlCatalogAddLocal' type='function'/>
196*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlCatalogCleanup' type='function'/>
197*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlCatalogConvert' type='function'/>
198*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlCatalogDump' type='function'/>
199*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlCatalogFreeLocal' type='function'/>
200*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlCatalogGetDefaults' type='function'/>
201*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlCatalogGetPublic' type='function'/>
202*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlCatalogGetSystem' type='function'/>
203*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlCatalogIsEmpty' type='function'/>
204*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlCatalogLocalResolve' type='function'/>
205*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlCatalogLocalResolveURI' type='function'/>
206*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlCatalogRemove' type='function'/>
207*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlCatalogResolve' type='function'/>
208*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlCatalogResolvePublic' type='function'/>
209*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlCatalogResolveSystem' type='function'/>
210*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlCatalogResolveURI' type='function'/>
211*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlCatalogSetDebug' type='function'/>
212*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlCatalogSetDefaultPrefer' type='function'/>
213*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlCatalogSetDefaults' type='function'/>
214*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlConvertSGMLCatalog' type='function'/>
215*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlFreeCatalog' type='function'/>
216*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlInitializeCatalog' type='function'/>
217*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlLoadACatalog' type='function'/>
218*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlLoadCatalog' type='function'/>
219*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlLoadCatalogs' type='function'/>
220*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlLoadSGMLSuperCatalog' type='function'/>
221*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlNewCatalog' type='function'/>
222*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlParseCatalogFile' type='function'/>
223*7c568831SAndroid Build Coastguard Worker    </file>
224*7c568831SAndroid Build Coastguard Worker    <file name='chvalid'>
225*7c568831SAndroid Build Coastguard Worker     <summary>Unicode character range checking</summary>
226*7c568831SAndroid Build Coastguard Worker     <description>this module exports interfaces for the character range validation APIs  This file is automatically generated from the cvs source definition files using the genChRanges.py Python script </description>
227*7c568831SAndroid Build Coastguard Worker     <author>William Brack &lt;[email protected]&gt; </author>
228*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlIsBaseCharQ' type='macro'/>
229*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlIsBaseChar_ch' type='macro'/>
230*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlIsBlankQ' type='macro'/>
231*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlIsBlank_ch' type='macro'/>
232*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlIsCharQ' type='macro'/>
233*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlIsChar_ch' type='macro'/>
234*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlIsCombiningQ' type='macro'/>
235*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlIsDigitQ' type='macro'/>
236*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlIsDigit_ch' type='macro'/>
237*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlIsExtenderQ' type='macro'/>
238*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlIsExtender_ch' type='macro'/>
239*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlIsIdeographicQ' type='macro'/>
240*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlIsPubidCharQ' type='macro'/>
241*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlIsPubidChar_ch' type='macro'/>
242*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlChLRange' type='typedef'/>
243*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlChLRangePtr' type='typedef'/>
244*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlChRangeGroup' type='typedef'/>
245*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlChRangeGroupPtr' type='typedef'/>
246*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlChSRange' type='typedef'/>
247*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlChSRangePtr' type='typedef'/>
248*7c568831SAndroid Build Coastguard Worker     <exports symbol='_xmlChLRange' type='struct'/>
249*7c568831SAndroid Build Coastguard Worker     <exports symbol='_xmlChRangeGroup' type='struct'/>
250*7c568831SAndroid Build Coastguard Worker     <exports symbol='_xmlChSRange' type='struct'/>
251*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlIsBaseCharGroup' type='variable'/>
252*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlIsCharGroup' type='variable'/>
253*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlIsCombiningGroup' type='variable'/>
254*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlIsDigitGroup' type='variable'/>
255*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlIsExtenderGroup' type='variable'/>
256*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlIsIdeographicGroup' type='variable'/>
257*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlIsPubidChar_tab' type='variable'/>
258*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlCharInRange' type='function'/>
259*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlIsBaseChar' type='function'/>
260*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlIsBlank' type='function'/>
261*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlIsChar' type='function'/>
262*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlIsCombining' type='function'/>
263*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlIsDigit' type='function'/>
264*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlIsExtender' type='function'/>
265*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlIsIdeographic' type='function'/>
266*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlIsPubidChar' type='function'/>
267*7c568831SAndroid Build Coastguard Worker    </file>
268*7c568831SAndroid Build Coastguard Worker    <file name='debugXML'>
269*7c568831SAndroid Build Coastguard Worker     <summary>Tree debugging APIs</summary>
270*7c568831SAndroid Build Coastguard Worker     <description>Interfaces to a set of routines used for debugging the tree produced by the XML parser. </description>
271*7c568831SAndroid Build Coastguard Worker     <author>Daniel Veillard </author>
272*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlDebugCheckDocument' type='function'/>
273*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlDebugDumpAttr' type='function'/>
274*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlDebugDumpAttrList' type='function'/>
275*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlDebugDumpDTD' type='function'/>
276*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlDebugDumpDocument' type='function'/>
277*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlDebugDumpDocumentHead' type='function'/>
278*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlDebugDumpEntities' type='function'/>
279*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlDebugDumpNode' type='function'/>
280*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlDebugDumpNodeList' type='function'/>
281*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlDebugDumpOneNode' type='function'/>
282*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlDebugDumpString' type='function'/>
283*7c568831SAndroid Build Coastguard Worker    </file>
284*7c568831SAndroid Build Coastguard Worker    <file name='dict'>
285*7c568831SAndroid Build Coastguard Worker     <summary>string dictionary</summary>
286*7c568831SAndroid Build Coastguard Worker     <description>dictionary of reusable strings, just used to avoid allocation and freeing operations. </description>
287*7c568831SAndroid Build Coastguard Worker     <author>Daniel Veillard </author>
288*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlDict' type='typedef'/>
289*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlDictPtr' type='typedef'/>
290*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlDictCleanup' type='function'/>
291*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlDictCreate' type='function'/>
292*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlDictCreateSub' type='function'/>
293*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlDictExists' type='function'/>
294*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlDictFree' type='function'/>
295*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlDictGetUsage' type='function'/>
296*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlDictLookup' type='function'/>
297*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlDictOwns' type='function'/>
298*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlDictQLookup' type='function'/>
299*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlDictReference' type='function'/>
300*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlDictSetLimit' type='function'/>
301*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlDictSize' type='function'/>
302*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlInitializeDict' type='function'/>
303*7c568831SAndroid Build Coastguard Worker    </file>
304*7c568831SAndroid Build Coastguard Worker    <file name='encoding'>
305*7c568831SAndroid Build Coastguard Worker     <summary>interface for the encoding conversion functions</summary>
306*7c568831SAndroid Build Coastguard Worker     <description>interface for the encoding conversion functions needed for XML basic encoding and iconv() support.  Related specs are rfc2044        (UTF-8 and UTF-16) F. Yergeau Alis Technologies [ISO-10646]    UTF-8 and UTF-16 in Annexes [ISO-8859-1]   ISO Latin-1 characters codes. [UNICODE]      The Unicode Consortium, &quot;The Unicode Standard -- Worldwide Character Encoding -- Version 1.0&quot;, Addison- Wesley, Volume 1, 1991, Volume 2, 1992.  UTF-8 is described in Unicode Technical Report #4. [US-ASCII]     Coded Character Set--7-bit American Standard Code for Information Interchange, ANSI X3.4-1986. </description>
307*7c568831SAndroid Build Coastguard Worker     <author>Daniel Veillard </author>
308*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_CHAR_ENCODING_2022_JP' type='enum'/>
309*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_CHAR_ENCODING_8859_1' type='enum'/>
310*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_CHAR_ENCODING_8859_10' type='enum'/>
311*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_CHAR_ENCODING_8859_11' type='enum'/>
312*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_CHAR_ENCODING_8859_13' type='enum'/>
313*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_CHAR_ENCODING_8859_14' type='enum'/>
314*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_CHAR_ENCODING_8859_15' type='enum'/>
315*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_CHAR_ENCODING_8859_16' type='enum'/>
316*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_CHAR_ENCODING_8859_2' type='enum'/>
317*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_CHAR_ENCODING_8859_3' type='enum'/>
318*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_CHAR_ENCODING_8859_4' type='enum'/>
319*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_CHAR_ENCODING_8859_5' type='enum'/>
320*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_CHAR_ENCODING_8859_6' type='enum'/>
321*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_CHAR_ENCODING_8859_7' type='enum'/>
322*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_CHAR_ENCODING_8859_8' type='enum'/>
323*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_CHAR_ENCODING_8859_9' type='enum'/>
324*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_CHAR_ENCODING_ASCII' type='enum'/>
325*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_CHAR_ENCODING_EBCDIC' type='enum'/>
326*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_CHAR_ENCODING_ERROR' type='enum'/>
327*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_CHAR_ENCODING_EUC_JP' type='enum'/>
328*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_CHAR_ENCODING_HTML' type='enum'/>
329*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_CHAR_ENCODING_NONE' type='enum'/>
330*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_CHAR_ENCODING_SHIFT_JIS' type='enum'/>
331*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_CHAR_ENCODING_UCS2' type='enum'/>
332*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_CHAR_ENCODING_UCS4BE' type='enum'/>
333*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_CHAR_ENCODING_UCS4LE' type='enum'/>
334*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_CHAR_ENCODING_UCS4_2143' type='enum'/>
335*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_CHAR_ENCODING_UCS4_3412' type='enum'/>
336*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_CHAR_ENCODING_UTF16' type='enum'/>
337*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_CHAR_ENCODING_UTF16BE' type='enum'/>
338*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_CHAR_ENCODING_UTF16LE' type='enum'/>
339*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_CHAR_ENCODING_UTF8' type='enum'/>
340*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_ENC_ERR_INPUT' type='enum'/>
341*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_ENC_ERR_INTERNAL' type='enum'/>
342*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_ENC_ERR_MEMORY' type='enum'/>
343*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_ENC_ERR_SPACE' type='enum'/>
344*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_ENC_ERR_SUCCESS' type='enum'/>
345*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlCharEncError' type='typedef'/>
346*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlCharEncoding' type='typedef'/>
347*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlCharEncodingHandler' type='typedef'/>
348*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlCharEncodingHandlerPtr' type='typedef'/>
349*7c568831SAndroid Build Coastguard Worker     <exports symbol='_xmlCharEncodingHandler' type='struct'/>
350*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlCharEncConverter' type='struct'/>
351*7c568831SAndroid Build Coastguard Worker     <exports symbol='UTF8Toisolat1' type='function'/>
352*7c568831SAndroid Build Coastguard Worker     <exports symbol='isolat1ToUTF8' type='function'/>
353*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlAddEncodingAlias' type='function'/>
354*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlCharEncCloseFunc' type='function'/>
355*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlCharEncConvCtxtDtor' type='function'/>
356*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlCharEncConvFunc' type='function'/>
357*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlCharEncConvImpl' type='function'/>
358*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlCharEncFirstLine' type='function'/>
359*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlCharEncInFunc' type='function'/>
360*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlCharEncOutFunc' type='function'/>
361*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlCharEncodingInputFunc' type='function'/>
362*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlCharEncodingOutputFunc' type='function'/>
363*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlCleanupCharEncodingHandlers' type='function'/>
364*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlCleanupEncodingAliases' type='function'/>
365*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlCreateCharEncodingHandler' type='function'/>
366*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlDelEncodingAlias' type='function'/>
367*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlDetectCharEncoding' type='function'/>
368*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlFindCharEncodingHandler' type='function'/>
369*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlGetCharEncodingHandler' type='function'/>
370*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlGetCharEncodingName' type='function'/>
371*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlGetEncodingAlias' type='function'/>
372*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlInitCharEncodingHandlers' type='function'/>
373*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlLookupCharEncodingHandler' type='function'/>
374*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlNewCharEncodingHandler' type='function'/>
375*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlOpenCharEncodingHandler' type='function'/>
376*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlParseCharEncoding' type='function'/>
377*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlRegisterCharEncodingHandler' type='function'/>
378*7c568831SAndroid Build Coastguard Worker    </file>
379*7c568831SAndroid Build Coastguard Worker    <file name='entities'>
380*7c568831SAndroid Build Coastguard Worker     <summary>interface for the XML entities handling</summary>
381*7c568831SAndroid Build Coastguard Worker     <description>this module provides some of the entity API needed for the parser and applications. </description>
382*7c568831SAndroid Build Coastguard Worker     <author>Daniel Veillard </author>
383*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_EXTERNAL_GENERAL_PARSED_ENTITY' type='enum'/>
384*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_EXTERNAL_GENERAL_UNPARSED_ENTITY' type='enum'/>
385*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_EXTERNAL_PARAMETER_ENTITY' type='enum'/>
386*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_INTERNAL_GENERAL_ENTITY' type='enum'/>
387*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_INTERNAL_PARAMETER_ENTITY' type='enum'/>
388*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_INTERNAL_PREDEFINED_ENTITY' type='enum'/>
389*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlEntitiesTable' type='typedef'/>
390*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlEntitiesTablePtr' type='typedef'/>
391*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlEntityType' type='typedef'/>
392*7c568831SAndroid Build Coastguard Worker     <exports symbol='_xmlEntity' type='struct'/>
393*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlAddDocEntity' type='function'/>
394*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlAddDtdEntity' type='function'/>
395*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlAddEntity' type='function'/>
396*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlCopyEntitiesTable' type='function'/>
397*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlCreateEntitiesTable' type='function'/>
398*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlDumpEntitiesTable' type='function'/>
399*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlDumpEntityDecl' type='function'/>
400*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlEncodeEntitiesReentrant' type='function'/>
401*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlEncodeSpecialChars' type='function'/>
402*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlFreeEntitiesTable' type='function'/>
403*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlFreeEntity' type='function'/>
404*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlGetDocEntity' type='function'/>
405*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlGetDtdEntity' type='function'/>
406*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlGetParameterEntity' type='function'/>
407*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlGetPredefinedEntity' type='function'/>
408*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlNewEntity' type='function'/>
409*7c568831SAndroid Build Coastguard Worker    </file>
410*7c568831SAndroid Build Coastguard Worker    <file name='globals'>
411*7c568831SAndroid Build Coastguard Worker     <summary>interface for all global variables of the library</summary>
412*7c568831SAndroid Build Coastguard Worker     <description>Deprecated, don&apos;t use </description>
413*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlGlobalState' type='typedef'/>
414*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlGlobalStatePtr' type='typedef'/>
415*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlGetGlobalState' type='function'/>
416*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlInitializeGlobalState' type='function'/>
417*7c568831SAndroid Build Coastguard Worker    </file>
418*7c568831SAndroid Build Coastguard Worker    <file name='hash'>
419*7c568831SAndroid Build Coastguard Worker     <summary>Chained hash tables</summary>
420*7c568831SAndroid Build Coastguard Worker     <description>This module implements the hash table support used in various places in the library. </description>
421*7c568831SAndroid Build Coastguard Worker     <author>Bjorn Reese &lt;[email protected]&gt; </author>
422*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_CAST_FPTR' type='macro'/>
423*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlHashTable' type='typedef'/>
424*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlHashTablePtr' type='typedef'/>
425*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlHashAdd' type='function'/>
426*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlHashAdd2' type='function'/>
427*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlHashAdd3' type='function'/>
428*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlHashAddEntry' type='function'/>
429*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlHashAddEntry2' type='function'/>
430*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlHashAddEntry3' type='function'/>
431*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlHashCopier' type='function'/>
432*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlHashCopy' type='function'/>
433*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlHashCopySafe' type='function'/>
434*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlHashCreate' type='function'/>
435*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlHashCreateDict' type='function'/>
436*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlHashDeallocator' type='function'/>
437*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlHashDefaultDeallocator' type='function'/>
438*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlHashFree' type='function'/>
439*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlHashLookup' type='function'/>
440*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlHashLookup2' type='function'/>
441*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlHashLookup3' type='function'/>
442*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlHashQLookup' type='function'/>
443*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlHashQLookup2' type='function'/>
444*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlHashQLookup3' type='function'/>
445*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlHashRemoveEntry' type='function'/>
446*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlHashRemoveEntry2' type='function'/>
447*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlHashRemoveEntry3' type='function'/>
448*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlHashScan' type='function'/>
449*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlHashScan3' type='function'/>
450*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlHashScanFull' type='function'/>
451*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlHashScanFull3' type='function'/>
452*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlHashScanner' type='function'/>
453*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlHashScannerFull' type='function'/>
454*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlHashSize' type='function'/>
455*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlHashUpdateEntry' type='function'/>
456*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlHashUpdateEntry2' type='function'/>
457*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlHashUpdateEntry3' type='function'/>
458*7c568831SAndroid Build Coastguard Worker    </file>
459*7c568831SAndroid Build Coastguard Worker    <file name='list'>
460*7c568831SAndroid Build Coastguard Worker     <summary>lists interfaces</summary>
461*7c568831SAndroid Build Coastguard Worker     <description>this module implement the list support used in various place in the library. </description>
462*7c568831SAndroid Build Coastguard Worker     <author>Gary Pennington &lt;[email protected]&gt; </author>
463*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlLink' type='typedef'/>
464*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlLinkPtr' type='typedef'/>
465*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlList' type='typedef'/>
466*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlListPtr' type='typedef'/>
467*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlLinkGetData' type='function'/>
468*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlListAppend' type='function'/>
469*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlListClear' type='function'/>
470*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlListCopy' type='function'/>
471*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlListCreate' type='function'/>
472*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlListDataCompare' type='function'/>
473*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlListDeallocator' type='function'/>
474*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlListDelete' type='function'/>
475*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlListDup' type='function'/>
476*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlListEmpty' type='function'/>
477*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlListEnd' type='function'/>
478*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlListFront' type='function'/>
479*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlListInsert' type='function'/>
480*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlListMerge' type='function'/>
481*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlListPopBack' type='function'/>
482*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlListPopFront' type='function'/>
483*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlListPushBack' type='function'/>
484*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlListPushFront' type='function'/>
485*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlListRemoveAll' type='function'/>
486*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlListRemoveFirst' type='function'/>
487*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlListRemoveLast' type='function'/>
488*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlListReverse' type='function'/>
489*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlListReverseSearch' type='function'/>
490*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlListReverseWalk' type='function'/>
491*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlListSearch' type='function'/>
492*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlListSize' type='function'/>
493*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlListSort' type='function'/>
494*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlListWalk' type='function'/>
495*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlListWalker' type='function'/>
496*7c568831SAndroid Build Coastguard Worker    </file>
497*7c568831SAndroid Build Coastguard Worker    <file name='nanohttp'>
498*7c568831SAndroid Build Coastguard Worker     <summary>minimal HTTP implementation</summary>
499*7c568831SAndroid Build Coastguard Worker     <description>minimal HTTP implementation allowing to fetch resources like external subset. </description>
500*7c568831SAndroid Build Coastguard Worker     <author>Daniel Veillard </author>
501*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlNanoHTTPAuthHeader' type='function'/>
502*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlNanoHTTPCleanup' type='function'/>
503*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlNanoHTTPClose' type='function'/>
504*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlNanoHTTPContentLength' type='function'/>
505*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlNanoHTTPEncoding' type='function'/>
506*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlNanoHTTPFetch' type='function'/>
507*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlNanoHTTPInit' type='function'/>
508*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlNanoHTTPMethod' type='function'/>
509*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlNanoHTTPMethodRedir' type='function'/>
510*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlNanoHTTPMimeType' type='function'/>
511*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlNanoHTTPOpen' type='function'/>
512*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlNanoHTTPOpenRedir' type='function'/>
513*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlNanoHTTPRead' type='function'/>
514*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlNanoHTTPRedir' type='function'/>
515*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlNanoHTTPReturnCode' type='function'/>
516*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlNanoHTTPSave' type='function'/>
517*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlNanoHTTPScanProxy' type='function'/>
518*7c568831SAndroid Build Coastguard Worker    </file>
519*7c568831SAndroid Build Coastguard Worker    <file name='parser'>
520*7c568831SAndroid Build Coastguard Worker     <summary>the core parser module</summary>
521*7c568831SAndroid Build Coastguard Worker     <description>Interfaces, constants and types related to the XML parser </description>
522*7c568831SAndroid Build Coastguard Worker     <author>Daniel Veillard </author>
523*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_DEFAULT_VERSION' type='macro'/>
524*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_INPUT_BUF_STATIC' type='macro'/>
525*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_INPUT_BUF_ZERO_TERMINATED' type='macro'/>
526*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_INPUT_NETWORK' type='macro'/>
527*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_INPUT_UNZIP' type='macro'/>
528*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_SAX2_MAGIC' type='macro'/>
529*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_STATUS_CATASTROPHIC_ERROR' type='macro'/>
530*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_STATUS_DTD_VALIDATION_FAILED' type='macro'/>
531*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_STATUS_NOT_NS_WELL_FORMED' type='macro'/>
532*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_STATUS_NOT_WELL_FORMED' type='macro'/>
533*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_PARSER_ATTRIBUTE_VALUE' type='enum'/>
534*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_PARSER_CDATA_SECTION' type='enum'/>
535*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_PARSER_COMMENT' type='enum'/>
536*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_PARSER_CONTENT' type='enum'/>
537*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_PARSER_DTD' type='enum'/>
538*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_PARSER_END_TAG' type='enum'/>
539*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_PARSER_ENTITY_DECL' type='enum'/>
540*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_PARSER_ENTITY_VALUE' type='enum'/>
541*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_PARSER_EOF' type='enum'/>
542*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_PARSER_EPILOG' type='enum'/>
543*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_PARSER_IGNORE' type='enum'/>
544*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_PARSER_MISC' type='enum'/>
545*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_PARSER_PI' type='enum'/>
546*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_PARSER_PROLOG' type='enum'/>
547*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_PARSER_PUBLIC_LITERAL' type='enum'/>
548*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_PARSER_START' type='enum'/>
549*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_PARSER_START_TAG' type='enum'/>
550*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_PARSER_SYSTEM_LITERAL' type='enum'/>
551*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_PARSER_XML_DECL' type='enum'/>
552*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_PARSE_BIG_LINES' type='enum'/>
553*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_PARSE_COMPACT' type='enum'/>
554*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_PARSE_DOM' type='enum'/>
555*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_PARSE_DTDATTR' type='enum'/>
556*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_PARSE_DTDLOAD' type='enum'/>
557*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_PARSE_DTDVALID' type='enum'/>
558*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_PARSE_HUGE' type='enum'/>
559*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_PARSE_IGNORE_ENC' type='enum'/>
560*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_PARSE_NOBASEFIX' type='enum'/>
561*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_PARSE_NOBLANKS' type='enum'/>
562*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_PARSE_NOCDATA' type='enum'/>
563*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_PARSE_NODICT' type='enum'/>
564*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_PARSE_NOENT' type='enum'/>
565*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_PARSE_NOERROR' type='enum'/>
566*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_PARSE_NONET' type='enum'/>
567*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_PARSE_NOWARNING' type='enum'/>
568*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_PARSE_NOXINCNODE' type='enum'/>
569*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_PARSE_NO_CATALOG_PI' type='enum'/>
570*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_PARSE_NO_SYS_CATALOG' type='enum'/>
571*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_PARSE_NO_UNZIP' type='enum'/>
572*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_PARSE_NO_XXE' type='enum'/>
573*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_PARSE_NSCLEAN' type='enum'/>
574*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_PARSE_OLD10' type='enum'/>
575*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_PARSE_OLDSAX' type='enum'/>
576*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_PARSE_PEDANTIC' type='enum'/>
577*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_PARSE_PUSH_DOM' type='enum'/>
578*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_PARSE_PUSH_SAX' type='enum'/>
579*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_PARSE_READER' type='enum'/>
580*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_PARSE_RECOVER' type='enum'/>
581*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_PARSE_SAX' type='enum'/>
582*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_PARSE_SAX1' type='enum'/>
583*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_PARSE_UNKNOWN' type='enum'/>
584*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_PARSE_XINCLUDE' type='enum'/>
585*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_RESOURCE_DTD' type='enum'/>
586*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_RESOURCE_GENERAL_ENTITY' type='enum'/>
587*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_RESOURCE_MAIN_DOCUMENT' type='enum'/>
588*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_RESOURCE_PARAMETER_ENTITY' type='enum'/>
589*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_RESOURCE_UNKNOWN' type='enum'/>
590*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_RESOURCE_XINCLUDE' type='enum'/>
591*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_RESOURCE_XINCLUDE_TEXT' type='enum'/>
592*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_WITH_AUTOMATA' type='enum'/>
593*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_WITH_C14N' type='enum'/>
594*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_WITH_CATALOG' type='enum'/>
595*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_WITH_DEBUG' type='enum'/>
596*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_WITH_DEBUG_MEM' type='enum'/>
597*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_WITH_DEBUG_RUN' type='enum'/>
598*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_WITH_EXPR' type='enum'/>
599*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_WITH_FTP' type='enum'/>
600*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_WITH_HTML' type='enum'/>
601*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_WITH_HTTP' type='enum'/>
602*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_WITH_ICONV' type='enum'/>
603*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_WITH_ICU' type='enum'/>
604*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_WITH_ISO8859X' type='enum'/>
605*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_WITH_LEGACY' type='enum'/>
606*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_WITH_LZMA' type='enum'/>
607*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_WITH_MODULES' type='enum'/>
608*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_WITH_NONE' type='enum'/>
609*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_WITH_OUTPUT' type='enum'/>
610*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_WITH_PATTERN' type='enum'/>
611*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_WITH_PUSH' type='enum'/>
612*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_WITH_READER' type='enum'/>
613*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_WITH_REGEXP' type='enum'/>
614*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_WITH_SAX1' type='enum'/>
615*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_WITH_SCHEMAS' type='enum'/>
616*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_WITH_SCHEMATRON' type='enum'/>
617*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_WITH_THREAD' type='enum'/>
618*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_WITH_TREE' type='enum'/>
619*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_WITH_UNICODE' type='enum'/>
620*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_WITH_VALID' type='enum'/>
621*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_WITH_WRITER' type='enum'/>
622*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_WITH_XINCLUDE' type='enum'/>
623*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_WITH_XPATH' type='enum'/>
624*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_WITH_XPTR' type='enum'/>
625*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_WITH_ZLIB' type='enum'/>
626*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlAttrHashBucket' type='typedef'/>
627*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlFeature' type='typedef'/>
628*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlParserInputState' type='typedef'/>
629*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlParserMode' type='typedef'/>
630*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlParserNodeInfo' type='typedef'/>
631*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlParserNodeInfoPtr' type='typedef'/>
632*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlParserNodeInfoSeq' type='typedef'/>
633*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlParserNodeInfoSeqPtr' type='typedef'/>
634*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlParserNsData' type='typedef'/>
635*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlParserOption' type='typedef'/>
636*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlResourceType' type='typedef'/>
637*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlSAXHandlerV1' type='typedef'/>
638*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlSAXHandlerV1Ptr' type='typedef'/>
639*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlStartTag' type='typedef'/>
640*7c568831SAndroid Build Coastguard Worker     <exports symbol='_xmlParserCtxt' type='struct'/>
641*7c568831SAndroid Build Coastguard Worker     <exports symbol='_xmlParserInput' type='struct'/>
642*7c568831SAndroid Build Coastguard Worker     <exports symbol='_xmlParserNodeInfo' type='struct'/>
643*7c568831SAndroid Build Coastguard Worker     <exports symbol='_xmlParserNodeInfoSeq' type='struct'/>
644*7c568831SAndroid Build Coastguard Worker     <exports symbol='_xmlSAXHandler' type='struct'/>
645*7c568831SAndroid Build Coastguard Worker     <exports symbol='_xmlSAXHandlerV1' type='struct'/>
646*7c568831SAndroid Build Coastguard Worker     <exports symbol='_xmlSAXLocator' type='struct'/>
647*7c568831SAndroid Build Coastguard Worker     <exports symbol='oldXMLWDcompatibility' type='variable'/>
648*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlDefaultSAXHandler' type='variable'/>
649*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlDefaultSAXLocator' type='variable'/>
650*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlParserDebugEntities' type='variable'/>
651*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlParserVersion' type='variable'/>
652*7c568831SAndroid Build Coastguard Worker     <exports symbol='attributeDeclSAXFunc' type='function'/>
653*7c568831SAndroid Build Coastguard Worker     <exports symbol='attributeSAXFunc' type='function'/>
654*7c568831SAndroid Build Coastguard Worker     <exports symbol='cdataBlockSAXFunc' type='function'/>
655*7c568831SAndroid Build Coastguard Worker     <exports symbol='charactersSAXFunc' type='function'/>
656*7c568831SAndroid Build Coastguard Worker     <exports symbol='commentSAXFunc' type='function'/>
657*7c568831SAndroid Build Coastguard Worker     <exports symbol='elementDeclSAXFunc' type='function'/>
658*7c568831SAndroid Build Coastguard Worker     <exports symbol='endDocumentSAXFunc' type='function'/>
659*7c568831SAndroid Build Coastguard Worker     <exports symbol='endElementNsSAX2Func' type='function'/>
660*7c568831SAndroid Build Coastguard Worker     <exports symbol='endElementSAXFunc' type='function'/>
661*7c568831SAndroid Build Coastguard Worker     <exports symbol='entityDeclSAXFunc' type='function'/>
662*7c568831SAndroid Build Coastguard Worker     <exports symbol='errorSAXFunc' type='function'/>
663*7c568831SAndroid Build Coastguard Worker     <exports symbol='externalSubsetSAXFunc' type='function'/>
664*7c568831SAndroid Build Coastguard Worker     <exports symbol='fatalErrorSAXFunc' type='function'/>
665*7c568831SAndroid Build Coastguard Worker     <exports symbol='getEntitySAXFunc' type='function'/>
666*7c568831SAndroid Build Coastguard Worker     <exports symbol='getParameterEntitySAXFunc' type='function'/>
667*7c568831SAndroid Build Coastguard Worker     <exports symbol='hasExternalSubsetSAXFunc' type='function'/>
668*7c568831SAndroid Build Coastguard Worker     <exports symbol='hasInternalSubsetSAXFunc' type='function'/>
669*7c568831SAndroid Build Coastguard Worker     <exports symbol='ignorableWhitespaceSAXFunc' type='function'/>
670*7c568831SAndroid Build Coastguard Worker     <exports symbol='internalSubsetSAXFunc' type='function'/>
671*7c568831SAndroid Build Coastguard Worker     <exports symbol='isStandaloneSAXFunc' type='function'/>
672*7c568831SAndroid Build Coastguard Worker     <exports symbol='notationDeclSAXFunc' type='function'/>
673*7c568831SAndroid Build Coastguard Worker     <exports symbol='processingInstructionSAXFunc' type='function'/>
674*7c568831SAndroid Build Coastguard Worker     <exports symbol='referenceSAXFunc' type='function'/>
675*7c568831SAndroid Build Coastguard Worker     <exports symbol='resolveEntitySAXFunc' type='function'/>
676*7c568831SAndroid Build Coastguard Worker     <exports symbol='setDocumentLocatorSAXFunc' type='function'/>
677*7c568831SAndroid Build Coastguard Worker     <exports symbol='startDocumentSAXFunc' type='function'/>
678*7c568831SAndroid Build Coastguard Worker     <exports symbol='startElementNsSAX2Func' type='function'/>
679*7c568831SAndroid Build Coastguard Worker     <exports symbol='startElementSAXFunc' type='function'/>
680*7c568831SAndroid Build Coastguard Worker     <exports symbol='unparsedEntityDeclSAXFunc' type='function'/>
681*7c568831SAndroid Build Coastguard Worker     <exports symbol='warningSAXFunc' type='function'/>
682*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlByteConsumed' type='function'/>
683*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlCleanupGlobals' type='function'/>
684*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlCleanupParser' type='function'/>
685*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlClearNodeInfoSeq' type='function'/>
686*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlClearParserCtxt' type='function'/>
687*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlCreateDocParserCtxt' type='function'/>
688*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlCreateIOParserCtxt' type='function'/>
689*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlCreatePushParserCtxt' type='function'/>
690*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlCtxtGetCatalogs' type='function'/>
691*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlCtxtGetDeclaredEncoding' type='function'/>
692*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlCtxtGetDict' type='function'/>
693*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlCtxtGetOptions' type='function'/>
694*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlCtxtGetPrivate' type='function'/>
695*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlCtxtGetStandalone' type='function'/>
696*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlCtxtGetStatus' type='function'/>
697*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlCtxtGetVersion' type='function'/>
698*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlCtxtParseContent' type='function'/>
699*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlCtxtParseDocument' type='function'/>
700*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlCtxtReadDoc' type='function'/>
701*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlCtxtReadFd' type='function'/>
702*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlCtxtReadFile' type='function'/>
703*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlCtxtReadIO' type='function'/>
704*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlCtxtReadMemory' type='function'/>
705*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlCtxtReset' type='function'/>
706*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlCtxtResetPush' type='function'/>
707*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlCtxtSetCatalogs' type='function'/>
708*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlCtxtSetCharEncConvImpl' type='function'/>
709*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlCtxtSetDict' type='function'/>
710*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlCtxtSetErrorHandler' type='function'/>
711*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlCtxtSetMaxAmplification' type='function'/>
712*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlCtxtSetOptions' type='function'/>
713*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlCtxtSetPrivate' type='function'/>
714*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlCtxtSetResourceLoader' type='function'/>
715*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlCtxtUseOptions' type='function'/>
716*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlExternalEntityLoader' type='function'/>
717*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlFreeParserCtxt' type='function'/>
718*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlGetExternalEntityLoader' type='function'/>
719*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlHasFeature' type='function'/>
720*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlIOParseDTD' type='function'/>
721*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlInitGlobals' type='function'/>
722*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlInitNodeInfoSeq' type='function'/>
723*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlInitParser' type='function'/>
724*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlInitParserCtxt' type='function'/>
725*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlInputSetEncodingHandler' type='function'/>
726*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlKeepBlanksDefault' type='function'/>
727*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlLineNumbersDefault' type='function'/>
728*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlLoadExternalEntity' type='function'/>
729*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlNewIOInputStream' type='function'/>
730*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlNewInputFromFd' type='function'/>
731*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlNewInputFromIO' type='function'/>
732*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlNewInputFromMemory' type='function'/>
733*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlNewInputFromString' type='function'/>
734*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlNewInputFromUrl' type='function'/>
735*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlNewParserCtxt' type='function'/>
736*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlNewSAXParserCtxt' type='function'/>
737*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlParseBalancedChunkMemory' type='function'/>
738*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlParseBalancedChunkMemoryRecover' type='function'/>
739*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlParseChunk' type='function'/>
740*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlParseCtxtExternalEntity' type='function'/>
741*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlParseDTD' type='function'/>
742*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlParseDoc' type='function'/>
743*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlParseDocument' type='function'/>
744*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlParseEntity' type='function'/>
745*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlParseExtParsedEnt' type='function'/>
746*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlParseExternalEntity' type='function'/>
747*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlParseFile' type='function'/>
748*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlParseInNodeContext' type='function'/>
749*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlParseMemory' type='function'/>
750*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlParserAddNodeInfo' type='function'/>
751*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlParserFindNodeInfo' type='function'/>
752*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlParserFindNodeInfoIndex' type='function'/>
753*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlParserInputDeallocate' type='function'/>
754*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlParserInputGrow' type='function'/>
755*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlParserInputRead' type='function'/>
756*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlPedanticParserDefault' type='function'/>
757*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlReadDoc' type='function'/>
758*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlReadFd' type='function'/>
759*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlReadFile' type='function'/>
760*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlReadIO' type='function'/>
761*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlReadMemory' type='function'/>
762*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlRecoverDoc' type='function'/>
763*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlRecoverFile' type='function'/>
764*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlRecoverMemory' type='function'/>
765*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlResourceLoader' type='function'/>
766*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlSAXParseDTD' type='function'/>
767*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlSAXParseDoc' type='function'/>
768*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlSAXParseEntity' type='function'/>
769*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlSAXParseFile' type='function'/>
770*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlSAXParseFileWithData' type='function'/>
771*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlSAXParseMemory' type='function'/>
772*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlSAXParseMemoryWithData' type='function'/>
773*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlSAXUserParseFile' type='function'/>
774*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlSAXUserParseMemory' type='function'/>
775*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlSetExternalEntityLoader' type='function'/>
776*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlSetupParserForBuffer' type='function'/>
777*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlStopParser' type='function'/>
778*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlSubstituteEntitiesDefault' type='function'/>
779*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlThrDefDoValidityCheckingDefaultValue' type='function'/>
780*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlThrDefGetWarningsDefaultValue' type='function'/>
781*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlThrDefKeepBlanksDefaultValue' type='function'/>
782*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlThrDefLineNumbersDefaultValue' type='function'/>
783*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlThrDefLoadExtDtdDefaultValue' type='function'/>
784*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlThrDefParserDebugEntities' type='function'/>
785*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlThrDefPedanticParserDefaultValue' type='function'/>
786*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlThrDefSubstituteEntitiesDefaultValue' type='function'/>
787*7c568831SAndroid Build Coastguard Worker    </file>
788*7c568831SAndroid Build Coastguard Worker    <file name='parserInternals'>
789*7c568831SAndroid Build Coastguard Worker     <summary>internals routines and limits exported by the parser.</summary>
790*7c568831SAndroid Build Coastguard Worker     <description>this module exports a number of internal parsing routines they are not really all intended for applications but can prove useful doing low level processing. </description>
791*7c568831SAndroid Build Coastguard Worker     <author>Daniel Veillard </author>
792*7c568831SAndroid Build Coastguard Worker     <exports symbol='INPUT_CHUNK' type='macro'/>
793*7c568831SAndroid Build Coastguard Worker     <exports symbol='IS_ASCII_DIGIT' type='macro'/>
794*7c568831SAndroid Build Coastguard Worker     <exports symbol='IS_ASCII_LETTER' type='macro'/>
795*7c568831SAndroid Build Coastguard Worker     <exports symbol='IS_BASECHAR' type='macro'/>
796*7c568831SAndroid Build Coastguard Worker     <exports symbol='IS_BLANK' type='macro'/>
797*7c568831SAndroid Build Coastguard Worker     <exports symbol='IS_BLANK_CH' type='macro'/>
798*7c568831SAndroid Build Coastguard Worker     <exports symbol='IS_BYTE_CHAR' type='macro'/>
799*7c568831SAndroid Build Coastguard Worker     <exports symbol='IS_CHAR' type='macro'/>
800*7c568831SAndroid Build Coastguard Worker     <exports symbol='IS_CHAR_CH' type='macro'/>
801*7c568831SAndroid Build Coastguard Worker     <exports symbol='IS_COMBINING' type='macro'/>
802*7c568831SAndroid Build Coastguard Worker     <exports symbol='IS_COMBINING_CH' type='macro'/>
803*7c568831SAndroid Build Coastguard Worker     <exports symbol='IS_DIGIT' type='macro'/>
804*7c568831SAndroid Build Coastguard Worker     <exports symbol='IS_DIGIT_CH' type='macro'/>
805*7c568831SAndroid Build Coastguard Worker     <exports symbol='IS_EXTENDER' type='macro'/>
806*7c568831SAndroid Build Coastguard Worker     <exports symbol='IS_EXTENDER_CH' type='macro'/>
807*7c568831SAndroid Build Coastguard Worker     <exports symbol='IS_IDEOGRAPHIC' type='macro'/>
808*7c568831SAndroid Build Coastguard Worker     <exports symbol='IS_LETTER' type='macro'/>
809*7c568831SAndroid Build Coastguard Worker     <exports symbol='IS_LETTER_CH' type='macro'/>
810*7c568831SAndroid Build Coastguard Worker     <exports symbol='IS_PUBIDCHAR' type='macro'/>
811*7c568831SAndroid Build Coastguard Worker     <exports symbol='IS_PUBIDCHAR_CH' type='macro'/>
812*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_MAX_DICTIONARY_LIMIT' type='macro'/>
813*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_MAX_HUGE_LENGTH' type='macro'/>
814*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_MAX_LOOKUP_LIMIT' type='macro'/>
815*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_MAX_NAMELEN' type='macro'/>
816*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_MAX_NAME_LENGTH' type='macro'/>
817*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_MAX_TEXT_LENGTH' type='macro'/>
818*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_SUBSTITUTE_BOTH' type='macro'/>
819*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_SUBSTITUTE_NONE' type='macro'/>
820*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_SUBSTITUTE_PEREF' type='macro'/>
821*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_SUBSTITUTE_REF' type='macro'/>
822*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlParserMaxDepth' type='variable'/>
823*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlStringComment' type='variable'/>
824*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlStringText' type='variable'/>
825*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlStringTextNoenc' type='variable'/>
826*7c568831SAndroid Build Coastguard Worker     <exports symbol='inputPop' type='function'/>
827*7c568831SAndroid Build Coastguard Worker     <exports symbol='inputPush' type='function'/>
828*7c568831SAndroid Build Coastguard Worker     <exports symbol='namePop' type='function'/>
829*7c568831SAndroid Build Coastguard Worker     <exports symbol='namePush' type='function'/>
830*7c568831SAndroid Build Coastguard Worker     <exports symbol='nodePop' type='function'/>
831*7c568831SAndroid Build Coastguard Worker     <exports symbol='nodePush' type='function'/>
832*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlCheckLanguageID' type='function'/>
833*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlCopyChar' type='function'/>
834*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlCopyCharMultiByte' type='function'/>
835*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlCreateEntityParserCtxt' type='function'/>
836*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlCreateFileParserCtxt' type='function'/>
837*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlCreateMemoryParserCtxt' type='function'/>
838*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlCreateURLParserCtxt' type='function'/>
839*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlCtxtErrMemory' type='function'/>
840*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlCurrentChar' type='function'/>
841*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlFreeInputStream' type='function'/>
842*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlIsLetter' type='function'/>
843*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlNewEntityInputStream' type='function'/>
844*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlNewInputFromFile' type='function'/>
845*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlNewInputStream' type='function'/>
846*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlNewStringInputStream' type='function'/>
847*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlNextChar' type='function'/>
848*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlParseAttValue' type='function'/>
849*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlParseAttribute' type='function'/>
850*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlParseAttributeListDecl' type='function'/>
851*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlParseAttributeType' type='function'/>
852*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlParseCDSect' type='function'/>
853*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlParseCharData' type='function'/>
854*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlParseCharRef' type='function'/>
855*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlParseComment' type='function'/>
856*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlParseContent' type='function'/>
857*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlParseDefaultDecl' type='function'/>
858*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlParseDocTypeDecl' type='function'/>
859*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlParseElement' type='function'/>
860*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlParseElementChildrenContentDecl' type='function'/>
861*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlParseElementContentDecl' type='function'/>
862*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlParseElementDecl' type='function'/>
863*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlParseElementMixedContentDecl' type='function'/>
864*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlParseEncName' type='function'/>
865*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlParseEncodingDecl' type='function'/>
866*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlParseEndTag' type='function'/>
867*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlParseEntityDecl' type='function'/>
868*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlParseEntityRef' type='function'/>
869*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlParseEntityValue' type='function'/>
870*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlParseEnumeratedType' type='function'/>
871*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlParseEnumerationType' type='function'/>
872*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlParseExternalID' type='function'/>
873*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlParseExternalSubset' type='function'/>
874*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlParseMarkupDecl' type='function'/>
875*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlParseMisc' type='function'/>
876*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlParseName' type='function'/>
877*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlParseNmtoken' type='function'/>
878*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlParseNotationDecl' type='function'/>
879*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlParseNotationType' type='function'/>
880*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlParsePEReference' type='function'/>
881*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlParsePI' type='function'/>
882*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlParsePITarget' type='function'/>
883*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlParsePubidLiteral' type='function'/>
884*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlParseReference' type='function'/>
885*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlParseSDDecl' type='function'/>
886*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlParseStartTag' type='function'/>
887*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlParseSystemLiteral' type='function'/>
888*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlParseTextDecl' type='function'/>
889*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlParseVersionInfo' type='function'/>
890*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlParseVersionNum' type='function'/>
891*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlParseXMLDecl' type='function'/>
892*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlParserHandlePEReference' type='function'/>
893*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlParserInputShrink' type='function'/>
894*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlPopInput' type='function'/>
895*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlPushInput' type='function'/>
896*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlSkipBlankChars' type='function'/>
897*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlSplitQName' type='function'/>
898*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlStringCurrentChar' type='function'/>
899*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlStringDecodeEntities' type='function'/>
900*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlStringLenDecodeEntities' type='function'/>
901*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlSwitchEncoding' type='function'/>
902*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlSwitchEncodingName' type='function'/>
903*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlSwitchInputEncoding' type='function'/>
904*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlSwitchToEncoding' type='function'/>
905*7c568831SAndroid Build Coastguard Worker    </file>
906*7c568831SAndroid Build Coastguard Worker    <file name='pattern'>
907*7c568831SAndroid Build Coastguard Worker     <summary>pattern expression handling</summary>
908*7c568831SAndroid Build Coastguard Worker     <description>allows to compile and test pattern expressions for nodes either in a tree or based on a parser state. </description>
909*7c568831SAndroid Build Coastguard Worker     <author>Daniel Veillard </author>
910*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_PATTERN_DEFAULT' type='enum'/>
911*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_PATTERN_XPATH' type='enum'/>
912*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_PATTERN_XSFIELD' type='enum'/>
913*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_PATTERN_XSSEL' type='enum'/>
914*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlPattern' type='typedef'/>
915*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlPatternFlags' type='typedef'/>
916*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlPatternPtr' type='typedef'/>
917*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlStreamCtxt' type='typedef'/>
918*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlStreamCtxtPtr' type='typedef'/>
919*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlFreePattern' type='function'/>
920*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlFreePatternList' type='function'/>
921*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlFreeStreamCtxt' type='function'/>
922*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlPatternCompileSafe' type='function'/>
923*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlPatternFromRoot' type='function'/>
924*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlPatternGetStreamCtxt' type='function'/>
925*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlPatternMatch' type='function'/>
926*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlPatternMaxDepth' type='function'/>
927*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlPatternMinDepth' type='function'/>
928*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlPatternStreamable' type='function'/>
929*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlPatterncompile' type='function'/>
930*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlStreamPop' type='function'/>
931*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlStreamPush' type='function'/>
932*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlStreamPushAttr' type='function'/>
933*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlStreamPushNode' type='function'/>
934*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlStreamWantsAnyNode' type='function'/>
935*7c568831SAndroid Build Coastguard Worker    </file>
936*7c568831SAndroid Build Coastguard Worker    <file name='relaxng'>
937*7c568831SAndroid Build Coastguard Worker     <summary>implementation of the Relax-NG validation</summary>
938*7c568831SAndroid Build Coastguard Worker     <description>implementation of the Relax-NG validation </description>
939*7c568831SAndroid Build Coastguard Worker     <author>Daniel Veillard </author>
940*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_RELAXNGP_CRNG' type='enum'/>
941*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_RELAXNGP_FREE_DOC' type='enum'/>
942*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_RELAXNGP_NONE' type='enum'/>
943*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_RELAXNG_ERR_ATTREXTRANS' type='enum'/>
944*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_RELAXNG_ERR_ATTRNAME' type='enum'/>
945*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_RELAXNG_ERR_ATTRNONS' type='enum'/>
946*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_RELAXNG_ERR_ATTRVALID' type='enum'/>
947*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_RELAXNG_ERR_ATTRWRONGNS' type='enum'/>
948*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_RELAXNG_ERR_CONTENTVALID' type='enum'/>
949*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_RELAXNG_ERR_DATAELEM' type='enum'/>
950*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_RELAXNG_ERR_DATATYPE' type='enum'/>
951*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_RELAXNG_ERR_DUPID' type='enum'/>
952*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_RELAXNG_ERR_ELEMEXTRANS' type='enum'/>
953*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_RELAXNG_ERR_ELEMNAME' type='enum'/>
954*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_RELAXNG_ERR_ELEMNONS' type='enum'/>
955*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_RELAXNG_ERR_ELEMNOTEMPTY' type='enum'/>
956*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_RELAXNG_ERR_ELEMWRONG' type='enum'/>
957*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_RELAXNG_ERR_ELEMWRONGNS' type='enum'/>
958*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_RELAXNG_ERR_EXTRACONTENT' type='enum'/>
959*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_RELAXNG_ERR_EXTRADATA' type='enum'/>
960*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_RELAXNG_ERR_INTEREXTRA' type='enum'/>
961*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_RELAXNG_ERR_INTERNAL' type='enum'/>
962*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_RELAXNG_ERR_INTERNODATA' type='enum'/>
963*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_RELAXNG_ERR_INTERSEQ' type='enum'/>
964*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_RELAXNG_ERR_INVALIDATTR' type='enum'/>
965*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_RELAXNG_ERR_LACKDATA' type='enum'/>
966*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_RELAXNG_ERR_LIST' type='enum'/>
967*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_RELAXNG_ERR_LISTELEM' type='enum'/>
968*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_RELAXNG_ERR_LISTEMPTY' type='enum'/>
969*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_RELAXNG_ERR_LISTEXTRA' type='enum'/>
970*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_RELAXNG_ERR_MEMORY' type='enum'/>
971*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_RELAXNG_ERR_NODEFINE' type='enum'/>
972*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_RELAXNG_ERR_NOELEM' type='enum'/>
973*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_RELAXNG_ERR_NOGRAMMAR' type='enum'/>
974*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_RELAXNG_ERR_NOSTATE' type='enum'/>
975*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_RELAXNG_ERR_NOTELEM' type='enum'/>
976*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_RELAXNG_ERR_TEXTWRONG' type='enum'/>
977*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_RELAXNG_ERR_TYPE' type='enum'/>
978*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_RELAXNG_ERR_TYPECMP' type='enum'/>
979*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_RELAXNG_ERR_TYPEVAL' type='enum'/>
980*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_RELAXNG_ERR_VALELEM' type='enum'/>
981*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_RELAXNG_ERR_VALUE' type='enum'/>
982*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_RELAXNG_OK' type='enum'/>
983*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlRelaxNG' type='typedef'/>
984*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlRelaxNGParserCtxt' type='typedef'/>
985*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlRelaxNGParserCtxtPtr' type='typedef'/>
986*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlRelaxNGParserFlag' type='typedef'/>
987*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlRelaxNGPtr' type='typedef'/>
988*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlRelaxNGValidCtxt' type='typedef'/>
989*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlRelaxNGValidCtxtPtr' type='typedef'/>
990*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlRelaxNGValidErr' type='typedef'/>
991*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlRelaxNGCleanupTypes' type='function'/>
992*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlRelaxNGDump' type='function'/>
993*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlRelaxNGDumpTree' type='function'/>
994*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlRelaxNGFree' type='function'/>
995*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlRelaxNGFreeParserCtxt' type='function'/>
996*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlRelaxNGFreeValidCtxt' type='function'/>
997*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlRelaxNGGetParserErrors' type='function'/>
998*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlRelaxNGGetValidErrors' type='function'/>
999*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlRelaxNGInitTypes' type='function'/>
1000*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlRelaxNGNewDocParserCtxt' type='function'/>
1001*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlRelaxNGNewMemParserCtxt' type='function'/>
1002*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlRelaxNGNewParserCtxt' type='function'/>
1003*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlRelaxNGNewValidCtxt' type='function'/>
1004*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlRelaxNGParse' type='function'/>
1005*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlRelaxNGSetParserErrors' type='function'/>
1006*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlRelaxNGSetParserStructuredErrors' type='function'/>
1007*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlRelaxNGSetResourceLoader' type='function'/>
1008*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlRelaxNGSetValidErrors' type='function'/>
1009*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlRelaxNGSetValidStructuredErrors' type='function'/>
1010*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlRelaxNGValidateDoc' type='function'/>
1011*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlRelaxNGValidateFullElement' type='function'/>
1012*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlRelaxNGValidatePopElement' type='function'/>
1013*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlRelaxNGValidatePushCData' type='function'/>
1014*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlRelaxNGValidatePushElement' type='function'/>
1015*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlRelaxNGValidityErrorFunc' type='function'/>
1016*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlRelaxNGValidityWarningFunc' type='function'/>
1017*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlRelaxParserSetFlag' type='function'/>
1018*7c568831SAndroid Build Coastguard Worker    </file>
1019*7c568831SAndroid Build Coastguard Worker    <file name='schemasInternals'>
1020*7c568831SAndroid Build Coastguard Worker     <summary>internal interfaces for XML Schemas</summary>
1021*7c568831SAndroid Build Coastguard Worker     <description>internal interfaces for the XML Schemas handling and schema validity checking The Schemas development is a Work In Progress. Some of those interfaces are not guaranteed to be API or ABI stable ! </description>
1022*7c568831SAndroid Build Coastguard Worker     <author>Daniel Veillard </author>
1023*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_SCHEMAS_ANYATTR_LAX' type='macro'/>
1024*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_SCHEMAS_ANYATTR_SKIP' type='macro'/>
1025*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_SCHEMAS_ANYATTR_STRICT' type='macro'/>
1026*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_SCHEMAS_ANY_LAX' type='macro'/>
1027*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_SCHEMAS_ANY_SKIP' type='macro'/>
1028*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_SCHEMAS_ANY_STRICT' type='macro'/>
1029*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_SCHEMAS_ATTRGROUP_GLOBAL' type='macro'/>
1030*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_SCHEMAS_ATTRGROUP_HAS_REFS' type='macro'/>
1031*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_SCHEMAS_ATTRGROUP_MARKED' type='macro'/>
1032*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_SCHEMAS_ATTRGROUP_REDEFINED' type='macro'/>
1033*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_SCHEMAS_ATTRGROUP_WILDCARD_BUILDED' type='macro'/>
1034*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_SCHEMAS_ATTR_FIXED' type='macro'/>
1035*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_SCHEMAS_ATTR_GLOBAL' type='macro'/>
1036*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_SCHEMAS_ATTR_INTERNAL_RESOLVED' type='macro'/>
1037*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_SCHEMAS_ATTR_NSDEFAULT' type='macro'/>
1038*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_SCHEMAS_ATTR_USE_OPTIONAL' type='macro'/>
1039*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_SCHEMAS_ATTR_USE_PROHIBITED' type='macro'/>
1040*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_SCHEMAS_ATTR_USE_REQUIRED' type='macro'/>
1041*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_SCHEMAS_BLOCK_DEFAULT_EXTENSION' type='macro'/>
1042*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_SCHEMAS_BLOCK_DEFAULT_RESTRICTION' type='macro'/>
1043*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_SCHEMAS_BLOCK_DEFAULT_SUBSTITUTION' type='macro'/>
1044*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_SCHEMAS_ELEM_ABSTRACT' type='macro'/>
1045*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_SCHEMAS_ELEM_BLOCK_ABSENT' type='macro'/>
1046*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_SCHEMAS_ELEM_BLOCK_EXTENSION' type='macro'/>
1047*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_SCHEMAS_ELEM_BLOCK_RESTRICTION' type='macro'/>
1048*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_SCHEMAS_ELEM_BLOCK_SUBSTITUTION' type='macro'/>
1049*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_SCHEMAS_ELEM_CIRCULAR' type='macro'/>
1050*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_SCHEMAS_ELEM_DEFAULT' type='macro'/>
1051*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_SCHEMAS_ELEM_FINAL_ABSENT' type='macro'/>
1052*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_SCHEMAS_ELEM_FINAL_EXTENSION' type='macro'/>
1053*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_SCHEMAS_ELEM_FINAL_RESTRICTION' type='macro'/>
1054*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_SCHEMAS_ELEM_FIXED' type='macro'/>
1055*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_SCHEMAS_ELEM_GLOBAL' type='macro'/>
1056*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_SCHEMAS_ELEM_INTERNAL_CHECKED' type='macro'/>
1057*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_SCHEMAS_ELEM_INTERNAL_RESOLVED' type='macro'/>
1058*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_SCHEMAS_ELEM_NILLABLE' type='macro'/>
1059*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_SCHEMAS_ELEM_NSDEFAULT' type='macro'/>
1060*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_SCHEMAS_ELEM_REF' type='macro'/>
1061*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_SCHEMAS_ELEM_SUBST_GROUP_HEAD' type='macro'/>
1062*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_SCHEMAS_ELEM_TOPLEVEL' type='macro'/>
1063*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_SCHEMAS_FACET_COLLAPSE' type='macro'/>
1064*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_SCHEMAS_FACET_PRESERVE' type='macro'/>
1065*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_SCHEMAS_FACET_REPLACE' type='macro'/>
1066*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_SCHEMAS_FACET_UNKNOWN' type='macro'/>
1067*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_SCHEMAS_FINAL_DEFAULT_EXTENSION' type='macro'/>
1068*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_SCHEMAS_FINAL_DEFAULT_LIST' type='macro'/>
1069*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_SCHEMAS_FINAL_DEFAULT_RESTRICTION' type='macro'/>
1070*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_SCHEMAS_FINAL_DEFAULT_UNION' type='macro'/>
1071*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_SCHEMAS_INCLUDING_CONVERT_NS' type='macro'/>
1072*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_SCHEMAS_QUALIF_ATTR' type='macro'/>
1073*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_SCHEMAS_QUALIF_ELEM' type='macro'/>
1074*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_SCHEMAS_TYPE_ABSTRACT' type='macro'/>
1075*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_SCHEMAS_TYPE_BLOCK_DEFAULT' type='macro'/>
1076*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_SCHEMAS_TYPE_BLOCK_EXTENSION' type='macro'/>
1077*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_SCHEMAS_TYPE_BLOCK_RESTRICTION' type='macro'/>
1078*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_SCHEMAS_TYPE_BUILTIN_PRIMITIVE' type='macro'/>
1079*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_SCHEMAS_TYPE_DERIVATION_METHOD_EXTENSION' type='macro'/>
1080*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_SCHEMAS_TYPE_DERIVATION_METHOD_RESTRICTION' type='macro'/>
1081*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_SCHEMAS_TYPE_FACETSNEEDVALUE' type='macro'/>
1082*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_SCHEMAS_TYPE_FINAL_DEFAULT' type='macro'/>
1083*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_SCHEMAS_TYPE_FINAL_EXTENSION' type='macro'/>
1084*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_SCHEMAS_TYPE_FINAL_LIST' type='macro'/>
1085*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_SCHEMAS_TYPE_FINAL_RESTRICTION' type='macro'/>
1086*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_SCHEMAS_TYPE_FINAL_UNION' type='macro'/>
1087*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_SCHEMAS_TYPE_FIXUP_1' type='macro'/>
1088*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_SCHEMAS_TYPE_GLOBAL' type='macro'/>
1089*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_SCHEMAS_TYPE_HAS_FACETS' type='macro'/>
1090*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_SCHEMAS_TYPE_INTERNAL_INVALID' type='macro'/>
1091*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_SCHEMAS_TYPE_INTERNAL_RESOLVED' type='macro'/>
1092*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_SCHEMAS_TYPE_MARKED' type='macro'/>
1093*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_SCHEMAS_TYPE_MIXED' type='macro'/>
1094*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_SCHEMAS_TYPE_NORMVALUENEEDED' type='macro'/>
1095*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_SCHEMAS_TYPE_OWNED_ATTR_WILDCARD' type='macro'/>
1096*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_SCHEMAS_TYPE_REDEFINED' type='macro'/>
1097*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_SCHEMAS_TYPE_VARIETY_ABSENT' type='macro'/>
1098*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_SCHEMAS_TYPE_VARIETY_ATOMIC' type='macro'/>
1099*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_SCHEMAS_TYPE_VARIETY_LIST' type='macro'/>
1100*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_SCHEMAS_TYPE_VARIETY_UNION' type='macro'/>
1101*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_SCHEMAS_TYPE_WHITESPACE_COLLAPSE' type='macro'/>
1102*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_SCHEMAS_TYPE_WHITESPACE_PRESERVE' type='macro'/>
1103*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_SCHEMAS_TYPE_WHITESPACE_REPLACE' type='macro'/>
1104*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_SCHEMAS_WILDCARD_COMPLETE' type='macro'/>
1105*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_SCHEMAS_ANYSIMPLETYPE' type='enum'/>
1106*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_SCHEMAS_ANYTYPE' type='enum'/>
1107*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_SCHEMAS_ANYURI' type='enum'/>
1108*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_SCHEMAS_BASE64BINARY' type='enum'/>
1109*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_SCHEMAS_BOOLEAN' type='enum'/>
1110*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_SCHEMAS_BYTE' type='enum'/>
1111*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_SCHEMAS_DATE' type='enum'/>
1112*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_SCHEMAS_DATETIME' type='enum'/>
1113*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_SCHEMAS_DECIMAL' type='enum'/>
1114*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_SCHEMAS_DOUBLE' type='enum'/>
1115*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_SCHEMAS_DURATION' type='enum'/>
1116*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_SCHEMAS_ENTITIES' type='enum'/>
1117*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_SCHEMAS_ENTITY' type='enum'/>
1118*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_SCHEMAS_FLOAT' type='enum'/>
1119*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_SCHEMAS_GDAY' type='enum'/>
1120*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_SCHEMAS_GMONTH' type='enum'/>
1121*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_SCHEMAS_GMONTHDAY' type='enum'/>
1122*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_SCHEMAS_GYEAR' type='enum'/>
1123*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_SCHEMAS_GYEARMONTH' type='enum'/>
1124*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_SCHEMAS_HEXBINARY' type='enum'/>
1125*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_SCHEMAS_ID' type='enum'/>
1126*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_SCHEMAS_IDREF' type='enum'/>
1127*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_SCHEMAS_IDREFS' type='enum'/>
1128*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_SCHEMAS_INT' type='enum'/>
1129*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_SCHEMAS_INTEGER' type='enum'/>
1130*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_SCHEMAS_LANGUAGE' type='enum'/>
1131*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_SCHEMAS_LONG' type='enum'/>
1132*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_SCHEMAS_NAME' type='enum'/>
1133*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_SCHEMAS_NCNAME' type='enum'/>
1134*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_SCHEMAS_NINTEGER' type='enum'/>
1135*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_SCHEMAS_NMTOKEN' type='enum'/>
1136*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_SCHEMAS_NMTOKENS' type='enum'/>
1137*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_SCHEMAS_NNINTEGER' type='enum'/>
1138*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_SCHEMAS_NORMSTRING' type='enum'/>
1139*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_SCHEMAS_NOTATION' type='enum'/>
1140*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_SCHEMAS_NPINTEGER' type='enum'/>
1141*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_SCHEMAS_PINTEGER' type='enum'/>
1142*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_SCHEMAS_QNAME' type='enum'/>
1143*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_SCHEMAS_SHORT' type='enum'/>
1144*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_SCHEMAS_STRING' type='enum'/>
1145*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_SCHEMAS_TIME' type='enum'/>
1146*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_SCHEMAS_TOKEN' type='enum'/>
1147*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_SCHEMAS_UBYTE' type='enum'/>
1148*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_SCHEMAS_UINT' type='enum'/>
1149*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_SCHEMAS_ULONG' type='enum'/>
1150*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_SCHEMAS_UNKNOWN' type='enum'/>
1151*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_SCHEMAS_USHORT' type='enum'/>
1152*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_SCHEMA_CONTENT_ANY' type='enum'/>
1153*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_SCHEMA_CONTENT_BASIC' type='enum'/>
1154*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_SCHEMA_CONTENT_ELEMENTS' type='enum'/>
1155*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_SCHEMA_CONTENT_EMPTY' type='enum'/>
1156*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_SCHEMA_CONTENT_MIXED' type='enum'/>
1157*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_SCHEMA_CONTENT_MIXED_OR_ELEMENTS' type='enum'/>
1158*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_SCHEMA_CONTENT_SIMPLE' type='enum'/>
1159*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_SCHEMA_CONTENT_UNKNOWN' type='enum'/>
1160*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_SCHEMA_EXTRA_ATTR_USE_PROHIB' type='enum'/>
1161*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_SCHEMA_EXTRA_QNAMEREF' type='enum'/>
1162*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_SCHEMA_FACET_ENUMERATION' type='enum'/>
1163*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_SCHEMA_FACET_FRACTIONDIGITS' type='enum'/>
1164*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_SCHEMA_FACET_LENGTH' type='enum'/>
1165*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_SCHEMA_FACET_MAXEXCLUSIVE' type='enum'/>
1166*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_SCHEMA_FACET_MAXINCLUSIVE' type='enum'/>
1167*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_SCHEMA_FACET_MAXLENGTH' type='enum'/>
1168*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_SCHEMA_FACET_MINEXCLUSIVE' type='enum'/>
1169*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_SCHEMA_FACET_MININCLUSIVE' type='enum'/>
1170*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_SCHEMA_FACET_MINLENGTH' type='enum'/>
1171*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_SCHEMA_FACET_PATTERN' type='enum'/>
1172*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_SCHEMA_FACET_TOTALDIGITS' type='enum'/>
1173*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_SCHEMA_FACET_WHITESPACE' type='enum'/>
1174*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_SCHEMA_TYPE_ALL' type='enum'/>
1175*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_SCHEMA_TYPE_ANY' type='enum'/>
1176*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_SCHEMA_TYPE_ANY_ATTRIBUTE' type='enum'/>
1177*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_SCHEMA_TYPE_ATTRIBUTE' type='enum'/>
1178*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_SCHEMA_TYPE_ATTRIBUTEGROUP' type='enum'/>
1179*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_SCHEMA_TYPE_ATTRIBUTE_USE' type='enum'/>
1180*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_SCHEMA_TYPE_BASIC' type='enum'/>
1181*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_SCHEMA_TYPE_CHOICE' type='enum'/>
1182*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_SCHEMA_TYPE_COMPLEX' type='enum'/>
1183*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_SCHEMA_TYPE_COMPLEX_CONTENT' type='enum'/>
1184*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_SCHEMA_TYPE_ELEMENT' type='enum'/>
1185*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_SCHEMA_TYPE_EXTENSION' type='enum'/>
1186*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_SCHEMA_TYPE_FACET' type='enum'/>
1187*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_SCHEMA_TYPE_GROUP' type='enum'/>
1188*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_SCHEMA_TYPE_IDC_KEY' type='enum'/>
1189*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_SCHEMA_TYPE_IDC_KEYREF' type='enum'/>
1190*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_SCHEMA_TYPE_IDC_UNIQUE' type='enum'/>
1191*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_SCHEMA_TYPE_LIST' type='enum'/>
1192*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_SCHEMA_TYPE_NOTATION' type='enum'/>
1193*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_SCHEMA_TYPE_PARTICLE' type='enum'/>
1194*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_SCHEMA_TYPE_RESTRICTION' type='enum'/>
1195*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_SCHEMA_TYPE_SEQUENCE' type='enum'/>
1196*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_SCHEMA_TYPE_SIMPLE' type='enum'/>
1197*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_SCHEMA_TYPE_SIMPLE_CONTENT' type='enum'/>
1198*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_SCHEMA_TYPE_UNION' type='enum'/>
1199*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_SCHEMA_TYPE_UR' type='enum'/>
1200*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlSchemaAnnot' type='typedef'/>
1201*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlSchemaAnnotPtr' type='typedef'/>
1202*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlSchemaAttribute' type='typedef'/>
1203*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlSchemaAttributeGroup' type='typedef'/>
1204*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlSchemaAttributeGroupPtr' type='typedef'/>
1205*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlSchemaAttributeLink' type='typedef'/>
1206*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlSchemaAttributeLinkPtr' type='typedef'/>
1207*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlSchemaAttributePtr' type='typedef'/>
1208*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlSchemaContentType' type='typedef'/>
1209*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlSchemaElement' type='typedef'/>
1210*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlSchemaElementPtr' type='typedef'/>
1211*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlSchemaFacet' type='typedef'/>
1212*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlSchemaFacetLink' type='typedef'/>
1213*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlSchemaFacetLinkPtr' type='typedef'/>
1214*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlSchemaFacetPtr' type='typedef'/>
1215*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlSchemaNotation' type='typedef'/>
1216*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlSchemaNotationPtr' type='typedef'/>
1217*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlSchemaType' type='typedef'/>
1218*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlSchemaTypeLink' type='typedef'/>
1219*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlSchemaTypeLinkPtr' type='typedef'/>
1220*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlSchemaTypePtr' type='typedef'/>
1221*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlSchemaTypeType' type='typedef'/>
1222*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlSchemaVal' type='typedef'/>
1223*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlSchemaValPtr' type='typedef'/>
1224*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlSchemaValType' type='typedef'/>
1225*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlSchemaWildcard' type='typedef'/>
1226*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlSchemaWildcardNs' type='typedef'/>
1227*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlSchemaWildcardNsPtr' type='typedef'/>
1228*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlSchemaWildcardPtr' type='typedef'/>
1229*7c568831SAndroid Build Coastguard Worker     <exports symbol='_xmlSchema' type='struct'/>
1230*7c568831SAndroid Build Coastguard Worker     <exports symbol='_xmlSchemaAnnot' type='struct'/>
1231*7c568831SAndroid Build Coastguard Worker     <exports symbol='_xmlSchemaAttribute' type='struct'/>
1232*7c568831SAndroid Build Coastguard Worker     <exports symbol='_xmlSchemaAttributeGroup' type='struct'/>
1233*7c568831SAndroid Build Coastguard Worker     <exports symbol='_xmlSchemaAttributeLink' type='struct'/>
1234*7c568831SAndroid Build Coastguard Worker     <exports symbol='_xmlSchemaElement' type='struct'/>
1235*7c568831SAndroid Build Coastguard Worker     <exports symbol='_xmlSchemaFacet' type='struct'/>
1236*7c568831SAndroid Build Coastguard Worker     <exports symbol='_xmlSchemaFacetLink' type='struct'/>
1237*7c568831SAndroid Build Coastguard Worker     <exports symbol='_xmlSchemaNotation' type='struct'/>
1238*7c568831SAndroid Build Coastguard Worker     <exports symbol='_xmlSchemaType' type='struct'/>
1239*7c568831SAndroid Build Coastguard Worker     <exports symbol='_xmlSchemaTypeLink' type='struct'/>
1240*7c568831SAndroid Build Coastguard Worker     <exports symbol='_xmlSchemaWildcard' type='struct'/>
1241*7c568831SAndroid Build Coastguard Worker     <exports symbol='_xmlSchemaWildcardNs' type='struct'/>
1242*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlSchemaFreeType' type='function'/>
1243*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlSchemaFreeWildcard' type='function'/>
1244*7c568831SAndroid Build Coastguard Worker    </file>
1245*7c568831SAndroid Build Coastguard Worker    <file name='schematron'>
1246*7c568831SAndroid Build Coastguard Worker     <summary>XML Schematron implementation</summary>
1247*7c568831SAndroid Build Coastguard Worker     <description>interface to the XML Schematron validity checking. </description>
1248*7c568831SAndroid Build Coastguard Worker     <author>Daniel Veillard </author>
1249*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_SCHEMATRON_OUT_BUFFER' type='enum'/>
1250*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_SCHEMATRON_OUT_ERROR' type='enum'/>
1251*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_SCHEMATRON_OUT_FILE' type='enum'/>
1252*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_SCHEMATRON_OUT_IO' type='enum'/>
1253*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_SCHEMATRON_OUT_QUIET' type='enum'/>
1254*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_SCHEMATRON_OUT_TEXT' type='enum'/>
1255*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_SCHEMATRON_OUT_XML' type='enum'/>
1256*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlSchematron' type='typedef'/>
1257*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlSchematronParserCtxt' type='typedef'/>
1258*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlSchematronParserCtxtPtr' type='typedef'/>
1259*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlSchematronPtr' type='typedef'/>
1260*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlSchematronValidCtxt' type='typedef'/>
1261*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlSchematronValidCtxtPtr' type='typedef'/>
1262*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlSchematronValidOptions' type='typedef'/>
1263*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlSchematronFree' type='function'/>
1264*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlSchematronFreeParserCtxt' type='function'/>
1265*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlSchematronFreeValidCtxt' type='function'/>
1266*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlSchematronNewDocParserCtxt' type='function'/>
1267*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlSchematronNewMemParserCtxt' type='function'/>
1268*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlSchematronNewParserCtxt' type='function'/>
1269*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlSchematronNewValidCtxt' type='function'/>
1270*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlSchematronParse' type='function'/>
1271*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlSchematronSetValidStructuredErrors' type='function'/>
1272*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlSchematronValidateDoc' type='function'/>
1273*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlSchematronValidityErrorFunc' type='function'/>
1274*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlSchematronValidityWarningFunc' type='function'/>
1275*7c568831SAndroid Build Coastguard Worker    </file>
1276*7c568831SAndroid Build Coastguard Worker    <file name='threads'>
1277*7c568831SAndroid Build Coastguard Worker     <summary>interfaces for thread handling</summary>
1278*7c568831SAndroid Build Coastguard Worker     <description>set of generic threading related routines should work with pthreads, Windows native or TLS threads </description>
1279*7c568831SAndroid Build Coastguard Worker     <author>Daniel Veillard </author>
1280*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlMutex' type='typedef'/>
1281*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlMutexPtr' type='typedef'/>
1282*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlRMutex' type='typedef'/>
1283*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlRMutexPtr' type='typedef'/>
1284*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlCheckThreadLocalStorage' type='function'/>
1285*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlCleanupThreads' type='function'/>
1286*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlFreeMutex' type='function'/>
1287*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlFreeRMutex' type='function'/>
1288*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlGetThreadId' type='function'/>
1289*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlInitThreads' type='function'/>
1290*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlIsMainThread' type='function'/>
1291*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlLockLibrary' type='function'/>
1292*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlMutexLock' type='function'/>
1293*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlMutexUnlock' type='function'/>
1294*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlNewMutex' type='function'/>
1295*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlNewRMutex' type='function'/>
1296*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlRMutexLock' type='function'/>
1297*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlRMutexUnlock' type='function'/>
1298*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlUnlockLibrary' type='function'/>
1299*7c568831SAndroid Build Coastguard Worker    </file>
1300*7c568831SAndroid Build Coastguard Worker    <file name='tree'>
1301*7c568831SAndroid Build Coastguard Worker     <summary>interfaces for tree manipulation</summary>
1302*7c568831SAndroid Build Coastguard Worker     <description>this module describes the structures found in an tree resulting from an XML or HTML parsing, as well as the API provided for various processing on that tree </description>
1303*7c568831SAndroid Build Coastguard Worker     <author>Daniel Veillard </author>
1304*7c568831SAndroid Build Coastguard Worker     <exports symbol='BASE_BUFFER_SIZE' type='macro'/>
1305*7c568831SAndroid Build Coastguard Worker     <exports symbol='LIBXML2_NEW_BUFFER' type='macro'/>
1306*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_GET_CONTENT' type='macro'/>
1307*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_GET_LINE' type='macro'/>
1308*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_LOCAL_NAMESPACE' type='macro'/>
1309*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_XML_ID' type='macro'/>
1310*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_XML_NAMESPACE' type='macro'/>
1311*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlChildrenNode' type='macro'/>
1312*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlRootNode' type='macro'/>
1313*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_ATTRIBUTE_CDATA' type='enum'/>
1314*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_ATTRIBUTE_DECL' type='enum'/>
1315*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_ATTRIBUTE_ENTITIES' type='enum'/>
1316*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_ATTRIBUTE_ENTITY' type='enum'/>
1317*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_ATTRIBUTE_ENUMERATION' type='enum'/>
1318*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_ATTRIBUTE_FIXED' type='enum'/>
1319*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_ATTRIBUTE_ID' type='enum'/>
1320*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_ATTRIBUTE_IDREF' type='enum'/>
1321*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_ATTRIBUTE_IDREFS' type='enum'/>
1322*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_ATTRIBUTE_IMPLIED' type='enum'/>
1323*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_ATTRIBUTE_NMTOKEN' type='enum'/>
1324*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_ATTRIBUTE_NMTOKENS' type='enum'/>
1325*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_ATTRIBUTE_NODE' type='enum'/>
1326*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_ATTRIBUTE_NONE' type='enum'/>
1327*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_ATTRIBUTE_NOTATION' type='enum'/>
1328*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_ATTRIBUTE_REQUIRED' type='enum'/>
1329*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_BUFFER_ALLOC_BOUNDED' type='enum'/>
1330*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_BUFFER_ALLOC_DOUBLEIT' type='enum'/>
1331*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_BUFFER_ALLOC_EXACT' type='enum'/>
1332*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_BUFFER_ALLOC_HYBRID' type='enum'/>
1333*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_BUFFER_ALLOC_IMMUTABLE' type='enum'/>
1334*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_BUFFER_ALLOC_IO' type='enum'/>
1335*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_CDATA_SECTION_NODE' type='enum'/>
1336*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_COMMENT_NODE' type='enum'/>
1337*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_DOCUMENT_FRAG_NODE' type='enum'/>
1338*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_DOCUMENT_NODE' type='enum'/>
1339*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_DOCUMENT_TYPE_NODE' type='enum'/>
1340*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_DOC_DTDVALID' type='enum'/>
1341*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_DOC_HTML' type='enum'/>
1342*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_DOC_INTERNAL' type='enum'/>
1343*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_DOC_NSVALID' type='enum'/>
1344*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_DOC_OLD10' type='enum'/>
1345*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_DOC_USERBUILT' type='enum'/>
1346*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_DOC_WELLFORMED' type='enum'/>
1347*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_DOC_XINCLUDE' type='enum'/>
1348*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_DTD_NODE' type='enum'/>
1349*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_ELEMENT_CONTENT_ELEMENT' type='enum'/>
1350*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_ELEMENT_CONTENT_MULT' type='enum'/>
1351*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_ELEMENT_CONTENT_ONCE' type='enum'/>
1352*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_ELEMENT_CONTENT_OPT' type='enum'/>
1353*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_ELEMENT_CONTENT_OR' type='enum'/>
1354*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_ELEMENT_CONTENT_PCDATA' type='enum'/>
1355*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_ELEMENT_CONTENT_PLUS' type='enum'/>
1356*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_ELEMENT_CONTENT_SEQ' type='enum'/>
1357*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_ELEMENT_DECL' type='enum'/>
1358*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_ELEMENT_NODE' type='enum'/>
1359*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_ELEMENT_TYPE_ANY' type='enum'/>
1360*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_ELEMENT_TYPE_ELEMENT' type='enum'/>
1361*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_ELEMENT_TYPE_EMPTY' type='enum'/>
1362*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_ELEMENT_TYPE_MIXED' type='enum'/>
1363*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_ELEMENT_TYPE_UNDEFINED' type='enum'/>
1364*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_ENTITY_DECL' type='enum'/>
1365*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_ENTITY_NODE' type='enum'/>
1366*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_ENTITY_REF_NODE' type='enum'/>
1367*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_HTML_DOCUMENT_NODE' type='enum'/>
1368*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_NAMESPACE_DECL' type='enum'/>
1369*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_NOTATION_NODE' type='enum'/>
1370*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_PI_NODE' type='enum'/>
1371*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_TEXT_NODE' type='enum'/>
1372*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_XINCLUDE_END' type='enum'/>
1373*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_XINCLUDE_START' type='enum'/>
1374*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlAttr' type='typedef'/>
1375*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlAttrPtr' type='typedef'/>
1376*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlAttribute' type='typedef'/>
1377*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlAttributeDefault' type='typedef'/>
1378*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlAttributePtr' type='typedef'/>
1379*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlAttributeType' type='typedef'/>
1380*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlBuf' type='typedef'/>
1381*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlBufPtr' type='typedef'/>
1382*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlBuffer' type='typedef'/>
1383*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlBufferAllocationScheme' type='typedef'/>
1384*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlBufferPtr' type='typedef'/>
1385*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlDOMWrapCtxt' type='typedef'/>
1386*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlDOMWrapCtxtPtr' type='typedef'/>
1387*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlDoc' type='typedef'/>
1388*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlDocProperties' type='typedef'/>
1389*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlDocPtr' type='typedef'/>
1390*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlDtd' type='typedef'/>
1391*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlDtdPtr' type='typedef'/>
1392*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlElement' type='typedef'/>
1393*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlElementContent' type='typedef'/>
1394*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlElementContentOccur' type='typedef'/>
1395*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlElementContentPtr' type='typedef'/>
1396*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlElementContentType' type='typedef'/>
1397*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlElementPtr' type='typedef'/>
1398*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlElementType' type='typedef'/>
1399*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlElementTypeVal' type='typedef'/>
1400*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlEntity' type='typedef'/>
1401*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlEntityPtr' type='typedef'/>
1402*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlEnumeration' type='typedef'/>
1403*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlEnumerationPtr' type='typedef'/>
1404*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlID' type='typedef'/>
1405*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlIDPtr' type='typedef'/>
1406*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlNode' type='typedef'/>
1407*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlNodePtr' type='typedef'/>
1408*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlNotation' type='typedef'/>
1409*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlNotationPtr' type='typedef'/>
1410*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlNs' type='typedef'/>
1411*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlNsPtr' type='typedef'/>
1412*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlNsType' type='typedef'/>
1413*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlOutputBuffer' type='typedef'/>
1414*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlOutputBufferPtr' type='typedef'/>
1415*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlParserCtxt' type='typedef'/>
1416*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlParserCtxtPtr' type='typedef'/>
1417*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlParserInput' type='typedef'/>
1418*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlParserInputBuffer' type='typedef'/>
1419*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlParserInputBufferPtr' type='typedef'/>
1420*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlParserInputPtr' type='typedef'/>
1421*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlRef' type='typedef'/>
1422*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlRefPtr' type='typedef'/>
1423*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlSAXHandler' type='typedef'/>
1424*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlSAXHandlerPtr' type='typedef'/>
1425*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlSAXLocator' type='typedef'/>
1426*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlSAXLocatorPtr' type='typedef'/>
1427*7c568831SAndroid Build Coastguard Worker     <exports symbol='_xmlAttr' type='struct'/>
1428*7c568831SAndroid Build Coastguard Worker     <exports symbol='_xmlAttribute' type='struct'/>
1429*7c568831SAndroid Build Coastguard Worker     <exports symbol='_xmlBuffer' type='struct'/>
1430*7c568831SAndroid Build Coastguard Worker     <exports symbol='_xmlDOMWrapCtxt' type='struct'/>
1431*7c568831SAndroid Build Coastguard Worker     <exports symbol='_xmlDoc' type='struct'/>
1432*7c568831SAndroid Build Coastguard Worker     <exports symbol='_xmlDtd' type='struct'/>
1433*7c568831SAndroid Build Coastguard Worker     <exports symbol='_xmlElement' type='struct'/>
1434*7c568831SAndroid Build Coastguard Worker     <exports symbol='_xmlElementContent' type='struct'/>
1435*7c568831SAndroid Build Coastguard Worker     <exports symbol='_xmlEnumeration' type='struct'/>
1436*7c568831SAndroid Build Coastguard Worker     <exports symbol='_xmlID' type='struct'/>
1437*7c568831SAndroid Build Coastguard Worker     <exports symbol='_xmlNode' type='struct'/>
1438*7c568831SAndroid Build Coastguard Worker     <exports symbol='_xmlNotation' type='struct'/>
1439*7c568831SAndroid Build Coastguard Worker     <exports symbol='_xmlNs' type='struct'/>
1440*7c568831SAndroid Build Coastguard Worker     <exports symbol='_xmlRef' type='struct'/>
1441*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlAddChild' type='function'/>
1442*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlAddChildList' type='function'/>
1443*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlAddNextSibling' type='function'/>
1444*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlAddPrevSibling' type='function'/>
1445*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlAddSibling' type='function'/>
1446*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlAttrSerializeTxtContent' type='function'/>
1447*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlBufContent' type='function'/>
1448*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlBufEnd' type='function'/>
1449*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlBufGetNodeContent' type='function'/>
1450*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlBufNodeDump' type='function'/>
1451*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlBufShrink' type='function'/>
1452*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlBufUse' type='function'/>
1453*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlBufferAdd' type='function'/>
1454*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlBufferAddHead' type='function'/>
1455*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlBufferCCat' type='function'/>
1456*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlBufferCat' type='function'/>
1457*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlBufferContent' type='function'/>
1458*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlBufferCreate' type='function'/>
1459*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlBufferCreateSize' type='function'/>
1460*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlBufferCreateStatic' type='function'/>
1461*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlBufferDetach' type='function'/>
1462*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlBufferDump' type='function'/>
1463*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlBufferEmpty' type='function'/>
1464*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlBufferFree' type='function'/>
1465*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlBufferGrow' type='function'/>
1466*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlBufferLength' type='function'/>
1467*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlBufferResize' type='function'/>
1468*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlBufferSetAllocationScheme' type='function'/>
1469*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlBufferShrink' type='function'/>
1470*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlBufferWriteCHAR' type='function'/>
1471*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlBufferWriteChar' type='function'/>
1472*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlBufferWriteQuotedString' type='function'/>
1473*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlBuildQName' type='function'/>
1474*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlChildElementCount' type='function'/>
1475*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlCopyDoc' type='function'/>
1476*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlCopyDtd' type='function'/>
1477*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlCopyNamespace' type='function'/>
1478*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlCopyNamespaceList' type='function'/>
1479*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlCopyNode' type='function'/>
1480*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlCopyNodeList' type='function'/>
1481*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlCopyProp' type='function'/>
1482*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlCopyPropList' type='function'/>
1483*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlCreateIntSubset' type='function'/>
1484*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlDOMWrapAcquireNsFunction' type='function'/>
1485*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlDOMWrapAdoptNode' type='function'/>
1486*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlDOMWrapCloneNode' type='function'/>
1487*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlDOMWrapFreeCtxt' type='function'/>
1488*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlDOMWrapNewCtxt' type='function'/>
1489*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlDOMWrapReconcileNamespaces' type='function'/>
1490*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlDOMWrapRemoveNode' type='function'/>
1491*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlDeregisterNodeDefault' type='function'/>
1492*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlDeregisterNodeFunc' type='function'/>
1493*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlDocCopyNode' type='function'/>
1494*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlDocCopyNodeList' type='function'/>
1495*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlDocDump' type='function'/>
1496*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlDocDumpFormatMemory' type='function'/>
1497*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlDocDumpFormatMemoryEnc' type='function'/>
1498*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlDocDumpMemory' type='function'/>
1499*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlDocDumpMemoryEnc' type='function'/>
1500*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlDocFormatDump' type='function'/>
1501*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlDocGetRootElement' type='function'/>
1502*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlDocSetRootElement' type='function'/>
1503*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlElemDump' type='function'/>
1504*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlFirstElementChild' type='function'/>
1505*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlFreeDoc' type='function'/>
1506*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlFreeDtd' type='function'/>
1507*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlFreeNode' type='function'/>
1508*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlFreeNodeList' type='function'/>
1509*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlFreeNs' type='function'/>
1510*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlFreeNsList' type='function'/>
1511*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlFreeProp' type='function'/>
1512*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlFreePropList' type='function'/>
1513*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlGetBufferAllocationScheme' type='function'/>
1514*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlGetCompressMode' type='function'/>
1515*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlGetDocCompressMode' type='function'/>
1516*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlGetIntSubset' type='function'/>
1517*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlGetLastChild' type='function'/>
1518*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlGetLineNo' type='function'/>
1519*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlGetNoNsProp' type='function'/>
1520*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlGetNodePath' type='function'/>
1521*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlGetNsList' type='function'/>
1522*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlGetNsListSafe' type='function'/>
1523*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlGetNsProp' type='function'/>
1524*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlGetProp' type='function'/>
1525*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlHasNsProp' type='function'/>
1526*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlHasProp' type='function'/>
1527*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlIsBlankNode' type='function'/>
1528*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlIsXHTML' type='function'/>
1529*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlLastElementChild' type='function'/>
1530*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlNewCDataBlock' type='function'/>
1531*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlNewCharRef' type='function'/>
1532*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlNewChild' type='function'/>
1533*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlNewComment' type='function'/>
1534*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlNewDoc' type='function'/>
1535*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlNewDocComment' type='function'/>
1536*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlNewDocFragment' type='function'/>
1537*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlNewDocNode' type='function'/>
1538*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlNewDocNodeEatName' type='function'/>
1539*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlNewDocPI' type='function'/>
1540*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlNewDocProp' type='function'/>
1541*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlNewDocRawNode' type='function'/>
1542*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlNewDocText' type='function'/>
1543*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlNewDocTextLen' type='function'/>
1544*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlNewDtd' type='function'/>
1545*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlNewNode' type='function'/>
1546*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlNewNodeEatName' type='function'/>
1547*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlNewNs' type='function'/>
1548*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlNewNsProp' type='function'/>
1549*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlNewNsPropEatName' type='function'/>
1550*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlNewPI' type='function'/>
1551*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlNewProp' type='function'/>
1552*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlNewReference' type='function'/>
1553*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlNewText' type='function'/>
1554*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlNewTextChild' type='function'/>
1555*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlNewTextLen' type='function'/>
1556*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlNextElementSibling' type='function'/>
1557*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlNodeAddContent' type='function'/>
1558*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlNodeAddContentLen' type='function'/>
1559*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlNodeBufGetContent' type='function'/>
1560*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlNodeDump' type='function'/>
1561*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlNodeDumpOutput' type='function'/>
1562*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlNodeGetAttrValue' type='function'/>
1563*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlNodeGetBase' type='function'/>
1564*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlNodeGetBaseSafe' type='function'/>
1565*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlNodeGetContent' type='function'/>
1566*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlNodeGetLang' type='function'/>
1567*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlNodeGetSpacePreserve' type='function'/>
1568*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlNodeIsText' type='function'/>
1569*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlNodeListGetRawString' type='function'/>
1570*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlNodeListGetString' type='function'/>
1571*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlNodeSetBase' type='function'/>
1572*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlNodeSetContent' type='function'/>
1573*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlNodeSetContentLen' type='function'/>
1574*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlNodeSetLang' type='function'/>
1575*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlNodeSetName' type='function'/>
1576*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlNodeSetSpacePreserve' type='function'/>
1577*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlPreviousElementSibling' type='function'/>
1578*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlReconciliateNs' type='function'/>
1579*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlRegisterNodeDefault' type='function'/>
1580*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlRegisterNodeFunc' type='function'/>
1581*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlRemoveProp' type='function'/>
1582*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlReplaceNode' type='function'/>
1583*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlSaveFile' type='function'/>
1584*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlSaveFileEnc' type='function'/>
1585*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlSaveFileTo' type='function'/>
1586*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlSaveFormatFile' type='function'/>
1587*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlSaveFormatFileEnc' type='function'/>
1588*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlSaveFormatFileTo' type='function'/>
1589*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlSearchNs' type='function'/>
1590*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlSearchNsByHref' type='function'/>
1591*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlSetBufferAllocationScheme' type='function'/>
1592*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlSetCompressMode' type='function'/>
1593*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlSetDocCompressMode' type='function'/>
1594*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlSetListDoc' type='function'/>
1595*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlSetNs' type='function'/>
1596*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlSetNsProp' type='function'/>
1597*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlSetProp' type='function'/>
1598*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlSetTreeDoc' type='function'/>
1599*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlSplitQName2' type='function'/>
1600*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlSplitQName3' type='function'/>
1601*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlStringGetNodeList' type='function'/>
1602*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlStringLenGetNodeList' type='function'/>
1603*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlTextConcat' type='function'/>
1604*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlTextMerge' type='function'/>
1605*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlThrDefBufferAllocScheme' type='function'/>
1606*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlThrDefDefaultBufferSize' type='function'/>
1607*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlThrDefDeregisterNodeDefault' type='function'/>
1608*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlThrDefRegisterNodeDefault' type='function'/>
1609*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlUnlinkNode' type='function'/>
1610*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlUnsetNsProp' type='function'/>
1611*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlUnsetProp' type='function'/>
1612*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlValidateNCName' type='function'/>
1613*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlValidateNMToken' type='function'/>
1614*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlValidateName' type='function'/>
1615*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlValidateQName' type='function'/>
1616*7c568831SAndroid Build Coastguard Worker    </file>
1617*7c568831SAndroid Build Coastguard Worker    <file name='uri'>
1618*7c568831SAndroid Build Coastguard Worker     <summary>library of generic URI related routines</summary>
1619*7c568831SAndroid Build Coastguard Worker     <description>library of generic URI related routines Implements RFC 2396 </description>
1620*7c568831SAndroid Build Coastguard Worker     <author>Daniel Veillard </author>
1621*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlURI' type='typedef'/>
1622*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlURIPtr' type='typedef'/>
1623*7c568831SAndroid Build Coastguard Worker     <exports symbol='_xmlURI' type='struct'/>
1624*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlBuildRelativeURI' type='function'/>
1625*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlBuildRelativeURISafe' type='function'/>
1626*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlBuildURI' type='function'/>
1627*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlBuildURISafe' type='function'/>
1628*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlCanonicPath' type='function'/>
1629*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlCreateURI' type='function'/>
1630*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlFreeURI' type='function'/>
1631*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlNormalizeURIPath' type='function'/>
1632*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlParseURI' type='function'/>
1633*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlParseURIRaw' type='function'/>
1634*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlParseURIReference' type='function'/>
1635*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlParseURISafe' type='function'/>
1636*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlPathToURI' type='function'/>
1637*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlPrintURI' type='function'/>
1638*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlSaveUri' type='function'/>
1639*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlURIEscape' type='function'/>
1640*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlURIEscapeStr' type='function'/>
1641*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlURIUnescapeString' type='function'/>
1642*7c568831SAndroid Build Coastguard Worker    </file>
1643*7c568831SAndroid Build Coastguard Worker    <file name='valid'>
1644*7c568831SAndroid Build Coastguard Worker     <summary>The DTD validation</summary>
1645*7c568831SAndroid Build Coastguard Worker     <description>API for the DTD handling and the validity checking </description>
1646*7c568831SAndroid Build Coastguard Worker     <author>Daniel Veillard </author>
1647*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlAttributeTable' type='typedef'/>
1648*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlAttributeTablePtr' type='typedef'/>
1649*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlElementTable' type='typedef'/>
1650*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlElementTablePtr' type='typedef'/>
1651*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlIDTable' type='typedef'/>
1652*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlIDTablePtr' type='typedef'/>
1653*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlNotationTable' type='typedef'/>
1654*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlNotationTablePtr' type='typedef'/>
1655*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlRefTable' type='typedef'/>
1656*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlRefTablePtr' type='typedef'/>
1657*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlValidCtxt' type='typedef'/>
1658*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlValidCtxtPtr' type='typedef'/>
1659*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlValidState' type='typedef'/>
1660*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlValidStatePtr' type='typedef'/>
1661*7c568831SAndroid Build Coastguard Worker     <exports symbol='_xmlValidCtxt' type='struct'/>
1662*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlAddAttributeDecl' type='function'/>
1663*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlAddElementDecl' type='function'/>
1664*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlAddID' type='function'/>
1665*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlAddIDSafe' type='function'/>
1666*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlAddNotationDecl' type='function'/>
1667*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlAddRef' type='function'/>
1668*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlCopyAttributeTable' type='function'/>
1669*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlCopyDocElementContent' type='function'/>
1670*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlCopyElementContent' type='function'/>
1671*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlCopyElementTable' type='function'/>
1672*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlCopyEnumeration' type='function'/>
1673*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlCopyNotationTable' type='function'/>
1674*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlCreateEnumeration' type='function'/>
1675*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlDumpAttributeDecl' type='function'/>
1676*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlDumpAttributeTable' type='function'/>
1677*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlDumpElementDecl' type='function'/>
1678*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlDumpElementTable' type='function'/>
1679*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlDumpNotationDecl' type='function'/>
1680*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlDumpNotationTable' type='function'/>
1681*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlFreeAttributeTable' type='function'/>
1682*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlFreeDocElementContent' type='function'/>
1683*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlFreeElementContent' type='function'/>
1684*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlFreeElementTable' type='function'/>
1685*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlFreeEnumeration' type='function'/>
1686*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlFreeIDTable' type='function'/>
1687*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlFreeNotationTable' type='function'/>
1688*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlFreeRefTable' type='function'/>
1689*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlFreeValidCtxt' type='function'/>
1690*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlGetDtdAttrDesc' type='function'/>
1691*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlGetDtdElementDesc' type='function'/>
1692*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlGetDtdNotationDesc' type='function'/>
1693*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlGetDtdQAttrDesc' type='function'/>
1694*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlGetDtdQElementDesc' type='function'/>
1695*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlGetID' type='function'/>
1696*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlGetRefs' type='function'/>
1697*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlIsID' type='function'/>
1698*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlIsMixedElement' type='function'/>
1699*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlIsRef' type='function'/>
1700*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlNewDocElementContent' type='function'/>
1701*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlNewElementContent' type='function'/>
1702*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlNewValidCtxt' type='function'/>
1703*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlRemoveID' type='function'/>
1704*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlRemoveRef' type='function'/>
1705*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlSnprintfElementContent' type='function'/>
1706*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlSprintfElementContent' type='function'/>
1707*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlValidBuildContentModel' type='function'/>
1708*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlValidCtxtNormalizeAttributeValue' type='function'/>
1709*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlValidGetPotentialChildren' type='function'/>
1710*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlValidGetValidElements' type='function'/>
1711*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlValidNormalizeAttributeValue' type='function'/>
1712*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlValidateAttributeDecl' type='function'/>
1713*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlValidateAttributeValue' type='function'/>
1714*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlValidateDocument' type='function'/>
1715*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlValidateDocumentFinal' type='function'/>
1716*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlValidateDtd' type='function'/>
1717*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlValidateDtdFinal' type='function'/>
1718*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlValidateElement' type='function'/>
1719*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlValidateElementDecl' type='function'/>
1720*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlValidateNameValue' type='function'/>
1721*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlValidateNamesValue' type='function'/>
1722*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlValidateNmtokenValue' type='function'/>
1723*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlValidateNmtokensValue' type='function'/>
1724*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlValidateNotationDecl' type='function'/>
1725*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlValidateNotationUse' type='function'/>
1726*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlValidateOneAttribute' type='function'/>
1727*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlValidateOneElement' type='function'/>
1728*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlValidateOneNamespace' type='function'/>
1729*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlValidatePopElement' type='function'/>
1730*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlValidatePushCData' type='function'/>
1731*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlValidatePushElement' type='function'/>
1732*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlValidateRoot' type='function'/>
1733*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlValidityErrorFunc' type='function'/>
1734*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlValidityWarningFunc' type='function'/>
1735*7c568831SAndroid Build Coastguard Worker    </file>
1736*7c568831SAndroid Build Coastguard Worker    <file name='xinclude'>
1737*7c568831SAndroid Build Coastguard Worker     <summary>implementation of XInclude</summary>
1738*7c568831SAndroid Build Coastguard Worker     <description>API to handle XInclude processing, implements the World Wide Web Consortium Last Call Working Draft 10 November 2003</description>
1739*7c568831SAndroid Build Coastguard Worker     <author>Daniel Veillard </author>
1740*7c568831SAndroid Build Coastguard Worker     <exports symbol='XINCLUDE_FALLBACK' type='macro'/>
1741*7c568831SAndroid Build Coastguard Worker     <exports symbol='XINCLUDE_HREF' type='macro'/>
1742*7c568831SAndroid Build Coastguard Worker     <exports symbol='XINCLUDE_NODE' type='macro'/>
1743*7c568831SAndroid Build Coastguard Worker     <exports symbol='XINCLUDE_NS' type='macro'/>
1744*7c568831SAndroid Build Coastguard Worker     <exports symbol='XINCLUDE_OLD_NS' type='macro'/>
1745*7c568831SAndroid Build Coastguard Worker     <exports symbol='XINCLUDE_PARSE' type='macro'/>
1746*7c568831SAndroid Build Coastguard Worker     <exports symbol='XINCLUDE_PARSE_ENCODING' type='macro'/>
1747*7c568831SAndroid Build Coastguard Worker     <exports symbol='XINCLUDE_PARSE_TEXT' type='macro'/>
1748*7c568831SAndroid Build Coastguard Worker     <exports symbol='XINCLUDE_PARSE_XML' type='macro'/>
1749*7c568831SAndroid Build Coastguard Worker     <exports symbol='XINCLUDE_PARSE_XPOINTER' type='macro'/>
1750*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlXIncludeCtxt' type='typedef'/>
1751*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlXIncludeCtxtPtr' type='typedef'/>
1752*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlXIncludeFreeContext' type='function'/>
1753*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlXIncludeGetLastError' type='function'/>
1754*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlXIncludeNewContext' type='function'/>
1755*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlXIncludeProcess' type='function'/>
1756*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlXIncludeProcessFlags' type='function'/>
1757*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlXIncludeProcessFlagsData' type='function'/>
1758*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlXIncludeProcessNode' type='function'/>
1759*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlXIncludeProcessTree' type='function'/>
1760*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlXIncludeProcessTreeFlags' type='function'/>
1761*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlXIncludeProcessTreeFlagsData' type='function'/>
1762*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlXIncludeSetErrorHandler' type='function'/>
1763*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlXIncludeSetFlags' type='function'/>
1764*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlXIncludeSetResourceLoader' type='function'/>
1765*7c568831SAndroid Build Coastguard Worker    </file>
1766*7c568831SAndroid Build Coastguard Worker    <file name='xlink'>
1767*7c568831SAndroid Build Coastguard Worker     <summary>unfinished XLink detection module</summary>
1768*7c568831SAndroid Build Coastguard Worker     <description>unfinished XLink detection module </description>
1769*7c568831SAndroid Build Coastguard Worker     <author>Daniel Veillard </author>
1770*7c568831SAndroid Build Coastguard Worker     <exports symbol='XLINK_ACTUATE_AUTO' type='enum'/>
1771*7c568831SAndroid Build Coastguard Worker     <exports symbol='XLINK_ACTUATE_NONE' type='enum'/>
1772*7c568831SAndroid Build Coastguard Worker     <exports symbol='XLINK_ACTUATE_ONREQUEST' type='enum'/>
1773*7c568831SAndroid Build Coastguard Worker     <exports symbol='XLINK_SHOW_EMBED' type='enum'/>
1774*7c568831SAndroid Build Coastguard Worker     <exports symbol='XLINK_SHOW_NEW' type='enum'/>
1775*7c568831SAndroid Build Coastguard Worker     <exports symbol='XLINK_SHOW_NONE' type='enum'/>
1776*7c568831SAndroid Build Coastguard Worker     <exports symbol='XLINK_SHOW_REPLACE' type='enum'/>
1777*7c568831SAndroid Build Coastguard Worker     <exports symbol='XLINK_TYPE_EXTENDED' type='enum'/>
1778*7c568831SAndroid Build Coastguard Worker     <exports symbol='XLINK_TYPE_EXTENDED_SET' type='enum'/>
1779*7c568831SAndroid Build Coastguard Worker     <exports symbol='XLINK_TYPE_NONE' type='enum'/>
1780*7c568831SAndroid Build Coastguard Worker     <exports symbol='XLINK_TYPE_SIMPLE' type='enum'/>
1781*7c568831SAndroid Build Coastguard Worker     <exports symbol='xlinkActuate' type='typedef'/>
1782*7c568831SAndroid Build Coastguard Worker     <exports symbol='xlinkHRef' type='typedef'/>
1783*7c568831SAndroid Build Coastguard Worker     <exports symbol='xlinkHandler' type='typedef'/>
1784*7c568831SAndroid Build Coastguard Worker     <exports symbol='xlinkHandlerPtr' type='typedef'/>
1785*7c568831SAndroid Build Coastguard Worker     <exports symbol='xlinkRole' type='typedef'/>
1786*7c568831SAndroid Build Coastguard Worker     <exports symbol='xlinkShow' type='typedef'/>
1787*7c568831SAndroid Build Coastguard Worker     <exports symbol='xlinkTitle' type='typedef'/>
1788*7c568831SAndroid Build Coastguard Worker     <exports symbol='xlinkType' type='typedef'/>
1789*7c568831SAndroid Build Coastguard Worker     <exports symbol='_xlinkHandler' type='struct'/>
1790*7c568831SAndroid Build Coastguard Worker     <exports symbol='xlinkExtendedLinkFunk' type='function'/>
1791*7c568831SAndroid Build Coastguard Worker     <exports symbol='xlinkExtendedLinkSetFunk' type='function'/>
1792*7c568831SAndroid Build Coastguard Worker     <exports symbol='xlinkGetDefaultDetect' type='function'/>
1793*7c568831SAndroid Build Coastguard Worker     <exports symbol='xlinkGetDefaultHandler' type='function'/>
1794*7c568831SAndroid Build Coastguard Worker     <exports symbol='xlinkIsLink' type='function'/>
1795*7c568831SAndroid Build Coastguard Worker     <exports symbol='xlinkNodeDetectFunc' type='function'/>
1796*7c568831SAndroid Build Coastguard Worker     <exports symbol='xlinkSetDefaultDetect' type='function'/>
1797*7c568831SAndroid Build Coastguard Worker     <exports symbol='xlinkSetDefaultHandler' type='function'/>
1798*7c568831SAndroid Build Coastguard Worker     <exports symbol='xlinkSimpleLinkFunk' type='function'/>
1799*7c568831SAndroid Build Coastguard Worker    </file>
1800*7c568831SAndroid Build Coastguard Worker    <file name='xmlIO'>
1801*7c568831SAndroid Build Coastguard Worker     <summary>interface for the I/O interfaces used by the parser</summary>
1802*7c568831SAndroid Build Coastguard Worker     <description>interface for the I/O interfaces used by the parser </description>
1803*7c568831SAndroid Build Coastguard Worker     <author>Daniel Veillard </author>
1804*7c568831SAndroid Build Coastguard Worker     <exports symbol='_xmlOutputBuffer' type='struct'/>
1805*7c568831SAndroid Build Coastguard Worker     <exports symbol='_xmlParserInputBuffer' type='struct'/>
1806*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlAllocOutputBuffer' type='function'/>
1807*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlAllocParserInputBuffer' type='function'/>
1808*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlCheckFilename' type='function'/>
1809*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlCheckHTTPInput' type='function'/>
1810*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlCleanupInputCallbacks' type='function'/>
1811*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlCleanupOutputCallbacks' type='function'/>
1812*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlFileClose' type='function'/>
1813*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlFileMatch' type='function'/>
1814*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlFileOpen' type='function'/>
1815*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlFileRead' type='function'/>
1816*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlFreeParserInputBuffer' type='function'/>
1817*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlIOHTTPClose' type='function'/>
1818*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlIOHTTPMatch' type='function'/>
1819*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlIOHTTPOpen' type='function'/>
1820*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlIOHTTPOpenW' type='function'/>
1821*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlIOHTTPRead' type='function'/>
1822*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlInputCloseCallback' type='function'/>
1823*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlInputMatchCallback' type='function'/>
1824*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlInputOpenCallback' type='function'/>
1825*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlInputReadCallback' type='function'/>
1826*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlNoNetExternalEntityLoader' type='function'/>
1827*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlNormalizeWindowsPath' type='function'/>
1828*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlOutputBufferClose' type='function'/>
1829*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlOutputBufferCreateBuffer' type='function'/>
1830*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlOutputBufferCreateFd' type='function'/>
1831*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlOutputBufferCreateFile' type='function'/>
1832*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlOutputBufferCreateFilename' type='function'/>
1833*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlOutputBufferCreateFilenameDefault' type='function'/>
1834*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlOutputBufferCreateFilenameFunc' type='function'/>
1835*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlOutputBufferCreateIO' type='function'/>
1836*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlOutputBufferFlush' type='function'/>
1837*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlOutputBufferGetContent' type='function'/>
1838*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlOutputBufferGetSize' type='function'/>
1839*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlOutputBufferWrite' type='function'/>
1840*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlOutputBufferWriteEscape' type='function'/>
1841*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlOutputBufferWriteString' type='function'/>
1842*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlOutputCloseCallback' type='function'/>
1843*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlOutputMatchCallback' type='function'/>
1844*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlOutputOpenCallback' type='function'/>
1845*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlOutputWriteCallback' type='function'/>
1846*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlParserGetDirectory' type='function'/>
1847*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlParserInputBufferCreateFd' type='function'/>
1848*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlParserInputBufferCreateFile' type='function'/>
1849*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlParserInputBufferCreateFilename' type='function'/>
1850*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlParserInputBufferCreateFilenameDefault' type='function'/>
1851*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlParserInputBufferCreateFilenameFunc' type='function'/>
1852*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlParserInputBufferCreateIO' type='function'/>
1853*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlParserInputBufferCreateMem' type='function'/>
1854*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlParserInputBufferCreateStatic' type='function'/>
1855*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlParserInputBufferGrow' type='function'/>
1856*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlParserInputBufferPush' type='function'/>
1857*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlParserInputBufferRead' type='function'/>
1858*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlPopInputCallbacks' type='function'/>
1859*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlPopOutputCallbacks' type='function'/>
1860*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlRegisterDefaultInputCallbacks' type='function'/>
1861*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlRegisterDefaultOutputCallbacks' type='function'/>
1862*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlRegisterHTTPPostCallbacks' type='function'/>
1863*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlRegisterInputCallbacks' type='function'/>
1864*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlRegisterOutputCallbacks' type='function'/>
1865*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlThrDefOutputBufferCreateFilenameDefault' type='function'/>
1866*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlThrDefParserInputBufferCreateFilenameDefault' type='function'/>
1867*7c568831SAndroid Build Coastguard Worker    </file>
1868*7c568831SAndroid Build Coastguard Worker    <file name='xmlautomata'>
1869*7c568831SAndroid Build Coastguard Worker     <summary>API to build regexp automata</summary>
1870*7c568831SAndroid Build Coastguard Worker     <description>the API to build regexp automata </description>
1871*7c568831SAndroid Build Coastguard Worker     <author>Daniel Veillard </author>
1872*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlAutomata' type='typedef'/>
1873*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlAutomataPtr' type='typedef'/>
1874*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlAutomataState' type='typedef'/>
1875*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlAutomataStatePtr' type='typedef'/>
1876*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlAutomataCompile' type='function'/>
1877*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlAutomataGetInitState' type='function'/>
1878*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlAutomataIsDeterminist' type='function'/>
1879*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlAutomataNewAllTrans' type='function'/>
1880*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlAutomataNewCountTrans' type='function'/>
1881*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlAutomataNewCountTrans2' type='function'/>
1882*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlAutomataNewCountedTrans' type='function'/>
1883*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlAutomataNewCounter' type='function'/>
1884*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlAutomataNewCounterTrans' type='function'/>
1885*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlAutomataNewEpsilon' type='function'/>
1886*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlAutomataNewNegTrans' type='function'/>
1887*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlAutomataNewOnceTrans' type='function'/>
1888*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlAutomataNewOnceTrans2' type='function'/>
1889*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlAutomataNewState' type='function'/>
1890*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlAutomataNewTransition' type='function'/>
1891*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlAutomataNewTransition2' type='function'/>
1892*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlAutomataSetFinalState' type='function'/>
1893*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlFreeAutomata' type='function'/>
1894*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlNewAutomata' type='function'/>
1895*7c568831SAndroid Build Coastguard Worker    </file>
1896*7c568831SAndroid Build Coastguard Worker    <file name='xmlerror'>
1897*7c568831SAndroid Build Coastguard Worker     <summary>error handling</summary>
1898*7c568831SAndroid Build Coastguard Worker     <description>the API used to report errors </description>
1899*7c568831SAndroid Build Coastguard Worker     <author>Daniel Veillard </author>
1900*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_BUF_OVERFLOW' type='enum'/>
1901*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_C14N_CREATE_CTXT' type='enum'/>
1902*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_C14N_CREATE_STACK' type='enum'/>
1903*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_C14N_INVALID_NODE' type='enum'/>
1904*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_C14N_RELATIVE_NAMESPACE' type='enum'/>
1905*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_C14N_REQUIRES_UTF8' type='enum'/>
1906*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_C14N_UNKNOW_NODE' type='enum'/>
1907*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_CATALOG_ENTRY_BROKEN' type='enum'/>
1908*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_CATALOG_MISSING_ATTR' type='enum'/>
1909*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_CATALOG_NOT_CATALOG' type='enum'/>
1910*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_CATALOG_PREFER_VALUE' type='enum'/>
1911*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_CATALOG_RECURSION' type='enum'/>
1912*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_CHECK_ENTITY_TYPE' type='enum'/>
1913*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_CHECK_FOUND_ATTRIBUTE' type='enum'/>
1914*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_CHECK_FOUND_CDATA' type='enum'/>
1915*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_CHECK_FOUND_COMMENT' type='enum'/>
1916*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_CHECK_FOUND_DOCTYPE' type='enum'/>
1917*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_CHECK_FOUND_ELEMENT' type='enum'/>
1918*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_CHECK_FOUND_ENTITY' type='enum'/>
1919*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_CHECK_FOUND_ENTITYREF' type='enum'/>
1920*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_CHECK_FOUND_FRAGMENT' type='enum'/>
1921*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_CHECK_FOUND_NOTATION' type='enum'/>
1922*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_CHECK_FOUND_PI' type='enum'/>
1923*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_CHECK_FOUND_TEXT' type='enum'/>
1924*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_CHECK_NAME_NOT_NULL' type='enum'/>
1925*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_CHECK_NOT_ATTR' type='enum'/>
1926*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_CHECK_NOT_ATTR_DECL' type='enum'/>
1927*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_CHECK_NOT_DTD' type='enum'/>
1928*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_CHECK_NOT_ELEM_DECL' type='enum'/>
1929*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_CHECK_NOT_ENTITY_DECL' type='enum'/>
1930*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_CHECK_NOT_NCNAME' type='enum'/>
1931*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_CHECK_NOT_NS_DECL' type='enum'/>
1932*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_CHECK_NOT_UTF8' type='enum'/>
1933*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_CHECK_NO_DICT' type='enum'/>
1934*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_CHECK_NO_DOC' type='enum'/>
1935*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_CHECK_NO_ELEM' type='enum'/>
1936*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_CHECK_NO_HREF' type='enum'/>
1937*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_CHECK_NO_NAME' type='enum'/>
1938*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_CHECK_NO_NEXT' type='enum'/>
1939*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_CHECK_NO_PARENT' type='enum'/>
1940*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_CHECK_NO_PREV' type='enum'/>
1941*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_CHECK_NS_ANCESTOR' type='enum'/>
1942*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_CHECK_NS_SCOPE' type='enum'/>
1943*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_CHECK_OUTSIDE_DICT' type='enum'/>
1944*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_CHECK_UNKNOWN_NODE' type='enum'/>
1945*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_CHECK_WRONG_DOC' type='enum'/>
1946*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_CHECK_WRONG_NAME' type='enum'/>
1947*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_CHECK_WRONG_NEXT' type='enum'/>
1948*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_CHECK_WRONG_PARENT' type='enum'/>
1949*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_CHECK_WRONG_PREV' type='enum'/>
1950*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_DTD_ATTRIBUTE_DEFAULT' type='enum'/>
1951*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_DTD_ATTRIBUTE_REDEFINED' type='enum'/>
1952*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_DTD_ATTRIBUTE_VALUE' type='enum'/>
1953*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_DTD_CONTENT_ERROR' type='enum'/>
1954*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_DTD_CONTENT_MODEL' type='enum'/>
1955*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_DTD_CONTENT_NOT_DETERMINIST' type='enum'/>
1956*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_DTD_DIFFERENT_PREFIX' type='enum'/>
1957*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_DTD_DUP_TOKEN' type='enum'/>
1958*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_DTD_ELEM_DEFAULT_NAMESPACE' type='enum'/>
1959*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_DTD_ELEM_NAMESPACE' type='enum'/>
1960*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_DTD_ELEM_REDEFINED' type='enum'/>
1961*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_DTD_EMPTY_NOTATION' type='enum'/>
1962*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_DTD_ENTITY_TYPE' type='enum'/>
1963*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_DTD_ID_FIXED' type='enum'/>
1964*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_DTD_ID_REDEFINED' type='enum'/>
1965*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_DTD_ID_SUBSET' type='enum'/>
1966*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_DTD_INVALID_CHILD' type='enum'/>
1967*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_DTD_INVALID_DEFAULT' type='enum'/>
1968*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_DTD_LOAD_ERROR' type='enum'/>
1969*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_DTD_MISSING_ATTRIBUTE' type='enum'/>
1970*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_DTD_MIXED_CORRUPT' type='enum'/>
1971*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_DTD_MULTIPLE_ID' type='enum'/>
1972*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_DTD_NOTATION_REDEFINED' type='enum'/>
1973*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_DTD_NOTATION_VALUE' type='enum'/>
1974*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_DTD_NOT_EMPTY' type='enum'/>
1975*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_DTD_NOT_PCDATA' type='enum'/>
1976*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_DTD_NOT_STANDALONE' type='enum'/>
1977*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_DTD_NO_DOC' type='enum'/>
1978*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_DTD_NO_DTD' type='enum'/>
1979*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_DTD_NO_ELEM_NAME' type='enum'/>
1980*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_DTD_NO_PREFIX' type='enum'/>
1981*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_DTD_NO_ROOT' type='enum'/>
1982*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_DTD_ROOT_NAME' type='enum'/>
1983*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_DTD_STANDALONE_DEFAULTED' type='enum'/>
1984*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_DTD_STANDALONE_WHITE_SPACE' type='enum'/>
1985*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_DTD_UNKNOWN_ATTRIBUTE' type='enum'/>
1986*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_DTD_UNKNOWN_ELEM' type='enum'/>
1987*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_DTD_UNKNOWN_ENTITY' type='enum'/>
1988*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_DTD_UNKNOWN_ID' type='enum'/>
1989*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_DTD_UNKNOWN_NOTATION' type='enum'/>
1990*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_DTD_XMLID_TYPE' type='enum'/>
1991*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_DTD_XMLID_VALUE' type='enum'/>
1992*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_ERR_ARGUMENT' type='enum'/>
1993*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_ERR_ATTLIST_NOT_FINISHED' type='enum'/>
1994*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_ERR_ATTLIST_NOT_STARTED' type='enum'/>
1995*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_ERR_ATTRIBUTE_NOT_FINISHED' type='enum'/>
1996*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_ERR_ATTRIBUTE_NOT_STARTED' type='enum'/>
1997*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_ERR_ATTRIBUTE_REDEFINED' type='enum'/>
1998*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_ERR_ATTRIBUTE_WITHOUT_VALUE' type='enum'/>
1999*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_ERR_CDATA_NOT_FINISHED' type='enum'/>
2000*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_ERR_CHARREF_AT_EOF' type='enum'/>
2001*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_ERR_CHARREF_IN_DTD' type='enum'/>
2002*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_ERR_CHARREF_IN_EPILOG' type='enum'/>
2003*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_ERR_CHARREF_IN_PROLOG' type='enum'/>
2004*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_ERR_COMMENT_ABRUPTLY_ENDED' type='enum'/>
2005*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_ERR_COMMENT_NOT_FINISHED' type='enum'/>
2006*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_ERR_CONDSEC_INVALID' type='enum'/>
2007*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_ERR_CONDSEC_INVALID_KEYWORD' type='enum'/>
2008*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_ERR_CONDSEC_NOT_FINISHED' type='enum'/>
2009*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_ERR_CONDSEC_NOT_STARTED' type='enum'/>
2010*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_ERR_DOCTYPE_NOT_FINISHED' type='enum'/>
2011*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_ERR_DOCUMENT_EMPTY' type='enum'/>
2012*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_ERR_DOCUMENT_END' type='enum'/>
2013*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_ERR_DOCUMENT_START' type='enum'/>
2014*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_ERR_ELEMCONTENT_NOT_FINISHED' type='enum'/>
2015*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_ERR_ELEMCONTENT_NOT_STARTED' type='enum'/>
2016*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_ERR_ENCODING_NAME' type='enum'/>
2017*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_ERR_ENTITYREF_AT_EOF' type='enum'/>
2018*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_ERR_ENTITYREF_IN_DTD' type='enum'/>
2019*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_ERR_ENTITYREF_IN_EPILOG' type='enum'/>
2020*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_ERR_ENTITYREF_IN_PROLOG' type='enum'/>
2021*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_ERR_ENTITYREF_NO_NAME' type='enum'/>
2022*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_ERR_ENTITYREF_SEMICOL_MISSING' type='enum'/>
2023*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_ERR_ENTITY_BOUNDARY' type='enum'/>
2024*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_ERR_ENTITY_CHAR_ERROR' type='enum'/>
2025*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_ERR_ENTITY_IS_EXTERNAL' type='enum'/>
2026*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_ERR_ENTITY_IS_PARAMETER' type='enum'/>
2027*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_ERR_ENTITY_LOOP' type='enum'/>
2028*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_ERR_ENTITY_NOT_FINISHED' type='enum'/>
2029*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_ERR_ENTITY_NOT_STARTED' type='enum'/>
2030*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_ERR_ENTITY_PE_INTERNAL' type='enum'/>
2031*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_ERR_ENTITY_PROCESSING' type='enum'/>
2032*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_ERR_EQUAL_REQUIRED' type='enum'/>
2033*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_ERR_ERROR' type='enum'/>
2034*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_ERR_EXTRA_CONTENT' type='enum'/>
2035*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_ERR_EXT_ENTITY_STANDALONE' type='enum'/>
2036*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_ERR_EXT_SUBSET_NOT_FINISHED' type='enum'/>
2037*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_ERR_FATAL' type='enum'/>
2038*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_ERR_GT_REQUIRED' type='enum'/>
2039*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_ERR_HYPHEN_IN_COMMENT' type='enum'/>
2040*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_ERR_INTERNAL_ERROR' type='enum'/>
2041*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_ERR_INT_SUBSET_NOT_FINISHED' type='enum'/>
2042*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_ERR_INVALID_CHAR' type='enum'/>
2043*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_ERR_INVALID_CHARREF' type='enum'/>
2044*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_ERR_INVALID_DEC_CHARREF' type='enum'/>
2045*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_ERR_INVALID_ENCODING' type='enum'/>
2046*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_ERR_INVALID_HEX_CHARREF' type='enum'/>
2047*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_ERR_INVALID_URI' type='enum'/>
2048*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_ERR_LITERAL_NOT_FINISHED' type='enum'/>
2049*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_ERR_LITERAL_NOT_STARTED' type='enum'/>
2050*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_ERR_LTSLASH_REQUIRED' type='enum'/>
2051*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_ERR_LT_IN_ATTRIBUTE' type='enum'/>
2052*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_ERR_LT_REQUIRED' type='enum'/>
2053*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_ERR_MISPLACED_CDATA_END' type='enum'/>
2054*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_ERR_MISSING_ENCODING' type='enum'/>
2055*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_ERR_MIXED_NOT_FINISHED' type='enum'/>
2056*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_ERR_MIXED_NOT_STARTED' type='enum'/>
2057*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_ERR_NAME_REQUIRED' type='enum'/>
2058*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_ERR_NAME_TOO_LONG' type='enum'/>
2059*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_ERR_NMTOKEN_REQUIRED' type='enum'/>
2060*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_ERR_NONE' type='enum'/>
2061*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_ERR_NOTATION_NOT_FINISHED' type='enum'/>
2062*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_ERR_NOTATION_NOT_STARTED' type='enum'/>
2063*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_ERR_NOTATION_PROCESSING' type='enum'/>
2064*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_ERR_NOT_STANDALONE' type='enum'/>
2065*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_ERR_NOT_WELL_BALANCED' type='enum'/>
2066*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_ERR_NO_DTD' type='enum'/>
2067*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_ERR_NO_MEMORY' type='enum'/>
2068*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_ERR_NS_DECL_ERROR' type='enum'/>
2069*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_ERR_OK' type='enum'/>
2070*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_ERR_PCDATA_REQUIRED' type='enum'/>
2071*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_ERR_PEREF_AT_EOF' type='enum'/>
2072*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_ERR_PEREF_IN_EPILOG' type='enum'/>
2073*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_ERR_PEREF_IN_INT_SUBSET' type='enum'/>
2074*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_ERR_PEREF_IN_PROLOG' type='enum'/>
2075*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_ERR_PEREF_NO_NAME' type='enum'/>
2076*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_ERR_PEREF_SEMICOL_MISSING' type='enum'/>
2077*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_ERR_PI_NOT_FINISHED' type='enum'/>
2078*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_ERR_PI_NOT_STARTED' type='enum'/>
2079*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_ERR_PUBID_REQUIRED' type='enum'/>
2080*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_ERR_REDECL_PREDEF_ENTITY' type='enum'/>
2081*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_ERR_RESERVED_XML_NAME' type='enum'/>
2082*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_ERR_RESOURCE_LIMIT' type='enum'/>
2083*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_ERR_SEPARATOR_REQUIRED' type='enum'/>
2084*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_ERR_SPACE_REQUIRED' type='enum'/>
2085*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_ERR_STANDALONE_VALUE' type='enum'/>
2086*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_ERR_STRING_NOT_CLOSED' type='enum'/>
2087*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_ERR_STRING_NOT_STARTED' type='enum'/>
2088*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_ERR_SYSTEM' type='enum'/>
2089*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_ERR_TAG_NAME_MISMATCH' type='enum'/>
2090*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_ERR_TAG_NOT_FINISHED' type='enum'/>
2091*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_ERR_UNDECLARED_ENTITY' type='enum'/>
2092*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_ERR_UNKNOWN_ENCODING' type='enum'/>
2093*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_ERR_UNKNOWN_VERSION' type='enum'/>
2094*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_ERR_UNPARSED_ENTITY' type='enum'/>
2095*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_ERR_UNSUPPORTED_ENCODING' type='enum'/>
2096*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_ERR_URI_FRAGMENT' type='enum'/>
2097*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_ERR_URI_REQUIRED' type='enum'/>
2098*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_ERR_USER_STOP' type='enum'/>
2099*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_ERR_VALUE_REQUIRED' type='enum'/>
2100*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_ERR_VERSION_MISMATCH' type='enum'/>
2101*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_ERR_VERSION_MISSING' type='enum'/>
2102*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_ERR_WARNING' type='enum'/>
2103*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_ERR_XMLDECL_NOT_FINISHED' type='enum'/>
2104*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_ERR_XMLDECL_NOT_STARTED' type='enum'/>
2105*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_FROM_BUFFER' type='enum'/>
2106*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_FROM_C14N' type='enum'/>
2107*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_FROM_CATALOG' type='enum'/>
2108*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_FROM_CHECK' type='enum'/>
2109*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_FROM_DATATYPE' type='enum'/>
2110*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_FROM_DTD' type='enum'/>
2111*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_FROM_FTP' type='enum'/>
2112*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_FROM_HTML' type='enum'/>
2113*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_FROM_HTTP' type='enum'/>
2114*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_FROM_I18N' type='enum'/>
2115*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_FROM_IO' type='enum'/>
2116*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_FROM_MEMORY' type='enum'/>
2117*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_FROM_MODULE' type='enum'/>
2118*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_FROM_NAMESPACE' type='enum'/>
2119*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_FROM_NONE' type='enum'/>
2120*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_FROM_OUTPUT' type='enum'/>
2121*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_FROM_PARSER' type='enum'/>
2122*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_FROM_REGEXP' type='enum'/>
2123*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_FROM_RELAXNGP' type='enum'/>
2124*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_FROM_RELAXNGV' type='enum'/>
2125*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_FROM_SCHEMASP' type='enum'/>
2126*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_FROM_SCHEMASV' type='enum'/>
2127*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_FROM_SCHEMATRONV' type='enum'/>
2128*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_FROM_TREE' type='enum'/>
2129*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_FROM_URI' type='enum'/>
2130*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_FROM_VALID' type='enum'/>
2131*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_FROM_WRITER' type='enum'/>
2132*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_FROM_XINCLUDE' type='enum'/>
2133*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_FROM_XPATH' type='enum'/>
2134*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_FROM_XPOINTER' type='enum'/>
2135*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_FROM_XSLT' type='enum'/>
2136*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_FTP_ACCNT' type='enum'/>
2137*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_FTP_EPSV_ANSWER' type='enum'/>
2138*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_FTP_PASV_ANSWER' type='enum'/>
2139*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_FTP_URL_SYNTAX' type='enum'/>
2140*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_HTML_INCORRECTLY_OPENED_COMMENT' type='enum'/>
2141*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_HTML_STRUCURE_ERROR' type='enum'/>
2142*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_HTML_UNKNOWN_TAG' type='enum'/>
2143*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_HTTP_UNKNOWN_HOST' type='enum'/>
2144*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_HTTP_URL_SYNTAX' type='enum'/>
2145*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_HTTP_USE_IP' type='enum'/>
2146*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_I18N_CONV_FAILED' type='enum'/>
2147*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_I18N_EXCESS_HANDLER' type='enum'/>
2148*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_I18N_NO_HANDLER' type='enum'/>
2149*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_I18N_NO_NAME' type='enum'/>
2150*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_I18N_NO_OUTPUT' type='enum'/>
2151*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_IO_BUFFER_FULL' type='enum'/>
2152*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_IO_EACCES' type='enum'/>
2153*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_IO_EADDRINUSE' type='enum'/>
2154*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_IO_EAFNOSUPPORT' type='enum'/>
2155*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_IO_EAGAIN' type='enum'/>
2156*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_IO_EALREADY' type='enum'/>
2157*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_IO_EBADF' type='enum'/>
2158*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_IO_EBADMSG' type='enum'/>
2159*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_IO_EBUSY' type='enum'/>
2160*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_IO_ECANCELED' type='enum'/>
2161*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_IO_ECHILD' type='enum'/>
2162*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_IO_ECONNREFUSED' type='enum'/>
2163*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_IO_EDEADLK' type='enum'/>
2164*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_IO_EDOM' type='enum'/>
2165*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_IO_EEXIST' type='enum'/>
2166*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_IO_EFAULT' type='enum'/>
2167*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_IO_EFBIG' type='enum'/>
2168*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_IO_EINPROGRESS' type='enum'/>
2169*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_IO_EINTR' type='enum'/>
2170*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_IO_EINVAL' type='enum'/>
2171*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_IO_EIO' type='enum'/>
2172*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_IO_EISCONN' type='enum'/>
2173*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_IO_EISDIR' type='enum'/>
2174*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_IO_EMFILE' type='enum'/>
2175*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_IO_EMLINK' type='enum'/>
2176*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_IO_EMSGSIZE' type='enum'/>
2177*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_IO_ENAMETOOLONG' type='enum'/>
2178*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_IO_ENCODER' type='enum'/>
2179*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_IO_ENETUNREACH' type='enum'/>
2180*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_IO_ENFILE' type='enum'/>
2181*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_IO_ENODEV' type='enum'/>
2182*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_IO_ENOENT' type='enum'/>
2183*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_IO_ENOEXEC' type='enum'/>
2184*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_IO_ENOLCK' type='enum'/>
2185*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_IO_ENOMEM' type='enum'/>
2186*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_IO_ENOSPC' type='enum'/>
2187*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_IO_ENOSYS' type='enum'/>
2188*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_IO_ENOTDIR' type='enum'/>
2189*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_IO_ENOTEMPTY' type='enum'/>
2190*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_IO_ENOTSOCK' type='enum'/>
2191*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_IO_ENOTSUP' type='enum'/>
2192*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_IO_ENOTTY' type='enum'/>
2193*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_IO_ENXIO' type='enum'/>
2194*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_IO_EPERM' type='enum'/>
2195*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_IO_EPIPE' type='enum'/>
2196*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_IO_ERANGE' type='enum'/>
2197*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_IO_EROFS' type='enum'/>
2198*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_IO_ESPIPE' type='enum'/>
2199*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_IO_ESRCH' type='enum'/>
2200*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_IO_ETIMEDOUT' type='enum'/>
2201*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_IO_EXDEV' type='enum'/>
2202*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_IO_FLUSH' type='enum'/>
2203*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_IO_LOAD_ERROR' type='enum'/>
2204*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_IO_NETWORK_ATTEMPT' type='enum'/>
2205*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_IO_NO_INPUT' type='enum'/>
2206*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_IO_UNKNOWN' type='enum'/>
2207*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_IO_UNSUPPORTED_PROTOCOL' type='enum'/>
2208*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_IO_WRITE' type='enum'/>
2209*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_MODULE_CLOSE' type='enum'/>
2210*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_MODULE_OPEN' type='enum'/>
2211*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_NS_ERR_ATTRIBUTE_REDEFINED' type='enum'/>
2212*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_NS_ERR_COLON' type='enum'/>
2213*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_NS_ERR_EMPTY' type='enum'/>
2214*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_NS_ERR_QNAME' type='enum'/>
2215*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_NS_ERR_UNDEFINED_NAMESPACE' type='enum'/>
2216*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_NS_ERR_XML_NAMESPACE' type='enum'/>
2217*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_REGEXP_COMPILE_ERROR' type='enum'/>
2218*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_RNGP_ANYNAME_ATTR_ANCESTOR' type='enum'/>
2219*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_RNGP_ATTRIBUTE_CHILDREN' type='enum'/>
2220*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_RNGP_ATTRIBUTE_CONTENT' type='enum'/>
2221*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_RNGP_ATTRIBUTE_EMPTY' type='enum'/>
2222*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_RNGP_ATTRIBUTE_NOOP' type='enum'/>
2223*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_RNGP_ATTR_CONFLICT' type='enum'/>
2224*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_RNGP_CHOICE_CONTENT' type='enum'/>
2225*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_RNGP_CHOICE_EMPTY' type='enum'/>
2226*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_RNGP_CREATE_FAILURE' type='enum'/>
2227*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_RNGP_DATA_CONTENT' type='enum'/>
2228*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_RNGP_DEFINE_CREATE_FAILED' type='enum'/>
2229*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_RNGP_DEFINE_EMPTY' type='enum'/>
2230*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_RNGP_DEFINE_MISSING' type='enum'/>
2231*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_RNGP_DEFINE_NAME_MISSING' type='enum'/>
2232*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_RNGP_DEF_CHOICE_AND_INTERLEAVE' type='enum'/>
2233*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_RNGP_ELEMENT_CONTENT' type='enum'/>
2234*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_RNGP_ELEMENT_EMPTY' type='enum'/>
2235*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_RNGP_ELEMENT_NAME' type='enum'/>
2236*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_RNGP_ELEMENT_NO_CONTENT' type='enum'/>
2237*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_RNGP_ELEM_CONTENT_EMPTY' type='enum'/>
2238*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_RNGP_ELEM_CONTENT_ERROR' type='enum'/>
2239*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_RNGP_ELEM_TEXT_CONFLICT' type='enum'/>
2240*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_RNGP_EMPTY' type='enum'/>
2241*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_RNGP_EMPTY_CONSTRUCT' type='enum'/>
2242*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_RNGP_EMPTY_CONTENT' type='enum'/>
2243*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_RNGP_EMPTY_NOT_EMPTY' type='enum'/>
2244*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_RNGP_ERROR_TYPE_LIB' type='enum'/>
2245*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_RNGP_EXCEPT_EMPTY' type='enum'/>
2246*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_RNGP_EXCEPT_MISSING' type='enum'/>
2247*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_RNGP_EXCEPT_MULTIPLE' type='enum'/>
2248*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_RNGP_EXCEPT_NO_CONTENT' type='enum'/>
2249*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_RNGP_EXTERNALREF_EMTPY' type='enum'/>
2250*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_RNGP_EXTERNALREF_RECURSE' type='enum'/>
2251*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_RNGP_EXTERNAL_REF_FAILURE' type='enum'/>
2252*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_RNGP_FORBIDDEN_ATTRIBUTE' type='enum'/>
2253*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_RNGP_FOREIGN_ELEMENT' type='enum'/>
2254*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_RNGP_GRAMMAR_CONTENT' type='enum'/>
2255*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_RNGP_GRAMMAR_EMPTY' type='enum'/>
2256*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_RNGP_GRAMMAR_MISSING' type='enum'/>
2257*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_RNGP_GRAMMAR_NO_START' type='enum'/>
2258*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_RNGP_GROUP_ATTR_CONFLICT' type='enum'/>
2259*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_RNGP_HREF_ERROR' type='enum'/>
2260*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_RNGP_INCLUDE_EMPTY' type='enum'/>
2261*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_RNGP_INCLUDE_FAILURE' type='enum'/>
2262*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_RNGP_INCLUDE_RECURSE' type='enum'/>
2263*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_RNGP_INTERLEAVE_ADD' type='enum'/>
2264*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_RNGP_INTERLEAVE_CREATE_FAILED' type='enum'/>
2265*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_RNGP_INTERLEAVE_EMPTY' type='enum'/>
2266*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_RNGP_INTERLEAVE_NO_CONTENT' type='enum'/>
2267*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_RNGP_INVALID_DEFINE_NAME' type='enum'/>
2268*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_RNGP_INVALID_URI' type='enum'/>
2269*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_RNGP_INVALID_VALUE' type='enum'/>
2270*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_RNGP_MISSING_HREF' type='enum'/>
2271*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_RNGP_NAME_MISSING' type='enum'/>
2272*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_RNGP_NEED_COMBINE' type='enum'/>
2273*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_RNGP_NOTALLOWED_NOT_EMPTY' type='enum'/>
2274*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_RNGP_NSNAME_ATTR_ANCESTOR' type='enum'/>
2275*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_RNGP_NSNAME_NO_NS' type='enum'/>
2276*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_RNGP_PARAM_FORBIDDEN' type='enum'/>
2277*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_RNGP_PARAM_NAME_MISSING' type='enum'/>
2278*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_RNGP_PARENTREF_CREATE_FAILED' type='enum'/>
2279*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_RNGP_PARENTREF_NAME_INVALID' type='enum'/>
2280*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_RNGP_PARENTREF_NOT_EMPTY' type='enum'/>
2281*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_RNGP_PARENTREF_NO_NAME' type='enum'/>
2282*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_RNGP_PARENTREF_NO_PARENT' type='enum'/>
2283*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_RNGP_PARSE_ERROR' type='enum'/>
2284*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_RNGP_PAT_ANYNAME_EXCEPT_ANYNAME' type='enum'/>
2285*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_RNGP_PAT_ATTR_ATTR' type='enum'/>
2286*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_RNGP_PAT_ATTR_ELEM' type='enum'/>
2287*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_RNGP_PAT_DATA_EXCEPT_ATTR' type='enum'/>
2288*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_RNGP_PAT_DATA_EXCEPT_ELEM' type='enum'/>
2289*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_RNGP_PAT_DATA_EXCEPT_EMPTY' type='enum'/>
2290*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_RNGP_PAT_DATA_EXCEPT_GROUP' type='enum'/>
2291*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_RNGP_PAT_DATA_EXCEPT_INTERLEAVE' type='enum'/>
2292*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_RNGP_PAT_DATA_EXCEPT_LIST' type='enum'/>
2293*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_RNGP_PAT_DATA_EXCEPT_ONEMORE' type='enum'/>
2294*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_RNGP_PAT_DATA_EXCEPT_REF' type='enum'/>
2295*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_RNGP_PAT_DATA_EXCEPT_TEXT' type='enum'/>
2296*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_RNGP_PAT_LIST_ATTR' type='enum'/>
2297*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_RNGP_PAT_LIST_ELEM' type='enum'/>
2298*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_RNGP_PAT_LIST_INTERLEAVE' type='enum'/>
2299*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_RNGP_PAT_LIST_LIST' type='enum'/>
2300*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_RNGP_PAT_LIST_REF' type='enum'/>
2301*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_RNGP_PAT_LIST_TEXT' type='enum'/>
2302*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_RNGP_PAT_NSNAME_EXCEPT_ANYNAME' type='enum'/>
2303*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_RNGP_PAT_NSNAME_EXCEPT_NSNAME' type='enum'/>
2304*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_RNGP_PAT_ONEMORE_GROUP_ATTR' type='enum'/>
2305*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_RNGP_PAT_ONEMORE_INTERLEAVE_ATTR' type='enum'/>
2306*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_RNGP_PAT_START_ATTR' type='enum'/>
2307*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_RNGP_PAT_START_DATA' type='enum'/>
2308*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_RNGP_PAT_START_EMPTY' type='enum'/>
2309*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_RNGP_PAT_START_GROUP' type='enum'/>
2310*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_RNGP_PAT_START_INTERLEAVE' type='enum'/>
2311*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_RNGP_PAT_START_LIST' type='enum'/>
2312*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_RNGP_PAT_START_ONEMORE' type='enum'/>
2313*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_RNGP_PAT_START_TEXT' type='enum'/>
2314*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_RNGP_PAT_START_VALUE' type='enum'/>
2315*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_RNGP_PREFIX_UNDEFINED' type='enum'/>
2316*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_RNGP_REF_CREATE_FAILED' type='enum'/>
2317*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_RNGP_REF_CYCLE' type='enum'/>
2318*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_RNGP_REF_NAME_INVALID' type='enum'/>
2319*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_RNGP_REF_NOT_EMPTY' type='enum'/>
2320*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_RNGP_REF_NO_DEF' type='enum'/>
2321*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_RNGP_REF_NO_NAME' type='enum'/>
2322*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_RNGP_START_CHOICE_AND_INTERLEAVE' type='enum'/>
2323*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_RNGP_START_CONTENT' type='enum'/>
2324*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_RNGP_START_EMPTY' type='enum'/>
2325*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_RNGP_START_MISSING' type='enum'/>
2326*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_RNGP_TEXT_EXPECTED' type='enum'/>
2327*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_RNGP_TEXT_HAS_CHILD' type='enum'/>
2328*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_RNGP_TYPE_MISSING' type='enum'/>
2329*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_RNGP_TYPE_NOT_FOUND' type='enum'/>
2330*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_RNGP_TYPE_VALUE' type='enum'/>
2331*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_RNGP_UNKNOWN_ATTRIBUTE' type='enum'/>
2332*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_RNGP_UNKNOWN_COMBINE' type='enum'/>
2333*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_RNGP_UNKNOWN_CONSTRUCT' type='enum'/>
2334*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_RNGP_UNKNOWN_TYPE_LIB' type='enum'/>
2335*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_RNGP_URI_FRAGMENT' type='enum'/>
2336*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_RNGP_URI_NOT_ABSOLUTE' type='enum'/>
2337*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_RNGP_VALUE_EMPTY' type='enum'/>
2338*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_RNGP_VALUE_NO_CONTENT' type='enum'/>
2339*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_RNGP_XMLNS_NAME' type='enum'/>
2340*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_RNGP_XML_NS' type='enum'/>
2341*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_SAVE_CHAR_INVALID' type='enum'/>
2342*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_SAVE_NOT_UTF8' type='enum'/>
2343*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_SAVE_NO_DOCTYPE' type='enum'/>
2344*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_SAVE_UNKNOWN_ENCODING' type='enum'/>
2345*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_SCHEMAP_AG_PROPS_CORRECT' type='enum'/>
2346*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_SCHEMAP_ATTRFORMDEFAULT_VALUE' type='enum'/>
2347*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_SCHEMAP_ATTRGRP_NONAME_NOREF' type='enum'/>
2348*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_SCHEMAP_ATTR_NONAME_NOREF' type='enum'/>
2349*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_SCHEMAP_AU_PROPS_CORRECT' type='enum'/>
2350*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_SCHEMAP_AU_PROPS_CORRECT_2' type='enum'/>
2351*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_SCHEMAP_A_PROPS_CORRECT_2' type='enum'/>
2352*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_SCHEMAP_A_PROPS_CORRECT_3' type='enum'/>
2353*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_SCHEMAP_COMPLEXTYPE_NONAME_NOREF' type='enum'/>
2354*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_SCHEMAP_COS_ALL_LIMITED' type='enum'/>
2355*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_SCHEMAP_COS_CT_EXTENDS_1_1' type='enum'/>
2356*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_SCHEMAP_COS_CT_EXTENDS_1_2' type='enum'/>
2357*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_SCHEMAP_COS_CT_EXTENDS_1_3' type='enum'/>
2358*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_SCHEMAP_COS_ST_DERIVED_OK_2_1' type='enum'/>
2359*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_SCHEMAP_COS_ST_DERIVED_OK_2_2' type='enum'/>
2360*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_SCHEMAP_COS_ST_RESTRICTS_1_1' type='enum'/>
2361*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_SCHEMAP_COS_ST_RESTRICTS_1_2' type='enum'/>
2362*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_SCHEMAP_COS_ST_RESTRICTS_1_3_1' type='enum'/>
2363*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_SCHEMAP_COS_ST_RESTRICTS_1_3_2' type='enum'/>
2364*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_SCHEMAP_COS_ST_RESTRICTS_2_1' type='enum'/>
2365*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_SCHEMAP_COS_ST_RESTRICTS_2_3_1_1' type='enum'/>
2366*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_SCHEMAP_COS_ST_RESTRICTS_2_3_1_2' type='enum'/>
2367*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_SCHEMAP_COS_ST_RESTRICTS_2_3_2_1' type='enum'/>
2368*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_SCHEMAP_COS_ST_RESTRICTS_2_3_2_2' type='enum'/>
2369*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_SCHEMAP_COS_ST_RESTRICTS_2_3_2_3' type='enum'/>
2370*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_SCHEMAP_COS_ST_RESTRICTS_2_3_2_4' type='enum'/>
2371*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_SCHEMAP_COS_ST_RESTRICTS_2_3_2_5' type='enum'/>
2372*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_SCHEMAP_COS_ST_RESTRICTS_3_1' type='enum'/>
2373*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_SCHEMAP_COS_ST_RESTRICTS_3_3_1' type='enum'/>
2374*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_SCHEMAP_COS_ST_RESTRICTS_3_3_1_2' type='enum'/>
2375*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_SCHEMAP_COS_ST_RESTRICTS_3_3_2_1' type='enum'/>
2376*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_SCHEMAP_COS_ST_RESTRICTS_3_3_2_2' type='enum'/>
2377*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_SCHEMAP_COS_ST_RESTRICTS_3_3_2_3' type='enum'/>
2378*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_SCHEMAP_COS_ST_RESTRICTS_3_3_2_4' type='enum'/>
2379*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_SCHEMAP_COS_ST_RESTRICTS_3_3_2_5' type='enum'/>
2380*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_SCHEMAP_COS_VALID_DEFAULT_1' type='enum'/>
2381*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_SCHEMAP_COS_VALID_DEFAULT_2_1' type='enum'/>
2382*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_SCHEMAP_COS_VALID_DEFAULT_2_2_1' type='enum'/>
2383*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_SCHEMAP_COS_VALID_DEFAULT_2_2_2' type='enum'/>
2384*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_SCHEMAP_CT_PROPS_CORRECT_1' type='enum'/>
2385*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_SCHEMAP_CT_PROPS_CORRECT_2' type='enum'/>
2386*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_SCHEMAP_CT_PROPS_CORRECT_3' type='enum'/>
2387*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_SCHEMAP_CT_PROPS_CORRECT_4' type='enum'/>
2388*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_SCHEMAP_CT_PROPS_CORRECT_5' type='enum'/>
2389*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_SCHEMAP_CVC_SIMPLE_TYPE' type='enum'/>
2390*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_SCHEMAP_C_PROPS_CORRECT' type='enum'/>
2391*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_SCHEMAP_DEF_AND_PREFIX' type='enum'/>
2392*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_SCHEMAP_DERIVATION_OK_RESTRICTION_1' type='enum'/>
2393*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_SCHEMAP_DERIVATION_OK_RESTRICTION_2_1_1' type='enum'/>
2394*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_SCHEMAP_DERIVATION_OK_RESTRICTION_2_1_2' type='enum'/>
2395*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_SCHEMAP_DERIVATION_OK_RESTRICTION_2_1_3' type='enum'/>
2396*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_SCHEMAP_DERIVATION_OK_RESTRICTION_2_2' type='enum'/>
2397*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_SCHEMAP_DERIVATION_OK_RESTRICTION_3' type='enum'/>
2398*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_SCHEMAP_DERIVATION_OK_RESTRICTION_4_1' type='enum'/>
2399*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_SCHEMAP_DERIVATION_OK_RESTRICTION_4_2' type='enum'/>
2400*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_SCHEMAP_DERIVATION_OK_RESTRICTION_4_3' type='enum'/>
2401*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_SCHEMAP_ELEMFORMDEFAULT_VALUE' type='enum'/>
2402*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_SCHEMAP_ELEM_DEFAULT_FIXED' type='enum'/>
2403*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_SCHEMAP_ELEM_NONAME_NOREF' type='enum'/>
2404*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_SCHEMAP_EXTENSION_NO_BASE' type='enum'/>
2405*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_SCHEMAP_E_PROPS_CORRECT_2' type='enum'/>
2406*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_SCHEMAP_E_PROPS_CORRECT_3' type='enum'/>
2407*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_SCHEMAP_E_PROPS_CORRECT_4' type='enum'/>
2408*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_SCHEMAP_E_PROPS_CORRECT_5' type='enum'/>
2409*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_SCHEMAP_E_PROPS_CORRECT_6' type='enum'/>
2410*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_SCHEMAP_FACET_NO_VALUE' type='enum'/>
2411*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_SCHEMAP_FAILED_BUILD_IMPORT' type='enum'/>
2412*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_SCHEMAP_FAILED_LOAD' type='enum'/>
2413*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_SCHEMAP_FAILED_PARSE' type='enum'/>
2414*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_SCHEMAP_GROUP_NONAME_NOREF' type='enum'/>
2415*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_SCHEMAP_IMPORT_NAMESPACE_NOT_URI' type='enum'/>
2416*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_SCHEMAP_IMPORT_REDEFINE_NSNAME' type='enum'/>
2417*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_SCHEMAP_IMPORT_SCHEMA_NOT_URI' type='enum'/>
2418*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_SCHEMAP_INCLUDE_SCHEMA_NOT_URI' type='enum'/>
2419*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_SCHEMAP_INCLUDE_SCHEMA_NO_URI' type='enum'/>
2420*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_SCHEMAP_INTERNAL' type='enum'/>
2421*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_SCHEMAP_INTERSECTION_NOT_EXPRESSIBLE' type='enum'/>
2422*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_SCHEMAP_INVALID_ATTR_COMBINATION' type='enum'/>
2423*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_SCHEMAP_INVALID_ATTR_INLINE_COMBINATION' type='enum'/>
2424*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_SCHEMAP_INVALID_ATTR_NAME' type='enum'/>
2425*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_SCHEMAP_INVALID_ATTR_USE' type='enum'/>
2426*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_SCHEMAP_INVALID_BOOLEAN' type='enum'/>
2427*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_SCHEMAP_INVALID_ENUM' type='enum'/>
2428*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_SCHEMAP_INVALID_FACET' type='enum'/>
2429*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_SCHEMAP_INVALID_FACET_VALUE' type='enum'/>
2430*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_SCHEMAP_INVALID_MAXOCCURS' type='enum'/>
2431*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_SCHEMAP_INVALID_MINOCCURS' type='enum'/>
2432*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_SCHEMAP_INVALID_REF_AND_SUBTYPE' type='enum'/>
2433*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_SCHEMAP_INVALID_WHITE_SPACE' type='enum'/>
2434*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_SCHEMAP_MG_PROPS_CORRECT_1' type='enum'/>
2435*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_SCHEMAP_MG_PROPS_CORRECT_2' type='enum'/>
2436*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_SCHEMAP_MISSING_SIMPLETYPE_CHILD' type='enum'/>
2437*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_SCHEMAP_NOATTR_NOREF' type='enum'/>
2438*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_SCHEMAP_NOROOT' type='enum'/>
2439*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_SCHEMAP_NOTATION_NO_NAME' type='enum'/>
2440*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_SCHEMAP_NOTHING_TO_PARSE' type='enum'/>
2441*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_SCHEMAP_NOTYPE_NOREF' type='enum'/>
2442*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_SCHEMAP_NOT_DETERMINISTIC' type='enum'/>
2443*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_SCHEMAP_NOT_SCHEMA' type='enum'/>
2444*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_SCHEMAP_NO_XMLNS' type='enum'/>
2445*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_SCHEMAP_NO_XSI' type='enum'/>
2446*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_SCHEMAP_PREFIX_UNDEFINED' type='enum'/>
2447*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_SCHEMAP_P_PROPS_CORRECT_1' type='enum'/>
2448*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_SCHEMAP_P_PROPS_CORRECT_2_1' type='enum'/>
2449*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_SCHEMAP_P_PROPS_CORRECT_2_2' type='enum'/>
2450*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_SCHEMAP_RECURSIVE' type='enum'/>
2451*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_SCHEMAP_REDEFINED_ATTR' type='enum'/>
2452*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_SCHEMAP_REDEFINED_ATTRGROUP' type='enum'/>
2453*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_SCHEMAP_REDEFINED_ELEMENT' type='enum'/>
2454*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_SCHEMAP_REDEFINED_GROUP' type='enum'/>
2455*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_SCHEMAP_REDEFINED_NOTATION' type='enum'/>
2456*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_SCHEMAP_REDEFINED_TYPE' type='enum'/>
2457*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_SCHEMAP_REF_AND_CONTENT' type='enum'/>
2458*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_SCHEMAP_REF_AND_SUBTYPE' type='enum'/>
2459*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_SCHEMAP_REGEXP_INVALID' type='enum'/>
2460*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_SCHEMAP_RESTRICTION_NONAME_NOREF' type='enum'/>
2461*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_SCHEMAP_S4S_ATTR_INVALID_VALUE' type='enum'/>
2462*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_SCHEMAP_S4S_ATTR_MISSING' type='enum'/>
2463*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_SCHEMAP_S4S_ATTR_NOT_ALLOWED' type='enum'/>
2464*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_SCHEMAP_S4S_ELEM_MISSING' type='enum'/>
2465*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_SCHEMAP_S4S_ELEM_NOT_ALLOWED' type='enum'/>
2466*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_SCHEMAP_SIMPLETYPE_NONAME' type='enum'/>
2467*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_SCHEMAP_SRC_ATTRIBUTE_1' type='enum'/>
2468*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_SCHEMAP_SRC_ATTRIBUTE_2' type='enum'/>
2469*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_SCHEMAP_SRC_ATTRIBUTE_3_1' type='enum'/>
2470*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_SCHEMAP_SRC_ATTRIBUTE_3_2' type='enum'/>
2471*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_SCHEMAP_SRC_ATTRIBUTE_4' type='enum'/>
2472*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_SCHEMAP_SRC_ATTRIBUTE_GROUP_1' type='enum'/>
2473*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_SCHEMAP_SRC_ATTRIBUTE_GROUP_2' type='enum'/>
2474*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_SCHEMAP_SRC_ATTRIBUTE_GROUP_3' type='enum'/>
2475*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_SCHEMAP_SRC_CT_1' type='enum'/>
2476*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_SCHEMAP_SRC_ELEMENT_1' type='enum'/>
2477*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_SCHEMAP_SRC_ELEMENT_2_1' type='enum'/>
2478*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_SCHEMAP_SRC_ELEMENT_2_2' type='enum'/>
2479*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_SCHEMAP_SRC_ELEMENT_3' type='enum'/>
2480*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_SCHEMAP_SRC_IMPORT' type='enum'/>
2481*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_SCHEMAP_SRC_IMPORT_1_1' type='enum'/>
2482*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_SCHEMAP_SRC_IMPORT_1_2' type='enum'/>
2483*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_SCHEMAP_SRC_IMPORT_2' type='enum'/>
2484*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_SCHEMAP_SRC_IMPORT_2_1' type='enum'/>
2485*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_SCHEMAP_SRC_IMPORT_2_2' type='enum'/>
2486*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_SCHEMAP_SRC_IMPORT_3_1' type='enum'/>
2487*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_SCHEMAP_SRC_IMPORT_3_2' type='enum'/>
2488*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_SCHEMAP_SRC_INCLUDE' type='enum'/>
2489*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_SCHEMAP_SRC_LIST_ITEMTYPE_OR_SIMPLETYPE' type='enum'/>
2490*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_SCHEMAP_SRC_REDEFINE' type='enum'/>
2491*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_SCHEMAP_SRC_RESOLVE' type='enum'/>
2492*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_SCHEMAP_SRC_RESTRICTION_BASE_OR_SIMPLETYPE' type='enum'/>
2493*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_SCHEMAP_SRC_SIMPLE_TYPE_1' type='enum'/>
2494*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_SCHEMAP_SRC_SIMPLE_TYPE_2' type='enum'/>
2495*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_SCHEMAP_SRC_SIMPLE_TYPE_3' type='enum'/>
2496*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_SCHEMAP_SRC_SIMPLE_TYPE_4' type='enum'/>
2497*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_SCHEMAP_SRC_UNION_MEMBERTYPES_OR_SIMPLETYPES' type='enum'/>
2498*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_SCHEMAP_ST_PROPS_CORRECT_1' type='enum'/>
2499*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_SCHEMAP_ST_PROPS_CORRECT_2' type='enum'/>
2500*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_SCHEMAP_ST_PROPS_CORRECT_3' type='enum'/>
2501*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_SCHEMAP_SUPERNUMEROUS_LIST_ITEM_TYPE' type='enum'/>
2502*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_SCHEMAP_TYPE_AND_SUBTYPE' type='enum'/>
2503*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_SCHEMAP_UNION_NOT_EXPRESSIBLE' type='enum'/>
2504*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_SCHEMAP_UNKNOWN_ALL_CHILD' type='enum'/>
2505*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_SCHEMAP_UNKNOWN_ANYATTRIBUTE_CHILD' type='enum'/>
2506*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_SCHEMAP_UNKNOWN_ATTRGRP_CHILD' type='enum'/>
2507*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_SCHEMAP_UNKNOWN_ATTRIBUTE_GROUP' type='enum'/>
2508*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_SCHEMAP_UNKNOWN_ATTR_CHILD' type='enum'/>
2509*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_SCHEMAP_UNKNOWN_BASE_TYPE' type='enum'/>
2510*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_SCHEMAP_UNKNOWN_CHOICE_CHILD' type='enum'/>
2511*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_SCHEMAP_UNKNOWN_COMPLEXCONTENT_CHILD' type='enum'/>
2512*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_SCHEMAP_UNKNOWN_COMPLEXTYPE_CHILD' type='enum'/>
2513*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_SCHEMAP_UNKNOWN_ELEM_CHILD' type='enum'/>
2514*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_SCHEMAP_UNKNOWN_EXTENSION_CHILD' type='enum'/>
2515*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_SCHEMAP_UNKNOWN_FACET_CHILD' type='enum'/>
2516*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_SCHEMAP_UNKNOWN_FACET_TYPE' type='enum'/>
2517*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_SCHEMAP_UNKNOWN_GROUP_CHILD' type='enum'/>
2518*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_SCHEMAP_UNKNOWN_IMPORT_CHILD' type='enum'/>
2519*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_SCHEMAP_UNKNOWN_INCLUDE_CHILD' type='enum'/>
2520*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_SCHEMAP_UNKNOWN_LIST_CHILD' type='enum'/>
2521*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_SCHEMAP_UNKNOWN_MEMBER_TYPE' type='enum'/>
2522*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_SCHEMAP_UNKNOWN_NOTATION_CHILD' type='enum'/>
2523*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_SCHEMAP_UNKNOWN_PREFIX' type='enum'/>
2524*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_SCHEMAP_UNKNOWN_PROCESSCONTENT_CHILD' type='enum'/>
2525*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_SCHEMAP_UNKNOWN_REF' type='enum'/>
2526*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_SCHEMAP_UNKNOWN_RESTRICTION_CHILD' type='enum'/>
2527*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_SCHEMAP_UNKNOWN_SCHEMAS_CHILD' type='enum'/>
2528*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_SCHEMAP_UNKNOWN_SEQUENCE_CHILD' type='enum'/>
2529*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_SCHEMAP_UNKNOWN_SIMPLECONTENT_CHILD' type='enum'/>
2530*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_SCHEMAP_UNKNOWN_SIMPLETYPE_CHILD' type='enum'/>
2531*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_SCHEMAP_UNKNOWN_TYPE' type='enum'/>
2532*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_SCHEMAP_UNKNOWN_UNION_CHILD' type='enum'/>
2533*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_SCHEMAP_WARN_ATTR_POINTLESS_PROH' type='enum'/>
2534*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_SCHEMAP_WARN_ATTR_REDECL_PROH' type='enum'/>
2535*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_SCHEMAP_WARN_SKIP_SCHEMA' type='enum'/>
2536*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_SCHEMAP_WARN_UNLOCATED_SCHEMA' type='enum'/>
2537*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_SCHEMAP_WILDCARD_INVALID_NS_MEMBER' type='enum'/>
2538*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_SCHEMATRONV_ASSERT' type='enum'/>
2539*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_SCHEMATRONV_REPORT' type='enum'/>
2540*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_SCHEMAV_ATTRINVALID' type='enum'/>
2541*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_SCHEMAV_ATTRUNKNOWN' type='enum'/>
2542*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_SCHEMAV_CONSTRUCT' type='enum'/>
2543*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_SCHEMAV_CVC_ATTRIBUTE_1' type='enum'/>
2544*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_SCHEMAV_CVC_ATTRIBUTE_2' type='enum'/>
2545*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_SCHEMAV_CVC_ATTRIBUTE_3' type='enum'/>
2546*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_SCHEMAV_CVC_ATTRIBUTE_4' type='enum'/>
2547*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_SCHEMAV_CVC_AU' type='enum'/>
2548*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_SCHEMAV_CVC_COMPLEX_TYPE_1' type='enum'/>
2549*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_SCHEMAV_CVC_COMPLEX_TYPE_2_1' type='enum'/>
2550*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_SCHEMAV_CVC_COMPLEX_TYPE_2_2' type='enum'/>
2551*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_SCHEMAV_CVC_COMPLEX_TYPE_2_3' type='enum'/>
2552*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_SCHEMAV_CVC_COMPLEX_TYPE_2_4' type='enum'/>
2553*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_SCHEMAV_CVC_COMPLEX_TYPE_3_1' type='enum'/>
2554*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_SCHEMAV_CVC_COMPLEX_TYPE_3_2_1' type='enum'/>
2555*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_SCHEMAV_CVC_COMPLEX_TYPE_3_2_2' type='enum'/>
2556*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_SCHEMAV_CVC_COMPLEX_TYPE_4' type='enum'/>
2557*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_SCHEMAV_CVC_COMPLEX_TYPE_5_1' type='enum'/>
2558*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_SCHEMAV_CVC_COMPLEX_TYPE_5_2' type='enum'/>
2559*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_SCHEMAV_CVC_DATATYPE_VALID_1_2_1' type='enum'/>
2560*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_SCHEMAV_CVC_DATATYPE_VALID_1_2_2' type='enum'/>
2561*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_SCHEMAV_CVC_DATATYPE_VALID_1_2_3' type='enum'/>
2562*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_SCHEMAV_CVC_ELT_1' type='enum'/>
2563*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_SCHEMAV_CVC_ELT_2' type='enum'/>
2564*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_SCHEMAV_CVC_ELT_3_1' type='enum'/>
2565*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_SCHEMAV_CVC_ELT_3_2_1' type='enum'/>
2566*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_SCHEMAV_CVC_ELT_3_2_2' type='enum'/>
2567*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_SCHEMAV_CVC_ELT_4_1' type='enum'/>
2568*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_SCHEMAV_CVC_ELT_4_2' type='enum'/>
2569*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_SCHEMAV_CVC_ELT_4_3' type='enum'/>
2570*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_SCHEMAV_CVC_ELT_5_1_1' type='enum'/>
2571*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_SCHEMAV_CVC_ELT_5_1_2' type='enum'/>
2572*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_SCHEMAV_CVC_ELT_5_2_1' type='enum'/>
2573*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_SCHEMAV_CVC_ELT_5_2_2_1' type='enum'/>
2574*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_SCHEMAV_CVC_ELT_5_2_2_2_1' type='enum'/>
2575*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_SCHEMAV_CVC_ELT_5_2_2_2_2' type='enum'/>
2576*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_SCHEMAV_CVC_ELT_6' type='enum'/>
2577*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_SCHEMAV_CVC_ELT_7' type='enum'/>
2578*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_SCHEMAV_CVC_ENUMERATION_VALID' type='enum'/>
2579*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_SCHEMAV_CVC_FACET_VALID' type='enum'/>
2580*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_SCHEMAV_CVC_FRACTIONDIGITS_VALID' type='enum'/>
2581*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_SCHEMAV_CVC_IDC' type='enum'/>
2582*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_SCHEMAV_CVC_LENGTH_VALID' type='enum'/>
2583*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_SCHEMAV_CVC_MAXEXCLUSIVE_VALID' type='enum'/>
2584*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_SCHEMAV_CVC_MAXINCLUSIVE_VALID' type='enum'/>
2585*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_SCHEMAV_CVC_MAXLENGTH_VALID' type='enum'/>
2586*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_SCHEMAV_CVC_MINEXCLUSIVE_VALID' type='enum'/>
2587*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_SCHEMAV_CVC_MININCLUSIVE_VALID' type='enum'/>
2588*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_SCHEMAV_CVC_MINLENGTH_VALID' type='enum'/>
2589*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_SCHEMAV_CVC_PATTERN_VALID' type='enum'/>
2590*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_SCHEMAV_CVC_TOTALDIGITS_VALID' type='enum'/>
2591*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_SCHEMAV_CVC_TYPE_1' type='enum'/>
2592*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_SCHEMAV_CVC_TYPE_2' type='enum'/>
2593*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_SCHEMAV_CVC_TYPE_3_1_1' type='enum'/>
2594*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_SCHEMAV_CVC_TYPE_3_1_2' type='enum'/>
2595*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_SCHEMAV_CVC_WILDCARD' type='enum'/>
2596*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_SCHEMAV_DOCUMENT_ELEMENT_MISSING' type='enum'/>
2597*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_SCHEMAV_ELEMCONT' type='enum'/>
2598*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_SCHEMAV_ELEMENT_CONTENT' type='enum'/>
2599*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_SCHEMAV_EXTRACONTENT' type='enum'/>
2600*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_SCHEMAV_FACET' type='enum'/>
2601*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_SCHEMAV_HAVEDEFAULT' type='enum'/>
2602*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_SCHEMAV_INTERNAL' type='enum'/>
2603*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_SCHEMAV_INVALIDATTR' type='enum'/>
2604*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_SCHEMAV_INVALIDELEM' type='enum'/>
2605*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_SCHEMAV_ISABSTRACT' type='enum'/>
2606*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_SCHEMAV_MISC' type='enum'/>
2607*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_SCHEMAV_MISSING' type='enum'/>
2608*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_SCHEMAV_NOROLLBACK' type='enum'/>
2609*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_SCHEMAV_NOROOT' type='enum'/>
2610*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_SCHEMAV_NOTDETERMINIST' type='enum'/>
2611*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_SCHEMAV_NOTEMPTY' type='enum'/>
2612*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_SCHEMAV_NOTNILLABLE' type='enum'/>
2613*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_SCHEMAV_NOTSIMPLE' type='enum'/>
2614*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_SCHEMAV_NOTTOPLEVEL' type='enum'/>
2615*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_SCHEMAV_NOTYPE' type='enum'/>
2616*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_SCHEMAV_UNDECLAREDELEM' type='enum'/>
2617*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_SCHEMAV_VALUE' type='enum'/>
2618*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_SCHEMAV_WRONGELEM' type='enum'/>
2619*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_TREE_INVALID_DEC' type='enum'/>
2620*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_TREE_INVALID_HEX' type='enum'/>
2621*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_TREE_NOT_UTF8' type='enum'/>
2622*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_TREE_UNTERMINATED_ENTITY' type='enum'/>
2623*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_WAR_CATALOG_PI' type='enum'/>
2624*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_WAR_ENCODING_MISMATCH' type='enum'/>
2625*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_WAR_ENTITY_REDEFINED' type='enum'/>
2626*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_WAR_LANG_VALUE' type='enum'/>
2627*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_WAR_NS_COLUMN' type='enum'/>
2628*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_WAR_NS_URI' type='enum'/>
2629*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_WAR_NS_URI_RELATIVE' type='enum'/>
2630*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_WAR_SPACE_VALUE' type='enum'/>
2631*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_WAR_UNDECLARED_ENTITY' type='enum'/>
2632*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_WAR_UNKNOWN_VERSION' type='enum'/>
2633*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_XINCLUDE_BUILD_FAILED' type='enum'/>
2634*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_XINCLUDE_DEPRECATED_NS' type='enum'/>
2635*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_XINCLUDE_ENTITY_DEF_MISMATCH' type='enum'/>
2636*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_XINCLUDE_FALLBACKS_IN_INCLUDE' type='enum'/>
2637*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_XINCLUDE_FALLBACK_NOT_IN_INCLUDE' type='enum'/>
2638*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_XINCLUDE_FRAGMENT_ID' type='enum'/>
2639*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_XINCLUDE_HREF_URI' type='enum'/>
2640*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_XINCLUDE_INCLUDE_IN_INCLUDE' type='enum'/>
2641*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_XINCLUDE_INVALID_CHAR' type='enum'/>
2642*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_XINCLUDE_MULTIPLE_ROOT' type='enum'/>
2643*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_XINCLUDE_NO_FALLBACK' type='enum'/>
2644*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_XINCLUDE_NO_HREF' type='enum'/>
2645*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_XINCLUDE_PARSE_VALUE' type='enum'/>
2646*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_XINCLUDE_RECURSION' type='enum'/>
2647*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_XINCLUDE_TEXT_DOCUMENT' type='enum'/>
2648*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_XINCLUDE_TEXT_FRAGMENT' type='enum'/>
2649*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_XINCLUDE_UNKNOWN_ENCODING' type='enum'/>
2650*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_XINCLUDE_XPTR_FAILED' type='enum'/>
2651*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_XINCLUDE_XPTR_RESULT' type='enum'/>
2652*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_XPATH_ENCODING_ERROR' type='enum'/>
2653*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_XPATH_EXPRESSION_OK' type='enum'/>
2654*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_XPATH_EXPR_ERROR' type='enum'/>
2655*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_XPATH_INVALID_ARITY' type='enum'/>
2656*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_XPATH_INVALID_CHAR_ERROR' type='enum'/>
2657*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_XPATH_INVALID_CTXT_POSITION' type='enum'/>
2658*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_XPATH_INVALID_CTXT_SIZE' type='enum'/>
2659*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_XPATH_INVALID_OPERAND' type='enum'/>
2660*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_XPATH_INVALID_PREDICATE_ERROR' type='enum'/>
2661*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_XPATH_INVALID_TYPE' type='enum'/>
2662*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_XPATH_MEMORY_ERROR' type='enum'/>
2663*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_XPATH_NUMBER_ERROR' type='enum'/>
2664*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_XPATH_START_LITERAL_ERROR' type='enum'/>
2665*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_XPATH_UNCLOSED_ERROR' type='enum'/>
2666*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_XPATH_UNDEF_PREFIX_ERROR' type='enum'/>
2667*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_XPATH_UNDEF_VARIABLE_ERROR' type='enum'/>
2668*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_XPATH_UNFINISHED_LITERAL_ERROR' type='enum'/>
2669*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_XPATH_UNKNOWN_FUNC_ERROR' type='enum'/>
2670*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_XPATH_VARIABLE_REF_ERROR' type='enum'/>
2671*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_XPTR_CHILDSEQ_START' type='enum'/>
2672*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_XPTR_EVAL_FAILED' type='enum'/>
2673*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_XPTR_EXTRA_OBJECTS' type='enum'/>
2674*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_XPTR_RESOURCE_ERROR' type='enum'/>
2675*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_XPTR_SUB_RESOURCE_ERROR' type='enum'/>
2676*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_XPTR_SYNTAX_ERROR' type='enum'/>
2677*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_XPTR_UNKNOWN_SCHEME' type='enum'/>
2678*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlError' type='typedef'/>
2679*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlErrorDomain' type='typedef'/>
2680*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlErrorLevel' type='typedef'/>
2681*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlErrorPtr' type='typedef'/>
2682*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlParserErrors' type='typedef'/>
2683*7c568831SAndroid Build Coastguard Worker     <exports symbol='_xmlError' type='struct'/>
2684*7c568831SAndroid Build Coastguard Worker     <exports symbol='initGenericErrorDefaultFunc' type='function'/>
2685*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlCopyError' type='function'/>
2686*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlCtxtGetLastError' type='function'/>
2687*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlCtxtResetLastError' type='function'/>
2688*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlFormatError' type='function'/>
2689*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlGenericErrorFunc' type='function'/>
2690*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlGetLastError' type='function'/>
2691*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlParserError' type='function'/>
2692*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlParserPrintFileContext' type='function'/>
2693*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlParserPrintFileInfo' type='function'/>
2694*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlParserValidityError' type='function'/>
2695*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlParserValidityWarning' type='function'/>
2696*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlParserWarning' type='function'/>
2697*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlResetError' type='function'/>
2698*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlResetLastError' type='function'/>
2699*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlSetGenericErrorFunc' type='function'/>
2700*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlSetStructuredErrorFunc' type='function'/>
2701*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlStructuredErrorFunc' type='function'/>
2702*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlThrDefSetGenericErrorFunc' type='function'/>
2703*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlThrDefSetStructuredErrorFunc' type='function'/>
2704*7c568831SAndroid Build Coastguard Worker    </file>
2705*7c568831SAndroid Build Coastguard Worker    <file name='xmlexports'>
2706*7c568831SAndroid Build Coastguard Worker     <summary>macros for marking symbols as exportable/importable.</summary>
2707*7c568831SAndroid Build Coastguard Worker     <description>macros for marking symbols as exportable/importable. </description>
2708*7c568831SAndroid Build Coastguard Worker    </file>
2709*7c568831SAndroid Build Coastguard Worker    <file name='xmlmemory'>
2710*7c568831SAndroid Build Coastguard Worker     <summary>interface for the memory allocator</summary>
2711*7c568831SAndroid Build Coastguard Worker     <description>provides interfaces for the memory allocator, including debugging capabilities. </description>
2712*7c568831SAndroid Build Coastguard Worker     <author>Daniel Veillard </author>
2713*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlFree' type='variable'/>
2714*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlMalloc' type='variable'/>
2715*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlMallocAtomic' type='variable'/>
2716*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlMemStrdup' type='variable'/>
2717*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlRealloc' type='variable'/>
2718*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlCleanupMemory' type='function'/>
2719*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlFreeFunc' type='function'/>
2720*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlGcMemGet' type='function'/>
2721*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlGcMemSetup' type='function'/>
2722*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlInitMemory' type='function'/>
2723*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlMallocAtomicLoc' type='function'/>
2724*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlMallocFunc' type='function'/>
2725*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlMallocLoc' type='function'/>
2726*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlMemBlocks' type='function'/>
2727*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlMemDisplay' type='function'/>
2728*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlMemDisplayLast' type='function'/>
2729*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlMemFree' type='function'/>
2730*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlMemGet' type='function'/>
2731*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlMemMalloc' type='function'/>
2732*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlMemRealloc' type='function'/>
2733*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlMemSetup' type='function'/>
2734*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlMemShow' type='function'/>
2735*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlMemSize' type='function'/>
2736*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlMemStrdupLoc' type='function'/>
2737*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlMemUsed' type='function'/>
2738*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlMemoryDump' type='function'/>
2739*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlMemoryStrdup' type='function'/>
2740*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlReallocFunc' type='function'/>
2741*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlReallocLoc' type='function'/>
2742*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlStrdupFunc' type='function'/>
2743*7c568831SAndroid Build Coastguard Worker    </file>
2744*7c568831SAndroid Build Coastguard Worker    <file name='xmlmodule'>
2745*7c568831SAndroid Build Coastguard Worker     <summary>dynamic module loading</summary>
2746*7c568831SAndroid Build Coastguard Worker     <description>basic API for dynamic module loading, used by libexslt added in 2.6.17 </description>
2747*7c568831SAndroid Build Coastguard Worker     <author>Joel W. Reed </author>
2748*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_MODULE_LAZY' type='enum'/>
2749*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_MODULE_LOCAL' type='enum'/>
2750*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlModule' type='typedef'/>
2751*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlModuleOption' type='typedef'/>
2752*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlModulePtr' type='typedef'/>
2753*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlModuleClose' type='function'/>
2754*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlModuleFree' type='function'/>
2755*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlModuleOpen' type='function'/>
2756*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlModuleSymbol' type='function'/>
2757*7c568831SAndroid Build Coastguard Worker    </file>
2758*7c568831SAndroid Build Coastguard Worker    <file name='xmlreader'>
2759*7c568831SAndroid Build Coastguard Worker     <summary>the XMLReader implementation</summary>
2760*7c568831SAndroid Build Coastguard Worker     <description>API of the XML streaming API based on C# interfaces. </description>
2761*7c568831SAndroid Build Coastguard Worker     <author>Daniel Veillard </author>
2762*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_PARSER_DEFAULTATTRS' type='enum'/>
2763*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_PARSER_LOADDTD' type='enum'/>
2764*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_PARSER_SEVERITY_ERROR' type='enum'/>
2765*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_PARSER_SEVERITY_VALIDITY_ERROR' type='enum'/>
2766*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_PARSER_SEVERITY_VALIDITY_WARNING' type='enum'/>
2767*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_PARSER_SEVERITY_WARNING' type='enum'/>
2768*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_PARSER_SUBST_ENTITIES' type='enum'/>
2769*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_PARSER_VALIDATE' type='enum'/>
2770*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_READER_TYPE_ATTRIBUTE' type='enum'/>
2771*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_READER_TYPE_CDATA' type='enum'/>
2772*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_READER_TYPE_COMMENT' type='enum'/>
2773*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_READER_TYPE_DOCUMENT' type='enum'/>
2774*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_READER_TYPE_DOCUMENT_FRAGMENT' type='enum'/>
2775*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_READER_TYPE_DOCUMENT_TYPE' type='enum'/>
2776*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_READER_TYPE_ELEMENT' type='enum'/>
2777*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_READER_TYPE_END_ELEMENT' type='enum'/>
2778*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_READER_TYPE_END_ENTITY' type='enum'/>
2779*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_READER_TYPE_ENTITY' type='enum'/>
2780*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_READER_TYPE_ENTITY_REFERENCE' type='enum'/>
2781*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_READER_TYPE_NONE' type='enum'/>
2782*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_READER_TYPE_NOTATION' type='enum'/>
2783*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_READER_TYPE_PROCESSING_INSTRUCTION' type='enum'/>
2784*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_READER_TYPE_SIGNIFICANT_WHITESPACE' type='enum'/>
2785*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_READER_TYPE_TEXT' type='enum'/>
2786*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_READER_TYPE_WHITESPACE' type='enum'/>
2787*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_READER_TYPE_XML_DECLARATION' type='enum'/>
2788*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_TEXTREADER_MODE_CLOSED' type='enum'/>
2789*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_TEXTREADER_MODE_EOF' type='enum'/>
2790*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_TEXTREADER_MODE_ERROR' type='enum'/>
2791*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_TEXTREADER_MODE_INITIAL' type='enum'/>
2792*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_TEXTREADER_MODE_INTERACTIVE' type='enum'/>
2793*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_TEXTREADER_MODE_READING' type='enum'/>
2794*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlParserProperties' type='typedef'/>
2795*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlParserSeverities' type='typedef'/>
2796*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlReaderTypes' type='typedef'/>
2797*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlTextReader' type='typedef'/>
2798*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlTextReaderLocatorPtr' type='typedef'/>
2799*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlTextReaderMode' type='typedef'/>
2800*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlTextReaderPtr' type='typedef'/>
2801*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlFreeTextReader' type='function'/>
2802*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlNewTextReader' type='function'/>
2803*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlNewTextReaderFilename' type='function'/>
2804*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlReaderForDoc' type='function'/>
2805*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlReaderForFd' type='function'/>
2806*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlReaderForFile' type='function'/>
2807*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlReaderForIO' type='function'/>
2808*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlReaderForMemory' type='function'/>
2809*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlReaderNewDoc' type='function'/>
2810*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlReaderNewFd' type='function'/>
2811*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlReaderNewFile' type='function'/>
2812*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlReaderNewIO' type='function'/>
2813*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlReaderNewMemory' type='function'/>
2814*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlReaderNewWalker' type='function'/>
2815*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlReaderWalker' type='function'/>
2816*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlTextReaderAttributeCount' type='function'/>
2817*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlTextReaderBaseUri' type='function'/>
2818*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlTextReaderByteConsumed' type='function'/>
2819*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlTextReaderClose' type='function'/>
2820*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlTextReaderConstBaseUri' type='function'/>
2821*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlTextReaderConstEncoding' type='function'/>
2822*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlTextReaderConstLocalName' type='function'/>
2823*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlTextReaderConstName' type='function'/>
2824*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlTextReaderConstNamespaceUri' type='function'/>
2825*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlTextReaderConstPrefix' type='function'/>
2826*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlTextReaderConstString' type='function'/>
2827*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlTextReaderConstValue' type='function'/>
2828*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlTextReaderConstXmlLang' type='function'/>
2829*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlTextReaderConstXmlVersion' type='function'/>
2830*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlTextReaderCurrentDoc' type='function'/>
2831*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlTextReaderCurrentNode' type='function'/>
2832*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlTextReaderDepth' type='function'/>
2833*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlTextReaderErrorFunc' type='function'/>
2834*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlTextReaderExpand' type='function'/>
2835*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlTextReaderGetAttribute' type='function'/>
2836*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlTextReaderGetAttributeNo' type='function'/>
2837*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlTextReaderGetAttributeNs' type='function'/>
2838*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlTextReaderGetErrorHandler' type='function'/>
2839*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlTextReaderGetLastError' type='function'/>
2840*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlTextReaderGetParserColumnNumber' type='function'/>
2841*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlTextReaderGetParserLineNumber' type='function'/>
2842*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlTextReaderGetParserProp' type='function'/>
2843*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlTextReaderGetRemainder' type='function'/>
2844*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlTextReaderHasAttributes' type='function'/>
2845*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlTextReaderHasValue' type='function'/>
2846*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlTextReaderIsDefault' type='function'/>
2847*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlTextReaderIsEmptyElement' type='function'/>
2848*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlTextReaderIsNamespaceDecl' type='function'/>
2849*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlTextReaderIsValid' type='function'/>
2850*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlTextReaderLocalName' type='function'/>
2851*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlTextReaderLocatorBaseURI' type='function'/>
2852*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlTextReaderLocatorLineNumber' type='function'/>
2853*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlTextReaderLookupNamespace' type='function'/>
2854*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlTextReaderMoveToAttribute' type='function'/>
2855*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlTextReaderMoveToAttributeNo' type='function'/>
2856*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlTextReaderMoveToAttributeNs' type='function'/>
2857*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlTextReaderMoveToElement' type='function'/>
2858*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlTextReaderMoveToFirstAttribute' type='function'/>
2859*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlTextReaderMoveToNextAttribute' type='function'/>
2860*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlTextReaderName' type='function'/>
2861*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlTextReaderNamespaceUri' type='function'/>
2862*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlTextReaderNext' type='function'/>
2863*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlTextReaderNextSibling' type='function'/>
2864*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlTextReaderNodeType' type='function'/>
2865*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlTextReaderNormalization' type='function'/>
2866*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlTextReaderPrefix' type='function'/>
2867*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlTextReaderPreserve' type='function'/>
2868*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlTextReaderPreservePattern' type='function'/>
2869*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlTextReaderQuoteChar' type='function'/>
2870*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlTextReaderRead' type='function'/>
2871*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlTextReaderReadAttributeValue' type='function'/>
2872*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlTextReaderReadInnerXml' type='function'/>
2873*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlTextReaderReadOuterXml' type='function'/>
2874*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlTextReaderReadState' type='function'/>
2875*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlTextReaderReadString' type='function'/>
2876*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlTextReaderRelaxNGSetSchema' type='function'/>
2877*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlTextReaderRelaxNGValidate' type='function'/>
2878*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlTextReaderRelaxNGValidateCtxt' type='function'/>
2879*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlTextReaderSchemaValidate' type='function'/>
2880*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlTextReaderSchemaValidateCtxt' type='function'/>
2881*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlTextReaderSetErrorHandler' type='function'/>
2882*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlTextReaderSetMaxAmplification' type='function'/>
2883*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlTextReaderSetParserProp' type='function'/>
2884*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlTextReaderSetResourceLoader' type='function'/>
2885*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlTextReaderSetSchema' type='function'/>
2886*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlTextReaderSetStructuredErrorHandler' type='function'/>
2887*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlTextReaderSetup' type='function'/>
2888*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlTextReaderStandalone' type='function'/>
2889*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlTextReaderValue' type='function'/>
2890*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlTextReaderXmlLang' type='function'/>
2891*7c568831SAndroid Build Coastguard Worker    </file>
2892*7c568831SAndroid Build Coastguard Worker    <file name='xmlregexp'>
2893*7c568831SAndroid Build Coastguard Worker     <summary>regular expressions handling</summary>
2894*7c568831SAndroid Build Coastguard Worker     <description>basic API for libxml regular expressions handling used for XML Schemas and validation. </description>
2895*7c568831SAndroid Build Coastguard Worker     <author>Daniel Veillard </author>
2896*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlRegExecCtxt' type='typedef'/>
2897*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlRegExecCtxtPtr' type='typedef'/>
2898*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlRegexp' type='typedef'/>
2899*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlRegexpPtr' type='typedef'/>
2900*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlRegExecCallbacks' type='function'/>
2901*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlRegExecErrInfo' type='function'/>
2902*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlRegExecNextValues' type='function'/>
2903*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlRegExecPushString' type='function'/>
2904*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlRegExecPushString2' type='function'/>
2905*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlRegFreeExecCtxt' type='function'/>
2906*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlRegFreeRegexp' type='function'/>
2907*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlRegNewExecCtxt' type='function'/>
2908*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlRegexpCompile' type='function'/>
2909*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlRegexpExec' type='function'/>
2910*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlRegexpIsDeterminist' type='function'/>
2911*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlRegexpPrint' type='function'/>
2912*7c568831SAndroid Build Coastguard Worker    </file>
2913*7c568831SAndroid Build Coastguard Worker    <file name='xmlsave'>
2914*7c568831SAndroid Build Coastguard Worker     <summary>the XML document serializer</summary>
2915*7c568831SAndroid Build Coastguard Worker     <description>API to save document or subtree of document </description>
2916*7c568831SAndroid Build Coastguard Worker     <author>Daniel Veillard </author>
2917*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_SAVE_AS_HTML' type='enum'/>
2918*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_SAVE_AS_XML' type='enum'/>
2919*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_SAVE_EMPTY' type='enum'/>
2920*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_SAVE_FORMAT' type='enum'/>
2921*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_SAVE_INDENT' type='enum'/>
2922*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_SAVE_NO_DECL' type='enum'/>
2923*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_SAVE_NO_EMPTY' type='enum'/>
2924*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_SAVE_NO_INDENT' type='enum'/>
2925*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_SAVE_NO_XHTML' type='enum'/>
2926*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_SAVE_WSNONSIG' type='enum'/>
2927*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_SAVE_XHTML' type='enum'/>
2928*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlSaveCtxt' type='typedef'/>
2929*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlSaveCtxtPtr' type='typedef'/>
2930*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlSaveOption' type='typedef'/>
2931*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlSaveClose' type='function'/>
2932*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlSaveDoc' type='function'/>
2933*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlSaveFinish' type='function'/>
2934*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlSaveFlush' type='function'/>
2935*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlSaveSetAttrEscape' type='function'/>
2936*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlSaveSetEscape' type='function'/>
2937*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlSaveSetIndentString' type='function'/>
2938*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlSaveToBuffer' type='function'/>
2939*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlSaveToFd' type='function'/>
2940*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlSaveToFilename' type='function'/>
2941*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlSaveToIO' type='function'/>
2942*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlSaveTree' type='function'/>
2943*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlThrDefIndentTreeOutput' type='function'/>
2944*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlThrDefSaveNoEmptyTags' type='function'/>
2945*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlThrDefTreeIndentString' type='function'/>
2946*7c568831SAndroid Build Coastguard Worker    </file>
2947*7c568831SAndroid Build Coastguard Worker    <file name='xmlschemas'>
2948*7c568831SAndroid Build Coastguard Worker     <summary>incomplete XML Schemas structure implementation</summary>
2949*7c568831SAndroid Build Coastguard Worker     <description>interface to the XML Schemas handling and schema validity checking, it is incomplete right now. </description>
2950*7c568831SAndroid Build Coastguard Worker     <author>Daniel Veillard </author>
2951*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_SCHEMAS_ERR_' type='enum'/>
2952*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_SCHEMAS_ERR_ATTRINVALID' type='enum'/>
2953*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_SCHEMAS_ERR_ATTRUNKNOWN' type='enum'/>
2954*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_SCHEMAS_ERR_CONSTRUCT' type='enum'/>
2955*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_SCHEMAS_ERR_ELEMCONT' type='enum'/>
2956*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_SCHEMAS_ERR_EXTRACONTENT' type='enum'/>
2957*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_SCHEMAS_ERR_FACET' type='enum'/>
2958*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_SCHEMAS_ERR_HAVEDEFAULT' type='enum'/>
2959*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_SCHEMAS_ERR_INTERNAL' type='enum'/>
2960*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_SCHEMAS_ERR_INVALIDATTR' type='enum'/>
2961*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_SCHEMAS_ERR_INVALIDELEM' type='enum'/>
2962*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_SCHEMAS_ERR_ISABSTRACT' type='enum'/>
2963*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_SCHEMAS_ERR_MISSING' type='enum'/>
2964*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_SCHEMAS_ERR_NOROLLBACK' type='enum'/>
2965*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_SCHEMAS_ERR_NOROOT' type='enum'/>
2966*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_SCHEMAS_ERR_NOTDETERMINIST' type='enum'/>
2967*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_SCHEMAS_ERR_NOTEMPTY' type='enum'/>
2968*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_SCHEMAS_ERR_NOTNILLABLE' type='enum'/>
2969*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_SCHEMAS_ERR_NOTSIMPLE' type='enum'/>
2970*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_SCHEMAS_ERR_NOTTOPLEVEL' type='enum'/>
2971*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_SCHEMAS_ERR_NOTYPE' type='enum'/>
2972*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_SCHEMAS_ERR_OK' type='enum'/>
2973*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_SCHEMAS_ERR_UNDECLAREDELEM' type='enum'/>
2974*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_SCHEMAS_ERR_VALUE' type='enum'/>
2975*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_SCHEMAS_ERR_WRONGELEM' type='enum'/>
2976*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_SCHEMAS_ERR_XXX' type='enum'/>
2977*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_SCHEMA_VAL_VC_I_CREATE' type='enum'/>
2978*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlSchema' type='typedef'/>
2979*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlSchemaParserCtxt' type='typedef'/>
2980*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlSchemaParserCtxtPtr' type='typedef'/>
2981*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlSchemaPtr' type='typedef'/>
2982*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlSchemaSAXPlugPtr' type='typedef'/>
2983*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlSchemaSAXPlugStruct' type='typedef'/>
2984*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlSchemaValidCtxt' type='typedef'/>
2985*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlSchemaValidCtxtPtr' type='typedef'/>
2986*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlSchemaValidError' type='typedef'/>
2987*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlSchemaValidOption' type='typedef'/>
2988*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlSchemaDump' type='function'/>
2989*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlSchemaFree' type='function'/>
2990*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlSchemaFreeParserCtxt' type='function'/>
2991*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlSchemaFreeValidCtxt' type='function'/>
2992*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlSchemaGetParserErrors' type='function'/>
2993*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlSchemaGetValidErrors' type='function'/>
2994*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlSchemaIsValid' type='function'/>
2995*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlSchemaNewDocParserCtxt' type='function'/>
2996*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlSchemaNewMemParserCtxt' type='function'/>
2997*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlSchemaNewParserCtxt' type='function'/>
2998*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlSchemaNewValidCtxt' type='function'/>
2999*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlSchemaParse' type='function'/>
3000*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlSchemaSAXPlug' type='function'/>
3001*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlSchemaSAXUnplug' type='function'/>
3002*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlSchemaSetParserErrors' type='function'/>
3003*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlSchemaSetParserStructuredErrors' type='function'/>
3004*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlSchemaSetResourceLoader' type='function'/>
3005*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlSchemaSetValidErrors' type='function'/>
3006*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlSchemaSetValidOptions' type='function'/>
3007*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlSchemaSetValidStructuredErrors' type='function'/>
3008*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlSchemaValidCtxtGetOptions' type='function'/>
3009*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlSchemaValidCtxtGetParserCtxt' type='function'/>
3010*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlSchemaValidateDoc' type='function'/>
3011*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlSchemaValidateFile' type='function'/>
3012*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlSchemaValidateOneElement' type='function'/>
3013*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlSchemaValidateSetFilename' type='function'/>
3014*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlSchemaValidateSetLocator' type='function'/>
3015*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlSchemaValidateStream' type='function'/>
3016*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlSchemaValidityErrorFunc' type='function'/>
3017*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlSchemaValidityLocatorFunc' type='function'/>
3018*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlSchemaValidityWarningFunc' type='function'/>
3019*7c568831SAndroid Build Coastguard Worker    </file>
3020*7c568831SAndroid Build Coastguard Worker    <file name='xmlschemastypes'>
3021*7c568831SAndroid Build Coastguard Worker     <summary>implementation of XML Schema Datatypes</summary>
3022*7c568831SAndroid Build Coastguard Worker     <description>module providing the XML Schema Datatypes implementation both definition and validity checking </description>
3023*7c568831SAndroid Build Coastguard Worker     <author>Daniel Veillard </author>
3024*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_SCHEMA_WHITESPACE_COLLAPSE' type='enum'/>
3025*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_SCHEMA_WHITESPACE_PRESERVE' type='enum'/>
3026*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_SCHEMA_WHITESPACE_REPLACE' type='enum'/>
3027*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_SCHEMA_WHITESPACE_UNKNOWN' type='enum'/>
3028*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlSchemaWhitespaceValueType' type='typedef'/>
3029*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlSchemaCheckFacet' type='function'/>
3030*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlSchemaCleanupTypes' type='function'/>
3031*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlSchemaCollapseString' type='function'/>
3032*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlSchemaCompareValues' type='function'/>
3033*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlSchemaCompareValuesWhtsp' type='function'/>
3034*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlSchemaCopyValue' type='function'/>
3035*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlSchemaFreeFacet' type='function'/>
3036*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlSchemaFreeValue' type='function'/>
3037*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlSchemaGetBuiltInListSimpleTypeItemType' type='function'/>
3038*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlSchemaGetBuiltInType' type='function'/>
3039*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlSchemaGetCanonValue' type='function'/>
3040*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlSchemaGetCanonValueWhtsp' type='function'/>
3041*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlSchemaGetFacetValueAsULong' type='function'/>
3042*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlSchemaGetPredefinedType' type='function'/>
3043*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlSchemaGetValType' type='function'/>
3044*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlSchemaInitTypes' type='function'/>
3045*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlSchemaIsBuiltInTypeFacet' type='function'/>
3046*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlSchemaNewFacet' type='function'/>
3047*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlSchemaNewNOTATIONValue' type='function'/>
3048*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlSchemaNewQNameValue' type='function'/>
3049*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlSchemaNewStringValue' type='function'/>
3050*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlSchemaValPredefTypeNode' type='function'/>
3051*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlSchemaValPredefTypeNodeNoNorm' type='function'/>
3052*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlSchemaValidateFacet' type='function'/>
3053*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlSchemaValidateFacetWhtsp' type='function'/>
3054*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlSchemaValidateLengthFacet' type='function'/>
3055*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlSchemaValidateLengthFacetWhtsp' type='function'/>
3056*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlSchemaValidateListSimpleTypeFacet' type='function'/>
3057*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlSchemaValidatePredefinedType' type='function'/>
3058*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlSchemaValueAppend' type='function'/>
3059*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlSchemaValueGetAsBoolean' type='function'/>
3060*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlSchemaValueGetAsString' type='function'/>
3061*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlSchemaValueGetNext' type='function'/>
3062*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlSchemaWhiteSpaceReplace' type='function'/>
3063*7c568831SAndroid Build Coastguard Worker    </file>
3064*7c568831SAndroid Build Coastguard Worker    <file name='xmlstring'>
3065*7c568831SAndroid Build Coastguard Worker     <summary>set of routines to process strings</summary>
3066*7c568831SAndroid Build Coastguard Worker     <description>type and interfaces needed for the internal string handling of the library, especially UTF8 processing. </description>
3067*7c568831SAndroid Build Coastguard Worker     <author>Daniel Veillard </author>
3068*7c568831SAndroid Build Coastguard Worker     <exports symbol='BAD_CAST' type='macro'/>
3069*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlChar' type='typedef'/>
3070*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlCharStrdup' type='function'/>
3071*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlCharStrndup' type='function'/>
3072*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlCheckUTF8' type='function'/>
3073*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlGetUTF8Char' type='function'/>
3074*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlStrEqual' type='function'/>
3075*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlStrPrintf' type='function'/>
3076*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlStrQEqual' type='function'/>
3077*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlStrVPrintf' type='function'/>
3078*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlStrcasecmp' type='function'/>
3079*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlStrcasestr' type='function'/>
3080*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlStrcat' type='function'/>
3081*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlStrchr' type='function'/>
3082*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlStrcmp' type='function'/>
3083*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlStrdup' type='function'/>
3084*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlStrlen' type='function'/>
3085*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlStrncasecmp' type='function'/>
3086*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlStrncat' type='function'/>
3087*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlStrncatNew' type='function'/>
3088*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlStrncmp' type='function'/>
3089*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlStrndup' type='function'/>
3090*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlStrstr' type='function'/>
3091*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlStrsub' type='function'/>
3092*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlUTF8Charcmp' type='function'/>
3093*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlUTF8Size' type='function'/>
3094*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlUTF8Strlen' type='function'/>
3095*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlUTF8Strloc' type='function'/>
3096*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlUTF8Strndup' type='function'/>
3097*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlUTF8Strpos' type='function'/>
3098*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlUTF8Strsize' type='function'/>
3099*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlUTF8Strsub' type='function'/>
3100*7c568831SAndroid Build Coastguard Worker    </file>
3101*7c568831SAndroid Build Coastguard Worker    <file name='xmlunicode'>
3102*7c568831SAndroid Build Coastguard Worker     <summary>Unicode character APIs</summary>
3103*7c568831SAndroid Build Coastguard Worker     <description>API for the Unicode character APIs  This file is automatically generated from the UCS description files of the Unicode Character Database</description>
3104*7c568831SAndroid Build Coastguard Worker     <author>Daniel Veillard </author>
3105*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlUCSIsAegeanNumbers' type='function'/>
3106*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlUCSIsAlphabeticPresentationForms' type='function'/>
3107*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlUCSIsArabic' type='function'/>
3108*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlUCSIsArabicPresentationFormsA' type='function'/>
3109*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlUCSIsArabicPresentationFormsB' type='function'/>
3110*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlUCSIsArmenian' type='function'/>
3111*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlUCSIsArrows' type='function'/>
3112*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlUCSIsBasicLatin' type='function'/>
3113*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlUCSIsBengali' type='function'/>
3114*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlUCSIsBlock' type='function'/>
3115*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlUCSIsBlockElements' type='function'/>
3116*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlUCSIsBopomofo' type='function'/>
3117*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlUCSIsBopomofoExtended' type='function'/>
3118*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlUCSIsBoxDrawing' type='function'/>
3119*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlUCSIsBraillePatterns' type='function'/>
3120*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlUCSIsBuhid' type='function'/>
3121*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlUCSIsByzantineMusicalSymbols' type='function'/>
3122*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlUCSIsCJKCompatibility' type='function'/>
3123*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlUCSIsCJKCompatibilityForms' type='function'/>
3124*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlUCSIsCJKCompatibilityIdeographs' type='function'/>
3125*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlUCSIsCJKCompatibilityIdeographsSupplement' type='function'/>
3126*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlUCSIsCJKRadicalsSupplement' type='function'/>
3127*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlUCSIsCJKSymbolsandPunctuation' type='function'/>
3128*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlUCSIsCJKUnifiedIdeographs' type='function'/>
3129*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlUCSIsCJKUnifiedIdeographsExtensionA' type='function'/>
3130*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlUCSIsCJKUnifiedIdeographsExtensionB' type='function'/>
3131*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlUCSIsCat' type='function'/>
3132*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlUCSIsCatC' type='function'/>
3133*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlUCSIsCatCc' type='function'/>
3134*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlUCSIsCatCf' type='function'/>
3135*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlUCSIsCatCo' type='function'/>
3136*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlUCSIsCatCs' type='function'/>
3137*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlUCSIsCatL' type='function'/>
3138*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlUCSIsCatLl' type='function'/>
3139*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlUCSIsCatLm' type='function'/>
3140*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlUCSIsCatLo' type='function'/>
3141*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlUCSIsCatLt' type='function'/>
3142*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlUCSIsCatLu' type='function'/>
3143*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlUCSIsCatM' type='function'/>
3144*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlUCSIsCatMc' type='function'/>
3145*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlUCSIsCatMe' type='function'/>
3146*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlUCSIsCatMn' type='function'/>
3147*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlUCSIsCatN' type='function'/>
3148*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlUCSIsCatNd' type='function'/>
3149*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlUCSIsCatNl' type='function'/>
3150*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlUCSIsCatNo' type='function'/>
3151*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlUCSIsCatP' type='function'/>
3152*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlUCSIsCatPc' type='function'/>
3153*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlUCSIsCatPd' type='function'/>
3154*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlUCSIsCatPe' type='function'/>
3155*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlUCSIsCatPf' type='function'/>
3156*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlUCSIsCatPi' type='function'/>
3157*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlUCSIsCatPo' type='function'/>
3158*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlUCSIsCatPs' type='function'/>
3159*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlUCSIsCatS' type='function'/>
3160*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlUCSIsCatSc' type='function'/>
3161*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlUCSIsCatSk' type='function'/>
3162*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlUCSIsCatSm' type='function'/>
3163*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlUCSIsCatSo' type='function'/>
3164*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlUCSIsCatZ' type='function'/>
3165*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlUCSIsCatZl' type='function'/>
3166*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlUCSIsCatZp' type='function'/>
3167*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlUCSIsCatZs' type='function'/>
3168*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlUCSIsCherokee' type='function'/>
3169*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlUCSIsCombiningDiacriticalMarks' type='function'/>
3170*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlUCSIsCombiningDiacriticalMarksforSymbols' type='function'/>
3171*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlUCSIsCombiningHalfMarks' type='function'/>
3172*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlUCSIsCombiningMarksforSymbols' type='function'/>
3173*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlUCSIsControlPictures' type='function'/>
3174*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlUCSIsCurrencySymbols' type='function'/>
3175*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlUCSIsCypriotSyllabary' type='function'/>
3176*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlUCSIsCyrillic' type='function'/>
3177*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlUCSIsCyrillicSupplement' type='function'/>
3178*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlUCSIsDeseret' type='function'/>
3179*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlUCSIsDevanagari' type='function'/>
3180*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlUCSIsDingbats' type='function'/>
3181*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlUCSIsEnclosedAlphanumerics' type='function'/>
3182*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlUCSIsEnclosedCJKLettersandMonths' type='function'/>
3183*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlUCSIsEthiopic' type='function'/>
3184*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlUCSIsGeneralPunctuation' type='function'/>
3185*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlUCSIsGeometricShapes' type='function'/>
3186*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlUCSIsGeorgian' type='function'/>
3187*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlUCSIsGothic' type='function'/>
3188*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlUCSIsGreek' type='function'/>
3189*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlUCSIsGreekExtended' type='function'/>
3190*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlUCSIsGreekandCoptic' type='function'/>
3191*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlUCSIsGujarati' type='function'/>
3192*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlUCSIsGurmukhi' type='function'/>
3193*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlUCSIsHalfwidthandFullwidthForms' type='function'/>
3194*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlUCSIsHangulCompatibilityJamo' type='function'/>
3195*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlUCSIsHangulJamo' type='function'/>
3196*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlUCSIsHangulSyllables' type='function'/>
3197*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlUCSIsHanunoo' type='function'/>
3198*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlUCSIsHebrew' type='function'/>
3199*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlUCSIsHighPrivateUseSurrogates' type='function'/>
3200*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlUCSIsHighSurrogates' type='function'/>
3201*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlUCSIsHiragana' type='function'/>
3202*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlUCSIsIPAExtensions' type='function'/>
3203*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlUCSIsIdeographicDescriptionCharacters' type='function'/>
3204*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlUCSIsKanbun' type='function'/>
3205*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlUCSIsKangxiRadicals' type='function'/>
3206*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlUCSIsKannada' type='function'/>
3207*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlUCSIsKatakana' type='function'/>
3208*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlUCSIsKatakanaPhoneticExtensions' type='function'/>
3209*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlUCSIsKhmer' type='function'/>
3210*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlUCSIsKhmerSymbols' type='function'/>
3211*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlUCSIsLao' type='function'/>
3212*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlUCSIsLatin1Supplement' type='function'/>
3213*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlUCSIsLatinExtendedA' type='function'/>
3214*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlUCSIsLatinExtendedAdditional' type='function'/>
3215*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlUCSIsLatinExtendedB' type='function'/>
3216*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlUCSIsLetterlikeSymbols' type='function'/>
3217*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlUCSIsLimbu' type='function'/>
3218*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlUCSIsLinearBIdeograms' type='function'/>
3219*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlUCSIsLinearBSyllabary' type='function'/>
3220*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlUCSIsLowSurrogates' type='function'/>
3221*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlUCSIsMalayalam' type='function'/>
3222*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlUCSIsMathematicalAlphanumericSymbols' type='function'/>
3223*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlUCSIsMathematicalOperators' type='function'/>
3224*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlUCSIsMiscellaneousMathematicalSymbolsA' type='function'/>
3225*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlUCSIsMiscellaneousMathematicalSymbolsB' type='function'/>
3226*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlUCSIsMiscellaneousSymbols' type='function'/>
3227*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlUCSIsMiscellaneousSymbolsandArrows' type='function'/>
3228*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlUCSIsMiscellaneousTechnical' type='function'/>
3229*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlUCSIsMongolian' type='function'/>
3230*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlUCSIsMusicalSymbols' type='function'/>
3231*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlUCSIsMyanmar' type='function'/>
3232*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlUCSIsNumberForms' type='function'/>
3233*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlUCSIsOgham' type='function'/>
3234*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlUCSIsOldItalic' type='function'/>
3235*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlUCSIsOpticalCharacterRecognition' type='function'/>
3236*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlUCSIsOriya' type='function'/>
3237*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlUCSIsOsmanya' type='function'/>
3238*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlUCSIsPhoneticExtensions' type='function'/>
3239*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlUCSIsPrivateUse' type='function'/>
3240*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlUCSIsPrivateUseArea' type='function'/>
3241*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlUCSIsRunic' type='function'/>
3242*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlUCSIsShavian' type='function'/>
3243*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlUCSIsSinhala' type='function'/>
3244*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlUCSIsSmallFormVariants' type='function'/>
3245*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlUCSIsSpacingModifierLetters' type='function'/>
3246*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlUCSIsSpecials' type='function'/>
3247*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlUCSIsSuperscriptsandSubscripts' type='function'/>
3248*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlUCSIsSupplementalArrowsA' type='function'/>
3249*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlUCSIsSupplementalArrowsB' type='function'/>
3250*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlUCSIsSupplementalMathematicalOperators' type='function'/>
3251*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlUCSIsSupplementaryPrivateUseAreaA' type='function'/>
3252*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlUCSIsSupplementaryPrivateUseAreaB' type='function'/>
3253*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlUCSIsSyriac' type='function'/>
3254*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlUCSIsTagalog' type='function'/>
3255*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlUCSIsTagbanwa' type='function'/>
3256*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlUCSIsTags' type='function'/>
3257*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlUCSIsTaiLe' type='function'/>
3258*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlUCSIsTaiXuanJingSymbols' type='function'/>
3259*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlUCSIsTamil' type='function'/>
3260*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlUCSIsTelugu' type='function'/>
3261*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlUCSIsThaana' type='function'/>
3262*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlUCSIsThai' type='function'/>
3263*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlUCSIsTibetan' type='function'/>
3264*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlUCSIsUgaritic' type='function'/>
3265*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlUCSIsUnifiedCanadianAboriginalSyllabics' type='function'/>
3266*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlUCSIsVariationSelectors' type='function'/>
3267*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlUCSIsVariationSelectorsSupplement' type='function'/>
3268*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlUCSIsYiRadicals' type='function'/>
3269*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlUCSIsYiSyllables' type='function'/>
3270*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlUCSIsYijingHexagramSymbols' type='function'/>
3271*7c568831SAndroid Build Coastguard Worker    </file>
3272*7c568831SAndroid Build Coastguard Worker    <file name='xmlversion'>
3273*7c568831SAndroid Build Coastguard Worker     <summary>compile-time version information</summary>
3274*7c568831SAndroid Build Coastguard Worker     <description>compile-time version information for the XML library </description>
3275*7c568831SAndroid Build Coastguard Worker     <author>Daniel Veillard </author>
3276*7c568831SAndroid Build Coastguard Worker     <exports symbol='LIBXML_AUTOMATA_ENABLED' type='macro'/>
3277*7c568831SAndroid Build Coastguard Worker     <exports symbol='LIBXML_C14N_ENABLED' type='macro'/>
3278*7c568831SAndroid Build Coastguard Worker     <exports symbol='LIBXML_CATALOG_ENABLED' type='macro'/>
3279*7c568831SAndroid Build Coastguard Worker     <exports symbol='LIBXML_DEBUG_ENABLED' type='macro'/>
3280*7c568831SAndroid Build Coastguard Worker     <exports symbol='LIBXML_DOTTED_VERSION' type='macro'/>
3281*7c568831SAndroid Build Coastguard Worker     <exports symbol='LIBXML_HTML_ENABLED' type='macro'/>
3282*7c568831SAndroid Build Coastguard Worker     <exports symbol='LIBXML_HTTP_ENABLED' type='macro'/>
3283*7c568831SAndroid Build Coastguard Worker     <exports symbol='LIBXML_ICONV_ENABLED' type='macro'/>
3284*7c568831SAndroid Build Coastguard Worker     <exports symbol='LIBXML_ICU_ENABLED' type='macro'/>
3285*7c568831SAndroid Build Coastguard Worker     <exports symbol='LIBXML_ISO8859X_ENABLED' type='macro'/>
3286*7c568831SAndroid Build Coastguard Worker     <exports symbol='LIBXML_LEGACY_ENABLED' type='macro'/>
3287*7c568831SAndroid Build Coastguard Worker     <exports symbol='LIBXML_LZMA_ENABLED' type='macro'/>
3288*7c568831SAndroid Build Coastguard Worker     <exports symbol='LIBXML_MODULES_ENABLED' type='macro'/>
3289*7c568831SAndroid Build Coastguard Worker     <exports symbol='LIBXML_MODULE_EXTENSION' type='macro'/>
3290*7c568831SAndroid Build Coastguard Worker     <exports symbol='LIBXML_OUTPUT_ENABLED' type='macro'/>
3291*7c568831SAndroid Build Coastguard Worker     <exports symbol='LIBXML_PATTERN_ENABLED' type='macro'/>
3292*7c568831SAndroid Build Coastguard Worker     <exports symbol='LIBXML_PUSH_ENABLED' type='macro'/>
3293*7c568831SAndroid Build Coastguard Worker     <exports symbol='LIBXML_READER_ENABLED' type='macro'/>
3294*7c568831SAndroid Build Coastguard Worker     <exports symbol='LIBXML_REGEXP_ENABLED' type='macro'/>
3295*7c568831SAndroid Build Coastguard Worker     <exports symbol='LIBXML_SAX1_ENABLED' type='macro'/>
3296*7c568831SAndroid Build Coastguard Worker     <exports symbol='LIBXML_SCHEMAS_ENABLED' type='macro'/>
3297*7c568831SAndroid Build Coastguard Worker     <exports symbol='LIBXML_SCHEMATRON_ENABLED' type='macro'/>
3298*7c568831SAndroid Build Coastguard Worker     <exports symbol='LIBXML_TEST_VERSION' type='macro'/>
3299*7c568831SAndroid Build Coastguard Worker     <exports symbol='LIBXML_THREAD_ALLOC_ENABLED' type='macro'/>
3300*7c568831SAndroid Build Coastguard Worker     <exports symbol='LIBXML_THREAD_ENABLED' type='macro'/>
3301*7c568831SAndroid Build Coastguard Worker     <exports symbol='LIBXML_TREE_ENABLED' type='macro'/>
3302*7c568831SAndroid Build Coastguard Worker     <exports symbol='LIBXML_UNICODE_ENABLED' type='macro'/>
3303*7c568831SAndroid Build Coastguard Worker     <exports symbol='LIBXML_VALID_ENABLED' type='macro'/>
3304*7c568831SAndroid Build Coastguard Worker     <exports symbol='LIBXML_VERSION' type='macro'/>
3305*7c568831SAndroid Build Coastguard Worker     <exports symbol='LIBXML_VERSION_EXTRA' type='macro'/>
3306*7c568831SAndroid Build Coastguard Worker     <exports symbol='LIBXML_VERSION_STRING' type='macro'/>
3307*7c568831SAndroid Build Coastguard Worker     <exports symbol='LIBXML_WRITER_ENABLED' type='macro'/>
3308*7c568831SAndroid Build Coastguard Worker     <exports symbol='LIBXML_XINCLUDE_ENABLED' type='macro'/>
3309*7c568831SAndroid Build Coastguard Worker     <exports symbol='LIBXML_XPATH_ENABLED' type='macro'/>
3310*7c568831SAndroid Build Coastguard Worker     <exports symbol='LIBXML_XPTR_ENABLED' type='macro'/>
3311*7c568831SAndroid Build Coastguard Worker     <exports symbol='LIBXML_ZLIB_ENABLED' type='macro'/>
3312*7c568831SAndroid Build Coastguard Worker    </file>
3313*7c568831SAndroid Build Coastguard Worker    <file name='xmlwriter'>
3314*7c568831SAndroid Build Coastguard Worker     <summary>text writing API for XML</summary>
3315*7c568831SAndroid Build Coastguard Worker     <description>text writing API for XML </description>
3316*7c568831SAndroid Build Coastguard Worker     <author>Alfred Mickautsch &lt;[email protected]&gt; </author>
3317*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlTextWriterWriteDocType' type='macro'/>
3318*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlTextWriterWriteProcessingInstruction' type='macro'/>
3319*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlTextWriter' type='typedef'/>
3320*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlTextWriterPtr' type='typedef'/>
3321*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlFreeTextWriter' type='function'/>
3322*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlNewTextWriter' type='function'/>
3323*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlNewTextWriterDoc' type='function'/>
3324*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlNewTextWriterFilename' type='function'/>
3325*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlNewTextWriterMemory' type='function'/>
3326*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlNewTextWriterPushParser' type='function'/>
3327*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlNewTextWriterTree' type='function'/>
3328*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlTextWriterClose' type='function'/>
3329*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlTextWriterEndAttribute' type='function'/>
3330*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlTextWriterEndCDATA' type='function'/>
3331*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlTextWriterEndComment' type='function'/>
3332*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlTextWriterEndDTD' type='function'/>
3333*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlTextWriterEndDTDAttlist' type='function'/>
3334*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlTextWriterEndDTDElement' type='function'/>
3335*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlTextWriterEndDTDEntity' type='function'/>
3336*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlTextWriterEndDocument' type='function'/>
3337*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlTextWriterEndElement' type='function'/>
3338*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlTextWriterEndPI' type='function'/>
3339*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlTextWriterFlush' type='function'/>
3340*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlTextWriterFullEndElement' type='function'/>
3341*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlTextWriterSetIndent' type='function'/>
3342*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlTextWriterSetIndentString' type='function'/>
3343*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlTextWriterSetQuoteChar' type='function'/>
3344*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlTextWriterStartAttribute' type='function'/>
3345*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlTextWriterStartAttributeNS' type='function'/>
3346*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlTextWriterStartCDATA' type='function'/>
3347*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlTextWriterStartComment' type='function'/>
3348*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlTextWriterStartDTD' type='function'/>
3349*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlTextWriterStartDTDAttlist' type='function'/>
3350*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlTextWriterStartDTDElement' type='function'/>
3351*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlTextWriterStartDTDEntity' type='function'/>
3352*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlTextWriterStartDocument' type='function'/>
3353*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlTextWriterStartElement' type='function'/>
3354*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlTextWriterStartElementNS' type='function'/>
3355*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlTextWriterStartPI' type='function'/>
3356*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlTextWriterWriteAttribute' type='function'/>
3357*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlTextWriterWriteAttributeNS' type='function'/>
3358*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlTextWriterWriteBase64' type='function'/>
3359*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlTextWriterWriteBinHex' type='function'/>
3360*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlTextWriterWriteCDATA' type='function'/>
3361*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlTextWriterWriteComment' type='function'/>
3362*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlTextWriterWriteDTD' type='function'/>
3363*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlTextWriterWriteDTDAttlist' type='function'/>
3364*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlTextWriterWriteDTDElement' type='function'/>
3365*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlTextWriterWriteDTDEntity' type='function'/>
3366*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlTextWriterWriteDTDExternalEntity' type='function'/>
3367*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlTextWriterWriteDTDExternalEntityContents' type='function'/>
3368*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlTextWriterWriteDTDInternalEntity' type='function'/>
3369*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlTextWriterWriteDTDNotation' type='function'/>
3370*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlTextWriterWriteElement' type='function'/>
3371*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlTextWriterWriteElementNS' type='function'/>
3372*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlTextWriterWriteFormatAttribute' type='function'/>
3373*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlTextWriterWriteFormatAttributeNS' type='function'/>
3374*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlTextWriterWriteFormatCDATA' type='function'/>
3375*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlTextWriterWriteFormatComment' type='function'/>
3376*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlTextWriterWriteFormatDTD' type='function'/>
3377*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlTextWriterWriteFormatDTDAttlist' type='function'/>
3378*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlTextWriterWriteFormatDTDElement' type='function'/>
3379*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlTextWriterWriteFormatDTDInternalEntity' type='function'/>
3380*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlTextWriterWriteFormatElement' type='function'/>
3381*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlTextWriterWriteFormatElementNS' type='function'/>
3382*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlTextWriterWriteFormatPI' type='function'/>
3383*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlTextWriterWriteFormatRaw' type='function'/>
3384*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlTextWriterWriteFormatString' type='function'/>
3385*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlTextWriterWritePI' type='function'/>
3386*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlTextWriterWriteRaw' type='function'/>
3387*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlTextWriterWriteRawLen' type='function'/>
3388*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlTextWriterWriteString' type='function'/>
3389*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlTextWriterWriteVFormatAttribute' type='function'/>
3390*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlTextWriterWriteVFormatAttributeNS' type='function'/>
3391*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlTextWriterWriteVFormatCDATA' type='function'/>
3392*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlTextWriterWriteVFormatComment' type='function'/>
3393*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlTextWriterWriteVFormatDTD' type='function'/>
3394*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlTextWriterWriteVFormatDTDAttlist' type='function'/>
3395*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlTextWriterWriteVFormatDTDElement' type='function'/>
3396*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlTextWriterWriteVFormatDTDInternalEntity' type='function'/>
3397*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlTextWriterWriteVFormatElement' type='function'/>
3398*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlTextWriterWriteVFormatElementNS' type='function'/>
3399*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlTextWriterWriteVFormatPI' type='function'/>
3400*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlTextWriterWriteVFormatRaw' type='function'/>
3401*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlTextWriterWriteVFormatString' type='function'/>
3402*7c568831SAndroid Build Coastguard Worker    </file>
3403*7c568831SAndroid Build Coastguard Worker    <file name='xpath'>
3404*7c568831SAndroid Build Coastguard Worker     <summary>XML Path Language implementation</summary>
3405*7c568831SAndroid Build Coastguard Worker     <description>API for the XML Path Language implementation  XML Path Language implementation XPath is a language for addressing parts of an XML document, designed to be used by both XSLT and XPointer</description>
3406*7c568831SAndroid Build Coastguard Worker     <author>Daniel Veillard </author>
3407*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_XPATH_CHECKNS' type='macro'/>
3408*7c568831SAndroid Build Coastguard Worker     <exports symbol='XML_XPATH_NOVAR' type='macro'/>
3409*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlXPathNodeSetGetLength' type='macro'/>
3410*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlXPathNodeSetIsEmpty' type='macro'/>
3411*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlXPathNodeSetItem' type='macro'/>
3412*7c568831SAndroid Build Coastguard Worker     <exports symbol='XPATH_BOOLEAN' type='enum'/>
3413*7c568831SAndroid Build Coastguard Worker     <exports symbol='XPATH_ENCODING_ERROR' type='enum'/>
3414*7c568831SAndroid Build Coastguard Worker     <exports symbol='XPATH_EXPRESSION_OK' type='enum'/>
3415*7c568831SAndroid Build Coastguard Worker     <exports symbol='XPATH_EXPR_ERROR' type='enum'/>
3416*7c568831SAndroid Build Coastguard Worker     <exports symbol='XPATH_FORBID_VARIABLE_ERROR' type='enum'/>
3417*7c568831SAndroid Build Coastguard Worker     <exports symbol='XPATH_INVALID_ARITY' type='enum'/>
3418*7c568831SAndroid Build Coastguard Worker     <exports symbol='XPATH_INVALID_CHAR_ERROR' type='enum'/>
3419*7c568831SAndroid Build Coastguard Worker     <exports symbol='XPATH_INVALID_CTXT' type='enum'/>
3420*7c568831SAndroid Build Coastguard Worker     <exports symbol='XPATH_INVALID_CTXT_POSITION' type='enum'/>
3421*7c568831SAndroid Build Coastguard Worker     <exports symbol='XPATH_INVALID_CTXT_SIZE' type='enum'/>
3422*7c568831SAndroid Build Coastguard Worker     <exports symbol='XPATH_INVALID_OPERAND' type='enum'/>
3423*7c568831SAndroid Build Coastguard Worker     <exports symbol='XPATH_INVALID_PREDICATE_ERROR' type='enum'/>
3424*7c568831SAndroid Build Coastguard Worker     <exports symbol='XPATH_INVALID_TYPE' type='enum'/>
3425*7c568831SAndroid Build Coastguard Worker     <exports symbol='XPATH_MEMORY_ERROR' type='enum'/>
3426*7c568831SAndroid Build Coastguard Worker     <exports symbol='XPATH_NODESET' type='enum'/>
3427*7c568831SAndroid Build Coastguard Worker     <exports symbol='XPATH_NUMBER' type='enum'/>
3428*7c568831SAndroid Build Coastguard Worker     <exports symbol='XPATH_NUMBER_ERROR' type='enum'/>
3429*7c568831SAndroid Build Coastguard Worker     <exports symbol='XPATH_OP_LIMIT_EXCEEDED' type='enum'/>
3430*7c568831SAndroid Build Coastguard Worker     <exports symbol='XPATH_RECURSION_LIMIT_EXCEEDED' type='enum'/>
3431*7c568831SAndroid Build Coastguard Worker     <exports symbol='XPATH_STACK_ERROR' type='enum'/>
3432*7c568831SAndroid Build Coastguard Worker     <exports symbol='XPATH_START_LITERAL_ERROR' type='enum'/>
3433*7c568831SAndroid Build Coastguard Worker     <exports symbol='XPATH_STRING' type='enum'/>
3434*7c568831SAndroid Build Coastguard Worker     <exports symbol='XPATH_UNCLOSED_ERROR' type='enum'/>
3435*7c568831SAndroid Build Coastguard Worker     <exports symbol='XPATH_UNDEFINED' type='enum'/>
3436*7c568831SAndroid Build Coastguard Worker     <exports symbol='XPATH_UNDEF_PREFIX_ERROR' type='enum'/>
3437*7c568831SAndroid Build Coastguard Worker     <exports symbol='XPATH_UNDEF_VARIABLE_ERROR' type='enum'/>
3438*7c568831SAndroid Build Coastguard Worker     <exports symbol='XPATH_UNFINISHED_LITERAL_ERROR' type='enum'/>
3439*7c568831SAndroid Build Coastguard Worker     <exports symbol='XPATH_UNKNOWN_FUNC_ERROR' type='enum'/>
3440*7c568831SAndroid Build Coastguard Worker     <exports symbol='XPATH_USERS' type='enum'/>
3441*7c568831SAndroid Build Coastguard Worker     <exports symbol='XPATH_VARIABLE_REF_ERROR' type='enum'/>
3442*7c568831SAndroid Build Coastguard Worker     <exports symbol='XPATH_XSLT_TREE' type='enum'/>
3443*7c568831SAndroid Build Coastguard Worker     <exports symbol='XPTR_RESOURCE_ERROR' type='enum'/>
3444*7c568831SAndroid Build Coastguard Worker     <exports symbol='XPTR_SUB_RESOURCE_ERROR' type='enum'/>
3445*7c568831SAndroid Build Coastguard Worker     <exports symbol='XPTR_SYNTAX_ERROR' type='enum'/>
3446*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlNodeSet' type='typedef'/>
3447*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlNodeSetPtr' type='typedef'/>
3448*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlXPathAxis' type='typedef'/>
3449*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlXPathAxisPtr' type='typedef'/>
3450*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlXPathCompExpr' type='typedef'/>
3451*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlXPathCompExprPtr' type='typedef'/>
3452*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlXPathContext' type='typedef'/>
3453*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlXPathContextPtr' type='typedef'/>
3454*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlXPathError' type='typedef'/>
3455*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlXPathFuncPtr' type='typedef'/>
3456*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlXPathFunct' type='typedef'/>
3457*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlXPathObject' type='typedef'/>
3458*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlXPathObjectPtr' type='typedef'/>
3459*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlXPathObjectType' type='typedef'/>
3460*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlXPathParserContext' type='typedef'/>
3461*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlXPathParserContextPtr' type='typedef'/>
3462*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlXPathType' type='typedef'/>
3463*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlXPathTypePtr' type='typedef'/>
3464*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlXPathVariable' type='typedef'/>
3465*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlXPathVariablePtr' type='typedef'/>
3466*7c568831SAndroid Build Coastguard Worker     <exports symbol='_xmlNodeSet' type='struct'/>
3467*7c568831SAndroid Build Coastguard Worker     <exports symbol='_xmlXPathAxis' type='struct'/>
3468*7c568831SAndroid Build Coastguard Worker     <exports symbol='_xmlXPathContext' type='struct'/>
3469*7c568831SAndroid Build Coastguard Worker     <exports symbol='_xmlXPathFunct' type='struct'/>
3470*7c568831SAndroid Build Coastguard Worker     <exports symbol='_xmlXPathObject' type='struct'/>
3471*7c568831SAndroid Build Coastguard Worker     <exports symbol='_xmlXPathParserContext' type='struct'/>
3472*7c568831SAndroid Build Coastguard Worker     <exports symbol='_xmlXPathType' type='struct'/>
3473*7c568831SAndroid Build Coastguard Worker     <exports symbol='_xmlXPathVariable' type='struct'/>
3474*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlXPathNAN' type='variable'/>
3475*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlXPathNINF' type='variable'/>
3476*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlXPathPINF' type='variable'/>
3477*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlXPathAxisFunc' type='function'/>
3478*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlXPathCastBooleanToNumber' type='function'/>
3479*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlXPathCastBooleanToString' type='function'/>
3480*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlXPathCastNodeSetToBoolean' type='function'/>
3481*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlXPathCastNodeSetToNumber' type='function'/>
3482*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlXPathCastNodeSetToString' type='function'/>
3483*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlXPathCastNodeToNumber' type='function'/>
3484*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlXPathCastNodeToString' type='function'/>
3485*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlXPathCastNumberToBoolean' type='function'/>
3486*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlXPathCastNumberToString' type='function'/>
3487*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlXPathCastStringToBoolean' type='function'/>
3488*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlXPathCastStringToNumber' type='function'/>
3489*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlXPathCastToBoolean' type='function'/>
3490*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlXPathCastToNumber' type='function'/>
3491*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlXPathCastToString' type='function'/>
3492*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlXPathCmpNodes' type='function'/>
3493*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlXPathCompile' type='function'/>
3494*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlXPathCompiledEval' type='function'/>
3495*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlXPathCompiledEvalToBoolean' type='function'/>
3496*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlXPathContextSetCache' type='function'/>
3497*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlXPathConvertBoolean' type='function'/>
3498*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlXPathConvertFunc' type='function'/>
3499*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlXPathConvertNumber' type='function'/>
3500*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlXPathConvertString' type='function'/>
3501*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlXPathCtxtCompile' type='function'/>
3502*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlXPathEval' type='function'/>
3503*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlXPathEvalExpression' type='function'/>
3504*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlXPathEvalFunc' type='function'/>
3505*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlXPathEvalPredicate' type='function'/>
3506*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlXPathFreeCompExpr' type='function'/>
3507*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlXPathFreeContext' type='function'/>
3508*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlXPathFreeNodeSet' type='function'/>
3509*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlXPathFreeNodeSetList' type='function'/>
3510*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlXPathFreeObject' type='function'/>
3511*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlXPathFuncLookupFunc' type='function'/>
3512*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlXPathFunction' type='function'/>
3513*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlXPathInit' type='function'/>
3514*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlXPathIsInf' type='function'/>
3515*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlXPathIsNaN' type='function'/>
3516*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlXPathNewContext' type='function'/>
3517*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlXPathNodeEval' type='function'/>
3518*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlXPathNodeSetCreate' type='function'/>
3519*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlXPathObjectCopy' type='function'/>
3520*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlXPathOrderDocElems' type='function'/>
3521*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlXPathSetContextNode' type='function'/>
3522*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlXPathSetErrorHandler' type='function'/>
3523*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlXPathVariableLookupFunc' type='function'/>
3524*7c568831SAndroid Build Coastguard Worker    </file>
3525*7c568831SAndroid Build Coastguard Worker    <file name='xpathInternals'>
3526*7c568831SAndroid Build Coastguard Worker     <summary>internal interfaces for XML Path Language implementation</summary>
3527*7c568831SAndroid Build Coastguard Worker     <description>internal interfaces for XML Path Language implementation used to build new modules on top of XPath like XPointer and XSLT </description>
3528*7c568831SAndroid Build Coastguard Worker     <author>Daniel Veillard </author>
3529*7c568831SAndroid Build Coastguard Worker     <exports symbol='CAST_TO_BOOLEAN' type='macro'/>
3530*7c568831SAndroid Build Coastguard Worker     <exports symbol='CAST_TO_NUMBER' type='macro'/>
3531*7c568831SAndroid Build Coastguard Worker     <exports symbol='CAST_TO_STRING' type='macro'/>
3532*7c568831SAndroid Build Coastguard Worker     <exports symbol='CHECK_ARITY' type='macro'/>
3533*7c568831SAndroid Build Coastguard Worker     <exports symbol='CHECK_ERROR' type='macro'/>
3534*7c568831SAndroid Build Coastguard Worker     <exports symbol='CHECK_ERROR0' type='macro'/>
3535*7c568831SAndroid Build Coastguard Worker     <exports symbol='CHECK_TYPE' type='macro'/>
3536*7c568831SAndroid Build Coastguard Worker     <exports symbol='CHECK_TYPE0' type='macro'/>
3537*7c568831SAndroid Build Coastguard Worker     <exports symbol='XP_ERROR' type='macro'/>
3538*7c568831SAndroid Build Coastguard Worker     <exports symbol='XP_ERROR0' type='macro'/>
3539*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlXPathCheckError' type='macro'/>
3540*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlXPathEmptyNodeSet' type='macro'/>
3541*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlXPathGetContextNode' type='macro'/>
3542*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlXPathGetDocument' type='macro'/>
3543*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlXPathGetError' type='macro'/>
3544*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlXPathReturnBoolean' type='macro'/>
3545*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlXPathReturnEmptyNodeSet' type='macro'/>
3546*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlXPathReturnEmptyString' type='macro'/>
3547*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlXPathReturnExternal' type='macro'/>
3548*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlXPathReturnFalse' type='macro'/>
3549*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlXPathReturnNodeSet' type='macro'/>
3550*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlXPathReturnNumber' type='macro'/>
3551*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlXPathReturnString' type='macro'/>
3552*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlXPathReturnTrue' type='macro'/>
3553*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlXPathSetArityError' type='macro'/>
3554*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlXPathSetError' type='macro'/>
3555*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlXPathSetTypeError' type='macro'/>
3556*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlXPathStackIsExternal' type='macro'/>
3557*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlXPathStackIsNodeSet' type='macro'/>
3558*7c568831SAndroid Build Coastguard Worker     <exports symbol='valuePop' type='function'/>
3559*7c568831SAndroid Build Coastguard Worker     <exports symbol='valuePush' type='function'/>
3560*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlXPathAddValues' type='function'/>
3561*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlXPathBooleanFunction' type='function'/>
3562*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlXPathCeilingFunction' type='function'/>
3563*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlXPathCompareValues' type='function'/>
3564*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlXPathConcatFunction' type='function'/>
3565*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlXPathContainsFunction' type='function'/>
3566*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlXPathCountFunction' type='function'/>
3567*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlXPathDebugDumpCompExpr' type='function'/>
3568*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlXPathDebugDumpObject' type='function'/>
3569*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlXPathDifference' type='function'/>
3570*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlXPathDistinct' type='function'/>
3571*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlXPathDistinctSorted' type='function'/>
3572*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlXPathDivValues' type='function'/>
3573*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlXPathEqualValues' type='function'/>
3574*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlXPathErr' type='function'/>
3575*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlXPathEvalExpr' type='function'/>
3576*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlXPathEvaluatePredicateResult' type='function'/>
3577*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlXPathFalseFunction' type='function'/>
3578*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlXPathFloorFunction' type='function'/>
3579*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlXPathFreeParserContext' type='function'/>
3580*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlXPathFunctionLookup' type='function'/>
3581*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlXPathFunctionLookupNS' type='function'/>
3582*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlXPathHasSameNodes' type='function'/>
3583*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlXPathIdFunction' type='function'/>
3584*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlXPathIntersection' type='function'/>
3585*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlXPathIsNodeType' type='function'/>
3586*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlXPathLangFunction' type='function'/>
3587*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlXPathLastFunction' type='function'/>
3588*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlXPathLeading' type='function'/>
3589*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlXPathLeadingSorted' type='function'/>
3590*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlXPathLocalNameFunction' type='function'/>
3591*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlXPathModValues' type='function'/>
3592*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlXPathMultValues' type='function'/>
3593*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlXPathNamespaceURIFunction' type='function'/>
3594*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlXPathNewBoolean' type='function'/>
3595*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlXPathNewCString' type='function'/>
3596*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlXPathNewFloat' type='function'/>
3597*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlXPathNewNodeSet' type='function'/>
3598*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlXPathNewNodeSetList' type='function'/>
3599*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlXPathNewParserContext' type='function'/>
3600*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlXPathNewString' type='function'/>
3601*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlXPathNewValueTree' type='function'/>
3602*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlXPathNextAncestor' type='function'/>
3603*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlXPathNextAncestorOrSelf' type='function'/>
3604*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlXPathNextAttribute' type='function'/>
3605*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlXPathNextChild' type='function'/>
3606*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlXPathNextDescendant' type='function'/>
3607*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlXPathNextDescendantOrSelf' type='function'/>
3608*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlXPathNextFollowing' type='function'/>
3609*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlXPathNextFollowingSibling' type='function'/>
3610*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlXPathNextNamespace' type='function'/>
3611*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlXPathNextParent' type='function'/>
3612*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlXPathNextPreceding' type='function'/>
3613*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlXPathNextPrecedingSibling' type='function'/>
3614*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlXPathNextSelf' type='function'/>
3615*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlXPathNodeLeading' type='function'/>
3616*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlXPathNodeLeadingSorted' type='function'/>
3617*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlXPathNodeSetAdd' type='function'/>
3618*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlXPathNodeSetAddNs' type='function'/>
3619*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlXPathNodeSetAddUnique' type='function'/>
3620*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlXPathNodeSetContains' type='function'/>
3621*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlXPathNodeSetDel' type='function'/>
3622*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlXPathNodeSetFreeNs' type='function'/>
3623*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlXPathNodeSetMerge' type='function'/>
3624*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlXPathNodeSetRemove' type='function'/>
3625*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlXPathNodeSetSort' type='function'/>
3626*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlXPathNodeTrailing' type='function'/>
3627*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlXPathNodeTrailingSorted' type='function'/>
3628*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlXPathNormalizeFunction' type='function'/>
3629*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlXPathNotEqualValues' type='function'/>
3630*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlXPathNotFunction' type='function'/>
3631*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlXPathNsLookup' type='function'/>
3632*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlXPathNumberFunction' type='function'/>
3633*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlXPathParseNCName' type='function'/>
3634*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlXPathParseName' type='function'/>
3635*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlXPathPopBoolean' type='function'/>
3636*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlXPathPopExternal' type='function'/>
3637*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlXPathPopNodeSet' type='function'/>
3638*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlXPathPopNumber' type='function'/>
3639*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlXPathPopString' type='function'/>
3640*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlXPathPositionFunction' type='function'/>
3641*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlXPathRegisterAllFunctions' type='function'/>
3642*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlXPathRegisterFunc' type='function'/>
3643*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlXPathRegisterFuncLookup' type='function'/>
3644*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlXPathRegisterFuncNS' type='function'/>
3645*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlXPathRegisterNs' type='function'/>
3646*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlXPathRegisterVariable' type='function'/>
3647*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlXPathRegisterVariableLookup' type='function'/>
3648*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlXPathRegisterVariableNS' type='function'/>
3649*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlXPathRegisteredFuncsCleanup' type='function'/>
3650*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlXPathRegisteredNsCleanup' type='function'/>
3651*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlXPathRegisteredVariablesCleanup' type='function'/>
3652*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlXPathRoot' type='function'/>
3653*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlXPathRoundFunction' type='function'/>
3654*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlXPathStartsWithFunction' type='function'/>
3655*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlXPathStringEvalNumber' type='function'/>
3656*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlXPathStringFunction' type='function'/>
3657*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlXPathStringLengthFunction' type='function'/>
3658*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlXPathSubValues' type='function'/>
3659*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlXPathSubstringAfterFunction' type='function'/>
3660*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlXPathSubstringBeforeFunction' type='function'/>
3661*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlXPathSubstringFunction' type='function'/>
3662*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlXPathSumFunction' type='function'/>
3663*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlXPathTrailing' type='function'/>
3664*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlXPathTrailingSorted' type='function'/>
3665*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlXPathTranslateFunction' type='function'/>
3666*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlXPathTrueFunction' type='function'/>
3667*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlXPathValueFlipSign' type='function'/>
3668*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlXPathVariableLookup' type='function'/>
3669*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlXPathVariableLookupNS' type='function'/>
3670*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlXPathWrapCString' type='function'/>
3671*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlXPathWrapExternal' type='function'/>
3672*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlXPathWrapNodeSet' type='function'/>
3673*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlXPathWrapString' type='function'/>
3674*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlXPatherror' type='function'/>
3675*7c568831SAndroid Build Coastguard Worker    </file>
3676*7c568831SAndroid Build Coastguard Worker    <file name='xpointer'>
3677*7c568831SAndroid Build Coastguard Worker     <summary>API to handle XML Pointers</summary>
3678*7c568831SAndroid Build Coastguard Worker     <description>API to handle XML Pointers Base implementation was made accordingly to W3C Candidate Recommendation 7 June 2000</description>
3679*7c568831SAndroid Build Coastguard Worker     <author>Daniel Veillard </author>
3680*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlXPtrEval' type='function'/>
3681*7c568831SAndroid Build Coastguard Worker     <exports symbol='xmlXPtrNewContext' type='function'/>
3682*7c568831SAndroid Build Coastguard Worker    </file>
3683*7c568831SAndroid Build Coastguard Worker  </files>
3684*7c568831SAndroid Build Coastguard Worker  <symbols>
3685*7c568831SAndroid Build Coastguard Worker    <macro name='BAD_CAST' file='xmlstring'>
3686*7c568831SAndroid Build Coastguard Worker      <info>Macro to cast a string to an xmlChar * when one know its safe.</info>
3687*7c568831SAndroid Build Coastguard Worker    </macro>
3688*7c568831SAndroid Build Coastguard Worker    <macro name='BASE_BUFFER_SIZE' file='tree'>
3689*7c568831SAndroid Build Coastguard Worker      <info>default buffer size 4000.</info>
3690*7c568831SAndroid Build Coastguard Worker    </macro>
3691*7c568831SAndroid Build Coastguard Worker    <macro name='CAST_TO_BOOLEAN' file='xpathInternals'>
3692*7c568831SAndroid Build Coastguard Worker      <info>Macro to try to cast the value on the top of the XPath stack to a boolean.</info>
3693*7c568831SAndroid Build Coastguard Worker    </macro>
3694*7c568831SAndroid Build Coastguard Worker    <macro name='CAST_TO_NUMBER' file='xpathInternals'>
3695*7c568831SAndroid Build Coastguard Worker      <info>Macro to try to cast the value on the top of the XPath stack to a number.</info>
3696*7c568831SAndroid Build Coastguard Worker    </macro>
3697*7c568831SAndroid Build Coastguard Worker    <macro name='CAST_TO_STRING' file='xpathInternals'>
3698*7c568831SAndroid Build Coastguard Worker      <info>Macro to try to cast the value on the top of the XPath stack to a string.</info>
3699*7c568831SAndroid Build Coastguard Worker    </macro>
3700*7c568831SAndroid Build Coastguard Worker    <macro name='CHECK_ARITY' file='xpathInternals'>
3701*7c568831SAndroid Build Coastguard Worker      <info>Macro to check that the number of args passed to an XPath function matches.</info>
3702*7c568831SAndroid Build Coastguard Worker      <arg name='x' info='the number of expected args'/>
3703*7c568831SAndroid Build Coastguard Worker    </macro>
3704*7c568831SAndroid Build Coastguard Worker    <macro name='CHECK_ERROR' file='xpathInternals'>
3705*7c568831SAndroid Build Coastguard Worker      <info>Macro to return from the function if an XPath error was detected.</info>
3706*7c568831SAndroid Build Coastguard Worker    </macro>
3707*7c568831SAndroid Build Coastguard Worker    <macro name='CHECK_ERROR0' file='xpathInternals'>
3708*7c568831SAndroid Build Coastguard Worker      <info>Macro to return 0 from the function if an XPath error was detected.</info>
3709*7c568831SAndroid Build Coastguard Worker    </macro>
3710*7c568831SAndroid Build Coastguard Worker    <macro name='CHECK_TYPE' file='xpathInternals'>
3711*7c568831SAndroid Build Coastguard Worker      <info>Macro to check that the value on top of the XPath stack is of a given type.</info>
3712*7c568831SAndroid Build Coastguard Worker      <arg name='typeval' info='the XPath type'/>
3713*7c568831SAndroid Build Coastguard Worker    </macro>
3714*7c568831SAndroid Build Coastguard Worker    <macro name='CHECK_TYPE0' file='xpathInternals'>
3715*7c568831SAndroid Build Coastguard Worker      <info>Macro to check that the value on top of the XPath stack is of a given type. Return(0) in case of failure</info>
3716*7c568831SAndroid Build Coastguard Worker      <arg name='typeval' info='the XPath type'/>
3717*7c568831SAndroid Build Coastguard Worker    </macro>
3718*7c568831SAndroid Build Coastguard Worker    <macro name='HTML_COMMENT_NODE' file='HTMLtree'>
3719*7c568831SAndroid Build Coastguard Worker      <info>Macro. A comment in a HTML document is really implemented the same way as a comment in an XML document.</info>
3720*7c568831SAndroid Build Coastguard Worker    </macro>
3721*7c568831SAndroid Build Coastguard Worker    <macro name='HTML_ENTITY_REF_NODE' file='HTMLtree'>
3722*7c568831SAndroid Build Coastguard Worker      <info>Macro. An entity reference in a HTML document is really implemented the same way as an entity reference in an XML document.</info>
3723*7c568831SAndroid Build Coastguard Worker    </macro>
3724*7c568831SAndroid Build Coastguard Worker    <macro name='HTML_PI_NODE' file='HTMLtree'>
3725*7c568831SAndroid Build Coastguard Worker      <info>Macro. A processing instruction in a HTML document is really implemented the same way as a processing instruction in an XML document.</info>
3726*7c568831SAndroid Build Coastguard Worker    </macro>
3727*7c568831SAndroid Build Coastguard Worker    <macro name='HTML_PRESERVE_NODE' file='HTMLtree'>
3728*7c568831SAndroid Build Coastguard Worker      <info>Macro. A preserved node in a HTML document is really implemented the same way as a CDATA section in an XML document.</info>
3729*7c568831SAndroid Build Coastguard Worker    </macro>
3730*7c568831SAndroid Build Coastguard Worker    <macro name='HTML_TEXT_NODE' file='HTMLtree'>
3731*7c568831SAndroid Build Coastguard Worker      <info>Macro. A text node in a HTML document is really implemented the same way as a text node in an XML document.</info>
3732*7c568831SAndroid Build Coastguard Worker    </macro>
3733*7c568831SAndroid Build Coastguard Worker    <macro name='INPUT_CHUNK' file='parserInternals'>
3734*7c568831SAndroid Build Coastguard Worker      <info>The parser tries to always have that amount of input ready. One of the point is providing context when reporting errors.</info>
3735*7c568831SAndroid Build Coastguard Worker    </macro>
3736*7c568831SAndroid Build Coastguard Worker    <macro name='IS_ASCII_DIGIT' file='parserInternals'>
3737*7c568831SAndroid Build Coastguard Worker      <info>Macro to check [0-9]</info>
3738*7c568831SAndroid Build Coastguard Worker      <arg name='c' info='an xmlChar value'/>
3739*7c568831SAndroid Build Coastguard Worker    </macro>
3740*7c568831SAndroid Build Coastguard Worker    <macro name='IS_ASCII_LETTER' file='parserInternals'>
3741*7c568831SAndroid Build Coastguard Worker      <info>Macro to check [a-zA-Z]</info>
3742*7c568831SAndroid Build Coastguard Worker      <arg name='c' info='an xmlChar value'/>
3743*7c568831SAndroid Build Coastguard Worker    </macro>
3744*7c568831SAndroid Build Coastguard Worker    <macro name='IS_BASECHAR' file='parserInternals'>
3745*7c568831SAndroid Build Coastguard Worker      <info>Macro to check the following production in the XML spec:  [85] BaseChar ::= ... long list see REC ...</info>
3746*7c568831SAndroid Build Coastguard Worker      <arg name='c' info='an UNICODE value (int)'/>
3747*7c568831SAndroid Build Coastguard Worker    </macro>
3748*7c568831SAndroid Build Coastguard Worker    <macro name='IS_BLANK' file='parserInternals'>
3749*7c568831SAndroid Build Coastguard Worker      <info>Macro to check the following production in the XML spec:  [3] S ::= (#x20 | #x9 | #xD | #xA)+</info>
3750*7c568831SAndroid Build Coastguard Worker      <arg name='c' info='an UNICODE value (int)'/>
3751*7c568831SAndroid Build Coastguard Worker    </macro>
3752*7c568831SAndroid Build Coastguard Worker    <macro name='IS_BLANK_CH' file='parserInternals'>
3753*7c568831SAndroid Build Coastguard Worker      <info>Behaviour same as IS_BLANK</info>
3754*7c568831SAndroid Build Coastguard Worker      <arg name='c' info='an xmlChar value (normally unsigned char)'/>
3755*7c568831SAndroid Build Coastguard Worker    </macro>
3756*7c568831SAndroid Build Coastguard Worker    <macro name='IS_BYTE_CHAR' file='parserInternals'>
3757*7c568831SAndroid Build Coastguard Worker      <info>Macro to check the following production in the XML spec:  [2] Char ::= #x9 | #xA | #xD | [#x20...] any byte character in the accepted range</info>
3758*7c568831SAndroid Build Coastguard Worker      <arg name='c' info='an byte value (int)'/>
3759*7c568831SAndroid Build Coastguard Worker    </macro>
3760*7c568831SAndroid Build Coastguard Worker    <macro name='IS_CHAR' file='parserInternals'>
3761*7c568831SAndroid Build Coastguard Worker      <info>Macro to check the following production in the XML spec:  [2] Char ::= #x9 | #xA | #xD | [#x20-#xD7FF] | [#xE000-#xFFFD] | [#x10000-#x10FFFF] any Unicode character, excluding the surrogate blocks, FFFE, and FFFF.</info>
3762*7c568831SAndroid Build Coastguard Worker      <arg name='c' info='an UNICODE value (int)'/>
3763*7c568831SAndroid Build Coastguard Worker    </macro>
3764*7c568831SAndroid Build Coastguard Worker    <macro name='IS_CHAR_CH' file='parserInternals'>
3765*7c568831SAndroid Build Coastguard Worker      <info>Behaves like IS_CHAR on single-byte value</info>
3766*7c568831SAndroid Build Coastguard Worker      <arg name='c' info='an xmlChar (usually an unsigned char)'/>
3767*7c568831SAndroid Build Coastguard Worker    </macro>
3768*7c568831SAndroid Build Coastguard Worker    <macro name='IS_COMBINING' file='parserInternals'>
3769*7c568831SAndroid Build Coastguard Worker      <info>Macro to check the following production in the XML spec:  [87] CombiningChar ::= ... long list see REC ...</info>
3770*7c568831SAndroid Build Coastguard Worker      <arg name='c' info='an UNICODE value (int)'/>
3771*7c568831SAndroid Build Coastguard Worker    </macro>
3772*7c568831SAndroid Build Coastguard Worker    <macro name='IS_COMBINING_CH' file='parserInternals'>
3773*7c568831SAndroid Build Coastguard Worker      <info>Always false (all combining chars &gt; 0xff)</info>
3774*7c568831SAndroid Build Coastguard Worker      <arg name='c' info='an xmlChar (usually an unsigned char)'/>
3775*7c568831SAndroid Build Coastguard Worker    </macro>
3776*7c568831SAndroid Build Coastguard Worker    <macro name='IS_DIGIT' file='parserInternals'>
3777*7c568831SAndroid Build Coastguard Worker      <info>Macro to check the following production in the XML spec:  [88] Digit ::= ... long list see REC ...</info>
3778*7c568831SAndroid Build Coastguard Worker      <arg name='c' info='an UNICODE value (int)'/>
3779*7c568831SAndroid Build Coastguard Worker    </macro>
3780*7c568831SAndroid Build Coastguard Worker    <macro name='IS_DIGIT_CH' file='parserInternals'>
3781*7c568831SAndroid Build Coastguard Worker      <info>Behaves like IS_DIGIT but with a single byte argument</info>
3782*7c568831SAndroid Build Coastguard Worker      <arg name='c' info='an xmlChar value (usually an unsigned char)'/>
3783*7c568831SAndroid Build Coastguard Worker    </macro>
3784*7c568831SAndroid Build Coastguard Worker    <macro name='IS_EXTENDER' file='parserInternals'>
3785*7c568831SAndroid Build Coastguard Worker      <info>Macro to check the following production in the XML spec:   [89] Extender ::= #x00B7 | #x02D0 | #x02D1 | #x0387 | #x0640 | #x0E46 | #x0EC6 | #x3005 | [#x3031-#x3035] | [#x309D-#x309E] | [#x30FC-#x30FE]</info>
3786*7c568831SAndroid Build Coastguard Worker      <arg name='c' info='an UNICODE value (int)'/>
3787*7c568831SAndroid Build Coastguard Worker    </macro>
3788*7c568831SAndroid Build Coastguard Worker    <macro name='IS_EXTENDER_CH' file='parserInternals'>
3789*7c568831SAndroid Build Coastguard Worker      <info>Behaves like IS_EXTENDER but with a single-byte argument</info>
3790*7c568831SAndroid Build Coastguard Worker      <arg name='c' info='an xmlChar value (usually an unsigned char)'/>
3791*7c568831SAndroid Build Coastguard Worker    </macro>
3792*7c568831SAndroid Build Coastguard Worker    <macro name='IS_IDEOGRAPHIC' file='parserInternals'>
3793*7c568831SAndroid Build Coastguard Worker      <info>Macro to check the following production in the XML spec:   [86] Ideographic ::= [#x4E00-#x9FA5] | #x3007 | [#x3021-#x3029]</info>
3794*7c568831SAndroid Build Coastguard Worker      <arg name='c' info='an UNICODE value (int)'/>
3795*7c568831SAndroid Build Coastguard Worker    </macro>
3796*7c568831SAndroid Build Coastguard Worker    <macro name='IS_LETTER' file='parserInternals'>
3797*7c568831SAndroid Build Coastguard Worker      <info>Macro to check the following production in the XML spec:   [84] Letter ::= BaseChar | Ideographic</info>
3798*7c568831SAndroid Build Coastguard Worker      <arg name='c' info='an UNICODE value (int)'/>
3799*7c568831SAndroid Build Coastguard Worker    </macro>
3800*7c568831SAndroid Build Coastguard Worker    <macro name='IS_LETTER_CH' file='parserInternals'>
3801*7c568831SAndroid Build Coastguard Worker      <info>Macro behaves like IS_LETTER, but only check base chars</info>
3802*7c568831SAndroid Build Coastguard Worker      <arg name='c' info='an xmlChar value (normally unsigned char)'/>
3803*7c568831SAndroid Build Coastguard Worker    </macro>
3804*7c568831SAndroid Build Coastguard Worker    <macro name='IS_PUBIDCHAR' file='parserInternals'>
3805*7c568831SAndroid Build Coastguard Worker      <info>Macro to check the following production in the XML spec:   [13] PubidChar ::= #x20 | #xD | #xA | [a-zA-Z0-9] | [-&apos;()+,./:=?;!*#@$_%]</info>
3806*7c568831SAndroid Build Coastguard Worker      <arg name='c' info='an UNICODE value (int)'/>
3807*7c568831SAndroid Build Coastguard Worker    </macro>
3808*7c568831SAndroid Build Coastguard Worker    <macro name='IS_PUBIDCHAR_CH' file='parserInternals'>
3809*7c568831SAndroid Build Coastguard Worker      <info>Same as IS_PUBIDCHAR but for single-byte value</info>
3810*7c568831SAndroid Build Coastguard Worker      <arg name='c' info='an xmlChar value (normally unsigned char)'/>
3811*7c568831SAndroid Build Coastguard Worker    </macro>
3812*7c568831SAndroid Build Coastguard Worker    <macro name='LIBXML2_NEW_BUFFER' file='tree'>
3813*7c568831SAndroid Build Coastguard Worker      <info>Macro used to express that the API use the new buffers for xmlParserInputBuffer and xmlOutputBuffer. The change was introduced in 2.9.0.</info>
3814*7c568831SAndroid Build Coastguard Worker    </macro>
3815*7c568831SAndroid Build Coastguard Worker    <macro name='LIBXML_AUTOMATA_ENABLED' file='xmlversion'>
3816*7c568831SAndroid Build Coastguard Worker      <info>Whether the automata interfaces are compiled in</info>
3817*7c568831SAndroid Build Coastguard Worker    </macro>
3818*7c568831SAndroid Build Coastguard Worker    <macro name='LIBXML_C14N_ENABLED' file='xmlversion'>
3819*7c568831SAndroid Build Coastguard Worker      <info>Whether the Canonicalization support is configured in</info>
3820*7c568831SAndroid Build Coastguard Worker    </macro>
3821*7c568831SAndroid Build Coastguard Worker    <macro name='LIBXML_CATALOG_ENABLED' file='xmlversion'>
3822*7c568831SAndroid Build Coastguard Worker      <info>Whether the Catalog support is configured in</info>
3823*7c568831SAndroid Build Coastguard Worker    </macro>
3824*7c568831SAndroid Build Coastguard Worker    <macro name='LIBXML_DEBUG_ENABLED' file='xmlversion'>
3825*7c568831SAndroid Build Coastguard Worker      <info>Whether Debugging module is configured in</info>
3826*7c568831SAndroid Build Coastguard Worker    </macro>
3827*7c568831SAndroid Build Coastguard Worker    <macro name='LIBXML_DOTTED_VERSION' file='xmlversion'>
3828*7c568831SAndroid Build Coastguard Worker      <info>the version string like &quot;1.2.3&quot;</info>
3829*7c568831SAndroid Build Coastguard Worker    </macro>
3830*7c568831SAndroid Build Coastguard Worker    <macro name='LIBXML_HTML_ENABLED' file='xmlversion'>
3831*7c568831SAndroid Build Coastguard Worker      <info>Whether the HTML support is configured in</info>
3832*7c568831SAndroid Build Coastguard Worker    </macro>
3833*7c568831SAndroid Build Coastguard Worker    <macro name='LIBXML_HTTP_ENABLED' file='xmlversion'>
3834*7c568831SAndroid Build Coastguard Worker      <info>Whether the HTTP support is configured in</info>
3835*7c568831SAndroid Build Coastguard Worker    </macro>
3836*7c568831SAndroid Build Coastguard Worker    <macro name='LIBXML_ICONV_ENABLED' file='xmlversion'>
3837*7c568831SAndroid Build Coastguard Worker      <info>Whether iconv support is available</info>
3838*7c568831SAndroid Build Coastguard Worker    </macro>
3839*7c568831SAndroid Build Coastguard Worker    <macro name='LIBXML_ICU_ENABLED' file='xmlversion'>
3840*7c568831SAndroid Build Coastguard Worker      <info>Whether icu support is available</info>
3841*7c568831SAndroid Build Coastguard Worker    </macro>
3842*7c568831SAndroid Build Coastguard Worker    <macro name='LIBXML_ISO8859X_ENABLED' file='xmlversion'>
3843*7c568831SAndroid Build Coastguard Worker      <info>Whether ISO-8859-* support is made available in case iconv is not</info>
3844*7c568831SAndroid Build Coastguard Worker    </macro>
3845*7c568831SAndroid Build Coastguard Worker    <macro name='LIBXML_LEGACY_ENABLED' file='xmlversion'>
3846*7c568831SAndroid Build Coastguard Worker      <info>Whether the deprecated APIs are compiled in for compatibility</info>
3847*7c568831SAndroid Build Coastguard Worker    </macro>
3848*7c568831SAndroid Build Coastguard Worker    <macro name='LIBXML_LZMA_ENABLED' file='xmlversion'>
3849*7c568831SAndroid Build Coastguard Worker      <info>Whether the Lzma support is compiled in</info>
3850*7c568831SAndroid Build Coastguard Worker    </macro>
3851*7c568831SAndroid Build Coastguard Worker    <macro name='LIBXML_MODULES_ENABLED' file='xmlversion'>
3852*7c568831SAndroid Build Coastguard Worker      <info>Whether the module interfaces are compiled in</info>
3853*7c568831SAndroid Build Coastguard Worker    </macro>
3854*7c568831SAndroid Build Coastguard Worker    <macro name='LIBXML_MODULE_EXTENSION' file='xmlversion'>
3855*7c568831SAndroid Build Coastguard Worker      <info>the string suffix used by dynamic modules (usually shared libraries)</info>
3856*7c568831SAndroid Build Coastguard Worker    </macro>
3857*7c568831SAndroid Build Coastguard Worker    <macro name='LIBXML_OUTPUT_ENABLED' file='xmlversion'>
3858*7c568831SAndroid Build Coastguard Worker      <info>Whether the serialization/saving support is configured in</info>
3859*7c568831SAndroid Build Coastguard Worker    </macro>
3860*7c568831SAndroid Build Coastguard Worker    <macro name='LIBXML_PATTERN_ENABLED' file='xmlversion'>
3861*7c568831SAndroid Build Coastguard Worker      <info>Whether the xmlPattern node selection interface is configured in</info>
3862*7c568831SAndroid Build Coastguard Worker    </macro>
3863*7c568831SAndroid Build Coastguard Worker    <macro name='LIBXML_PUSH_ENABLED' file='xmlversion'>
3864*7c568831SAndroid Build Coastguard Worker      <info>Whether the push parsing interfaces are configured in</info>
3865*7c568831SAndroid Build Coastguard Worker    </macro>
3866*7c568831SAndroid Build Coastguard Worker    <macro name='LIBXML_READER_ENABLED' file='xmlversion'>
3867*7c568831SAndroid Build Coastguard Worker      <info>Whether the xmlReader parsing interface is configured in</info>
3868*7c568831SAndroid Build Coastguard Worker    </macro>
3869*7c568831SAndroid Build Coastguard Worker    <macro name='LIBXML_REGEXP_ENABLED' file='xmlversion'>
3870*7c568831SAndroid Build Coastguard Worker      <info>Whether the regular expressions interfaces are compiled in</info>
3871*7c568831SAndroid Build Coastguard Worker    </macro>
3872*7c568831SAndroid Build Coastguard Worker    <macro name='LIBXML_SAX1_ENABLED' file='xmlversion'>
3873*7c568831SAndroid Build Coastguard Worker      <info>Whether the older SAX1 interface is configured in</info>
3874*7c568831SAndroid Build Coastguard Worker    </macro>
3875*7c568831SAndroid Build Coastguard Worker    <macro name='LIBXML_SCHEMAS_ENABLED' file='xmlversion'>
3876*7c568831SAndroid Build Coastguard Worker      <info>Whether the Schemas validation interfaces are compiled in</info>
3877*7c568831SAndroid Build Coastguard Worker    </macro>
3878*7c568831SAndroid Build Coastguard Worker    <macro name='LIBXML_SCHEMATRON_ENABLED' file='xmlversion'>
3879*7c568831SAndroid Build Coastguard Worker      <info>Whether the Schematron validation interfaces are compiled in</info>
3880*7c568831SAndroid Build Coastguard Worker    </macro>
3881*7c568831SAndroid Build Coastguard Worker    <macro name='LIBXML_TEST_VERSION' file='xmlversion'>
3882*7c568831SAndroid Build Coastguard Worker      <info>Macro to check that the libxml version in use is compatible with the version the software has been compiled against</info>
3883*7c568831SAndroid Build Coastguard Worker    </macro>
3884*7c568831SAndroid Build Coastguard Worker    <macro name='LIBXML_THREAD_ALLOC_ENABLED' file='xmlversion'>
3885*7c568831SAndroid Build Coastguard Worker      <info>Whether the allocation hooks are per-thread</info>
3886*7c568831SAndroid Build Coastguard Worker    </macro>
3887*7c568831SAndroid Build Coastguard Worker    <macro name='LIBXML_THREAD_ENABLED' file='xmlversion'>
3888*7c568831SAndroid Build Coastguard Worker      <info>Whether the thread support is configured in</info>
3889*7c568831SAndroid Build Coastguard Worker    </macro>
3890*7c568831SAndroid Build Coastguard Worker    <macro name='LIBXML_TREE_ENABLED' file='xmlversion'>
3891*7c568831SAndroid Build Coastguard Worker      <info>Always enabled since 2.14.0</info>
3892*7c568831SAndroid Build Coastguard Worker    </macro>
3893*7c568831SAndroid Build Coastguard Worker    <macro name='LIBXML_UNICODE_ENABLED' file='xmlversion'>
3894*7c568831SAndroid Build Coastguard Worker      <info>Whether the Unicode related interfaces are compiled in</info>
3895*7c568831SAndroid Build Coastguard Worker    </macro>
3896*7c568831SAndroid Build Coastguard Worker    <macro name='LIBXML_VALID_ENABLED' file='xmlversion'>
3897*7c568831SAndroid Build Coastguard Worker      <info>Whether the DTD validation support is configured in</info>
3898*7c568831SAndroid Build Coastguard Worker    </macro>
3899*7c568831SAndroid Build Coastguard Worker    <macro name='LIBXML_VERSION' file='xmlversion'>
3900*7c568831SAndroid Build Coastguard Worker      <info>the version number: 1.2.3 value is 10203</info>
3901*7c568831SAndroid Build Coastguard Worker    </macro>
3902*7c568831SAndroid Build Coastguard Worker    <macro name='LIBXML_VERSION_EXTRA' file='xmlversion'>
3903*7c568831SAndroid Build Coastguard Worker      <info>extra version information, used to show a git commit description</info>
3904*7c568831SAndroid Build Coastguard Worker    </macro>
3905*7c568831SAndroid Build Coastguard Worker    <macro name='LIBXML_VERSION_STRING' file='xmlversion'>
3906*7c568831SAndroid Build Coastguard Worker      <info>the version number string, 1.2.3 value is &quot;10203&quot;</info>
3907*7c568831SAndroid Build Coastguard Worker    </macro>
3908*7c568831SAndroid Build Coastguard Worker    <macro name='LIBXML_WRITER_ENABLED' file='xmlversion'>
3909*7c568831SAndroid Build Coastguard Worker      <info>Whether the xmlWriter saving interface is configured in</info>
3910*7c568831SAndroid Build Coastguard Worker    </macro>
3911*7c568831SAndroid Build Coastguard Worker    <macro name='LIBXML_XINCLUDE_ENABLED' file='xmlversion'>
3912*7c568831SAndroid Build Coastguard Worker      <info>Whether XInclude is configured in</info>
3913*7c568831SAndroid Build Coastguard Worker    </macro>
3914*7c568831SAndroid Build Coastguard Worker    <macro name='LIBXML_XPATH_ENABLED' file='xmlversion'>
3915*7c568831SAndroid Build Coastguard Worker      <info>Whether XPath is configured in</info>
3916*7c568831SAndroid Build Coastguard Worker    </macro>
3917*7c568831SAndroid Build Coastguard Worker    <macro name='LIBXML_XPTR_ENABLED' file='xmlversion'>
3918*7c568831SAndroid Build Coastguard Worker      <info>Whether XPointer is configured in</info>
3919*7c568831SAndroid Build Coastguard Worker    </macro>
3920*7c568831SAndroid Build Coastguard Worker    <macro name='LIBXML_ZLIB_ENABLED' file='xmlversion'>
3921*7c568831SAndroid Build Coastguard Worker      <info>Whether the Zlib support is compiled in</info>
3922*7c568831SAndroid Build Coastguard Worker    </macro>
3923*7c568831SAndroid Build Coastguard Worker    <macro name='XINCLUDE_FALLBACK' file='xinclude'>
3924*7c568831SAndroid Build Coastguard Worker      <info>Macro defining &quot;fallback&quot;</info>
3925*7c568831SAndroid Build Coastguard Worker    </macro>
3926*7c568831SAndroid Build Coastguard Worker    <macro name='XINCLUDE_HREF' file='xinclude'>
3927*7c568831SAndroid Build Coastguard Worker      <info>Macro defining &quot;href&quot;</info>
3928*7c568831SAndroid Build Coastguard Worker    </macro>
3929*7c568831SAndroid Build Coastguard Worker    <macro name='XINCLUDE_NODE' file='xinclude'>
3930*7c568831SAndroid Build Coastguard Worker      <info>Macro defining &quot;include&quot;</info>
3931*7c568831SAndroid Build Coastguard Worker    </macro>
3932*7c568831SAndroid Build Coastguard Worker    <macro name='XINCLUDE_NS' file='xinclude'>
3933*7c568831SAndroid Build Coastguard Worker      <info>Macro defining the Xinclude namespace: http://www.w3.org/2003/XInclude</info>
3934*7c568831SAndroid Build Coastguard Worker    </macro>
3935*7c568831SAndroid Build Coastguard Worker    <macro name='XINCLUDE_OLD_NS' file='xinclude'>
3936*7c568831SAndroid Build Coastguard Worker      <info>Macro defining the draft Xinclude namespace: http://www.w3.org/2001/XInclude</info>
3937*7c568831SAndroid Build Coastguard Worker    </macro>
3938*7c568831SAndroid Build Coastguard Worker    <macro name='XINCLUDE_PARSE' file='xinclude'>
3939*7c568831SAndroid Build Coastguard Worker      <info>Macro defining &quot;parse&quot;</info>
3940*7c568831SAndroid Build Coastguard Worker    </macro>
3941*7c568831SAndroid Build Coastguard Worker    <macro name='XINCLUDE_PARSE_ENCODING' file='xinclude'>
3942*7c568831SAndroid Build Coastguard Worker      <info>Macro defining &quot;encoding&quot;</info>
3943*7c568831SAndroid Build Coastguard Worker    </macro>
3944*7c568831SAndroid Build Coastguard Worker    <macro name='XINCLUDE_PARSE_TEXT' file='xinclude'>
3945*7c568831SAndroid Build Coastguard Worker      <info>Macro defining &quot;text&quot;</info>
3946*7c568831SAndroid Build Coastguard Worker    </macro>
3947*7c568831SAndroid Build Coastguard Worker    <macro name='XINCLUDE_PARSE_XML' file='xinclude'>
3948*7c568831SAndroid Build Coastguard Worker      <info>Macro defining &quot;xml&quot;</info>
3949*7c568831SAndroid Build Coastguard Worker    </macro>
3950*7c568831SAndroid Build Coastguard Worker    <macro name='XINCLUDE_PARSE_XPOINTER' file='xinclude'>
3951*7c568831SAndroid Build Coastguard Worker      <info>Macro defining &quot;xpointer&quot;</info>
3952*7c568831SAndroid Build Coastguard Worker    </macro>
3953*7c568831SAndroid Build Coastguard Worker    <macro name='XML_CAST_FPTR' file='hash'>
3954*7c568831SAndroid Build Coastguard Worker      <info>Macro to do a casting from an object pointer to a function pointer without encountering a warning from gcc  #define XML_CAST_FPTR(fptr) (*(void **)(&amp;fptr)) This macro violated ISO C aliasing rules (gcc4 on s390 broke) so it is disabled now</info>
3955*7c568831SAndroid Build Coastguard Worker      <arg name='fptr' info='pointer to a function'/>
3956*7c568831SAndroid Build Coastguard Worker    </macro>
3957*7c568831SAndroid Build Coastguard Worker    <macro name='XML_CATALOGS_NAMESPACE' file='catalog'>
3958*7c568831SAndroid Build Coastguard Worker      <info>The namespace for the XML Catalogs elements.</info>
3959*7c568831SAndroid Build Coastguard Worker    </macro>
3960*7c568831SAndroid Build Coastguard Worker    <macro name='XML_CATALOG_PI' file='catalog'>
3961*7c568831SAndroid Build Coastguard Worker      <info>The specific XML Catalog Processing Instruction name.</info>
3962*7c568831SAndroid Build Coastguard Worker    </macro>
3963*7c568831SAndroid Build Coastguard Worker    <macro name='XML_DEFAULT_VERSION' file='parser'>
3964*7c568831SAndroid Build Coastguard Worker      <info>The default version of XML used: 1.0</info>
3965*7c568831SAndroid Build Coastguard Worker    </macro>
3966*7c568831SAndroid Build Coastguard Worker    <macro name='XML_GET_CONTENT' file='tree'>
3967*7c568831SAndroid Build Coastguard Worker      <info>Macro to extract the content pointer of a node.</info>
3968*7c568831SAndroid Build Coastguard Worker    </macro>
3969*7c568831SAndroid Build Coastguard Worker    <macro name='XML_GET_LINE' file='tree'>
3970*7c568831SAndroid Build Coastguard Worker      <info>Macro to extract the line number of an element node.</info>
3971*7c568831SAndroid Build Coastguard Worker    </macro>
3972*7c568831SAndroid Build Coastguard Worker    <macro name='XML_INPUT_BUF_STATIC' file='parser'>
3973*7c568831SAndroid Build Coastguard Worker    </macro>
3974*7c568831SAndroid Build Coastguard Worker    <macro name='XML_INPUT_BUF_ZERO_TERMINATED' file='parser'>
3975*7c568831SAndroid Build Coastguard Worker    </macro>
3976*7c568831SAndroid Build Coastguard Worker    <macro name='XML_INPUT_NETWORK' file='parser'>
3977*7c568831SAndroid Build Coastguard Worker    </macro>
3978*7c568831SAndroid Build Coastguard Worker    <macro name='XML_INPUT_UNZIP' file='parser'>
3979*7c568831SAndroid Build Coastguard Worker    </macro>
3980*7c568831SAndroid Build Coastguard Worker    <macro name='XML_LOCAL_NAMESPACE' file='tree'>
3981*7c568831SAndroid Build Coastguard Worker      <info>A namespace declaration node.</info>
3982*7c568831SAndroid Build Coastguard Worker    </macro>
3983*7c568831SAndroid Build Coastguard Worker    <macro name='XML_MAX_DICTIONARY_LIMIT' file='parserInternals'>
3984*7c568831SAndroid Build Coastguard Worker      <info>Maximum size allowed by the parser for a dictionary by default This is not a limitation of the parser but a safety boundary feature, use XML_PARSE_HUGE option to override it. Introduced in 2.9.0</info>
3985*7c568831SAndroid Build Coastguard Worker    </macro>
3986*7c568831SAndroid Build Coastguard Worker    <macro name='XML_MAX_HUGE_LENGTH' file='parserInternals'>
3987*7c568831SAndroid Build Coastguard Worker      <info>Maximum size allowed when XML_PARSE_HUGE is set.</info>
3988*7c568831SAndroid Build Coastguard Worker    </macro>
3989*7c568831SAndroid Build Coastguard Worker    <macro name='XML_MAX_LOOKUP_LIMIT' file='parserInternals'>
3990*7c568831SAndroid Build Coastguard Worker      <info>Maximum size allowed by the parser for ahead lookup This is an upper boundary enforced by the parser to avoid bad behaviour on &quot;unfriendly&apos; content Introduced in 2.9.0</info>
3991*7c568831SAndroid Build Coastguard Worker    </macro>
3992*7c568831SAndroid Build Coastguard Worker    <macro name='XML_MAX_NAMELEN' file='parserInternals'>
3993*7c568831SAndroid Build Coastguard Worker      <info>Identifiers can be longer, but this will be more costly at runtime.</info>
3994*7c568831SAndroid Build Coastguard Worker    </macro>
3995*7c568831SAndroid Build Coastguard Worker    <macro name='XML_MAX_NAME_LENGTH' file='parserInternals'>
3996*7c568831SAndroid Build Coastguard Worker      <info>Maximum size allowed for a markup identifier. This is not a limitation of the parser but a safety boundary feature, use XML_PARSE_HUGE option to override it. Note that with the use of parsing dictionaries overriding the limit may result in more runtime memory usage in face of &quot;unfriendly&apos; content Introduced in 2.9.0</info>
3997*7c568831SAndroid Build Coastguard Worker    </macro>
3998*7c568831SAndroid Build Coastguard Worker    <macro name='XML_MAX_TEXT_LENGTH' file='parserInternals'>
3999*7c568831SAndroid Build Coastguard Worker      <info>Maximum size allowed for a single text node when building a tree. This is not a limitation of the parser but a safety boundary feature, use XML_PARSE_HUGE option to override it. Introduced in 2.9.0</info>
4000*7c568831SAndroid Build Coastguard Worker    </macro>
4001*7c568831SAndroid Build Coastguard Worker    <macro name='XML_SAX2_MAGIC' file='parser'>
4002*7c568831SAndroid Build Coastguard Worker      <info>Special constant found in SAX2 blocks initialized fields</info>
4003*7c568831SAndroid Build Coastguard Worker    </macro>
4004*7c568831SAndroid Build Coastguard Worker    <macro name='XML_SCHEMAS_ANYATTR_LAX' file='schemasInternals'>
4005*7c568831SAndroid Build Coastguard Worker      <info>Ignore validation non definition on attributes Obsolete, not used anymore.</info>
4006*7c568831SAndroid Build Coastguard Worker    </macro>
4007*7c568831SAndroid Build Coastguard Worker    <macro name='XML_SCHEMAS_ANYATTR_SKIP' file='schemasInternals'>
4008*7c568831SAndroid Build Coastguard Worker      <info>Skip unknown attribute from validation Obsolete, not used anymore.</info>
4009*7c568831SAndroid Build Coastguard Worker    </macro>
4010*7c568831SAndroid Build Coastguard Worker    <macro name='XML_SCHEMAS_ANYATTR_STRICT' file='schemasInternals'>
4011*7c568831SAndroid Build Coastguard Worker      <info>Apply strict validation rules on attributes Obsolete, not used anymore.</info>
4012*7c568831SAndroid Build Coastguard Worker    </macro>
4013*7c568831SAndroid Build Coastguard Worker    <macro name='XML_SCHEMAS_ANY_LAX' file='schemasInternals'>
4014*7c568831SAndroid Build Coastguard Worker      <info>Used by wildcards. Validate if type found, don&apos;t worry if not found</info>
4015*7c568831SAndroid Build Coastguard Worker    </macro>
4016*7c568831SAndroid Build Coastguard Worker    <macro name='XML_SCHEMAS_ANY_SKIP' file='schemasInternals'>
4017*7c568831SAndroid Build Coastguard Worker      <info>Skip unknown attribute from validation</info>
4018*7c568831SAndroid Build Coastguard Worker    </macro>
4019*7c568831SAndroid Build Coastguard Worker    <macro name='XML_SCHEMAS_ANY_STRICT' file='schemasInternals'>
4020*7c568831SAndroid Build Coastguard Worker      <info>Used by wildcards. Apply strict validation rules</info>
4021*7c568831SAndroid Build Coastguard Worker    </macro>
4022*7c568831SAndroid Build Coastguard Worker    <macro name='XML_SCHEMAS_ATTRGROUP_GLOBAL' file='schemasInternals'>
4023*7c568831SAndroid Build Coastguard Worker      <info>The attribute group has been defined.</info>
4024*7c568831SAndroid Build Coastguard Worker    </macro>
4025*7c568831SAndroid Build Coastguard Worker    <macro name='XML_SCHEMAS_ATTRGROUP_HAS_REFS' file='schemasInternals'>
4026*7c568831SAndroid Build Coastguard Worker      <info>Whether this attr. group contains attr. group references.</info>
4027*7c568831SAndroid Build Coastguard Worker    </macro>
4028*7c568831SAndroid Build Coastguard Worker    <macro name='XML_SCHEMAS_ATTRGROUP_MARKED' file='schemasInternals'>
4029*7c568831SAndroid Build Coastguard Worker      <info>Marks the attr group as marked; used for circular checks.</info>
4030*7c568831SAndroid Build Coastguard Worker    </macro>
4031*7c568831SAndroid Build Coastguard Worker    <macro name='XML_SCHEMAS_ATTRGROUP_REDEFINED' file='schemasInternals'>
4032*7c568831SAndroid Build Coastguard Worker      <info>The attr group was redefined.</info>
4033*7c568831SAndroid Build Coastguard Worker    </macro>
4034*7c568831SAndroid Build Coastguard Worker    <macro name='XML_SCHEMAS_ATTRGROUP_WILDCARD_BUILDED' file='schemasInternals'>
4035*7c568831SAndroid Build Coastguard Worker      <info>The attribute wildcard has been built.</info>
4036*7c568831SAndroid Build Coastguard Worker    </macro>
4037*7c568831SAndroid Build Coastguard Worker    <macro name='XML_SCHEMAS_ATTR_FIXED' file='schemasInternals'>
4038*7c568831SAndroid Build Coastguard Worker      <info>the attribute has a fixed value</info>
4039*7c568831SAndroid Build Coastguard Worker    </macro>
4040*7c568831SAndroid Build Coastguard Worker    <macro name='XML_SCHEMAS_ATTR_GLOBAL' file='schemasInternals'>
4041*7c568831SAndroid Build Coastguard Worker      <info>allow elements in no namespace</info>
4042*7c568831SAndroid Build Coastguard Worker    </macro>
4043*7c568831SAndroid Build Coastguard Worker    <macro name='XML_SCHEMAS_ATTR_INTERNAL_RESOLVED' file='schemasInternals'>
4044*7c568831SAndroid Build Coastguard Worker      <info>this is set when the &quot;type&quot; and &quot;ref&quot; references have been resolved.</info>
4045*7c568831SAndroid Build Coastguard Worker    </macro>
4046*7c568831SAndroid Build Coastguard Worker    <macro name='XML_SCHEMAS_ATTR_NSDEFAULT' file='schemasInternals'>
4047*7c568831SAndroid Build Coastguard Worker      <info>allow elements in no namespace</info>
4048*7c568831SAndroid Build Coastguard Worker    </macro>
4049*7c568831SAndroid Build Coastguard Worker    <macro name='XML_SCHEMAS_ATTR_USE_OPTIONAL' file='schemasInternals'>
4050*7c568831SAndroid Build Coastguard Worker      <info>The attribute is optional.</info>
4051*7c568831SAndroid Build Coastguard Worker    </macro>
4052*7c568831SAndroid Build Coastguard Worker    <macro name='XML_SCHEMAS_ATTR_USE_PROHIBITED' file='schemasInternals'>
4053*7c568831SAndroid Build Coastguard Worker      <info>Used by wildcards. The attribute is prohibited.</info>
4054*7c568831SAndroid Build Coastguard Worker    </macro>
4055*7c568831SAndroid Build Coastguard Worker    <macro name='XML_SCHEMAS_ATTR_USE_REQUIRED' file='schemasInternals'>
4056*7c568831SAndroid Build Coastguard Worker      <info>The attribute is required.</info>
4057*7c568831SAndroid Build Coastguard Worker    </macro>
4058*7c568831SAndroid Build Coastguard Worker    <macro name='XML_SCHEMAS_BLOCK_DEFAULT_EXTENSION' file='schemasInternals'>
4059*7c568831SAndroid Build Coastguard Worker      <info>the schema has &quot;extension&quot; in the set of blockDefault.</info>
4060*7c568831SAndroid Build Coastguard Worker    </macro>
4061*7c568831SAndroid Build Coastguard Worker    <macro name='XML_SCHEMAS_BLOCK_DEFAULT_RESTRICTION' file='schemasInternals'>
4062*7c568831SAndroid Build Coastguard Worker      <info>the schema has &quot;restriction&quot; in the set of blockDefault.</info>
4063*7c568831SAndroid Build Coastguard Worker    </macro>
4064*7c568831SAndroid Build Coastguard Worker    <macro name='XML_SCHEMAS_BLOCK_DEFAULT_SUBSTITUTION' file='schemasInternals'>
4065*7c568831SAndroid Build Coastguard Worker      <info>the schema has &quot;substitution&quot; in the set of blockDefault.</info>
4066*7c568831SAndroid Build Coastguard Worker    </macro>
4067*7c568831SAndroid Build Coastguard Worker    <macro name='XML_SCHEMAS_ELEM_ABSTRACT' file='schemasInternals'>
4068*7c568831SAndroid Build Coastguard Worker      <info>the element is abstract</info>
4069*7c568831SAndroid Build Coastguard Worker    </macro>
4070*7c568831SAndroid Build Coastguard Worker    <macro name='XML_SCHEMAS_ELEM_BLOCK_ABSENT' file='schemasInternals'>
4071*7c568831SAndroid Build Coastguard Worker      <info>the &quot;block&quot; attribute is absent</info>
4072*7c568831SAndroid Build Coastguard Worker    </macro>
4073*7c568831SAndroid Build Coastguard Worker    <macro name='XML_SCHEMAS_ELEM_BLOCK_EXTENSION' file='schemasInternals'>
4074*7c568831SAndroid Build Coastguard Worker      <info>disallowed substitutions are absent</info>
4075*7c568831SAndroid Build Coastguard Worker    </macro>
4076*7c568831SAndroid Build Coastguard Worker    <macro name='XML_SCHEMAS_ELEM_BLOCK_RESTRICTION' file='schemasInternals'>
4077*7c568831SAndroid Build Coastguard Worker      <info>disallowed substitutions: &quot;restriction&quot;</info>
4078*7c568831SAndroid Build Coastguard Worker    </macro>
4079*7c568831SAndroid Build Coastguard Worker    <macro name='XML_SCHEMAS_ELEM_BLOCK_SUBSTITUTION' file='schemasInternals'>
4080*7c568831SAndroid Build Coastguard Worker      <info>disallowed substitutions: &quot;substitution&quot;</info>
4081*7c568831SAndroid Build Coastguard Worker    </macro>
4082*7c568831SAndroid Build Coastguard Worker    <macro name='XML_SCHEMAS_ELEM_CIRCULAR' file='schemasInternals'>
4083*7c568831SAndroid Build Coastguard Worker      <info>a helper flag for the search of circular references.</info>
4084*7c568831SAndroid Build Coastguard Worker    </macro>
4085*7c568831SAndroid Build Coastguard Worker    <macro name='XML_SCHEMAS_ELEM_DEFAULT' file='schemasInternals'>
4086*7c568831SAndroid Build Coastguard Worker      <info>the element has a default value</info>
4087*7c568831SAndroid Build Coastguard Worker    </macro>
4088*7c568831SAndroid Build Coastguard Worker    <macro name='XML_SCHEMAS_ELEM_FINAL_ABSENT' file='schemasInternals'>
4089*7c568831SAndroid Build Coastguard Worker      <info>substitution group exclusions are absent</info>
4090*7c568831SAndroid Build Coastguard Worker    </macro>
4091*7c568831SAndroid Build Coastguard Worker    <macro name='XML_SCHEMAS_ELEM_FINAL_EXTENSION' file='schemasInternals'>
4092*7c568831SAndroid Build Coastguard Worker      <info>substitution group exclusions: &quot;extension&quot;</info>
4093*7c568831SAndroid Build Coastguard Worker    </macro>
4094*7c568831SAndroid Build Coastguard Worker    <macro name='XML_SCHEMAS_ELEM_FINAL_RESTRICTION' file='schemasInternals'>
4095*7c568831SAndroid Build Coastguard Worker      <info>substitution group exclusions: &quot;restriction&quot;</info>
4096*7c568831SAndroid Build Coastguard Worker    </macro>
4097*7c568831SAndroid Build Coastguard Worker    <macro name='XML_SCHEMAS_ELEM_FIXED' file='schemasInternals'>
4098*7c568831SAndroid Build Coastguard Worker      <info>the element has a fixed value</info>
4099*7c568831SAndroid Build Coastguard Worker    </macro>
4100*7c568831SAndroid Build Coastguard Worker    <macro name='XML_SCHEMAS_ELEM_GLOBAL' file='schemasInternals'>
4101*7c568831SAndroid Build Coastguard Worker      <info>the element is global</info>
4102*7c568831SAndroid Build Coastguard Worker    </macro>
4103*7c568831SAndroid Build Coastguard Worker    <macro name='XML_SCHEMAS_ELEM_INTERNAL_CHECKED' file='schemasInternals'>
4104*7c568831SAndroid Build Coastguard Worker      <info>this is set when the elem decl has been checked against all constraints</info>
4105*7c568831SAndroid Build Coastguard Worker    </macro>
4106*7c568831SAndroid Build Coastguard Worker    <macro name='XML_SCHEMAS_ELEM_INTERNAL_RESOLVED' file='schemasInternals'>
4107*7c568831SAndroid Build Coastguard Worker      <info>this is set when &quot;type&quot;, &quot;ref&quot;, &quot;substitutionGroup&quot; references have been resolved.</info>
4108*7c568831SAndroid Build Coastguard Worker    </macro>
4109*7c568831SAndroid Build Coastguard Worker    <macro name='XML_SCHEMAS_ELEM_NILLABLE' file='schemasInternals'>
4110*7c568831SAndroid Build Coastguard Worker      <info>the element is nillable</info>
4111*7c568831SAndroid Build Coastguard Worker    </macro>
4112*7c568831SAndroid Build Coastguard Worker    <macro name='XML_SCHEMAS_ELEM_NSDEFAULT' file='schemasInternals'>
4113*7c568831SAndroid Build Coastguard Worker      <info>allow elements in no namespace Obsolete, not used anymore.</info>
4114*7c568831SAndroid Build Coastguard Worker    </macro>
4115*7c568831SAndroid Build Coastguard Worker    <macro name='XML_SCHEMAS_ELEM_REF' file='schemasInternals'>
4116*7c568831SAndroid Build Coastguard Worker      <info>the element is a reference to a type</info>
4117*7c568831SAndroid Build Coastguard Worker    </macro>
4118*7c568831SAndroid Build Coastguard Worker    <macro name='XML_SCHEMAS_ELEM_SUBST_GROUP_HEAD' file='schemasInternals'>
4119*7c568831SAndroid Build Coastguard Worker      <info>the declaration is a substitution group head</info>
4120*7c568831SAndroid Build Coastguard Worker    </macro>
4121*7c568831SAndroid Build Coastguard Worker    <macro name='XML_SCHEMAS_ELEM_TOPLEVEL' file='schemasInternals'>
4122*7c568831SAndroid Build Coastguard Worker      <info>the element is top level obsolete: use XML_SCHEMAS_ELEM_GLOBAL instead</info>
4123*7c568831SAndroid Build Coastguard Worker    </macro>
4124*7c568831SAndroid Build Coastguard Worker    <macro name='XML_SCHEMAS_FACET_COLLAPSE' file='schemasInternals'>
4125*7c568831SAndroid Build Coastguard Worker      <info>collapse the types of the facet</info>
4126*7c568831SAndroid Build Coastguard Worker    </macro>
4127*7c568831SAndroid Build Coastguard Worker    <macro name='XML_SCHEMAS_FACET_PRESERVE' file='schemasInternals'>
4128*7c568831SAndroid Build Coastguard Worker      <info>preserve the type of the facet</info>
4129*7c568831SAndroid Build Coastguard Worker    </macro>
4130*7c568831SAndroid Build Coastguard Worker    <macro name='XML_SCHEMAS_FACET_REPLACE' file='schemasInternals'>
4131*7c568831SAndroid Build Coastguard Worker      <info>replace the type of the facet</info>
4132*7c568831SAndroid Build Coastguard Worker    </macro>
4133*7c568831SAndroid Build Coastguard Worker    <macro name='XML_SCHEMAS_FACET_UNKNOWN' file='schemasInternals'>
4134*7c568831SAndroid Build Coastguard Worker      <info>unknown facet handling</info>
4135*7c568831SAndroid Build Coastguard Worker    </macro>
4136*7c568831SAndroid Build Coastguard Worker    <macro name='XML_SCHEMAS_FINAL_DEFAULT_EXTENSION' file='schemasInternals'>
4137*7c568831SAndroid Build Coastguard Worker      <info>the schema has &quot;extension&quot; in the set of finalDefault.</info>
4138*7c568831SAndroid Build Coastguard Worker    </macro>
4139*7c568831SAndroid Build Coastguard Worker    <macro name='XML_SCHEMAS_FINAL_DEFAULT_LIST' file='schemasInternals'>
4140*7c568831SAndroid Build Coastguard Worker      <info>the schema has &quot;list&quot; in the set of finalDefault.</info>
4141*7c568831SAndroid Build Coastguard Worker    </macro>
4142*7c568831SAndroid Build Coastguard Worker    <macro name='XML_SCHEMAS_FINAL_DEFAULT_RESTRICTION' file='schemasInternals'>
4143*7c568831SAndroid Build Coastguard Worker      <info>the schema has &quot;restriction&quot; in the set of finalDefault.</info>
4144*7c568831SAndroid Build Coastguard Worker    </macro>
4145*7c568831SAndroid Build Coastguard Worker    <macro name='XML_SCHEMAS_FINAL_DEFAULT_UNION' file='schemasInternals'>
4146*7c568831SAndroid Build Coastguard Worker      <info>the schema has &quot;union&quot; in the set of finalDefault.</info>
4147*7c568831SAndroid Build Coastguard Worker    </macro>
4148*7c568831SAndroid Build Coastguard Worker    <macro name='XML_SCHEMAS_INCLUDING_CONVERT_NS' file='schemasInternals'>
4149*7c568831SAndroid Build Coastguard Worker      <info>the schema is currently including an other schema with no target namespace.</info>
4150*7c568831SAndroid Build Coastguard Worker    </macro>
4151*7c568831SAndroid Build Coastguard Worker    <macro name='XML_SCHEMAS_QUALIF_ATTR' file='schemasInternals'>
4152*7c568831SAndroid Build Coastguard Worker      <info>Reflects attributeFormDefault == qualified in an XML schema document.</info>
4153*7c568831SAndroid Build Coastguard Worker    </macro>
4154*7c568831SAndroid Build Coastguard Worker    <macro name='XML_SCHEMAS_QUALIF_ELEM' file='schemasInternals'>
4155*7c568831SAndroid Build Coastguard Worker      <info>Reflects elementFormDefault == qualified in an XML schema document.</info>
4156*7c568831SAndroid Build Coastguard Worker    </macro>
4157*7c568831SAndroid Build Coastguard Worker    <macro name='XML_SCHEMAS_TYPE_ABSTRACT' file='schemasInternals'>
4158*7c568831SAndroid Build Coastguard Worker      <info>the simple/complexType is abstract.</info>
4159*7c568831SAndroid Build Coastguard Worker    </macro>
4160*7c568831SAndroid Build Coastguard Worker    <macro name='XML_SCHEMAS_TYPE_BLOCK_DEFAULT' file='schemasInternals'>
4161*7c568831SAndroid Build Coastguard Worker      <info>the complexType did not specify &apos;block&apos; so use the default of the &lt;schema&gt; item.</info>
4162*7c568831SAndroid Build Coastguard Worker    </macro>
4163*7c568831SAndroid Build Coastguard Worker    <macro name='XML_SCHEMAS_TYPE_BLOCK_EXTENSION' file='schemasInternals'>
4164*7c568831SAndroid Build Coastguard Worker      <info>the complexType has a &apos;block&apos; of &quot;extension&quot;.</info>
4165*7c568831SAndroid Build Coastguard Worker    </macro>
4166*7c568831SAndroid Build Coastguard Worker    <macro name='XML_SCHEMAS_TYPE_BLOCK_RESTRICTION' file='schemasInternals'>
4167*7c568831SAndroid Build Coastguard Worker      <info>the complexType has a &apos;block&apos; of &quot;restriction&quot;.</info>
4168*7c568831SAndroid Build Coastguard Worker    </macro>
4169*7c568831SAndroid Build Coastguard Worker    <macro name='XML_SCHEMAS_TYPE_BUILTIN_PRIMITIVE' file='schemasInternals'>
4170*7c568831SAndroid Build Coastguard Worker      <info>Marks the item as a builtin primitive.</info>
4171*7c568831SAndroid Build Coastguard Worker    </macro>
4172*7c568831SAndroid Build Coastguard Worker    <macro name='XML_SCHEMAS_TYPE_DERIVATION_METHOD_EXTENSION' file='schemasInternals'>
4173*7c568831SAndroid Build Coastguard Worker      <info>the simple or complex type has a derivation method of &quot;extension&quot;.</info>
4174*7c568831SAndroid Build Coastguard Worker    </macro>
4175*7c568831SAndroid Build Coastguard Worker    <macro name='XML_SCHEMAS_TYPE_DERIVATION_METHOD_RESTRICTION' file='schemasInternals'>
4176*7c568831SAndroid Build Coastguard Worker      <info>the simple or complex type has a derivation method of &quot;restriction&quot;.</info>
4177*7c568831SAndroid Build Coastguard Worker    </macro>
4178*7c568831SAndroid Build Coastguard Worker    <macro name='XML_SCHEMAS_TYPE_FACETSNEEDVALUE' file='schemasInternals'>
4179*7c568831SAndroid Build Coastguard Worker      <info>indicates if the facets need a computed value</info>
4180*7c568831SAndroid Build Coastguard Worker    </macro>
4181*7c568831SAndroid Build Coastguard Worker    <macro name='XML_SCHEMAS_TYPE_FINAL_DEFAULT' file='schemasInternals'>
4182*7c568831SAndroid Build Coastguard Worker      <info>the simpleType has a final of &quot;default&quot;.</info>
4183*7c568831SAndroid Build Coastguard Worker    </macro>
4184*7c568831SAndroid Build Coastguard Worker    <macro name='XML_SCHEMAS_TYPE_FINAL_EXTENSION' file='schemasInternals'>
4185*7c568831SAndroid Build Coastguard Worker      <info>the complexType has a final of &quot;extension&quot;.</info>
4186*7c568831SAndroid Build Coastguard Worker    </macro>
4187*7c568831SAndroid Build Coastguard Worker    <macro name='XML_SCHEMAS_TYPE_FINAL_LIST' file='schemasInternals'>
4188*7c568831SAndroid Build Coastguard Worker      <info>the simpleType has a final of &quot;list&quot;.</info>
4189*7c568831SAndroid Build Coastguard Worker    </macro>
4190*7c568831SAndroid Build Coastguard Worker    <macro name='XML_SCHEMAS_TYPE_FINAL_RESTRICTION' file='schemasInternals'>
4191*7c568831SAndroid Build Coastguard Worker      <info>the simpleType/complexType has a final of &quot;restriction&quot;.</info>
4192*7c568831SAndroid Build Coastguard Worker    </macro>
4193*7c568831SAndroid Build Coastguard Worker    <macro name='XML_SCHEMAS_TYPE_FINAL_UNION' file='schemasInternals'>
4194*7c568831SAndroid Build Coastguard Worker      <info>the simpleType has a final of &quot;union&quot;.</info>
4195*7c568831SAndroid Build Coastguard Worker    </macro>
4196*7c568831SAndroid Build Coastguard Worker    <macro name='XML_SCHEMAS_TYPE_FIXUP_1' file='schemasInternals'>
4197*7c568831SAndroid Build Coastguard Worker      <info>First stage of fixup was done.</info>
4198*7c568831SAndroid Build Coastguard Worker    </macro>
4199*7c568831SAndroid Build Coastguard Worker    <macro name='XML_SCHEMAS_TYPE_GLOBAL' file='schemasInternals'>
4200*7c568831SAndroid Build Coastguard Worker      <info>the type is global</info>
4201*7c568831SAndroid Build Coastguard Worker    </macro>
4202*7c568831SAndroid Build Coastguard Worker    <macro name='XML_SCHEMAS_TYPE_HAS_FACETS' file='schemasInternals'>
4203*7c568831SAndroid Build Coastguard Worker      <info>has facets</info>
4204*7c568831SAndroid Build Coastguard Worker    </macro>
4205*7c568831SAndroid Build Coastguard Worker    <macro name='XML_SCHEMAS_TYPE_INTERNAL_INVALID' file='schemasInternals'>
4206*7c568831SAndroid Build Coastguard Worker      <info>indicates that the type is invalid</info>
4207*7c568831SAndroid Build Coastguard Worker    </macro>
4208*7c568831SAndroid Build Coastguard Worker    <macro name='XML_SCHEMAS_TYPE_INTERNAL_RESOLVED' file='schemasInternals'>
4209*7c568831SAndroid Build Coastguard Worker      <info>indicates that the type was typefixed</info>
4210*7c568831SAndroid Build Coastguard Worker    </macro>
4211*7c568831SAndroid Build Coastguard Worker    <macro name='XML_SCHEMAS_TYPE_MARKED' file='schemasInternals'>
4212*7c568831SAndroid Build Coastguard Worker      <info>Marks the item as marked; used for circular checks.</info>
4213*7c568831SAndroid Build Coastguard Worker    </macro>
4214*7c568831SAndroid Build Coastguard Worker    <macro name='XML_SCHEMAS_TYPE_MIXED' file='schemasInternals'>
4215*7c568831SAndroid Build Coastguard Worker      <info>the element content type is mixed</info>
4216*7c568831SAndroid Build Coastguard Worker    </macro>
4217*7c568831SAndroid Build Coastguard Worker    <macro name='XML_SCHEMAS_TYPE_NORMVALUENEEDED' file='schemasInternals'>
4218*7c568831SAndroid Build Coastguard Worker      <info>indicates if the facets (pattern) need a normalized value</info>
4219*7c568831SAndroid Build Coastguard Worker    </macro>
4220*7c568831SAndroid Build Coastguard Worker    <macro name='XML_SCHEMAS_TYPE_OWNED_ATTR_WILDCARD' file='schemasInternals'>
4221*7c568831SAndroid Build Coastguard Worker      <info>the complexType owns an attribute wildcard, i.e. it can be freed by the complexType</info>
4222*7c568831SAndroid Build Coastguard Worker    </macro>
4223*7c568831SAndroid Build Coastguard Worker    <macro name='XML_SCHEMAS_TYPE_REDEFINED' file='schemasInternals'>
4224*7c568831SAndroid Build Coastguard Worker      <info>The type was redefined.</info>
4225*7c568831SAndroid Build Coastguard Worker    </macro>
4226*7c568831SAndroid Build Coastguard Worker    <macro name='XML_SCHEMAS_TYPE_VARIETY_ABSENT' file='schemasInternals'>
4227*7c568831SAndroid Build Coastguard Worker      <info>the simpleType has a variety of &quot;absent&quot;. TODO: Actually not necessary :-/, since if none of the variety flags occur then it&apos;s automatically absent.</info>
4228*7c568831SAndroid Build Coastguard Worker    </macro>
4229*7c568831SAndroid Build Coastguard Worker    <macro name='XML_SCHEMAS_TYPE_VARIETY_ATOMIC' file='schemasInternals'>
4230*7c568831SAndroid Build Coastguard Worker      <info>the simpleType has a variety of &quot;union&quot;.</info>
4231*7c568831SAndroid Build Coastguard Worker    </macro>
4232*7c568831SAndroid Build Coastguard Worker    <macro name='XML_SCHEMAS_TYPE_VARIETY_LIST' file='schemasInternals'>
4233*7c568831SAndroid Build Coastguard Worker      <info>the simpleType has a variety of &quot;list&quot;.</info>
4234*7c568831SAndroid Build Coastguard Worker    </macro>
4235*7c568831SAndroid Build Coastguard Worker    <macro name='XML_SCHEMAS_TYPE_VARIETY_UNION' file='schemasInternals'>
4236*7c568831SAndroid Build Coastguard Worker      <info>the simpleType has a variety of &quot;union&quot;.</info>
4237*7c568831SAndroid Build Coastguard Worker    </macro>
4238*7c568831SAndroid Build Coastguard Worker    <macro name='XML_SCHEMAS_TYPE_WHITESPACE_COLLAPSE' file='schemasInternals'>
4239*7c568831SAndroid Build Coastguard Worker      <info>a whitespace-facet value of &quot;collapse&quot;</info>
4240*7c568831SAndroid Build Coastguard Worker    </macro>
4241*7c568831SAndroid Build Coastguard Worker    <macro name='XML_SCHEMAS_TYPE_WHITESPACE_PRESERVE' file='schemasInternals'>
4242*7c568831SAndroid Build Coastguard Worker      <info>a whitespace-facet value of &quot;preserve&quot;</info>
4243*7c568831SAndroid Build Coastguard Worker    </macro>
4244*7c568831SAndroid Build Coastguard Worker    <macro name='XML_SCHEMAS_TYPE_WHITESPACE_REPLACE' file='schemasInternals'>
4245*7c568831SAndroid Build Coastguard Worker      <info>a whitespace-facet value of &quot;replace&quot;</info>
4246*7c568831SAndroid Build Coastguard Worker    </macro>
4247*7c568831SAndroid Build Coastguard Worker    <macro name='XML_SCHEMAS_WILDCARD_COMPLETE' file='schemasInternals'>
4248*7c568831SAndroid Build Coastguard Worker      <info>If the wildcard is complete.</info>
4249*7c568831SAndroid Build Coastguard Worker    </macro>
4250*7c568831SAndroid Build Coastguard Worker    <macro name='XML_STATUS_CATASTROPHIC_ERROR' file='parser'>
4251*7c568831SAndroid Build Coastguard Worker    </macro>
4252*7c568831SAndroid Build Coastguard Worker    <macro name='XML_STATUS_DTD_VALIDATION_FAILED' file='parser'>
4253*7c568831SAndroid Build Coastguard Worker    </macro>
4254*7c568831SAndroid Build Coastguard Worker    <macro name='XML_STATUS_NOT_NS_WELL_FORMED' file='parser'>
4255*7c568831SAndroid Build Coastguard Worker    </macro>
4256*7c568831SAndroid Build Coastguard Worker    <macro name='XML_STATUS_NOT_WELL_FORMED' file='parser'>
4257*7c568831SAndroid Build Coastguard Worker    </macro>
4258*7c568831SAndroid Build Coastguard Worker    <macro name='XML_SUBSTITUTE_BOTH' file='parserInternals'>
4259*7c568831SAndroid Build Coastguard Worker      <info>Both general and parameter entities need to be substituted.</info>
4260*7c568831SAndroid Build Coastguard Worker    </macro>
4261*7c568831SAndroid Build Coastguard Worker    <macro name='XML_SUBSTITUTE_NONE' file='parserInternals'>
4262*7c568831SAndroid Build Coastguard Worker      <info>If no entities need to be substituted.</info>
4263*7c568831SAndroid Build Coastguard Worker    </macro>
4264*7c568831SAndroid Build Coastguard Worker    <macro name='XML_SUBSTITUTE_PEREF' file='parserInternals'>
4265*7c568831SAndroid Build Coastguard Worker      <info>Whether parameter entities need to be substituted.</info>
4266*7c568831SAndroid Build Coastguard Worker    </macro>
4267*7c568831SAndroid Build Coastguard Worker    <macro name='XML_SUBSTITUTE_REF' file='parserInternals'>
4268*7c568831SAndroid Build Coastguard Worker      <info>Whether general entities need to be substituted.</info>
4269*7c568831SAndroid Build Coastguard Worker    </macro>
4270*7c568831SAndroid Build Coastguard Worker    <macro name='XML_XML_ID' file='tree'>
4271*7c568831SAndroid Build Coastguard Worker      <info>This is the name for the special xml:id attribute</info>
4272*7c568831SAndroid Build Coastguard Worker    </macro>
4273*7c568831SAndroid Build Coastguard Worker    <macro name='XML_XML_NAMESPACE' file='tree'>
4274*7c568831SAndroid Build Coastguard Worker      <info>This is the namespace for the special xml: prefix predefined in the XML Namespace specification.</info>
4275*7c568831SAndroid Build Coastguard Worker    </macro>
4276*7c568831SAndroid Build Coastguard Worker    <macro name='XML_XPATH_CHECKNS' file='xpath'>
4277*7c568831SAndroid Build Coastguard Worker      <info>check namespaces at compilation</info>
4278*7c568831SAndroid Build Coastguard Worker    </macro>
4279*7c568831SAndroid Build Coastguard Worker    <macro name='XML_XPATH_NOVAR' file='xpath'>
4280*7c568831SAndroid Build Coastguard Worker      <info>forbid variables in expression</info>
4281*7c568831SAndroid Build Coastguard Worker    </macro>
4282*7c568831SAndroid Build Coastguard Worker    <macro name='XP_ERROR' file='xpathInternals'>
4283*7c568831SAndroid Build Coastguard Worker      <info>Macro to raise an XPath error and return.</info>
4284*7c568831SAndroid Build Coastguard Worker      <arg name='X' info='the error code'/>
4285*7c568831SAndroid Build Coastguard Worker    </macro>
4286*7c568831SAndroid Build Coastguard Worker    <macro name='XP_ERROR0' file='xpathInternals'>
4287*7c568831SAndroid Build Coastguard Worker      <info>Macro to raise an XPath error and return 0.</info>
4288*7c568831SAndroid Build Coastguard Worker      <arg name='X' info='the error code'/>
4289*7c568831SAndroid Build Coastguard Worker    </macro>
4290*7c568831SAndroid Build Coastguard Worker    <macro name='htmlDefaultSubelement' file='HTMLparser'>
4291*7c568831SAndroid Build Coastguard Worker      <info>Returns the default subelement for this element</info>
4292*7c568831SAndroid Build Coastguard Worker      <arg name='elt' info='HTML element'/>
4293*7c568831SAndroid Build Coastguard Worker    </macro>
4294*7c568831SAndroid Build Coastguard Worker    <macro name='htmlElementAllowedHereDesc' file='HTMLparser'>
4295*7c568831SAndroid Build Coastguard Worker      <info>Checks whether an HTML element description may be a direct child of the specified element.  Returns 1 if allowed; 0 otherwise.</info>
4296*7c568831SAndroid Build Coastguard Worker      <arg name='parent' info='HTML parent element'/>
4297*7c568831SAndroid Build Coastguard Worker      <arg name='elt' info='HTML element'/>
4298*7c568831SAndroid Build Coastguard Worker    </macro>
4299*7c568831SAndroid Build Coastguard Worker    <macro name='htmlRequiredAttrs' file='HTMLparser'>
4300*7c568831SAndroid Build Coastguard Worker      <info>Returns the attributes required for the specified element.</info>
4301*7c568831SAndroid Build Coastguard Worker      <arg name='elt' info='HTML element'/>
4302*7c568831SAndroid Build Coastguard Worker    </macro>
4303*7c568831SAndroid Build Coastguard Worker    <macro name='xmlChildrenNode' file='tree'>
4304*7c568831SAndroid Build Coastguard Worker      <info>Macro for compatibility naming layer with libxml1. Maps to &quot;children.&quot;</info>
4305*7c568831SAndroid Build Coastguard Worker    </macro>
4306*7c568831SAndroid Build Coastguard Worker    <macro name='xmlIsBaseCharQ' file='chvalid'>
4307*7c568831SAndroid Build Coastguard Worker      <info>Automatically generated by genChRanges.py</info>
4308*7c568831SAndroid Build Coastguard Worker      <arg name='c' info='char to validate'/>
4309*7c568831SAndroid Build Coastguard Worker    </macro>
4310*7c568831SAndroid Build Coastguard Worker    <macro name='xmlIsBaseChar_ch' file='chvalid'>
4311*7c568831SAndroid Build Coastguard Worker      <info>Automatically generated by genChRanges.py</info>
4312*7c568831SAndroid Build Coastguard Worker      <arg name='c' info='char to validate'/>
4313*7c568831SAndroid Build Coastguard Worker    </macro>
4314*7c568831SAndroid Build Coastguard Worker    <macro name='xmlIsBlankQ' file='chvalid'>
4315*7c568831SAndroid Build Coastguard Worker      <info>Automatically generated by genChRanges.py</info>
4316*7c568831SAndroid Build Coastguard Worker      <arg name='c' info='char to validate'/>
4317*7c568831SAndroid Build Coastguard Worker    </macro>
4318*7c568831SAndroid Build Coastguard Worker    <macro name='xmlIsBlank_ch' file='chvalid'>
4319*7c568831SAndroid Build Coastguard Worker      <info>Automatically generated by genChRanges.py</info>
4320*7c568831SAndroid Build Coastguard Worker      <arg name='c' info='char to validate'/>
4321*7c568831SAndroid Build Coastguard Worker    </macro>
4322*7c568831SAndroid Build Coastguard Worker    <macro name='xmlIsCharQ' file='chvalid'>
4323*7c568831SAndroid Build Coastguard Worker      <info>Automatically generated by genChRanges.py</info>
4324*7c568831SAndroid Build Coastguard Worker      <arg name='c' info='char to validate'/>
4325*7c568831SAndroid Build Coastguard Worker    </macro>
4326*7c568831SAndroid Build Coastguard Worker    <macro name='xmlIsChar_ch' file='chvalid'>
4327*7c568831SAndroid Build Coastguard Worker      <info>Automatically generated by genChRanges.py</info>
4328*7c568831SAndroid Build Coastguard Worker      <arg name='c' info='char to validate'/>
4329*7c568831SAndroid Build Coastguard Worker    </macro>
4330*7c568831SAndroid Build Coastguard Worker    <macro name='xmlIsCombiningQ' file='chvalid'>
4331*7c568831SAndroid Build Coastguard Worker      <info>Automatically generated by genChRanges.py</info>
4332*7c568831SAndroid Build Coastguard Worker      <arg name='c' info='char to validate'/>
4333*7c568831SAndroid Build Coastguard Worker    </macro>
4334*7c568831SAndroid Build Coastguard Worker    <macro name='xmlIsDigitQ' file='chvalid'>
4335*7c568831SAndroid Build Coastguard Worker      <info>Automatically generated by genChRanges.py</info>
4336*7c568831SAndroid Build Coastguard Worker      <arg name='c' info='char to validate'/>
4337*7c568831SAndroid Build Coastguard Worker    </macro>
4338*7c568831SAndroid Build Coastguard Worker    <macro name='xmlIsDigit_ch' file='chvalid'>
4339*7c568831SAndroid Build Coastguard Worker      <info>Automatically generated by genChRanges.py</info>
4340*7c568831SAndroid Build Coastguard Worker      <arg name='c' info='char to validate'/>
4341*7c568831SAndroid Build Coastguard Worker    </macro>
4342*7c568831SAndroid Build Coastguard Worker    <macro name='xmlIsExtenderQ' file='chvalid'>
4343*7c568831SAndroid Build Coastguard Worker      <info>Automatically generated by genChRanges.py</info>
4344*7c568831SAndroid Build Coastguard Worker      <arg name='c' info='char to validate'/>
4345*7c568831SAndroid Build Coastguard Worker    </macro>
4346*7c568831SAndroid Build Coastguard Worker    <macro name='xmlIsExtender_ch' file='chvalid'>
4347*7c568831SAndroid Build Coastguard Worker      <info>Automatically generated by genChRanges.py</info>
4348*7c568831SAndroid Build Coastguard Worker      <arg name='c' info='char to validate'/>
4349*7c568831SAndroid Build Coastguard Worker    </macro>
4350*7c568831SAndroid Build Coastguard Worker    <macro name='xmlIsIdeographicQ' file='chvalid'>
4351*7c568831SAndroid Build Coastguard Worker      <info>Automatically generated by genChRanges.py</info>
4352*7c568831SAndroid Build Coastguard Worker      <arg name='c' info='char to validate'/>
4353*7c568831SAndroid Build Coastguard Worker    </macro>
4354*7c568831SAndroid Build Coastguard Worker    <macro name='xmlIsPubidCharQ' file='chvalid'>
4355*7c568831SAndroid Build Coastguard Worker      <info>Automatically generated by genChRanges.py</info>
4356*7c568831SAndroid Build Coastguard Worker      <arg name='c' info='char to validate'/>
4357*7c568831SAndroid Build Coastguard Worker    </macro>
4358*7c568831SAndroid Build Coastguard Worker    <macro name='xmlIsPubidChar_ch' file='chvalid'>
4359*7c568831SAndroid Build Coastguard Worker      <info>Automatically generated by genChRanges.py</info>
4360*7c568831SAndroid Build Coastguard Worker      <arg name='c' info='char to validate'/>
4361*7c568831SAndroid Build Coastguard Worker    </macro>
4362*7c568831SAndroid Build Coastguard Worker    <macro name='xmlRootNode' file='tree'>
4363*7c568831SAndroid Build Coastguard Worker      <info>Macro for compatibility naming layer with libxml1. Maps to &quot;children&quot;.</info>
4364*7c568831SAndroid Build Coastguard Worker    </macro>
4365*7c568831SAndroid Build Coastguard Worker    <macro name='xmlTextWriterWriteDocType' file='xmlwriter'>
4366*7c568831SAndroid Build Coastguard Worker      <info>this macro maps to xmlTextWriterWriteDTD</info>
4367*7c568831SAndroid Build Coastguard Worker    </macro>
4368*7c568831SAndroid Build Coastguard Worker    <macro name='xmlTextWriterWriteProcessingInstruction' file='xmlwriter'>
4369*7c568831SAndroid Build Coastguard Worker      <info>This macro maps to xmlTextWriterWritePI</info>
4370*7c568831SAndroid Build Coastguard Worker    </macro>
4371*7c568831SAndroid Build Coastguard Worker    <macro name='xmlXPathCheckError' file='xpathInternals'>
4372*7c568831SAndroid Build Coastguard Worker      <info>Check if an XPath error was raised.  Returns true if an error has been raised, false otherwise.</info>
4373*7c568831SAndroid Build Coastguard Worker      <arg name='ctxt' info='an XPath parser context'/>
4374*7c568831SAndroid Build Coastguard Worker    </macro>
4375*7c568831SAndroid Build Coastguard Worker    <macro name='xmlXPathEmptyNodeSet' file='xpathInternals'>
4376*7c568831SAndroid Build Coastguard Worker      <info>Empties a node-set.</info>
4377*7c568831SAndroid Build Coastguard Worker      <arg name='ns' info='a node-set'/>
4378*7c568831SAndroid Build Coastguard Worker    </macro>
4379*7c568831SAndroid Build Coastguard Worker    <macro name='xmlXPathGetContextNode' file='xpathInternals'>
4380*7c568831SAndroid Build Coastguard Worker      <info>Get the context node of an XPath context.  Returns the context node.</info>
4381*7c568831SAndroid Build Coastguard Worker      <arg name='ctxt' info='an XPath parser context'/>
4382*7c568831SAndroid Build Coastguard Worker    </macro>
4383*7c568831SAndroid Build Coastguard Worker    <macro name='xmlXPathGetDocument' file='xpathInternals'>
4384*7c568831SAndroid Build Coastguard Worker      <info>Get the document of an XPath context.  Returns the context document.</info>
4385*7c568831SAndroid Build Coastguard Worker      <arg name='ctxt' info='an XPath parser context'/>
4386*7c568831SAndroid Build Coastguard Worker    </macro>
4387*7c568831SAndroid Build Coastguard Worker    <macro name='xmlXPathGetError' file='xpathInternals'>
4388*7c568831SAndroid Build Coastguard Worker      <info>Get the error code of an XPath context.  Returns the context error.</info>
4389*7c568831SAndroid Build Coastguard Worker      <arg name='ctxt' info='an XPath parser context'/>
4390*7c568831SAndroid Build Coastguard Worker    </macro>
4391*7c568831SAndroid Build Coastguard Worker    <macro name='xmlXPathNodeSetGetLength' file='xpath'>
4392*7c568831SAndroid Build Coastguard Worker      <info>Implement a functionality similar to the DOM NodeList.length.  Returns the number of nodes in the node-set.</info>
4393*7c568831SAndroid Build Coastguard Worker      <arg name='ns' info='a node-set'/>
4394*7c568831SAndroid Build Coastguard Worker    </macro>
4395*7c568831SAndroid Build Coastguard Worker    <macro name='xmlXPathNodeSetIsEmpty' file='xpath'>
4396*7c568831SAndroid Build Coastguard Worker      <info>Checks whether @ns is empty or not.  Returns %TRUE if @ns is an empty node-set.</info>
4397*7c568831SAndroid Build Coastguard Worker      <arg name='ns' info='a node-set'/>
4398*7c568831SAndroid Build Coastguard Worker    </macro>
4399*7c568831SAndroid Build Coastguard Worker    <macro name='xmlXPathNodeSetItem' file='xpath'>
4400*7c568831SAndroid Build Coastguard Worker      <info>Implements a functionality similar to the DOM NodeList.item().  Returns the xmlNodePtr at the given @index in @ns or NULL if @index is out of range (0 to length-1)</info>
4401*7c568831SAndroid Build Coastguard Worker      <arg name='ns' info='a node-set'/>
4402*7c568831SAndroid Build Coastguard Worker      <arg name='index' info='index of a node in the set'/>
4403*7c568831SAndroid Build Coastguard Worker    </macro>
4404*7c568831SAndroid Build Coastguard Worker    <macro name='xmlXPathReturnBoolean' file='xpathInternals'>
4405*7c568831SAndroid Build Coastguard Worker      <info>Pushes the boolean @val on the context stack.</info>
4406*7c568831SAndroid Build Coastguard Worker      <arg name='ctxt' info='an XPath parser context'/>
4407*7c568831SAndroid Build Coastguard Worker      <arg name='val' info='a boolean'/>
4408*7c568831SAndroid Build Coastguard Worker    </macro>
4409*7c568831SAndroid Build Coastguard Worker    <macro name='xmlXPathReturnEmptyNodeSet' file='xpathInternals'>
4410*7c568831SAndroid Build Coastguard Worker      <info>Pushes an empty node-set on the context stack.</info>
4411*7c568831SAndroid Build Coastguard Worker      <arg name='ctxt' info='an XPath parser context'/>
4412*7c568831SAndroid Build Coastguard Worker    </macro>
4413*7c568831SAndroid Build Coastguard Worker    <macro name='xmlXPathReturnEmptyString' file='xpathInternals'>
4414*7c568831SAndroid Build Coastguard Worker      <info>Pushes an empty string on the stack.</info>
4415*7c568831SAndroid Build Coastguard Worker      <arg name='ctxt' info='an XPath parser context'/>
4416*7c568831SAndroid Build Coastguard Worker    </macro>
4417*7c568831SAndroid Build Coastguard Worker    <macro name='xmlXPathReturnExternal' file='xpathInternals'>
4418*7c568831SAndroid Build Coastguard Worker      <info>Pushes user data on the context stack.</info>
4419*7c568831SAndroid Build Coastguard Worker      <arg name='ctxt' info='an XPath parser context'/>
4420*7c568831SAndroid Build Coastguard Worker      <arg name='val' info='user data'/>
4421*7c568831SAndroid Build Coastguard Worker    </macro>
4422*7c568831SAndroid Build Coastguard Worker    <macro name='xmlXPathReturnFalse' file='xpathInternals'>
4423*7c568831SAndroid Build Coastguard Worker      <info>Pushes false on the context stack.</info>
4424*7c568831SAndroid Build Coastguard Worker      <arg name='ctxt' info='an XPath parser context'/>
4425*7c568831SAndroid Build Coastguard Worker    </macro>
4426*7c568831SAndroid Build Coastguard Worker    <macro name='xmlXPathReturnNodeSet' file='xpathInternals'>
4427*7c568831SAndroid Build Coastguard Worker      <info>Pushes the node-set @ns on the context stack.</info>
4428*7c568831SAndroid Build Coastguard Worker      <arg name='ctxt' info='an XPath parser context'/>
4429*7c568831SAndroid Build Coastguard Worker      <arg name='ns' info='a node-set'/>
4430*7c568831SAndroid Build Coastguard Worker    </macro>
4431*7c568831SAndroid Build Coastguard Worker    <macro name='xmlXPathReturnNumber' file='xpathInternals'>
4432*7c568831SAndroid Build Coastguard Worker      <info>Pushes the double @val on the context stack.</info>
4433*7c568831SAndroid Build Coastguard Worker      <arg name='ctxt' info='an XPath parser context'/>
4434*7c568831SAndroid Build Coastguard Worker      <arg name='val' info='a double'/>
4435*7c568831SAndroid Build Coastguard Worker    </macro>
4436*7c568831SAndroid Build Coastguard Worker    <macro name='xmlXPathReturnString' file='xpathInternals'>
4437*7c568831SAndroid Build Coastguard Worker      <info>Pushes the string @str on the context stack.</info>
4438*7c568831SAndroid Build Coastguard Worker      <arg name='ctxt' info='an XPath parser context'/>
4439*7c568831SAndroid Build Coastguard Worker      <arg name='str' info='a string'/>
4440*7c568831SAndroid Build Coastguard Worker    </macro>
4441*7c568831SAndroid Build Coastguard Worker    <macro name='xmlXPathReturnTrue' file='xpathInternals'>
4442*7c568831SAndroid Build Coastguard Worker      <info>Pushes true on the context stack.</info>
4443*7c568831SAndroid Build Coastguard Worker      <arg name='ctxt' info='an XPath parser context'/>
4444*7c568831SAndroid Build Coastguard Worker    </macro>
4445*7c568831SAndroid Build Coastguard Worker    <macro name='xmlXPathSetArityError' file='xpathInternals'>
4446*7c568831SAndroid Build Coastguard Worker      <info>Raises an XPATH_INVALID_ARITY error.</info>
4447*7c568831SAndroid Build Coastguard Worker      <arg name='ctxt' info='an XPath parser context'/>
4448*7c568831SAndroid Build Coastguard Worker    </macro>
4449*7c568831SAndroid Build Coastguard Worker    <macro name='xmlXPathSetError' file='xpathInternals'>
4450*7c568831SAndroid Build Coastguard Worker      <info>Raises an error.</info>
4451*7c568831SAndroid Build Coastguard Worker      <arg name='ctxt' info='an XPath parser context'/>
4452*7c568831SAndroid Build Coastguard Worker      <arg name='err' info='an xmlXPathError code'/>
4453*7c568831SAndroid Build Coastguard Worker    </macro>
4454*7c568831SAndroid Build Coastguard Worker    <macro name='xmlXPathSetTypeError' file='xpathInternals'>
4455*7c568831SAndroid Build Coastguard Worker      <info>Raises an XPATH_INVALID_TYPE error.</info>
4456*7c568831SAndroid Build Coastguard Worker      <arg name='ctxt' info='an XPath parser context'/>
4457*7c568831SAndroid Build Coastguard Worker    </macro>
4458*7c568831SAndroid Build Coastguard Worker    <macro name='xmlXPathStackIsExternal' file='xpathInternals'>
4459*7c568831SAndroid Build Coastguard Worker      <info>Checks if the current value on the XPath stack is an external object.  Returns true if the current object on the stack is an external object.</info>
4460*7c568831SAndroid Build Coastguard Worker      <arg name='ctxt' info='an XPath parser context'/>
4461*7c568831SAndroid Build Coastguard Worker    </macro>
4462*7c568831SAndroid Build Coastguard Worker    <macro name='xmlXPathStackIsNodeSet' file='xpathInternals'>
4463*7c568831SAndroid Build Coastguard Worker      <info>Check if the current value on the XPath stack is a node set or an XSLT value tree.  Returns true if the current object on the stack is a node-set.</info>
4464*7c568831SAndroid Build Coastguard Worker      <arg name='ctxt' info='an XPath parser context'/>
4465*7c568831SAndroid Build Coastguard Worker    </macro>
4466*7c568831SAndroid Build Coastguard Worker    <enum name='HTML_DEPRECATED' file='HTMLparser' value='2' type='htmlStatus'/>
4467*7c568831SAndroid Build Coastguard Worker    <enum name='HTML_INVALID' file='HTMLparser' value='1' type='htmlStatus'/>
4468*7c568831SAndroid Build Coastguard Worker    <enum name='HTML_NA' file='HTMLparser' value='0' type='htmlStatus' info='something we don&apos;t check at all'/>
4469*7c568831SAndroid Build Coastguard Worker    <enum name='HTML_PARSE_COMPACT' file='HTMLparser' value='65536' type='htmlParserOption' info='compact small text nodes'/>
4470*7c568831SAndroid Build Coastguard Worker    <enum name='HTML_PARSE_IGNORE_ENC' file='HTMLparser' value='2097152' type='htmlParserOption' info=' ignore internal document encoding hint'/>
4471*7c568831SAndroid Build Coastguard Worker    <enum name='HTML_PARSE_NOBLANKS' file='HTMLparser' value='256' type='htmlParserOption' info='remove blank nodes'/>
4472*7c568831SAndroid Build Coastguard Worker    <enum name='HTML_PARSE_NODEFDTD' file='HTMLparser' value='4' type='htmlParserOption' info='do not default a doctype if not found'/>
4473*7c568831SAndroid Build Coastguard Worker    <enum name='HTML_PARSE_NOERROR' file='HTMLparser' value='32' type='htmlParserOption' info='suppress error reports'/>
4474*7c568831SAndroid Build Coastguard Worker    <enum name='HTML_PARSE_NOIMPLIED' file='HTMLparser' value='8192' type='htmlParserOption' info='Do not add implied html/body... elements'/>
4475*7c568831SAndroid Build Coastguard Worker    <enum name='HTML_PARSE_NONET' file='HTMLparser' value='2048' type='htmlParserOption' info='Forbid network access'/>
4476*7c568831SAndroid Build Coastguard Worker    <enum name='HTML_PARSE_NOWARNING' file='HTMLparser' value='64' type='htmlParserOption' info='suppress warning reports'/>
4477*7c568831SAndroid Build Coastguard Worker    <enum name='HTML_PARSE_PEDANTIC' file='HTMLparser' value='128' type='htmlParserOption' info='pedantic error reporting'/>
4478*7c568831SAndroid Build Coastguard Worker    <enum name='HTML_PARSE_RECOVER' file='HTMLparser' value='1' type='htmlParserOption' info='Relaxed parsing'/>
4479*7c568831SAndroid Build Coastguard Worker    <enum name='HTML_REQUIRED' file='HTMLparser' value='12' type='htmlStatus' info=' VALID bit set so ( &amp; HTML_VALID ) is TRUE'/>
4480*7c568831SAndroid Build Coastguard Worker    <enum name='HTML_VALID' file='HTMLparser' value='4' type='htmlStatus'/>
4481*7c568831SAndroid Build Coastguard Worker    <enum name='XLINK_ACTUATE_AUTO' file='xlink' value='1' type='xlinkActuate'/>
4482*7c568831SAndroid Build Coastguard Worker    <enum name='XLINK_ACTUATE_NONE' file='xlink' value='0' type='xlinkActuate'/>
4483*7c568831SAndroid Build Coastguard Worker    <enum name='XLINK_ACTUATE_ONREQUEST' file='xlink' value='2' type='xlinkActuate'/>
4484*7c568831SAndroid Build Coastguard Worker    <enum name='XLINK_SHOW_EMBED' file='xlink' value='2' type='xlinkShow'/>
4485*7c568831SAndroid Build Coastguard Worker    <enum name='XLINK_SHOW_NEW' file='xlink' value='1' type='xlinkShow'/>
4486*7c568831SAndroid Build Coastguard Worker    <enum name='XLINK_SHOW_NONE' file='xlink' value='0' type='xlinkShow'/>
4487*7c568831SAndroid Build Coastguard Worker    <enum name='XLINK_SHOW_REPLACE' file='xlink' value='3' type='xlinkShow'/>
4488*7c568831SAndroid Build Coastguard Worker    <enum name='XLINK_TYPE_EXTENDED' file='xlink' value='2' type='xlinkType'/>
4489*7c568831SAndroid Build Coastguard Worker    <enum name='XLINK_TYPE_EXTENDED_SET' file='xlink' value='3' type='xlinkType'/>
4490*7c568831SAndroid Build Coastguard Worker    <enum name='XLINK_TYPE_NONE' file='xlink' value='0' type='xlinkType'/>
4491*7c568831SAndroid Build Coastguard Worker    <enum name='XLINK_TYPE_SIMPLE' file='xlink' value='1' type='xlinkType'/>
4492*7c568831SAndroid Build Coastguard Worker    <enum name='XML_ATTRIBUTE_CDATA' file='tree' value='1' type='xmlAttributeType'/>
4493*7c568831SAndroid Build Coastguard Worker    <enum name='XML_ATTRIBUTE_DECL' file='tree' value='16' type='xmlElementType'/>
4494*7c568831SAndroid Build Coastguard Worker    <enum name='XML_ATTRIBUTE_ENTITIES' file='tree' value='6' type='xmlAttributeType'/>
4495*7c568831SAndroid Build Coastguard Worker    <enum name='XML_ATTRIBUTE_ENTITY' file='tree' value='5' type='xmlAttributeType'/>
4496*7c568831SAndroid Build Coastguard Worker    <enum name='XML_ATTRIBUTE_ENUMERATION' file='tree' value='9' type='xmlAttributeType'/>
4497*7c568831SAndroid Build Coastguard Worker    <enum name='XML_ATTRIBUTE_FIXED' file='tree' value='4' type='xmlAttributeDefault'/>
4498*7c568831SAndroid Build Coastguard Worker    <enum name='XML_ATTRIBUTE_ID' file='tree' value='2' type='xmlAttributeType'/>
4499*7c568831SAndroid Build Coastguard Worker    <enum name='XML_ATTRIBUTE_IDREF' file='tree' value='3' type='xmlAttributeType'/>
4500*7c568831SAndroid Build Coastguard Worker    <enum name='XML_ATTRIBUTE_IDREFS' file='tree' value='4' type='xmlAttributeType'/>
4501*7c568831SAndroid Build Coastguard Worker    <enum name='XML_ATTRIBUTE_IMPLIED' file='tree' value='3' type='xmlAttributeDefault'/>
4502*7c568831SAndroid Build Coastguard Worker    <enum name='XML_ATTRIBUTE_NMTOKEN' file='tree' value='7' type='xmlAttributeType'/>
4503*7c568831SAndroid Build Coastguard Worker    <enum name='XML_ATTRIBUTE_NMTOKENS' file='tree' value='8' type='xmlAttributeType'/>
4504*7c568831SAndroid Build Coastguard Worker    <enum name='XML_ATTRIBUTE_NODE' file='tree' value='2' type='xmlElementType'/>
4505*7c568831SAndroid Build Coastguard Worker    <enum name='XML_ATTRIBUTE_NONE' file='tree' value='1' type='xmlAttributeDefault'/>
4506*7c568831SAndroid Build Coastguard Worker    <enum name='XML_ATTRIBUTE_NOTATION' file='tree' value='10' type='xmlAttributeType'/>
4507*7c568831SAndroid Build Coastguard Worker    <enum name='XML_ATTRIBUTE_REQUIRED' file='tree' value='2' type='xmlAttributeDefault'/>
4508*7c568831SAndroid Build Coastguard Worker    <enum name='XML_BUFFER_ALLOC_BOUNDED' file='tree' value='6' type='xmlBufferAllocationScheme' info=' limit the upper size of the buffer'/>
4509*7c568831SAndroid Build Coastguard Worker    <enum name='XML_BUFFER_ALLOC_DOUBLEIT' file='tree' value='1' type='xmlBufferAllocationScheme' info='double each time one need to grow'/>
4510*7c568831SAndroid Build Coastguard Worker    <enum name='XML_BUFFER_ALLOC_EXACT' file='tree' value='2' type='xmlBufferAllocationScheme' info='grow only to the minimal size'/>
4511*7c568831SAndroid Build Coastguard Worker    <enum name='XML_BUFFER_ALLOC_HYBRID' file='tree' value='5' type='xmlBufferAllocationScheme' info='exact up to a threshold, and doubleit thereafter'/>
4512*7c568831SAndroid Build Coastguard Worker    <enum name='XML_BUFFER_ALLOC_IMMUTABLE' file='tree' value='3' type='xmlBufferAllocationScheme' info='immutable buffer, deprecated'/>
4513*7c568831SAndroid Build Coastguard Worker    <enum name='XML_BUFFER_ALLOC_IO' file='tree' value='4' type='xmlBufferAllocationScheme' info='special allocation scheme used for I/O'/>
4514*7c568831SAndroid Build Coastguard Worker    <enum name='XML_BUF_OVERFLOW' file='xmlerror' value='7000' type='xmlParserErrors'/>
4515*7c568831SAndroid Build Coastguard Worker    <enum name='XML_C14N_1_0' file='c14n' value='0' type='xmlC14NMode' info='Original C14N 1.0 spec'/>
4516*7c568831SAndroid Build Coastguard Worker    <enum name='XML_C14N_1_1' file='c14n' value='2' type='xmlC14NMode' info=' C14N 1.1 spec'/>
4517*7c568831SAndroid Build Coastguard Worker    <enum name='XML_C14N_CREATE_CTXT' file='xmlerror' value='1950' type='xmlParserErrors'/>
4518*7c568831SAndroid Build Coastguard Worker    <enum name='XML_C14N_CREATE_STACK' file='xmlerror' value='1952' type='xmlParserErrors' info='1952'/>
4519*7c568831SAndroid Build Coastguard Worker    <enum name='XML_C14N_EXCLUSIVE_1_0' file='c14n' value='1' type='xmlC14NMode' info='Exclusive C14N 1.0 spec'/>
4520*7c568831SAndroid Build Coastguard Worker    <enum name='XML_C14N_INVALID_NODE' file='xmlerror' value='1953' type='xmlParserErrors' info='1953'/>
4521*7c568831SAndroid Build Coastguard Worker    <enum name='XML_C14N_RELATIVE_NAMESPACE' file='xmlerror' value='1955' type='xmlParserErrors' info='1955'/>
4522*7c568831SAndroid Build Coastguard Worker    <enum name='XML_C14N_REQUIRES_UTF8' file='xmlerror' value='1951' type='xmlParserErrors' info='1951'/>
4523*7c568831SAndroid Build Coastguard Worker    <enum name='XML_C14N_UNKNOW_NODE' file='xmlerror' value='1954' type='xmlParserErrors' info='1954'/>
4524*7c568831SAndroid Build Coastguard Worker    <enum name='XML_CATALOG_ENTRY_BROKEN' file='xmlerror' value='1651' type='xmlParserErrors' info='1651'/>
4525*7c568831SAndroid Build Coastguard Worker    <enum name='XML_CATALOG_MISSING_ATTR' file='xmlerror' value='1650' type='xmlParserErrors'/>
4526*7c568831SAndroid Build Coastguard Worker    <enum name='XML_CATALOG_NOT_CATALOG' file='xmlerror' value='1653' type='xmlParserErrors' info='1653'/>
4527*7c568831SAndroid Build Coastguard Worker    <enum name='XML_CATALOG_PREFER_VALUE' file='xmlerror' value='1652' type='xmlParserErrors' info='1652'/>
4528*7c568831SAndroid Build Coastguard Worker    <enum name='XML_CATALOG_RECURSION' file='xmlerror' value='1654' type='xmlParserErrors' info='1654'/>
4529*7c568831SAndroid Build Coastguard Worker    <enum name='XML_CATA_ALLOW_ALL' file='catalog' value='3' type='xmlCatalogAllow'/>
4530*7c568831SAndroid Build Coastguard Worker    <enum name='XML_CATA_ALLOW_DOCUMENT' file='catalog' value='2' type='xmlCatalogAllow'/>
4531*7c568831SAndroid Build Coastguard Worker    <enum name='XML_CATA_ALLOW_GLOBAL' file='catalog' value='1' type='xmlCatalogAllow'/>
4532*7c568831SAndroid Build Coastguard Worker    <enum name='XML_CATA_ALLOW_NONE' file='catalog' value='0' type='xmlCatalogAllow'/>
4533*7c568831SAndroid Build Coastguard Worker    <enum name='XML_CATA_PREFER_NONE' file='catalog' value='0' type='xmlCatalogPrefer'/>
4534*7c568831SAndroid Build Coastguard Worker    <enum name='XML_CATA_PREFER_PUBLIC' file='catalog' value='1' type='xmlCatalogPrefer'/>
4535*7c568831SAndroid Build Coastguard Worker    <enum name='XML_CATA_PREFER_SYSTEM' file='catalog' value='2' type='xmlCatalogPrefer'/>
4536*7c568831SAndroid Build Coastguard Worker    <enum name='XML_CDATA_SECTION_NODE' file='tree' value='4' type='xmlElementType'/>
4537*7c568831SAndroid Build Coastguard Worker    <enum name='XML_CHAR_ENCODING_2022_JP' file='encoding' value='19' type='xmlCharEncoding' info='ISO-2022-JP'/>
4538*7c568831SAndroid Build Coastguard Worker    <enum name='XML_CHAR_ENCODING_8859_1' file='encoding' value='10' type='xmlCharEncoding' info='ISO-8859-1 ISO Latin 1'/>
4539*7c568831SAndroid Build Coastguard Worker    <enum name='XML_CHAR_ENCODING_8859_10' file='encoding' value='25' type='xmlCharEncoding' info='ISO-8859-10'/>
4540*7c568831SAndroid Build Coastguard Worker    <enum name='XML_CHAR_ENCODING_8859_11' file='encoding' value='26' type='xmlCharEncoding' info='ISO-8859-11'/>
4541*7c568831SAndroid Build Coastguard Worker    <enum name='XML_CHAR_ENCODING_8859_13' file='encoding' value='27' type='xmlCharEncoding' info='ISO-8859-13'/>
4542*7c568831SAndroid Build Coastguard Worker    <enum name='XML_CHAR_ENCODING_8859_14' file='encoding' value='28' type='xmlCharEncoding' info='ISO-8859-14'/>
4543*7c568831SAndroid Build Coastguard Worker    <enum name='XML_CHAR_ENCODING_8859_15' file='encoding' value='29' type='xmlCharEncoding' info='ISO-8859-15'/>
4544*7c568831SAndroid Build Coastguard Worker    <enum name='XML_CHAR_ENCODING_8859_16' file='encoding' value='30' type='xmlCharEncoding' info=' ISO-8859-16'/>
4545*7c568831SAndroid Build Coastguard Worker    <enum name='XML_CHAR_ENCODING_8859_2' file='encoding' value='11' type='xmlCharEncoding' info='ISO-8859-2 ISO Latin 2'/>
4546*7c568831SAndroid Build Coastguard Worker    <enum name='XML_CHAR_ENCODING_8859_3' file='encoding' value='12' type='xmlCharEncoding' info='ISO-8859-3'/>
4547*7c568831SAndroid Build Coastguard Worker    <enum name='XML_CHAR_ENCODING_8859_4' file='encoding' value='13' type='xmlCharEncoding' info='ISO-8859-4'/>
4548*7c568831SAndroid Build Coastguard Worker    <enum name='XML_CHAR_ENCODING_8859_5' file='encoding' value='14' type='xmlCharEncoding' info='ISO-8859-5'/>
4549*7c568831SAndroid Build Coastguard Worker    <enum name='XML_CHAR_ENCODING_8859_6' file='encoding' value='15' type='xmlCharEncoding' info='ISO-8859-6'/>
4550*7c568831SAndroid Build Coastguard Worker    <enum name='XML_CHAR_ENCODING_8859_7' file='encoding' value='16' type='xmlCharEncoding' info='ISO-8859-7'/>
4551*7c568831SAndroid Build Coastguard Worker    <enum name='XML_CHAR_ENCODING_8859_8' file='encoding' value='17' type='xmlCharEncoding' info='ISO-8859-8'/>
4552*7c568831SAndroid Build Coastguard Worker    <enum name='XML_CHAR_ENCODING_8859_9' file='encoding' value='18' type='xmlCharEncoding' info='ISO-8859-9'/>
4553*7c568831SAndroid Build Coastguard Worker    <enum name='XML_CHAR_ENCODING_ASCII' file='encoding' value='22' type='xmlCharEncoding' info='pure ASCII Available since 2.14.0'/>
4554*7c568831SAndroid Build Coastguard Worker    <enum name='XML_CHAR_ENCODING_EBCDIC' file='encoding' value='6' type='xmlCharEncoding' info='EBCDIC uh!'/>
4555*7c568831SAndroid Build Coastguard Worker    <enum name='XML_CHAR_ENCODING_ERROR' file='encoding' value='-1' type='xmlCharEncoding' info='No char encoding detected'/>
4556*7c568831SAndroid Build Coastguard Worker    <enum name='XML_CHAR_ENCODING_EUC_JP' file='encoding' value='21' type='xmlCharEncoding' info='EUC-JP'/>
4557*7c568831SAndroid Build Coastguard Worker    <enum name='XML_CHAR_ENCODING_HTML' file='encoding' value='24' type='xmlCharEncoding' info='HTML (output only)'/>
4558*7c568831SAndroid Build Coastguard Worker    <enum name='XML_CHAR_ENCODING_NONE' file='encoding' value='0' type='xmlCharEncoding' info='No char encoding detected'/>
4559*7c568831SAndroid Build Coastguard Worker    <enum name='XML_CHAR_ENCODING_SHIFT_JIS' file='encoding' value='20' type='xmlCharEncoding' info='Shift_JIS'/>
4560*7c568831SAndroid Build Coastguard Worker    <enum name='XML_CHAR_ENCODING_UCS2' file='encoding' value='9' type='xmlCharEncoding' info='UCS-2'/>
4561*7c568831SAndroid Build Coastguard Worker    <enum name='XML_CHAR_ENCODING_UCS4BE' file='encoding' value='5' type='xmlCharEncoding' info='UCS-4 big endian'/>
4562*7c568831SAndroid Build Coastguard Worker    <enum name='XML_CHAR_ENCODING_UCS4LE' file='encoding' value='4' type='xmlCharEncoding' info='UCS-4 little endian'/>
4563*7c568831SAndroid Build Coastguard Worker    <enum name='XML_CHAR_ENCODING_UCS4_2143' file='encoding' value='7' type='xmlCharEncoding' info='UCS-4 unusual ordering'/>
4564*7c568831SAndroid Build Coastguard Worker    <enum name='XML_CHAR_ENCODING_UCS4_3412' file='encoding' value='8' type='xmlCharEncoding' info='UCS-4 unusual ordering'/>
4565*7c568831SAndroid Build Coastguard Worker    <enum name='XML_CHAR_ENCODING_UTF16' file='encoding' value='23' type='xmlCharEncoding' info='UTF-16 native'/>
4566*7c568831SAndroid Build Coastguard Worker    <enum name='XML_CHAR_ENCODING_UTF16BE' file='encoding' value='3' type='xmlCharEncoding' info='UTF-16 big endian'/>
4567*7c568831SAndroid Build Coastguard Worker    <enum name='XML_CHAR_ENCODING_UTF16LE' file='encoding' value='2' type='xmlCharEncoding' info='UTF-16 little endian'/>
4568*7c568831SAndroid Build Coastguard Worker    <enum name='XML_CHAR_ENCODING_UTF8' file='encoding' value='1' type='xmlCharEncoding' info='UTF-8'/>
4569*7c568831SAndroid Build Coastguard Worker    <enum name='XML_CHECK_ENTITY_TYPE' file='xmlerror' value='5012' type='xmlParserErrors' info='5012'/>
4570*7c568831SAndroid Build Coastguard Worker    <enum name='XML_CHECK_FOUND_ATTRIBUTE' file='xmlerror' value='5001' type='xmlParserErrors' info='5001'/>
4571*7c568831SAndroid Build Coastguard Worker    <enum name='XML_CHECK_FOUND_CDATA' file='xmlerror' value='5003' type='xmlParserErrors' info='5003'/>
4572*7c568831SAndroid Build Coastguard Worker    <enum name='XML_CHECK_FOUND_COMMENT' file='xmlerror' value='5007' type='xmlParserErrors' info='5007'/>
4573*7c568831SAndroid Build Coastguard Worker    <enum name='XML_CHECK_FOUND_DOCTYPE' file='xmlerror' value='5008' type='xmlParserErrors' info='5008'/>
4574*7c568831SAndroid Build Coastguard Worker    <enum name='XML_CHECK_FOUND_ELEMENT' file='xmlerror' value='5000' type='xmlParserErrors'/>
4575*7c568831SAndroid Build Coastguard Worker    <enum name='XML_CHECK_FOUND_ENTITY' file='xmlerror' value='5005' type='xmlParserErrors' info='5005'/>
4576*7c568831SAndroid Build Coastguard Worker    <enum name='XML_CHECK_FOUND_ENTITYREF' file='xmlerror' value='5004' type='xmlParserErrors' info='5004'/>
4577*7c568831SAndroid Build Coastguard Worker    <enum name='XML_CHECK_FOUND_FRAGMENT' file='xmlerror' value='5009' type='xmlParserErrors' info='5009'/>
4578*7c568831SAndroid Build Coastguard Worker    <enum name='XML_CHECK_FOUND_NOTATION' file='xmlerror' value='5010' type='xmlParserErrors' info='5010'/>
4579*7c568831SAndroid Build Coastguard Worker    <enum name='XML_CHECK_FOUND_PI' file='xmlerror' value='5006' type='xmlParserErrors' info='5006'/>
4580*7c568831SAndroid Build Coastguard Worker    <enum name='XML_CHECK_FOUND_TEXT' file='xmlerror' value='5002' type='xmlParserErrors' info='5002'/>
4581*7c568831SAndroid Build Coastguard Worker    <enum name='XML_CHECK_NAME_NOT_NULL' file='xmlerror' value='5037' type='xmlParserErrors' info='5037'/>
4582*7c568831SAndroid Build Coastguard Worker    <enum name='XML_CHECK_NOT_ATTR' file='xmlerror' value='5023' type='xmlParserErrors' info='5023'/>
4583*7c568831SAndroid Build Coastguard Worker    <enum name='XML_CHECK_NOT_ATTR_DECL' file='xmlerror' value='5024' type='xmlParserErrors' info='5024'/>
4584*7c568831SAndroid Build Coastguard Worker    <enum name='XML_CHECK_NOT_DTD' file='xmlerror' value='5022' type='xmlParserErrors' info='5022'/>
4585*7c568831SAndroid Build Coastguard Worker    <enum name='XML_CHECK_NOT_ELEM_DECL' file='xmlerror' value='5025' type='xmlParserErrors' info='5025'/>
4586*7c568831SAndroid Build Coastguard Worker    <enum name='XML_CHECK_NOT_ENTITY_DECL' file='xmlerror' value='5026' type='xmlParserErrors' info='5026'/>
4587*7c568831SAndroid Build Coastguard Worker    <enum name='XML_CHECK_NOT_NCNAME' file='xmlerror' value='5034' type='xmlParserErrors' info='5034'/>
4588*7c568831SAndroid Build Coastguard Worker    <enum name='XML_CHECK_NOT_NS_DECL' file='xmlerror' value='5027' type='xmlParserErrors' info='5027'/>
4589*7c568831SAndroid Build Coastguard Worker    <enum name='XML_CHECK_NOT_UTF8' file='xmlerror' value='5032' type='xmlParserErrors' info='5032'/>
4590*7c568831SAndroid Build Coastguard Worker    <enum name='XML_CHECK_NO_DICT' file='xmlerror' value='5033' type='xmlParserErrors' info='5033'/>
4591*7c568831SAndroid Build Coastguard Worker    <enum name='XML_CHECK_NO_DOC' file='xmlerror' value='5014' type='xmlParserErrors' info='5014'/>
4592*7c568831SAndroid Build Coastguard Worker    <enum name='XML_CHECK_NO_ELEM' file='xmlerror' value='5016' type='xmlParserErrors' info='5016'/>
4593*7c568831SAndroid Build Coastguard Worker    <enum name='XML_CHECK_NO_HREF' file='xmlerror' value='5028' type='xmlParserErrors' info='5028'/>
4594*7c568831SAndroid Build Coastguard Worker    <enum name='XML_CHECK_NO_NAME' file='xmlerror' value='5015' type='xmlParserErrors' info='5015'/>
4595*7c568831SAndroid Build Coastguard Worker    <enum name='XML_CHECK_NO_NEXT' file='xmlerror' value='5020' type='xmlParserErrors' info='5020'/>
4596*7c568831SAndroid Build Coastguard Worker    <enum name='XML_CHECK_NO_PARENT' file='xmlerror' value='5013' type='xmlParserErrors' info='5013'/>
4597*7c568831SAndroid Build Coastguard Worker    <enum name='XML_CHECK_NO_PREV' file='xmlerror' value='5018' type='xmlParserErrors' info='5018'/>
4598*7c568831SAndroid Build Coastguard Worker    <enum name='XML_CHECK_NS_ANCESTOR' file='xmlerror' value='5031' type='xmlParserErrors' info='5031'/>
4599*7c568831SAndroid Build Coastguard Worker    <enum name='XML_CHECK_NS_SCOPE' file='xmlerror' value='5030' type='xmlParserErrors' info='5030'/>
4600*7c568831SAndroid Build Coastguard Worker    <enum name='XML_CHECK_OUTSIDE_DICT' file='xmlerror' value='5035' type='xmlParserErrors' info='5035'/>
4601*7c568831SAndroid Build Coastguard Worker    <enum name='XML_CHECK_UNKNOWN_NODE' file='xmlerror' value='5011' type='xmlParserErrors' info='5011'/>
4602*7c568831SAndroid Build Coastguard Worker    <enum name='XML_CHECK_WRONG_DOC' file='xmlerror' value='5017' type='xmlParserErrors' info='5017'/>
4603*7c568831SAndroid Build Coastguard Worker    <enum name='XML_CHECK_WRONG_NAME' file='xmlerror' value='5036' type='xmlParserErrors' info='5036'/>
4604*7c568831SAndroid Build Coastguard Worker    <enum name='XML_CHECK_WRONG_NEXT' file='xmlerror' value='5021' type='xmlParserErrors' info='5021'/>
4605*7c568831SAndroid Build Coastguard Worker    <enum name='XML_CHECK_WRONG_PARENT' file='xmlerror' value='5029' type='xmlParserErrors' info='5029'/>
4606*7c568831SAndroid Build Coastguard Worker    <enum name='XML_CHECK_WRONG_PREV' file='xmlerror' value='5019' type='xmlParserErrors' info='5019'/>
4607*7c568831SAndroid Build Coastguard Worker    <enum name='XML_COMMENT_NODE' file='tree' value='8' type='xmlElementType'/>
4608*7c568831SAndroid Build Coastguard Worker    <enum name='XML_DOCUMENT_FRAG_NODE' file='tree' value='11' type='xmlElementType'/>
4609*7c568831SAndroid Build Coastguard Worker    <enum name='XML_DOCUMENT_NODE' file='tree' value='9' type='xmlElementType'/>
4610*7c568831SAndroid Build Coastguard Worker    <enum name='XML_DOCUMENT_TYPE_NODE' file='tree' value='10' type='xmlElementType' info='unused'/>
4611*7c568831SAndroid Build Coastguard Worker    <enum name='XML_DOC_DTDVALID' file='tree' value='8' type='xmlDocProperties' info='DTD validation was successful'/>
4612*7c568831SAndroid Build Coastguard Worker    <enum name='XML_DOC_HTML' file='tree' value='128' type='xmlDocProperties' info=' parsed or built HTML document'/>
4613*7c568831SAndroid Build Coastguard Worker    <enum name='XML_DOC_INTERNAL' file='tree' value='64' type='xmlDocProperties' info='built for internal processing'/>
4614*7c568831SAndroid Build Coastguard Worker    <enum name='XML_DOC_NSVALID' file='tree' value='2' type='xmlDocProperties' info='document is Namespace valid'/>
4615*7c568831SAndroid Build Coastguard Worker    <enum name='XML_DOC_OLD10' file='tree' value='4' type='xmlDocProperties' info='parsed with old XML-1.0 parser'/>
4616*7c568831SAndroid Build Coastguard Worker    <enum name='XML_DOC_USERBUILT' file='tree' value='32' type='xmlDocProperties' info='Document was built using the API
4617*7c568831SAndroid Build Coastguard Workerand not by parsing an instance'/>
4618*7c568831SAndroid Build Coastguard Worker    <enum name='XML_DOC_WELLFORMED' file='tree' value='1' type='xmlDocProperties' info='document is XML well formed'/>
4619*7c568831SAndroid Build Coastguard Worker    <enum name='XML_DOC_XINCLUDE' file='tree' value='16' type='xmlDocProperties' info='XInclude substitution was done'/>
4620*7c568831SAndroid Build Coastguard Worker    <enum name='XML_DTD_ATTRIBUTE_DEFAULT' file='xmlerror' value='500' type='xmlParserErrors'/>
4621*7c568831SAndroid Build Coastguard Worker    <enum name='XML_DTD_ATTRIBUTE_REDEFINED' file='xmlerror' value='501' type='xmlParserErrors' info='501'/>
4622*7c568831SAndroid Build Coastguard Worker    <enum name='XML_DTD_ATTRIBUTE_VALUE' file='xmlerror' value='502' type='xmlParserErrors' info='502'/>
4623*7c568831SAndroid Build Coastguard Worker    <enum name='XML_DTD_CONTENT_ERROR' file='xmlerror' value='503' type='xmlParserErrors' info='503'/>
4624*7c568831SAndroid Build Coastguard Worker    <enum name='XML_DTD_CONTENT_MODEL' file='xmlerror' value='504' type='xmlParserErrors' info='504'/>
4625*7c568831SAndroid Build Coastguard Worker    <enum name='XML_DTD_CONTENT_NOT_DETERMINIST' file='xmlerror' value='505' type='xmlParserErrors' info='505'/>
4626*7c568831SAndroid Build Coastguard Worker    <enum name='XML_DTD_DIFFERENT_PREFIX' file='xmlerror' value='506' type='xmlParserErrors' info='506'/>
4627*7c568831SAndroid Build Coastguard Worker    <enum name='XML_DTD_DUP_TOKEN' file='xmlerror' value='541' type='xmlParserErrors' info='541'/>
4628*7c568831SAndroid Build Coastguard Worker    <enum name='XML_DTD_ELEM_DEFAULT_NAMESPACE' file='xmlerror' value='507' type='xmlParserErrors' info='507'/>
4629*7c568831SAndroid Build Coastguard Worker    <enum name='XML_DTD_ELEM_NAMESPACE' file='xmlerror' value='508' type='xmlParserErrors' info='508'/>
4630*7c568831SAndroid Build Coastguard Worker    <enum name='XML_DTD_ELEM_REDEFINED' file='xmlerror' value='509' type='xmlParserErrors' info='509'/>
4631*7c568831SAndroid Build Coastguard Worker    <enum name='XML_DTD_EMPTY_NOTATION' file='xmlerror' value='510' type='xmlParserErrors' info='510'/>
4632*7c568831SAndroid Build Coastguard Worker    <enum name='XML_DTD_ENTITY_TYPE' file='xmlerror' value='511' type='xmlParserErrors' info='511'/>
4633*7c568831SAndroid Build Coastguard Worker    <enum name='XML_DTD_ID_FIXED' file='xmlerror' value='512' type='xmlParserErrors' info='512'/>
4634*7c568831SAndroid Build Coastguard Worker    <enum name='XML_DTD_ID_REDEFINED' file='xmlerror' value='513' type='xmlParserErrors' info='513'/>
4635*7c568831SAndroid Build Coastguard Worker    <enum name='XML_DTD_ID_SUBSET' file='xmlerror' value='514' type='xmlParserErrors' info='514'/>
4636*7c568831SAndroid Build Coastguard Worker    <enum name='XML_DTD_INVALID_CHILD' file='xmlerror' value='515' type='xmlParserErrors' info='515'/>
4637*7c568831SAndroid Build Coastguard Worker    <enum name='XML_DTD_INVALID_DEFAULT' file='xmlerror' value='516' type='xmlParserErrors' info='516'/>
4638*7c568831SAndroid Build Coastguard Worker    <enum name='XML_DTD_LOAD_ERROR' file='xmlerror' value='517' type='xmlParserErrors' info='517'/>
4639*7c568831SAndroid Build Coastguard Worker    <enum name='XML_DTD_MISSING_ATTRIBUTE' file='xmlerror' value='518' type='xmlParserErrors' info='518'/>
4640*7c568831SAndroid Build Coastguard Worker    <enum name='XML_DTD_MIXED_CORRUPT' file='xmlerror' value='519' type='xmlParserErrors' info='519'/>
4641*7c568831SAndroid Build Coastguard Worker    <enum name='XML_DTD_MULTIPLE_ID' file='xmlerror' value='520' type='xmlParserErrors' info='520'/>
4642*7c568831SAndroid Build Coastguard Worker    <enum name='XML_DTD_NODE' file='tree' value='14' type='xmlElementType'/>
4643*7c568831SAndroid Build Coastguard Worker    <enum name='XML_DTD_NOTATION_REDEFINED' file='xmlerror' value='526' type='xmlParserErrors' info='526'/>
4644*7c568831SAndroid Build Coastguard Worker    <enum name='XML_DTD_NOTATION_VALUE' file='xmlerror' value='527' type='xmlParserErrors' info='527'/>
4645*7c568831SAndroid Build Coastguard Worker    <enum name='XML_DTD_NOT_EMPTY' file='xmlerror' value='528' type='xmlParserErrors' info='528'/>
4646*7c568831SAndroid Build Coastguard Worker    <enum name='XML_DTD_NOT_PCDATA' file='xmlerror' value='529' type='xmlParserErrors' info='529'/>
4647*7c568831SAndroid Build Coastguard Worker    <enum name='XML_DTD_NOT_STANDALONE' file='xmlerror' value='530' type='xmlParserErrors' info='530'/>
4648*7c568831SAndroid Build Coastguard Worker    <enum name='XML_DTD_NO_DOC' file='xmlerror' value='521' type='xmlParserErrors' info='521'/>
4649*7c568831SAndroid Build Coastguard Worker    <enum name='XML_DTD_NO_DTD' file='xmlerror' value='522' type='xmlParserErrors' info='522'/>
4650*7c568831SAndroid Build Coastguard Worker    <enum name='XML_DTD_NO_ELEM_NAME' file='xmlerror' value='523' type='xmlParserErrors' info='523'/>
4651*7c568831SAndroid Build Coastguard Worker    <enum name='XML_DTD_NO_PREFIX' file='xmlerror' value='524' type='xmlParserErrors' info='524'/>
4652*7c568831SAndroid Build Coastguard Worker    <enum name='XML_DTD_NO_ROOT' file='xmlerror' value='525' type='xmlParserErrors' info='525'/>
4653*7c568831SAndroid Build Coastguard Worker    <enum name='XML_DTD_ROOT_NAME' file='xmlerror' value='531' type='xmlParserErrors' info='531'/>
4654*7c568831SAndroid Build Coastguard Worker    <enum name='XML_DTD_STANDALONE_DEFAULTED' file='xmlerror' value='538' type='xmlParserErrors' info='538'/>
4655*7c568831SAndroid Build Coastguard Worker    <enum name='XML_DTD_STANDALONE_WHITE_SPACE' file='xmlerror' value='532' type='xmlParserErrors' info='532'/>
4656*7c568831SAndroid Build Coastguard Worker    <enum name='XML_DTD_UNKNOWN_ATTRIBUTE' file='xmlerror' value='533' type='xmlParserErrors' info='533'/>
4657*7c568831SAndroid Build Coastguard Worker    <enum name='XML_DTD_UNKNOWN_ELEM' file='xmlerror' value='534' type='xmlParserErrors' info='534'/>
4658*7c568831SAndroid Build Coastguard Worker    <enum name='XML_DTD_UNKNOWN_ENTITY' file='xmlerror' value='535' type='xmlParserErrors' info='535'/>
4659*7c568831SAndroid Build Coastguard Worker    <enum name='XML_DTD_UNKNOWN_ID' file='xmlerror' value='536' type='xmlParserErrors' info='536'/>
4660*7c568831SAndroid Build Coastguard Worker    <enum name='XML_DTD_UNKNOWN_NOTATION' file='xmlerror' value='537' type='xmlParserErrors' info='537'/>
4661*7c568831SAndroid Build Coastguard Worker    <enum name='XML_DTD_XMLID_TYPE' file='xmlerror' value='540' type='xmlParserErrors' info='540'/>
4662*7c568831SAndroid Build Coastguard Worker    <enum name='XML_DTD_XMLID_VALUE' file='xmlerror' value='539' type='xmlParserErrors' info='539'/>
4663*7c568831SAndroid Build Coastguard Worker    <enum name='XML_ELEMENT_CONTENT_ELEMENT' file='tree' value='2' type='xmlElementContentType'/>
4664*7c568831SAndroid Build Coastguard Worker    <enum name='XML_ELEMENT_CONTENT_MULT' file='tree' value='3' type='xmlElementContentOccur'/>
4665*7c568831SAndroid Build Coastguard Worker    <enum name='XML_ELEMENT_CONTENT_ONCE' file='tree' value='1' type='xmlElementContentOccur'/>
4666*7c568831SAndroid Build Coastguard Worker    <enum name='XML_ELEMENT_CONTENT_OPT' file='tree' value='2' type='xmlElementContentOccur'/>
4667*7c568831SAndroid Build Coastguard Worker    <enum name='XML_ELEMENT_CONTENT_OR' file='tree' value='4' type='xmlElementContentType'/>
4668*7c568831SAndroid Build Coastguard Worker    <enum name='XML_ELEMENT_CONTENT_PCDATA' file='tree' value='1' type='xmlElementContentType'/>
4669*7c568831SAndroid Build Coastguard Worker    <enum name='XML_ELEMENT_CONTENT_PLUS' file='tree' value='4' type='xmlElementContentOccur'/>
4670*7c568831SAndroid Build Coastguard Worker    <enum name='XML_ELEMENT_CONTENT_SEQ' file='tree' value='3' type='xmlElementContentType'/>
4671*7c568831SAndroid Build Coastguard Worker    <enum name='XML_ELEMENT_DECL' file='tree' value='15' type='xmlElementType'/>
4672*7c568831SAndroid Build Coastguard Worker    <enum name='XML_ELEMENT_NODE' file='tree' value='1' type='xmlElementType'/>
4673*7c568831SAndroid Build Coastguard Worker    <enum name='XML_ELEMENT_TYPE_ANY' file='tree' value='2' type='xmlElementTypeVal'/>
4674*7c568831SAndroid Build Coastguard Worker    <enum name='XML_ELEMENT_TYPE_ELEMENT' file='tree' value='4' type='xmlElementTypeVal'/>
4675*7c568831SAndroid Build Coastguard Worker    <enum name='XML_ELEMENT_TYPE_EMPTY' file='tree' value='1' type='xmlElementTypeVal'/>
4676*7c568831SAndroid Build Coastguard Worker    <enum name='XML_ELEMENT_TYPE_MIXED' file='tree' value='3' type='xmlElementTypeVal'/>
4677*7c568831SAndroid Build Coastguard Worker    <enum name='XML_ELEMENT_TYPE_UNDEFINED' file='tree' value='0' type='xmlElementTypeVal'/>
4678*7c568831SAndroid Build Coastguard Worker    <enum name='XML_ENC_ERR_INPUT' file='encoding' value='-2' type='xmlCharEncError'/>
4679*7c568831SAndroid Build Coastguard Worker    <enum name='XML_ENC_ERR_INTERNAL' file='encoding' value='-1' type='xmlCharEncError'/>
4680*7c568831SAndroid Build Coastguard Worker    <enum name='XML_ENC_ERR_MEMORY' file='encoding' value='-4' type='xmlCharEncError'/>
4681*7c568831SAndroid Build Coastguard Worker    <enum name='XML_ENC_ERR_SPACE' file='encoding' value='-3' type='xmlCharEncError'/>
4682*7c568831SAndroid Build Coastguard Worker    <enum name='XML_ENC_ERR_SUCCESS' file='encoding' value='0' type='xmlCharEncError'/>
4683*7c568831SAndroid Build Coastguard Worker    <enum name='XML_ENTITY_DECL' file='tree' value='17' type='xmlElementType'/>
4684*7c568831SAndroid Build Coastguard Worker    <enum name='XML_ENTITY_NODE' file='tree' value='6' type='xmlElementType' info='unused'/>
4685*7c568831SAndroid Build Coastguard Worker    <enum name='XML_ENTITY_REF_NODE' file='tree' value='5' type='xmlElementType'/>
4686*7c568831SAndroid Build Coastguard Worker    <enum name='XML_ERR_ARGUMENT' file='xmlerror' value='115' type='xmlParserErrors' info='115'/>
4687*7c568831SAndroid Build Coastguard Worker    <enum name='XML_ERR_ATTLIST_NOT_FINISHED' file='xmlerror' value='51' type='xmlParserErrors' info='51'/>
4688*7c568831SAndroid Build Coastguard Worker    <enum name='XML_ERR_ATTLIST_NOT_STARTED' file='xmlerror' value='50' type='xmlParserErrors' info='50'/>
4689*7c568831SAndroid Build Coastguard Worker    <enum name='XML_ERR_ATTRIBUTE_NOT_FINISHED' file='xmlerror' value='40' type='xmlParserErrors' info='40'/>
4690*7c568831SAndroid Build Coastguard Worker    <enum name='XML_ERR_ATTRIBUTE_NOT_STARTED' file='xmlerror' value='39' type='xmlParserErrors' info='39'/>
4691*7c568831SAndroid Build Coastguard Worker    <enum name='XML_ERR_ATTRIBUTE_REDEFINED' file='xmlerror' value='42' type='xmlParserErrors' info='42'/>
4692*7c568831SAndroid Build Coastguard Worker    <enum name='XML_ERR_ATTRIBUTE_WITHOUT_VALUE' file='xmlerror' value='41' type='xmlParserErrors' info='41'/>
4693*7c568831SAndroid Build Coastguard Worker    <enum name='XML_ERR_CDATA_NOT_FINISHED' file='xmlerror' value='63' type='xmlParserErrors' info='63'/>
4694*7c568831SAndroid Build Coastguard Worker    <enum name='XML_ERR_CHARREF_AT_EOF' file='xmlerror' value='10' type='xmlParserErrors' info='10'/>
4695*7c568831SAndroid Build Coastguard Worker    <enum name='XML_ERR_CHARREF_IN_DTD' file='xmlerror' value='13' type='xmlParserErrors' info='13'/>
4696*7c568831SAndroid Build Coastguard Worker    <enum name='XML_ERR_CHARREF_IN_EPILOG' file='xmlerror' value='12' type='xmlParserErrors' info='12'/>
4697*7c568831SAndroid Build Coastguard Worker    <enum name='XML_ERR_CHARREF_IN_PROLOG' file='xmlerror' value='11' type='xmlParserErrors' info='11'/>
4698*7c568831SAndroid Build Coastguard Worker    <enum name='XML_ERR_COMMENT_ABRUPTLY_ENDED' file='xmlerror' value='112' type='xmlParserErrors' info='112'/>
4699*7c568831SAndroid Build Coastguard Worker    <enum name='XML_ERR_COMMENT_NOT_FINISHED' file='xmlerror' value='45' type='xmlParserErrors' info='45'/>
4700*7c568831SAndroid Build Coastguard Worker    <enum name='XML_ERR_CONDSEC_INVALID' file='xmlerror' value='83' type='xmlParserErrors' info='83'/>
4701*7c568831SAndroid Build Coastguard Worker    <enum name='XML_ERR_CONDSEC_INVALID_KEYWORD' file='xmlerror' value='95' type='xmlParserErrors' info='95'/>
4702*7c568831SAndroid Build Coastguard Worker    <enum name='XML_ERR_CONDSEC_NOT_FINISHED' file='xmlerror' value='59' type='xmlParserErrors' info='59'/>
4703*7c568831SAndroid Build Coastguard Worker    <enum name='XML_ERR_CONDSEC_NOT_STARTED' file='xmlerror' value='58' type='xmlParserErrors' info='58'/>
4704*7c568831SAndroid Build Coastguard Worker    <enum name='XML_ERR_DOCTYPE_NOT_FINISHED' file='xmlerror' value='61' type='xmlParserErrors' info='61'/>
4705*7c568831SAndroid Build Coastguard Worker    <enum name='XML_ERR_DOCUMENT_EMPTY' file='xmlerror' value='4' type='xmlParserErrors' info='4'/>
4706*7c568831SAndroid Build Coastguard Worker    <enum name='XML_ERR_DOCUMENT_END' file='xmlerror' value='5' type='xmlParserErrors' info='5'/>
4707*7c568831SAndroid Build Coastguard Worker    <enum name='XML_ERR_DOCUMENT_START' file='xmlerror' value='3' type='xmlParserErrors' info='3'/>
4708*7c568831SAndroid Build Coastguard Worker    <enum name='XML_ERR_ELEMCONTENT_NOT_FINISHED' file='xmlerror' value='55' type='xmlParserErrors' info='55'/>
4709*7c568831SAndroid Build Coastguard Worker    <enum name='XML_ERR_ELEMCONTENT_NOT_STARTED' file='xmlerror' value='54' type='xmlParserErrors' info='54'/>
4710*7c568831SAndroid Build Coastguard Worker    <enum name='XML_ERR_ENCODING_NAME' file='xmlerror' value='79' type='xmlParserErrors' info='79'/>
4711*7c568831SAndroid Build Coastguard Worker    <enum name='XML_ERR_ENTITYREF_AT_EOF' file='xmlerror' value='14' type='xmlParserErrors' info='14'/>
4712*7c568831SAndroid Build Coastguard Worker    <enum name='XML_ERR_ENTITYREF_IN_DTD' file='xmlerror' value='17' type='xmlParserErrors' info='17'/>
4713*7c568831SAndroid Build Coastguard Worker    <enum name='XML_ERR_ENTITYREF_IN_EPILOG' file='xmlerror' value='16' type='xmlParserErrors' info='16'/>
4714*7c568831SAndroid Build Coastguard Worker    <enum name='XML_ERR_ENTITYREF_IN_PROLOG' file='xmlerror' value='15' type='xmlParserErrors' info='15'/>
4715*7c568831SAndroid Build Coastguard Worker    <enum name='XML_ERR_ENTITYREF_NO_NAME' file='xmlerror' value='22' type='xmlParserErrors' info='22'/>
4716*7c568831SAndroid Build Coastguard Worker    <enum name='XML_ERR_ENTITYREF_SEMICOL_MISSING' file='xmlerror' value='23' type='xmlParserErrors' info='23'/>
4717*7c568831SAndroid Build Coastguard Worker    <enum name='XML_ERR_ENTITY_BOUNDARY' file='xmlerror' value='90' type='xmlParserErrors' info='90'/>
4718*7c568831SAndroid Build Coastguard Worker    <enum name='XML_ERR_ENTITY_CHAR_ERROR' file='xmlerror' value='87' type='xmlParserErrors' info='87'/>
4719*7c568831SAndroid Build Coastguard Worker    <enum name='XML_ERR_ENTITY_IS_EXTERNAL' file='xmlerror' value='29' type='xmlParserErrors' info='29'/>
4720*7c568831SAndroid Build Coastguard Worker    <enum name='XML_ERR_ENTITY_IS_PARAMETER' file='xmlerror' value='30' type='xmlParserErrors' info='30'/>
4721*7c568831SAndroid Build Coastguard Worker    <enum name='XML_ERR_ENTITY_LOOP' file='xmlerror' value='89' type='xmlParserErrors' info='89'/>
4722*7c568831SAndroid Build Coastguard Worker    <enum name='XML_ERR_ENTITY_NOT_FINISHED' file='xmlerror' value='37' type='xmlParserErrors' info='37'/>
4723*7c568831SAndroid Build Coastguard Worker    <enum name='XML_ERR_ENTITY_NOT_STARTED' file='xmlerror' value='36' type='xmlParserErrors' info='36'/>
4724*7c568831SAndroid Build Coastguard Worker    <enum name='XML_ERR_ENTITY_PE_INTERNAL' file='xmlerror' value='88' type='xmlParserErrors' info='88'/>
4725*7c568831SAndroid Build Coastguard Worker    <enum name='XML_ERR_ENTITY_PROCESSING' file='xmlerror' value='104' type='xmlParserErrors' info='104'/>
4726*7c568831SAndroid Build Coastguard Worker    <enum name='XML_ERR_EQUAL_REQUIRED' file='xmlerror' value='75' type='xmlParserErrors' info='75'/>
4727*7c568831SAndroid Build Coastguard Worker    <enum name='XML_ERR_ERROR' file='xmlerror' value='2' type='xmlErrorLevel' info='A recoverable error'/>
4728*7c568831SAndroid Build Coastguard Worker    <enum name='XML_ERR_EXTRA_CONTENT' file='xmlerror' value='86' type='xmlParserErrors' info='86'/>
4729*7c568831SAndroid Build Coastguard Worker    <enum name='XML_ERR_EXT_ENTITY_STANDALONE' file='xmlerror' value='82' type='xmlParserErrors' info='82'/>
4730*7c568831SAndroid Build Coastguard Worker    <enum name='XML_ERR_EXT_SUBSET_NOT_FINISHED' file='xmlerror' value='60' type='xmlParserErrors' info='60'/>
4731*7c568831SAndroid Build Coastguard Worker    <enum name='XML_ERR_FATAL' file='xmlerror' value='3' type='xmlErrorLevel' info=' A fatal error'/>
4732*7c568831SAndroid Build Coastguard Worker    <enum name='XML_ERR_GT_REQUIRED' file='xmlerror' value='73' type='xmlParserErrors' info='73'/>
4733*7c568831SAndroid Build Coastguard Worker    <enum name='XML_ERR_HYPHEN_IN_COMMENT' file='xmlerror' value='80' type='xmlParserErrors' info='80'/>
4734*7c568831SAndroid Build Coastguard Worker    <enum name='XML_ERR_INTERNAL_ERROR' file='xmlerror' value='1' type='xmlParserErrors' info='1'/>
4735*7c568831SAndroid Build Coastguard Worker    <enum name='XML_ERR_INT_SUBSET_NOT_FINISHED' file='xmlerror' value='118' type='xmlParserErrors' info='118'/>
4736*7c568831SAndroid Build Coastguard Worker    <enum name='XML_ERR_INVALID_CHAR' file='xmlerror' value='9' type='xmlParserErrors' info='9'/>
4737*7c568831SAndroid Build Coastguard Worker    <enum name='XML_ERR_INVALID_CHARREF' file='xmlerror' value='8' type='xmlParserErrors' info='8'/>
4738*7c568831SAndroid Build Coastguard Worker    <enum name='XML_ERR_INVALID_DEC_CHARREF' file='xmlerror' value='7' type='xmlParserErrors' info='7'/>
4739*7c568831SAndroid Build Coastguard Worker    <enum name='XML_ERR_INVALID_ENCODING' file='xmlerror' value='81' type='xmlParserErrors' info='81'/>
4740*7c568831SAndroid Build Coastguard Worker    <enum name='XML_ERR_INVALID_HEX_CHARREF' file='xmlerror' value='6' type='xmlParserErrors' info='6'/>
4741*7c568831SAndroid Build Coastguard Worker    <enum name='XML_ERR_INVALID_URI' file='xmlerror' value='91' type='xmlParserErrors' info='91'/>
4742*7c568831SAndroid Build Coastguard Worker    <enum name='XML_ERR_LITERAL_NOT_FINISHED' file='xmlerror' value='44' type='xmlParserErrors' info='44'/>
4743*7c568831SAndroid Build Coastguard Worker    <enum name='XML_ERR_LITERAL_NOT_STARTED' file='xmlerror' value='43' type='xmlParserErrors' info='43'/>
4744*7c568831SAndroid Build Coastguard Worker    <enum name='XML_ERR_LTSLASH_REQUIRED' file='xmlerror' value='74' type='xmlParserErrors' info='74'/>
4745*7c568831SAndroid Build Coastguard Worker    <enum name='XML_ERR_LT_IN_ATTRIBUTE' file='xmlerror' value='38' type='xmlParserErrors' info='38'/>
4746*7c568831SAndroid Build Coastguard Worker    <enum name='XML_ERR_LT_REQUIRED' file='xmlerror' value='72' type='xmlParserErrors' info='72'/>
4747*7c568831SAndroid Build Coastguard Worker    <enum name='XML_ERR_MISPLACED_CDATA_END' file='xmlerror' value='62' type='xmlParserErrors' info='62'/>
4748*7c568831SAndroid Build Coastguard Worker    <enum name='XML_ERR_MISSING_ENCODING' file='xmlerror' value='101' type='xmlParserErrors' info='101'/>
4749*7c568831SAndroid Build Coastguard Worker    <enum name='XML_ERR_MIXED_NOT_FINISHED' file='xmlerror' value='53' type='xmlParserErrors' info='53'/>
4750*7c568831SAndroid Build Coastguard Worker    <enum name='XML_ERR_MIXED_NOT_STARTED' file='xmlerror' value='52' type='xmlParserErrors' info='52'/>
4751*7c568831SAndroid Build Coastguard Worker    <enum name='XML_ERR_NAME_REQUIRED' file='xmlerror' value='68' type='xmlParserErrors' info='68'/>
4752*7c568831SAndroid Build Coastguard Worker    <enum name='XML_ERR_NAME_TOO_LONG' file='xmlerror' value='110' type='xmlParserErrors' info='110'/>
4753*7c568831SAndroid Build Coastguard Worker    <enum name='XML_ERR_NMTOKEN_REQUIRED' file='xmlerror' value='67' type='xmlParserErrors' info='67'/>
4754*7c568831SAndroid Build Coastguard Worker    <enum name='XML_ERR_NONE' file='xmlerror' value='0' type='xmlErrorLevel'/>
4755*7c568831SAndroid Build Coastguard Worker    <enum name='XML_ERR_NOTATION_NOT_FINISHED' file='xmlerror' value='49' type='xmlParserErrors' info='49'/>
4756*7c568831SAndroid Build Coastguard Worker    <enum name='XML_ERR_NOTATION_NOT_STARTED' file='xmlerror' value='48' type='xmlParserErrors' info='48'/>
4757*7c568831SAndroid Build Coastguard Worker    <enum name='XML_ERR_NOTATION_PROCESSING' file='xmlerror' value='105' type='xmlParserErrors' info='105'/>
4758*7c568831SAndroid Build Coastguard Worker    <enum name='XML_ERR_NOT_STANDALONE' file='xmlerror' value='103' type='xmlParserErrors' info='103'/>
4759*7c568831SAndroid Build Coastguard Worker    <enum name='XML_ERR_NOT_WELL_BALANCED' file='xmlerror' value='85' type='xmlParserErrors' info='85'/>
4760*7c568831SAndroid Build Coastguard Worker    <enum name='XML_ERR_NO_DTD' file='xmlerror' value='94' type='xmlParserErrors' info='94'/>
4761*7c568831SAndroid Build Coastguard Worker    <enum name='XML_ERR_NO_MEMORY' file='xmlerror' value='2' type='xmlParserErrors' info='2'/>
4762*7c568831SAndroid Build Coastguard Worker    <enum name='XML_ERR_NS_DECL_ERROR' file='xmlerror' value='35' type='xmlParserErrors' info='35'/>
4763*7c568831SAndroid Build Coastguard Worker    <enum name='XML_ERR_OK' file='xmlerror' value='0' type='xmlParserErrors'/>
4764*7c568831SAndroid Build Coastguard Worker    <enum name='XML_ERR_PCDATA_REQUIRED' file='xmlerror' value='69' type='xmlParserErrors' info='69'/>
4765*7c568831SAndroid Build Coastguard Worker    <enum name='XML_ERR_PEREF_AT_EOF' file='xmlerror' value='18' type='xmlParserErrors' info='18'/>
4766*7c568831SAndroid Build Coastguard Worker    <enum name='XML_ERR_PEREF_IN_EPILOG' file='xmlerror' value='20' type='xmlParserErrors' info='20'/>
4767*7c568831SAndroid Build Coastguard Worker    <enum name='XML_ERR_PEREF_IN_INT_SUBSET' file='xmlerror' value='21' type='xmlParserErrors' info='21'/>
4768*7c568831SAndroid Build Coastguard Worker    <enum name='XML_ERR_PEREF_IN_PROLOG' file='xmlerror' value='19' type='xmlParserErrors' info='19'/>
4769*7c568831SAndroid Build Coastguard Worker    <enum name='XML_ERR_PEREF_NO_NAME' file='xmlerror' value='24' type='xmlParserErrors' info='24'/>
4770*7c568831SAndroid Build Coastguard Worker    <enum name='XML_ERR_PEREF_SEMICOL_MISSING' file='xmlerror' value='25' type='xmlParserErrors' info='25'/>
4771*7c568831SAndroid Build Coastguard Worker    <enum name='XML_ERR_PI_NOT_FINISHED' file='xmlerror' value='47' type='xmlParserErrors' info='47'/>
4772*7c568831SAndroid Build Coastguard Worker    <enum name='XML_ERR_PI_NOT_STARTED' file='xmlerror' value='46' type='xmlParserErrors' info='46'/>
4773*7c568831SAndroid Build Coastguard Worker    <enum name='XML_ERR_PUBID_REQUIRED' file='xmlerror' value='71' type='xmlParserErrors' info='71'/>
4774*7c568831SAndroid Build Coastguard Worker    <enum name='XML_ERR_REDECL_PREDEF_ENTITY' file='xmlerror' value='117' type='xmlParserErrors' info='117'/>
4775*7c568831SAndroid Build Coastguard Worker    <enum name='XML_ERR_RESERVED_XML_NAME' file='xmlerror' value='64' type='xmlParserErrors' info='64'/>
4776*7c568831SAndroid Build Coastguard Worker    <enum name='XML_ERR_RESOURCE_LIMIT' file='xmlerror' value='114' type='xmlParserErrors' info='114'/>
4777*7c568831SAndroid Build Coastguard Worker    <enum name='XML_ERR_SEPARATOR_REQUIRED' file='xmlerror' value='66' type='xmlParserErrors' info='66'/>
4778*7c568831SAndroid Build Coastguard Worker    <enum name='XML_ERR_SPACE_REQUIRED' file='xmlerror' value='65' type='xmlParserErrors' info='65'/>
4779*7c568831SAndroid Build Coastguard Worker    <enum name='XML_ERR_STANDALONE_VALUE' file='xmlerror' value='78' type='xmlParserErrors' info='78'/>
4780*7c568831SAndroid Build Coastguard Worker    <enum name='XML_ERR_STRING_NOT_CLOSED' file='xmlerror' value='34' type='xmlParserErrors' info='34'/>
4781*7c568831SAndroid Build Coastguard Worker    <enum name='XML_ERR_STRING_NOT_STARTED' file='xmlerror' value='33' type='xmlParserErrors' info='33'/>
4782*7c568831SAndroid Build Coastguard Worker    <enum name='XML_ERR_SYSTEM' file='xmlerror' value='116' type='xmlParserErrors' info='116'/>
4783*7c568831SAndroid Build Coastguard Worker    <enum name='XML_ERR_TAG_NAME_MISMATCH' file='xmlerror' value='76' type='xmlParserErrors' info='76'/>
4784*7c568831SAndroid Build Coastguard Worker    <enum name='XML_ERR_TAG_NOT_FINISHED' file='xmlerror' value='77' type='xmlParserErrors' info='77'/>
4785*7c568831SAndroid Build Coastguard Worker    <enum name='XML_ERR_UNDECLARED_ENTITY' file='xmlerror' value='26' type='xmlParserErrors' info='26'/>
4786*7c568831SAndroid Build Coastguard Worker    <enum name='XML_ERR_UNKNOWN_ENCODING' file='xmlerror' value='31' type='xmlParserErrors' info='31'/>
4787*7c568831SAndroid Build Coastguard Worker    <enum name='XML_ERR_UNKNOWN_VERSION' file='xmlerror' value='108' type='xmlParserErrors' info='108'/>
4788*7c568831SAndroid Build Coastguard Worker    <enum name='XML_ERR_UNPARSED_ENTITY' file='xmlerror' value='28' type='xmlParserErrors' info='28'/>
4789*7c568831SAndroid Build Coastguard Worker    <enum name='XML_ERR_UNSUPPORTED_ENCODING' file='xmlerror' value='32' type='xmlParserErrors' info='32'/>
4790*7c568831SAndroid Build Coastguard Worker    <enum name='XML_ERR_URI_FRAGMENT' file='xmlerror' value='92' type='xmlParserErrors' info='92'/>
4791*7c568831SAndroid Build Coastguard Worker    <enum name='XML_ERR_URI_REQUIRED' file='xmlerror' value='70' type='xmlParserErrors' info='70'/>
4792*7c568831SAndroid Build Coastguard Worker    <enum name='XML_ERR_USER_STOP' file='xmlerror' value='111' type='xmlParserErrors' info='111'/>
4793*7c568831SAndroid Build Coastguard Worker    <enum name='XML_ERR_VALUE_REQUIRED' file='xmlerror' value='84' type='xmlParserErrors' info='84'/>
4794*7c568831SAndroid Build Coastguard Worker    <enum name='XML_ERR_VERSION_MISMATCH' file='xmlerror' value='109' type='xmlParserErrors' info='109'/>
4795*7c568831SAndroid Build Coastguard Worker    <enum name='XML_ERR_VERSION_MISSING' file='xmlerror' value='96' type='xmlParserErrors' info='96'/>
4796*7c568831SAndroid Build Coastguard Worker    <enum name='XML_ERR_WARNING' file='xmlerror' value='1' type='xmlErrorLevel' info='A simple warning'/>
4797*7c568831SAndroid Build Coastguard Worker    <enum name='XML_ERR_XMLDECL_NOT_FINISHED' file='xmlerror' value='57' type='xmlParserErrors' info='57'/>
4798*7c568831SAndroid Build Coastguard Worker    <enum name='XML_ERR_XMLDECL_NOT_STARTED' file='xmlerror' value='56' type='xmlParserErrors' info='56'/>
4799*7c568831SAndroid Build Coastguard Worker    <enum name='XML_EXTERNAL_GENERAL_PARSED_ENTITY' file='entities' value='2' type='xmlEntityType'/>
4800*7c568831SAndroid Build Coastguard Worker    <enum name='XML_EXTERNAL_GENERAL_UNPARSED_ENTITY' file='entities' value='3' type='xmlEntityType'/>
4801*7c568831SAndroid Build Coastguard Worker    <enum name='XML_EXTERNAL_PARAMETER_ENTITY' file='entities' value='5' type='xmlEntityType'/>
4802*7c568831SAndroid Build Coastguard Worker    <enum name='XML_FROM_BUFFER' file='xmlerror' value='29' type='xmlErrorDomain' info='The buffers module'/>
4803*7c568831SAndroid Build Coastguard Worker    <enum name='XML_FROM_C14N' file='xmlerror' value='21' type='xmlErrorDomain' info='The Canonicalization module'/>
4804*7c568831SAndroid Build Coastguard Worker    <enum name='XML_FROM_CATALOG' file='xmlerror' value='20' type='xmlErrorDomain' info='The Catalog module'/>
4805*7c568831SAndroid Build Coastguard Worker    <enum name='XML_FROM_CHECK' file='xmlerror' value='24' type='xmlErrorDomain' info='The error checking module'/>
4806*7c568831SAndroid Build Coastguard Worker    <enum name='XML_FROM_DATATYPE' file='xmlerror' value='15' type='xmlErrorDomain' info='The W3C XML Schemas Datatype module'/>
4807*7c568831SAndroid Build Coastguard Worker    <enum name='XML_FROM_DTD' file='xmlerror' value='4' type='xmlErrorDomain' info='The XML DTD validation with parser contex'/>
4808*7c568831SAndroid Build Coastguard Worker    <enum name='XML_FROM_FTP' file='xmlerror' value='9' type='xmlErrorDomain' info='The FTP module'/>
4809*7c568831SAndroid Build Coastguard Worker    <enum name='XML_FROM_HTML' file='xmlerror' value='5' type='xmlErrorDomain' info='The HTML parser'/>
4810*7c568831SAndroid Build Coastguard Worker    <enum name='XML_FROM_HTTP' file='xmlerror' value='10' type='xmlErrorDomain' info='The HTTP module'/>
4811*7c568831SAndroid Build Coastguard Worker    <enum name='XML_FROM_I18N' file='xmlerror' value='27' type='xmlErrorDomain' info='The module handling character conversion'/>
4812*7c568831SAndroid Build Coastguard Worker    <enum name='XML_FROM_IO' file='xmlerror' value='8' type='xmlErrorDomain' info='The Input/Output stack'/>
4813*7c568831SAndroid Build Coastguard Worker    <enum name='XML_FROM_MEMORY' file='xmlerror' value='6' type='xmlErrorDomain' info='The memory allocator'/>
4814*7c568831SAndroid Build Coastguard Worker    <enum name='XML_FROM_MODULE' file='xmlerror' value='26' type='xmlErrorDomain' info='The dynamically loaded module modul'/>
4815*7c568831SAndroid Build Coastguard Worker    <enum name='XML_FROM_NAMESPACE' file='xmlerror' value='3' type='xmlErrorDomain' info='The XML Namespace module'/>
4816*7c568831SAndroid Build Coastguard Worker    <enum name='XML_FROM_NONE' file='xmlerror' value='0' type='xmlErrorDomain'/>
4817*7c568831SAndroid Build Coastguard Worker    <enum name='XML_FROM_OUTPUT' file='xmlerror' value='7' type='xmlErrorDomain' info='The serialization code'/>
4818*7c568831SAndroid Build Coastguard Worker    <enum name='XML_FROM_PARSER' file='xmlerror' value='1' type='xmlErrorDomain' info='The XML parser'/>
4819*7c568831SAndroid Build Coastguard Worker    <enum name='XML_FROM_REGEXP' file='xmlerror' value='14' type='xmlErrorDomain' info='The regular expressions module'/>
4820*7c568831SAndroid Build Coastguard Worker    <enum name='XML_FROM_RELAXNGP' file='xmlerror' value='18' type='xmlErrorDomain' info='The Relax-NG parser module'/>
4821*7c568831SAndroid Build Coastguard Worker    <enum name='XML_FROM_RELAXNGV' file='xmlerror' value='19' type='xmlErrorDomain' info='The Relax-NG validator module'/>
4822*7c568831SAndroid Build Coastguard Worker    <enum name='XML_FROM_SCHEMASP' file='xmlerror' value='16' type='xmlErrorDomain' info='The W3C XML Schemas parser module'/>
4823*7c568831SAndroid Build Coastguard Worker    <enum name='XML_FROM_SCHEMASV' file='xmlerror' value='17' type='xmlErrorDomain' info='The W3C XML Schemas validation module'/>
4824*7c568831SAndroid Build Coastguard Worker    <enum name='XML_FROM_SCHEMATRONV' file='xmlerror' value='28' type='xmlErrorDomain' info='The Schematron validator module'/>
4825*7c568831SAndroid Build Coastguard Worker    <enum name='XML_FROM_TREE' file='xmlerror' value='2' type='xmlErrorDomain' info='The tree module'/>
4826*7c568831SAndroid Build Coastguard Worker    <enum name='XML_FROM_URI' file='xmlerror' value='30' type='xmlErrorDomain' info=' The URI module'/>
4827*7c568831SAndroid Build Coastguard Worker    <enum name='XML_FROM_VALID' file='xmlerror' value='23' type='xmlErrorDomain' info='The XML DTD validation with valid context'/>
4828*7c568831SAndroid Build Coastguard Worker    <enum name='XML_FROM_WRITER' file='xmlerror' value='25' type='xmlErrorDomain' info='The xmlwriter module'/>
4829*7c568831SAndroid Build Coastguard Worker    <enum name='XML_FROM_XINCLUDE' file='xmlerror' value='11' type='xmlErrorDomain' info='The XInclude processing'/>
4830*7c568831SAndroid Build Coastguard Worker    <enum name='XML_FROM_XPATH' file='xmlerror' value='12' type='xmlErrorDomain' info='The XPath module'/>
4831*7c568831SAndroid Build Coastguard Worker    <enum name='XML_FROM_XPOINTER' file='xmlerror' value='13' type='xmlErrorDomain' info='The XPointer module'/>
4832*7c568831SAndroid Build Coastguard Worker    <enum name='XML_FROM_XSLT' file='xmlerror' value='22' type='xmlErrorDomain' info='The XSLT engine from libxslt'/>
4833*7c568831SAndroid Build Coastguard Worker    <enum name='XML_FTP_ACCNT' file='xmlerror' value='2002' type='xmlParserErrors' info='2002'/>
4834*7c568831SAndroid Build Coastguard Worker    <enum name='XML_FTP_EPSV_ANSWER' file='xmlerror' value='2001' type='xmlParserErrors' info='2001'/>
4835*7c568831SAndroid Build Coastguard Worker    <enum name='XML_FTP_PASV_ANSWER' file='xmlerror' value='2000' type='xmlParserErrors'/>
4836*7c568831SAndroid Build Coastguard Worker    <enum name='XML_FTP_URL_SYNTAX' file='xmlerror' value='2003' type='xmlParserErrors' info='2003'/>
4837*7c568831SAndroid Build Coastguard Worker    <enum name='XML_HTML_DOCUMENT_NODE' file='tree' value='13' type='xmlElementType'/>
4838*7c568831SAndroid Build Coastguard Worker    <enum name='XML_HTML_INCORRECTLY_OPENED_COMMENT' file='xmlerror' value='802' type='xmlParserErrors' info='802'/>
4839*7c568831SAndroid Build Coastguard Worker    <enum name='XML_HTML_STRUCURE_ERROR' file='xmlerror' value='800' type='xmlParserErrors'/>
4840*7c568831SAndroid Build Coastguard Worker    <enum name='XML_HTML_UNKNOWN_TAG' file='xmlerror' value='801' type='xmlParserErrors' info='801'/>
4841*7c568831SAndroid Build Coastguard Worker    <enum name='XML_HTTP_UNKNOWN_HOST' file='xmlerror' value='2022' type='xmlParserErrors' info='2022'/>
4842*7c568831SAndroid Build Coastguard Worker    <enum name='XML_HTTP_URL_SYNTAX' file='xmlerror' value='2020' type='xmlParserErrors'/>
4843*7c568831SAndroid Build Coastguard Worker    <enum name='XML_HTTP_USE_IP' file='xmlerror' value='2021' type='xmlParserErrors' info='2021'/>
4844*7c568831SAndroid Build Coastguard Worker    <enum name='XML_I18N_CONV_FAILED' file='xmlerror' value='6003' type='xmlParserErrors' info='6003'/>
4845*7c568831SAndroid Build Coastguard Worker    <enum name='XML_I18N_EXCESS_HANDLER' file='xmlerror' value='6002' type='xmlParserErrors' info='6002'/>
4846*7c568831SAndroid Build Coastguard Worker    <enum name='XML_I18N_NO_HANDLER' file='xmlerror' value='6001' type='xmlParserErrors' info='6001'/>
4847*7c568831SAndroid Build Coastguard Worker    <enum name='XML_I18N_NO_NAME' file='xmlerror' value='6000' type='xmlParserErrors'/>
4848*7c568831SAndroid Build Coastguard Worker    <enum name='XML_I18N_NO_OUTPUT' file='xmlerror' value='6004' type='xmlParserErrors' info='6004'/>
4849*7c568831SAndroid Build Coastguard Worker    <enum name='XML_INTERNAL_GENERAL_ENTITY' file='entities' value='1' type='xmlEntityType'/>
4850*7c568831SAndroid Build Coastguard Worker    <enum name='XML_INTERNAL_PARAMETER_ENTITY' file='entities' value='4' type='xmlEntityType'/>
4851*7c568831SAndroid Build Coastguard Worker    <enum name='XML_INTERNAL_PREDEFINED_ENTITY' file='entities' value='6' type='xmlEntityType'/>
4852*7c568831SAndroid Build Coastguard Worker    <enum name='XML_IO_BUFFER_FULL' file='xmlerror' value='1548' type='xmlParserErrors' info='1548'/>
4853*7c568831SAndroid Build Coastguard Worker    <enum name='XML_IO_EACCES' file='xmlerror' value='1501' type='xmlParserErrors' info='1501'/>
4854*7c568831SAndroid Build Coastguard Worker    <enum name='XML_IO_EADDRINUSE' file='xmlerror' value='1554' type='xmlParserErrors' info='1554'/>
4855*7c568831SAndroid Build Coastguard Worker    <enum name='XML_IO_EAFNOSUPPORT' file='xmlerror' value='1556' type='xmlParserErrors' info='1556'/>
4856*7c568831SAndroid Build Coastguard Worker    <enum name='XML_IO_EAGAIN' file='xmlerror' value='1502' type='xmlParserErrors' info='1502'/>
4857*7c568831SAndroid Build Coastguard Worker    <enum name='XML_IO_EALREADY' file='xmlerror' value='1555' type='xmlParserErrors' info='1555'/>
4858*7c568831SAndroid Build Coastguard Worker    <enum name='XML_IO_EBADF' file='xmlerror' value='1503' type='xmlParserErrors' info='1503'/>
4859*7c568831SAndroid Build Coastguard Worker    <enum name='XML_IO_EBADMSG' file='xmlerror' value='1504' type='xmlParserErrors' info='1504'/>
4860*7c568831SAndroid Build Coastguard Worker    <enum name='XML_IO_EBUSY' file='xmlerror' value='1505' type='xmlParserErrors' info='1505'/>
4861*7c568831SAndroid Build Coastguard Worker    <enum name='XML_IO_ECANCELED' file='xmlerror' value='1506' type='xmlParserErrors' info='1506'/>
4862*7c568831SAndroid Build Coastguard Worker    <enum name='XML_IO_ECHILD' file='xmlerror' value='1507' type='xmlParserErrors' info='1507'/>
4863*7c568831SAndroid Build Coastguard Worker    <enum name='XML_IO_ECONNREFUSED' file='xmlerror' value='1552' type='xmlParserErrors' info='1552'/>
4864*7c568831SAndroid Build Coastguard Worker    <enum name='XML_IO_EDEADLK' file='xmlerror' value='1508' type='xmlParserErrors' info='1508'/>
4865*7c568831SAndroid Build Coastguard Worker    <enum name='XML_IO_EDOM' file='xmlerror' value='1509' type='xmlParserErrors' info='1509'/>
4866*7c568831SAndroid Build Coastguard Worker    <enum name='XML_IO_EEXIST' file='xmlerror' value='1510' type='xmlParserErrors' info='1510'/>
4867*7c568831SAndroid Build Coastguard Worker    <enum name='XML_IO_EFAULT' file='xmlerror' value='1511' type='xmlParserErrors' info='1511'/>
4868*7c568831SAndroid Build Coastguard Worker    <enum name='XML_IO_EFBIG' file='xmlerror' value='1512' type='xmlParserErrors' info='1512'/>
4869*7c568831SAndroid Build Coastguard Worker    <enum name='XML_IO_EINPROGRESS' file='xmlerror' value='1513' type='xmlParserErrors' info='1513'/>
4870*7c568831SAndroid Build Coastguard Worker    <enum name='XML_IO_EINTR' file='xmlerror' value='1514' type='xmlParserErrors' info='1514'/>
4871*7c568831SAndroid Build Coastguard Worker    <enum name='XML_IO_EINVAL' file='xmlerror' value='1515' type='xmlParserErrors' info='1515'/>
4872*7c568831SAndroid Build Coastguard Worker    <enum name='XML_IO_EIO' file='xmlerror' value='1516' type='xmlParserErrors' info='1516'/>
4873*7c568831SAndroid Build Coastguard Worker    <enum name='XML_IO_EISCONN' file='xmlerror' value='1551' type='xmlParserErrors' info='1551'/>
4874*7c568831SAndroid Build Coastguard Worker    <enum name='XML_IO_EISDIR' file='xmlerror' value='1517' type='xmlParserErrors' info='1517'/>
4875*7c568831SAndroid Build Coastguard Worker    <enum name='XML_IO_EMFILE' file='xmlerror' value='1518' type='xmlParserErrors' info='1518'/>
4876*7c568831SAndroid Build Coastguard Worker    <enum name='XML_IO_EMLINK' file='xmlerror' value='1519' type='xmlParserErrors' info='1519'/>
4877*7c568831SAndroid Build Coastguard Worker    <enum name='XML_IO_EMSGSIZE' file='xmlerror' value='1520' type='xmlParserErrors' info='1520'/>
4878*7c568831SAndroid Build Coastguard Worker    <enum name='XML_IO_ENAMETOOLONG' file='xmlerror' value='1521' type='xmlParserErrors' info='1521'/>
4879*7c568831SAndroid Build Coastguard Worker    <enum name='XML_IO_ENCODER' file='xmlerror' value='1544' type='xmlParserErrors' info='1544'/>
4880*7c568831SAndroid Build Coastguard Worker    <enum name='XML_IO_ENETUNREACH' file='xmlerror' value='1553' type='xmlParserErrors' info='1553'/>
4881*7c568831SAndroid Build Coastguard Worker    <enum name='XML_IO_ENFILE' file='xmlerror' value='1522' type='xmlParserErrors' info='1522'/>
4882*7c568831SAndroid Build Coastguard Worker    <enum name='XML_IO_ENODEV' file='xmlerror' value='1523' type='xmlParserErrors' info='1523'/>
4883*7c568831SAndroid Build Coastguard Worker    <enum name='XML_IO_ENOENT' file='xmlerror' value='1524' type='xmlParserErrors' info='1524'/>
4884*7c568831SAndroid Build Coastguard Worker    <enum name='XML_IO_ENOEXEC' file='xmlerror' value='1525' type='xmlParserErrors' info='1525'/>
4885*7c568831SAndroid Build Coastguard Worker    <enum name='XML_IO_ENOLCK' file='xmlerror' value='1526' type='xmlParserErrors' info='1526'/>
4886*7c568831SAndroid Build Coastguard Worker    <enum name='XML_IO_ENOMEM' file='xmlerror' value='1527' type='xmlParserErrors' info='1527'/>
4887*7c568831SAndroid Build Coastguard Worker    <enum name='XML_IO_ENOSPC' file='xmlerror' value='1528' type='xmlParserErrors' info='1528'/>
4888*7c568831SAndroid Build Coastguard Worker    <enum name='XML_IO_ENOSYS' file='xmlerror' value='1529' type='xmlParserErrors' info='1529'/>
4889*7c568831SAndroid Build Coastguard Worker    <enum name='XML_IO_ENOTDIR' file='xmlerror' value='1530' type='xmlParserErrors' info='1530'/>
4890*7c568831SAndroid Build Coastguard Worker    <enum name='XML_IO_ENOTEMPTY' file='xmlerror' value='1531' type='xmlParserErrors' info='1531'/>
4891*7c568831SAndroid Build Coastguard Worker    <enum name='XML_IO_ENOTSOCK' file='xmlerror' value='1550' type='xmlParserErrors' info='1550'/>
4892*7c568831SAndroid Build Coastguard Worker    <enum name='XML_IO_ENOTSUP' file='xmlerror' value='1532' type='xmlParserErrors' info='1532'/>
4893*7c568831SAndroid Build Coastguard Worker    <enum name='XML_IO_ENOTTY' file='xmlerror' value='1533' type='xmlParserErrors' info='1533'/>
4894*7c568831SAndroid Build Coastguard Worker    <enum name='XML_IO_ENXIO' file='xmlerror' value='1534' type='xmlParserErrors' info='1534'/>
4895*7c568831SAndroid Build Coastguard Worker    <enum name='XML_IO_EPERM' file='xmlerror' value='1535' type='xmlParserErrors' info='1535'/>
4896*7c568831SAndroid Build Coastguard Worker    <enum name='XML_IO_EPIPE' file='xmlerror' value='1536' type='xmlParserErrors' info='1536'/>
4897*7c568831SAndroid Build Coastguard Worker    <enum name='XML_IO_ERANGE' file='xmlerror' value='1537' type='xmlParserErrors' info='1537'/>
4898*7c568831SAndroid Build Coastguard Worker    <enum name='XML_IO_EROFS' file='xmlerror' value='1538' type='xmlParserErrors' info='1538'/>
4899*7c568831SAndroid Build Coastguard Worker    <enum name='XML_IO_ESPIPE' file='xmlerror' value='1539' type='xmlParserErrors' info='1539'/>
4900*7c568831SAndroid Build Coastguard Worker    <enum name='XML_IO_ESRCH' file='xmlerror' value='1540' type='xmlParserErrors' info='1540'/>
4901*7c568831SAndroid Build Coastguard Worker    <enum name='XML_IO_ETIMEDOUT' file='xmlerror' value='1541' type='xmlParserErrors' info='1541'/>
4902*7c568831SAndroid Build Coastguard Worker    <enum name='XML_IO_EXDEV' file='xmlerror' value='1542' type='xmlParserErrors' info='1542'/>
4903*7c568831SAndroid Build Coastguard Worker    <enum name='XML_IO_FLUSH' file='xmlerror' value='1545' type='xmlParserErrors' info='1545'/>
4904*7c568831SAndroid Build Coastguard Worker    <enum name='XML_IO_LOAD_ERROR' file='xmlerror' value='1549' type='xmlParserErrors' info='1549'/>
4905*7c568831SAndroid Build Coastguard Worker    <enum name='XML_IO_NETWORK_ATTEMPT' file='xmlerror' value='1543' type='xmlParserErrors' info='1543'/>
4906*7c568831SAndroid Build Coastguard Worker    <enum name='XML_IO_NO_INPUT' file='xmlerror' value='1547' type='xmlParserErrors' info='1547'/>
4907*7c568831SAndroid Build Coastguard Worker    <enum name='XML_IO_UNKNOWN' file='xmlerror' value='1500' type='xmlParserErrors'/>
4908*7c568831SAndroid Build Coastguard Worker    <enum name='XML_IO_UNSUPPORTED_PROTOCOL' file='xmlerror' value='1557' type='xmlParserErrors' info='1557'/>
4909*7c568831SAndroid Build Coastguard Worker    <enum name='XML_IO_WRITE' file='xmlerror' value='1546' type='xmlParserErrors' info='1546'/>
4910*7c568831SAndroid Build Coastguard Worker    <enum name='XML_MODULE_CLOSE' file='xmlerror' value='4901' type='xmlParserErrors' info='4901'/>
4911*7c568831SAndroid Build Coastguard Worker    <enum name='XML_MODULE_LAZY' file='xmlmodule' value='1' type='xmlModuleOption' info='lazy binding'/>
4912*7c568831SAndroid Build Coastguard Worker    <enum name='XML_MODULE_LOCAL' file='xmlmodule' value='2' type='xmlModuleOption' info=' local binding'/>
4913*7c568831SAndroid Build Coastguard Worker    <enum name='XML_MODULE_OPEN' file='xmlerror' value='4900' type='xmlParserErrors' info='4900'/>
4914*7c568831SAndroid Build Coastguard Worker    <enum name='XML_NAMESPACE_DECL' file='tree' value='18' type='xmlElementType'/>
4915*7c568831SAndroid Build Coastguard Worker    <enum name='XML_NOTATION_NODE' file='tree' value='12' type='xmlElementType' info='unused'/>
4916*7c568831SAndroid Build Coastguard Worker    <enum name='XML_NS_ERR_ATTRIBUTE_REDEFINED' file='xmlerror' value='203' type='xmlParserErrors' info='203'/>
4917*7c568831SAndroid Build Coastguard Worker    <enum name='XML_NS_ERR_COLON' file='xmlerror' value='205' type='xmlParserErrors' info='205'/>
4918*7c568831SAndroid Build Coastguard Worker    <enum name='XML_NS_ERR_EMPTY' file='xmlerror' value='204' type='xmlParserErrors' info='204'/>
4919*7c568831SAndroid Build Coastguard Worker    <enum name='XML_NS_ERR_QNAME' file='xmlerror' value='202' type='xmlParserErrors' info='202'/>
4920*7c568831SAndroid Build Coastguard Worker    <enum name='XML_NS_ERR_UNDEFINED_NAMESPACE' file='xmlerror' value='201' type='xmlParserErrors' info='201'/>
4921*7c568831SAndroid Build Coastguard Worker    <enum name='XML_NS_ERR_XML_NAMESPACE' file='xmlerror' value='200' type='xmlParserErrors'/>
4922*7c568831SAndroid Build Coastguard Worker    <enum name='XML_PARSER_ATTRIBUTE_VALUE' file='parser' value='12' type='xmlParserInputState' info='within an attribute value'/>
4923*7c568831SAndroid Build Coastguard Worker    <enum name='XML_PARSER_CDATA_SECTION' file='parser' value='8' type='xmlParserInputState' info='within a CDATA section'/>
4924*7c568831SAndroid Build Coastguard Worker    <enum name='XML_PARSER_COMMENT' file='parser' value='5' type='xmlParserInputState' info='within a comment'/>
4925*7c568831SAndroid Build Coastguard Worker    <enum name='XML_PARSER_CONTENT' file='parser' value='7' type='xmlParserInputState' info='within the content'/>
4926*7c568831SAndroid Build Coastguard Worker    <enum name='XML_PARSER_DEFAULTATTRS' file='xmlreader' value='2' type='xmlParserProperties'/>
4927*7c568831SAndroid Build Coastguard Worker    <enum name='XML_PARSER_DTD' file='parser' value='3' type='xmlParserInputState' info='within some DTD content'/>
4928*7c568831SAndroid Build Coastguard Worker    <enum name='XML_PARSER_END_TAG' file='parser' value='9' type='xmlParserInputState' info='within a closing tag'/>
4929*7c568831SAndroid Build Coastguard Worker    <enum name='XML_PARSER_ENTITY_DECL' file='parser' value='10' type='xmlParserInputState' info='within an entity declaration'/>
4930*7c568831SAndroid Build Coastguard Worker    <enum name='XML_PARSER_ENTITY_VALUE' file='parser' value='11' type='xmlParserInputState' info='within an entity value in a decl'/>
4931*7c568831SAndroid Build Coastguard Worker    <enum name='XML_PARSER_EOF' file='parser' value='-1' type='xmlParserInputState' info='nothing is to be parsed'/>
4932*7c568831SAndroid Build Coastguard Worker    <enum name='XML_PARSER_EPILOG' file='parser' value='14' type='xmlParserInputState' info='the Misc* after the last end tag'/>
4933*7c568831SAndroid Build Coastguard Worker    <enum name='XML_PARSER_IGNORE' file='parser' value='15' type='xmlParserInputState' info='within an IGNORED section'/>
4934*7c568831SAndroid Build Coastguard Worker    <enum name='XML_PARSER_LOADDTD' file='xmlreader' value='1' type='xmlParserProperties'/>
4935*7c568831SAndroid Build Coastguard Worker    <enum name='XML_PARSER_MISC' file='parser' value='1' type='xmlParserInputState' info='Misc* before int subset'/>
4936*7c568831SAndroid Build Coastguard Worker    <enum name='XML_PARSER_PI' file='parser' value='2' type='xmlParserInputState' info='Within a processing instruction'/>
4937*7c568831SAndroid Build Coastguard Worker    <enum name='XML_PARSER_PROLOG' file='parser' value='4' type='xmlParserInputState' info='Misc* after internal subset'/>
4938*7c568831SAndroid Build Coastguard Worker    <enum name='XML_PARSER_PUBLIC_LITERAL' file='parser' value='16' type='xmlParserInputState' info='within a PUBLIC value'/>
4939*7c568831SAndroid Build Coastguard Worker    <enum name='XML_PARSER_SEVERITY_ERROR' file='xmlreader' value='4' type='xmlParserSeverities'/>
4940*7c568831SAndroid Build Coastguard Worker    <enum name='XML_PARSER_SEVERITY_VALIDITY_ERROR' file='xmlreader' value='2' type='xmlParserSeverities'/>
4941*7c568831SAndroid Build Coastguard Worker    <enum name='XML_PARSER_SEVERITY_VALIDITY_WARNING' file='xmlreader' value='1' type='xmlParserSeverities'/>
4942*7c568831SAndroid Build Coastguard Worker    <enum name='XML_PARSER_SEVERITY_WARNING' file='xmlreader' value='3' type='xmlParserSeverities'/>
4943*7c568831SAndroid Build Coastguard Worker    <enum name='XML_PARSER_START' file='parser' value='0' type='xmlParserInputState' info='nothing has been parsed'/>
4944*7c568831SAndroid Build Coastguard Worker    <enum name='XML_PARSER_START_TAG' file='parser' value='6' type='xmlParserInputState' info='within a start tag'/>
4945*7c568831SAndroid Build Coastguard Worker    <enum name='XML_PARSER_SUBST_ENTITIES' file='xmlreader' value='4' type='xmlParserProperties'/>
4946*7c568831SAndroid Build Coastguard Worker    <enum name='XML_PARSER_SYSTEM_LITERAL' file='parser' value='13' type='xmlParserInputState' info='within a SYSTEM value'/>
4947*7c568831SAndroid Build Coastguard Worker    <enum name='XML_PARSER_VALIDATE' file='xmlreader' value='3' type='xmlParserProperties'/>
4948*7c568831SAndroid Build Coastguard Worker    <enum name='XML_PARSER_XML_DECL' file='parser' value='17' type='xmlParserInputState' info=' before XML decl (but after BOM)'/>
4949*7c568831SAndroid Build Coastguard Worker    <enum name='XML_PARSE_BIG_LINES' file='parser' value='4194304' type='xmlParserOption' info='Store big lines numbers in text PSVI field since 2.13.0'/>
4950*7c568831SAndroid Build Coastguard Worker    <enum name='XML_PARSE_COMPACT' file='parser' value='65536' type='xmlParserOption' info='compact small text nodes; no modification of
4951*7c568831SAndroid Build Coastguard Workerthe tree allowed afterwards (will possibly
4952*7c568831SAndroid Build Coastguard Workercrash if you try to modify the tree)'/>
4953*7c568831SAndroid Build Coastguard Worker    <enum name='XML_PARSE_DOM' file='parser' value='1' type='xmlParserMode'/>
4954*7c568831SAndroid Build Coastguard Worker    <enum name='XML_PARSE_DTDATTR' file='parser' value='8' type='xmlParserOption' info='default DTD attributes'/>
4955*7c568831SAndroid Build Coastguard Worker    <enum name='XML_PARSE_DTDLOAD' file='parser' value='4' type='xmlParserOption' info='load the external subset'/>
4956*7c568831SAndroid Build Coastguard Worker    <enum name='XML_PARSE_DTDVALID' file='parser' value='16' type='xmlParserOption' info='validate with the DTD'/>
4957*7c568831SAndroid Build Coastguard Worker    <enum name='XML_PARSE_HUGE' file='parser' value='524288' type='xmlParserOption' info='relax any hardcoded limit from the parser'/>
4958*7c568831SAndroid Build Coastguard Worker    <enum name='XML_PARSE_IGNORE_ENC' file='parser' value='2097152' type='xmlParserOption' info='ignore internal document encoding hint'/>
4959*7c568831SAndroid Build Coastguard Worker    <enum name='XML_PARSE_NOBASEFIX' file='parser' value='262144' type='xmlParserOption' info='do not fixup XINCLUDE xml:base uris'/>
4960*7c568831SAndroid Build Coastguard Worker    <enum name='XML_PARSE_NOBLANKS' file='parser' value='256' type='xmlParserOption' info='remove blank nodes'/>
4961*7c568831SAndroid Build Coastguard Worker    <enum name='XML_PARSE_NOCDATA' file='parser' value='16384' type='xmlParserOption' info='merge CDATA as text nodes'/>
4962*7c568831SAndroid Build Coastguard Worker    <enum name='XML_PARSE_NODICT' file='parser' value='4096' type='xmlParserOption' info='Do not reuse the context dictionary'/>
4963*7c568831SAndroid Build Coastguard Worker    <enum name='XML_PARSE_NOENT' file='parser' value='2' type='xmlParserOption' info='substitute entities'/>
4964*7c568831SAndroid Build Coastguard Worker    <enum name='XML_PARSE_NOERROR' file='parser' value='32' type='xmlParserOption' info='suppress error reports'/>
4965*7c568831SAndroid Build Coastguard Worker    <enum name='XML_PARSE_NONET' file='parser' value='2048' type='xmlParserOption' info='Forbid network access'/>
4966*7c568831SAndroid Build Coastguard Worker    <enum name='XML_PARSE_NOWARNING' file='parser' value='64' type='xmlParserOption' info='suppress warning reports'/>
4967*7c568831SAndroid Build Coastguard Worker    <enum name='XML_PARSE_NOXINCNODE' file='parser' value='32768' type='xmlParserOption' info='do not generate XINCLUDE START/END nodes'/>
4968*7c568831SAndroid Build Coastguard Worker    <enum name='XML_PARSE_NO_CATALOG_PI' file='parser' value='67108864' type='xmlParserOption' info=' ignore catalog PIs'/>
4969*7c568831SAndroid Build Coastguard Worker    <enum name='XML_PARSE_NO_SYS_CATALOG' file='parser' value='33554432' type='xmlParserOption' info='disable global system catalog'/>
4970*7c568831SAndroid Build Coastguard Worker    <enum name='XML_PARSE_NO_UNZIP' file='parser' value='16777216' type='xmlParserOption' info='disable compressed content'/>
4971*7c568831SAndroid Build Coastguard Worker    <enum name='XML_PARSE_NO_XXE' file='parser' value='8388608' type='xmlParserOption' info='disable loading of external content since 2.14.0'/>
4972*7c568831SAndroid Build Coastguard Worker    <enum name='XML_PARSE_NSCLEAN' file='parser' value='8192' type='xmlParserOption' info='remove redundant namespaces declarations'/>
4973*7c568831SAndroid Build Coastguard Worker    <enum name='XML_PARSE_OLD10' file='parser' value='131072' type='xmlParserOption' info='parse using XML-1.0 before update 5'/>
4974*7c568831SAndroid Build Coastguard Worker    <enum name='XML_PARSE_OLDSAX' file='parser' value='1048576' type='xmlParserOption' info='parse using SAX2 interface before 2.7.0'/>
4975*7c568831SAndroid Build Coastguard Worker    <enum name='XML_PARSE_PEDANTIC' file='parser' value='128' type='xmlParserOption' info='pedantic error reporting'/>
4976*7c568831SAndroid Build Coastguard Worker    <enum name='XML_PARSE_PUSH_DOM' file='parser' value='3' type='xmlParserMode'/>
4977*7c568831SAndroid Build Coastguard Worker    <enum name='XML_PARSE_PUSH_SAX' file='parser' value='4' type='xmlParserMode'/>
4978*7c568831SAndroid Build Coastguard Worker    <enum name='XML_PARSE_READER' file='parser' value='5' type='xmlParserMode'/>
4979*7c568831SAndroid Build Coastguard Worker    <enum name='XML_PARSE_RECOVER' file='parser' value='1' type='xmlParserOption' info='recover on errors'/>
4980*7c568831SAndroid Build Coastguard Worker    <enum name='XML_PARSE_SAX' file='parser' value='2' type='xmlParserMode'/>
4981*7c568831SAndroid Build Coastguard Worker    <enum name='XML_PARSE_SAX1' file='parser' value='512' type='xmlParserOption' info='use the SAX1 interface internally'/>
4982*7c568831SAndroid Build Coastguard Worker    <enum name='XML_PARSE_UNKNOWN' file='parser' value='0' type='xmlParserMode'/>
4983*7c568831SAndroid Build Coastguard Worker    <enum name='XML_PARSE_XINCLUDE' file='parser' value='1024' type='xmlParserOption' info='Implement XInclude substitution'/>
4984*7c568831SAndroid Build Coastguard Worker    <enum name='XML_PATTERN_DEFAULT' file='pattern' value='0' type='xmlPatternFlags' info='simple pattern match'/>
4985*7c568831SAndroid Build Coastguard Worker    <enum name='XML_PATTERN_XPATH' file='pattern' value='1' type='xmlPatternFlags' info='standard XPath pattern'/>
4986*7c568831SAndroid Build Coastguard Worker    <enum name='XML_PATTERN_XSFIELD' file='pattern' value='4' type='xmlPatternFlags' info=' XPath subset for schema field'/>
4987*7c568831SAndroid Build Coastguard Worker    <enum name='XML_PATTERN_XSSEL' file='pattern' value='2' type='xmlPatternFlags' info='XPath subset for schema selector'/>
4988*7c568831SAndroid Build Coastguard Worker    <enum name='XML_PI_NODE' file='tree' value='7' type='xmlElementType'/>
4989*7c568831SAndroid Build Coastguard Worker    <enum name='XML_READER_TYPE_ATTRIBUTE' file='xmlreader' value='2' type='xmlReaderTypes'/>
4990*7c568831SAndroid Build Coastguard Worker    <enum name='XML_READER_TYPE_CDATA' file='xmlreader' value='4' type='xmlReaderTypes'/>
4991*7c568831SAndroid Build Coastguard Worker    <enum name='XML_READER_TYPE_COMMENT' file='xmlreader' value='8' type='xmlReaderTypes'/>
4992*7c568831SAndroid Build Coastguard Worker    <enum name='XML_READER_TYPE_DOCUMENT' file='xmlreader' value='9' type='xmlReaderTypes'/>
4993*7c568831SAndroid Build Coastguard Worker    <enum name='XML_READER_TYPE_DOCUMENT_FRAGMENT' file='xmlreader' value='11' type='xmlReaderTypes'/>
4994*7c568831SAndroid Build Coastguard Worker    <enum name='XML_READER_TYPE_DOCUMENT_TYPE' file='xmlreader' value='10' type='xmlReaderTypes'/>
4995*7c568831SAndroid Build Coastguard Worker    <enum name='XML_READER_TYPE_ELEMENT' file='xmlreader' value='1' type='xmlReaderTypes'/>
4996*7c568831SAndroid Build Coastguard Worker    <enum name='XML_READER_TYPE_END_ELEMENT' file='xmlreader' value='15' type='xmlReaderTypes'/>
4997*7c568831SAndroid Build Coastguard Worker    <enum name='XML_READER_TYPE_END_ENTITY' file='xmlreader' value='16' type='xmlReaderTypes'/>
4998*7c568831SAndroid Build Coastguard Worker    <enum name='XML_READER_TYPE_ENTITY' file='xmlreader' value='6' type='xmlReaderTypes'/>
4999*7c568831SAndroid Build Coastguard Worker    <enum name='XML_READER_TYPE_ENTITY_REFERENCE' file='xmlreader' value='5' type='xmlReaderTypes'/>
5000*7c568831SAndroid Build Coastguard Worker    <enum name='XML_READER_TYPE_NONE' file='xmlreader' value='0' type='xmlReaderTypes'/>
5001*7c568831SAndroid Build Coastguard Worker    <enum name='XML_READER_TYPE_NOTATION' file='xmlreader' value='12' type='xmlReaderTypes'/>
5002*7c568831SAndroid Build Coastguard Worker    <enum name='XML_READER_TYPE_PROCESSING_INSTRUCTION' file='xmlreader' value='7' type='xmlReaderTypes'/>
5003*7c568831SAndroid Build Coastguard Worker    <enum name='XML_READER_TYPE_SIGNIFICANT_WHITESPACE' file='xmlreader' value='14' type='xmlReaderTypes'/>
5004*7c568831SAndroid Build Coastguard Worker    <enum name='XML_READER_TYPE_TEXT' file='xmlreader' value='3' type='xmlReaderTypes'/>
5005*7c568831SAndroid Build Coastguard Worker    <enum name='XML_READER_TYPE_WHITESPACE' file='xmlreader' value='13' type='xmlReaderTypes'/>
5006*7c568831SAndroid Build Coastguard Worker    <enum name='XML_READER_TYPE_XML_DECLARATION' file='xmlreader' value='17' type='xmlReaderTypes'/>
5007*7c568831SAndroid Build Coastguard Worker    <enum name='XML_REGEXP_COMPILE_ERROR' file='xmlerror' value='1450' type='xmlParserErrors'/>
5008*7c568831SAndroid Build Coastguard Worker    <enum name='XML_RELAXNGP_CRNG' file='relaxng' value='2' type='xmlRelaxNGParserFlag'/>
5009*7c568831SAndroid Build Coastguard Worker    <enum name='XML_RELAXNGP_FREE_DOC' file='relaxng' value='1' type='xmlRelaxNGParserFlag'/>
5010*7c568831SAndroid Build Coastguard Worker    <enum name='XML_RELAXNGP_NONE' file='relaxng' value='0' type='xmlRelaxNGParserFlag'/>
5011*7c568831SAndroid Build Coastguard Worker    <enum name='XML_RELAXNG_ERR_ATTREXTRANS' file='relaxng' value='20' type='xmlRelaxNGValidErr'/>
5012*7c568831SAndroid Build Coastguard Worker    <enum name='XML_RELAXNG_ERR_ATTRNAME' file='relaxng' value='14' type='xmlRelaxNGValidErr'/>
5013*7c568831SAndroid Build Coastguard Worker    <enum name='XML_RELAXNG_ERR_ATTRNONS' file='relaxng' value='16' type='xmlRelaxNGValidErr'/>
5014*7c568831SAndroid Build Coastguard Worker    <enum name='XML_RELAXNG_ERR_ATTRVALID' file='relaxng' value='24' type='xmlRelaxNGValidErr'/>
5015*7c568831SAndroid Build Coastguard Worker    <enum name='XML_RELAXNG_ERR_ATTRWRONGNS' file='relaxng' value='18' type='xmlRelaxNGValidErr'/>
5016*7c568831SAndroid Build Coastguard Worker    <enum name='XML_RELAXNG_ERR_CONTENTVALID' file='relaxng' value='25' type='xmlRelaxNGValidErr'/>
5017*7c568831SAndroid Build Coastguard Worker    <enum name='XML_RELAXNG_ERR_DATAELEM' file='relaxng' value='28' type='xmlRelaxNGValidErr'/>
5018*7c568831SAndroid Build Coastguard Worker    <enum name='XML_RELAXNG_ERR_DATATYPE' file='relaxng' value='31' type='xmlRelaxNGValidErr'/>
5019*7c568831SAndroid Build Coastguard Worker    <enum name='XML_RELAXNG_ERR_DUPID' file='relaxng' value='4' type='xmlRelaxNGValidErr'/>
5020*7c568831SAndroid Build Coastguard Worker    <enum name='XML_RELAXNG_ERR_ELEMEXTRANS' file='relaxng' value='19' type='xmlRelaxNGValidErr'/>
5021*7c568831SAndroid Build Coastguard Worker    <enum name='XML_RELAXNG_ERR_ELEMNAME' file='relaxng' value='13' type='xmlRelaxNGValidErr'/>
5022*7c568831SAndroid Build Coastguard Worker    <enum name='XML_RELAXNG_ERR_ELEMNONS' file='relaxng' value='15' type='xmlRelaxNGValidErr'/>
5023*7c568831SAndroid Build Coastguard Worker    <enum name='XML_RELAXNG_ERR_ELEMNOTEMPTY' file='relaxng' value='21' type='xmlRelaxNGValidErr'/>
5024*7c568831SAndroid Build Coastguard Worker    <enum name='XML_RELAXNG_ERR_ELEMWRONG' file='relaxng' value='38' type='xmlRelaxNGValidErr'/>
5025*7c568831SAndroid Build Coastguard Worker    <enum name='XML_RELAXNG_ERR_ELEMWRONGNS' file='relaxng' value='17' type='xmlRelaxNGValidErr'/>
5026*7c568831SAndroid Build Coastguard Worker    <enum name='XML_RELAXNG_ERR_EXTRACONTENT' file='relaxng' value='26' type='xmlRelaxNGValidErr'/>
5027*7c568831SAndroid Build Coastguard Worker    <enum name='XML_RELAXNG_ERR_EXTRADATA' file='relaxng' value='35' type='xmlRelaxNGValidErr'/>
5028*7c568831SAndroid Build Coastguard Worker    <enum name='XML_RELAXNG_ERR_INTEREXTRA' file='relaxng' value='12' type='xmlRelaxNGValidErr'/>
5029*7c568831SAndroid Build Coastguard Worker    <enum name='XML_RELAXNG_ERR_INTERNAL' file='relaxng' value='37' type='xmlRelaxNGValidErr'/>
5030*7c568831SAndroid Build Coastguard Worker    <enum name='XML_RELAXNG_ERR_INTERNODATA' file='relaxng' value='10' type='xmlRelaxNGValidErr'/>
5031*7c568831SAndroid Build Coastguard Worker    <enum name='XML_RELAXNG_ERR_INTERSEQ' file='relaxng' value='11' type='xmlRelaxNGValidErr'/>
5032*7c568831SAndroid Build Coastguard Worker    <enum name='XML_RELAXNG_ERR_INVALIDATTR' file='relaxng' value='27' type='xmlRelaxNGValidErr'/>
5033*7c568831SAndroid Build Coastguard Worker    <enum name='XML_RELAXNG_ERR_LACKDATA' file='relaxng' value='36' type='xmlRelaxNGValidErr'/>
5034*7c568831SAndroid Build Coastguard Worker    <enum name='XML_RELAXNG_ERR_LIST' file='relaxng' value='33' type='xmlRelaxNGValidErr'/>
5035*7c568831SAndroid Build Coastguard Worker    <enum name='XML_RELAXNG_ERR_LISTELEM' file='relaxng' value='30' type='xmlRelaxNGValidErr'/>
5036*7c568831SAndroid Build Coastguard Worker    <enum name='XML_RELAXNG_ERR_LISTEMPTY' file='relaxng' value='9' type='xmlRelaxNGValidErr'/>
5037*7c568831SAndroid Build Coastguard Worker    <enum name='XML_RELAXNG_ERR_LISTEXTRA' file='relaxng' value='8' type='xmlRelaxNGValidErr'/>
5038*7c568831SAndroid Build Coastguard Worker    <enum name='XML_RELAXNG_ERR_MEMORY' file='relaxng' value='1' type='xmlRelaxNGValidErr'/>
5039*7c568831SAndroid Build Coastguard Worker    <enum name='XML_RELAXNG_ERR_NODEFINE' file='relaxng' value='7' type='xmlRelaxNGValidErr'/>
5040*7c568831SAndroid Build Coastguard Worker    <enum name='XML_RELAXNG_ERR_NOELEM' file='relaxng' value='22' type='xmlRelaxNGValidErr'/>
5041*7c568831SAndroid Build Coastguard Worker    <enum name='XML_RELAXNG_ERR_NOGRAMMAR' file='relaxng' value='34' type='xmlRelaxNGValidErr'/>
5042*7c568831SAndroid Build Coastguard Worker    <enum name='XML_RELAXNG_ERR_NOSTATE' file='relaxng' value='6' type='xmlRelaxNGValidErr'/>
5043*7c568831SAndroid Build Coastguard Worker    <enum name='XML_RELAXNG_ERR_NOTELEM' file='relaxng' value='23' type='xmlRelaxNGValidErr'/>
5044*7c568831SAndroid Build Coastguard Worker    <enum name='XML_RELAXNG_ERR_TEXTWRONG' file='relaxng' value='39' type='xmlRelaxNGValidErr'/>
5045*7c568831SAndroid Build Coastguard Worker    <enum name='XML_RELAXNG_ERR_TYPE' file='relaxng' value='2' type='xmlRelaxNGValidErr'/>
5046*7c568831SAndroid Build Coastguard Worker    <enum name='XML_RELAXNG_ERR_TYPECMP' file='relaxng' value='5' type='xmlRelaxNGValidErr'/>
5047*7c568831SAndroid Build Coastguard Worker    <enum name='XML_RELAXNG_ERR_TYPEVAL' file='relaxng' value='3' type='xmlRelaxNGValidErr'/>
5048*7c568831SAndroid Build Coastguard Worker    <enum name='XML_RELAXNG_ERR_VALELEM' file='relaxng' value='29' type='xmlRelaxNGValidErr'/>
5049*7c568831SAndroid Build Coastguard Worker    <enum name='XML_RELAXNG_ERR_VALUE' file='relaxng' value='32' type='xmlRelaxNGValidErr'/>
5050*7c568831SAndroid Build Coastguard Worker    <enum name='XML_RELAXNG_OK' file='relaxng' value='0' type='xmlRelaxNGValidErr'/>
5051*7c568831SAndroid Build Coastguard Worker    <enum name='XML_RESOURCE_DTD' file='parser' value='2' type='xmlResourceType'/>
5052*7c568831SAndroid Build Coastguard Worker    <enum name='XML_RESOURCE_GENERAL_ENTITY' file='parser' value='3' type='xmlResourceType'/>
5053*7c568831SAndroid Build Coastguard Worker    <enum name='XML_RESOURCE_MAIN_DOCUMENT' file='parser' value='1' type='xmlResourceType'/>
5054*7c568831SAndroid Build Coastguard Worker    <enum name='XML_RESOURCE_PARAMETER_ENTITY' file='parser' value='4' type='xmlResourceType'/>
5055*7c568831SAndroid Build Coastguard Worker    <enum name='XML_RESOURCE_UNKNOWN' file='parser' value='0' type='xmlResourceType'/>
5056*7c568831SAndroid Build Coastguard Worker    <enum name='XML_RESOURCE_XINCLUDE' file='parser' value='5' type='xmlResourceType'/>
5057*7c568831SAndroid Build Coastguard Worker    <enum name='XML_RESOURCE_XINCLUDE_TEXT' file='parser' value='6' type='xmlResourceType'/>
5058*7c568831SAndroid Build Coastguard Worker    <enum name='XML_RNGP_ANYNAME_ATTR_ANCESTOR' file='xmlerror' value='1000' type='xmlParserErrors'/>
5059*7c568831SAndroid Build Coastguard Worker    <enum name='XML_RNGP_ATTRIBUTE_CHILDREN' file='xmlerror' value='1002' type='xmlParserErrors' info='1002'/>
5060*7c568831SAndroid Build Coastguard Worker    <enum name='XML_RNGP_ATTRIBUTE_CONTENT' file='xmlerror' value='1003' type='xmlParserErrors' info='1003'/>
5061*7c568831SAndroid Build Coastguard Worker    <enum name='XML_RNGP_ATTRIBUTE_EMPTY' file='xmlerror' value='1004' type='xmlParserErrors' info='1004'/>
5062*7c568831SAndroid Build Coastguard Worker    <enum name='XML_RNGP_ATTRIBUTE_NOOP' file='xmlerror' value='1005' type='xmlParserErrors' info='1005'/>
5063*7c568831SAndroid Build Coastguard Worker    <enum name='XML_RNGP_ATTR_CONFLICT' file='xmlerror' value='1001' type='xmlParserErrors' info='1001'/>
5064*7c568831SAndroid Build Coastguard Worker    <enum name='XML_RNGP_CHOICE_CONTENT' file='xmlerror' value='1006' type='xmlParserErrors' info='1006'/>
5065*7c568831SAndroid Build Coastguard Worker    <enum name='XML_RNGP_CHOICE_EMPTY' file='xmlerror' value='1007' type='xmlParserErrors' info='1007'/>
5066*7c568831SAndroid Build Coastguard Worker    <enum name='XML_RNGP_CREATE_FAILURE' file='xmlerror' value='1008' type='xmlParserErrors' info='1008'/>
5067*7c568831SAndroid Build Coastguard Worker    <enum name='XML_RNGP_DATA_CONTENT' file='xmlerror' value='1009' type='xmlParserErrors' info='1009'/>
5068*7c568831SAndroid Build Coastguard Worker    <enum name='XML_RNGP_DEFINE_CREATE_FAILED' file='xmlerror' value='1011' type='xmlParserErrors' info='1011'/>
5069*7c568831SAndroid Build Coastguard Worker    <enum name='XML_RNGP_DEFINE_EMPTY' file='xmlerror' value='1012' type='xmlParserErrors' info='1012'/>
5070*7c568831SAndroid Build Coastguard Worker    <enum name='XML_RNGP_DEFINE_MISSING' file='xmlerror' value='1013' type='xmlParserErrors' info='1013'/>
5071*7c568831SAndroid Build Coastguard Worker    <enum name='XML_RNGP_DEFINE_NAME_MISSING' file='xmlerror' value='1014' type='xmlParserErrors' info='1014'/>
5072*7c568831SAndroid Build Coastguard Worker    <enum name='XML_RNGP_DEF_CHOICE_AND_INTERLEAVE' file='xmlerror' value='1010' type='xmlParserErrors' info='1010'/>
5073*7c568831SAndroid Build Coastguard Worker    <enum name='XML_RNGP_ELEMENT_CONTENT' file='xmlerror' value='1018' type='xmlParserErrors' info='1018'/>
5074*7c568831SAndroid Build Coastguard Worker    <enum name='XML_RNGP_ELEMENT_EMPTY' file='xmlerror' value='1017' type='xmlParserErrors' info='1017'/>
5075*7c568831SAndroid Build Coastguard Worker    <enum name='XML_RNGP_ELEMENT_NAME' file='xmlerror' value='1019' type='xmlParserErrors' info='1019'/>
5076*7c568831SAndroid Build Coastguard Worker    <enum name='XML_RNGP_ELEMENT_NO_CONTENT' file='xmlerror' value='1020' type='xmlParserErrors' info='1020'/>
5077*7c568831SAndroid Build Coastguard Worker    <enum name='XML_RNGP_ELEM_CONTENT_EMPTY' file='xmlerror' value='1015' type='xmlParserErrors' info='1015'/>
5078*7c568831SAndroid Build Coastguard Worker    <enum name='XML_RNGP_ELEM_CONTENT_ERROR' file='xmlerror' value='1016' type='xmlParserErrors' info='1016'/>
5079*7c568831SAndroid Build Coastguard Worker    <enum name='XML_RNGP_ELEM_TEXT_CONFLICT' file='xmlerror' value='1021' type='xmlParserErrors' info='1021'/>
5080*7c568831SAndroid Build Coastguard Worker    <enum name='XML_RNGP_EMPTY' file='xmlerror' value='1022' type='xmlParserErrors' info='1022'/>
5081*7c568831SAndroid Build Coastguard Worker    <enum name='XML_RNGP_EMPTY_CONSTRUCT' file='xmlerror' value='1023' type='xmlParserErrors' info='1023'/>
5082*7c568831SAndroid Build Coastguard Worker    <enum name='XML_RNGP_EMPTY_CONTENT' file='xmlerror' value='1024' type='xmlParserErrors' info='1024'/>
5083*7c568831SAndroid Build Coastguard Worker    <enum name='XML_RNGP_EMPTY_NOT_EMPTY' file='xmlerror' value='1025' type='xmlParserErrors' info='1025'/>
5084*7c568831SAndroid Build Coastguard Worker    <enum name='XML_RNGP_ERROR_TYPE_LIB' file='xmlerror' value='1026' type='xmlParserErrors' info='1026'/>
5085*7c568831SAndroid Build Coastguard Worker    <enum name='XML_RNGP_EXCEPT_EMPTY' file='xmlerror' value='1027' type='xmlParserErrors' info='1027'/>
5086*7c568831SAndroid Build Coastguard Worker    <enum name='XML_RNGP_EXCEPT_MISSING' file='xmlerror' value='1028' type='xmlParserErrors' info='1028'/>
5087*7c568831SAndroid Build Coastguard Worker    <enum name='XML_RNGP_EXCEPT_MULTIPLE' file='xmlerror' value='1029' type='xmlParserErrors' info='1029'/>
5088*7c568831SAndroid Build Coastguard Worker    <enum name='XML_RNGP_EXCEPT_NO_CONTENT' file='xmlerror' value='1030' type='xmlParserErrors' info='1030'/>
5089*7c568831SAndroid Build Coastguard Worker    <enum name='XML_RNGP_EXTERNALREF_EMTPY' file='xmlerror' value='1031' type='xmlParserErrors' info='1031'/>
5090*7c568831SAndroid Build Coastguard Worker    <enum name='XML_RNGP_EXTERNALREF_RECURSE' file='xmlerror' value='1033' type='xmlParserErrors' info='1033'/>
5091*7c568831SAndroid Build Coastguard Worker    <enum name='XML_RNGP_EXTERNAL_REF_FAILURE' file='xmlerror' value='1032' type='xmlParserErrors' info='1032'/>
5092*7c568831SAndroid Build Coastguard Worker    <enum name='XML_RNGP_FORBIDDEN_ATTRIBUTE' file='xmlerror' value='1034' type='xmlParserErrors' info='1034'/>
5093*7c568831SAndroid Build Coastguard Worker    <enum name='XML_RNGP_FOREIGN_ELEMENT' file='xmlerror' value='1035' type='xmlParserErrors' info='1035'/>
5094*7c568831SAndroid Build Coastguard Worker    <enum name='XML_RNGP_GRAMMAR_CONTENT' file='xmlerror' value='1036' type='xmlParserErrors' info='1036'/>
5095*7c568831SAndroid Build Coastguard Worker    <enum name='XML_RNGP_GRAMMAR_EMPTY' file='xmlerror' value='1037' type='xmlParserErrors' info='1037'/>
5096*7c568831SAndroid Build Coastguard Worker    <enum name='XML_RNGP_GRAMMAR_MISSING' file='xmlerror' value='1038' type='xmlParserErrors' info='1038'/>
5097*7c568831SAndroid Build Coastguard Worker    <enum name='XML_RNGP_GRAMMAR_NO_START' file='xmlerror' value='1039' type='xmlParserErrors' info='1039'/>
5098*7c568831SAndroid Build Coastguard Worker    <enum name='XML_RNGP_GROUP_ATTR_CONFLICT' file='xmlerror' value='1040' type='xmlParserErrors' info='1040'/>
5099*7c568831SAndroid Build Coastguard Worker    <enum name='XML_RNGP_HREF_ERROR' file='xmlerror' value='1041' type='xmlParserErrors' info='1041'/>
5100*7c568831SAndroid Build Coastguard Worker    <enum name='XML_RNGP_INCLUDE_EMPTY' file='xmlerror' value='1042' type='xmlParserErrors' info='1042'/>
5101*7c568831SAndroid Build Coastguard Worker    <enum name='XML_RNGP_INCLUDE_FAILURE' file='xmlerror' value='1043' type='xmlParserErrors' info='1043'/>
5102*7c568831SAndroid Build Coastguard Worker    <enum name='XML_RNGP_INCLUDE_RECURSE' file='xmlerror' value='1044' type='xmlParserErrors' info='1044'/>
5103*7c568831SAndroid Build Coastguard Worker    <enum name='XML_RNGP_INTERLEAVE_ADD' file='xmlerror' value='1045' type='xmlParserErrors' info='1045'/>
5104*7c568831SAndroid Build Coastguard Worker    <enum name='XML_RNGP_INTERLEAVE_CREATE_FAILED' file='xmlerror' value='1046' type='xmlParserErrors' info='1046'/>
5105*7c568831SAndroid Build Coastguard Worker    <enum name='XML_RNGP_INTERLEAVE_EMPTY' file='xmlerror' value='1047' type='xmlParserErrors' info='1047'/>
5106*7c568831SAndroid Build Coastguard Worker    <enum name='XML_RNGP_INTERLEAVE_NO_CONTENT' file='xmlerror' value='1048' type='xmlParserErrors' info='1048'/>
5107*7c568831SAndroid Build Coastguard Worker    <enum name='XML_RNGP_INVALID_DEFINE_NAME' file='xmlerror' value='1049' type='xmlParserErrors' info='1049'/>
5108*7c568831SAndroid Build Coastguard Worker    <enum name='XML_RNGP_INVALID_URI' file='xmlerror' value='1050' type='xmlParserErrors' info='1050'/>
5109*7c568831SAndroid Build Coastguard Worker    <enum name='XML_RNGP_INVALID_VALUE' file='xmlerror' value='1051' type='xmlParserErrors' info='1051'/>
5110*7c568831SAndroid Build Coastguard Worker    <enum name='XML_RNGP_MISSING_HREF' file='xmlerror' value='1052' type='xmlParserErrors' info='1052'/>
5111*7c568831SAndroid Build Coastguard Worker    <enum name='XML_RNGP_NAME_MISSING' file='xmlerror' value='1053' type='xmlParserErrors' info='1053'/>
5112*7c568831SAndroid Build Coastguard Worker    <enum name='XML_RNGP_NEED_COMBINE' file='xmlerror' value='1054' type='xmlParserErrors' info='1054'/>
5113*7c568831SAndroid Build Coastguard Worker    <enum name='XML_RNGP_NOTALLOWED_NOT_EMPTY' file='xmlerror' value='1055' type='xmlParserErrors' info='1055'/>
5114*7c568831SAndroid Build Coastguard Worker    <enum name='XML_RNGP_NSNAME_ATTR_ANCESTOR' file='xmlerror' value='1056' type='xmlParserErrors' info='1056'/>
5115*7c568831SAndroid Build Coastguard Worker    <enum name='XML_RNGP_NSNAME_NO_NS' file='xmlerror' value='1057' type='xmlParserErrors' info='1057'/>
5116*7c568831SAndroid Build Coastguard Worker    <enum name='XML_RNGP_PARAM_FORBIDDEN' file='xmlerror' value='1058' type='xmlParserErrors' info='1058'/>
5117*7c568831SAndroid Build Coastguard Worker    <enum name='XML_RNGP_PARAM_NAME_MISSING' file='xmlerror' value='1059' type='xmlParserErrors' info='1059'/>
5118*7c568831SAndroid Build Coastguard Worker    <enum name='XML_RNGP_PARENTREF_CREATE_FAILED' file='xmlerror' value='1060' type='xmlParserErrors' info='1060'/>
5119*7c568831SAndroid Build Coastguard Worker    <enum name='XML_RNGP_PARENTREF_NAME_INVALID' file='xmlerror' value='1061' type='xmlParserErrors' info='1061'/>
5120*7c568831SAndroid Build Coastguard Worker    <enum name='XML_RNGP_PARENTREF_NOT_EMPTY' file='xmlerror' value='1064' type='xmlParserErrors' info='1064'/>
5121*7c568831SAndroid Build Coastguard Worker    <enum name='XML_RNGP_PARENTREF_NO_NAME' file='xmlerror' value='1062' type='xmlParserErrors' info='1062'/>
5122*7c568831SAndroid Build Coastguard Worker    <enum name='XML_RNGP_PARENTREF_NO_PARENT' file='xmlerror' value='1063' type='xmlParserErrors' info='1063'/>
5123*7c568831SAndroid Build Coastguard Worker    <enum name='XML_RNGP_PARSE_ERROR' file='xmlerror' value='1065' type='xmlParserErrors' info='1065'/>
5124*7c568831SAndroid Build Coastguard Worker    <enum name='XML_RNGP_PAT_ANYNAME_EXCEPT_ANYNAME' file='xmlerror' value='1066' type='xmlParserErrors' info='1066'/>
5125*7c568831SAndroid Build Coastguard Worker    <enum name='XML_RNGP_PAT_ATTR_ATTR' file='xmlerror' value='1067' type='xmlParserErrors' info='1067'/>
5126*7c568831SAndroid Build Coastguard Worker    <enum name='XML_RNGP_PAT_ATTR_ELEM' file='xmlerror' value='1068' type='xmlParserErrors' info='1068'/>
5127*7c568831SAndroid Build Coastguard Worker    <enum name='XML_RNGP_PAT_DATA_EXCEPT_ATTR' file='xmlerror' value='1069' type='xmlParserErrors' info='1069'/>
5128*7c568831SAndroid Build Coastguard Worker    <enum name='XML_RNGP_PAT_DATA_EXCEPT_ELEM' file='xmlerror' value='1070' type='xmlParserErrors' info='1070'/>
5129*7c568831SAndroid Build Coastguard Worker    <enum name='XML_RNGP_PAT_DATA_EXCEPT_EMPTY' file='xmlerror' value='1071' type='xmlParserErrors' info='1071'/>
5130*7c568831SAndroid Build Coastguard Worker    <enum name='XML_RNGP_PAT_DATA_EXCEPT_GROUP' file='xmlerror' value='1072' type='xmlParserErrors' info='1072'/>
5131*7c568831SAndroid Build Coastguard Worker    <enum name='XML_RNGP_PAT_DATA_EXCEPT_INTERLEAVE' file='xmlerror' value='1073' type='xmlParserErrors' info='1073'/>
5132*7c568831SAndroid Build Coastguard Worker    <enum name='XML_RNGP_PAT_DATA_EXCEPT_LIST' file='xmlerror' value='1074' type='xmlParserErrors' info='1074'/>
5133*7c568831SAndroid Build Coastguard Worker    <enum name='XML_RNGP_PAT_DATA_EXCEPT_ONEMORE' file='xmlerror' value='1075' type='xmlParserErrors' info='1075'/>
5134*7c568831SAndroid Build Coastguard Worker    <enum name='XML_RNGP_PAT_DATA_EXCEPT_REF' file='xmlerror' value='1076' type='xmlParserErrors' info='1076'/>
5135*7c568831SAndroid Build Coastguard Worker    <enum name='XML_RNGP_PAT_DATA_EXCEPT_TEXT' file='xmlerror' value='1077' type='xmlParserErrors' info='1077'/>
5136*7c568831SAndroid Build Coastguard Worker    <enum name='XML_RNGP_PAT_LIST_ATTR' file='xmlerror' value='1078' type='xmlParserErrors' info='1078'/>
5137*7c568831SAndroid Build Coastguard Worker    <enum name='XML_RNGP_PAT_LIST_ELEM' file='xmlerror' value='1079' type='xmlParserErrors' info='1079'/>
5138*7c568831SAndroid Build Coastguard Worker    <enum name='XML_RNGP_PAT_LIST_INTERLEAVE' file='xmlerror' value='1080' type='xmlParserErrors' info='1080'/>
5139*7c568831SAndroid Build Coastguard Worker    <enum name='XML_RNGP_PAT_LIST_LIST' file='xmlerror' value='1081' type='xmlParserErrors' info='1081'/>
5140*7c568831SAndroid Build Coastguard Worker    <enum name='XML_RNGP_PAT_LIST_REF' file='xmlerror' value='1082' type='xmlParserErrors' info='1082'/>
5141*7c568831SAndroid Build Coastguard Worker    <enum name='XML_RNGP_PAT_LIST_TEXT' file='xmlerror' value='1083' type='xmlParserErrors' info='1083'/>
5142*7c568831SAndroid Build Coastguard Worker    <enum name='XML_RNGP_PAT_NSNAME_EXCEPT_ANYNAME' file='xmlerror' value='1084' type='xmlParserErrors' info='1084'/>
5143*7c568831SAndroid Build Coastguard Worker    <enum name='XML_RNGP_PAT_NSNAME_EXCEPT_NSNAME' file='xmlerror' value='1085' type='xmlParserErrors' info='1085'/>
5144*7c568831SAndroid Build Coastguard Worker    <enum name='XML_RNGP_PAT_ONEMORE_GROUP_ATTR' file='xmlerror' value='1086' type='xmlParserErrors' info='1086'/>
5145*7c568831SAndroid Build Coastguard Worker    <enum name='XML_RNGP_PAT_ONEMORE_INTERLEAVE_ATTR' file='xmlerror' value='1087' type='xmlParserErrors' info='1087'/>
5146*7c568831SAndroid Build Coastguard Worker    <enum name='XML_RNGP_PAT_START_ATTR' file='xmlerror' value='1088' type='xmlParserErrors' info='1088'/>
5147*7c568831SAndroid Build Coastguard Worker    <enum name='XML_RNGP_PAT_START_DATA' file='xmlerror' value='1089' type='xmlParserErrors' info='1089'/>
5148*7c568831SAndroid Build Coastguard Worker    <enum name='XML_RNGP_PAT_START_EMPTY' file='xmlerror' value='1090' type='xmlParserErrors' info='1090'/>
5149*7c568831SAndroid Build Coastguard Worker    <enum name='XML_RNGP_PAT_START_GROUP' file='xmlerror' value='1091' type='xmlParserErrors' info='1091'/>
5150*7c568831SAndroid Build Coastguard Worker    <enum name='XML_RNGP_PAT_START_INTERLEAVE' file='xmlerror' value='1092' type='xmlParserErrors' info='1092'/>
5151*7c568831SAndroid Build Coastguard Worker    <enum name='XML_RNGP_PAT_START_LIST' file='xmlerror' value='1093' type='xmlParserErrors' info='1093'/>
5152*7c568831SAndroid Build Coastguard Worker    <enum name='XML_RNGP_PAT_START_ONEMORE' file='xmlerror' value='1094' type='xmlParserErrors' info='1094'/>
5153*7c568831SAndroid Build Coastguard Worker    <enum name='XML_RNGP_PAT_START_TEXT' file='xmlerror' value='1095' type='xmlParserErrors' info='1095'/>
5154*7c568831SAndroid Build Coastguard Worker    <enum name='XML_RNGP_PAT_START_VALUE' file='xmlerror' value='1096' type='xmlParserErrors' info='1096'/>
5155*7c568831SAndroid Build Coastguard Worker    <enum name='XML_RNGP_PREFIX_UNDEFINED' file='xmlerror' value='1097' type='xmlParserErrors' info='1097'/>
5156*7c568831SAndroid Build Coastguard Worker    <enum name='XML_RNGP_REF_CREATE_FAILED' file='xmlerror' value='1098' type='xmlParserErrors' info='1098'/>
5157*7c568831SAndroid Build Coastguard Worker    <enum name='XML_RNGP_REF_CYCLE' file='xmlerror' value='1099' type='xmlParserErrors' info='1099'/>
5158*7c568831SAndroid Build Coastguard Worker    <enum name='XML_RNGP_REF_NAME_INVALID' file='xmlerror' value='1100' type='xmlParserErrors' info='1100'/>
5159*7c568831SAndroid Build Coastguard Worker    <enum name='XML_RNGP_REF_NOT_EMPTY' file='xmlerror' value='1103' type='xmlParserErrors' info='1103'/>
5160*7c568831SAndroid Build Coastguard Worker    <enum name='XML_RNGP_REF_NO_DEF' file='xmlerror' value='1101' type='xmlParserErrors' info='1101'/>
5161*7c568831SAndroid Build Coastguard Worker    <enum name='XML_RNGP_REF_NO_NAME' file='xmlerror' value='1102' type='xmlParserErrors' info='1102'/>
5162*7c568831SAndroid Build Coastguard Worker    <enum name='XML_RNGP_START_CHOICE_AND_INTERLEAVE' file='xmlerror' value='1104' type='xmlParserErrors' info='1104'/>
5163*7c568831SAndroid Build Coastguard Worker    <enum name='XML_RNGP_START_CONTENT' file='xmlerror' value='1105' type='xmlParserErrors' info='1105'/>
5164*7c568831SAndroid Build Coastguard Worker    <enum name='XML_RNGP_START_EMPTY' file='xmlerror' value='1106' type='xmlParserErrors' info='1106'/>
5165*7c568831SAndroid Build Coastguard Worker    <enum name='XML_RNGP_START_MISSING' file='xmlerror' value='1107' type='xmlParserErrors' info='1107'/>
5166*7c568831SAndroid Build Coastguard Worker    <enum name='XML_RNGP_TEXT_EXPECTED' file='xmlerror' value='1108' type='xmlParserErrors' info='1108'/>
5167*7c568831SAndroid Build Coastguard Worker    <enum name='XML_RNGP_TEXT_HAS_CHILD' file='xmlerror' value='1109' type='xmlParserErrors' info='1109'/>
5168*7c568831SAndroid Build Coastguard Worker    <enum name='XML_RNGP_TYPE_MISSING' file='xmlerror' value='1110' type='xmlParserErrors' info='1110'/>
5169*7c568831SAndroid Build Coastguard Worker    <enum name='XML_RNGP_TYPE_NOT_FOUND' file='xmlerror' value='1111' type='xmlParserErrors' info='1111'/>
5170*7c568831SAndroid Build Coastguard Worker    <enum name='XML_RNGP_TYPE_VALUE' file='xmlerror' value='1112' type='xmlParserErrors' info='1112'/>
5171*7c568831SAndroid Build Coastguard Worker    <enum name='XML_RNGP_UNKNOWN_ATTRIBUTE' file='xmlerror' value='1113' type='xmlParserErrors' info='1113'/>
5172*7c568831SAndroid Build Coastguard Worker    <enum name='XML_RNGP_UNKNOWN_COMBINE' file='xmlerror' value='1114' type='xmlParserErrors' info='1114'/>
5173*7c568831SAndroid Build Coastguard Worker    <enum name='XML_RNGP_UNKNOWN_CONSTRUCT' file='xmlerror' value='1115' type='xmlParserErrors' info='1115'/>
5174*7c568831SAndroid Build Coastguard Worker    <enum name='XML_RNGP_UNKNOWN_TYPE_LIB' file='xmlerror' value='1116' type='xmlParserErrors' info='1116'/>
5175*7c568831SAndroid Build Coastguard Worker    <enum name='XML_RNGP_URI_FRAGMENT' file='xmlerror' value='1117' type='xmlParserErrors' info='1117'/>
5176*7c568831SAndroid Build Coastguard Worker    <enum name='XML_RNGP_URI_NOT_ABSOLUTE' file='xmlerror' value='1118' type='xmlParserErrors' info='1118'/>
5177*7c568831SAndroid Build Coastguard Worker    <enum name='XML_RNGP_VALUE_EMPTY' file='xmlerror' value='1119' type='xmlParserErrors' info='1119'/>
5178*7c568831SAndroid Build Coastguard Worker    <enum name='XML_RNGP_VALUE_NO_CONTENT' file='xmlerror' value='1120' type='xmlParserErrors' info='1120'/>
5179*7c568831SAndroid Build Coastguard Worker    <enum name='XML_RNGP_XMLNS_NAME' file='xmlerror' value='1121' type='xmlParserErrors' info='1121'/>
5180*7c568831SAndroid Build Coastguard Worker    <enum name='XML_RNGP_XML_NS' file='xmlerror' value='1122' type='xmlParserErrors' info='1122'/>
5181*7c568831SAndroid Build Coastguard Worker    <enum name='XML_SAVE_AS_HTML' file='xmlsave' value='64' type='xmlSaveOption' info='force HTML serialization on XML doc'/>
5182*7c568831SAndroid Build Coastguard Worker    <enum name='XML_SAVE_AS_XML' file='xmlsave' value='32' type='xmlSaveOption' info='force XML serialization on HTML doc'/>
5183*7c568831SAndroid Build Coastguard Worker    <enum name='XML_SAVE_CHAR_INVALID' file='xmlerror' value='1401' type='xmlParserErrors' info='1401'/>
5184*7c568831SAndroid Build Coastguard Worker    <enum name='XML_SAVE_EMPTY' file='xmlsave' value='256' type='xmlSaveOption' info='force empty tags, overriding global'/>
5185*7c568831SAndroid Build Coastguard Worker    <enum name='XML_SAVE_FORMAT' file='xmlsave' value='1' type='xmlSaveOption' info='format save output'/>
5186*7c568831SAndroid Build Coastguard Worker    <enum name='XML_SAVE_INDENT' file='xmlsave' value='1024' type='xmlSaveOption' info=' force indenting, overriding global'/>
5187*7c568831SAndroid Build Coastguard Worker    <enum name='XML_SAVE_NOT_UTF8' file='xmlerror' value='1400' type='xmlParserErrors'/>
5188*7c568831SAndroid Build Coastguard Worker    <enum name='XML_SAVE_NO_DECL' file='xmlsave' value='2' type='xmlSaveOption' info='drop the xml declaration'/>
5189*7c568831SAndroid Build Coastguard Worker    <enum name='XML_SAVE_NO_DOCTYPE' file='xmlerror' value='1402' type='xmlParserErrors' info='1402'/>
5190*7c568831SAndroid Build Coastguard Worker    <enum name='XML_SAVE_NO_EMPTY' file='xmlsave' value='4' type='xmlSaveOption' info='no empty tags'/>
5191*7c568831SAndroid Build Coastguard Worker    <enum name='XML_SAVE_NO_INDENT' file='xmlsave' value='512' type='xmlSaveOption' info='disable indenting'/>
5192*7c568831SAndroid Build Coastguard Worker    <enum name='XML_SAVE_NO_XHTML' file='xmlsave' value='8' type='xmlSaveOption' info='disable XHTML1 specific rules'/>
5193*7c568831SAndroid Build Coastguard Worker    <enum name='XML_SAVE_UNKNOWN_ENCODING' file='xmlerror' value='1403' type='xmlParserErrors' info='1403'/>
5194*7c568831SAndroid Build Coastguard Worker    <enum name='XML_SAVE_WSNONSIG' file='xmlsave' value='128' type='xmlSaveOption' info='format with non-significant whitespace Available since 2.14.0'/>
5195*7c568831SAndroid Build Coastguard Worker    <enum name='XML_SAVE_XHTML' file='xmlsave' value='16' type='xmlSaveOption' info='force XHTML1 specific rules'/>
5196*7c568831SAndroid Build Coastguard Worker    <enum name='XML_SCHEMAP_AG_PROPS_CORRECT' file='xmlerror' value='3087' type='xmlParserErrors' info='3086'/>
5197*7c568831SAndroid Build Coastguard Worker    <enum name='XML_SCHEMAP_ATTRFORMDEFAULT_VALUE' file='xmlerror' value='1701' type='xmlParserErrors' info='1701'/>
5198*7c568831SAndroid Build Coastguard Worker    <enum name='XML_SCHEMAP_ATTRGRP_NONAME_NOREF' file='xmlerror' value='1702' type='xmlParserErrors' info='1702'/>
5199*7c568831SAndroid Build Coastguard Worker    <enum name='XML_SCHEMAP_ATTR_NONAME_NOREF' file='xmlerror' value='1703' type='xmlParserErrors' info='1703'/>
5200*7c568831SAndroid Build Coastguard Worker    <enum name='XML_SCHEMAP_AU_PROPS_CORRECT' file='xmlerror' value='3089' type='xmlParserErrors' info='3088'/>
5201*7c568831SAndroid Build Coastguard Worker    <enum name='XML_SCHEMAP_AU_PROPS_CORRECT_2' file='xmlerror' value='3078' type='xmlParserErrors' info='3078'/>
5202*7c568831SAndroid Build Coastguard Worker    <enum name='XML_SCHEMAP_A_PROPS_CORRECT_2' file='xmlerror' value='3079' type='xmlParserErrors' info='3079'/>
5203*7c568831SAndroid Build Coastguard Worker    <enum name='XML_SCHEMAP_A_PROPS_CORRECT_3' file='xmlerror' value='3090' type='xmlParserErrors' info='3089'/>
5204*7c568831SAndroid Build Coastguard Worker    <enum name='XML_SCHEMAP_COMPLEXTYPE_NONAME_NOREF' file='xmlerror' value='1704' type='xmlParserErrors' info='1704'/>
5205*7c568831SAndroid Build Coastguard Worker    <enum name='XML_SCHEMAP_COS_ALL_LIMITED' file='xmlerror' value='3091' type='xmlParserErrors' info='3090'/>
5206*7c568831SAndroid Build Coastguard Worker    <enum name='XML_SCHEMAP_COS_CT_EXTENDS_1_1' file='xmlerror' value='3063' type='xmlParserErrors' info='3063'/>
5207*7c568831SAndroid Build Coastguard Worker    <enum name='XML_SCHEMAP_COS_CT_EXTENDS_1_2' file='xmlerror' value='3088' type='xmlParserErrors' info='3087'/>
5208*7c568831SAndroid Build Coastguard Worker    <enum name='XML_SCHEMAP_COS_CT_EXTENDS_1_3' file='xmlerror' value='1800' type='xmlParserErrors' info='1800'/>
5209*7c568831SAndroid Build Coastguard Worker    <enum name='XML_SCHEMAP_COS_ST_DERIVED_OK_2_1' file='xmlerror' value='3031' type='xmlParserErrors' info='3031'/>
5210*7c568831SAndroid Build Coastguard Worker    <enum name='XML_SCHEMAP_COS_ST_DERIVED_OK_2_2' file='xmlerror' value='3032' type='xmlParserErrors' info='3032'/>
5211*7c568831SAndroid Build Coastguard Worker    <enum name='XML_SCHEMAP_COS_ST_RESTRICTS_1_1' file='xmlerror' value='3011' type='xmlParserErrors' info='3011'/>
5212*7c568831SAndroid Build Coastguard Worker    <enum name='XML_SCHEMAP_COS_ST_RESTRICTS_1_2' file='xmlerror' value='3012' type='xmlParserErrors' info='3012'/>
5213*7c568831SAndroid Build Coastguard Worker    <enum name='XML_SCHEMAP_COS_ST_RESTRICTS_1_3_1' file='xmlerror' value='3013' type='xmlParserErrors' info='3013'/>
5214*7c568831SAndroid Build Coastguard Worker    <enum name='XML_SCHEMAP_COS_ST_RESTRICTS_1_3_2' file='xmlerror' value='3014' type='xmlParserErrors' info='3014'/>
5215*7c568831SAndroid Build Coastguard Worker    <enum name='XML_SCHEMAP_COS_ST_RESTRICTS_2_1' file='xmlerror' value='3015' type='xmlParserErrors' info='3015'/>
5216*7c568831SAndroid Build Coastguard Worker    <enum name='XML_SCHEMAP_COS_ST_RESTRICTS_2_3_1_1' file='xmlerror' value='3016' type='xmlParserErrors' info='3016'/>
5217*7c568831SAndroid Build Coastguard Worker    <enum name='XML_SCHEMAP_COS_ST_RESTRICTS_2_3_1_2' file='xmlerror' value='3017' type='xmlParserErrors' info='3017'/>
5218*7c568831SAndroid Build Coastguard Worker    <enum name='XML_SCHEMAP_COS_ST_RESTRICTS_2_3_2_1' file='xmlerror' value='3018' type='xmlParserErrors' info='3018'/>
5219*7c568831SAndroid Build Coastguard Worker    <enum name='XML_SCHEMAP_COS_ST_RESTRICTS_2_3_2_2' file='xmlerror' value='3019' type='xmlParserErrors' info='3019'/>
5220*7c568831SAndroid Build Coastguard Worker    <enum name='XML_SCHEMAP_COS_ST_RESTRICTS_2_3_2_3' file='xmlerror' value='3020' type='xmlParserErrors' info='3020'/>
5221*7c568831SAndroid Build Coastguard Worker    <enum name='XML_SCHEMAP_COS_ST_RESTRICTS_2_3_2_4' file='xmlerror' value='3021' type='xmlParserErrors' info='3021'/>
5222*7c568831SAndroid Build Coastguard Worker    <enum name='XML_SCHEMAP_COS_ST_RESTRICTS_2_3_2_5' file='xmlerror' value='3022' type='xmlParserErrors' info='3022'/>
5223*7c568831SAndroid Build Coastguard Worker    <enum name='XML_SCHEMAP_COS_ST_RESTRICTS_3_1' file='xmlerror' value='3023' type='xmlParserErrors' info='3023'/>
5224*7c568831SAndroid Build Coastguard Worker    <enum name='XML_SCHEMAP_COS_ST_RESTRICTS_3_3_1' file='xmlerror' value='3024' type='xmlParserErrors' info='3024'/>
5225*7c568831SAndroid Build Coastguard Worker    <enum name='XML_SCHEMAP_COS_ST_RESTRICTS_3_3_1_2' file='xmlerror' value='3025' type='xmlParserErrors' info='3025'/>
5226*7c568831SAndroid Build Coastguard Worker    <enum name='XML_SCHEMAP_COS_ST_RESTRICTS_3_3_2_1' file='xmlerror' value='3027' type='xmlParserErrors' info='3027'/>
5227*7c568831SAndroid Build Coastguard Worker    <enum name='XML_SCHEMAP_COS_ST_RESTRICTS_3_3_2_2' file='xmlerror' value='3026' type='xmlParserErrors' info='3026'/>
5228*7c568831SAndroid Build Coastguard Worker    <enum name='XML_SCHEMAP_COS_ST_RESTRICTS_3_3_2_3' file='xmlerror' value='3028' type='xmlParserErrors' info='3028'/>
5229*7c568831SAndroid Build Coastguard Worker    <enum name='XML_SCHEMAP_COS_ST_RESTRICTS_3_3_2_4' file='xmlerror' value='3029' type='xmlParserErrors' info='3029'/>
5230*7c568831SAndroid Build Coastguard Worker    <enum name='XML_SCHEMAP_COS_ST_RESTRICTS_3_3_2_5' file='xmlerror' value='3030' type='xmlParserErrors' info='3030'/>
5231*7c568831SAndroid Build Coastguard Worker    <enum name='XML_SCHEMAP_COS_VALID_DEFAULT_1' file='xmlerror' value='3058' type='xmlParserErrors' info='3058'/>
5232*7c568831SAndroid Build Coastguard Worker    <enum name='XML_SCHEMAP_COS_VALID_DEFAULT_2_1' file='xmlerror' value='3059' type='xmlParserErrors' info='3059'/>
5233*7c568831SAndroid Build Coastguard Worker    <enum name='XML_SCHEMAP_COS_VALID_DEFAULT_2_2_1' file='xmlerror' value='3060' type='xmlParserErrors' info='3060'/>
5234*7c568831SAndroid Build Coastguard Worker    <enum name='XML_SCHEMAP_COS_VALID_DEFAULT_2_2_2' file='xmlerror' value='3061' type='xmlParserErrors' info='3061'/>
5235*7c568831SAndroid Build Coastguard Worker    <enum name='XML_SCHEMAP_CT_PROPS_CORRECT_1' file='xmlerror' value='1782' type='xmlParserErrors' info='1782'/>
5236*7c568831SAndroid Build Coastguard Worker    <enum name='XML_SCHEMAP_CT_PROPS_CORRECT_2' file='xmlerror' value='1783' type='xmlParserErrors' info='1783'/>
5237*7c568831SAndroid Build Coastguard Worker    <enum name='XML_SCHEMAP_CT_PROPS_CORRECT_3' file='xmlerror' value='1784' type='xmlParserErrors' info='1784'/>
5238*7c568831SAndroid Build Coastguard Worker    <enum name='XML_SCHEMAP_CT_PROPS_CORRECT_4' file='xmlerror' value='1785' type='xmlParserErrors' info='1785'/>
5239*7c568831SAndroid Build Coastguard Worker    <enum name='XML_SCHEMAP_CT_PROPS_CORRECT_5' file='xmlerror' value='1786' type='xmlParserErrors' info='1786'/>
5240*7c568831SAndroid Build Coastguard Worker    <enum name='XML_SCHEMAP_CVC_SIMPLE_TYPE' file='xmlerror' value='3062' type='xmlParserErrors' info='3062'/>
5241*7c568831SAndroid Build Coastguard Worker    <enum name='XML_SCHEMAP_C_PROPS_CORRECT' file='xmlerror' value='3080' type='xmlParserErrors' info='3080'/>
5242*7c568831SAndroid Build Coastguard Worker    <enum name='XML_SCHEMAP_DEF_AND_PREFIX' file='xmlerror' value='1768' type='xmlParserErrors' info='1768'/>
5243*7c568831SAndroid Build Coastguard Worker    <enum name='XML_SCHEMAP_DERIVATION_OK_RESTRICTION_1' file='xmlerror' value='1787' type='xmlParserErrors' info='1787'/>
5244*7c568831SAndroid Build Coastguard Worker    <enum name='XML_SCHEMAP_DERIVATION_OK_RESTRICTION_2_1_1' file='xmlerror' value='1788' type='xmlParserErrors' info='1788'/>
5245*7c568831SAndroid Build Coastguard Worker    <enum name='XML_SCHEMAP_DERIVATION_OK_RESTRICTION_2_1_2' file='xmlerror' value='1789' type='xmlParserErrors' info='1789'/>
5246*7c568831SAndroid Build Coastguard Worker    <enum name='XML_SCHEMAP_DERIVATION_OK_RESTRICTION_2_1_3' file='xmlerror' value='3077' type='xmlParserErrors' info='3077'/>
5247*7c568831SAndroid Build Coastguard Worker    <enum name='XML_SCHEMAP_DERIVATION_OK_RESTRICTION_2_2' file='xmlerror' value='1790' type='xmlParserErrors' info='1790'/>
5248*7c568831SAndroid Build Coastguard Worker    <enum name='XML_SCHEMAP_DERIVATION_OK_RESTRICTION_3' file='xmlerror' value='1791' type='xmlParserErrors' info='1791'/>
5249*7c568831SAndroid Build Coastguard Worker    <enum name='XML_SCHEMAP_DERIVATION_OK_RESTRICTION_4_1' file='xmlerror' value='1797' type='xmlParserErrors' info='1797'/>
5250*7c568831SAndroid Build Coastguard Worker    <enum name='XML_SCHEMAP_DERIVATION_OK_RESTRICTION_4_2' file='xmlerror' value='1798' type='xmlParserErrors' info='1798'/>
5251*7c568831SAndroid Build Coastguard Worker    <enum name='XML_SCHEMAP_DERIVATION_OK_RESTRICTION_4_3' file='xmlerror' value='1799' type='xmlParserErrors' info='1799'/>
5252*7c568831SAndroid Build Coastguard Worker    <enum name='XML_SCHEMAP_ELEMFORMDEFAULT_VALUE' file='xmlerror' value='1705' type='xmlParserErrors' info='1705'/>
5253*7c568831SAndroid Build Coastguard Worker    <enum name='XML_SCHEMAP_ELEM_DEFAULT_FIXED' file='xmlerror' value='1755' type='xmlParserErrors' info='1755'/>
5254*7c568831SAndroid Build Coastguard Worker    <enum name='XML_SCHEMAP_ELEM_NONAME_NOREF' file='xmlerror' value='1706' type='xmlParserErrors' info='1706'/>
5255*7c568831SAndroid Build Coastguard Worker    <enum name='XML_SCHEMAP_EXTENSION_NO_BASE' file='xmlerror' value='1707' type='xmlParserErrors' info='1707'/>
5256*7c568831SAndroid Build Coastguard Worker    <enum name='XML_SCHEMAP_E_PROPS_CORRECT_2' file='xmlerror' value='3045' type='xmlParserErrors' info='3045'/>
5257*7c568831SAndroid Build Coastguard Worker    <enum name='XML_SCHEMAP_E_PROPS_CORRECT_3' file='xmlerror' value='3046' type='xmlParserErrors' info='3046'/>
5258*7c568831SAndroid Build Coastguard Worker    <enum name='XML_SCHEMAP_E_PROPS_CORRECT_4' file='xmlerror' value='3047' type='xmlParserErrors' info='3047'/>
5259*7c568831SAndroid Build Coastguard Worker    <enum name='XML_SCHEMAP_E_PROPS_CORRECT_5' file='xmlerror' value='3048' type='xmlParserErrors' info='3048'/>
5260*7c568831SAndroid Build Coastguard Worker    <enum name='XML_SCHEMAP_E_PROPS_CORRECT_6' file='xmlerror' value='3049' type='xmlParserErrors' info='3049'/>
5261*7c568831SAndroid Build Coastguard Worker    <enum name='XML_SCHEMAP_FACET_NO_VALUE' file='xmlerror' value='1708' type='xmlParserErrors' info='1708'/>
5262*7c568831SAndroid Build Coastguard Worker    <enum name='XML_SCHEMAP_FAILED_BUILD_IMPORT' file='xmlerror' value='1709' type='xmlParserErrors' info='1709'/>
5263*7c568831SAndroid Build Coastguard Worker    <enum name='XML_SCHEMAP_FAILED_LOAD' file='xmlerror' value='1757' type='xmlParserErrors' info='1757'/>
5264*7c568831SAndroid Build Coastguard Worker    <enum name='XML_SCHEMAP_FAILED_PARSE' file='xmlerror' value='1766' type='xmlParserErrors' info='1766'/>
5265*7c568831SAndroid Build Coastguard Worker    <enum name='XML_SCHEMAP_GROUP_NONAME_NOREF' file='xmlerror' value='1710' type='xmlParserErrors' info='1710'/>
5266*7c568831SAndroid Build Coastguard Worker    <enum name='XML_SCHEMAP_IMPORT_NAMESPACE_NOT_URI' file='xmlerror' value='1711' type='xmlParserErrors' info='1711'/>
5267*7c568831SAndroid Build Coastguard Worker    <enum name='XML_SCHEMAP_IMPORT_REDEFINE_NSNAME' file='xmlerror' value='1712' type='xmlParserErrors' info='1712'/>
5268*7c568831SAndroid Build Coastguard Worker    <enum name='XML_SCHEMAP_IMPORT_SCHEMA_NOT_URI' file='xmlerror' value='1713' type='xmlParserErrors' info='1713'/>
5269*7c568831SAndroid Build Coastguard Worker    <enum name='XML_SCHEMAP_INCLUDE_SCHEMA_NOT_URI' file='xmlerror' value='1770' type='xmlParserErrors' info='1770'/>
5270*7c568831SAndroid Build Coastguard Worker    <enum name='XML_SCHEMAP_INCLUDE_SCHEMA_NO_URI' file='xmlerror' value='1771' type='xmlParserErrors' info='1771'/>
5271*7c568831SAndroid Build Coastguard Worker    <enum name='XML_SCHEMAP_INTERNAL' file='xmlerror' value='3069' type='xmlParserErrors' info='3069 non-W3C'/>
5272*7c568831SAndroid Build Coastguard Worker    <enum name='XML_SCHEMAP_INTERSECTION_NOT_EXPRESSIBLE' file='xmlerror' value='1793' type='xmlParserErrors' info='1793'/>
5273*7c568831SAndroid Build Coastguard Worker    <enum name='XML_SCHEMAP_INVALID_ATTR_COMBINATION' file='xmlerror' value='1777' type='xmlParserErrors' info='1777'/>
5274*7c568831SAndroid Build Coastguard Worker    <enum name='XML_SCHEMAP_INVALID_ATTR_INLINE_COMBINATION' file='xmlerror' value='1778' type='xmlParserErrors' info='1778'/>
5275*7c568831SAndroid Build Coastguard Worker    <enum name='XML_SCHEMAP_INVALID_ATTR_NAME' file='xmlerror' value='1780' type='xmlParserErrors' info='1780'/>
5276*7c568831SAndroid Build Coastguard Worker    <enum name='XML_SCHEMAP_INVALID_ATTR_USE' file='xmlerror' value='1774' type='xmlParserErrors' info='1774'/>
5277*7c568831SAndroid Build Coastguard Worker    <enum name='XML_SCHEMAP_INVALID_BOOLEAN' file='xmlerror' value='1714' type='xmlParserErrors' info='1714'/>
5278*7c568831SAndroid Build Coastguard Worker    <enum name='XML_SCHEMAP_INVALID_ENUM' file='xmlerror' value='1715' type='xmlParserErrors' info='1715'/>
5279*7c568831SAndroid Build Coastguard Worker    <enum name='XML_SCHEMAP_INVALID_FACET' file='xmlerror' value='1716' type='xmlParserErrors' info='1716'/>
5280*7c568831SAndroid Build Coastguard Worker    <enum name='XML_SCHEMAP_INVALID_FACET_VALUE' file='xmlerror' value='1717' type='xmlParserErrors' info='1717'/>
5281*7c568831SAndroid Build Coastguard Worker    <enum name='XML_SCHEMAP_INVALID_MAXOCCURS' file='xmlerror' value='1718' type='xmlParserErrors' info='1718'/>
5282*7c568831SAndroid Build Coastguard Worker    <enum name='XML_SCHEMAP_INVALID_MINOCCURS' file='xmlerror' value='1719' type='xmlParserErrors' info='1719'/>
5283*7c568831SAndroid Build Coastguard Worker    <enum name='XML_SCHEMAP_INVALID_REF_AND_SUBTYPE' file='xmlerror' value='1720' type='xmlParserErrors' info='1720'/>
5284*7c568831SAndroid Build Coastguard Worker    <enum name='XML_SCHEMAP_INVALID_WHITE_SPACE' file='xmlerror' value='1721' type='xmlParserErrors' info='1721'/>
5285*7c568831SAndroid Build Coastguard Worker    <enum name='XML_SCHEMAP_MG_PROPS_CORRECT_1' file='xmlerror' value='3074' type='xmlParserErrors' info='3074'/>
5286*7c568831SAndroid Build Coastguard Worker    <enum name='XML_SCHEMAP_MG_PROPS_CORRECT_2' file='xmlerror' value='3075' type='xmlParserErrors' info='3075'/>
5287*7c568831SAndroid Build Coastguard Worker    <enum name='XML_SCHEMAP_MISSING_SIMPLETYPE_CHILD' file='xmlerror' value='1779' type='xmlParserErrors' info='1779'/>
5288*7c568831SAndroid Build Coastguard Worker    <enum name='XML_SCHEMAP_NOATTR_NOREF' file='xmlerror' value='1722' type='xmlParserErrors' info='1722'/>
5289*7c568831SAndroid Build Coastguard Worker    <enum name='XML_SCHEMAP_NOROOT' file='xmlerror' value='1759' type='xmlParserErrors' info='1759'/>
5290*7c568831SAndroid Build Coastguard Worker    <enum name='XML_SCHEMAP_NOTATION_NO_NAME' file='xmlerror' value='1723' type='xmlParserErrors' info='1723'/>
5291*7c568831SAndroid Build Coastguard Worker    <enum name='XML_SCHEMAP_NOTHING_TO_PARSE' file='xmlerror' value='1758' type='xmlParserErrors' info='1758'/>
5292*7c568831SAndroid Build Coastguard Worker    <enum name='XML_SCHEMAP_NOTYPE_NOREF' file='xmlerror' value='1724' type='xmlParserErrors' info='1724'/>
5293*7c568831SAndroid Build Coastguard Worker    <enum name='XML_SCHEMAP_NOT_DETERMINISTIC' file='xmlerror' value='3070' type='xmlParserErrors' info='3070 non-W3C'/>
5294*7c568831SAndroid Build Coastguard Worker    <enum name='XML_SCHEMAP_NOT_SCHEMA' file='xmlerror' value='1772' type='xmlParserErrors' info='1772'/>
5295*7c568831SAndroid Build Coastguard Worker    <enum name='XML_SCHEMAP_NO_XMLNS' file='xmlerror' value='3056' type='xmlParserErrors' info='3056'/>
5296*7c568831SAndroid Build Coastguard Worker    <enum name='XML_SCHEMAP_NO_XSI' file='xmlerror' value='3057' type='xmlParserErrors' info='3057'/>
5297*7c568831SAndroid Build Coastguard Worker    <enum name='XML_SCHEMAP_PREFIX_UNDEFINED' file='xmlerror' value='1700' type='xmlParserErrors'/>
5298*7c568831SAndroid Build Coastguard Worker    <enum name='XML_SCHEMAP_P_PROPS_CORRECT_1' file='xmlerror' value='3042' type='xmlParserErrors' info='3042'/>
5299*7c568831SAndroid Build Coastguard Worker    <enum name='XML_SCHEMAP_P_PROPS_CORRECT_2_1' file='xmlerror' value='3043' type='xmlParserErrors' info='3043'/>
5300*7c568831SAndroid Build Coastguard Worker    <enum name='XML_SCHEMAP_P_PROPS_CORRECT_2_2' file='xmlerror' value='3044' type='xmlParserErrors' info='3044'/>
5301*7c568831SAndroid Build Coastguard Worker    <enum name='XML_SCHEMAP_RECURSIVE' file='xmlerror' value='1775' type='xmlParserErrors' info='1775'/>
5302*7c568831SAndroid Build Coastguard Worker    <enum name='XML_SCHEMAP_REDEFINED_ATTR' file='xmlerror' value='1764' type='xmlParserErrors' info='1764'/>
5303*7c568831SAndroid Build Coastguard Worker    <enum name='XML_SCHEMAP_REDEFINED_ATTRGROUP' file='xmlerror' value='1763' type='xmlParserErrors' info='1763'/>
5304*7c568831SAndroid Build Coastguard Worker    <enum name='XML_SCHEMAP_REDEFINED_ELEMENT' file='xmlerror' value='1762' type='xmlParserErrors' info='1762'/>
5305*7c568831SAndroid Build Coastguard Worker    <enum name='XML_SCHEMAP_REDEFINED_GROUP' file='xmlerror' value='1760' type='xmlParserErrors' info='1760'/>
5306*7c568831SAndroid Build Coastguard Worker    <enum name='XML_SCHEMAP_REDEFINED_NOTATION' file='xmlerror' value='1765' type='xmlParserErrors' info='1765'/>
5307*7c568831SAndroid Build Coastguard Worker    <enum name='XML_SCHEMAP_REDEFINED_TYPE' file='xmlerror' value='1761' type='xmlParserErrors' info='1761'/>
5308*7c568831SAndroid Build Coastguard Worker    <enum name='XML_SCHEMAP_REF_AND_CONTENT' file='xmlerror' value='1781' type='xmlParserErrors' info='1781'/>
5309*7c568831SAndroid Build Coastguard Worker    <enum name='XML_SCHEMAP_REF_AND_SUBTYPE' file='xmlerror' value='1725' type='xmlParserErrors' info='1725'/>
5310*7c568831SAndroid Build Coastguard Worker    <enum name='XML_SCHEMAP_REGEXP_INVALID' file='xmlerror' value='1756' type='xmlParserErrors' info='1756'/>
5311*7c568831SAndroid Build Coastguard Worker    <enum name='XML_SCHEMAP_RESTRICTION_NONAME_NOREF' file='xmlerror' value='1726' type='xmlParserErrors' info='1726'/>
5312*7c568831SAndroid Build Coastguard Worker    <enum name='XML_SCHEMAP_S4S_ATTR_INVALID_VALUE' file='xmlerror' value='3037' type='xmlParserErrors' info='3037'/>
5313*7c568831SAndroid Build Coastguard Worker    <enum name='XML_SCHEMAP_S4S_ATTR_MISSING' file='xmlerror' value='3036' type='xmlParserErrors' info='3036'/>
5314*7c568831SAndroid Build Coastguard Worker    <enum name='XML_SCHEMAP_S4S_ATTR_NOT_ALLOWED' file='xmlerror' value='3035' type='xmlParserErrors' info='3035'/>
5315*7c568831SAndroid Build Coastguard Worker    <enum name='XML_SCHEMAP_S4S_ELEM_MISSING' file='xmlerror' value='3034' type='xmlParserErrors' info='3034'/>
5316*7c568831SAndroid Build Coastguard Worker    <enum name='XML_SCHEMAP_S4S_ELEM_NOT_ALLOWED' file='xmlerror' value='3033' type='xmlParserErrors' info='3033'/>
5317*7c568831SAndroid Build Coastguard Worker    <enum name='XML_SCHEMAP_SIMPLETYPE_NONAME' file='xmlerror' value='1727' type='xmlParserErrors' info='1727'/>
5318*7c568831SAndroid Build Coastguard Worker    <enum name='XML_SCHEMAP_SRC_ATTRIBUTE_1' file='xmlerror' value='3051' type='xmlParserErrors' info='3051'/>
5319*7c568831SAndroid Build Coastguard Worker    <enum name='XML_SCHEMAP_SRC_ATTRIBUTE_2' file='xmlerror' value='3052' type='xmlParserErrors' info='3052'/>
5320*7c568831SAndroid Build Coastguard Worker    <enum name='XML_SCHEMAP_SRC_ATTRIBUTE_3_1' file='xmlerror' value='3053' type='xmlParserErrors' info='3053'/>
5321*7c568831SAndroid Build Coastguard Worker    <enum name='XML_SCHEMAP_SRC_ATTRIBUTE_3_2' file='xmlerror' value='3054' type='xmlParserErrors' info='3054'/>
5322*7c568831SAndroid Build Coastguard Worker    <enum name='XML_SCHEMAP_SRC_ATTRIBUTE_4' file='xmlerror' value='3055' type='xmlParserErrors' info='3055'/>
5323*7c568831SAndroid Build Coastguard Worker    <enum name='XML_SCHEMAP_SRC_ATTRIBUTE_GROUP_1' file='xmlerror' value='3071' type='xmlParserErrors' info='3071'/>
5324*7c568831SAndroid Build Coastguard Worker    <enum name='XML_SCHEMAP_SRC_ATTRIBUTE_GROUP_2' file='xmlerror' value='3072' type='xmlParserErrors' info='3072'/>
5325*7c568831SAndroid Build Coastguard Worker    <enum name='XML_SCHEMAP_SRC_ATTRIBUTE_GROUP_3' file='xmlerror' value='3073' type='xmlParserErrors' info='3073'/>
5326*7c568831SAndroid Build Coastguard Worker    <enum name='XML_SCHEMAP_SRC_CT_1' file='xmlerror' value='3076' type='xmlParserErrors' info='3076'/>
5327*7c568831SAndroid Build Coastguard Worker    <enum name='XML_SCHEMAP_SRC_ELEMENT_1' file='xmlerror' value='3038' type='xmlParserErrors' info='3038'/>
5328*7c568831SAndroid Build Coastguard Worker    <enum name='XML_SCHEMAP_SRC_ELEMENT_2_1' file='xmlerror' value='3039' type='xmlParserErrors' info='3039'/>
5329*7c568831SAndroid Build Coastguard Worker    <enum name='XML_SCHEMAP_SRC_ELEMENT_2_2' file='xmlerror' value='3040' type='xmlParserErrors' info='3040'/>
5330*7c568831SAndroid Build Coastguard Worker    <enum name='XML_SCHEMAP_SRC_ELEMENT_3' file='xmlerror' value='3041' type='xmlParserErrors' info='3041'/>
5331*7c568831SAndroid Build Coastguard Worker    <enum name='XML_SCHEMAP_SRC_IMPORT' file='xmlerror' value='3082' type='xmlParserErrors' info='3082'/>
5332*7c568831SAndroid Build Coastguard Worker    <enum name='XML_SCHEMAP_SRC_IMPORT_1_1' file='xmlerror' value='3064' type='xmlParserErrors' info='3064'/>
5333*7c568831SAndroid Build Coastguard Worker    <enum name='XML_SCHEMAP_SRC_IMPORT_1_2' file='xmlerror' value='3065' type='xmlParserErrors' info='3065'/>
5334*7c568831SAndroid Build Coastguard Worker    <enum name='XML_SCHEMAP_SRC_IMPORT_2' file='xmlerror' value='3066' type='xmlParserErrors' info='3066'/>
5335*7c568831SAndroid Build Coastguard Worker    <enum name='XML_SCHEMAP_SRC_IMPORT_2_1' file='xmlerror' value='3067' type='xmlParserErrors' info='3067'/>
5336*7c568831SAndroid Build Coastguard Worker    <enum name='XML_SCHEMAP_SRC_IMPORT_2_2' file='xmlerror' value='3068' type='xmlParserErrors' info='3068'/>
5337*7c568831SAndroid Build Coastguard Worker    <enum name='XML_SCHEMAP_SRC_IMPORT_3_1' file='xmlerror' value='1795' type='xmlParserErrors' info='1795'/>
5338*7c568831SAndroid Build Coastguard Worker    <enum name='XML_SCHEMAP_SRC_IMPORT_3_2' file='xmlerror' value='1796' type='xmlParserErrors' info='1796'/>
5339*7c568831SAndroid Build Coastguard Worker    <enum name='XML_SCHEMAP_SRC_INCLUDE' file='xmlerror' value='3050' type='xmlParserErrors' info='3050'/>
5340*7c568831SAndroid Build Coastguard Worker    <enum name='XML_SCHEMAP_SRC_LIST_ITEMTYPE_OR_SIMPLETYPE' file='xmlerror' value='3006' type='xmlParserErrors' info='3006'/>
5341*7c568831SAndroid Build Coastguard Worker    <enum name='XML_SCHEMAP_SRC_REDEFINE' file='xmlerror' value='3081' type='xmlParserErrors' info='3081'/>
5342*7c568831SAndroid Build Coastguard Worker    <enum name='XML_SCHEMAP_SRC_RESOLVE' file='xmlerror' value='3004' type='xmlParserErrors' info='3004'/>
5343*7c568831SAndroid Build Coastguard Worker    <enum name='XML_SCHEMAP_SRC_RESTRICTION_BASE_OR_SIMPLETYPE' file='xmlerror' value='3005' type='xmlParserErrors' info='3005'/>
5344*7c568831SAndroid Build Coastguard Worker    <enum name='XML_SCHEMAP_SRC_SIMPLE_TYPE_1' file='xmlerror' value='3000' type='xmlParserErrors'/>
5345*7c568831SAndroid Build Coastguard Worker    <enum name='XML_SCHEMAP_SRC_SIMPLE_TYPE_2' file='xmlerror' value='3001' type='xmlParserErrors' info='3001'/>
5346*7c568831SAndroid Build Coastguard Worker    <enum name='XML_SCHEMAP_SRC_SIMPLE_TYPE_3' file='xmlerror' value='3002' type='xmlParserErrors' info='3002'/>
5347*7c568831SAndroid Build Coastguard Worker    <enum name='XML_SCHEMAP_SRC_SIMPLE_TYPE_4' file='xmlerror' value='3003' type='xmlParserErrors' info='3003'/>
5348*7c568831SAndroid Build Coastguard Worker    <enum name='XML_SCHEMAP_SRC_UNION_MEMBERTYPES_OR_SIMPLETYPES' file='xmlerror' value='3007' type='xmlParserErrors' info='3007'/>
5349*7c568831SAndroid Build Coastguard Worker    <enum name='XML_SCHEMAP_ST_PROPS_CORRECT_1' file='xmlerror' value='3008' type='xmlParserErrors' info='3008'/>
5350*7c568831SAndroid Build Coastguard Worker    <enum name='XML_SCHEMAP_ST_PROPS_CORRECT_2' file='xmlerror' value='3009' type='xmlParserErrors' info='3009'/>
5351*7c568831SAndroid Build Coastguard Worker    <enum name='XML_SCHEMAP_ST_PROPS_CORRECT_3' file='xmlerror' value='3010' type='xmlParserErrors' info='3010'/>
5352*7c568831SAndroid Build Coastguard Worker    <enum name='XML_SCHEMAP_SUPERNUMEROUS_LIST_ITEM_TYPE' file='xmlerror' value='1776' type='xmlParserErrors' info='1776'/>
5353*7c568831SAndroid Build Coastguard Worker    <enum name='XML_SCHEMAP_TYPE_AND_SUBTYPE' file='xmlerror' value='1728' type='xmlParserErrors' info='1728'/>
5354*7c568831SAndroid Build Coastguard Worker    <enum name='XML_SCHEMAP_UNION_NOT_EXPRESSIBLE' file='xmlerror' value='1794' type='xmlParserErrors' info='1794'/>
5355*7c568831SAndroid Build Coastguard Worker    <enum name='XML_SCHEMAP_UNKNOWN_ALL_CHILD' file='xmlerror' value='1729' type='xmlParserErrors' info='1729'/>
5356*7c568831SAndroid Build Coastguard Worker    <enum name='XML_SCHEMAP_UNKNOWN_ANYATTRIBUTE_CHILD' file='xmlerror' value='1730' type='xmlParserErrors' info='1730'/>
5357*7c568831SAndroid Build Coastguard Worker    <enum name='XML_SCHEMAP_UNKNOWN_ATTRGRP_CHILD' file='xmlerror' value='1732' type='xmlParserErrors' info='1732'/>
5358*7c568831SAndroid Build Coastguard Worker    <enum name='XML_SCHEMAP_UNKNOWN_ATTRIBUTE_GROUP' file='xmlerror' value='1733' type='xmlParserErrors' info='1733'/>
5359*7c568831SAndroid Build Coastguard Worker    <enum name='XML_SCHEMAP_UNKNOWN_ATTR_CHILD' file='xmlerror' value='1731' type='xmlParserErrors' info='1731'/>
5360*7c568831SAndroid Build Coastguard Worker    <enum name='XML_SCHEMAP_UNKNOWN_BASE_TYPE' file='xmlerror' value='1734' type='xmlParserErrors' info='1734'/>
5361*7c568831SAndroid Build Coastguard Worker    <enum name='XML_SCHEMAP_UNKNOWN_CHOICE_CHILD' file='xmlerror' value='1735' type='xmlParserErrors' info='1735'/>
5362*7c568831SAndroid Build Coastguard Worker    <enum name='XML_SCHEMAP_UNKNOWN_COMPLEXCONTENT_CHILD' file='xmlerror' value='1736' type='xmlParserErrors' info='1736'/>
5363*7c568831SAndroid Build Coastguard Worker    <enum name='XML_SCHEMAP_UNKNOWN_COMPLEXTYPE_CHILD' file='xmlerror' value='1737' type='xmlParserErrors' info='1737'/>
5364*7c568831SAndroid Build Coastguard Worker    <enum name='XML_SCHEMAP_UNKNOWN_ELEM_CHILD' file='xmlerror' value='1738' type='xmlParserErrors' info='1738'/>
5365*7c568831SAndroid Build Coastguard Worker    <enum name='XML_SCHEMAP_UNKNOWN_EXTENSION_CHILD' file='xmlerror' value='1739' type='xmlParserErrors' info='1739'/>
5366*7c568831SAndroid Build Coastguard Worker    <enum name='XML_SCHEMAP_UNKNOWN_FACET_CHILD' file='xmlerror' value='1740' type='xmlParserErrors' info='1740'/>
5367*7c568831SAndroid Build Coastguard Worker    <enum name='XML_SCHEMAP_UNKNOWN_FACET_TYPE' file='xmlerror' value='1741' type='xmlParserErrors' info='1741'/>
5368*7c568831SAndroid Build Coastguard Worker    <enum name='XML_SCHEMAP_UNKNOWN_GROUP_CHILD' file='xmlerror' value='1742' type='xmlParserErrors' info='1742'/>
5369*7c568831SAndroid Build Coastguard Worker    <enum name='XML_SCHEMAP_UNKNOWN_IMPORT_CHILD' file='xmlerror' value='1743' type='xmlParserErrors' info='1743'/>
5370*7c568831SAndroid Build Coastguard Worker    <enum name='XML_SCHEMAP_UNKNOWN_INCLUDE_CHILD' file='xmlerror' value='1769' type='xmlParserErrors' info='1769'/>
5371*7c568831SAndroid Build Coastguard Worker    <enum name='XML_SCHEMAP_UNKNOWN_LIST_CHILD' file='xmlerror' value='1744' type='xmlParserErrors' info='1744'/>
5372*7c568831SAndroid Build Coastguard Worker    <enum name='XML_SCHEMAP_UNKNOWN_MEMBER_TYPE' file='xmlerror' value='1773' type='xmlParserErrors' info='1773'/>
5373*7c568831SAndroid Build Coastguard Worker    <enum name='XML_SCHEMAP_UNKNOWN_NOTATION_CHILD' file='xmlerror' value='1745' type='xmlParserErrors' info='1745'/>
5374*7c568831SAndroid Build Coastguard Worker    <enum name='XML_SCHEMAP_UNKNOWN_PREFIX' file='xmlerror' value='1767' type='xmlParserErrors' info='1767'/>
5375*7c568831SAndroid Build Coastguard Worker    <enum name='XML_SCHEMAP_UNKNOWN_PROCESSCONTENT_CHILD' file='xmlerror' value='1746' type='xmlParserErrors' info='1746'/>
5376*7c568831SAndroid Build Coastguard Worker    <enum name='XML_SCHEMAP_UNKNOWN_REF' file='xmlerror' value='1747' type='xmlParserErrors' info='1747'/>
5377*7c568831SAndroid Build Coastguard Worker    <enum name='XML_SCHEMAP_UNKNOWN_RESTRICTION_CHILD' file='xmlerror' value='1748' type='xmlParserErrors' info='1748'/>
5378*7c568831SAndroid Build Coastguard Worker    <enum name='XML_SCHEMAP_UNKNOWN_SCHEMAS_CHILD' file='xmlerror' value='1749' type='xmlParserErrors' info='1749'/>
5379*7c568831SAndroid Build Coastguard Worker    <enum name='XML_SCHEMAP_UNKNOWN_SEQUENCE_CHILD' file='xmlerror' value='1750' type='xmlParserErrors' info='1750'/>
5380*7c568831SAndroid Build Coastguard Worker    <enum name='XML_SCHEMAP_UNKNOWN_SIMPLECONTENT_CHILD' file='xmlerror' value='1751' type='xmlParserErrors' info='1751'/>
5381*7c568831SAndroid Build Coastguard Worker    <enum name='XML_SCHEMAP_UNKNOWN_SIMPLETYPE_CHILD' file='xmlerror' value='1752' type='xmlParserErrors' info='1752'/>
5382*7c568831SAndroid Build Coastguard Worker    <enum name='XML_SCHEMAP_UNKNOWN_TYPE' file='xmlerror' value='1753' type='xmlParserErrors' info='1753'/>
5383*7c568831SAndroid Build Coastguard Worker    <enum name='XML_SCHEMAP_UNKNOWN_UNION_CHILD' file='xmlerror' value='1754' type='xmlParserErrors' info='1754'/>
5384*7c568831SAndroid Build Coastguard Worker    <enum name='XML_SCHEMAP_WARN_ATTR_POINTLESS_PROH' file='xmlerror' value='3086' type='xmlParserErrors' info='3085'/>
5385*7c568831SAndroid Build Coastguard Worker    <enum name='XML_SCHEMAP_WARN_ATTR_REDECL_PROH' file='xmlerror' value='3085' type='xmlParserErrors' info='3085'/>
5386*7c568831SAndroid Build Coastguard Worker    <enum name='XML_SCHEMAP_WARN_SKIP_SCHEMA' file='xmlerror' value='3083' type='xmlParserErrors' info='3083'/>
5387*7c568831SAndroid Build Coastguard Worker    <enum name='XML_SCHEMAP_WARN_UNLOCATED_SCHEMA' file='xmlerror' value='3084' type='xmlParserErrors' info='3084'/>
5388*7c568831SAndroid Build Coastguard Worker    <enum name='XML_SCHEMAP_WILDCARD_INVALID_NS_MEMBER' file='xmlerror' value='1792' type='xmlParserErrors' info='1792'/>
5389*7c568831SAndroid Build Coastguard Worker    <enum name='XML_SCHEMAS_ANYSIMPLETYPE' file='schemasInternals' value='46' type='xmlSchemaValType'/>
5390*7c568831SAndroid Build Coastguard Worker    <enum name='XML_SCHEMAS_ANYTYPE' file='schemasInternals' value='45' type='xmlSchemaValType'/>
5391*7c568831SAndroid Build Coastguard Worker    <enum name='XML_SCHEMAS_ANYURI' file='schemasInternals' value='29' type='xmlSchemaValType'/>
5392*7c568831SAndroid Build Coastguard Worker    <enum name='XML_SCHEMAS_BASE64BINARY' file='schemasInternals' value='44' type='xmlSchemaValType'/>
5393*7c568831SAndroid Build Coastguard Worker    <enum name='XML_SCHEMAS_BOOLEAN' file='schemasInternals' value='15' type='xmlSchemaValType'/>
5394*7c568831SAndroid Build Coastguard Worker    <enum name='XML_SCHEMAS_BYTE' file='schemasInternals' value='41' type='xmlSchemaValType'/>
5395*7c568831SAndroid Build Coastguard Worker    <enum name='XML_SCHEMAS_DATE' file='schemasInternals' value='10' type='xmlSchemaValType'/>
5396*7c568831SAndroid Build Coastguard Worker    <enum name='XML_SCHEMAS_DATETIME' file='schemasInternals' value='11' type='xmlSchemaValType'/>
5397*7c568831SAndroid Build Coastguard Worker    <enum name='XML_SCHEMAS_DECIMAL' file='schemasInternals' value='3' type='xmlSchemaValType'/>
5398*7c568831SAndroid Build Coastguard Worker    <enum name='XML_SCHEMAS_DOUBLE' file='schemasInternals' value='14' type='xmlSchemaValType'/>
5399*7c568831SAndroid Build Coastguard Worker    <enum name='XML_SCHEMAS_DURATION' file='schemasInternals' value='12' type='xmlSchemaValType'/>
5400*7c568831SAndroid Build Coastguard Worker    <enum name='XML_SCHEMAS_ENTITIES' file='schemasInternals' value='27' type='xmlSchemaValType'/>
5401*7c568831SAndroid Build Coastguard Worker    <enum name='XML_SCHEMAS_ENTITY' file='schemasInternals' value='26' type='xmlSchemaValType'/>
5402*7c568831SAndroid Build Coastguard Worker    <enum name='XML_SCHEMAS_ERR_' file='xmlschemas' value='24' type='xmlSchemaValidError'/>
5403*7c568831SAndroid Build Coastguard Worker    <enum name='XML_SCHEMAS_ERR_ATTRINVALID' file='xmlschemas' value='21' type='xmlSchemaValidError'/>
5404*7c568831SAndroid Build Coastguard Worker    <enum name='XML_SCHEMAS_ERR_ATTRUNKNOWN' file='xmlschemas' value='20' type='xmlSchemaValidError'/>
5405*7c568831SAndroid Build Coastguard Worker    <enum name='XML_SCHEMAS_ERR_CONSTRUCT' file='xmlschemas' value='17' type='xmlSchemaValidError'/>
5406*7c568831SAndroid Build Coastguard Worker    <enum name='XML_SCHEMAS_ERR_ELEMCONT' file='xmlschemas' value='10' type='xmlSchemaValidError'/>
5407*7c568831SAndroid Build Coastguard Worker    <enum name='XML_SCHEMAS_ERR_EXTRACONTENT' file='xmlschemas' value='13' type='xmlSchemaValidError'/>
5408*7c568831SAndroid Build Coastguard Worker    <enum name='XML_SCHEMAS_ERR_FACET' file='xmlschemas' value='23' type='xmlSchemaValidError'/>
5409*7c568831SAndroid Build Coastguard Worker    <enum name='XML_SCHEMAS_ERR_HAVEDEFAULT' file='xmlschemas' value='11' type='xmlSchemaValidError'/>
5410*7c568831SAndroid Build Coastguard Worker    <enum name='XML_SCHEMAS_ERR_INTERNAL' file='xmlschemas' value='18' type='xmlSchemaValidError'/>
5411*7c568831SAndroid Build Coastguard Worker    <enum name='XML_SCHEMAS_ERR_INVALIDATTR' file='xmlschemas' value='14' type='xmlSchemaValidError'/>
5412*7c568831SAndroid Build Coastguard Worker    <enum name='XML_SCHEMAS_ERR_INVALIDELEM' file='xmlschemas' value='15' type='xmlSchemaValidError'/>
5413*7c568831SAndroid Build Coastguard Worker    <enum name='XML_SCHEMAS_ERR_ISABSTRACT' file='xmlschemas' value='8' type='xmlSchemaValidError'/>
5414*7c568831SAndroid Build Coastguard Worker    <enum name='XML_SCHEMAS_ERR_MISSING' file='xmlschemas' value='4' type='xmlSchemaValidError'/>
5415*7c568831SAndroid Build Coastguard Worker    <enum name='XML_SCHEMAS_ERR_NOROLLBACK' file='xmlschemas' value='7' type='xmlSchemaValidError'/>
5416*7c568831SAndroid Build Coastguard Worker    <enum name='XML_SCHEMAS_ERR_NOROOT' file='xmlschemas' value='1' type='xmlSchemaValidError'/>
5417*7c568831SAndroid Build Coastguard Worker    <enum name='XML_SCHEMAS_ERR_NOTDETERMINIST' file='xmlschemas' value='16' type='xmlSchemaValidError'/>
5418*7c568831SAndroid Build Coastguard Worker    <enum name='XML_SCHEMAS_ERR_NOTEMPTY' file='xmlschemas' value='9' type='xmlSchemaValidError'/>
5419*7c568831SAndroid Build Coastguard Worker    <enum name='XML_SCHEMAS_ERR_NOTNILLABLE' file='xmlschemas' value='12' type='xmlSchemaValidError'/>
5420*7c568831SAndroid Build Coastguard Worker    <enum name='XML_SCHEMAS_ERR_NOTSIMPLE' file='xmlschemas' value='19' type='xmlSchemaValidError'/>
5421*7c568831SAndroid Build Coastguard Worker    <enum name='XML_SCHEMAS_ERR_NOTTOPLEVEL' file='xmlschemas' value='3' type='xmlSchemaValidError'/>
5422*7c568831SAndroid Build Coastguard Worker    <enum name='XML_SCHEMAS_ERR_NOTYPE' file='xmlschemas' value='6' type='xmlSchemaValidError'/>
5423*7c568831SAndroid Build Coastguard Worker    <enum name='XML_SCHEMAS_ERR_OK' file='xmlschemas' value='0' type='xmlSchemaValidError'/>
5424*7c568831SAndroid Build Coastguard Worker    <enum name='XML_SCHEMAS_ERR_UNDECLAREDELEM' file='xmlschemas' value='2' type='xmlSchemaValidError'/>
5425*7c568831SAndroid Build Coastguard Worker    <enum name='XML_SCHEMAS_ERR_VALUE' file='xmlschemas' value='22' type='xmlSchemaValidError'/>
5426*7c568831SAndroid Build Coastguard Worker    <enum name='XML_SCHEMAS_ERR_WRONGELEM' file='xmlschemas' value='5' type='xmlSchemaValidError'/>
5427*7c568831SAndroid Build Coastguard Worker    <enum name='XML_SCHEMAS_ERR_XXX' file='xmlschemas' value='25' type='xmlSchemaValidError'/>
5428*7c568831SAndroid Build Coastguard Worker    <enum name='XML_SCHEMAS_FLOAT' file='schemasInternals' value='13' type='xmlSchemaValType'/>
5429*7c568831SAndroid Build Coastguard Worker    <enum name='XML_SCHEMAS_GDAY' file='schemasInternals' value='5' type='xmlSchemaValType'/>
5430*7c568831SAndroid Build Coastguard Worker    <enum name='XML_SCHEMAS_GMONTH' file='schemasInternals' value='6' type='xmlSchemaValType'/>
5431*7c568831SAndroid Build Coastguard Worker    <enum name='XML_SCHEMAS_GMONTHDAY' file='schemasInternals' value='7' type='xmlSchemaValType'/>
5432*7c568831SAndroid Build Coastguard Worker    <enum name='XML_SCHEMAS_GYEAR' file='schemasInternals' value='8' type='xmlSchemaValType'/>
5433*7c568831SAndroid Build Coastguard Worker    <enum name='XML_SCHEMAS_GYEARMONTH' file='schemasInternals' value='9' type='xmlSchemaValType'/>
5434*7c568831SAndroid Build Coastguard Worker    <enum name='XML_SCHEMAS_HEXBINARY' file='schemasInternals' value='43' type='xmlSchemaValType'/>
5435*7c568831SAndroid Build Coastguard Worker    <enum name='XML_SCHEMAS_ID' file='schemasInternals' value='23' type='xmlSchemaValType'/>
5436*7c568831SAndroid Build Coastguard Worker    <enum name='XML_SCHEMAS_IDREF' file='schemasInternals' value='24' type='xmlSchemaValType'/>
5437*7c568831SAndroid Build Coastguard Worker    <enum name='XML_SCHEMAS_IDREFS' file='schemasInternals' value='25' type='xmlSchemaValType'/>
5438*7c568831SAndroid Build Coastguard Worker    <enum name='XML_SCHEMAS_INT' file='schemasInternals' value='35' type='xmlSchemaValType'/>
5439*7c568831SAndroid Build Coastguard Worker    <enum name='XML_SCHEMAS_INTEGER' file='schemasInternals' value='30' type='xmlSchemaValType'/>
5440*7c568831SAndroid Build Coastguard Worker    <enum name='XML_SCHEMAS_LANGUAGE' file='schemasInternals' value='17' type='xmlSchemaValType'/>
5441*7c568831SAndroid Build Coastguard Worker    <enum name='XML_SCHEMAS_LONG' file='schemasInternals' value='37' type='xmlSchemaValType'/>
5442*7c568831SAndroid Build Coastguard Worker    <enum name='XML_SCHEMAS_NAME' file='schemasInternals' value='20' type='xmlSchemaValType'/>
5443*7c568831SAndroid Build Coastguard Worker    <enum name='XML_SCHEMAS_NCNAME' file='schemasInternals' value='22' type='xmlSchemaValType'/>
5444*7c568831SAndroid Build Coastguard Worker    <enum name='XML_SCHEMAS_NINTEGER' file='schemasInternals' value='32' type='xmlSchemaValType'/>
5445*7c568831SAndroid Build Coastguard Worker    <enum name='XML_SCHEMAS_NMTOKEN' file='schemasInternals' value='18' type='xmlSchemaValType'/>
5446*7c568831SAndroid Build Coastguard Worker    <enum name='XML_SCHEMAS_NMTOKENS' file='schemasInternals' value='19' type='xmlSchemaValType'/>
5447*7c568831SAndroid Build Coastguard Worker    <enum name='XML_SCHEMAS_NNINTEGER' file='schemasInternals' value='33' type='xmlSchemaValType'/>
5448*7c568831SAndroid Build Coastguard Worker    <enum name='XML_SCHEMAS_NORMSTRING' file='schemasInternals' value='2' type='xmlSchemaValType'/>
5449*7c568831SAndroid Build Coastguard Worker    <enum name='XML_SCHEMAS_NOTATION' file='schemasInternals' value='28' type='xmlSchemaValType'/>
5450*7c568831SAndroid Build Coastguard Worker    <enum name='XML_SCHEMAS_NPINTEGER' file='schemasInternals' value='31' type='xmlSchemaValType'/>
5451*7c568831SAndroid Build Coastguard Worker    <enum name='XML_SCHEMAS_PINTEGER' file='schemasInternals' value='34' type='xmlSchemaValType'/>
5452*7c568831SAndroid Build Coastguard Worker    <enum name='XML_SCHEMAS_QNAME' file='schemasInternals' value='21' type='xmlSchemaValType'/>
5453*7c568831SAndroid Build Coastguard Worker    <enum name='XML_SCHEMAS_SHORT' file='schemasInternals' value='39' type='xmlSchemaValType'/>
5454*7c568831SAndroid Build Coastguard Worker    <enum name='XML_SCHEMAS_STRING' file='schemasInternals' value='1' type='xmlSchemaValType'/>
5455*7c568831SAndroid Build Coastguard Worker    <enum name='XML_SCHEMAS_TIME' file='schemasInternals' value='4' type='xmlSchemaValType'/>
5456*7c568831SAndroid Build Coastguard Worker    <enum name='XML_SCHEMAS_TOKEN' file='schemasInternals' value='16' type='xmlSchemaValType'/>
5457*7c568831SAndroid Build Coastguard Worker    <enum name='XML_SCHEMAS_UBYTE' file='schemasInternals' value='42' type='xmlSchemaValType'/>
5458*7c568831SAndroid Build Coastguard Worker    <enum name='XML_SCHEMAS_UINT' file='schemasInternals' value='36' type='xmlSchemaValType'/>
5459*7c568831SAndroid Build Coastguard Worker    <enum name='XML_SCHEMAS_ULONG' file='schemasInternals' value='38' type='xmlSchemaValType'/>
5460*7c568831SAndroid Build Coastguard Worker    <enum name='XML_SCHEMAS_UNKNOWN' file='schemasInternals' value='0' type='xmlSchemaValType'/>
5461*7c568831SAndroid Build Coastguard Worker    <enum name='XML_SCHEMAS_USHORT' file='schemasInternals' value='40' type='xmlSchemaValType'/>
5462*7c568831SAndroid Build Coastguard Worker    <enum name='XML_SCHEMATRONV_ASSERT' file='xmlerror' value='4000' type='xmlParserErrors' info='4000'/>
5463*7c568831SAndroid Build Coastguard Worker    <enum name='XML_SCHEMATRONV_REPORT' file='xmlerror' value='4001' type='xmlParserErrors'/>
5464*7c568831SAndroid Build Coastguard Worker    <enum name='XML_SCHEMATRON_OUT_BUFFER' file='schematron' value='512' type='xmlSchematronValidOptions' info='output to a buffer'/>
5465*7c568831SAndroid Build Coastguard Worker    <enum name='XML_SCHEMATRON_OUT_ERROR' file='schematron' value='8' type='xmlSchematronValidOptions' info='output via xmlStructuredErrorFunc'/>
5466*7c568831SAndroid Build Coastguard Worker    <enum name='XML_SCHEMATRON_OUT_FILE' file='schematron' value='256' type='xmlSchematronValidOptions' info='output to a file descriptor'/>
5467*7c568831SAndroid Build Coastguard Worker    <enum name='XML_SCHEMATRON_OUT_IO' file='schematron' value='1024' type='xmlSchematronValidOptions' info=' output to I/O mechanism'/>
5468*7c568831SAndroid Build Coastguard Worker    <enum name='XML_SCHEMATRON_OUT_QUIET' file='schematron' value='1' type='xmlSchematronValidOptions' info='quiet no report'/>
5469*7c568831SAndroid Build Coastguard Worker    <enum name='XML_SCHEMATRON_OUT_TEXT' file='schematron' value='2' type='xmlSchematronValidOptions' info='build a textual report'/>
5470*7c568831SAndroid Build Coastguard Worker    <enum name='XML_SCHEMATRON_OUT_XML' file='schematron' value='4' type='xmlSchematronValidOptions' info='output SVRL'/>
5471*7c568831SAndroid Build Coastguard Worker    <enum name='XML_SCHEMAV_ATTRINVALID' file='xmlerror' value='1821' type='xmlParserErrors' info='1821'/>
5472*7c568831SAndroid Build Coastguard Worker    <enum name='XML_SCHEMAV_ATTRUNKNOWN' file='xmlerror' value='1820' type='xmlParserErrors' info='1820'/>
5473*7c568831SAndroid Build Coastguard Worker    <enum name='XML_SCHEMAV_CONSTRUCT' file='xmlerror' value='1817' type='xmlParserErrors' info='1817'/>
5474*7c568831SAndroid Build Coastguard Worker    <enum name='XML_SCHEMAV_CVC_ATTRIBUTE_1' file='xmlerror' value='1861' type='xmlParserErrors' info='1861'/>
5475*7c568831SAndroid Build Coastguard Worker    <enum name='XML_SCHEMAV_CVC_ATTRIBUTE_2' file='xmlerror' value='1862' type='xmlParserErrors' info='1862'/>
5476*7c568831SAndroid Build Coastguard Worker    <enum name='XML_SCHEMAV_CVC_ATTRIBUTE_3' file='xmlerror' value='1863' type='xmlParserErrors' info='1863'/>
5477*7c568831SAndroid Build Coastguard Worker    <enum name='XML_SCHEMAV_CVC_ATTRIBUTE_4' file='xmlerror' value='1864' type='xmlParserErrors' info='1864'/>
5478*7c568831SAndroid Build Coastguard Worker    <enum name='XML_SCHEMAV_CVC_AU' file='xmlerror' value='1874' type='xmlParserErrors' info='1874'/>
5479*7c568831SAndroid Build Coastguard Worker    <enum name='XML_SCHEMAV_CVC_COMPLEX_TYPE_1' file='xmlerror' value='1873' type='xmlParserErrors' info='1873'/>
5480*7c568831SAndroid Build Coastguard Worker    <enum name='XML_SCHEMAV_CVC_COMPLEX_TYPE_2_1' file='xmlerror' value='1841' type='xmlParserErrors' info='1841'/>
5481*7c568831SAndroid Build Coastguard Worker    <enum name='XML_SCHEMAV_CVC_COMPLEX_TYPE_2_2' file='xmlerror' value='1842' type='xmlParserErrors' info='1842'/>
5482*7c568831SAndroid Build Coastguard Worker    <enum name='XML_SCHEMAV_CVC_COMPLEX_TYPE_2_3' file='xmlerror' value='1843' type='xmlParserErrors' info='1843'/>
5483*7c568831SAndroid Build Coastguard Worker    <enum name='XML_SCHEMAV_CVC_COMPLEX_TYPE_2_4' file='xmlerror' value='1844' type='xmlParserErrors' info='1844'/>
5484*7c568831SAndroid Build Coastguard Worker    <enum name='XML_SCHEMAV_CVC_COMPLEX_TYPE_3_1' file='xmlerror' value='1865' type='xmlParserErrors' info='1865'/>
5485*7c568831SAndroid Build Coastguard Worker    <enum name='XML_SCHEMAV_CVC_COMPLEX_TYPE_3_2_1' file='xmlerror' value='1866' type='xmlParserErrors' info='1866'/>
5486*7c568831SAndroid Build Coastguard Worker    <enum name='XML_SCHEMAV_CVC_COMPLEX_TYPE_3_2_2' file='xmlerror' value='1867' type='xmlParserErrors' info='1867'/>
5487*7c568831SAndroid Build Coastguard Worker    <enum name='XML_SCHEMAV_CVC_COMPLEX_TYPE_4' file='xmlerror' value='1868' type='xmlParserErrors' info='1868'/>
5488*7c568831SAndroid Build Coastguard Worker    <enum name='XML_SCHEMAV_CVC_COMPLEX_TYPE_5_1' file='xmlerror' value='1869' type='xmlParserErrors' info='1869'/>
5489*7c568831SAndroid Build Coastguard Worker    <enum name='XML_SCHEMAV_CVC_COMPLEX_TYPE_5_2' file='xmlerror' value='1870' type='xmlParserErrors' info='1870'/>
5490*7c568831SAndroid Build Coastguard Worker    <enum name='XML_SCHEMAV_CVC_DATATYPE_VALID_1_2_1' file='xmlerror' value='1824' type='xmlParserErrors' info='1824'/>
5491*7c568831SAndroid Build Coastguard Worker    <enum name='XML_SCHEMAV_CVC_DATATYPE_VALID_1_2_2' file='xmlerror' value='1825' type='xmlParserErrors' info='1825'/>
5492*7c568831SAndroid Build Coastguard Worker    <enum name='XML_SCHEMAV_CVC_DATATYPE_VALID_1_2_3' file='xmlerror' value='1826' type='xmlParserErrors' info='1826'/>
5493*7c568831SAndroid Build Coastguard Worker    <enum name='XML_SCHEMAV_CVC_ELT_1' file='xmlerror' value='1845' type='xmlParserErrors' info='1845'/>
5494*7c568831SAndroid Build Coastguard Worker    <enum name='XML_SCHEMAV_CVC_ELT_2' file='xmlerror' value='1846' type='xmlParserErrors' info='1846'/>
5495*7c568831SAndroid Build Coastguard Worker    <enum name='XML_SCHEMAV_CVC_ELT_3_1' file='xmlerror' value='1847' type='xmlParserErrors' info='1847'/>
5496*7c568831SAndroid Build Coastguard Worker    <enum name='XML_SCHEMAV_CVC_ELT_3_2_1' file='xmlerror' value='1848' type='xmlParserErrors' info='1848'/>
5497*7c568831SAndroid Build Coastguard Worker    <enum name='XML_SCHEMAV_CVC_ELT_3_2_2' file='xmlerror' value='1849' type='xmlParserErrors' info='1849'/>
5498*7c568831SAndroid Build Coastguard Worker    <enum name='XML_SCHEMAV_CVC_ELT_4_1' file='xmlerror' value='1850' type='xmlParserErrors' info='1850'/>
5499*7c568831SAndroid Build Coastguard Worker    <enum name='XML_SCHEMAV_CVC_ELT_4_2' file='xmlerror' value='1851' type='xmlParserErrors' info='1851'/>
5500*7c568831SAndroid Build Coastguard Worker    <enum name='XML_SCHEMAV_CVC_ELT_4_3' file='xmlerror' value='1852' type='xmlParserErrors' info='1852'/>
5501*7c568831SAndroid Build Coastguard Worker    <enum name='XML_SCHEMAV_CVC_ELT_5_1_1' file='xmlerror' value='1853' type='xmlParserErrors' info='1853'/>
5502*7c568831SAndroid Build Coastguard Worker    <enum name='XML_SCHEMAV_CVC_ELT_5_1_2' file='xmlerror' value='1854' type='xmlParserErrors' info='1854'/>
5503*7c568831SAndroid Build Coastguard Worker    <enum name='XML_SCHEMAV_CVC_ELT_5_2_1' file='xmlerror' value='1855' type='xmlParserErrors' info='1855'/>
5504*7c568831SAndroid Build Coastguard Worker    <enum name='XML_SCHEMAV_CVC_ELT_5_2_2_1' file='xmlerror' value='1856' type='xmlParserErrors' info='1856'/>
5505*7c568831SAndroid Build Coastguard Worker    <enum name='XML_SCHEMAV_CVC_ELT_5_2_2_2_1' file='xmlerror' value='1857' type='xmlParserErrors' info='1857'/>
5506*7c568831SAndroid Build Coastguard Worker    <enum name='XML_SCHEMAV_CVC_ELT_5_2_2_2_2' file='xmlerror' value='1858' type='xmlParserErrors' info='1858'/>
5507*7c568831SAndroid Build Coastguard Worker    <enum name='XML_SCHEMAV_CVC_ELT_6' file='xmlerror' value='1859' type='xmlParserErrors' info='1859'/>
5508*7c568831SAndroid Build Coastguard Worker    <enum name='XML_SCHEMAV_CVC_ELT_7' file='xmlerror' value='1860' type='xmlParserErrors' info='1860'/>
5509*7c568831SAndroid Build Coastguard Worker    <enum name='XML_SCHEMAV_CVC_ENUMERATION_VALID' file='xmlerror' value='1840' type='xmlParserErrors' info='1840'/>
5510*7c568831SAndroid Build Coastguard Worker    <enum name='XML_SCHEMAV_CVC_FACET_VALID' file='xmlerror' value='1829' type='xmlParserErrors' info='1829'/>
5511*7c568831SAndroid Build Coastguard Worker    <enum name='XML_SCHEMAV_CVC_FRACTIONDIGITS_VALID' file='xmlerror' value='1838' type='xmlParserErrors' info='1838'/>
5512*7c568831SAndroid Build Coastguard Worker    <enum name='XML_SCHEMAV_CVC_IDC' file='xmlerror' value='1877' type='xmlParserErrors' info='1877'/>
5513*7c568831SAndroid Build Coastguard Worker    <enum name='XML_SCHEMAV_CVC_LENGTH_VALID' file='xmlerror' value='1830' type='xmlParserErrors' info='1830'/>
5514*7c568831SAndroid Build Coastguard Worker    <enum name='XML_SCHEMAV_CVC_MAXEXCLUSIVE_VALID' file='xmlerror' value='1836' type='xmlParserErrors' info='1836'/>
5515*7c568831SAndroid Build Coastguard Worker    <enum name='XML_SCHEMAV_CVC_MAXINCLUSIVE_VALID' file='xmlerror' value='1834' type='xmlParserErrors' info='1834'/>
5516*7c568831SAndroid Build Coastguard Worker    <enum name='XML_SCHEMAV_CVC_MAXLENGTH_VALID' file='xmlerror' value='1832' type='xmlParserErrors' info='1832'/>
5517*7c568831SAndroid Build Coastguard Worker    <enum name='XML_SCHEMAV_CVC_MINEXCLUSIVE_VALID' file='xmlerror' value='1835' type='xmlParserErrors' info='1835'/>
5518*7c568831SAndroid Build Coastguard Worker    <enum name='XML_SCHEMAV_CVC_MININCLUSIVE_VALID' file='xmlerror' value='1833' type='xmlParserErrors' info='1833'/>
5519*7c568831SAndroid Build Coastguard Worker    <enum name='XML_SCHEMAV_CVC_MINLENGTH_VALID' file='xmlerror' value='1831' type='xmlParserErrors' info='1831'/>
5520*7c568831SAndroid Build Coastguard Worker    <enum name='XML_SCHEMAV_CVC_PATTERN_VALID' file='xmlerror' value='1839' type='xmlParserErrors' info='1839'/>
5521*7c568831SAndroid Build Coastguard Worker    <enum name='XML_SCHEMAV_CVC_TOTALDIGITS_VALID' file='xmlerror' value='1837' type='xmlParserErrors' info='1837'/>
5522*7c568831SAndroid Build Coastguard Worker    <enum name='XML_SCHEMAV_CVC_TYPE_1' file='xmlerror' value='1875' type='xmlParserErrors' info='1875'/>
5523*7c568831SAndroid Build Coastguard Worker    <enum name='XML_SCHEMAV_CVC_TYPE_2' file='xmlerror' value='1876' type='xmlParserErrors' info='1876'/>
5524*7c568831SAndroid Build Coastguard Worker    <enum name='XML_SCHEMAV_CVC_TYPE_3_1_1' file='xmlerror' value='1827' type='xmlParserErrors' info='1827'/>
5525*7c568831SAndroid Build Coastguard Worker    <enum name='XML_SCHEMAV_CVC_TYPE_3_1_2' file='xmlerror' value='1828' type='xmlParserErrors' info='1828'/>
5526*7c568831SAndroid Build Coastguard Worker    <enum name='XML_SCHEMAV_CVC_WILDCARD' file='xmlerror' value='1878' type='xmlParserErrors' info='1878'/>
5527*7c568831SAndroid Build Coastguard Worker    <enum name='XML_SCHEMAV_DOCUMENT_ELEMENT_MISSING' file='xmlerror' value='1872' type='xmlParserErrors' info='1872'/>
5528*7c568831SAndroid Build Coastguard Worker    <enum name='XML_SCHEMAV_ELEMCONT' file='xmlerror' value='1810' type='xmlParserErrors' info='1810'/>
5529*7c568831SAndroid Build Coastguard Worker    <enum name='XML_SCHEMAV_ELEMENT_CONTENT' file='xmlerror' value='1871' type='xmlParserErrors' info='1871'/>
5530*7c568831SAndroid Build Coastguard Worker    <enum name='XML_SCHEMAV_EXTRACONTENT' file='xmlerror' value='1813' type='xmlParserErrors' info='1813'/>
5531*7c568831SAndroid Build Coastguard Worker    <enum name='XML_SCHEMAV_FACET' file='xmlerror' value='1823' type='xmlParserErrors' info='1823'/>
5532*7c568831SAndroid Build Coastguard Worker    <enum name='XML_SCHEMAV_HAVEDEFAULT' file='xmlerror' value='1811' type='xmlParserErrors' info='1811'/>
5533*7c568831SAndroid Build Coastguard Worker    <enum name='XML_SCHEMAV_INTERNAL' file='xmlerror' value='1818' type='xmlParserErrors' info='1818'/>
5534*7c568831SAndroid Build Coastguard Worker    <enum name='XML_SCHEMAV_INVALIDATTR' file='xmlerror' value='1814' type='xmlParserErrors' info='1814'/>
5535*7c568831SAndroid Build Coastguard Worker    <enum name='XML_SCHEMAV_INVALIDELEM' file='xmlerror' value='1815' type='xmlParserErrors' info='1815'/>
5536*7c568831SAndroid Build Coastguard Worker    <enum name='XML_SCHEMAV_ISABSTRACT' file='xmlerror' value='1808' type='xmlParserErrors' info='1808'/>
5537*7c568831SAndroid Build Coastguard Worker    <enum name='XML_SCHEMAV_MISC' file='xmlerror' value='1879' type='xmlParserErrors' info='1879'/>
5538*7c568831SAndroid Build Coastguard Worker    <enum name='XML_SCHEMAV_MISSING' file='xmlerror' value='1804' type='xmlParserErrors' info='1804'/>
5539*7c568831SAndroid Build Coastguard Worker    <enum name='XML_SCHEMAV_NOROLLBACK' file='xmlerror' value='1807' type='xmlParserErrors' info='1807'/>
5540*7c568831SAndroid Build Coastguard Worker    <enum name='XML_SCHEMAV_NOROOT' file='xmlerror' value='1801' type='xmlParserErrors'/>
5541*7c568831SAndroid Build Coastguard Worker    <enum name='XML_SCHEMAV_NOTDETERMINIST' file='xmlerror' value='1816' type='xmlParserErrors' info='1816'/>
5542*7c568831SAndroid Build Coastguard Worker    <enum name='XML_SCHEMAV_NOTEMPTY' file='xmlerror' value='1809' type='xmlParserErrors' info='1809'/>
5543*7c568831SAndroid Build Coastguard Worker    <enum name='XML_SCHEMAV_NOTNILLABLE' file='xmlerror' value='1812' type='xmlParserErrors' info='1812'/>
5544*7c568831SAndroid Build Coastguard Worker    <enum name='XML_SCHEMAV_NOTSIMPLE' file='xmlerror' value='1819' type='xmlParserErrors' info='1819'/>
5545*7c568831SAndroid Build Coastguard Worker    <enum name='XML_SCHEMAV_NOTTOPLEVEL' file='xmlerror' value='1803' type='xmlParserErrors' info='1803'/>
5546*7c568831SAndroid Build Coastguard Worker    <enum name='XML_SCHEMAV_NOTYPE' file='xmlerror' value='1806' type='xmlParserErrors' info='1806'/>
5547*7c568831SAndroid Build Coastguard Worker    <enum name='XML_SCHEMAV_UNDECLAREDELEM' file='xmlerror' value='1802' type='xmlParserErrors' info='1802'/>
5548*7c568831SAndroid Build Coastguard Worker    <enum name='XML_SCHEMAV_VALUE' file='xmlerror' value='1822' type='xmlParserErrors' info='1822'/>
5549*7c568831SAndroid Build Coastguard Worker    <enum name='XML_SCHEMAV_WRONGELEM' file='xmlerror' value='1805' type='xmlParserErrors' info='1805'/>
5550*7c568831SAndroid Build Coastguard Worker    <enum name='XML_SCHEMA_CONTENT_ANY' file='schemasInternals' value='7' type='xmlSchemaContentType'/>
5551*7c568831SAndroid Build Coastguard Worker    <enum name='XML_SCHEMA_CONTENT_BASIC' file='schemasInternals' value='6' type='xmlSchemaContentType'/>
5552*7c568831SAndroid Build Coastguard Worker    <enum name='XML_SCHEMA_CONTENT_ELEMENTS' file='schemasInternals' value='2' type='xmlSchemaContentType'/>
5553*7c568831SAndroid Build Coastguard Worker    <enum name='XML_SCHEMA_CONTENT_EMPTY' file='schemasInternals' value='1' type='xmlSchemaContentType'/>
5554*7c568831SAndroid Build Coastguard Worker    <enum name='XML_SCHEMA_CONTENT_MIXED' file='schemasInternals' value='3' type='xmlSchemaContentType'/>
5555*7c568831SAndroid Build Coastguard Worker    <enum name='XML_SCHEMA_CONTENT_MIXED_OR_ELEMENTS' file='schemasInternals' value='5' type='xmlSchemaContentType' info='Obsolete'/>
5556*7c568831SAndroid Build Coastguard Worker    <enum name='XML_SCHEMA_CONTENT_SIMPLE' file='schemasInternals' value='4' type='xmlSchemaContentType'/>
5557*7c568831SAndroid Build Coastguard Worker    <enum name='XML_SCHEMA_CONTENT_UNKNOWN' file='schemasInternals' value='0' type='xmlSchemaContentType'/>
5558*7c568831SAndroid Build Coastguard Worker    <enum name='XML_SCHEMA_EXTRA_ATTR_USE_PROHIB' file='schemasInternals' value='2001' type='xmlSchemaTypeType'/>
5559*7c568831SAndroid Build Coastguard Worker    <enum name='XML_SCHEMA_EXTRA_QNAMEREF' file='schemasInternals' value='2000' type='xmlSchemaTypeType'/>
5560*7c568831SAndroid Build Coastguard Worker    <enum name='XML_SCHEMA_FACET_ENUMERATION' file='schemasInternals' value='1007' type='xmlSchemaTypeType'/>
5561*7c568831SAndroid Build Coastguard Worker    <enum name='XML_SCHEMA_FACET_FRACTIONDIGITS' file='schemasInternals' value='1005' type='xmlSchemaTypeType'/>
5562*7c568831SAndroid Build Coastguard Worker    <enum name='XML_SCHEMA_FACET_LENGTH' file='schemasInternals' value='1009' type='xmlSchemaTypeType'/>
5563*7c568831SAndroid Build Coastguard Worker    <enum name='XML_SCHEMA_FACET_MAXEXCLUSIVE' file='schemasInternals' value='1003' type='xmlSchemaTypeType'/>
5564*7c568831SAndroid Build Coastguard Worker    <enum name='XML_SCHEMA_FACET_MAXINCLUSIVE' file='schemasInternals' value='1002' type='xmlSchemaTypeType'/>
5565*7c568831SAndroid Build Coastguard Worker    <enum name='XML_SCHEMA_FACET_MAXLENGTH' file='schemasInternals' value='1010' type='xmlSchemaTypeType'/>
5566*7c568831SAndroid Build Coastguard Worker    <enum name='XML_SCHEMA_FACET_MINEXCLUSIVE' file='schemasInternals' value='1001' type='xmlSchemaTypeType'/>
5567*7c568831SAndroid Build Coastguard Worker    <enum name='XML_SCHEMA_FACET_MININCLUSIVE' file='schemasInternals' value='1000' type='xmlSchemaTypeType'/>
5568*7c568831SAndroid Build Coastguard Worker    <enum name='XML_SCHEMA_FACET_MINLENGTH' file='schemasInternals' value='1011' type='xmlSchemaTypeType'/>
5569*7c568831SAndroid Build Coastguard Worker    <enum name='XML_SCHEMA_FACET_PATTERN' file='schemasInternals' value='1006' type='xmlSchemaTypeType'/>
5570*7c568831SAndroid Build Coastguard Worker    <enum name='XML_SCHEMA_FACET_TOTALDIGITS' file='schemasInternals' value='1004' type='xmlSchemaTypeType'/>
5571*7c568831SAndroid Build Coastguard Worker    <enum name='XML_SCHEMA_FACET_WHITESPACE' file='schemasInternals' value='1008' type='xmlSchemaTypeType'/>
5572*7c568831SAndroid Build Coastguard Worker    <enum name='XML_SCHEMA_TYPE_ALL' file='schemasInternals' value='8' type='xmlSchemaTypeType'/>
5573*7c568831SAndroid Build Coastguard Worker    <enum name='XML_SCHEMA_TYPE_ANY' file='schemasInternals' value='2' type='xmlSchemaTypeType'/>
5574*7c568831SAndroid Build Coastguard Worker    <enum name='XML_SCHEMA_TYPE_ANY_ATTRIBUTE' file='schemasInternals' value='21' type='xmlSchemaTypeType'/>
5575*7c568831SAndroid Build Coastguard Worker    <enum name='XML_SCHEMA_TYPE_ATTRIBUTE' file='schemasInternals' value='15' type='xmlSchemaTypeType'/>
5576*7c568831SAndroid Build Coastguard Worker    <enum name='XML_SCHEMA_TYPE_ATTRIBUTEGROUP' file='schemasInternals' value='16' type='xmlSchemaTypeType'/>
5577*7c568831SAndroid Build Coastguard Worker    <enum name='XML_SCHEMA_TYPE_ATTRIBUTE_USE' file='schemasInternals' value='26' type='xmlSchemaTypeType'/>
5578*7c568831SAndroid Build Coastguard Worker    <enum name='XML_SCHEMA_TYPE_BASIC' file='schemasInternals' value='1' type='xmlSchemaTypeType' info='A built-in datatype'/>
5579*7c568831SAndroid Build Coastguard Worker    <enum name='XML_SCHEMA_TYPE_CHOICE' file='schemasInternals' value='7' type='xmlSchemaTypeType'/>
5580*7c568831SAndroid Build Coastguard Worker    <enum name='XML_SCHEMA_TYPE_COMPLEX' file='schemasInternals' value='5' type='xmlSchemaTypeType'/>
5581*7c568831SAndroid Build Coastguard Worker    <enum name='XML_SCHEMA_TYPE_COMPLEX_CONTENT' file='schemasInternals' value='10' type='xmlSchemaTypeType'/>
5582*7c568831SAndroid Build Coastguard Worker    <enum name='XML_SCHEMA_TYPE_ELEMENT' file='schemasInternals' value='14' type='xmlSchemaTypeType'/>
5583*7c568831SAndroid Build Coastguard Worker    <enum name='XML_SCHEMA_TYPE_EXTENSION' file='schemasInternals' value='13' type='xmlSchemaTypeType'/>
5584*7c568831SAndroid Build Coastguard Worker    <enum name='XML_SCHEMA_TYPE_FACET' file='schemasInternals' value='3' type='xmlSchemaTypeType'/>
5585*7c568831SAndroid Build Coastguard Worker    <enum name='XML_SCHEMA_TYPE_GROUP' file='schemasInternals' value='17' type='xmlSchemaTypeType'/>
5586*7c568831SAndroid Build Coastguard Worker    <enum name='XML_SCHEMA_TYPE_IDC_KEY' file='schemasInternals' value='23' type='xmlSchemaTypeType'/>
5587*7c568831SAndroid Build Coastguard Worker    <enum name='XML_SCHEMA_TYPE_IDC_KEYREF' file='schemasInternals' value='24' type='xmlSchemaTypeType'/>
5588*7c568831SAndroid Build Coastguard Worker    <enum name='XML_SCHEMA_TYPE_IDC_UNIQUE' file='schemasInternals' value='22' type='xmlSchemaTypeType'/>
5589*7c568831SAndroid Build Coastguard Worker    <enum name='XML_SCHEMA_TYPE_LIST' file='schemasInternals' value='19' type='xmlSchemaTypeType'/>
5590*7c568831SAndroid Build Coastguard Worker    <enum name='XML_SCHEMA_TYPE_NOTATION' file='schemasInternals' value='18' type='xmlSchemaTypeType'/>
5591*7c568831SAndroid Build Coastguard Worker    <enum name='XML_SCHEMA_TYPE_PARTICLE' file='schemasInternals' value='25' type='xmlSchemaTypeType'/>
5592*7c568831SAndroid Build Coastguard Worker    <enum name='XML_SCHEMA_TYPE_RESTRICTION' file='schemasInternals' value='12' type='xmlSchemaTypeType'/>
5593*7c568831SAndroid Build Coastguard Worker    <enum name='XML_SCHEMA_TYPE_SEQUENCE' file='schemasInternals' value='6' type='xmlSchemaTypeType'/>
5594*7c568831SAndroid Build Coastguard Worker    <enum name='XML_SCHEMA_TYPE_SIMPLE' file='schemasInternals' value='4' type='xmlSchemaTypeType'/>
5595*7c568831SAndroid Build Coastguard Worker    <enum name='XML_SCHEMA_TYPE_SIMPLE_CONTENT' file='schemasInternals' value='9' type='xmlSchemaTypeType'/>
5596*7c568831SAndroid Build Coastguard Worker    <enum name='XML_SCHEMA_TYPE_UNION' file='schemasInternals' value='20' type='xmlSchemaTypeType'/>
5597*7c568831SAndroid Build Coastguard Worker    <enum name='XML_SCHEMA_TYPE_UR' file='schemasInternals' value='11' type='xmlSchemaTypeType'/>
5598*7c568831SAndroid Build Coastguard Worker    <enum name='XML_SCHEMA_VAL_VC_I_CREATE' file='xmlschemas' value='1' type='xmlSchemaValidOption' info=' Default/fixed: create an attribute node
5599*7c568831SAndroid Build Coastguard Worker* or an element&apos;s text node on the instance.
5600*7c568831SAndroid Build Coastguard Worker*'/>
5601*7c568831SAndroid Build Coastguard Worker    <enum name='XML_SCHEMA_WHITESPACE_COLLAPSE' file='xmlschemastypes' value='3' type='xmlSchemaWhitespaceValueType'/>
5602*7c568831SAndroid Build Coastguard Worker    <enum name='XML_SCHEMA_WHITESPACE_PRESERVE' file='xmlschemastypes' value='1' type='xmlSchemaWhitespaceValueType'/>
5603*7c568831SAndroid Build Coastguard Worker    <enum name='XML_SCHEMA_WHITESPACE_REPLACE' file='xmlschemastypes' value='2' type='xmlSchemaWhitespaceValueType'/>
5604*7c568831SAndroid Build Coastguard Worker    <enum name='XML_SCHEMA_WHITESPACE_UNKNOWN' file='xmlschemastypes' value='0' type='xmlSchemaWhitespaceValueType'/>
5605*7c568831SAndroid Build Coastguard Worker    <enum name='XML_TEXTREADER_MODE_CLOSED' file='xmlreader' value='4' type='xmlTextReaderMode'/>
5606*7c568831SAndroid Build Coastguard Worker    <enum name='XML_TEXTREADER_MODE_EOF' file='xmlreader' value='3' type='xmlTextReaderMode'/>
5607*7c568831SAndroid Build Coastguard Worker    <enum name='XML_TEXTREADER_MODE_ERROR' file='xmlreader' value='2' type='xmlTextReaderMode'/>
5608*7c568831SAndroid Build Coastguard Worker    <enum name='XML_TEXTREADER_MODE_INITIAL' file='xmlreader' value='0' type='xmlTextReaderMode'/>
5609*7c568831SAndroid Build Coastguard Worker    <enum name='XML_TEXTREADER_MODE_INTERACTIVE' file='xmlreader' value='1' type='xmlTextReaderMode'/>
5610*7c568831SAndroid Build Coastguard Worker    <enum name='XML_TEXTREADER_MODE_READING' file='xmlreader' value='5' type='xmlTextReaderMode'/>
5611*7c568831SAndroid Build Coastguard Worker    <enum name='XML_TEXT_NODE' file='tree' value='3' type='xmlElementType'/>
5612*7c568831SAndroid Build Coastguard Worker    <enum name='XML_TREE_INVALID_DEC' file='xmlerror' value='1301' type='xmlParserErrors' info='1301'/>
5613*7c568831SAndroid Build Coastguard Worker    <enum name='XML_TREE_INVALID_HEX' file='xmlerror' value='1300' type='xmlParserErrors'/>
5614*7c568831SAndroid Build Coastguard Worker    <enum name='XML_TREE_NOT_UTF8' file='xmlerror' value='1303' type='xmlParserErrors' info='1303'/>
5615*7c568831SAndroid Build Coastguard Worker    <enum name='XML_TREE_UNTERMINATED_ENTITY' file='xmlerror' value='1302' type='xmlParserErrors' info='1302'/>
5616*7c568831SAndroid Build Coastguard Worker    <enum name='XML_WAR_CATALOG_PI' file='xmlerror' value='93' type='xmlParserErrors' info='93'/>
5617*7c568831SAndroid Build Coastguard Worker    <enum name='XML_WAR_ENCODING_MISMATCH' file='xmlerror' value='113' type='xmlParserErrors' info='113'/>
5618*7c568831SAndroid Build Coastguard Worker    <enum name='XML_WAR_ENTITY_REDEFINED' file='xmlerror' value='107' type='xmlParserErrors' info='107'/>
5619*7c568831SAndroid Build Coastguard Worker    <enum name='XML_WAR_LANG_VALUE' file='xmlerror' value='98' type='xmlParserErrors' info='98'/>
5620*7c568831SAndroid Build Coastguard Worker    <enum name='XML_WAR_NS_COLUMN' file='xmlerror' value='106' type='xmlParserErrors' info='106'/>
5621*7c568831SAndroid Build Coastguard Worker    <enum name='XML_WAR_NS_URI' file='xmlerror' value='99' type='xmlParserErrors' info='99'/>
5622*7c568831SAndroid Build Coastguard Worker    <enum name='XML_WAR_NS_URI_RELATIVE' file='xmlerror' value='100' type='xmlParserErrors' info='100'/>
5623*7c568831SAndroid Build Coastguard Worker    <enum name='XML_WAR_SPACE_VALUE' file='xmlerror' value='102' type='xmlParserErrors' info='102'/>
5624*7c568831SAndroid Build Coastguard Worker    <enum name='XML_WAR_UNDECLARED_ENTITY' file='xmlerror' value='27' type='xmlParserErrors' info='27'/>
5625*7c568831SAndroid Build Coastguard Worker    <enum name='XML_WAR_UNKNOWN_VERSION' file='xmlerror' value='97' type='xmlParserErrors' info='97'/>
5626*7c568831SAndroid Build Coastguard Worker    <enum name='XML_WITH_AUTOMATA' file='parser' value='23' type='xmlFeature'/>
5627*7c568831SAndroid Build Coastguard Worker    <enum name='XML_WITH_C14N' file='parser' value='14' type='xmlFeature'/>
5628*7c568831SAndroid Build Coastguard Worker    <enum name='XML_WITH_CATALOG' file='parser' value='15' type='xmlFeature'/>
5629*7c568831SAndroid Build Coastguard Worker    <enum name='XML_WITH_DEBUG' file='parser' value='28' type='xmlFeature'/>
5630*7c568831SAndroid Build Coastguard Worker    <enum name='XML_WITH_DEBUG_MEM' file='parser' value='29' type='xmlFeature'/>
5631*7c568831SAndroid Build Coastguard Worker    <enum name='XML_WITH_DEBUG_RUN' file='parser' value='30' type='xmlFeature' info='unused'/>
5632*7c568831SAndroid Build Coastguard Worker    <enum name='XML_WITH_EXPR' file='parser' value='24' type='xmlFeature'/>
5633*7c568831SAndroid Build Coastguard Worker    <enum name='XML_WITH_FTP' file='parser' value='9' type='xmlFeature'/>
5634*7c568831SAndroid Build Coastguard Worker    <enum name='XML_WITH_HTML' file='parser' value='12' type='xmlFeature'/>
5635*7c568831SAndroid Build Coastguard Worker    <enum name='XML_WITH_HTTP' file='parser' value='10' type='xmlFeature'/>
5636*7c568831SAndroid Build Coastguard Worker    <enum name='XML_WITH_ICONV' file='parser' value='19' type='xmlFeature'/>
5637*7c568831SAndroid Build Coastguard Worker    <enum name='XML_WITH_ICU' file='parser' value='32' type='xmlFeature'/>
5638*7c568831SAndroid Build Coastguard Worker    <enum name='XML_WITH_ISO8859X' file='parser' value='20' type='xmlFeature'/>
5639*7c568831SAndroid Build Coastguard Worker    <enum name='XML_WITH_LEGACY' file='parser' value='13' type='xmlFeature'/>
5640*7c568831SAndroid Build Coastguard Worker    <enum name='XML_WITH_LZMA' file='parser' value='33' type='xmlFeature'/>
5641*7c568831SAndroid Build Coastguard Worker    <enum name='XML_WITH_MODULES' file='parser' value='27' type='xmlFeature'/>
5642*7c568831SAndroid Build Coastguard Worker    <enum name='XML_WITH_NONE' file='parser' value='99999' type='xmlFeature' info=' just to be sure of allocation size'/>
5643*7c568831SAndroid Build Coastguard Worker    <enum name='XML_WITH_OUTPUT' file='parser' value='3' type='xmlFeature'/>
5644*7c568831SAndroid Build Coastguard Worker    <enum name='XML_WITH_PATTERN' file='parser' value='6' type='xmlFeature'/>
5645*7c568831SAndroid Build Coastguard Worker    <enum name='XML_WITH_PUSH' file='parser' value='4' type='xmlFeature'/>
5646*7c568831SAndroid Build Coastguard Worker    <enum name='XML_WITH_READER' file='parser' value='5' type='xmlFeature'/>
5647*7c568831SAndroid Build Coastguard Worker    <enum name='XML_WITH_REGEXP' file='parser' value='22' type='xmlFeature'/>
5648*7c568831SAndroid Build Coastguard Worker    <enum name='XML_WITH_SAX1' file='parser' value='8' type='xmlFeature'/>
5649*7c568831SAndroid Build Coastguard Worker    <enum name='XML_WITH_SCHEMAS' file='parser' value='25' type='xmlFeature'/>
5650*7c568831SAndroid Build Coastguard Worker    <enum name='XML_WITH_SCHEMATRON' file='parser' value='26' type='xmlFeature'/>
5651*7c568831SAndroid Build Coastguard Worker    <enum name='XML_WITH_THREAD' file='parser' value='1' type='xmlFeature'/>
5652*7c568831SAndroid Build Coastguard Worker    <enum name='XML_WITH_TREE' file='parser' value='2' type='xmlFeature'/>
5653*7c568831SAndroid Build Coastguard Worker    <enum name='XML_WITH_UNICODE' file='parser' value='21' type='xmlFeature'/>
5654*7c568831SAndroid Build Coastguard Worker    <enum name='XML_WITH_VALID' file='parser' value='11' type='xmlFeature'/>
5655*7c568831SAndroid Build Coastguard Worker    <enum name='XML_WITH_WRITER' file='parser' value='7' type='xmlFeature'/>
5656*7c568831SAndroid Build Coastguard Worker    <enum name='XML_WITH_XINCLUDE' file='parser' value='18' type='xmlFeature'/>
5657*7c568831SAndroid Build Coastguard Worker    <enum name='XML_WITH_XPATH' file='parser' value='16' type='xmlFeature'/>
5658*7c568831SAndroid Build Coastguard Worker    <enum name='XML_WITH_XPTR' file='parser' value='17' type='xmlFeature'/>
5659*7c568831SAndroid Build Coastguard Worker    <enum name='XML_WITH_ZLIB' file='parser' value='31' type='xmlFeature'/>
5660*7c568831SAndroid Build Coastguard Worker    <enum name='XML_XINCLUDE_BUILD_FAILED' file='xmlerror' value='1609' type='xmlParserErrors' info='1609'/>
5661*7c568831SAndroid Build Coastguard Worker    <enum name='XML_XINCLUDE_DEPRECATED_NS' file='xmlerror' value='1617' type='xmlParserErrors' info='1617'/>
5662*7c568831SAndroid Build Coastguard Worker    <enum name='XML_XINCLUDE_END' file='tree' value='20' type='xmlElementType' info=' XML_DOCB_DOCUMENT_NODE=	21 removed'/>
5663*7c568831SAndroid Build Coastguard Worker    <enum name='XML_XINCLUDE_ENTITY_DEF_MISMATCH' file='xmlerror' value='1602' type='xmlParserErrors' info='1602'/>
5664*7c568831SAndroid Build Coastguard Worker    <enum name='XML_XINCLUDE_FALLBACKS_IN_INCLUDE' file='xmlerror' value='1615' type='xmlParserErrors' info='1615'/>
5665*7c568831SAndroid Build Coastguard Worker    <enum name='XML_XINCLUDE_FALLBACK_NOT_IN_INCLUDE' file='xmlerror' value='1616' type='xmlParserErrors' info='1616'/>
5666*7c568831SAndroid Build Coastguard Worker    <enum name='XML_XINCLUDE_FRAGMENT_ID' file='xmlerror' value='1618' type='xmlParserErrors' info='1618'/>
5667*7c568831SAndroid Build Coastguard Worker    <enum name='XML_XINCLUDE_HREF_URI' file='xmlerror' value='1605' type='xmlParserErrors' info='1605'/>
5668*7c568831SAndroid Build Coastguard Worker    <enum name='XML_XINCLUDE_INCLUDE_IN_INCLUDE' file='xmlerror' value='1614' type='xmlParserErrors' info='1614'/>
5669*7c568831SAndroid Build Coastguard Worker    <enum name='XML_XINCLUDE_INVALID_CHAR' file='xmlerror' value='1608' type='xmlParserErrors' info='1608'/>
5670*7c568831SAndroid Build Coastguard Worker    <enum name='XML_XINCLUDE_MULTIPLE_ROOT' file='xmlerror' value='1611' type='xmlParserErrors' info='1611'/>
5671*7c568831SAndroid Build Coastguard Worker    <enum name='XML_XINCLUDE_NO_FALLBACK' file='xmlerror' value='1604' type='xmlParserErrors' info='1604'/>
5672*7c568831SAndroid Build Coastguard Worker    <enum name='XML_XINCLUDE_NO_HREF' file='xmlerror' value='1603' type='xmlParserErrors' info='1603'/>
5673*7c568831SAndroid Build Coastguard Worker    <enum name='XML_XINCLUDE_PARSE_VALUE' file='xmlerror' value='1601' type='xmlParserErrors' info='1601'/>
5674*7c568831SAndroid Build Coastguard Worker    <enum name='XML_XINCLUDE_RECURSION' file='xmlerror' value='1600' type='xmlParserErrors'/>
5675*7c568831SAndroid Build Coastguard Worker    <enum name='XML_XINCLUDE_START' file='tree' value='19' type='xmlElementType'/>
5676*7c568831SAndroid Build Coastguard Worker    <enum name='XML_XINCLUDE_TEXT_DOCUMENT' file='xmlerror' value='1607' type='xmlParserErrors' info='1607'/>
5677*7c568831SAndroid Build Coastguard Worker    <enum name='XML_XINCLUDE_TEXT_FRAGMENT' file='xmlerror' value='1606' type='xmlParserErrors' info='1606'/>
5678*7c568831SAndroid Build Coastguard Worker    <enum name='XML_XINCLUDE_UNKNOWN_ENCODING' file='xmlerror' value='1610' type='xmlParserErrors' info='1610'/>
5679*7c568831SAndroid Build Coastguard Worker    <enum name='XML_XINCLUDE_XPTR_FAILED' file='xmlerror' value='1612' type='xmlParserErrors' info='1612'/>
5680*7c568831SAndroid Build Coastguard Worker    <enum name='XML_XINCLUDE_XPTR_RESULT' file='xmlerror' value='1613' type='xmlParserErrors' info='1613'/>
5681*7c568831SAndroid Build Coastguard Worker    <enum name='XML_XPATH_ENCODING_ERROR' file='xmlerror' value='1220' type='xmlParserErrors' info='1220'/>
5682*7c568831SAndroid Build Coastguard Worker    <enum name='XML_XPATH_EXPRESSION_OK' file='xmlerror' value='1200' type='xmlParserErrors'/>
5683*7c568831SAndroid Build Coastguard Worker    <enum name='XML_XPATH_EXPR_ERROR' file='xmlerror' value='1207' type='xmlParserErrors' info='1207'/>
5684*7c568831SAndroid Build Coastguard Worker    <enum name='XML_XPATH_INVALID_ARITY' file='xmlerror' value='1212' type='xmlParserErrors' info='1212'/>
5685*7c568831SAndroid Build Coastguard Worker    <enum name='XML_XPATH_INVALID_CHAR_ERROR' file='xmlerror' value='1221' type='xmlParserErrors' info='1221'/>
5686*7c568831SAndroid Build Coastguard Worker    <enum name='XML_XPATH_INVALID_CTXT_POSITION' file='xmlerror' value='1214' type='xmlParserErrors' info='1214'/>
5687*7c568831SAndroid Build Coastguard Worker    <enum name='XML_XPATH_INVALID_CTXT_SIZE' file='xmlerror' value='1213' type='xmlParserErrors' info='1213'/>
5688*7c568831SAndroid Build Coastguard Worker    <enum name='XML_XPATH_INVALID_OPERAND' file='xmlerror' value='1210' type='xmlParserErrors' info='1210'/>
5689*7c568831SAndroid Build Coastguard Worker    <enum name='XML_XPATH_INVALID_PREDICATE_ERROR' file='xmlerror' value='1206' type='xmlParserErrors' info='1206'/>
5690*7c568831SAndroid Build Coastguard Worker    <enum name='XML_XPATH_INVALID_TYPE' file='xmlerror' value='1211' type='xmlParserErrors' info='1211'/>
5691*7c568831SAndroid Build Coastguard Worker    <enum name='XML_XPATH_MEMORY_ERROR' file='xmlerror' value='1215' type='xmlParserErrors' info='1215'/>
5692*7c568831SAndroid Build Coastguard Worker    <enum name='XML_XPATH_NUMBER_ERROR' file='xmlerror' value='1201' type='xmlParserErrors' info='1201'/>
5693*7c568831SAndroid Build Coastguard Worker    <enum name='XML_XPATH_START_LITERAL_ERROR' file='xmlerror' value='1203' type='xmlParserErrors' info='1203'/>
5694*7c568831SAndroid Build Coastguard Worker    <enum name='XML_XPATH_UNCLOSED_ERROR' file='xmlerror' value='1208' type='xmlParserErrors' info='1208'/>
5695*7c568831SAndroid Build Coastguard Worker    <enum name='XML_XPATH_UNDEF_PREFIX_ERROR' file='xmlerror' value='1219' type='xmlParserErrors' info='1219'/>
5696*7c568831SAndroid Build Coastguard Worker    <enum name='XML_XPATH_UNDEF_VARIABLE_ERROR' file='xmlerror' value='1205' type='xmlParserErrors' info='1205'/>
5697*7c568831SAndroid Build Coastguard Worker    <enum name='XML_XPATH_UNFINISHED_LITERAL_ERROR' file='xmlerror' value='1202' type='xmlParserErrors' info='1202'/>
5698*7c568831SAndroid Build Coastguard Worker    <enum name='XML_XPATH_UNKNOWN_FUNC_ERROR' file='xmlerror' value='1209' type='xmlParserErrors' info='1209'/>
5699*7c568831SAndroid Build Coastguard Worker    <enum name='XML_XPATH_VARIABLE_REF_ERROR' file='xmlerror' value='1204' type='xmlParserErrors' info='1204'/>
5700*7c568831SAndroid Build Coastguard Worker    <enum name='XML_XPTR_CHILDSEQ_START' file='xmlerror' value='1901' type='xmlParserErrors' info='1901'/>
5701*7c568831SAndroid Build Coastguard Worker    <enum name='XML_XPTR_EVAL_FAILED' file='xmlerror' value='1902' type='xmlParserErrors' info='1902'/>
5702*7c568831SAndroid Build Coastguard Worker    <enum name='XML_XPTR_EXTRA_OBJECTS' file='xmlerror' value='1903' type='xmlParserErrors' info='1903'/>
5703*7c568831SAndroid Build Coastguard Worker    <enum name='XML_XPTR_RESOURCE_ERROR' file='xmlerror' value='1217' type='xmlParserErrors' info='1217'/>
5704*7c568831SAndroid Build Coastguard Worker    <enum name='XML_XPTR_SUB_RESOURCE_ERROR' file='xmlerror' value='1218' type='xmlParserErrors' info='1218'/>
5705*7c568831SAndroid Build Coastguard Worker    <enum name='XML_XPTR_SYNTAX_ERROR' file='xmlerror' value='1216' type='xmlParserErrors' info='1216'/>
5706*7c568831SAndroid Build Coastguard Worker    <enum name='XML_XPTR_UNKNOWN_SCHEME' file='xmlerror' value='1900' type='xmlParserErrors'/>
5707*7c568831SAndroid Build Coastguard Worker    <enum name='XPATH_BOOLEAN' file='xpath' value='2' type='xmlXPathObjectType'/>
5708*7c568831SAndroid Build Coastguard Worker    <enum name='XPATH_ENCODING_ERROR' file='xpath' value='20' type='xmlXPathError'/>
5709*7c568831SAndroid Build Coastguard Worker    <enum name='XPATH_EXPRESSION_OK' file='xpath' value='0' type='xmlXPathError'/>
5710*7c568831SAndroid Build Coastguard Worker    <enum name='XPATH_EXPR_ERROR' file='xpath' value='7' type='xmlXPathError'/>
5711*7c568831SAndroid Build Coastguard Worker    <enum name='XPATH_FORBID_VARIABLE_ERROR' file='xpath' value='24' type='xmlXPathError'/>
5712*7c568831SAndroid Build Coastguard Worker    <enum name='XPATH_INVALID_ARITY' file='xpath' value='12' type='xmlXPathError'/>
5713*7c568831SAndroid Build Coastguard Worker    <enum name='XPATH_INVALID_CHAR_ERROR' file='xpath' value='21' type='xmlXPathError'/>
5714*7c568831SAndroid Build Coastguard Worker    <enum name='XPATH_INVALID_CTXT' file='xpath' value='22' type='xmlXPathError'/>
5715*7c568831SAndroid Build Coastguard Worker    <enum name='XPATH_INVALID_CTXT_POSITION' file='xpath' value='14' type='xmlXPathError'/>
5716*7c568831SAndroid Build Coastguard Worker    <enum name='XPATH_INVALID_CTXT_SIZE' file='xpath' value='13' type='xmlXPathError'/>
5717*7c568831SAndroid Build Coastguard Worker    <enum name='XPATH_INVALID_OPERAND' file='xpath' value='10' type='xmlXPathError'/>
5718*7c568831SAndroid Build Coastguard Worker    <enum name='XPATH_INVALID_PREDICATE_ERROR' file='xpath' value='6' type='xmlXPathError'/>
5719*7c568831SAndroid Build Coastguard Worker    <enum name='XPATH_INVALID_TYPE' file='xpath' value='11' type='xmlXPathError'/>
5720*7c568831SAndroid Build Coastguard Worker    <enum name='XPATH_MEMORY_ERROR' file='xpath' value='15' type='xmlXPathError'/>
5721*7c568831SAndroid Build Coastguard Worker    <enum name='XPATH_NODESET' file='xpath' value='1' type='xmlXPathObjectType'/>
5722*7c568831SAndroid Build Coastguard Worker    <enum name='XPATH_NUMBER' file='xpath' value='3' type='xmlXPathObjectType'/>
5723*7c568831SAndroid Build Coastguard Worker    <enum name='XPATH_NUMBER_ERROR' file='xpath' value='1' type='xmlXPathError'/>
5724*7c568831SAndroid Build Coastguard Worker    <enum name='XPATH_OP_LIMIT_EXCEEDED' file='xpath' value='25' type='xmlXPathError'/>
5725*7c568831SAndroid Build Coastguard Worker    <enum name='XPATH_RECURSION_LIMIT_EXCEEDED' file='xpath' value='26' type='xmlXPathError'/>
5726*7c568831SAndroid Build Coastguard Worker    <enum name='XPATH_STACK_ERROR' file='xpath' value='23' type='xmlXPathError'/>
5727*7c568831SAndroid Build Coastguard Worker    <enum name='XPATH_START_LITERAL_ERROR' file='xpath' value='3' type='xmlXPathError'/>
5728*7c568831SAndroid Build Coastguard Worker    <enum name='XPATH_STRING' file='xpath' value='4' type='xmlXPathObjectType'/>
5729*7c568831SAndroid Build Coastguard Worker    <enum name='XPATH_UNCLOSED_ERROR' file='xpath' value='8' type='xmlXPathError'/>
5730*7c568831SAndroid Build Coastguard Worker    <enum name='XPATH_UNDEFINED' file='xpath' value='0' type='xmlXPathObjectType'/>
5731*7c568831SAndroid Build Coastguard Worker    <enum name='XPATH_UNDEF_PREFIX_ERROR' file='xpath' value='19' type='xmlXPathError'/>
5732*7c568831SAndroid Build Coastguard Worker    <enum name='XPATH_UNDEF_VARIABLE_ERROR' file='xpath' value='5' type='xmlXPathError'/>
5733*7c568831SAndroid Build Coastguard Worker    <enum name='XPATH_UNFINISHED_LITERAL_ERROR' file='xpath' value='2' type='xmlXPathError'/>
5734*7c568831SAndroid Build Coastguard Worker    <enum name='XPATH_UNKNOWN_FUNC_ERROR' file='xpath' value='9' type='xmlXPathError'/>
5735*7c568831SAndroid Build Coastguard Worker    <enum name='XPATH_USERS' file='xpath' value='8' type='xmlXPathObjectType'/>
5736*7c568831SAndroid Build Coastguard Worker    <enum name='XPATH_VARIABLE_REF_ERROR' file='xpath' value='4' type='xmlXPathError'/>
5737*7c568831SAndroid Build Coastguard Worker    <enum name='XPATH_XSLT_TREE' file='xpath' value='9' type='xmlXPathObjectType' info=' An XSLT value tree, non modifiable'/>
5738*7c568831SAndroid Build Coastguard Worker    <enum name='XPTR_RESOURCE_ERROR' file='xpath' value='17' type='xmlXPathError'/>
5739*7c568831SAndroid Build Coastguard Worker    <enum name='XPTR_SUB_RESOURCE_ERROR' file='xpath' value='18' type='xmlXPathError'/>
5740*7c568831SAndroid Build Coastguard Worker    <enum name='XPTR_SYNTAX_ERROR' file='xpath' value='16' type='xmlXPathError'/>
5741*7c568831SAndroid Build Coastguard Worker    <typedef name='htmlDocPtr' file='HTMLparser' type='xmlDocPtr'/>
5742*7c568831SAndroid Build Coastguard Worker    <struct name='htmlElemDesc' file='HTMLparser' type='struct _htmlElemDesc'>
5743*7c568831SAndroid Build Coastguard Worker      <field name='name' type='const char *'/>
5744*7c568831SAndroid Build Coastguard Worker      <field name='startTag' type='char'/>
5745*7c568831SAndroid Build Coastguard Worker      <field name='endTag' type='char'/>
5746*7c568831SAndroid Build Coastguard Worker      <field name='saveEndTag' type='char'/>
5747*7c568831SAndroid Build Coastguard Worker      <field name='empty' type='char'/>
5748*7c568831SAndroid Build Coastguard Worker      <field name='depr' type='char'/>
5749*7c568831SAndroid Build Coastguard Worker      <field name='dtd' type='char'/>
5750*7c568831SAndroid Build Coastguard Worker      <field name='isinline' type='char'/>
5751*7c568831SAndroid Build Coastguard Worker      <field name='desc' type='const char *'/>
5752*7c568831SAndroid Build Coastguard Worker      <field name='subelts' type='const char **'/>
5753*7c568831SAndroid Build Coastguard Worker      <field name='defaultsubelt' type='const char *'/>
5754*7c568831SAndroid Build Coastguard Worker      <field name='attrs_opt' type='const char **'/>
5755*7c568831SAndroid Build Coastguard Worker      <field name='attrs_depr' type='const char **'/>
5756*7c568831SAndroid Build Coastguard Worker      <field name='attrs_req' type='const char **'/>
5757*7c568831SAndroid Build Coastguard Worker    </struct>
5758*7c568831SAndroid Build Coastguard Worker    <typedef name='htmlElemDescPtr' file='HTMLparser' type='htmlElemDesc *'/>
5759*7c568831SAndroid Build Coastguard Worker    <struct name='htmlEntityDesc' file='HTMLparser' type='struct _htmlEntityDesc'>
5760*7c568831SAndroid Build Coastguard Worker      <field name='value' type='unsigned int'/>
5761*7c568831SAndroid Build Coastguard Worker      <field name='name' type='const char *'/>
5762*7c568831SAndroid Build Coastguard Worker      <field name='desc' type='const char *'/>
5763*7c568831SAndroid Build Coastguard Worker    </struct>
5764*7c568831SAndroid Build Coastguard Worker    <typedef name='htmlEntityDescPtr' file='HTMLparser' type='htmlEntityDesc *'/>
5765*7c568831SAndroid Build Coastguard Worker    <typedef name='htmlNodePtr' file='HTMLparser' type='xmlNodePtr'/>
5766*7c568831SAndroid Build Coastguard Worker    <typedef name='htmlParserCtxt' file='HTMLparser' type='xmlParserCtxt'/>
5767*7c568831SAndroid Build Coastguard Worker    <typedef name='htmlParserCtxtPtr' file='HTMLparser' type='xmlParserCtxtPtr'/>
5768*7c568831SAndroid Build Coastguard Worker    <typedef name='htmlParserInput' file='HTMLparser' type='xmlParserInput'/>
5769*7c568831SAndroid Build Coastguard Worker    <typedef name='htmlParserInputPtr' file='HTMLparser' type='xmlParserInputPtr'/>
5770*7c568831SAndroid Build Coastguard Worker    <typedef name='htmlParserNodeInfo' file='HTMLparser' type='xmlParserNodeInfo'/>
5771*7c568831SAndroid Build Coastguard Worker    <typedef name='htmlParserOption' file='HTMLparser' type='enum'/>
5772*7c568831SAndroid Build Coastguard Worker    <typedef name='htmlSAXHandler' file='HTMLparser' type='xmlSAXHandler'/>
5773*7c568831SAndroid Build Coastguard Worker    <typedef name='htmlSAXHandlerPtr' file='HTMLparser' type='xmlSAXHandlerPtr'/>
5774*7c568831SAndroid Build Coastguard Worker    <typedef name='htmlStatus' file='HTMLparser' type='enum'/>
5775*7c568831SAndroid Build Coastguard Worker    <typedef name='xlinkActuate' file='xlink' type='enum'/>
5776*7c568831SAndroid Build Coastguard Worker    <typedef name='xlinkHRef' file='xlink' type='xmlChar *'/>
5777*7c568831SAndroid Build Coastguard Worker    <struct name='xlinkHandler' file='xlink' type='struct _xlinkHandler'>
5778*7c568831SAndroid Build Coastguard Worker      <field name='simple' type='xlinkSimpleLinkFunk'/>
5779*7c568831SAndroid Build Coastguard Worker      <field name='extended' type='xlinkExtendedLinkFunk'/>
5780*7c568831SAndroid Build Coastguard Worker      <field name='set' type='xlinkExtendedLinkSetFunk'/>
5781*7c568831SAndroid Build Coastguard Worker    </struct>
5782*7c568831SAndroid Build Coastguard Worker    <typedef name='xlinkHandlerPtr' file='xlink' type='xlinkHandler *'/>
5783*7c568831SAndroid Build Coastguard Worker    <typedef name='xlinkRole' file='xlink' type='xmlChar *'/>
5784*7c568831SAndroid Build Coastguard Worker    <typedef name='xlinkShow' file='xlink' type='enum'/>
5785*7c568831SAndroid Build Coastguard Worker    <typedef name='xlinkTitle' file='xlink' type='xmlChar *'/>
5786*7c568831SAndroid Build Coastguard Worker    <typedef name='xlinkType' file='xlink' type='enum'/>
5787*7c568831SAndroid Build Coastguard Worker    <struct name='xmlAttr' file='tree' type='struct _xmlAttr'>
5788*7c568831SAndroid Build Coastguard Worker      <field name='_private' type='void *'/>
5789*7c568831SAndroid Build Coastguard Worker      <field name='type' type='xmlElementType'/>
5790*7c568831SAndroid Build Coastguard Worker      <field name='name' type='const xmlChar *'/>
5791*7c568831SAndroid Build Coastguard Worker      <field name='children' type='struct _xmlNode *'/>
5792*7c568831SAndroid Build Coastguard Worker      <field name='last' type='struct _xmlNode *'/>
5793*7c568831SAndroid Build Coastguard Worker      <field name='parent' type='struct _xmlNode *'/>
5794*7c568831SAndroid Build Coastguard Worker      <field name='next' type='struct _xmlAttr *'/>
5795*7c568831SAndroid Build Coastguard Worker      <field name='prev' type='struct _xmlAttr *'/>
5796*7c568831SAndroid Build Coastguard Worker      <field name='doc' type='struct _xmlDoc *'/>
5797*7c568831SAndroid Build Coastguard Worker      <field name='ns' type='xmlNs *'/>
5798*7c568831SAndroid Build Coastguard Worker      <field name='atype' type='xmlAttributeType'/>
5799*7c568831SAndroid Build Coastguard Worker      <field name='psvi' type='void *'/>
5800*7c568831SAndroid Build Coastguard Worker      <field name='id' type='struct _xmlID *'/>
5801*7c568831SAndroid Build Coastguard Worker    </struct>
5802*7c568831SAndroid Build Coastguard Worker    <struct name='xmlAttrHashBucket' file='parser' type='struct _xmlAttrHashBucket'/>
5803*7c568831SAndroid Build Coastguard Worker    <typedef name='xmlAttrPtr' file='tree' type='xmlAttr *'/>
5804*7c568831SAndroid Build Coastguard Worker    <struct name='xmlAttribute' file='tree' type='struct _xmlAttribute'>
5805*7c568831SAndroid Build Coastguard Worker      <field name='_private' type='void *'/>
5806*7c568831SAndroid Build Coastguard Worker      <field name='type' type='xmlElementType'/>
5807*7c568831SAndroid Build Coastguard Worker      <field name='name' type='const xmlChar *'/>
5808*7c568831SAndroid Build Coastguard Worker      <field name='children' type='struct _xmlNode *'/>
5809*7c568831SAndroid Build Coastguard Worker      <field name='last' type='struct _xmlNode *'/>
5810*7c568831SAndroid Build Coastguard Worker      <field name='parent' type='struct _xmlDtd *'/>
5811*7c568831SAndroid Build Coastguard Worker      <field name='next' type='struct _xmlNode *'/>
5812*7c568831SAndroid Build Coastguard Worker      <field name='prev' type='struct _xmlNode *'/>
5813*7c568831SAndroid Build Coastguard Worker      <field name='doc' type='struct _xmlDoc *'/>
5814*7c568831SAndroid Build Coastguard Worker      <field name='nexth' type='struct _xmlAttribute *'/>
5815*7c568831SAndroid Build Coastguard Worker      <field name='atype' type='xmlAttributeType'/>
5816*7c568831SAndroid Build Coastguard Worker      <field name='def' type='xmlAttributeDefault'/>
5817*7c568831SAndroid Build Coastguard Worker      <field name='defaultValue' type='const xmlChar *'/>
5818*7c568831SAndroid Build Coastguard Worker      <field name='tree' type='xmlEnumerationPtr'/>
5819*7c568831SAndroid Build Coastguard Worker      <field name='prefix' type='const xmlChar *'/>
5820*7c568831SAndroid Build Coastguard Worker      <field name='elem' type='const xmlChar *'/>
5821*7c568831SAndroid Build Coastguard Worker    </struct>
5822*7c568831SAndroid Build Coastguard Worker    <typedef name='xmlAttributeDefault' file='tree' type='enum'/>
5823*7c568831SAndroid Build Coastguard Worker    <typedef name='xmlAttributePtr' file='tree' type='xmlAttribute *'/>
5824*7c568831SAndroid Build Coastguard Worker    <struct name='xmlAttributeTable' file='valid' type='struct _xmlHashTable'/>
5825*7c568831SAndroid Build Coastguard Worker    <typedef name='xmlAttributeTablePtr' file='valid' type='xmlAttributeTable *'/>
5826*7c568831SAndroid Build Coastguard Worker    <typedef name='xmlAttributeType' file='tree' type='enum'/>
5827*7c568831SAndroid Build Coastguard Worker    <struct name='xmlAutomata' file='xmlautomata' type='struct _xmlAutomata'/>
5828*7c568831SAndroid Build Coastguard Worker    <typedef name='xmlAutomataPtr' file='xmlautomata' type='xmlAutomata *'>
5829*7c568831SAndroid Build Coastguard Worker      <info>A libxml automata description, It can be compiled into a regexp</info>
5830*7c568831SAndroid Build Coastguard Worker    </typedef>
5831*7c568831SAndroid Build Coastguard Worker    <struct name='xmlAutomataState' file='xmlautomata' type='struct _xmlAutomataState'/>
5832*7c568831SAndroid Build Coastguard Worker    <typedef name='xmlAutomataStatePtr' file='xmlautomata' type='xmlAutomataState *'>
5833*7c568831SAndroid Build Coastguard Worker      <info>A state int the automata description,</info>
5834*7c568831SAndroid Build Coastguard Worker    </typedef>
5835*7c568831SAndroid Build Coastguard Worker    <struct name='xmlBuf' file='tree' type='struct _xmlBuf'/>
5836*7c568831SAndroid Build Coastguard Worker    <typedef name='xmlBufPtr' file='tree' type='xmlBuf *'>
5837*7c568831SAndroid Build Coastguard Worker      <info>A pointer to a buffer structure, the actual structure internals are not public</info>
5838*7c568831SAndroid Build Coastguard Worker    </typedef>
5839*7c568831SAndroid Build Coastguard Worker    <struct name='xmlBuffer' file='tree' type='struct _xmlBuffer'>
5840*7c568831SAndroid Build Coastguard Worker      <field name='content' type='xmlChar *'/>
5841*7c568831SAndroid Build Coastguard Worker      <field name='use' type='unsigned int'/>
5842*7c568831SAndroid Build Coastguard Worker      <field name='size' type='unsigned int'/>
5843*7c568831SAndroid Build Coastguard Worker      <field name='alloc' type='xmlBufferAllocationScheme'/>
5844*7c568831SAndroid Build Coastguard Worker      <field name='contentIO' type='xmlChar *'/>
5845*7c568831SAndroid Build Coastguard Worker    </struct>
5846*7c568831SAndroid Build Coastguard Worker    <typedef name='xmlBufferAllocationScheme' file='tree' type='enum'/>
5847*7c568831SAndroid Build Coastguard Worker    <typedef name='xmlBufferPtr' file='tree' type='xmlBuffer *'/>
5848*7c568831SAndroid Build Coastguard Worker    <typedef name='xmlC14NMode' file='c14n' type='enum'/>
5849*7c568831SAndroid Build Coastguard Worker    <struct name='xmlCatalog' file='catalog' type='struct _xmlCatalog'/>
5850*7c568831SAndroid Build Coastguard Worker    <typedef name='xmlCatalogAllow' file='catalog' type='enum'/>
5851*7c568831SAndroid Build Coastguard Worker    <typedef name='xmlCatalogPrefer' file='catalog' type='enum'/>
5852*7c568831SAndroid Build Coastguard Worker    <typedef name='xmlCatalogPtr' file='catalog' type='xmlCatalog *'/>
5853*7c568831SAndroid Build Coastguard Worker    <struct name='xmlChLRange' file='chvalid' type='struct _xmlChLRange'>
5854*7c568831SAndroid Build Coastguard Worker      <field name='low' type='unsigned int'/>
5855*7c568831SAndroid Build Coastguard Worker      <field name='high' type='unsigned int'/>
5856*7c568831SAndroid Build Coastguard Worker    </struct>
5857*7c568831SAndroid Build Coastguard Worker    <typedef name='xmlChLRangePtr' file='chvalid' type='xmlChLRange *'/>
5858*7c568831SAndroid Build Coastguard Worker    <struct name='xmlChRangeGroup' file='chvalid' type='struct _xmlChRangeGroup'>
5859*7c568831SAndroid Build Coastguard Worker      <field name='nbShortRange' type='int'/>
5860*7c568831SAndroid Build Coastguard Worker      <field name='nbLongRange' type='int'/>
5861*7c568831SAndroid Build Coastguard Worker      <field name='shortRange' type='const xmlChSRange *'/>
5862*7c568831SAndroid Build Coastguard Worker      <field name='longRange' type='const xmlChLRange *'/>
5863*7c568831SAndroid Build Coastguard Worker    </struct>
5864*7c568831SAndroid Build Coastguard Worker    <typedef name='xmlChRangeGroupPtr' file='chvalid' type='xmlChRangeGroup *'/>
5865*7c568831SAndroid Build Coastguard Worker    <struct name='xmlChSRange' file='chvalid' type='struct _xmlChSRange'>
5866*7c568831SAndroid Build Coastguard Worker      <field name='low' type='unsigned short'/>
5867*7c568831SAndroid Build Coastguard Worker      <field name='high' type='unsigned short'/>
5868*7c568831SAndroid Build Coastguard Worker    </struct>
5869*7c568831SAndroid Build Coastguard Worker    <typedef name='xmlChSRangePtr' file='chvalid' type='xmlChSRange *'/>
5870*7c568831SAndroid Build Coastguard Worker    <typedef name='xmlChar' file='xmlstring' type='unsigned char'>
5871*7c568831SAndroid Build Coastguard Worker      <info>This is a basic byte in an UTF-8 encoded string. It&apos;s unsigned allowing to pinpoint case where char * are assigned to xmlChar * (possibly making serialization back impossible).</info>
5872*7c568831SAndroid Build Coastguard Worker    </typedef>
5873*7c568831SAndroid Build Coastguard Worker    <typedef name='xmlCharEncError' file='encoding' type='enum'/>
5874*7c568831SAndroid Build Coastguard Worker    <typedef name='xmlCharEncoding' file='encoding' type='enum'/>
5875*7c568831SAndroid Build Coastguard Worker    <struct name='xmlCharEncodingHandler' file='encoding' type='struct _xmlCharEncodingHandler'>
5876*7c568831SAndroid Build Coastguard Worker      <field name='name' type='char *'/>
5877*7c568831SAndroid Build Coastguard Worker      <field name='input' type='xmlCharEncodingInputFunc'/>
5878*7c568831SAndroid Build Coastguard Worker      <field name='output' type='xmlCharEncodingOutputFunc'/>
5879*7c568831SAndroid Build Coastguard Worker      <field name='iconv_in' type='void *'/>
5880*7c568831SAndroid Build Coastguard Worker      <field name='iconv_out' type='void *'/>
5881*7c568831SAndroid Build Coastguard Worker      <field name='inputCtxt' type='void *'/>
5882*7c568831SAndroid Build Coastguard Worker      <field name='outputCtxt' type='void *'/>
5883*7c568831SAndroid Build Coastguard Worker      <field name='ctxtDtor' type='xmlCharEncConvCtxtDtor'/>
5884*7c568831SAndroid Build Coastguard Worker      <field name='flags' type='int'/>
5885*7c568831SAndroid Build Coastguard Worker    </struct>
5886*7c568831SAndroid Build Coastguard Worker    <typedef name='xmlCharEncodingHandlerPtr' file='encoding' type='xmlCharEncodingHandler *'/>
5887*7c568831SAndroid Build Coastguard Worker    <struct name='xmlDOMWrapCtxt' file='tree' type='struct _xmlDOMWrapCtxt'>
5888*7c568831SAndroid Build Coastguard Worker      <field name='_private' type='void *'/>
5889*7c568831SAndroid Build Coastguard Worker      <field name='type' type='int'/>
5890*7c568831SAndroid Build Coastguard Worker      <field name='namespaceMap' type='void *'/>
5891*7c568831SAndroid Build Coastguard Worker      <field name='getNsForNodeFunc' type='xmlDOMWrapAcquireNsFunction'/>
5892*7c568831SAndroid Build Coastguard Worker    </struct>
5893*7c568831SAndroid Build Coastguard Worker    <typedef name='xmlDOMWrapCtxtPtr' file='tree' type='xmlDOMWrapCtxt *'/>
5894*7c568831SAndroid Build Coastguard Worker    <struct name='xmlDict' file='dict' type='struct _xmlDict'/>
5895*7c568831SAndroid Build Coastguard Worker    <typedef name='xmlDictPtr' file='dict' type='xmlDict *'/>
5896*7c568831SAndroid Build Coastguard Worker    <struct name='xmlDoc' file='tree' type='struct _xmlDoc'>
5897*7c568831SAndroid Build Coastguard Worker      <field name='_private' type='void *'/>
5898*7c568831SAndroid Build Coastguard Worker      <field name='type' type='xmlElementType'/>
5899*7c568831SAndroid Build Coastguard Worker      <field name='name' type='char *'/>
5900*7c568831SAndroid Build Coastguard Worker      <field name='children' type='struct _xmlNode *'/>
5901*7c568831SAndroid Build Coastguard Worker      <field name='last' type='struct _xmlNode *'/>
5902*7c568831SAndroid Build Coastguard Worker      <field name='parent' type='struct _xmlNode *'/>
5903*7c568831SAndroid Build Coastguard Worker      <field name='next' type='struct _xmlNode *'/>
5904*7c568831SAndroid Build Coastguard Worker      <field name='prev' type='struct _xmlNode *'/>
5905*7c568831SAndroid Build Coastguard Worker      <field name='doc' type='struct _xmlDoc *'/>
5906*7c568831SAndroid Build Coastguard Worker      <field name='compression' type='int'/>
5907*7c568831SAndroid Build Coastguard Worker      <field name='standalone' type='int'/>
5908*7c568831SAndroid Build Coastguard Worker      <field name='intSubset' type='struct _xmlDtd *'/>
5909*7c568831SAndroid Build Coastguard Worker      <field name='extSubset' type='struct _xmlDtd *'/>
5910*7c568831SAndroid Build Coastguard Worker      <field name='oldNs' type='struct _xmlNs *'/>
5911*7c568831SAndroid Build Coastguard Worker      <field name='version' type='const xmlChar *'/>
5912*7c568831SAndroid Build Coastguard Worker      <field name='encoding' type='const xmlChar *'/>
5913*7c568831SAndroid Build Coastguard Worker      <field name='ids' type='void *'/>
5914*7c568831SAndroid Build Coastguard Worker      <field name='refs' type='void *'/>
5915*7c568831SAndroid Build Coastguard Worker      <field name='URL' type='const xmlChar *'/>
5916*7c568831SAndroid Build Coastguard Worker      <field name='charset' type='int'/>
5917*7c568831SAndroid Build Coastguard Worker      <field name='dict' type='struct _xmlDict *'/>
5918*7c568831SAndroid Build Coastguard Worker      <field name='psvi' type='void *'/>
5919*7c568831SAndroid Build Coastguard Worker      <field name='parseFlags' type='int'/>
5920*7c568831SAndroid Build Coastguard Worker      <field name='properties' type='int'/>
5921*7c568831SAndroid Build Coastguard Worker    </struct>
5922*7c568831SAndroid Build Coastguard Worker    <typedef name='xmlDocProperties' file='tree' type='enum'/>
5923*7c568831SAndroid Build Coastguard Worker    <typedef name='xmlDocPtr' file='tree' type='xmlDoc *'/>
5924*7c568831SAndroid Build Coastguard Worker    <struct name='xmlDtd' file='tree' type='struct _xmlDtd'>
5925*7c568831SAndroid Build Coastguard Worker      <field name='_private' type='void *'/>
5926*7c568831SAndroid Build Coastguard Worker      <field name='type' type='xmlElementType'/>
5927*7c568831SAndroid Build Coastguard Worker      <field name='name' type='const xmlChar *'/>
5928*7c568831SAndroid Build Coastguard Worker      <field name='children' type='struct _xmlNode *'/>
5929*7c568831SAndroid Build Coastguard Worker      <field name='last' type='struct _xmlNode *'/>
5930*7c568831SAndroid Build Coastguard Worker      <field name='parent' type='struct _xmlDoc *'/>
5931*7c568831SAndroid Build Coastguard Worker      <field name='next' type='struct _xmlNode *'/>
5932*7c568831SAndroid Build Coastguard Worker      <field name='prev' type='struct _xmlNode *'/>
5933*7c568831SAndroid Build Coastguard Worker      <field name='doc' type='struct _xmlDoc *'/>
5934*7c568831SAndroid Build Coastguard Worker      <field name='notations' type='void *'/>
5935*7c568831SAndroid Build Coastguard Worker      <field name='elements' type='void *'/>
5936*7c568831SAndroid Build Coastguard Worker      <field name='attributes' type='void *'/>
5937*7c568831SAndroid Build Coastguard Worker      <field name='entities' type='void *'/>
5938*7c568831SAndroid Build Coastguard Worker      <field name='ExternalID' type='const xmlChar *'/>
5939*7c568831SAndroid Build Coastguard Worker      <field name='SystemID' type='const xmlChar *'/>
5940*7c568831SAndroid Build Coastguard Worker      <field name='pentities' type='void *'/>
5941*7c568831SAndroid Build Coastguard Worker    </struct>
5942*7c568831SAndroid Build Coastguard Worker    <typedef name='xmlDtdPtr' file='tree' type='xmlDtd *'/>
5943*7c568831SAndroid Build Coastguard Worker    <struct name='xmlElement' file='tree' type='struct _xmlElement'>
5944*7c568831SAndroid Build Coastguard Worker      <field name='_private' type='void *'/>
5945*7c568831SAndroid Build Coastguard Worker      <field name='type' type='xmlElementType'/>
5946*7c568831SAndroid Build Coastguard Worker      <field name='name' type='const xmlChar *'/>
5947*7c568831SAndroid Build Coastguard Worker      <field name='children' type='struct _xmlNode *'/>
5948*7c568831SAndroid Build Coastguard Worker      <field name='last' type='struct _xmlNode *'/>
5949*7c568831SAndroid Build Coastguard Worker      <field name='parent' type='struct _xmlDtd *'/>
5950*7c568831SAndroid Build Coastguard Worker      <field name='next' type='struct _xmlNode *'/>
5951*7c568831SAndroid Build Coastguard Worker      <field name='prev' type='struct _xmlNode *'/>
5952*7c568831SAndroid Build Coastguard Worker      <field name='doc' type='struct _xmlDoc *'/>
5953*7c568831SAndroid Build Coastguard Worker      <field name='etype' type='xmlElementTypeVal'/>
5954*7c568831SAndroid Build Coastguard Worker      <field name='content' type='xmlElementContentPtr'/>
5955*7c568831SAndroid Build Coastguard Worker      <field name='attributes' type='xmlAttributePtr'/>
5956*7c568831SAndroid Build Coastguard Worker      <field name='prefix' type='const xmlChar *'/>
5957*7c568831SAndroid Build Coastguard Worker      <field name='contModel' type='xmlRegexpPtr'/>
5958*7c568831SAndroid Build Coastguard Worker      <field name='contModel' type='void *'/>
5959*7c568831SAndroid Build Coastguard Worker    </struct>
5960*7c568831SAndroid Build Coastguard Worker    <struct name='xmlElementContent' file='tree' type='struct _xmlElementContent'>
5961*7c568831SAndroid Build Coastguard Worker      <field name='type' type='xmlElementContentType'/>
5962*7c568831SAndroid Build Coastguard Worker      <field name='ocur' type='xmlElementContentOccur'/>
5963*7c568831SAndroid Build Coastguard Worker      <field name='name' type='const xmlChar *'/>
5964*7c568831SAndroid Build Coastguard Worker      <field name='c1' type='struct _xmlElementContent *'/>
5965*7c568831SAndroid Build Coastguard Worker      <field name='c2' type='struct _xmlElementContent *'/>
5966*7c568831SAndroid Build Coastguard Worker      <field name='parent' type='struct _xmlElementContent *'/>
5967*7c568831SAndroid Build Coastguard Worker      <field name='prefix' type='const xmlChar *'/>
5968*7c568831SAndroid Build Coastguard Worker    </struct>
5969*7c568831SAndroid Build Coastguard Worker    <typedef name='xmlElementContentOccur' file='tree' type='enum'/>
5970*7c568831SAndroid Build Coastguard Worker    <typedef name='xmlElementContentPtr' file='tree' type='xmlElementContent *'/>
5971*7c568831SAndroid Build Coastguard Worker    <typedef name='xmlElementContentType' file='tree' type='enum'/>
5972*7c568831SAndroid Build Coastguard Worker    <typedef name='xmlElementPtr' file='tree' type='xmlElement *'/>
5973*7c568831SAndroid Build Coastguard Worker    <struct name='xmlElementTable' file='valid' type='struct _xmlHashTable'/>
5974*7c568831SAndroid Build Coastguard Worker    <typedef name='xmlElementTablePtr' file='valid' type='xmlElementTable *'/>
5975*7c568831SAndroid Build Coastguard Worker    <typedef name='xmlElementType' file='tree' type='enum'/>
5976*7c568831SAndroid Build Coastguard Worker    <typedef name='xmlElementTypeVal' file='tree' type='enum'/>
5977*7c568831SAndroid Build Coastguard Worker    <struct name='xmlEntitiesTable' file='entities' type='struct _xmlHashTable'/>
5978*7c568831SAndroid Build Coastguard Worker    <typedef name='xmlEntitiesTablePtr' file='entities' type='xmlEntitiesTable *'/>
5979*7c568831SAndroid Build Coastguard Worker    <struct name='xmlEntity' file='tree' type='struct _xmlEntity'>
5980*7c568831SAndroid Build Coastguard Worker      <field name='_private' type='void *'/>
5981*7c568831SAndroid Build Coastguard Worker      <field name='type' type='xmlElementType'/>
5982*7c568831SAndroid Build Coastguard Worker      <field name='name' type='const xmlChar *'/>
5983*7c568831SAndroid Build Coastguard Worker      <field name='children' type='struct _xmlNode *'/>
5984*7c568831SAndroid Build Coastguard Worker      <field name='last' type='struct _xmlNode *'/>
5985*7c568831SAndroid Build Coastguard Worker      <field name='parent' type='struct _xmlDtd *'/>
5986*7c568831SAndroid Build Coastguard Worker      <field name='next' type='struct _xmlNode *'/>
5987*7c568831SAndroid Build Coastguard Worker      <field name='prev' type='struct _xmlNode *'/>
5988*7c568831SAndroid Build Coastguard Worker      <field name='doc' type='struct _xmlDoc *'/>
5989*7c568831SAndroid Build Coastguard Worker      <field name='orig' type='xmlChar *'/>
5990*7c568831SAndroid Build Coastguard Worker      <field name='content' type='xmlChar *'/>
5991*7c568831SAndroid Build Coastguard Worker      <field name='length' type='int'/>
5992*7c568831SAndroid Build Coastguard Worker      <field name='etype' type='xmlEntityType'/>
5993*7c568831SAndroid Build Coastguard Worker      <field name='ExternalID' type='const xmlChar *'/>
5994*7c568831SAndroid Build Coastguard Worker      <field name='SystemID' type='const xmlChar *'/>
5995*7c568831SAndroid Build Coastguard Worker      <field name='nexte' type='struct _xmlEntity *'/>
5996*7c568831SAndroid Build Coastguard Worker      <field name='URI' type='const xmlChar *'/>
5997*7c568831SAndroid Build Coastguard Worker      <field name='owner' type='int'/>
5998*7c568831SAndroid Build Coastguard Worker      <field name='flags' type='int'/>
5999*7c568831SAndroid Build Coastguard Worker      <field name='expandedSize' type='unsigned long'/>
6000*7c568831SAndroid Build Coastguard Worker    </struct>
6001*7c568831SAndroid Build Coastguard Worker    <typedef name='xmlEntityPtr' file='tree' type='xmlEntity *'/>
6002*7c568831SAndroid Build Coastguard Worker    <typedef name='xmlEntityType' file='entities' type='enum'/>
6003*7c568831SAndroid Build Coastguard Worker    <struct name='xmlEnumeration' file='tree' type='struct _xmlEnumeration'>
6004*7c568831SAndroid Build Coastguard Worker      <field name='next' type='struct _xmlEnumeration *'/>
6005*7c568831SAndroid Build Coastguard Worker      <field name='name' type='const xmlChar *'/>
6006*7c568831SAndroid Build Coastguard Worker    </struct>
6007*7c568831SAndroid Build Coastguard Worker    <typedef name='xmlEnumerationPtr' file='tree' type='xmlEnumeration *'/>
6008*7c568831SAndroid Build Coastguard Worker    <struct name='xmlError' file='xmlerror' type='struct _xmlError'>
6009*7c568831SAndroid Build Coastguard Worker      <field name='domain' type='int'/>
6010*7c568831SAndroid Build Coastguard Worker      <field name='code' type='int'/>
6011*7c568831SAndroid Build Coastguard Worker      <field name='message' type='char *'/>
6012*7c568831SAndroid Build Coastguard Worker      <field name='level' type='xmlErrorLevel'/>
6013*7c568831SAndroid Build Coastguard Worker      <field name='file' type='char *'/>
6014*7c568831SAndroid Build Coastguard Worker      <field name='line' type='int'/>
6015*7c568831SAndroid Build Coastguard Worker      <field name='str1' type='char *'/>
6016*7c568831SAndroid Build Coastguard Worker      <field name='str2' type='char *'/>
6017*7c568831SAndroid Build Coastguard Worker      <field name='str3' type='char *'/>
6018*7c568831SAndroid Build Coastguard Worker      <field name='int1' type='int'/>
6019*7c568831SAndroid Build Coastguard Worker      <field name='int2' type='int'/>
6020*7c568831SAndroid Build Coastguard Worker      <field name='ctxt' type='void *'/>
6021*7c568831SAndroid Build Coastguard Worker      <field name='node' type='void *'/>
6022*7c568831SAndroid Build Coastguard Worker    </struct>
6023*7c568831SAndroid Build Coastguard Worker    <typedef name='xmlErrorDomain' file='xmlerror' type='enum'/>
6024*7c568831SAndroid Build Coastguard Worker    <typedef name='xmlErrorLevel' file='xmlerror' type='enum'/>
6025*7c568831SAndroid Build Coastguard Worker    <typedef name='xmlErrorPtr' file='xmlerror' type='xmlError *'/>
6026*7c568831SAndroid Build Coastguard Worker    <typedef name='xmlFeature' file='parser' type='enum'/>
6027*7c568831SAndroid Build Coastguard Worker    <struct name='xmlGlobalState' file='globals' type='struct _xmlGlobalState'/>
6028*7c568831SAndroid Build Coastguard Worker    <typedef name='xmlGlobalStatePtr' file='globals' type='xmlGlobalState *'/>
6029*7c568831SAndroid Build Coastguard Worker    <struct name='xmlHashTable' file='hash' type='struct _xmlHashTable'/>
6030*7c568831SAndroid Build Coastguard Worker    <typedef name='xmlHashTablePtr' file='hash' type='xmlHashTable *'/>
6031*7c568831SAndroid Build Coastguard Worker    <struct name='xmlID' file='tree' type='struct _xmlID'>
6032*7c568831SAndroid Build Coastguard Worker      <field name='next' type='struct _xmlID *'/>
6033*7c568831SAndroid Build Coastguard Worker      <field name='value' type='const xmlChar *'/>
6034*7c568831SAndroid Build Coastguard Worker      <field name='attr' type='xmlAttrPtr'/>
6035*7c568831SAndroid Build Coastguard Worker      <field name='name' type='const xmlChar *'/>
6036*7c568831SAndroid Build Coastguard Worker      <field name='lineno' type='int'/>
6037*7c568831SAndroid Build Coastguard Worker      <field name='doc' type='struct _xmlDoc *'/>
6038*7c568831SAndroid Build Coastguard Worker    </struct>
6039*7c568831SAndroid Build Coastguard Worker    <typedef name='xmlIDPtr' file='tree' type='xmlID *'/>
6040*7c568831SAndroid Build Coastguard Worker    <struct name='xmlIDTable' file='valid' type='struct _xmlHashTable'/>
6041*7c568831SAndroid Build Coastguard Worker    <typedef name='xmlIDTablePtr' file='valid' type='xmlIDTable *'/>
6042*7c568831SAndroid Build Coastguard Worker    <struct name='xmlLink' file='list' type='struct _xmlLink'/>
6043*7c568831SAndroid Build Coastguard Worker    <typedef name='xmlLinkPtr' file='list' type='xmlLink *'/>
6044*7c568831SAndroid Build Coastguard Worker    <struct name='xmlList' file='list' type='struct _xmlList'/>
6045*7c568831SAndroid Build Coastguard Worker    <typedef name='xmlListPtr' file='list' type='xmlList *'/>
6046*7c568831SAndroid Build Coastguard Worker    <struct name='xmlModule' file='xmlmodule' type='struct _xmlModule'/>
6047*7c568831SAndroid Build Coastguard Worker    <typedef name='xmlModuleOption' file='xmlmodule' type='enum'/>
6048*7c568831SAndroid Build Coastguard Worker    <typedef name='xmlModulePtr' file='xmlmodule' type='xmlModule *'>
6049*7c568831SAndroid Build Coastguard Worker      <info>A handle to a dynamically loaded module</info>
6050*7c568831SAndroid Build Coastguard Worker    </typedef>
6051*7c568831SAndroid Build Coastguard Worker    <struct name='xmlMutex' file='threads' type='struct _xmlMutex'/>
6052*7c568831SAndroid Build Coastguard Worker    <typedef name='xmlMutexPtr' file='threads' type='xmlMutex *'/>
6053*7c568831SAndroid Build Coastguard Worker    <struct name='xmlNode' file='tree' type='struct _xmlNode'>
6054*7c568831SAndroid Build Coastguard Worker      <field name='_private' type='void *'/>
6055*7c568831SAndroid Build Coastguard Worker      <field name='type' type='xmlElementType'/>
6056*7c568831SAndroid Build Coastguard Worker      <field name='name' type='const xmlChar *'/>
6057*7c568831SAndroid Build Coastguard Worker      <field name='children' type='struct _xmlNode *'/>
6058*7c568831SAndroid Build Coastguard Worker      <field name='last' type='struct _xmlNode *'/>
6059*7c568831SAndroid Build Coastguard Worker      <field name='parent' type='struct _xmlNode *'/>
6060*7c568831SAndroid Build Coastguard Worker      <field name='next' type='struct _xmlNode *'/>
6061*7c568831SAndroid Build Coastguard Worker      <field name='prev' type='struct _xmlNode *'/>
6062*7c568831SAndroid Build Coastguard Worker      <field name='doc' type='struct _xmlDoc *'/>
6063*7c568831SAndroid Build Coastguard Worker      <field name='ns' type='xmlNs *'/>
6064*7c568831SAndroid Build Coastguard Worker      <field name='content' type='xmlChar *'/>
6065*7c568831SAndroid Build Coastguard Worker      <field name='properties' type='struct _xmlAttr *'/>
6066*7c568831SAndroid Build Coastguard Worker      <field name='nsDef' type='xmlNs *'/>
6067*7c568831SAndroid Build Coastguard Worker      <field name='psvi' type='void *'/>
6068*7c568831SAndroid Build Coastguard Worker      <field name='line' type='unsigned short'/>
6069*7c568831SAndroid Build Coastguard Worker      <field name='extra' type='unsigned short'/>
6070*7c568831SAndroid Build Coastguard Worker    </struct>
6071*7c568831SAndroid Build Coastguard Worker    <typedef name='xmlNodePtr' file='tree' type='xmlNode *'/>
6072*7c568831SAndroid Build Coastguard Worker    <struct name='xmlNodeSet' file='xpath' type='struct _xmlNodeSet'>
6073*7c568831SAndroid Build Coastguard Worker      <field name='nodeNr' type='int'/>
6074*7c568831SAndroid Build Coastguard Worker      <field name='nodeMax' type='int'/>
6075*7c568831SAndroid Build Coastguard Worker      <field name='nodeTab' type='xmlNodePtr *'/>
6076*7c568831SAndroid Build Coastguard Worker    </struct>
6077*7c568831SAndroid Build Coastguard Worker    <typedef name='xmlNodeSetPtr' file='xpath' type='xmlNodeSet *'/>
6078*7c568831SAndroid Build Coastguard Worker    <struct name='xmlNotation' file='tree' type='struct _xmlNotation'>
6079*7c568831SAndroid Build Coastguard Worker      <field name='name' type='const xmlChar *'/>
6080*7c568831SAndroid Build Coastguard Worker      <field name='PublicID' type='const xmlChar *'/>
6081*7c568831SAndroid Build Coastguard Worker      <field name='SystemID' type='const xmlChar *'/>
6082*7c568831SAndroid Build Coastguard Worker    </struct>
6083*7c568831SAndroid Build Coastguard Worker    <typedef name='xmlNotationPtr' file='tree' type='xmlNotation *'/>
6084*7c568831SAndroid Build Coastguard Worker    <struct name='xmlNotationTable' file='valid' type='struct _xmlHashTable'/>
6085*7c568831SAndroid Build Coastguard Worker    <typedef name='xmlNotationTablePtr' file='valid' type='xmlNotationTable *'/>
6086*7c568831SAndroid Build Coastguard Worker    <struct name='xmlNs' file='tree' type='struct _xmlNs'>
6087*7c568831SAndroid Build Coastguard Worker      <field name='next' type='struct _xmlNs *'/>
6088*7c568831SAndroid Build Coastguard Worker      <field name='type' type='xmlNsType'/>
6089*7c568831SAndroid Build Coastguard Worker      <field name='href' type='const xmlChar *'/>
6090*7c568831SAndroid Build Coastguard Worker      <field name='prefix' type='const xmlChar *'/>
6091*7c568831SAndroid Build Coastguard Worker      <field name='_private' type='void *'/>
6092*7c568831SAndroid Build Coastguard Worker      <field name='context' type='struct _xmlDoc *'/>
6093*7c568831SAndroid Build Coastguard Worker    </struct>
6094*7c568831SAndroid Build Coastguard Worker    <typedef name='xmlNsPtr' file='tree' type='xmlNs *'/>
6095*7c568831SAndroid Build Coastguard Worker    <typedef name='xmlNsType' file='tree' type='xmlElementType'/>
6096*7c568831SAndroid Build Coastguard Worker    <struct name='xmlOutputBuffer' file='tree' type='struct _xmlOutputBuffer'>
6097*7c568831SAndroid Build Coastguard Worker      <field name='context' type='void *'/>
6098*7c568831SAndroid Build Coastguard Worker      <field name='writecallback' type='xmlOutputWriteCallback'/>
6099*7c568831SAndroid Build Coastguard Worker      <field name='closecallback' type='xmlOutputCloseCallback'/>
6100*7c568831SAndroid Build Coastguard Worker      <field name='encoder' type='xmlCharEncodingHandlerPtr'/>
6101*7c568831SAndroid Build Coastguard Worker      <field name='buffer' type='xmlBufPtr'/>
6102*7c568831SAndroid Build Coastguard Worker      <field name='conv' type='xmlBufPtr'/>
6103*7c568831SAndroid Build Coastguard Worker      <field name='written' type='int'/>
6104*7c568831SAndroid Build Coastguard Worker      <field name='error' type='int'/>
6105*7c568831SAndroid Build Coastguard Worker    </struct>
6106*7c568831SAndroid Build Coastguard Worker    <typedef name='xmlOutputBufferPtr' file='tree' type='xmlOutputBuffer *'/>
6107*7c568831SAndroid Build Coastguard Worker    <struct name='xmlParserCtxt' file='tree' type='struct _xmlParserCtxt'>
6108*7c568831SAndroid Build Coastguard Worker      <field name='sax' type='struct _xmlSAXHandler *'/>
6109*7c568831SAndroid Build Coastguard Worker      <field name='userData' type='void *'/>
6110*7c568831SAndroid Build Coastguard Worker      <field name='myDoc' type='xmlDocPtr'/>
6111*7c568831SAndroid Build Coastguard Worker      <field name='wellFormed' type='int'/>
6112*7c568831SAndroid Build Coastguard Worker      <field name='replaceEntities' type='int'/>
6113*7c568831SAndroid Build Coastguard Worker      <field name='version' type='const xmlChar *'/>
6114*7c568831SAndroid Build Coastguard Worker      <field name='encoding' type='const xmlChar *'/>
6115*7c568831SAndroid Build Coastguard Worker      <field name='standalone' type='int'/>
6116*7c568831SAndroid Build Coastguard Worker      <field name='html' type='int'/>
6117*7c568831SAndroid Build Coastguard Worker      <field name='input' type='xmlParserInputPtr'/>
6118*7c568831SAndroid Build Coastguard Worker      <field name='inputNr' type='int'/>
6119*7c568831SAndroid Build Coastguard Worker      <field name='inputMax' type='int'/>
6120*7c568831SAndroid Build Coastguard Worker      <field name='inputTab' type='xmlParserInputPtr *'/>
6121*7c568831SAndroid Build Coastguard Worker      <field name='node' type='xmlNodePtr'/>
6122*7c568831SAndroid Build Coastguard Worker      <field name='nodeNr' type='int'/>
6123*7c568831SAndroid Build Coastguard Worker      <field name='nodeMax' type='int'/>
6124*7c568831SAndroid Build Coastguard Worker      <field name='nodeTab' type='xmlNodePtr *'/>
6125*7c568831SAndroid Build Coastguard Worker      <field name='record_info' type='int'/>
6126*7c568831SAndroid Build Coastguard Worker      <field name='node_seq' type='xmlParserNodeInfoSeq'/>
6127*7c568831SAndroid Build Coastguard Worker      <field name='errNo' type='int'/>
6128*7c568831SAndroid Build Coastguard Worker      <field name='hasExternalSubset' type='int'/>
6129*7c568831SAndroid Build Coastguard Worker      <field name='hasPErefs' type='int'/>
6130*7c568831SAndroid Build Coastguard Worker      <field name='external' type='int'/>
6131*7c568831SAndroid Build Coastguard Worker      <field name='valid' type='int'/>
6132*7c568831SAndroid Build Coastguard Worker      <field name='validate' type='int'/>
6133*7c568831SAndroid Build Coastguard Worker      <field name='vctxt' type='xmlValidCtxt'/>
6134*7c568831SAndroid Build Coastguard Worker      <field name='instate' type='xmlParserInputState'/>
6135*7c568831SAndroid Build Coastguard Worker      <field name='token' type='int'/>
6136*7c568831SAndroid Build Coastguard Worker      <field name='directory' type='char *'/>
6137*7c568831SAndroid Build Coastguard Worker      <field name='name' type='const xmlChar *'/>
6138*7c568831SAndroid Build Coastguard Worker      <field name='nameNr' type='int'/>
6139*7c568831SAndroid Build Coastguard Worker      <field name='nameMax' type='int'/>
6140*7c568831SAndroid Build Coastguard Worker      <field name='nameTab' type='const xmlChar **'/>
6141*7c568831SAndroid Build Coastguard Worker      <field name='nbChars' type='long'/>
6142*7c568831SAndroid Build Coastguard Worker      <field name='checkIndex' type='long'/>
6143*7c568831SAndroid Build Coastguard Worker      <field name='keepBlanks' type='int'/>
6144*7c568831SAndroid Build Coastguard Worker      <field name='disableSAX' type='int'/>
6145*7c568831SAndroid Build Coastguard Worker      <field name='inSubset' type='int'/>
6146*7c568831SAndroid Build Coastguard Worker      <field name='intSubName' type='const xmlChar *'/>
6147*7c568831SAndroid Build Coastguard Worker      <field name='extSubURI' type='xmlChar *'/>
6148*7c568831SAndroid Build Coastguard Worker      <field name='extSubSystem' type='xmlChar *'/>
6149*7c568831SAndroid Build Coastguard Worker      <field name='space' type='int *'/>
6150*7c568831SAndroid Build Coastguard Worker      <field name='spaceNr' type='int'/>
6151*7c568831SAndroid Build Coastguard Worker      <field name='spaceMax' type='int'/>
6152*7c568831SAndroid Build Coastguard Worker      <field name='spaceTab' type='int *'/>
6153*7c568831SAndroid Build Coastguard Worker      <field name='depth' type='int'/>
6154*7c568831SAndroid Build Coastguard Worker      <field name='entity' type='xmlParserInputPtr'/>
6155*7c568831SAndroid Build Coastguard Worker      <field name='charset' type='int'/>
6156*7c568831SAndroid Build Coastguard Worker      <field name='nodelen' type='int'/>
6157*7c568831SAndroid Build Coastguard Worker      <field name='nodemem' type='int'/>
6158*7c568831SAndroid Build Coastguard Worker      <field name='pedantic' type='int'/>
6159*7c568831SAndroid Build Coastguard Worker      <field name='_private' type='void *'/>
6160*7c568831SAndroid Build Coastguard Worker      <field name='loadsubset' type='int'/>
6161*7c568831SAndroid Build Coastguard Worker      <field name='linenumbers' type='int'/>
6162*7c568831SAndroid Build Coastguard Worker      <field name='catalogs' type='void *'/>
6163*7c568831SAndroid Build Coastguard Worker      <field name='recovery' type='int'/>
6164*7c568831SAndroid Build Coastguard Worker      <field name='progressive' type='int'/>
6165*7c568831SAndroid Build Coastguard Worker      <field name='dict' type='xmlDictPtr'/>
6166*7c568831SAndroid Build Coastguard Worker      <field name='atts' type='const xmlChar **'/>
6167*7c568831SAndroid Build Coastguard Worker      <field name='maxatts' type='int'/>
6168*7c568831SAndroid Build Coastguard Worker      <field name='docdict' type='int'/>
6169*7c568831SAndroid Build Coastguard Worker      <field name='str_xml' type='const xmlChar *'/>
6170*7c568831SAndroid Build Coastguard Worker      <field name='str_xmlns' type='const xmlChar *'/>
6171*7c568831SAndroid Build Coastguard Worker      <field name='str_xml_ns' type='const xmlChar *'/>
6172*7c568831SAndroid Build Coastguard Worker      <field name='sax2' type='int'/>
6173*7c568831SAndroid Build Coastguard Worker      <field name='nsNr' type='int'/>
6174*7c568831SAndroid Build Coastguard Worker      <field name='nsMax' type='int'/>
6175*7c568831SAndroid Build Coastguard Worker      <field name='nsTab' type='const xmlChar **'/>
6176*7c568831SAndroid Build Coastguard Worker      <field name='attallocs' type='unsigned *'/>
6177*7c568831SAndroid Build Coastguard Worker      <field name='pushTab' type='xmlStartTag *'/>
6178*7c568831SAndroid Build Coastguard Worker      <field name='attsDefault' type='xmlHashTablePtr'/>
6179*7c568831SAndroid Build Coastguard Worker      <field name='attsSpecial' type='xmlHashTablePtr'/>
6180*7c568831SAndroid Build Coastguard Worker      <field name='nsWellFormed' type='int'/>
6181*7c568831SAndroid Build Coastguard Worker      <field name='options' type='int'/>
6182*7c568831SAndroid Build Coastguard Worker      <field name='dictNames' type='int'/>
6183*7c568831SAndroid Build Coastguard Worker      <field name='freeElemsNr' type='int'/>
6184*7c568831SAndroid Build Coastguard Worker      <field name='freeElems' type='xmlNodePtr'/>
6185*7c568831SAndroid Build Coastguard Worker      <field name='freeAttrsNr' type='int'/>
6186*7c568831SAndroid Build Coastguard Worker      <field name='freeAttrs' type='xmlAttrPtr'/>
6187*7c568831SAndroid Build Coastguard Worker      <field name='lastError' type='xmlError'/>
6188*7c568831SAndroid Build Coastguard Worker      <field name='parseMode' type='xmlParserMode'/>
6189*7c568831SAndroid Build Coastguard Worker      <field name='nbentities' type='unsigned long'/>
6190*7c568831SAndroid Build Coastguard Worker      <field name='sizeentities' type='unsigned long'/>
6191*7c568831SAndroid Build Coastguard Worker      <field name='nodeInfo' type='xmlParserNodeInfo *'/>
6192*7c568831SAndroid Build Coastguard Worker      <field name='nodeInfoNr' type='int'/>
6193*7c568831SAndroid Build Coastguard Worker      <field name='nodeInfoMax' type='int'/>
6194*7c568831SAndroid Build Coastguard Worker      <field name='nodeInfoTab' type='xmlParserNodeInfo *'/>
6195*7c568831SAndroid Build Coastguard Worker      <field name='input_id' type='int'/>
6196*7c568831SAndroid Build Coastguard Worker      <field name='sizeentcopy' type='unsigned long'/>
6197*7c568831SAndroid Build Coastguard Worker      <field name='endCheckState' type='int'/>
6198*7c568831SAndroid Build Coastguard Worker      <field name='nbErrors' type='unsigned short'/>
6199*7c568831SAndroid Build Coastguard Worker      <field name='nbWarnings' type='unsigned short'/>
6200*7c568831SAndroid Build Coastguard Worker      <field name='maxAmpl' type='unsigned'/>
6201*7c568831SAndroid Build Coastguard Worker      <field name='nsdb' type='xmlParserNsData *'/>
6202*7c568831SAndroid Build Coastguard Worker      <field name='attrHashMax' type='unsigned'/>
6203*7c568831SAndroid Build Coastguard Worker      <field name='attrHash' type='xmlAttrHashBucket *'/>
6204*7c568831SAndroid Build Coastguard Worker      <field name='errorHandler' type='xmlStructuredErrorFunc'/>
6205*7c568831SAndroid Build Coastguard Worker      <field name='errorCtxt' type='void *'/>
6206*7c568831SAndroid Build Coastguard Worker      <field name='resourceLoader' type='xmlResourceLoader'/>
6207*7c568831SAndroid Build Coastguard Worker      <field name='resourceCtxt' type='void *'/>
6208*7c568831SAndroid Build Coastguard Worker      <field name='convImpl' type='xmlCharEncConvImpl'/>
6209*7c568831SAndroid Build Coastguard Worker      <field name='convCtxt' type='void *'/>
6210*7c568831SAndroid Build Coastguard Worker    </struct>
6211*7c568831SAndroid Build Coastguard Worker    <typedef name='xmlParserCtxtPtr' file='tree' type='xmlParserCtxt *'/>
6212*7c568831SAndroid Build Coastguard Worker    <typedef name='xmlParserErrors' file='xmlerror' type='enum'/>
6213*7c568831SAndroid Build Coastguard Worker    <struct name='xmlParserInput' file='tree' type='struct _xmlParserInput'>
6214*7c568831SAndroid Build Coastguard Worker      <field name='buf' type='xmlParserInputBufferPtr'/>
6215*7c568831SAndroid Build Coastguard Worker      <field name='filename' type='const char *'/>
6216*7c568831SAndroid Build Coastguard Worker      <field name='directory' type='const char *'/>
6217*7c568831SAndroid Build Coastguard Worker      <field name='base' type='const xmlChar *'/>
6218*7c568831SAndroid Build Coastguard Worker      <field name='cur' type='const xmlChar *'/>
6219*7c568831SAndroid Build Coastguard Worker      <field name='end' type='const xmlChar *'/>
6220*7c568831SAndroid Build Coastguard Worker      <field name='length' type='int'/>
6221*7c568831SAndroid Build Coastguard Worker      <field name='line' type='int'/>
6222*7c568831SAndroid Build Coastguard Worker      <field name='col' type='int'/>
6223*7c568831SAndroid Build Coastguard Worker      <field name='consumed' type='unsigned long'/>
6224*7c568831SAndroid Build Coastguard Worker      <field name='free' type='xmlParserInputDeallocate'/>
6225*7c568831SAndroid Build Coastguard Worker      <field name='encoding' type='const xmlChar *'/>
6226*7c568831SAndroid Build Coastguard Worker      <field name='version' type='const xmlChar *'/>
6227*7c568831SAndroid Build Coastguard Worker      <field name='flags' type='int'/>
6228*7c568831SAndroid Build Coastguard Worker      <field name='id' type='int'/>
6229*7c568831SAndroid Build Coastguard Worker      <field name='parentConsumed' type='unsigned long'/>
6230*7c568831SAndroid Build Coastguard Worker      <field name='entity' type='xmlEntityPtr'/>
6231*7c568831SAndroid Build Coastguard Worker    </struct>
6232*7c568831SAndroid Build Coastguard Worker    <struct name='xmlParserInputBuffer' file='tree' type='struct _xmlParserInputBuffer'>
6233*7c568831SAndroid Build Coastguard Worker      <field name='context' type='void *'/>
6234*7c568831SAndroid Build Coastguard Worker      <field name='readcallback' type='xmlInputReadCallback'/>
6235*7c568831SAndroid Build Coastguard Worker      <field name='closecallback' type='xmlInputCloseCallback'/>
6236*7c568831SAndroid Build Coastguard Worker      <field name='encoder' type='xmlCharEncodingHandlerPtr'/>
6237*7c568831SAndroid Build Coastguard Worker      <field name='buffer' type='xmlBufPtr'/>
6238*7c568831SAndroid Build Coastguard Worker      <field name='raw' type='xmlBufPtr'/>
6239*7c568831SAndroid Build Coastguard Worker      <field name='compressed' type='int'/>
6240*7c568831SAndroid Build Coastguard Worker      <field name='error' type='int'/>
6241*7c568831SAndroid Build Coastguard Worker      <field name='rawconsumed' type='unsigned long'/>
6242*7c568831SAndroid Build Coastguard Worker    </struct>
6243*7c568831SAndroid Build Coastguard Worker    <typedef name='xmlParserInputBufferPtr' file='tree' type='xmlParserInputBuffer *'/>
6244*7c568831SAndroid Build Coastguard Worker    <typedef name='xmlParserInputPtr' file='tree' type='xmlParserInput *'/>
6245*7c568831SAndroid Build Coastguard Worker    <typedef name='xmlParserInputState' file='parser' type='enum'/>
6246*7c568831SAndroid Build Coastguard Worker    <typedef name='xmlParserMode' file='parser' type='enum'/>
6247*7c568831SAndroid Build Coastguard Worker    <struct name='xmlParserNodeInfo' file='parser' type='struct _xmlParserNodeInfo'>
6248*7c568831SAndroid Build Coastguard Worker      <field name='node' type='const struct _xmlNode *'/>
6249*7c568831SAndroid Build Coastguard Worker      <field name='begin_pos' type='unsigned long'/>
6250*7c568831SAndroid Build Coastguard Worker      <field name='begin_line' type='unsigned long'/>
6251*7c568831SAndroid Build Coastguard Worker      <field name='end_pos' type='unsigned long'/>
6252*7c568831SAndroid Build Coastguard Worker      <field name='end_line' type='unsigned long'/>
6253*7c568831SAndroid Build Coastguard Worker    </struct>
6254*7c568831SAndroid Build Coastguard Worker    <typedef name='xmlParserNodeInfoPtr' file='parser' type='xmlParserNodeInfo *'/>
6255*7c568831SAndroid Build Coastguard Worker    <struct name='xmlParserNodeInfoSeq' file='parser' type='struct _xmlParserNodeInfoSeq'>
6256*7c568831SAndroid Build Coastguard Worker      <field name='maximum' type='unsigned long'/>
6257*7c568831SAndroid Build Coastguard Worker      <field name='length' type='unsigned long'/>
6258*7c568831SAndroid Build Coastguard Worker      <field name='buffer' type='xmlParserNodeInfo *'/>
6259*7c568831SAndroid Build Coastguard Worker    </struct>
6260*7c568831SAndroid Build Coastguard Worker    <typedef name='xmlParserNodeInfoSeqPtr' file='parser' type='xmlParserNodeInfoSeq *'/>
6261*7c568831SAndroid Build Coastguard Worker    <struct name='xmlParserNsData' file='parser' type='struct _xmlParserNsData'/>
6262*7c568831SAndroid Build Coastguard Worker    <typedef name='xmlParserOption' file='parser' type='enum'/>
6263*7c568831SAndroid Build Coastguard Worker    <typedef name='xmlParserProperties' file='xmlreader' type='enum'/>
6264*7c568831SAndroid Build Coastguard Worker    <typedef name='xmlParserSeverities' file='xmlreader' type='enum'/>
6265*7c568831SAndroid Build Coastguard Worker    <struct name='xmlPattern' file='pattern' type='struct _xmlPattern'/>
6266*7c568831SAndroid Build Coastguard Worker    <typedef name='xmlPatternFlags' file='pattern' type='enum'/>
6267*7c568831SAndroid Build Coastguard Worker    <typedef name='xmlPatternPtr' file='pattern' type='xmlPattern *'/>
6268*7c568831SAndroid Build Coastguard Worker    <struct name='xmlRMutex' file='threads' type='struct _xmlRMutex'/>
6269*7c568831SAndroid Build Coastguard Worker    <typedef name='xmlRMutexPtr' file='threads' type='xmlRMutex *'/>
6270*7c568831SAndroid Build Coastguard Worker    <typedef name='xmlReaderTypes' file='xmlreader' type='enum'/>
6271*7c568831SAndroid Build Coastguard Worker    <struct name='xmlRef' file='tree' type='struct _xmlRef'>
6272*7c568831SAndroid Build Coastguard Worker      <field name='next' type='struct _xmlRef *'/>
6273*7c568831SAndroid Build Coastguard Worker      <field name='value' type='const xmlChar *'/>
6274*7c568831SAndroid Build Coastguard Worker      <field name='attr' type='xmlAttrPtr'/>
6275*7c568831SAndroid Build Coastguard Worker      <field name='name' type='const xmlChar *'/>
6276*7c568831SAndroid Build Coastguard Worker      <field name='lineno' type='int'/>
6277*7c568831SAndroid Build Coastguard Worker    </struct>
6278*7c568831SAndroid Build Coastguard Worker    <typedef name='xmlRefPtr' file='tree' type='xmlRef *'/>
6279*7c568831SAndroid Build Coastguard Worker    <struct name='xmlRefTable' file='valid' type='struct _xmlHashTable'/>
6280*7c568831SAndroid Build Coastguard Worker    <typedef name='xmlRefTablePtr' file='valid' type='xmlRefTable *'/>
6281*7c568831SAndroid Build Coastguard Worker    <struct name='xmlRegExecCtxt' file='xmlregexp' type='struct _xmlRegExecCtxt'/>
6282*7c568831SAndroid Build Coastguard Worker    <typedef name='xmlRegExecCtxtPtr' file='xmlregexp' type='xmlRegExecCtxt *'>
6283*7c568831SAndroid Build Coastguard Worker      <info>A libxml progressive regular expression evaluation context</info>
6284*7c568831SAndroid Build Coastguard Worker    </typedef>
6285*7c568831SAndroid Build Coastguard Worker    <struct name='xmlRegexp' file='xmlregexp' type='struct _xmlRegexp'/>
6286*7c568831SAndroid Build Coastguard Worker    <typedef name='xmlRegexpPtr' file='xmlregexp' type='xmlRegexp *'>
6287*7c568831SAndroid Build Coastguard Worker      <info>A libxml regular expression, they can actually be far more complex thank the POSIX regex expressions.</info>
6288*7c568831SAndroid Build Coastguard Worker    </typedef>
6289*7c568831SAndroid Build Coastguard Worker    <struct name='xmlRelaxNG' file='relaxng' type='struct _xmlRelaxNG'/>
6290*7c568831SAndroid Build Coastguard Worker    <struct name='xmlRelaxNGParserCtxt' file='relaxng' type='struct _xmlRelaxNGParserCtxt'/>
6291*7c568831SAndroid Build Coastguard Worker    <typedef name='xmlRelaxNGParserCtxtPtr' file='relaxng' type='xmlRelaxNGParserCtxt *'/>
6292*7c568831SAndroid Build Coastguard Worker    <typedef name='xmlRelaxNGParserFlag' file='relaxng' type='enum'/>
6293*7c568831SAndroid Build Coastguard Worker    <typedef name='xmlRelaxNGPtr' file='relaxng' type='xmlRelaxNG *'/>
6294*7c568831SAndroid Build Coastguard Worker    <struct name='xmlRelaxNGValidCtxt' file='relaxng' type='struct _xmlRelaxNGValidCtxt'/>
6295*7c568831SAndroid Build Coastguard Worker    <typedef name='xmlRelaxNGValidCtxtPtr' file='relaxng' type='xmlRelaxNGValidCtxt *'/>
6296*7c568831SAndroid Build Coastguard Worker    <typedef name='xmlRelaxNGValidErr' file='relaxng' type='enum'/>
6297*7c568831SAndroid Build Coastguard Worker    <typedef name='xmlResourceType' file='parser' type='enum'/>
6298*7c568831SAndroid Build Coastguard Worker    <struct name='xmlSAXHandler' file='tree' type='struct _xmlSAXHandler'>
6299*7c568831SAndroid Build Coastguard Worker      <field name='internalSubset' type='internalSubsetSAXFunc'/>
6300*7c568831SAndroid Build Coastguard Worker      <field name='isStandalone' type='isStandaloneSAXFunc'/>
6301*7c568831SAndroid Build Coastguard Worker      <field name='hasInternalSubset' type='hasInternalSubsetSAXFunc'/>
6302*7c568831SAndroid Build Coastguard Worker      <field name='hasExternalSubset' type='hasExternalSubsetSAXFunc'/>
6303*7c568831SAndroid Build Coastguard Worker      <field name='resolveEntity' type='resolveEntitySAXFunc'/>
6304*7c568831SAndroid Build Coastguard Worker      <field name='getEntity' type='getEntitySAXFunc'/>
6305*7c568831SAndroid Build Coastguard Worker      <field name='entityDecl' type='entityDeclSAXFunc'/>
6306*7c568831SAndroid Build Coastguard Worker      <field name='notationDecl' type='notationDeclSAXFunc'/>
6307*7c568831SAndroid Build Coastguard Worker      <field name='attributeDecl' type='attributeDeclSAXFunc'/>
6308*7c568831SAndroid Build Coastguard Worker      <field name='elementDecl' type='elementDeclSAXFunc'/>
6309*7c568831SAndroid Build Coastguard Worker      <field name='unparsedEntityDecl' type='unparsedEntityDeclSAXFunc'/>
6310*7c568831SAndroid Build Coastguard Worker      <field name='setDocumentLocator' type='setDocumentLocatorSAXFunc'/>
6311*7c568831SAndroid Build Coastguard Worker      <field name='startDocument' type='startDocumentSAXFunc'/>
6312*7c568831SAndroid Build Coastguard Worker      <field name='endDocument' type='endDocumentSAXFunc'/>
6313*7c568831SAndroid Build Coastguard Worker      <field name='startElement' type='startElementSAXFunc'/>
6314*7c568831SAndroid Build Coastguard Worker      <field name='endElement' type='endElementSAXFunc'/>
6315*7c568831SAndroid Build Coastguard Worker      <field name='reference' type='referenceSAXFunc'/>
6316*7c568831SAndroid Build Coastguard Worker      <field name='characters' type='charactersSAXFunc'/>
6317*7c568831SAndroid Build Coastguard Worker      <field name='ignorableWhitespace' type='ignorableWhitespaceSAXFunc'/>
6318*7c568831SAndroid Build Coastguard Worker      <field name='processingInstruction' type='processingInstructionSAXFunc'/>
6319*7c568831SAndroid Build Coastguard Worker      <field name='comment' type='commentSAXFunc'/>
6320*7c568831SAndroid Build Coastguard Worker      <field name='warning' type='warningSAXFunc'/>
6321*7c568831SAndroid Build Coastguard Worker      <field name='error' type='errorSAXFunc'/>
6322*7c568831SAndroid Build Coastguard Worker      <field name='fatalError' type='fatalErrorSAXFunc'/>
6323*7c568831SAndroid Build Coastguard Worker      <field name='getParameterEntity' type='getParameterEntitySAXFunc'/>
6324*7c568831SAndroid Build Coastguard Worker      <field name='cdataBlock' type='cdataBlockSAXFunc'/>
6325*7c568831SAndroid Build Coastguard Worker      <field name='externalSubset' type='externalSubsetSAXFunc'/>
6326*7c568831SAndroid Build Coastguard Worker      <field name='initialized' type='unsigned int'/>
6327*7c568831SAndroid Build Coastguard Worker      <field name='_private' type='void *'/>
6328*7c568831SAndroid Build Coastguard Worker      <field name='startElementNs' type='startElementNsSAX2Func'/>
6329*7c568831SAndroid Build Coastguard Worker      <field name='endElementNs' type='endElementNsSAX2Func'/>
6330*7c568831SAndroid Build Coastguard Worker      <field name='serror' type='xmlStructuredErrorFunc'/>
6331*7c568831SAndroid Build Coastguard Worker    </struct>
6332*7c568831SAndroid Build Coastguard Worker    <typedef name='xmlSAXHandlerPtr' file='tree' type='xmlSAXHandler *'/>
6333*7c568831SAndroid Build Coastguard Worker    <struct name='xmlSAXHandlerV1' file='parser' type='struct _xmlSAXHandlerV1'>
6334*7c568831SAndroid Build Coastguard Worker      <field name='internalSubset' type='internalSubsetSAXFunc'/>
6335*7c568831SAndroid Build Coastguard Worker      <field name='isStandalone' type='isStandaloneSAXFunc'/>
6336*7c568831SAndroid Build Coastguard Worker      <field name='hasInternalSubset' type='hasInternalSubsetSAXFunc'/>
6337*7c568831SAndroid Build Coastguard Worker      <field name='hasExternalSubset' type='hasExternalSubsetSAXFunc'/>
6338*7c568831SAndroid Build Coastguard Worker      <field name='resolveEntity' type='resolveEntitySAXFunc'/>
6339*7c568831SAndroid Build Coastguard Worker      <field name='getEntity' type='getEntitySAXFunc'/>
6340*7c568831SAndroid Build Coastguard Worker      <field name='entityDecl' type='entityDeclSAXFunc'/>
6341*7c568831SAndroid Build Coastguard Worker      <field name='notationDecl' type='notationDeclSAXFunc'/>
6342*7c568831SAndroid Build Coastguard Worker      <field name='attributeDecl' type='attributeDeclSAXFunc'/>
6343*7c568831SAndroid Build Coastguard Worker      <field name='elementDecl' type='elementDeclSAXFunc'/>
6344*7c568831SAndroid Build Coastguard Worker      <field name='unparsedEntityDecl' type='unparsedEntityDeclSAXFunc'/>
6345*7c568831SAndroid Build Coastguard Worker      <field name='setDocumentLocator' type='setDocumentLocatorSAXFunc'/>
6346*7c568831SAndroid Build Coastguard Worker      <field name='startDocument' type='startDocumentSAXFunc'/>
6347*7c568831SAndroid Build Coastguard Worker      <field name='endDocument' type='endDocumentSAXFunc'/>
6348*7c568831SAndroid Build Coastguard Worker      <field name='startElement' type='startElementSAXFunc'/>
6349*7c568831SAndroid Build Coastguard Worker      <field name='endElement' type='endElementSAXFunc'/>
6350*7c568831SAndroid Build Coastguard Worker      <field name='reference' type='referenceSAXFunc'/>
6351*7c568831SAndroid Build Coastguard Worker      <field name='characters' type='charactersSAXFunc'/>
6352*7c568831SAndroid Build Coastguard Worker      <field name='ignorableWhitespace' type='ignorableWhitespaceSAXFunc'/>
6353*7c568831SAndroid Build Coastguard Worker      <field name='processingInstruction' type='processingInstructionSAXFunc'/>
6354*7c568831SAndroid Build Coastguard Worker      <field name='comment' type='commentSAXFunc'/>
6355*7c568831SAndroid Build Coastguard Worker      <field name='warning' type='warningSAXFunc'/>
6356*7c568831SAndroid Build Coastguard Worker      <field name='error' type='errorSAXFunc'/>
6357*7c568831SAndroid Build Coastguard Worker      <field name='fatalError' type='fatalErrorSAXFunc'/>
6358*7c568831SAndroid Build Coastguard Worker      <field name='getParameterEntity' type='getParameterEntitySAXFunc'/>
6359*7c568831SAndroid Build Coastguard Worker      <field name='cdataBlock' type='cdataBlockSAXFunc'/>
6360*7c568831SAndroid Build Coastguard Worker      <field name='externalSubset' type='externalSubsetSAXFunc'/>
6361*7c568831SAndroid Build Coastguard Worker      <field name='initialized' type='unsigned int'/>
6362*7c568831SAndroid Build Coastguard Worker    </struct>
6363*7c568831SAndroid Build Coastguard Worker    <typedef name='xmlSAXHandlerV1Ptr' file='parser' type='xmlSAXHandlerV1 *'/>
6364*7c568831SAndroid Build Coastguard Worker    <struct name='xmlSAXLocator' file='tree' type='struct _xmlSAXLocator'>
6365*7c568831SAndroid Build Coastguard Worker      <field name='getPublicId' type='const xmlChar *(*getPublicId)'/>
6366*7c568831SAndroid Build Coastguard Worker      <field name='getSystemId' type='const xmlChar *(*getSystemId)'/>
6367*7c568831SAndroid Build Coastguard Worker      <field name='getLineNumber' type='int(*getLineNumber)'/>
6368*7c568831SAndroid Build Coastguard Worker      <field name='getColumnNumber' type='int(*getColumnNumber)'/>
6369*7c568831SAndroid Build Coastguard Worker    </struct>
6370*7c568831SAndroid Build Coastguard Worker    <typedef name='xmlSAXLocatorPtr' file='tree' type='xmlSAXLocator *'/>
6371*7c568831SAndroid Build Coastguard Worker    <struct name='xmlSaveCtxt' file='xmlsave' type='struct _xmlSaveCtxt'/>
6372*7c568831SAndroid Build Coastguard Worker    <typedef name='xmlSaveCtxtPtr' file='xmlsave' type='xmlSaveCtxt *'/>
6373*7c568831SAndroid Build Coastguard Worker    <typedef name='xmlSaveOption' file='xmlsave' type='enum'/>
6374*7c568831SAndroid Build Coastguard Worker    <struct name='xmlSchema' file='xmlschemas' type='struct _xmlSchema'>
6375*7c568831SAndroid Build Coastguard Worker      <field name='name' type='const xmlChar *'/>
6376*7c568831SAndroid Build Coastguard Worker      <field name='targetNamespace' type='const xmlChar *'/>
6377*7c568831SAndroid Build Coastguard Worker      <field name='version' type='const xmlChar *'/>
6378*7c568831SAndroid Build Coastguard Worker      <field name='id' type='const xmlChar *'/>
6379*7c568831SAndroid Build Coastguard Worker      <field name='doc' type='xmlDocPtr'/>
6380*7c568831SAndroid Build Coastguard Worker      <field name='annot' type='xmlSchemaAnnotPtr'/>
6381*7c568831SAndroid Build Coastguard Worker      <field name='flags' type='int'/>
6382*7c568831SAndroid Build Coastguard Worker      <field name='typeDecl' type='xmlHashTablePtr'/>
6383*7c568831SAndroid Build Coastguard Worker      <field name='attrDecl' type='xmlHashTablePtr'/>
6384*7c568831SAndroid Build Coastguard Worker      <field name='attrgrpDecl' type='xmlHashTablePtr'/>
6385*7c568831SAndroid Build Coastguard Worker      <field name='elemDecl' type='xmlHashTablePtr'/>
6386*7c568831SAndroid Build Coastguard Worker      <field name='notaDecl' type='xmlHashTablePtr'/>
6387*7c568831SAndroid Build Coastguard Worker      <field name='schemasImports' type='xmlHashTablePtr'/>
6388*7c568831SAndroid Build Coastguard Worker      <field name='_private' type='void *'/>
6389*7c568831SAndroid Build Coastguard Worker      <field name='groupDecl' type='xmlHashTablePtr'/>
6390*7c568831SAndroid Build Coastguard Worker      <field name='dict' type='xmlDictPtr'/>
6391*7c568831SAndroid Build Coastguard Worker      <field name='includes' type='void *'/>
6392*7c568831SAndroid Build Coastguard Worker      <field name='preserve' type='int'/>
6393*7c568831SAndroid Build Coastguard Worker      <field name='counter' type='int'/>
6394*7c568831SAndroid Build Coastguard Worker      <field name='idcDef' type='xmlHashTablePtr'/>
6395*7c568831SAndroid Build Coastguard Worker      <field name='volatiles' type='void *'/>
6396*7c568831SAndroid Build Coastguard Worker    </struct>
6397*7c568831SAndroid Build Coastguard Worker    <struct name='xmlSchemaAnnot' file='schemasInternals' type='struct _xmlSchemaAnnot'>
6398*7c568831SAndroid Build Coastguard Worker      <field name='next' type='struct _xmlSchemaAnnot *'/>
6399*7c568831SAndroid Build Coastguard Worker      <field name='content' type='xmlNodePtr'/>
6400*7c568831SAndroid Build Coastguard Worker    </struct>
6401*7c568831SAndroid Build Coastguard Worker    <typedef name='xmlSchemaAnnotPtr' file='schemasInternals' type='xmlSchemaAnnot *'/>
6402*7c568831SAndroid Build Coastguard Worker    <struct name='xmlSchemaAttribute' file='schemasInternals' type='struct _xmlSchemaAttribute'>
6403*7c568831SAndroid Build Coastguard Worker      <field name='type' type='xmlSchemaTypeType'/>
6404*7c568831SAndroid Build Coastguard Worker      <field name='next' type='struct _xmlSchemaAttribute *'/>
6405*7c568831SAndroid Build Coastguard Worker      <field name='name' type='const xmlChar *'/>
6406*7c568831SAndroid Build Coastguard Worker      <field name='id' type='const xmlChar *'/>
6407*7c568831SAndroid Build Coastguard Worker      <field name='ref' type='const xmlChar *'/>
6408*7c568831SAndroid Build Coastguard Worker      <field name='refNs' type='const xmlChar *'/>
6409*7c568831SAndroid Build Coastguard Worker      <field name='typeName' type='const xmlChar *'/>
6410*7c568831SAndroid Build Coastguard Worker      <field name='typeNs' type='const xmlChar *'/>
6411*7c568831SAndroid Build Coastguard Worker      <field name='annot' type='xmlSchemaAnnotPtr'/>
6412*7c568831SAndroid Build Coastguard Worker      <field name='base' type='xmlSchemaTypePtr'/>
6413*7c568831SAndroid Build Coastguard Worker      <field name='occurs' type='int'/>
6414*7c568831SAndroid Build Coastguard Worker      <field name='defValue' type='const xmlChar *'/>
6415*7c568831SAndroid Build Coastguard Worker      <field name='subtypes' type='xmlSchemaTypePtr'/>
6416*7c568831SAndroid Build Coastguard Worker      <field name='node' type='xmlNodePtr'/>
6417*7c568831SAndroid Build Coastguard Worker      <field name='targetNamespace' type='const xmlChar *'/>
6418*7c568831SAndroid Build Coastguard Worker      <field name='flags' type='int'/>
6419*7c568831SAndroid Build Coastguard Worker      <field name='refPrefix' type='const xmlChar *'/>
6420*7c568831SAndroid Build Coastguard Worker      <field name='defVal' type='xmlSchemaValPtr'/>
6421*7c568831SAndroid Build Coastguard Worker      <field name='refDecl' type='xmlSchemaAttributePtr'/>
6422*7c568831SAndroid Build Coastguard Worker    </struct>
6423*7c568831SAndroid Build Coastguard Worker    <struct name='xmlSchemaAttributeGroup' file='schemasInternals' type='struct _xmlSchemaAttributeGroup'>
6424*7c568831SAndroid Build Coastguard Worker      <field name='type' type='xmlSchemaTypeType'/>
6425*7c568831SAndroid Build Coastguard Worker      <field name='next' type='struct _xmlSchemaAttribute *'/>
6426*7c568831SAndroid Build Coastguard Worker      <field name='name' type='const xmlChar *'/>
6427*7c568831SAndroid Build Coastguard Worker      <field name='id' type='const xmlChar *'/>
6428*7c568831SAndroid Build Coastguard Worker      <field name='ref' type='const xmlChar *'/>
6429*7c568831SAndroid Build Coastguard Worker      <field name='refNs' type='const xmlChar *'/>
6430*7c568831SAndroid Build Coastguard Worker      <field name='annot' type='xmlSchemaAnnotPtr'/>
6431*7c568831SAndroid Build Coastguard Worker      <field name='attributes' type='xmlSchemaAttributePtr'/>
6432*7c568831SAndroid Build Coastguard Worker      <field name='node' type='xmlNodePtr'/>
6433*7c568831SAndroid Build Coastguard Worker      <field name='flags' type='int'/>
6434*7c568831SAndroid Build Coastguard Worker      <field name='attributeWildcard' type='xmlSchemaWildcardPtr'/>
6435*7c568831SAndroid Build Coastguard Worker      <field name='refPrefix' type='const xmlChar *'/>
6436*7c568831SAndroid Build Coastguard Worker      <field name='refItem' type='xmlSchemaAttributeGroupPtr'/>
6437*7c568831SAndroid Build Coastguard Worker      <field name='targetNamespace' type='const xmlChar *'/>
6438*7c568831SAndroid Build Coastguard Worker      <field name='attrUses' type='void *'/>
6439*7c568831SAndroid Build Coastguard Worker    </struct>
6440*7c568831SAndroid Build Coastguard Worker    <typedef name='xmlSchemaAttributeGroupPtr' file='schemasInternals' type='xmlSchemaAttributeGroup *'/>
6441*7c568831SAndroid Build Coastguard Worker    <struct name='xmlSchemaAttributeLink' file='schemasInternals' type='struct _xmlSchemaAttributeLink'>
6442*7c568831SAndroid Build Coastguard Worker      <field name='next' type='struct _xmlSchemaAttributeLink *'/>
6443*7c568831SAndroid Build Coastguard Worker      <field name='attr' type='struct _xmlSchemaAttribute *'/>
6444*7c568831SAndroid Build Coastguard Worker    </struct>
6445*7c568831SAndroid Build Coastguard Worker    <typedef name='xmlSchemaAttributeLinkPtr' file='schemasInternals' type='xmlSchemaAttributeLink *'/>
6446*7c568831SAndroid Build Coastguard Worker    <typedef name='xmlSchemaAttributePtr' file='schemasInternals' type='xmlSchemaAttribute *'/>
6447*7c568831SAndroid Build Coastguard Worker    <typedef name='xmlSchemaContentType' file='schemasInternals' type='enum'/>
6448*7c568831SAndroid Build Coastguard Worker    <struct name='xmlSchemaElement' file='schemasInternals' type='struct _xmlSchemaElement'>
6449*7c568831SAndroid Build Coastguard Worker      <field name='type' type='xmlSchemaTypeType'/>
6450*7c568831SAndroid Build Coastguard Worker      <field name='next' type='struct _xmlSchemaType *'/>
6451*7c568831SAndroid Build Coastguard Worker      <field name='name' type='const xmlChar *'/>
6452*7c568831SAndroid Build Coastguard Worker      <field name='id' type='const xmlChar *'/>
6453*7c568831SAndroid Build Coastguard Worker      <field name='ref' type='const xmlChar *'/>
6454*7c568831SAndroid Build Coastguard Worker      <field name='refNs' type='const xmlChar *'/>
6455*7c568831SAndroid Build Coastguard Worker      <field name='annot' type='xmlSchemaAnnotPtr'/>
6456*7c568831SAndroid Build Coastguard Worker      <field name='subtypes' type='xmlSchemaTypePtr'/>
6457*7c568831SAndroid Build Coastguard Worker      <field name='attributes' type='xmlSchemaAttributePtr'/>
6458*7c568831SAndroid Build Coastguard Worker      <field name='node' type='xmlNodePtr'/>
6459*7c568831SAndroid Build Coastguard Worker      <field name='minOccurs' type='int'/>
6460*7c568831SAndroid Build Coastguard Worker      <field name='maxOccurs' type='int'/>
6461*7c568831SAndroid Build Coastguard Worker      <field name='flags' type='int'/>
6462*7c568831SAndroid Build Coastguard Worker      <field name='targetNamespace' type='const xmlChar *'/>
6463*7c568831SAndroid Build Coastguard Worker      <field name='namedType' type='const xmlChar *'/>
6464*7c568831SAndroid Build Coastguard Worker      <field name='namedTypeNs' type='const xmlChar *'/>
6465*7c568831SAndroid Build Coastguard Worker      <field name='substGroup' type='const xmlChar *'/>
6466*7c568831SAndroid Build Coastguard Worker      <field name='substGroupNs' type='const xmlChar *'/>
6467*7c568831SAndroid Build Coastguard Worker      <field name='scope' type='const xmlChar *'/>
6468*7c568831SAndroid Build Coastguard Worker      <field name='value' type='const xmlChar *'/>
6469*7c568831SAndroid Build Coastguard Worker      <field name='refDecl' type='struct _xmlSchemaElement *'/>
6470*7c568831SAndroid Build Coastguard Worker      <field name='contModel' type='xmlRegexpPtr'/>
6471*7c568831SAndroid Build Coastguard Worker      <field name='contentType' type='xmlSchemaContentType'/>
6472*7c568831SAndroid Build Coastguard Worker      <field name='refPrefix' type='const xmlChar *'/>
6473*7c568831SAndroid Build Coastguard Worker      <field name='defVal' type='xmlSchemaValPtr'/>
6474*7c568831SAndroid Build Coastguard Worker      <field name='idcs' type='void *'/>
6475*7c568831SAndroid Build Coastguard Worker    </struct>
6476*7c568831SAndroid Build Coastguard Worker    <typedef name='xmlSchemaElementPtr' file='schemasInternals' type='xmlSchemaElement *'/>
6477*7c568831SAndroid Build Coastguard Worker    <struct name='xmlSchemaFacet' file='schemasInternals' type='struct _xmlSchemaFacet'>
6478*7c568831SAndroid Build Coastguard Worker      <field name='type' type='xmlSchemaTypeType'/>
6479*7c568831SAndroid Build Coastguard Worker      <field name='next' type='struct _xmlSchemaFacet *'/>
6480*7c568831SAndroid Build Coastguard Worker      <field name='value' type='const xmlChar *'/>
6481*7c568831SAndroid Build Coastguard Worker      <field name='id' type='const xmlChar *'/>
6482*7c568831SAndroid Build Coastguard Worker      <field name='annot' type='xmlSchemaAnnotPtr'/>
6483*7c568831SAndroid Build Coastguard Worker      <field name='node' type='xmlNodePtr'/>
6484*7c568831SAndroid Build Coastguard Worker      <field name='fixed' type='int'/>
6485*7c568831SAndroid Build Coastguard Worker      <field name='whitespace' type='int'/>
6486*7c568831SAndroid Build Coastguard Worker      <field name='val' type='xmlSchemaValPtr'/>
6487*7c568831SAndroid Build Coastguard Worker      <field name='regexp' type='xmlRegexpPtr'/>
6488*7c568831SAndroid Build Coastguard Worker    </struct>
6489*7c568831SAndroid Build Coastguard Worker    <struct name='xmlSchemaFacetLink' file='schemasInternals' type='struct _xmlSchemaFacetLink'>
6490*7c568831SAndroid Build Coastguard Worker      <field name='next' type='struct _xmlSchemaFacetLink *'/>
6491*7c568831SAndroid Build Coastguard Worker      <field name='facet' type='xmlSchemaFacetPtr'/>
6492*7c568831SAndroid Build Coastguard Worker    </struct>
6493*7c568831SAndroid Build Coastguard Worker    <typedef name='xmlSchemaFacetLinkPtr' file='schemasInternals' type='xmlSchemaFacetLink *'/>
6494*7c568831SAndroid Build Coastguard Worker    <typedef name='xmlSchemaFacetPtr' file='schemasInternals' type='xmlSchemaFacet *'/>
6495*7c568831SAndroid Build Coastguard Worker    <struct name='xmlSchemaNotation' file='schemasInternals' type='struct _xmlSchemaNotation'>
6496*7c568831SAndroid Build Coastguard Worker      <field name='type' type='xmlSchemaTypeType'/>
6497*7c568831SAndroid Build Coastguard Worker      <field name='name' type='const xmlChar *'/>
6498*7c568831SAndroid Build Coastguard Worker      <field name='annot' type='xmlSchemaAnnotPtr'/>
6499*7c568831SAndroid Build Coastguard Worker      <field name='identifier' type='const xmlChar *'/>
6500*7c568831SAndroid Build Coastguard Worker      <field name='targetNamespace' type='const xmlChar *'/>
6501*7c568831SAndroid Build Coastguard Worker    </struct>
6502*7c568831SAndroid Build Coastguard Worker    <typedef name='xmlSchemaNotationPtr' file='schemasInternals' type='xmlSchemaNotation *'/>
6503*7c568831SAndroid Build Coastguard Worker    <struct name='xmlSchemaParserCtxt' file='xmlschemas' type='struct _xmlSchemaParserCtxt'/>
6504*7c568831SAndroid Build Coastguard Worker    <typedef name='xmlSchemaParserCtxtPtr' file='xmlschemas' type='xmlSchemaParserCtxt *'/>
6505*7c568831SAndroid Build Coastguard Worker    <typedef name='xmlSchemaPtr' file='xmlschemas' type='xmlSchema *'/>
6506*7c568831SAndroid Build Coastguard Worker    <typedef name='xmlSchemaSAXPlugPtr' file='xmlschemas' type='xmlSchemaSAXPlugStruct *'/>
6507*7c568831SAndroid Build Coastguard Worker    <struct name='xmlSchemaSAXPlugStruct' file='xmlschemas' type='struct _xmlSchemaSAXPlug'/>
6508*7c568831SAndroid Build Coastguard Worker    <struct name='xmlSchemaType' file='schemasInternals' type='struct _xmlSchemaType'>
6509*7c568831SAndroid Build Coastguard Worker      <field name='type' type='xmlSchemaTypeType'/>
6510*7c568831SAndroid Build Coastguard Worker      <field name='next' type='struct _xmlSchemaType *'/>
6511*7c568831SAndroid Build Coastguard Worker      <field name='name' type='const xmlChar *'/>
6512*7c568831SAndroid Build Coastguard Worker      <field name='id' type='const xmlChar *'/>
6513*7c568831SAndroid Build Coastguard Worker      <field name='ref' type='const xmlChar *'/>
6514*7c568831SAndroid Build Coastguard Worker      <field name='refNs' type='const xmlChar *'/>
6515*7c568831SAndroid Build Coastguard Worker      <field name='annot' type='xmlSchemaAnnotPtr'/>
6516*7c568831SAndroid Build Coastguard Worker      <field name='subtypes' type='xmlSchemaTypePtr'/>
6517*7c568831SAndroid Build Coastguard Worker      <field name='attributes' type='xmlSchemaAttributePtr'/>
6518*7c568831SAndroid Build Coastguard Worker      <field name='node' type='xmlNodePtr'/>
6519*7c568831SAndroid Build Coastguard Worker      <field name='minOccurs' type='int'/>
6520*7c568831SAndroid Build Coastguard Worker      <field name='maxOccurs' type='int'/>
6521*7c568831SAndroid Build Coastguard Worker      <field name='flags' type='int'/>
6522*7c568831SAndroid Build Coastguard Worker      <field name='contentType' type='xmlSchemaContentType'/>
6523*7c568831SAndroid Build Coastguard Worker      <field name='base' type='const xmlChar *'/>
6524*7c568831SAndroid Build Coastguard Worker      <field name='baseNs' type='const xmlChar *'/>
6525*7c568831SAndroid Build Coastguard Worker      <field name='baseType' type='xmlSchemaTypePtr'/>
6526*7c568831SAndroid Build Coastguard Worker      <field name='facets' type='xmlSchemaFacetPtr'/>
6527*7c568831SAndroid Build Coastguard Worker      <field name='redef' type='struct _xmlSchemaType *'/>
6528*7c568831SAndroid Build Coastguard Worker      <field name='recurse' type='int'/>
6529*7c568831SAndroid Build Coastguard Worker      <field name='attributeUses' type='xmlSchemaAttributeLinkPtr *'/>
6530*7c568831SAndroid Build Coastguard Worker      <field name='attributeWildcard' type='xmlSchemaWildcardPtr'/>
6531*7c568831SAndroid Build Coastguard Worker      <field name='builtInType' type='int'/>
6532*7c568831SAndroid Build Coastguard Worker      <field name='memberTypes' type='xmlSchemaTypeLinkPtr'/>
6533*7c568831SAndroid Build Coastguard Worker      <field name='facetSet' type='xmlSchemaFacetLinkPtr'/>
6534*7c568831SAndroid Build Coastguard Worker      <field name='refPrefix' type='const xmlChar *'/>
6535*7c568831SAndroid Build Coastguard Worker      <field name='contentTypeDef' type='xmlSchemaTypePtr'/>
6536*7c568831SAndroid Build Coastguard Worker      <field name='contModel' type='xmlRegexpPtr'/>
6537*7c568831SAndroid Build Coastguard Worker      <field name='targetNamespace' type='const xmlChar *'/>
6538*7c568831SAndroid Build Coastguard Worker      <field name='attrUses' type='void *'/>
6539*7c568831SAndroid Build Coastguard Worker    </struct>
6540*7c568831SAndroid Build Coastguard Worker    <struct name='xmlSchemaTypeLink' file='schemasInternals' type='struct _xmlSchemaTypeLink'>
6541*7c568831SAndroid Build Coastguard Worker      <field name='next' type='struct _xmlSchemaTypeLink *'/>
6542*7c568831SAndroid Build Coastguard Worker      <field name='type' type='xmlSchemaTypePtr'/>
6543*7c568831SAndroid Build Coastguard Worker    </struct>
6544*7c568831SAndroid Build Coastguard Worker    <typedef name='xmlSchemaTypeLinkPtr' file='schemasInternals' type='xmlSchemaTypeLink *'/>
6545*7c568831SAndroid Build Coastguard Worker    <typedef name='xmlSchemaTypePtr' file='schemasInternals' type='xmlSchemaType *'/>
6546*7c568831SAndroid Build Coastguard Worker    <typedef name='xmlSchemaTypeType' file='schemasInternals' type='enum'/>
6547*7c568831SAndroid Build Coastguard Worker    <struct name='xmlSchemaVal' file='schemasInternals' type='struct _xmlSchemaVal'/>
6548*7c568831SAndroid Build Coastguard Worker    <typedef name='xmlSchemaValPtr' file='schemasInternals' type='xmlSchemaVal *'/>
6549*7c568831SAndroid Build Coastguard Worker    <typedef name='xmlSchemaValType' file='schemasInternals' type='enum'/>
6550*7c568831SAndroid Build Coastguard Worker    <struct name='xmlSchemaValidCtxt' file='xmlschemas' type='struct _xmlSchemaValidCtxt'/>
6551*7c568831SAndroid Build Coastguard Worker    <typedef name='xmlSchemaValidCtxtPtr' file='xmlschemas' type='xmlSchemaValidCtxt *'/>
6552*7c568831SAndroid Build Coastguard Worker    <typedef name='xmlSchemaValidError' file='xmlschemas' type='enum'/>
6553*7c568831SAndroid Build Coastguard Worker    <typedef name='xmlSchemaValidOption' file='xmlschemas' type='enum'/>
6554*7c568831SAndroid Build Coastguard Worker    <typedef name='xmlSchemaWhitespaceValueType' file='xmlschemastypes' type='enum'/>
6555*7c568831SAndroid Build Coastguard Worker    <struct name='xmlSchemaWildcard' file='schemasInternals' type='struct _xmlSchemaWildcard'>
6556*7c568831SAndroid Build Coastguard Worker      <field name='type' type='xmlSchemaTypeType'/>
6557*7c568831SAndroid Build Coastguard Worker      <field name='id' type='const xmlChar *'/>
6558*7c568831SAndroid Build Coastguard Worker      <field name='annot' type='xmlSchemaAnnotPtr'/>
6559*7c568831SAndroid Build Coastguard Worker      <field name='node' type='xmlNodePtr'/>
6560*7c568831SAndroid Build Coastguard Worker      <field name='minOccurs' type='int'/>
6561*7c568831SAndroid Build Coastguard Worker      <field name='maxOccurs' type='int'/>
6562*7c568831SAndroid Build Coastguard Worker      <field name='processContents' type='int'/>
6563*7c568831SAndroid Build Coastguard Worker      <field name='any' type='int'/>
6564*7c568831SAndroid Build Coastguard Worker      <field name='nsSet' type='xmlSchemaWildcardNsPtr'/>
6565*7c568831SAndroid Build Coastguard Worker      <field name='negNsSet' type='xmlSchemaWildcardNsPtr'/>
6566*7c568831SAndroid Build Coastguard Worker      <field name='flags' type='int'/>
6567*7c568831SAndroid Build Coastguard Worker    </struct>
6568*7c568831SAndroid Build Coastguard Worker    <struct name='xmlSchemaWildcardNs' file='schemasInternals' type='struct _xmlSchemaWildcardNs'>
6569*7c568831SAndroid Build Coastguard Worker      <field name='next' type='struct _xmlSchemaWildcardNs *'/>
6570*7c568831SAndroid Build Coastguard Worker      <field name='value' type='const xmlChar *'/>
6571*7c568831SAndroid Build Coastguard Worker    </struct>
6572*7c568831SAndroid Build Coastguard Worker    <typedef name='xmlSchemaWildcardNsPtr' file='schemasInternals' type='xmlSchemaWildcardNs *'/>
6573*7c568831SAndroid Build Coastguard Worker    <typedef name='xmlSchemaWildcardPtr' file='schemasInternals' type='xmlSchemaWildcard *'/>
6574*7c568831SAndroid Build Coastguard Worker    <struct name='xmlSchematron' file='schematron' type='struct _xmlSchematron'/>
6575*7c568831SAndroid Build Coastguard Worker    <struct name='xmlSchematronParserCtxt' file='schematron' type='struct _xmlSchematronParserCtxt'/>
6576*7c568831SAndroid Build Coastguard Worker    <typedef name='xmlSchematronParserCtxtPtr' file='schematron' type='xmlSchematronParserCtxt *'/>
6577*7c568831SAndroid Build Coastguard Worker    <typedef name='xmlSchematronPtr' file='schematron' type='xmlSchematron *'/>
6578*7c568831SAndroid Build Coastguard Worker    <struct name='xmlSchematronValidCtxt' file='schematron' type='struct _xmlSchematronValidCtxt'/>
6579*7c568831SAndroid Build Coastguard Worker    <typedef name='xmlSchematronValidCtxtPtr' file='schematron' type='xmlSchematronValidCtxt *'/>
6580*7c568831SAndroid Build Coastguard Worker    <typedef name='xmlSchematronValidOptions' file='schematron' type='enum'/>
6581*7c568831SAndroid Build Coastguard Worker    <struct name='xmlStartTag' file='parser' type='struct _xmlStartTag'/>
6582*7c568831SAndroid Build Coastguard Worker    <struct name='xmlStreamCtxt' file='pattern' type='struct _xmlStreamCtxt'/>
6583*7c568831SAndroid Build Coastguard Worker    <typedef name='xmlStreamCtxtPtr' file='pattern' type='xmlStreamCtxt *'/>
6584*7c568831SAndroid Build Coastguard Worker    <struct name='xmlTextReader' file='xmlreader' type='struct _xmlTextReader'/>
6585*7c568831SAndroid Build Coastguard Worker    <typedef name='xmlTextReaderLocatorPtr' file='xmlreader' type='void *'/>
6586*7c568831SAndroid Build Coastguard Worker    <typedef name='xmlTextReaderMode' file='xmlreader' type='enum'/>
6587*7c568831SAndroid Build Coastguard Worker    <typedef name='xmlTextReaderPtr' file='xmlreader' type='xmlTextReader *'>
6588*7c568831SAndroid Build Coastguard Worker      <info>Pointer to an xmlReader context.</info>
6589*7c568831SAndroid Build Coastguard Worker    </typedef>
6590*7c568831SAndroid Build Coastguard Worker    <struct name='xmlTextWriter' file='xmlwriter' type='struct _xmlTextWriter'/>
6591*7c568831SAndroid Build Coastguard Worker    <typedef name='xmlTextWriterPtr' file='xmlwriter' type='xmlTextWriter *'/>
6592*7c568831SAndroid Build Coastguard Worker    <struct name='xmlURI' file='uri' type='struct _xmlURI'>
6593*7c568831SAndroid Build Coastguard Worker      <field name='scheme' type='char *'/>
6594*7c568831SAndroid Build Coastguard Worker      <field name='opaque' type='char *'/>
6595*7c568831SAndroid Build Coastguard Worker      <field name='authority' type='char *'/>
6596*7c568831SAndroid Build Coastguard Worker      <field name='server' type='char *'/>
6597*7c568831SAndroid Build Coastguard Worker      <field name='user' type='char *'/>
6598*7c568831SAndroid Build Coastguard Worker      <field name='port' type='int'/>
6599*7c568831SAndroid Build Coastguard Worker      <field name='path' type='char *'/>
6600*7c568831SAndroid Build Coastguard Worker      <field name='query' type='char *'/>
6601*7c568831SAndroid Build Coastguard Worker      <field name='fragment' type='char *'/>
6602*7c568831SAndroid Build Coastguard Worker      <field name='cleanup' type='int'/>
6603*7c568831SAndroid Build Coastguard Worker      <field name='query_raw' type='char *'/>
6604*7c568831SAndroid Build Coastguard Worker    </struct>
6605*7c568831SAndroid Build Coastguard Worker    <typedef name='xmlURIPtr' file='uri' type='xmlURI *'/>
6606*7c568831SAndroid Build Coastguard Worker    <struct name='xmlValidCtxt' file='valid' type='struct _xmlValidCtxt'>
6607*7c568831SAndroid Build Coastguard Worker      <field name='userData' type='void *'/>
6608*7c568831SAndroid Build Coastguard Worker      <field name='error' type='xmlValidityErrorFunc'/>
6609*7c568831SAndroid Build Coastguard Worker      <field name='warning' type='xmlValidityWarningFunc'/>
6610*7c568831SAndroid Build Coastguard Worker      <field name='node' type='xmlNodePtr'/>
6611*7c568831SAndroid Build Coastguard Worker      <field name='nodeNr' type='int'/>
6612*7c568831SAndroid Build Coastguard Worker      <field name='nodeMax' type='int'/>
6613*7c568831SAndroid Build Coastguard Worker      <field name='nodeTab' type='xmlNodePtr *'/>
6614*7c568831SAndroid Build Coastguard Worker      <field name='flags' type='unsigned int'/>
6615*7c568831SAndroid Build Coastguard Worker      <field name='doc' type='xmlDocPtr'/>
6616*7c568831SAndroid Build Coastguard Worker      <field name='valid' type='int'/>
6617*7c568831SAndroid Build Coastguard Worker      <field name='vstate' type='xmlValidState *'/>
6618*7c568831SAndroid Build Coastguard Worker      <field name='vstateNr' type='int'/>
6619*7c568831SAndroid Build Coastguard Worker      <field name='vstateMax' type='int'/>
6620*7c568831SAndroid Build Coastguard Worker      <field name='vstateTab' type='xmlValidState *'/>
6621*7c568831SAndroid Build Coastguard Worker      <field name='am' type='xmlAutomataPtr'/>
6622*7c568831SAndroid Build Coastguard Worker      <field name='state' type='xmlAutomataStatePtr'/>
6623*7c568831SAndroid Build Coastguard Worker      <field name='am' type='void *'/>
6624*7c568831SAndroid Build Coastguard Worker      <field name='state' type='void *'/>
6625*7c568831SAndroid Build Coastguard Worker    </struct>
6626*7c568831SAndroid Build Coastguard Worker    <typedef name='xmlValidCtxtPtr' file='valid' type='xmlValidCtxt *'/>
6627*7c568831SAndroid Build Coastguard Worker    <struct name='xmlValidState' file='valid' type='struct _xmlValidState'/>
6628*7c568831SAndroid Build Coastguard Worker    <typedef name='xmlValidStatePtr' file='valid' type='xmlValidState *'/>
6629*7c568831SAndroid Build Coastguard Worker    <struct name='xmlXIncludeCtxt' file='xinclude' type='struct _xmlXIncludeCtxt'/>
6630*7c568831SAndroid Build Coastguard Worker    <typedef name='xmlXIncludeCtxtPtr' file='xinclude' type='xmlXIncludeCtxt *'/>
6631*7c568831SAndroid Build Coastguard Worker    <struct name='xmlXPathAxis' file='xpath' type='struct _xmlXPathAxis'>
6632*7c568831SAndroid Build Coastguard Worker      <field name='name' type='const xmlChar *'/>
6633*7c568831SAndroid Build Coastguard Worker      <field name='func' type='xmlXPathAxisFunc'/>
6634*7c568831SAndroid Build Coastguard Worker    </struct>
6635*7c568831SAndroid Build Coastguard Worker    <typedef name='xmlXPathAxisPtr' file='xpath' type='xmlXPathAxis *'/>
6636*7c568831SAndroid Build Coastguard Worker    <struct name='xmlXPathCompExpr' file='xpath' type='struct _xmlXPathCompExpr'/>
6637*7c568831SAndroid Build Coastguard Worker    <typedef name='xmlXPathCompExprPtr' file='xpath' type='xmlXPathCompExpr *'/>
6638*7c568831SAndroid Build Coastguard Worker    <struct name='xmlXPathContext' file='xpath' type='struct _xmlXPathContext'>
6639*7c568831SAndroid Build Coastguard Worker      <field name='doc' type='xmlDocPtr'/>
6640*7c568831SAndroid Build Coastguard Worker      <field name='node' type='xmlNodePtr'/>
6641*7c568831SAndroid Build Coastguard Worker      <field name='nb_variables_unused' type='int'/>
6642*7c568831SAndroid Build Coastguard Worker      <field name='max_variables_unused' type='int'/>
6643*7c568831SAndroid Build Coastguard Worker      <field name='varHash' type='xmlHashTablePtr'/>
6644*7c568831SAndroid Build Coastguard Worker      <field name='nb_types' type='int'/>
6645*7c568831SAndroid Build Coastguard Worker      <field name='max_types' type='int'/>
6646*7c568831SAndroid Build Coastguard Worker      <field name='types' type='xmlXPathTypePtr'/>
6647*7c568831SAndroid Build Coastguard Worker      <field name='nb_funcs_unused' type='int'/>
6648*7c568831SAndroid Build Coastguard Worker      <field name='max_funcs_unused' type='int'/>
6649*7c568831SAndroid Build Coastguard Worker      <field name='funcHash' type='xmlHashTablePtr'/>
6650*7c568831SAndroid Build Coastguard Worker      <field name='nb_axis' type='int'/>
6651*7c568831SAndroid Build Coastguard Worker      <field name='max_axis' type='int'/>
6652*7c568831SAndroid Build Coastguard Worker      <field name='axis' type='xmlXPathAxisPtr'/>
6653*7c568831SAndroid Build Coastguard Worker      <field name='namespaces' type='xmlNsPtr *'/>
6654*7c568831SAndroid Build Coastguard Worker      <field name='nsNr' type='int'/>
6655*7c568831SAndroid Build Coastguard Worker      <field name='user' type='void *'/>
6656*7c568831SAndroid Build Coastguard Worker      <field name='contextSize' type='int'/>
6657*7c568831SAndroid Build Coastguard Worker      <field name='proximityPosition' type='int'/>
6658*7c568831SAndroid Build Coastguard Worker      <field name='xptr' type='int'/>
6659*7c568831SAndroid Build Coastguard Worker      <field name='here' type='xmlNodePtr'/>
6660*7c568831SAndroid Build Coastguard Worker      <field name='origin' type='xmlNodePtr'/>
6661*7c568831SAndroid Build Coastguard Worker      <field name='nsHash' type='xmlHashTablePtr'/>
6662*7c568831SAndroid Build Coastguard Worker      <field name='varLookupFunc' type='xmlXPathVariableLookupFunc'/>
6663*7c568831SAndroid Build Coastguard Worker      <field name='varLookupData' type='void *'/>
6664*7c568831SAndroid Build Coastguard Worker      <field name='extra' type='void *'/>
6665*7c568831SAndroid Build Coastguard Worker      <field name='function' type='const xmlChar *'/>
6666*7c568831SAndroid Build Coastguard Worker      <field name='functionURI' type='const xmlChar *'/>
6667*7c568831SAndroid Build Coastguard Worker      <field name='funcLookupFunc' type='xmlXPathFuncLookupFunc'/>
6668*7c568831SAndroid Build Coastguard Worker      <field name='funcLookupData' type='void *'/>
6669*7c568831SAndroid Build Coastguard Worker      <field name='tmpNsList' type='xmlNsPtr *'/>
6670*7c568831SAndroid Build Coastguard Worker      <field name='tmpNsNr' type='int'/>
6671*7c568831SAndroid Build Coastguard Worker      <field name='userData' type='void *'/>
6672*7c568831SAndroid Build Coastguard Worker      <field name='error' type='xmlStructuredErrorFunc'/>
6673*7c568831SAndroid Build Coastguard Worker      <field name='lastError' type='xmlError'/>
6674*7c568831SAndroid Build Coastguard Worker      <field name='debugNode' type='xmlNodePtr'/>
6675*7c568831SAndroid Build Coastguard Worker      <field name='dict' type='xmlDictPtr'/>
6676*7c568831SAndroid Build Coastguard Worker      <field name='flags' type='int'/>
6677*7c568831SAndroid Build Coastguard Worker      <field name='cache' type='void *'/>
6678*7c568831SAndroid Build Coastguard Worker      <field name='opLimit' type='unsigned long'/>
6679*7c568831SAndroid Build Coastguard Worker      <field name='opCount' type='unsigned long'/>
6680*7c568831SAndroid Build Coastguard Worker      <field name='depth' type='int'/>
6681*7c568831SAndroid Build Coastguard Worker    </struct>
6682*7c568831SAndroid Build Coastguard Worker    <typedef name='xmlXPathContextPtr' file='xpath' type='xmlXPathContext *'/>
6683*7c568831SAndroid Build Coastguard Worker    <typedef name='xmlXPathError' file='xpath' type='enum'/>
6684*7c568831SAndroid Build Coastguard Worker    <typedef name='xmlXPathFuncPtr' file='xpath' type='xmlXPathFunct *'/>
6685*7c568831SAndroid Build Coastguard Worker    <struct name='xmlXPathFunct' file='xpath' type='struct _xmlXPathFunct'>
6686*7c568831SAndroid Build Coastguard Worker      <field name='name' type='const xmlChar *'/>
6687*7c568831SAndroid Build Coastguard Worker      <field name='func' type='xmlXPathEvalFunc'/>
6688*7c568831SAndroid Build Coastguard Worker    </struct>
6689*7c568831SAndroid Build Coastguard Worker    <struct name='xmlXPathObject' file='xpath' type='struct _xmlXPathObject'>
6690*7c568831SAndroid Build Coastguard Worker      <field name='type' type='xmlXPathObjectType'/>
6691*7c568831SAndroid Build Coastguard Worker      <field name='nodesetval' type='xmlNodeSetPtr'/>
6692*7c568831SAndroid Build Coastguard Worker      <field name='boolval' type='int'/>
6693*7c568831SAndroid Build Coastguard Worker      <field name='floatval' type='double'/>
6694*7c568831SAndroid Build Coastguard Worker      <field name='stringval' type='xmlChar *'/>
6695*7c568831SAndroid Build Coastguard Worker      <field name='user' type='void *'/>
6696*7c568831SAndroid Build Coastguard Worker      <field name='index' type='int'/>
6697*7c568831SAndroid Build Coastguard Worker      <field name='user2' type='void *'/>
6698*7c568831SAndroid Build Coastguard Worker      <field name='index2' type='int'/>
6699*7c568831SAndroid Build Coastguard Worker    </struct>
6700*7c568831SAndroid Build Coastguard Worker    <typedef name='xmlXPathObjectPtr' file='xpath' type='xmlXPathObject *'/>
6701*7c568831SAndroid Build Coastguard Worker    <typedef name='xmlXPathObjectType' file='xpath' type='enum'/>
6702*7c568831SAndroid Build Coastguard Worker    <struct name='xmlXPathParserContext' file='xpath' type='struct _xmlXPathParserContext'>
6703*7c568831SAndroid Build Coastguard Worker      <field name='cur' type='const xmlChar *'/>
6704*7c568831SAndroid Build Coastguard Worker      <field name='base' type='const xmlChar *'/>
6705*7c568831SAndroid Build Coastguard Worker      <field name='error' type='int'/>
6706*7c568831SAndroid Build Coastguard Worker      <field name='context' type='xmlXPathContextPtr'/>
6707*7c568831SAndroid Build Coastguard Worker      <field name='value' type='xmlXPathObjectPtr'/>
6708*7c568831SAndroid Build Coastguard Worker      <field name='valueNr' type='int'/>
6709*7c568831SAndroid Build Coastguard Worker      <field name='valueMax' type='int'/>
6710*7c568831SAndroid Build Coastguard Worker      <field name='valueTab' type='xmlXPathObjectPtr *'/>
6711*7c568831SAndroid Build Coastguard Worker      <field name='comp' type='xmlXPathCompExprPtr'/>
6712*7c568831SAndroid Build Coastguard Worker      <field name='xptr' type='int'/>
6713*7c568831SAndroid Build Coastguard Worker      <field name='ancestor' type='xmlNodePtr'/>
6714*7c568831SAndroid Build Coastguard Worker      <field name='valueFrame' type='int'/>
6715*7c568831SAndroid Build Coastguard Worker    </struct>
6716*7c568831SAndroid Build Coastguard Worker    <typedef name='xmlXPathParserContextPtr' file='xpath' type='xmlXPathParserContext *'/>
6717*7c568831SAndroid Build Coastguard Worker    <struct name='xmlXPathType' file='xpath' type='struct _xmlXPathType'>
6718*7c568831SAndroid Build Coastguard Worker      <field name='name' type='const xmlChar *'/>
6719*7c568831SAndroid Build Coastguard Worker      <field name='func' type='xmlXPathConvertFunc'/>
6720*7c568831SAndroid Build Coastguard Worker    </struct>
6721*7c568831SAndroid Build Coastguard Worker    <typedef name='xmlXPathTypePtr' file='xpath' type='xmlXPathType *'/>
6722*7c568831SAndroid Build Coastguard Worker    <struct name='xmlXPathVariable' file='xpath' type='struct _xmlXPathVariable'>
6723*7c568831SAndroid Build Coastguard Worker      <field name='name' type='const xmlChar *'/>
6724*7c568831SAndroid Build Coastguard Worker      <field name='value' type='xmlXPathObjectPtr'/>
6725*7c568831SAndroid Build Coastguard Worker    </struct>
6726*7c568831SAndroid Build Coastguard Worker    <typedef name='xmlXPathVariablePtr' file='xpath' type='xmlXPathVariable *'/>
6727*7c568831SAndroid Build Coastguard Worker    <variable name='htmlDefaultSAXHandler' file='HTMLparser' type='const xmlSAXHandlerV1'>
6728*7c568831SAndroid Build Coastguard Worker      <info>DEPRECATED: This handler is unused and will be removed from future versions.  Default old SAX v1 handler for HTML, builds the DOM tree</info>
6729*7c568831SAndroid Build Coastguard Worker    </variable>
6730*7c568831SAndroid Build Coastguard Worker    <variable name='oldXMLWDcompatibility' file='parser' type='const int'>
6731*7c568831SAndroid Build Coastguard Worker      <info>DEPRECATED, always 0.</info>
6732*7c568831SAndroid Build Coastguard Worker    </variable>
6733*7c568831SAndroid Build Coastguard Worker    <variable name='xmlDefaultSAXHandler' file='parser' type='const xmlSAXHandlerV1'>
6734*7c568831SAndroid Build Coastguard Worker      <info>DEPRECATED: This handler is unused and will be removed from future versions.  Default SAX version1 handler for XML, builds the DOM tree</info>
6735*7c568831SAndroid Build Coastguard Worker    </variable>
6736*7c568831SAndroid Build Coastguard Worker    <variable name='xmlDefaultSAXLocator' file='parser' type='const xmlSAXLocator'>
6737*7c568831SAndroid Build Coastguard Worker      <info>DEPRECATED: Don&apos;t use  The default SAX Locator { getPublicId, getSystemId, getLineNumber, getColumnNumber}</info>
6738*7c568831SAndroid Build Coastguard Worker    </variable>
6739*7c568831SAndroid Build Coastguard Worker    <variable name='xmlFree' file='xmlmemory' type='xmlFreeFunc'>
6740*7c568831SAndroid Build Coastguard Worker      <info>@mem: an already allocated block of memory  The variable holding the libxml free() implementation</info>
6741*7c568831SAndroid Build Coastguard Worker    </variable>
6742*7c568831SAndroid Build Coastguard Worker    <variable name='xmlIsBaseCharGroup' file='chvalid' type='const xmlChRangeGroup'/>
6743*7c568831SAndroid Build Coastguard Worker    <variable name='xmlIsCharGroup' file='chvalid' type='const xmlChRangeGroup'/>
6744*7c568831SAndroid Build Coastguard Worker    <variable name='xmlIsCombiningGroup' file='chvalid' type='const xmlChRangeGroup'/>
6745*7c568831SAndroid Build Coastguard Worker    <variable name='xmlIsDigitGroup' file='chvalid' type='const xmlChRangeGroup'/>
6746*7c568831SAndroid Build Coastguard Worker    <variable name='xmlIsExtenderGroup' file='chvalid' type='const xmlChRangeGroup'/>
6747*7c568831SAndroid Build Coastguard Worker    <variable name='xmlIsIdeographicGroup' file='chvalid' type='const xmlChRangeGroup'/>
6748*7c568831SAndroid Build Coastguard Worker    <variable name='xmlIsPubidChar_tab' file='chvalid' type='const unsigned charxmlIsPubidChar_tab[256]'/>
6749*7c568831SAndroid Build Coastguard Worker    <variable name='xmlMalloc' file='xmlmemory' type='xmlMallocFunc'>
6750*7c568831SAndroid Build Coastguard Worker      <info>@size:  the size requested in bytes  The variable holding the libxml malloc() implementation  Returns a pointer to the newly allocated block or NULL in case of error</info>
6751*7c568831SAndroid Build Coastguard Worker    </variable>
6752*7c568831SAndroid Build Coastguard Worker    <variable name='xmlMallocAtomic' file='xmlmemory' type='xmlMallocFunc'>
6753*7c568831SAndroid Build Coastguard Worker      <info>@size:  the size requested in bytes  The variable holding the libxml malloc() implementation for atomic data (i.e. blocks not containing pointers), useful when using a garbage collecting allocator.  Returns a pointer to the newly allocated block or NULL in case of error</info>
6754*7c568831SAndroid Build Coastguard Worker    </variable>
6755*7c568831SAndroid Build Coastguard Worker    <variable name='xmlMemStrdup' file='xmlmemory' type='xmlStrdupFunc'>
6756*7c568831SAndroid Build Coastguard Worker      <info>@str: a zero terminated string  The variable holding the libxml strdup() implementation  Returns the copy of the string or NULL in case of error</info>
6757*7c568831SAndroid Build Coastguard Worker    </variable>
6758*7c568831SAndroid Build Coastguard Worker    <variable name='xmlParserDebugEntities' file='parser' type='const int'>
6759*7c568831SAndroid Build Coastguard Worker      <info>DEPRECATED, always 0.</info>
6760*7c568831SAndroid Build Coastguard Worker    </variable>
6761*7c568831SAndroid Build Coastguard Worker    <variable name='xmlParserMaxDepth' file='parserInternals' type='const unsigned int'>
6762*7c568831SAndroid Build Coastguard Worker      <info>arbitrary depth limit for the XML documents that we allow to process. This is not a limitation of the parser but a safety boundary feature. It can be disabled with the XML_PARSE_HUGE parser option.</info>
6763*7c568831SAndroid Build Coastguard Worker    </variable>
6764*7c568831SAndroid Build Coastguard Worker    <variable name='xmlParserVersion' file='parser' type='const char * const'>
6765*7c568831SAndroid Build Coastguard Worker      <info>Constant string describing the internal version of the library</info>
6766*7c568831SAndroid Build Coastguard Worker    </variable>
6767*7c568831SAndroid Build Coastguard Worker    <variable name='xmlRealloc' file='xmlmemory' type='xmlReallocFunc'>
6768*7c568831SAndroid Build Coastguard Worker      <info>@mem: an already allocated block of memory @size:  the new size requested in bytes  The variable holding the libxml realloc() implementation  Returns a pointer to the newly reallocated block or NULL in case of error</info>
6769*7c568831SAndroid Build Coastguard Worker    </variable>
6770*7c568831SAndroid Build Coastguard Worker    <variable name='xmlStringComment' file='parserInternals' type='const xmlCharxmlStringComment[]'/>
6771*7c568831SAndroid Build Coastguard Worker    <variable name='xmlStringText' file='parserInternals' type='const xmlCharxmlStringText[]'/>
6772*7c568831SAndroid Build Coastguard Worker    <variable name='xmlStringTextNoenc' file='parserInternals' type='const xmlCharxmlStringTextNoenc[]'/>
6773*7c568831SAndroid Build Coastguard Worker    <variable name='xmlXPathNAN' file='xpath' type='double'/>
6774*7c568831SAndroid Build Coastguard Worker    <variable name='xmlXPathNINF' file='xpath' type='double'/>
6775*7c568831SAndroid Build Coastguard Worker    <variable name='xmlXPathPINF' file='xpath' type='double'/>
6776*7c568831SAndroid Build Coastguard Worker    <function name='UTF8ToHtml' file='HTMLparser' module='HTMLparser'>
6777*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_HTML_ENABLED)</cond>
6778*7c568831SAndroid Build Coastguard Worker      <info>Take a block of UTF-8 chars in and try to convert it to an ASCII plus HTML entities block of chars out.</info>
6779*7c568831SAndroid Build Coastguard Worker      <return type='int' info='0 if success, -2 if the transcoding fails, or -1 otherwise The value of @inlen after return is the number of octets consumed as the return value is positive, else unpredictable. The value of @outlen after return is the number of octets consumed.'/>
6780*7c568831SAndroid Build Coastguard Worker      <arg name='out' type='unsigned char *' info='a pointer to an array of bytes to store the result'/>
6781*7c568831SAndroid Build Coastguard Worker      <arg name='outlen' type='int *' info='the length of @out'/>
6782*7c568831SAndroid Build Coastguard Worker      <arg name='in' type='const unsigned char *' info='a pointer to an array of UTF-8 chars'/>
6783*7c568831SAndroid Build Coastguard Worker      <arg name='inlen' type='int *' info='the length of @in'/>
6784*7c568831SAndroid Build Coastguard Worker    </function>
6785*7c568831SAndroid Build Coastguard Worker    <function name='UTF8Toisolat1' file='encoding' module='encoding'>
6786*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_OUTPUT_ENABLED)</cond>
6787*7c568831SAndroid Build Coastguard Worker      <info>Take a block of UTF-8 chars in and try to convert it to an ISO Latin 1 block of chars out.</info>
6788*7c568831SAndroid Build Coastguard Worker      <return type='int' info='the number of bytes written or an XML_ENC_ERR code.  The value of @inlen after return is the number of octets consumed if the return value is positive, else unpredictable. The value of @outlen after return is the number of octets produced.'/>
6789*7c568831SAndroid Build Coastguard Worker      <arg name='out' type='unsigned char *' info='a pointer to an array of bytes to store the result'/>
6790*7c568831SAndroid Build Coastguard Worker      <arg name='outlen' type='int *' info='the length of @out'/>
6791*7c568831SAndroid Build Coastguard Worker      <arg name='in' type='const unsigned char *' info='a pointer to an array of UTF-8 chars'/>
6792*7c568831SAndroid Build Coastguard Worker      <arg name='inlen' type='int *' info='the length of @in'/>
6793*7c568831SAndroid Build Coastguard Worker    </function>
6794*7c568831SAndroid Build Coastguard Worker    <functype name='attributeDeclSAXFunc' file='parser' module='parser'>
6795*7c568831SAndroid Build Coastguard Worker      <info>An attribute definition has been parsed.</info>
6796*7c568831SAndroid Build Coastguard Worker      <return type='void'/>
6797*7c568831SAndroid Build Coastguard Worker      <arg name='ctx' type='void *' info='the user data (XML parser context)'/>
6798*7c568831SAndroid Build Coastguard Worker      <arg name='elem' type='const xmlChar *' info='the name of the element'/>
6799*7c568831SAndroid Build Coastguard Worker      <arg name='fullname' type='const xmlChar *' info='the attribute name'/>
6800*7c568831SAndroid Build Coastguard Worker      <arg name='type' type='int' info='the attribute type'/>
6801*7c568831SAndroid Build Coastguard Worker      <arg name='def' type='int' info='the type of default value'/>
6802*7c568831SAndroid Build Coastguard Worker      <arg name='defaultValue' type='const xmlChar *' info='the attribute default value'/>
6803*7c568831SAndroid Build Coastguard Worker      <arg name='tree' type='xmlEnumerationPtr' info='the tree of enumerated value set'/>
6804*7c568831SAndroid Build Coastguard Worker    </functype>
6805*7c568831SAndroid Build Coastguard Worker    <functype name='attributeSAXFunc' file='parser' module='parser'>
6806*7c568831SAndroid Build Coastguard Worker      <info>Handle an attribute that has been read by the parser. The default handling is to convert the attribute into an DOM subtree and past it in a new xmlAttr element added to the element.</info>
6807*7c568831SAndroid Build Coastguard Worker      <return type='void'/>
6808*7c568831SAndroid Build Coastguard Worker      <arg name='ctx' type='void *' info='the user data (XML parser context)'/>
6809*7c568831SAndroid Build Coastguard Worker      <arg name='name' type='const xmlChar *' info='The attribute name, including namespace prefix'/>
6810*7c568831SAndroid Build Coastguard Worker      <arg name='value' type='const xmlChar *' info='The attribute value'/>
6811*7c568831SAndroid Build Coastguard Worker    </functype>
6812*7c568831SAndroid Build Coastguard Worker    <functype name='cdataBlockSAXFunc' file='parser' module='parser'>
6813*7c568831SAndroid Build Coastguard Worker      <info>Called when a pcdata block has been parsed.</info>
6814*7c568831SAndroid Build Coastguard Worker      <return type='void'/>
6815*7c568831SAndroid Build Coastguard Worker      <arg name='ctx' type='void *' info='the user data (XML parser context)'/>
6816*7c568831SAndroid Build Coastguard Worker      <arg name='value' type='const xmlChar *' info='The pcdata content'/>
6817*7c568831SAndroid Build Coastguard Worker      <arg name='len' type='int' info='the block length'/>
6818*7c568831SAndroid Build Coastguard Worker    </functype>
6819*7c568831SAndroid Build Coastguard Worker    <functype name='charactersSAXFunc' file='parser' module='parser'>
6820*7c568831SAndroid Build Coastguard Worker      <info>Receiving some chars from the parser.</info>
6821*7c568831SAndroid Build Coastguard Worker      <return type='void'/>
6822*7c568831SAndroid Build Coastguard Worker      <arg name='ctx' type='void *' info='the user data (XML parser context)'/>
6823*7c568831SAndroid Build Coastguard Worker      <arg name='ch' type='const xmlChar *' info='a xmlChar string'/>
6824*7c568831SAndroid Build Coastguard Worker      <arg name='len' type='int' info='the number of xmlChar'/>
6825*7c568831SAndroid Build Coastguard Worker    </functype>
6826*7c568831SAndroid Build Coastguard Worker    <functype name='commentSAXFunc' file='parser' module='parser'>
6827*7c568831SAndroid Build Coastguard Worker      <info>A comment has been parsed.</info>
6828*7c568831SAndroid Build Coastguard Worker      <return type='void'/>
6829*7c568831SAndroid Build Coastguard Worker      <arg name='ctx' type='void *' info='the user data (XML parser context)'/>
6830*7c568831SAndroid Build Coastguard Worker      <arg name='value' type='const xmlChar *' info='the comment content'/>
6831*7c568831SAndroid Build Coastguard Worker    </functype>
6832*7c568831SAndroid Build Coastguard Worker    <functype name='elementDeclSAXFunc' file='parser' module='parser'>
6833*7c568831SAndroid Build Coastguard Worker      <info>An element definition has been parsed.</info>
6834*7c568831SAndroid Build Coastguard Worker      <return type='void'/>
6835*7c568831SAndroid Build Coastguard Worker      <arg name='ctx' type='void *' info='the user data (XML parser context)'/>
6836*7c568831SAndroid Build Coastguard Worker      <arg name='name' type='const xmlChar *' info='the element name'/>
6837*7c568831SAndroid Build Coastguard Worker      <arg name='type' type='int' info='the element type'/>
6838*7c568831SAndroid Build Coastguard Worker      <arg name='content' type='xmlElementContentPtr' info='the element value tree'/>
6839*7c568831SAndroid Build Coastguard Worker    </functype>
6840*7c568831SAndroid Build Coastguard Worker    <functype name='endDocumentSAXFunc' file='parser' module='parser'>
6841*7c568831SAndroid Build Coastguard Worker      <info>Called when the document end has been detected.</info>
6842*7c568831SAndroid Build Coastguard Worker      <return type='void'/>
6843*7c568831SAndroid Build Coastguard Worker      <arg name='ctx' type='void *' info='the user data (XML parser context)'/>
6844*7c568831SAndroid Build Coastguard Worker    </functype>
6845*7c568831SAndroid Build Coastguard Worker    <functype name='endElementNsSAX2Func' file='parser' module='parser'>
6846*7c568831SAndroid Build Coastguard Worker      <info>SAX2 callback when an element end has been detected by the parser. It provides the namespace information for the element.</info>
6847*7c568831SAndroid Build Coastguard Worker      <return type='void'/>
6848*7c568831SAndroid Build Coastguard Worker      <arg name='ctx' type='void *' info='the user data (XML parser context)'/>
6849*7c568831SAndroid Build Coastguard Worker      <arg name='localname' type='const xmlChar *' info='the local name of the element'/>
6850*7c568831SAndroid Build Coastguard Worker      <arg name='prefix' type='const xmlChar *' info='the element namespace prefix if available'/>
6851*7c568831SAndroid Build Coastguard Worker      <arg name='URI' type='const xmlChar *' info='the element namespace name if available'/>
6852*7c568831SAndroid Build Coastguard Worker    </functype>
6853*7c568831SAndroid Build Coastguard Worker    <functype name='endElementSAXFunc' file='parser' module='parser'>
6854*7c568831SAndroid Build Coastguard Worker      <info>Called when the end of an element has been detected.</info>
6855*7c568831SAndroid Build Coastguard Worker      <return type='void'/>
6856*7c568831SAndroid Build Coastguard Worker      <arg name='ctx' type='void *' info='the user data (XML parser context)'/>
6857*7c568831SAndroid Build Coastguard Worker      <arg name='name' type='const xmlChar *' info='The element name'/>
6858*7c568831SAndroid Build Coastguard Worker    </functype>
6859*7c568831SAndroid Build Coastguard Worker    <functype name='entityDeclSAXFunc' file='parser' module='parser'>
6860*7c568831SAndroid Build Coastguard Worker      <info>An entity definition has been parsed.</info>
6861*7c568831SAndroid Build Coastguard Worker      <return type='void'/>
6862*7c568831SAndroid Build Coastguard Worker      <arg name='ctx' type='void *' info='the user data (XML parser context)'/>
6863*7c568831SAndroid Build Coastguard Worker      <arg name='name' type='const xmlChar *' info='the entity name'/>
6864*7c568831SAndroid Build Coastguard Worker      <arg name='type' type='int' info='the entity type'/>
6865*7c568831SAndroid Build Coastguard Worker      <arg name='publicId' type='const xmlChar *' info='The public ID of the entity'/>
6866*7c568831SAndroid Build Coastguard Worker      <arg name='systemId' type='const xmlChar *' info='The system ID of the entity'/>
6867*7c568831SAndroid Build Coastguard Worker      <arg name='content' type='xmlChar *' info='the entity value (without processing).'/>
6868*7c568831SAndroid Build Coastguard Worker    </functype>
6869*7c568831SAndroid Build Coastguard Worker    <functype name='errorSAXFunc' file='parser' module='parser'>
6870*7c568831SAndroid Build Coastguard Worker      <info>Display and format an error messages, callback.</info>
6871*7c568831SAndroid Build Coastguard Worker      <return type='void'/>
6872*7c568831SAndroid Build Coastguard Worker      <arg name='ctx' type='void *' info='an XML parser context'/>
6873*7c568831SAndroid Build Coastguard Worker      <arg name='msg' type='const char *' info='the message to display/transmit'/>
6874*7c568831SAndroid Build Coastguard Worker      <arg name='...' type='...' info='extra parameters for the message display'/>
6875*7c568831SAndroid Build Coastguard Worker    </functype>
6876*7c568831SAndroid Build Coastguard Worker    <functype name='externalSubsetSAXFunc' file='parser' module='parser'>
6877*7c568831SAndroid Build Coastguard Worker      <info>Callback on external subset declaration.</info>
6878*7c568831SAndroid Build Coastguard Worker      <return type='void'/>
6879*7c568831SAndroid Build Coastguard Worker      <arg name='ctx' type='void *' info='the user data (XML parser context)'/>
6880*7c568831SAndroid Build Coastguard Worker      <arg name='name' type='const xmlChar *' info='the root element name'/>
6881*7c568831SAndroid Build Coastguard Worker      <arg name='ExternalID' type='const xmlChar *' info='the external ID'/>
6882*7c568831SAndroid Build Coastguard Worker      <arg name='SystemID' type='const xmlChar *' info='the SYSTEM ID (e.g. filename or URL)'/>
6883*7c568831SAndroid Build Coastguard Worker    </functype>
6884*7c568831SAndroid Build Coastguard Worker    <functype name='fatalErrorSAXFunc' file='parser' module='parser'>
6885*7c568831SAndroid Build Coastguard Worker      <info>Display and format fatal error messages, callback. Note: so far fatalError() SAX callbacks are not used, error() get all the callbacks for errors.</info>
6886*7c568831SAndroid Build Coastguard Worker      <return type='void'/>
6887*7c568831SAndroid Build Coastguard Worker      <arg name='ctx' type='void *' info='an XML parser context'/>
6888*7c568831SAndroid Build Coastguard Worker      <arg name='msg' type='const char *' info='the message to display/transmit'/>
6889*7c568831SAndroid Build Coastguard Worker      <arg name='...' type='...' info='extra parameters for the message display'/>
6890*7c568831SAndroid Build Coastguard Worker    </functype>
6891*7c568831SAndroid Build Coastguard Worker    <functype name='getEntitySAXFunc' file='parser' module='parser'>
6892*7c568831SAndroid Build Coastguard Worker      <info>Get an entity by name.</info>
6893*7c568831SAndroid Build Coastguard Worker      <return type='xmlEntityPtr' info='the xmlEntityPtr if found.'/>
6894*7c568831SAndroid Build Coastguard Worker      <arg name='ctx' type='void *' info='the user data (XML parser context)'/>
6895*7c568831SAndroid Build Coastguard Worker      <arg name='name' type='const xmlChar *' info='The entity name'/>
6896*7c568831SAndroid Build Coastguard Worker    </functype>
6897*7c568831SAndroid Build Coastguard Worker    <functype name='getParameterEntitySAXFunc' file='parser' module='parser'>
6898*7c568831SAndroid Build Coastguard Worker      <info>Get a parameter entity by name.</info>
6899*7c568831SAndroid Build Coastguard Worker      <return type='xmlEntityPtr' info='the xmlEntityPtr if found.'/>
6900*7c568831SAndroid Build Coastguard Worker      <arg name='ctx' type='void *' info='the user data (XML parser context)'/>
6901*7c568831SAndroid Build Coastguard Worker      <arg name='name' type='const xmlChar *' info='The entity name'/>
6902*7c568831SAndroid Build Coastguard Worker    </functype>
6903*7c568831SAndroid Build Coastguard Worker    <functype name='hasExternalSubsetSAXFunc' file='parser' module='parser'>
6904*7c568831SAndroid Build Coastguard Worker      <info>Does this document has an external subset?</info>
6905*7c568831SAndroid Build Coastguard Worker      <return type='int' info='1 if true'/>
6906*7c568831SAndroid Build Coastguard Worker      <arg name='ctx' type='void *' info='the user data (XML parser context)'/>
6907*7c568831SAndroid Build Coastguard Worker    </functype>
6908*7c568831SAndroid Build Coastguard Worker    <functype name='hasInternalSubsetSAXFunc' file='parser' module='parser'>
6909*7c568831SAndroid Build Coastguard Worker      <info>Does this document has an internal subset.</info>
6910*7c568831SAndroid Build Coastguard Worker      <return type='int' info='1 if true'/>
6911*7c568831SAndroid Build Coastguard Worker      <arg name='ctx' type='void *' info='the user data (XML parser context)'/>
6912*7c568831SAndroid Build Coastguard Worker    </functype>
6913*7c568831SAndroid Build Coastguard Worker    <function name='htmlAttrAllowed' file='HTMLparser' module='HTMLparser'>
6914*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_HTML_ENABLED)</cond>
6915*7c568831SAndroid Build Coastguard Worker      <info>Checks whether an attribute is valid for an element Has full knowledge of Required and Deprecated attributes</info>
6916*7c568831SAndroid Build Coastguard Worker      <return type='htmlStatus' info='one of HTML_REQUIRED, HTML_VALID, HTML_DEPRECATED, HTML_INVALID'/>
6917*7c568831SAndroid Build Coastguard Worker      <arg name='elt' type='const htmlElemDesc *' info='HTML element'/>
6918*7c568831SAndroid Build Coastguard Worker      <arg name='attr' type='const xmlChar *' info='HTML attribute'/>
6919*7c568831SAndroid Build Coastguard Worker      <arg name='legacy' type='int' info='whether to allow deprecated attributes'/>
6920*7c568831SAndroid Build Coastguard Worker    </function>
6921*7c568831SAndroid Build Coastguard Worker    <function name='htmlAutoCloseTag' file='HTMLparser' module='HTMLparser'>
6922*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_HTML_ENABLED)</cond>
6923*7c568831SAndroid Build Coastguard Worker      <info>The HTML DTD allows a tag to implicitly close other tags. The list is kept in htmlStartClose array. This function checks if the element or one of it&apos;s children would autoclose the given tag.</info>
6924*7c568831SAndroid Build Coastguard Worker      <return type='int' info='1 if autoclose, 0 otherwise'/>
6925*7c568831SAndroid Build Coastguard Worker      <arg name='doc' type='htmlDocPtr' info='the HTML document'/>
6926*7c568831SAndroid Build Coastguard Worker      <arg name='name' type='const xmlChar *' info='The tag name'/>
6927*7c568831SAndroid Build Coastguard Worker      <arg name='elem' type='htmlNodePtr' info='the HTML element'/>
6928*7c568831SAndroid Build Coastguard Worker    </function>
6929*7c568831SAndroid Build Coastguard Worker    <function name='htmlCreateFileParserCtxt' file='HTMLparser' module='HTMLparser'>
6930*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_HTML_ENABLED)</cond>
6931*7c568831SAndroid Build Coastguard Worker      <info>DEPRECATED: Use htmlNewParserCtxt and htmlCtxtReadFile.  Create a parser context to read from a file.  A non-NULL encoding overrides encoding declarations in the document.  Automatic support for ZLIB/Compress compressed document is provided by default if found at compile-time.</info>
6932*7c568831SAndroid Build Coastguard Worker      <return type='htmlParserCtxtPtr' info='the new parser context or NULL if a memory allocation failed.'/>
6933*7c568831SAndroid Build Coastguard Worker      <arg name='filename' type='const char *' info='the filename'/>
6934*7c568831SAndroid Build Coastguard Worker      <arg name='encoding' type='const char *' info='optional encoding'/>
6935*7c568831SAndroid Build Coastguard Worker    </function>
6936*7c568831SAndroid Build Coastguard Worker    <function name='htmlCreateMemoryParserCtxt' file='HTMLparser' module='HTMLparser'>
6937*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_HTML_ENABLED)</cond>
6938*7c568831SAndroid Build Coastguard Worker      <info>DEPRECATED: Use htmlNewParserCtxt and htmlCtxtReadMemory.  Create a parser context for an HTML in-memory document. The input buffer must not contain any terminating null bytes.</info>
6939*7c568831SAndroid Build Coastguard Worker      <return type='htmlParserCtxtPtr' info='the new parser context or NULL'/>
6940*7c568831SAndroid Build Coastguard Worker      <arg name='buffer' type='const char *' info='a pointer to a char array'/>
6941*7c568831SAndroid Build Coastguard Worker      <arg name='size' type='int' info='the size of the array'/>
6942*7c568831SAndroid Build Coastguard Worker    </function>
6943*7c568831SAndroid Build Coastguard Worker    <function name='htmlCreatePushParserCtxt' file='HTMLparser' module='HTMLparser'>
6944*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_HTML_ENABLED) &amp;&amp; defined(LIBXML_PUSH_ENABLED)</cond>
6945*7c568831SAndroid Build Coastguard Worker      <info>Create a parser context for using the HTML parser in push mode.</info>
6946*7c568831SAndroid Build Coastguard Worker      <return type='htmlParserCtxtPtr' info='the new parser context or NULL if a memory allocation failed.'/>
6947*7c568831SAndroid Build Coastguard Worker      <arg name='sax' type='htmlSAXHandlerPtr' info='a SAX handler (optional)'/>
6948*7c568831SAndroid Build Coastguard Worker      <arg name='user_data' type='void *' info='The user data returned on SAX callbacks (optional)'/>
6949*7c568831SAndroid Build Coastguard Worker      <arg name='chunk' type='const char *' info='a pointer to an array of chars (optional)'/>
6950*7c568831SAndroid Build Coastguard Worker      <arg name='size' type='int' info='number of chars in the array'/>
6951*7c568831SAndroid Build Coastguard Worker      <arg name='filename' type='const char *' info='only used for error reporting (optional)'/>
6952*7c568831SAndroid Build Coastguard Worker      <arg name='enc' type='xmlCharEncoding' info='encoding (deprecated, pass XML_CHAR_ENCODING_NONE)'/>
6953*7c568831SAndroid Build Coastguard Worker    </function>
6954*7c568831SAndroid Build Coastguard Worker    <function name='htmlCtxtParseDocument' file='HTMLparser' module='HTMLparser'>
6955*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_HTML_ENABLED)</cond>
6956*7c568831SAndroid Build Coastguard Worker      <info>Parse an HTML document and return the resulting document tree.  Available since 2.13.0.</info>
6957*7c568831SAndroid Build Coastguard Worker      <return type='htmlDocPtr' info='the resulting document tree or NULL'/>
6958*7c568831SAndroid Build Coastguard Worker      <arg name='ctxt' type='htmlParserCtxtPtr' info='an HTML parser context'/>
6959*7c568831SAndroid Build Coastguard Worker      <arg name='input' type='xmlParserInputPtr' info='parser input'/>
6960*7c568831SAndroid Build Coastguard Worker    </function>
6961*7c568831SAndroid Build Coastguard Worker    <function name='htmlCtxtReadDoc' file='HTMLparser' module='HTMLparser'>
6962*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_HTML_ENABLED)</cond>
6963*7c568831SAndroid Build Coastguard Worker      <info>Parse an HTML in-memory document and build a tree.  See htmlCtxtUseOptions for details.</info>
6964*7c568831SAndroid Build Coastguard Worker      <return type='htmlDocPtr' info='the resulting document tree'/>
6965*7c568831SAndroid Build Coastguard Worker      <arg name='ctxt' type='htmlParserCtxtPtr' info='an HTML parser context'/>
6966*7c568831SAndroid Build Coastguard Worker      <arg name='str' type='const xmlChar *' info='a pointer to a zero terminated string'/>
6967*7c568831SAndroid Build Coastguard Worker      <arg name='URL' type='const char *' info='only used for error reporting (optional)'/>
6968*7c568831SAndroid Build Coastguard Worker      <arg name='encoding' type='const char *' info='the document encoding (optional)'/>
6969*7c568831SAndroid Build Coastguard Worker      <arg name='options' type='int' info='a combination of htmlParserOptions'/>
6970*7c568831SAndroid Build Coastguard Worker    </function>
6971*7c568831SAndroid Build Coastguard Worker    <function name='htmlCtxtReadFd' file='HTMLparser' module='HTMLparser'>
6972*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_HTML_ENABLED)</cond>
6973*7c568831SAndroid Build Coastguard Worker      <info>Parse an HTML from a file descriptor and build a tree.  See htmlCtxtUseOptions for details.  NOTE that the file descriptor will not be closed when the context is freed or reset.</info>
6974*7c568831SAndroid Build Coastguard Worker      <return type='htmlDocPtr' info='the resulting document tree'/>
6975*7c568831SAndroid Build Coastguard Worker      <arg name='ctxt' type='htmlParserCtxtPtr' info='an HTML parser context'/>
6976*7c568831SAndroid Build Coastguard Worker      <arg name='fd' type='int' info='an open file descriptor'/>
6977*7c568831SAndroid Build Coastguard Worker      <arg name='URL' type='const char *' info='only used for error reporting (optional)'/>
6978*7c568831SAndroid Build Coastguard Worker      <arg name='encoding' type='const char *' info='the document encoding (optinal)'/>
6979*7c568831SAndroid Build Coastguard Worker      <arg name='options' type='int' info='a combination of htmlParserOptions'/>
6980*7c568831SAndroid Build Coastguard Worker    </function>
6981*7c568831SAndroid Build Coastguard Worker    <function name='htmlCtxtReadFile' file='HTMLparser' module='HTMLparser'>
6982*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_HTML_ENABLED)</cond>
6983*7c568831SAndroid Build Coastguard Worker      <info>Parse an HTML file from the filesystem, the network or a user-defined resource loader.  See htmlCtxtUseOptions for details.</info>
6984*7c568831SAndroid Build Coastguard Worker      <return type='htmlDocPtr' info='the resulting document tree'/>
6985*7c568831SAndroid Build Coastguard Worker      <arg name='ctxt' type='htmlParserCtxtPtr' info='an HTML parser context'/>
6986*7c568831SAndroid Build Coastguard Worker      <arg name='filename' type='const char *' info='a file or URL'/>
6987*7c568831SAndroid Build Coastguard Worker      <arg name='encoding' type='const char *' info='the document encoding (optional)'/>
6988*7c568831SAndroid Build Coastguard Worker      <arg name='options' type='int' info='a combination of htmlParserOptions'/>
6989*7c568831SAndroid Build Coastguard Worker    </function>
6990*7c568831SAndroid Build Coastguard Worker    <function name='htmlCtxtReadIO' file='HTMLparser' module='HTMLparser'>
6991*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_HTML_ENABLED)</cond>
6992*7c568831SAndroid Build Coastguard Worker      <info>Parse an HTML document from I/O functions and source and build a tree.  See htmlCtxtUseOptions for details.</info>
6993*7c568831SAndroid Build Coastguard Worker      <return type='htmlDocPtr' info='the resulting document tree'/>
6994*7c568831SAndroid Build Coastguard Worker      <arg name='ctxt' type='htmlParserCtxtPtr' info='an HTML parser context'/>
6995*7c568831SAndroid Build Coastguard Worker      <arg name='ioread' type='xmlInputReadCallback' info='an I/O read function'/>
6996*7c568831SAndroid Build Coastguard Worker      <arg name='ioclose' type='xmlInputCloseCallback' info='an I/O close function'/>
6997*7c568831SAndroid Build Coastguard Worker      <arg name='ioctx' type='void *' info='an I/O handler'/>
6998*7c568831SAndroid Build Coastguard Worker      <arg name='URL' type='const char *' info='the base URL to use for the document'/>
6999*7c568831SAndroid Build Coastguard Worker      <arg name='encoding' type='const char *' info='the document encoding, or NULL'/>
7000*7c568831SAndroid Build Coastguard Worker      <arg name='options' type='int' info='a combination of htmlParserOption(s)'/>
7001*7c568831SAndroid Build Coastguard Worker    </function>
7002*7c568831SAndroid Build Coastguard Worker    <function name='htmlCtxtReadMemory' file='HTMLparser' module='HTMLparser'>
7003*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_HTML_ENABLED)</cond>
7004*7c568831SAndroid Build Coastguard Worker      <info>Parse an HTML in-memory document and build a tree. The input buffer must not contain any terminating null bytes.  See htmlCtxtUseOptions for details.</info>
7005*7c568831SAndroid Build Coastguard Worker      <return type='htmlDocPtr' info='the resulting document tree'/>
7006*7c568831SAndroid Build Coastguard Worker      <arg name='ctxt' type='htmlParserCtxtPtr' info='an HTML parser context'/>
7007*7c568831SAndroid Build Coastguard Worker      <arg name='buffer' type='const char *' info='a pointer to a char array'/>
7008*7c568831SAndroid Build Coastguard Worker      <arg name='size' type='int' info='the size of the array'/>
7009*7c568831SAndroid Build Coastguard Worker      <arg name='URL' type='const char *' info='only used for error reporting (optional)'/>
7010*7c568831SAndroid Build Coastguard Worker      <arg name='encoding' type='const char *' info='the document encoding (optinal)'/>
7011*7c568831SAndroid Build Coastguard Worker      <arg name='options' type='int' info='a combination of htmlParserOptions'/>
7012*7c568831SAndroid Build Coastguard Worker    </function>
7013*7c568831SAndroid Build Coastguard Worker    <function name='htmlCtxtReset' file='HTMLparser' module='HTMLparser'>
7014*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_HTML_ENABLED)</cond>
7015*7c568831SAndroid Build Coastguard Worker      <info>Reset a parser context</info>
7016*7c568831SAndroid Build Coastguard Worker      <return type='void'/>
7017*7c568831SAndroid Build Coastguard Worker      <arg name='ctxt' type='htmlParserCtxtPtr' info='an HTML parser context'/>
7018*7c568831SAndroid Build Coastguard Worker    </function>
7019*7c568831SAndroid Build Coastguard Worker    <function name='htmlCtxtUseOptions' file='HTMLparser' module='HTMLparser'>
7020*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_HTML_ENABLED)</cond>
7021*7c568831SAndroid Build Coastguard Worker      <info>Applies the options to the parser context</info>
7022*7c568831SAndroid Build Coastguard Worker      <return type='int' info='0 in case of success, the set of unknown or unimplemented options in case of error.'/>
7023*7c568831SAndroid Build Coastguard Worker      <arg name='ctxt' type='htmlParserCtxtPtr' info='an HTML parser context'/>
7024*7c568831SAndroid Build Coastguard Worker      <arg name='options' type='int' info='a combination of htmlParserOption(s)'/>
7025*7c568831SAndroid Build Coastguard Worker    </function>
7026*7c568831SAndroid Build Coastguard Worker    <function name='htmlDefaultSAXHandlerInit' file='SAX2' module='SAX2'>
7027*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_HTML_ENABLED)</cond>
7028*7c568831SAndroid Build Coastguard Worker      <info>DEPRECATED: This function is a no-op. Call xmlInitParser to initialize the library.</info>
7029*7c568831SAndroid Build Coastguard Worker      <return type='void'/>
7030*7c568831SAndroid Build Coastguard Worker    </function>
7031*7c568831SAndroid Build Coastguard Worker    <function name='htmlDocContentDumpFormatOutput' file='HTMLtree' module='HTMLtree'>
7032*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_HTML_ENABLED) &amp;&amp; defined(LIBXML_OUTPUT_ENABLED)</cond>
7033*7c568831SAndroid Build Coastguard Worker      <info>Dump an HTML document.</info>
7034*7c568831SAndroid Build Coastguard Worker      <return type='void'/>
7035*7c568831SAndroid Build Coastguard Worker      <arg name='buf' type='xmlOutputBufferPtr' info='the HTML buffer output'/>
7036*7c568831SAndroid Build Coastguard Worker      <arg name='cur' type='xmlDocPtr' info='the document'/>
7037*7c568831SAndroid Build Coastguard Worker      <arg name='encoding' type='const char *' info='the encoding string (unused)'/>
7038*7c568831SAndroid Build Coastguard Worker      <arg name='format' type='int' info='should formatting spaces been added'/>
7039*7c568831SAndroid Build Coastguard Worker    </function>
7040*7c568831SAndroid Build Coastguard Worker    <function name='htmlDocContentDumpOutput' file='HTMLtree' module='HTMLtree'>
7041*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_HTML_ENABLED) &amp;&amp; defined(LIBXML_OUTPUT_ENABLED)</cond>
7042*7c568831SAndroid Build Coastguard Worker      <info>Dump an HTML document. Formatting return/spaces are added.</info>
7043*7c568831SAndroid Build Coastguard Worker      <return type='void'/>
7044*7c568831SAndroid Build Coastguard Worker      <arg name='buf' type='xmlOutputBufferPtr' info='the HTML buffer output'/>
7045*7c568831SAndroid Build Coastguard Worker      <arg name='cur' type='xmlDocPtr' info='the document'/>
7046*7c568831SAndroid Build Coastguard Worker      <arg name='encoding' type='const char *' info='the encoding string (unused)'/>
7047*7c568831SAndroid Build Coastguard Worker    </function>
7048*7c568831SAndroid Build Coastguard Worker    <function name='htmlDocDump' file='HTMLtree' module='HTMLtree'>
7049*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_HTML_ENABLED) &amp;&amp; defined(LIBXML_OUTPUT_ENABLED)</cond>
7050*7c568831SAndroid Build Coastguard Worker      <info>Dump an HTML document to an open FILE.</info>
7051*7c568831SAndroid Build Coastguard Worker      <return type='int' info='the number of byte written or -1 in case of failure.'/>
7052*7c568831SAndroid Build Coastguard Worker      <arg name='f' type='FILE *' info='the FILE*'/>
7053*7c568831SAndroid Build Coastguard Worker      <arg name='cur' type='xmlDocPtr' info='the document'/>
7054*7c568831SAndroid Build Coastguard Worker    </function>
7055*7c568831SAndroid Build Coastguard Worker    <function name='htmlDocDumpMemory' file='HTMLtree' module='HTMLtree'>
7056*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_HTML_ENABLED) &amp;&amp; defined(LIBXML_OUTPUT_ENABLED)</cond>
7057*7c568831SAndroid Build Coastguard Worker      <info>Dump an HTML document in memory and return the xmlChar * and it&apos;s size. It&apos;s up to the caller to free the memory.</info>
7058*7c568831SAndroid Build Coastguard Worker      <return type='void'/>
7059*7c568831SAndroid Build Coastguard Worker      <arg name='cur' type='xmlDocPtr' info='the document'/>
7060*7c568831SAndroid Build Coastguard Worker      <arg name='mem' type='xmlChar **' info='OUT: the memory pointer'/>
7061*7c568831SAndroid Build Coastguard Worker      <arg name='size' type='int *' info='OUT: the memory length'/>
7062*7c568831SAndroid Build Coastguard Worker    </function>
7063*7c568831SAndroid Build Coastguard Worker    <function name='htmlDocDumpMemoryFormat' file='HTMLtree' module='HTMLtree'>
7064*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_HTML_ENABLED) &amp;&amp; defined(LIBXML_OUTPUT_ENABLED)</cond>
7065*7c568831SAndroid Build Coastguard Worker      <info>Dump an HTML document in memory and return the xmlChar * and it&apos;s size. It&apos;s up to the caller to free the memory.</info>
7066*7c568831SAndroid Build Coastguard Worker      <return type='void'/>
7067*7c568831SAndroid Build Coastguard Worker      <arg name='cur' type='xmlDocPtr' info='the document'/>
7068*7c568831SAndroid Build Coastguard Worker      <arg name='mem' type='xmlChar **' info='OUT: the memory pointer'/>
7069*7c568831SAndroid Build Coastguard Worker      <arg name='size' type='int *' info='OUT: the memory length'/>
7070*7c568831SAndroid Build Coastguard Worker      <arg name='format' type='int' info='should formatting spaces been added'/>
7071*7c568831SAndroid Build Coastguard Worker    </function>
7072*7c568831SAndroid Build Coastguard Worker    <function name='htmlElementAllowedHere' file='HTMLparser' module='HTMLparser'>
7073*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_HTML_ENABLED)</cond>
7074*7c568831SAndroid Build Coastguard Worker      <info>Checks whether an HTML element may be a direct child of a parent element. Note - doesn&apos;t check for deprecated elements</info>
7075*7c568831SAndroid Build Coastguard Worker      <return type='int' info='1 if allowed; 0 otherwise.'/>
7076*7c568831SAndroid Build Coastguard Worker      <arg name='parent' type='const htmlElemDesc *' info='HTML parent element'/>
7077*7c568831SAndroid Build Coastguard Worker      <arg name='elt' type='const xmlChar *' info='HTML element'/>
7078*7c568831SAndroid Build Coastguard Worker    </function>
7079*7c568831SAndroid Build Coastguard Worker    <function name='htmlElementStatusHere' file='HTMLparser' module='HTMLparser'>
7080*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_HTML_ENABLED)</cond>
7081*7c568831SAndroid Build Coastguard Worker      <info>Checks whether an HTML element may be a direct child of a parent element. and if so whether it is valid or deprecated.</info>
7082*7c568831SAndroid Build Coastguard Worker      <return type='htmlStatus' info='one of HTML_VALID, HTML_DEPRECATED, HTML_INVALID'/>
7083*7c568831SAndroid Build Coastguard Worker      <arg name='parent' type='const htmlElemDesc *' info='HTML parent element'/>
7084*7c568831SAndroid Build Coastguard Worker      <arg name='elt' type='const htmlElemDesc *' info='HTML element'/>
7085*7c568831SAndroid Build Coastguard Worker    </function>
7086*7c568831SAndroid Build Coastguard Worker    <function name='htmlEncodeEntities' file='HTMLparser' module='HTMLparser'>
7087*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_HTML_ENABLED)</cond>
7088*7c568831SAndroid Build Coastguard Worker      <info>Take a block of UTF-8 chars in and try to convert it to an ASCII plus HTML entities block of chars out.</info>
7089*7c568831SAndroid Build Coastguard Worker      <return type='int' info='0 if success, -2 if the transcoding fails, or -1 otherwise The value of @inlen after return is the number of octets consumed as the return value is positive, else unpredictable. The value of @outlen after return is the number of octets consumed.'/>
7090*7c568831SAndroid Build Coastguard Worker      <arg name='out' type='unsigned char *' info='a pointer to an array of bytes to store the result'/>
7091*7c568831SAndroid Build Coastguard Worker      <arg name='outlen' type='int *' info='the length of @out'/>
7092*7c568831SAndroid Build Coastguard Worker      <arg name='in' type='const unsigned char *' info='a pointer to an array of UTF-8 chars'/>
7093*7c568831SAndroid Build Coastguard Worker      <arg name='inlen' type='int *' info='the length of @in'/>
7094*7c568831SAndroid Build Coastguard Worker      <arg name='quoteChar' type='int' info='the quote character to escape (&apos; or &quot;) or zero.'/>
7095*7c568831SAndroid Build Coastguard Worker    </function>
7096*7c568831SAndroid Build Coastguard Worker    <function name='htmlEntityLookup' file='HTMLparser' module='HTMLparser'>
7097*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_HTML_ENABLED)</cond>
7098*7c568831SAndroid Build Coastguard Worker      <info>Lookup the given entity in EntitiesTable  TODO: the linear scan is really ugly, an hash table is really needed.</info>
7099*7c568831SAndroid Build Coastguard Worker      <return type='const htmlEntityDesc *' info='the associated htmlEntityDescPtr if found, NULL otherwise.'/>
7100*7c568831SAndroid Build Coastguard Worker      <arg name='name' type='const xmlChar *' info='the entity name'/>
7101*7c568831SAndroid Build Coastguard Worker    </function>
7102*7c568831SAndroid Build Coastguard Worker    <function name='htmlEntityValueLookup' file='HTMLparser' module='HTMLparser'>
7103*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_HTML_ENABLED)</cond>
7104*7c568831SAndroid Build Coastguard Worker      <info>Lookup the given entity in EntitiesTable  TODO: the linear scan is really ugly, an hash table is really needed.</info>
7105*7c568831SAndroid Build Coastguard Worker      <return type='const htmlEntityDesc *' info='the associated htmlEntityDescPtr if found, NULL otherwise.'/>
7106*7c568831SAndroid Build Coastguard Worker      <arg name='value' type='unsigned int' info='the entity&apos;s unicode value'/>
7107*7c568831SAndroid Build Coastguard Worker    </function>
7108*7c568831SAndroid Build Coastguard Worker    <function name='htmlFreeParserCtxt' file='HTMLparser' module='HTMLparser'>
7109*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_HTML_ENABLED)</cond>
7110*7c568831SAndroid Build Coastguard Worker      <info>Free all the memory used by a parser context. However the parsed document in ctxt-&gt;myDoc is not freed.</info>
7111*7c568831SAndroid Build Coastguard Worker      <return type='void'/>
7112*7c568831SAndroid Build Coastguard Worker      <arg name='ctxt' type='htmlParserCtxtPtr' info='an HTML parser context'/>
7113*7c568831SAndroid Build Coastguard Worker    </function>
7114*7c568831SAndroid Build Coastguard Worker    <function name='htmlGetMetaEncoding' file='HTMLtree' module='HTMLtree'>
7115*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_HTML_ENABLED)</cond>
7116*7c568831SAndroid Build Coastguard Worker      <info>Encoding definition lookup in the Meta tags</info>
7117*7c568831SAndroid Build Coastguard Worker      <return type='const xmlChar *' info='the current encoding as flagged in the HTML source'/>
7118*7c568831SAndroid Build Coastguard Worker      <arg name='doc' type='htmlDocPtr' info='the document'/>
7119*7c568831SAndroid Build Coastguard Worker    </function>
7120*7c568831SAndroid Build Coastguard Worker    <function name='htmlHandleOmittedElem' file='HTMLparser' module='HTMLparser'>
7121*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_HTML_ENABLED)</cond>
7122*7c568831SAndroid Build Coastguard Worker      <info>DEPRECATED: Use HTML_PARSE_NOIMPLIED  Set and return the previous value for handling HTML omitted tags.</info>
7123*7c568831SAndroid Build Coastguard Worker      <return type='int' info='the last value for 0 for no handling, 1 for auto insertion.'/>
7124*7c568831SAndroid Build Coastguard Worker      <arg name='val' type='int' info='int 0 or 1'/>
7125*7c568831SAndroid Build Coastguard Worker    </function>
7126*7c568831SAndroid Build Coastguard Worker    <function name='htmlInitAutoClose' file='HTMLparser' module='HTMLparser'>
7127*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_HTML_ENABLED)</cond>
7128*7c568831SAndroid Build Coastguard Worker      <info>DEPRECATED: This is a no-op.</info>
7129*7c568831SAndroid Build Coastguard Worker      <return type='void'/>
7130*7c568831SAndroid Build Coastguard Worker    </function>
7131*7c568831SAndroid Build Coastguard Worker    <function name='htmlIsAutoClosed' file='HTMLparser' module='HTMLparser'>
7132*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_HTML_ENABLED)</cond>
7133*7c568831SAndroid Build Coastguard Worker      <info>The HTML DTD allows a tag to implicitly close other tags. The list is kept in htmlStartClose array. This function checks if a tag is autoclosed by one of it&apos;s child</info>
7134*7c568831SAndroid Build Coastguard Worker      <return type='int' info='1 if autoclosed, 0 otherwise'/>
7135*7c568831SAndroid Build Coastguard Worker      <arg name='doc' type='htmlDocPtr' info='the HTML document'/>
7136*7c568831SAndroid Build Coastguard Worker      <arg name='elem' type='htmlNodePtr' info='the HTML element'/>
7137*7c568831SAndroid Build Coastguard Worker    </function>
7138*7c568831SAndroid Build Coastguard Worker    <function name='htmlIsBooleanAttr' file='HTMLtree' module='HTMLtree'>
7139*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_HTML_ENABLED)</cond>
7140*7c568831SAndroid Build Coastguard Worker      <info>Determine if a given attribute is a boolean attribute.</info>
7141*7c568831SAndroid Build Coastguard Worker      <return type='int' info='false if the attribute is not boolean, true otherwise.'/>
7142*7c568831SAndroid Build Coastguard Worker      <arg name='name' type='const xmlChar *' info='the name of the attribute to check'/>
7143*7c568831SAndroid Build Coastguard Worker    </function>
7144*7c568831SAndroid Build Coastguard Worker    <function name='htmlIsScriptAttribute' file='HTMLparser' module='HTMLparser'>
7145*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_HTML_ENABLED)</cond>
7146*7c568831SAndroid Build Coastguard Worker      <info>Check if an attribute is of content type Script</info>
7147*7c568831SAndroid Build Coastguard Worker      <return type='int' info='1 is the attribute is a script 0 otherwise'/>
7148*7c568831SAndroid Build Coastguard Worker      <arg name='name' type='const xmlChar *' info='an attribute name'/>
7149*7c568831SAndroid Build Coastguard Worker    </function>
7150*7c568831SAndroid Build Coastguard Worker    <function name='htmlNewDoc' file='HTMLtree' module='HTMLparser'>
7151*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_HTML_ENABLED)</cond>
7152*7c568831SAndroid Build Coastguard Worker      <info>Creates a new HTML document</info>
7153*7c568831SAndroid Build Coastguard Worker      <return type='htmlDocPtr' info='a new document'/>
7154*7c568831SAndroid Build Coastguard Worker      <arg name='URI' type='const xmlChar *' info='URI for the dtd, or NULL'/>
7155*7c568831SAndroid Build Coastguard Worker      <arg name='ExternalID' type='const xmlChar *' info='the external ID of the DTD, or NULL'/>
7156*7c568831SAndroid Build Coastguard Worker    </function>
7157*7c568831SAndroid Build Coastguard Worker    <function name='htmlNewDocNoDtD' file='HTMLtree' module='HTMLparser'>
7158*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_HTML_ENABLED)</cond>
7159*7c568831SAndroid Build Coastguard Worker      <info>Creates a new HTML document without a DTD node if @URI and @ExternalID are NULL</info>
7160*7c568831SAndroid Build Coastguard Worker      <return type='htmlDocPtr' info='a new document, do not initialize the DTD if not provided'/>
7161*7c568831SAndroid Build Coastguard Worker      <arg name='URI' type='const xmlChar *' info='URI for the dtd, or NULL'/>
7162*7c568831SAndroid Build Coastguard Worker      <arg name='ExternalID' type='const xmlChar *' info='the external ID of the DTD, or NULL'/>
7163*7c568831SAndroid Build Coastguard Worker    </function>
7164*7c568831SAndroid Build Coastguard Worker    <function name='htmlNewParserCtxt' file='HTMLparser' module='HTMLparser'>
7165*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_HTML_ENABLED)</cond>
7166*7c568831SAndroid Build Coastguard Worker      <info>Allocate and initialize a new HTML parser context.  This can be used to parse HTML documents into DOM trees with functions like xmlCtxtReadFile or xmlCtxtReadMemory.  See htmlCtxtUseOptions for parser options.  See xmlCtxtSetErrorHandler for advanced error handling.  See htmlNewSAXParserCtxt for custom SAX parsers.</info>
7167*7c568831SAndroid Build Coastguard Worker      <return type='htmlParserCtxtPtr' info='the htmlParserCtxtPtr or NULL in case of allocation error'/>
7168*7c568831SAndroid Build Coastguard Worker    </function>
7169*7c568831SAndroid Build Coastguard Worker    <function name='htmlNewSAXParserCtxt' file='HTMLparser' module='HTMLparser'>
7170*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_HTML_ENABLED)</cond>
7171*7c568831SAndroid Build Coastguard Worker      <info>Allocate and initialize a new HTML SAX parser context. If userData is NULL, the parser context will be passed as user data.  Available since 2.11.0. If you want support older versions, it&apos;s best to invoke htmlNewParserCtxt and set ctxt-&gt;sax with struct assignment.  Also see htmlNewParserCtxt.</info>
7172*7c568831SAndroid Build Coastguard Worker      <return type='htmlParserCtxtPtr' info='the htmlParserCtxtPtr or NULL in case of allocation error'/>
7173*7c568831SAndroid Build Coastguard Worker      <arg name='sax' type='const htmlSAXHandler *' info='SAX handler'/>
7174*7c568831SAndroid Build Coastguard Worker      <arg name='userData' type='void *' info='user data'/>
7175*7c568831SAndroid Build Coastguard Worker    </function>
7176*7c568831SAndroid Build Coastguard Worker    <function name='htmlNodeDump' file='HTMLtree' module='HTMLtree'>
7177*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_HTML_ENABLED) &amp;&amp; defined(LIBXML_OUTPUT_ENABLED)</cond>
7178*7c568831SAndroid Build Coastguard Worker      <info>Dump an HTML node, recursive behaviour,children are printed too, and formatting returns are added.</info>
7179*7c568831SAndroid Build Coastguard Worker      <return type='int' info='the number of byte written or -1 in case of error'/>
7180*7c568831SAndroid Build Coastguard Worker      <arg name='buf' type='xmlBufferPtr' info='the HTML buffer output'/>
7181*7c568831SAndroid Build Coastguard Worker      <arg name='doc' type='xmlDocPtr' info='the document'/>
7182*7c568831SAndroid Build Coastguard Worker      <arg name='cur' type='xmlNodePtr' info='the current node'/>
7183*7c568831SAndroid Build Coastguard Worker    </function>
7184*7c568831SAndroid Build Coastguard Worker    <function name='htmlNodeDumpFile' file='HTMLtree' module='HTMLtree'>
7185*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_HTML_ENABLED) &amp;&amp; defined(LIBXML_OUTPUT_ENABLED)</cond>
7186*7c568831SAndroid Build Coastguard Worker      <info>Dump an HTML node, recursive behaviour,children are printed too, and formatting returns are added.</info>
7187*7c568831SAndroid Build Coastguard Worker      <return type='void'/>
7188*7c568831SAndroid Build Coastguard Worker      <arg name='out' type='FILE *' info='the FILE pointer'/>
7189*7c568831SAndroid Build Coastguard Worker      <arg name='doc' type='xmlDocPtr' info='the document'/>
7190*7c568831SAndroid Build Coastguard Worker      <arg name='cur' type='xmlNodePtr' info='the current node'/>
7191*7c568831SAndroid Build Coastguard Worker    </function>
7192*7c568831SAndroid Build Coastguard Worker    <function name='htmlNodeDumpFileFormat' file='HTMLtree' module='HTMLtree'>
7193*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_HTML_ENABLED) &amp;&amp; defined(LIBXML_OUTPUT_ENABLED)</cond>
7194*7c568831SAndroid Build Coastguard Worker      <info>Dump an HTML node, recursive behaviour,children are printed too.  TODO: if encoding == NULL try to save in the doc encoding</info>
7195*7c568831SAndroid Build Coastguard Worker      <return type='int' info='the number of byte written or -1 in case of failure.'/>
7196*7c568831SAndroid Build Coastguard Worker      <arg name='out' type='FILE *' info='the FILE pointer'/>
7197*7c568831SAndroid Build Coastguard Worker      <arg name='doc' type='xmlDocPtr' info='the document'/>
7198*7c568831SAndroid Build Coastguard Worker      <arg name='cur' type='xmlNodePtr' info='the current node'/>
7199*7c568831SAndroid Build Coastguard Worker      <arg name='encoding' type='const char *' info='the document encoding'/>
7200*7c568831SAndroid Build Coastguard Worker      <arg name='format' type='int' info='should formatting spaces been added'/>
7201*7c568831SAndroid Build Coastguard Worker    </function>
7202*7c568831SAndroid Build Coastguard Worker    <function name='htmlNodeDumpFormatOutput' file='HTMLtree' module='HTMLtree'>
7203*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_HTML_ENABLED) &amp;&amp; defined(LIBXML_OUTPUT_ENABLED)</cond>
7204*7c568831SAndroid Build Coastguard Worker      <info>Dump an HTML node, recursive behaviour,children are printed too.</info>
7205*7c568831SAndroid Build Coastguard Worker      <return type='void'/>
7206*7c568831SAndroid Build Coastguard Worker      <arg name='buf' type='xmlOutputBufferPtr' info='the HTML buffer output'/>
7207*7c568831SAndroid Build Coastguard Worker      <arg name='doc' type='xmlDocPtr' info='the document'/>
7208*7c568831SAndroid Build Coastguard Worker      <arg name='cur' type='xmlNodePtr' info='the current node'/>
7209*7c568831SAndroid Build Coastguard Worker      <arg name='encoding' type='const char *' info='the encoding string (unused)'/>
7210*7c568831SAndroid Build Coastguard Worker      <arg name='format' type='int' info='should formatting spaces been added'/>
7211*7c568831SAndroid Build Coastguard Worker    </function>
7212*7c568831SAndroid Build Coastguard Worker    <function name='htmlNodeDumpOutput' file='HTMLtree' module='HTMLtree'>
7213*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_HTML_ENABLED) &amp;&amp; defined(LIBXML_OUTPUT_ENABLED)</cond>
7214*7c568831SAndroid Build Coastguard Worker      <info>Dump an HTML node, recursive behaviour,children are printed too, and formatting returns/spaces are added.</info>
7215*7c568831SAndroid Build Coastguard Worker      <return type='void'/>
7216*7c568831SAndroid Build Coastguard Worker      <arg name='buf' type='xmlOutputBufferPtr' info='the HTML buffer output'/>
7217*7c568831SAndroid Build Coastguard Worker      <arg name='doc' type='xmlDocPtr' info='the document'/>
7218*7c568831SAndroid Build Coastguard Worker      <arg name='cur' type='xmlNodePtr' info='the current node'/>
7219*7c568831SAndroid Build Coastguard Worker      <arg name='encoding' type='const char *' info='the encoding string (unused)'/>
7220*7c568831SAndroid Build Coastguard Worker    </function>
7221*7c568831SAndroid Build Coastguard Worker    <function name='htmlNodeStatus' file='HTMLparser' module='HTMLparser'>
7222*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_HTML_ENABLED)</cond>
7223*7c568831SAndroid Build Coastguard Worker      <info>Checks whether the tree node is valid.  Experimental (the author only uses the HTML enhancements in a SAX parser)</info>
7224*7c568831SAndroid Build Coastguard Worker      <return type='htmlStatus' info='for Element nodes, a return from htmlElementAllowedHere (if legacy allowed) or htmlElementStatusHere (otherwise). for Attribute nodes, a return from htmlAttrAllowed for other nodes, HTML_NA (no checks performed)'/>
7225*7c568831SAndroid Build Coastguard Worker      <arg name='node' type='htmlNodePtr' info='an htmlNodePtr in a tree'/>
7226*7c568831SAndroid Build Coastguard Worker      <arg name='legacy' type='int' info='whether to allow deprecated elements (YES is faster here for Element nodes)'/>
7227*7c568831SAndroid Build Coastguard Worker    </function>
7228*7c568831SAndroid Build Coastguard Worker    <function name='htmlParseCharRef' file='HTMLparser' module='HTMLparser'>
7229*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_HTML_ENABLED)</cond>
7230*7c568831SAndroid Build Coastguard Worker      <info>DEPRECATED: Internal function, don&apos;t use.  parse Reference declarations  [66] CharRef ::= &apos;&amp;#&apos; [0-9]+ &apos;;&apos; | &apos;&amp;#x&apos; [0-9a-fA-F]+ &apos;;&apos;</info>
7231*7c568831SAndroid Build Coastguard Worker      <return type='int' info='the value parsed (as an int)'/>
7232*7c568831SAndroid Build Coastguard Worker      <arg name='ctxt' type='htmlParserCtxtPtr' info='an HTML parser context'/>
7233*7c568831SAndroid Build Coastguard Worker    </function>
7234*7c568831SAndroid Build Coastguard Worker    <function name='htmlParseChunk' file='HTMLparser' module='HTMLparser'>
7235*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_HTML_ENABLED) &amp;&amp; defined(LIBXML_PUSH_ENABLED)</cond>
7236*7c568831SAndroid Build Coastguard Worker      <info>Parse a chunk of memory in push parser mode.  Assumes that the parser context was initialized with htmlCreatePushParserCtxt.  The last chunk, which will often be empty, must be marked with the @terminate flag. With the default SAX callbacks, the resulting document will be available in ctxt-&gt;myDoc. This pointer will not be freed by the library.  If the document isn&apos;t well-formed, ctxt-&gt;myDoc is set to NULL.</info>
7237*7c568831SAndroid Build Coastguard Worker      <return type='int' info='an xmlParserErrors code (0 on success).'/>
7238*7c568831SAndroid Build Coastguard Worker      <arg name='ctxt' type='htmlParserCtxtPtr' info='an HTML parser context'/>
7239*7c568831SAndroid Build Coastguard Worker      <arg name='chunk' type='const char *' info='chunk of memory'/>
7240*7c568831SAndroid Build Coastguard Worker      <arg name='size' type='int' info='size of chunk in bytes'/>
7241*7c568831SAndroid Build Coastguard Worker      <arg name='terminate' type='int' info='last chunk indicator'/>
7242*7c568831SAndroid Build Coastguard Worker    </function>
7243*7c568831SAndroid Build Coastguard Worker    <function name='htmlParseDoc' file='HTMLparser' module='HTMLparser'>
7244*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_HTML_ENABLED)</cond>
7245*7c568831SAndroid Build Coastguard Worker      <info>DEPRECATED: Use htmlReadDoc.  Parse an HTML in-memory document and build a tree.  This function uses deprecated global parser options.</info>
7246*7c568831SAndroid Build Coastguard Worker      <return type='htmlDocPtr' info='the resulting document tree'/>
7247*7c568831SAndroid Build Coastguard Worker      <arg name='cur' type='const xmlChar *' info='a pointer to an array of xmlChar'/>
7248*7c568831SAndroid Build Coastguard Worker      <arg name='encoding' type='const char *' info='the encoding (optional)'/>
7249*7c568831SAndroid Build Coastguard Worker    </function>
7250*7c568831SAndroid Build Coastguard Worker    <function name='htmlParseDocument' file='HTMLparser' module='HTMLparser'>
7251*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_HTML_ENABLED)</cond>
7252*7c568831SAndroid Build Coastguard Worker      <info>Parse an HTML document and invoke the SAX handlers. This is useful if you&apos;re only interested in custom SAX callbacks. If you want a document tree, use htmlCtxtParseDocument.</info>
7253*7c568831SAndroid Build Coastguard Worker      <return type='int' info='0, -1 in case of error.'/>
7254*7c568831SAndroid Build Coastguard Worker      <arg name='ctxt' type='htmlParserCtxtPtr' info='an HTML parser context'/>
7255*7c568831SAndroid Build Coastguard Worker    </function>
7256*7c568831SAndroid Build Coastguard Worker    <function name='htmlParseElement' file='HTMLparser' module='HTMLparser'>
7257*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_HTML_ENABLED)</cond>
7258*7c568831SAndroid Build Coastguard Worker      <info>DEPRECATED: Internal function, don&apos;t use.  parse an HTML element, this is highly recursive this is kept for compatibility with previous code versions  [39] element ::= EmptyElemTag | STag content ETag  [41] Attribute ::= Name Eq AttValue</info>
7259*7c568831SAndroid Build Coastguard Worker      <return type='void'/>
7260*7c568831SAndroid Build Coastguard Worker      <arg name='ctxt' type='htmlParserCtxtPtr' info='an HTML parser context'/>
7261*7c568831SAndroid Build Coastguard Worker    </function>
7262*7c568831SAndroid Build Coastguard Worker    <function name='htmlParseEntityRef' file='HTMLparser' module='HTMLparser'>
7263*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_HTML_ENABLED)</cond>
7264*7c568831SAndroid Build Coastguard Worker      <info>DEPRECATED: Internal function, don&apos;t use.  parse an HTML ENTITY references  [68] EntityRef ::= &apos;&amp;&apos; Name &apos;;&apos;</info>
7265*7c568831SAndroid Build Coastguard Worker      <return type='const htmlEntityDesc *' info='the associated htmlEntityDescPtr if found, or NULL otherwise, if non-NULL *str will have to be freed by the caller.'/>
7266*7c568831SAndroid Build Coastguard Worker      <arg name='ctxt' type='htmlParserCtxtPtr' info='an HTML parser context'/>
7267*7c568831SAndroid Build Coastguard Worker      <arg name='str' type='const xmlChar **' info='location to store the entity name'/>
7268*7c568831SAndroid Build Coastguard Worker    </function>
7269*7c568831SAndroid Build Coastguard Worker    <function name='htmlParseFile' file='HTMLparser' module='HTMLparser'>
7270*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_HTML_ENABLED)</cond>
7271*7c568831SAndroid Build Coastguard Worker      <info>Parse an HTML file and build a tree.</info>
7272*7c568831SAndroid Build Coastguard Worker      <return type='htmlDocPtr' info='the resulting document tree'/>
7273*7c568831SAndroid Build Coastguard Worker      <arg name='filename' type='const char *' info='the filename'/>
7274*7c568831SAndroid Build Coastguard Worker      <arg name='encoding' type='const char *' info='encoding (optional)'/>
7275*7c568831SAndroid Build Coastguard Worker    </function>
7276*7c568831SAndroid Build Coastguard Worker    <function name='htmlReadDoc' file='HTMLparser' module='HTMLparser'>
7277*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_HTML_ENABLED)</cond>
7278*7c568831SAndroid Build Coastguard Worker      <info>Convenience function to parse an HTML document from a zero-terminated string.  See htmlCtxtReadDoc for details.</info>
7279*7c568831SAndroid Build Coastguard Worker      <return type='htmlDocPtr' info='the resulting document tree.'/>
7280*7c568831SAndroid Build Coastguard Worker      <arg name='str' type='const xmlChar *' info='a pointer to a zero terminated string'/>
7281*7c568831SAndroid Build Coastguard Worker      <arg name='url' type='const char *' info='only used for error reporting (optoinal)'/>
7282*7c568831SAndroid Build Coastguard Worker      <arg name='encoding' type='const char *' info='the document encoding (optional)'/>
7283*7c568831SAndroid Build Coastguard Worker      <arg name='options' type='int' info='a combination of htmlParserOptions'/>
7284*7c568831SAndroid Build Coastguard Worker    </function>
7285*7c568831SAndroid Build Coastguard Worker    <function name='htmlReadFd' file='HTMLparser' module='HTMLparser'>
7286*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_HTML_ENABLED)</cond>
7287*7c568831SAndroid Build Coastguard Worker      <info>Convenience function to parse an HTML document from a file descriptor.  NOTE that the file descriptor will not be closed when the context is freed or reset.  See htmlCtxtReadFd for details.</info>
7288*7c568831SAndroid Build Coastguard Worker      <return type='htmlDocPtr' info='the resulting document tree'/>
7289*7c568831SAndroid Build Coastguard Worker      <arg name='fd' type='int' info='an open file descriptor'/>
7290*7c568831SAndroid Build Coastguard Worker      <arg name='url' type='const char *' info='only used for error reporting (optional)'/>
7291*7c568831SAndroid Build Coastguard Worker      <arg name='encoding' type='const char *' info='the document encoding, or NULL'/>
7292*7c568831SAndroid Build Coastguard Worker      <arg name='options' type='int' info='a combination of htmlParserOptions'/>
7293*7c568831SAndroid Build Coastguard Worker    </function>
7294*7c568831SAndroid Build Coastguard Worker    <function name='htmlReadFile' file='HTMLparser' module='HTMLparser'>
7295*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_HTML_ENABLED)</cond>
7296*7c568831SAndroid Build Coastguard Worker      <info>Convenience function to parse an HTML file from the filesystem, the network or a global user-defined resource loader.  See htmlCtxtReadFile for details.</info>
7297*7c568831SAndroid Build Coastguard Worker      <return type='htmlDocPtr' info='the resulting document tree.'/>
7298*7c568831SAndroid Build Coastguard Worker      <arg name='filename' type='const char *' info='a file or URL'/>
7299*7c568831SAndroid Build Coastguard Worker      <arg name='encoding' type='const char *' info='the document encoding (optional)'/>
7300*7c568831SAndroid Build Coastguard Worker      <arg name='options' type='int' info='a combination of htmlParserOptions'/>
7301*7c568831SAndroid Build Coastguard Worker    </function>
7302*7c568831SAndroid Build Coastguard Worker    <function name='htmlReadIO' file='HTMLparser' module='HTMLparser'>
7303*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_HTML_ENABLED)</cond>
7304*7c568831SAndroid Build Coastguard Worker      <info>Convenience function to parse an HTML document from I/O functions and context.  See htmlCtxtReadIO for details.</info>
7305*7c568831SAndroid Build Coastguard Worker      <return type='htmlDocPtr' info='the resulting document tree'/>
7306*7c568831SAndroid Build Coastguard Worker      <arg name='ioread' type='xmlInputReadCallback' info='an I/O read function'/>
7307*7c568831SAndroid Build Coastguard Worker      <arg name='ioclose' type='xmlInputCloseCallback' info='an I/O close function (optional)'/>
7308*7c568831SAndroid Build Coastguard Worker      <arg name='ioctx' type='void *' info='an I/O handler'/>
7309*7c568831SAndroid Build Coastguard Worker      <arg name='url' type='const char *' info='only used for error reporting (optional)'/>
7310*7c568831SAndroid Build Coastguard Worker      <arg name='encoding' type='const char *' info='the document encoding (optional)'/>
7311*7c568831SAndroid Build Coastguard Worker      <arg name='options' type='int' info='a combination of htmlParserOption(s)'/>
7312*7c568831SAndroid Build Coastguard Worker    </function>
7313*7c568831SAndroid Build Coastguard Worker    <function name='htmlReadMemory' file='HTMLparser' module='HTMLparser'>
7314*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_HTML_ENABLED)</cond>
7315*7c568831SAndroid Build Coastguard Worker      <info>Convenience function to parse an HTML document from memory. The input buffer must not contain any terminating null bytes.  See htmlCtxtReadMemory for details.</info>
7316*7c568831SAndroid Build Coastguard Worker      <return type='htmlDocPtr' info='the resulting document tree'/>
7317*7c568831SAndroid Build Coastguard Worker      <arg name='buffer' type='const char *' info='a pointer to a char array'/>
7318*7c568831SAndroid Build Coastguard Worker      <arg name='size' type='int' info='the size of the array'/>
7319*7c568831SAndroid Build Coastguard Worker      <arg name='url' type='const char *' info='only used for error reporting (optional)'/>
7320*7c568831SAndroid Build Coastguard Worker      <arg name='encoding' type='const char *' info='the document encoding, or NULL'/>
7321*7c568831SAndroid Build Coastguard Worker      <arg name='options' type='int' info='a combination of htmlParserOption(s)'/>
7322*7c568831SAndroid Build Coastguard Worker    </function>
7323*7c568831SAndroid Build Coastguard Worker    <function name='htmlSAXParseDoc' file='HTMLparser' module='HTMLparser'>
7324*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_HTML_ENABLED)</cond>
7325*7c568831SAndroid Build Coastguard Worker      <info>DEPRECATED: Use htmlNewSAXParserCtxt and htmlCtxtReadDoc.  Parse an HTML in-memory document. If sax is not NULL, use the SAX callbacks to handle parse events. If sax is NULL, fallback to the default DOM behavior and return a tree.</info>
7326*7c568831SAndroid Build Coastguard Worker      <return type='htmlDocPtr' info='the resulting document tree unless SAX is NULL or the document is not well formed.'/>
7327*7c568831SAndroid Build Coastguard Worker      <arg name='cur' type='const xmlChar *' info='a pointer to an array of xmlChar'/>
7328*7c568831SAndroid Build Coastguard Worker      <arg name='encoding' type='const char *' info='a free form C string describing the HTML document encoding, or NULL'/>
7329*7c568831SAndroid Build Coastguard Worker      <arg name='sax' type='htmlSAXHandlerPtr' info='the SAX handler block'/>
7330*7c568831SAndroid Build Coastguard Worker      <arg name='userData' type='void *' info='if using SAX, this pointer will be provided on callbacks.'/>
7331*7c568831SAndroid Build Coastguard Worker    </function>
7332*7c568831SAndroid Build Coastguard Worker    <function name='htmlSAXParseFile' file='HTMLparser' module='HTMLparser'>
7333*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_HTML_ENABLED)</cond>
7334*7c568831SAndroid Build Coastguard Worker      <info>DEPRECATED: Use htmlNewSAXParserCtxt and htmlCtxtReadFile.  parse an HTML file and build a tree. Automatic support for ZLIB/Compress compressed document is provided by default if found at compile-time. It use the given SAX function block to handle the parsing callback. If sax is NULL, fallback to the default DOM tree building routines.</info>
7335*7c568831SAndroid Build Coastguard Worker      <return type='htmlDocPtr' info='the resulting document tree unless SAX is NULL or the document is not well formed.'/>
7336*7c568831SAndroid Build Coastguard Worker      <arg name='filename' type='const char *' info='the filename'/>
7337*7c568831SAndroid Build Coastguard Worker      <arg name='encoding' type='const char *' info='encoding (optional)'/>
7338*7c568831SAndroid Build Coastguard Worker      <arg name='sax' type='htmlSAXHandlerPtr' info='the SAX handler block'/>
7339*7c568831SAndroid Build Coastguard Worker      <arg name='userData' type='void *' info='if using SAX, this pointer will be provided on callbacks.'/>
7340*7c568831SAndroid Build Coastguard Worker    </function>
7341*7c568831SAndroid Build Coastguard Worker    <function name='htmlSaveFile' file='HTMLtree' module='HTMLtree'>
7342*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_HTML_ENABLED) &amp;&amp; defined(LIBXML_OUTPUT_ENABLED)</cond>
7343*7c568831SAndroid Build Coastguard Worker      <info>Dump an HTML document to a file. If @filename is &quot;-&quot; the stdout file is used.</info>
7344*7c568831SAndroid Build Coastguard Worker      <return type='int' info='the number of byte written or -1 in case of failure.'/>
7345*7c568831SAndroid Build Coastguard Worker      <arg name='filename' type='const char *' info='the filename (or URL)'/>
7346*7c568831SAndroid Build Coastguard Worker      <arg name='cur' type='xmlDocPtr' info='the document'/>
7347*7c568831SAndroid Build Coastguard Worker    </function>
7348*7c568831SAndroid Build Coastguard Worker    <function name='htmlSaveFileEnc' file='HTMLtree' module='HTMLtree'>
7349*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_HTML_ENABLED) &amp;&amp; defined(LIBXML_OUTPUT_ENABLED)</cond>
7350*7c568831SAndroid Build Coastguard Worker      <info>Dump an HTML document to a file using a given encoding and formatting returns/spaces are added.</info>
7351*7c568831SAndroid Build Coastguard Worker      <return type='int' info='the number of byte written or -1 in case of failure.'/>
7352*7c568831SAndroid Build Coastguard Worker      <arg name='filename' type='const char *' info='the filename'/>
7353*7c568831SAndroid Build Coastguard Worker      <arg name='cur' type='xmlDocPtr' info='the document'/>
7354*7c568831SAndroid Build Coastguard Worker      <arg name='encoding' type='const char *' info='the document encoding'/>
7355*7c568831SAndroid Build Coastguard Worker    </function>
7356*7c568831SAndroid Build Coastguard Worker    <function name='htmlSaveFileFormat' file='HTMLtree' module='HTMLtree'>
7357*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_HTML_ENABLED) &amp;&amp; defined(LIBXML_OUTPUT_ENABLED)</cond>
7358*7c568831SAndroid Build Coastguard Worker      <info>Dump an HTML document to a file using a given encoding.</info>
7359*7c568831SAndroid Build Coastguard Worker      <return type='int' info='the number of byte written or -1 in case of failure.'/>
7360*7c568831SAndroid Build Coastguard Worker      <arg name='filename' type='const char *' info='the filename'/>
7361*7c568831SAndroid Build Coastguard Worker      <arg name='cur' type='xmlDocPtr' info='the document'/>
7362*7c568831SAndroid Build Coastguard Worker      <arg name='encoding' type='const char *' info='the document encoding'/>
7363*7c568831SAndroid Build Coastguard Worker      <arg name='format' type='int' info='should formatting spaces been added'/>
7364*7c568831SAndroid Build Coastguard Worker    </function>
7365*7c568831SAndroid Build Coastguard Worker    <function name='htmlSetMetaEncoding' file='HTMLtree' module='HTMLtree'>
7366*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_HTML_ENABLED)</cond>
7367*7c568831SAndroid Build Coastguard Worker      <info>Sets the current encoding in the Meta tags NOTE: this will not change the document content encoding, just the META flag associated.</info>
7368*7c568831SAndroid Build Coastguard Worker      <return type='int' info='0 in case of success and -1 in case of error'/>
7369*7c568831SAndroid Build Coastguard Worker      <arg name='doc' type='htmlDocPtr' info='the document'/>
7370*7c568831SAndroid Build Coastguard Worker      <arg name='encoding' type='const xmlChar *' info='the encoding string'/>
7371*7c568831SAndroid Build Coastguard Worker    </function>
7372*7c568831SAndroid Build Coastguard Worker    <function name='htmlTagLookup' file='HTMLparser' module='HTMLparser'>
7373*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_HTML_ENABLED)</cond>
7374*7c568831SAndroid Build Coastguard Worker      <info>Lookup the HTML tag in the ElementTable</info>
7375*7c568831SAndroid Build Coastguard Worker      <return type='const htmlElemDesc *' info='the related htmlElemDescPtr or NULL if not found.'/>
7376*7c568831SAndroid Build Coastguard Worker      <arg name='tag' type='const xmlChar *' info='The tag name in lowercase'/>
7377*7c568831SAndroid Build Coastguard Worker    </function>
7378*7c568831SAndroid Build Coastguard Worker    <functype name='ignorableWhitespaceSAXFunc' file='parser' module='parser'>
7379*7c568831SAndroid Build Coastguard Worker      <info>Receiving some ignorable whitespaces from the parser. UNUSED: by default the DOM building will use characters.</info>
7380*7c568831SAndroid Build Coastguard Worker      <return type='void'/>
7381*7c568831SAndroid Build Coastguard Worker      <arg name='ctx' type='void *' info='the user data (XML parser context)'/>
7382*7c568831SAndroid Build Coastguard Worker      <arg name='ch' type='const xmlChar *' info='a xmlChar string'/>
7383*7c568831SAndroid Build Coastguard Worker      <arg name='len' type='int' info='the number of xmlChar'/>
7384*7c568831SAndroid Build Coastguard Worker    </functype>
7385*7c568831SAndroid Build Coastguard Worker    <function name='initGenericErrorDefaultFunc' file='xmlerror' module='error'>
7386*7c568831SAndroid Build Coastguard Worker      <info>DEPRECATED: Use xmlSetGenericErrorFunc.  Set or reset (if NULL) the default handler for generic errors to the builtin error function.</info>
7387*7c568831SAndroid Build Coastguard Worker      <return type='void'/>
7388*7c568831SAndroid Build Coastguard Worker      <arg name='handler' type='xmlGenericErrorFunc *' info='the handler'/>
7389*7c568831SAndroid Build Coastguard Worker    </function>
7390*7c568831SAndroid Build Coastguard Worker    <function name='inputPop' file='parserInternals' module='parser'>
7391*7c568831SAndroid Build Coastguard Worker      <info>Pops the top parser input from the input stack</info>
7392*7c568831SAndroid Build Coastguard Worker      <return type='xmlParserInputPtr' info='the input just removed'/>
7393*7c568831SAndroid Build Coastguard Worker      <arg name='ctxt' type='xmlParserCtxtPtr' info='an XML parser context'/>
7394*7c568831SAndroid Build Coastguard Worker    </function>
7395*7c568831SAndroid Build Coastguard Worker    <function name='inputPush' file='parserInternals' module='parser'>
7396*7c568831SAndroid Build Coastguard Worker      <info>Pushes a new parser input on top of the input stack</info>
7397*7c568831SAndroid Build Coastguard Worker      <return type='int' info='-1 in case of error, the index in the stack otherwise'/>
7398*7c568831SAndroid Build Coastguard Worker      <arg name='ctxt' type='xmlParserCtxtPtr' info='an XML parser context'/>
7399*7c568831SAndroid Build Coastguard Worker      <arg name='value' type='xmlParserInputPtr' info='the parser input'/>
7400*7c568831SAndroid Build Coastguard Worker    </function>
7401*7c568831SAndroid Build Coastguard Worker    <functype name='internalSubsetSAXFunc' file='parser' module='parser'>
7402*7c568831SAndroid Build Coastguard Worker      <info>Callback on internal subset declaration.</info>
7403*7c568831SAndroid Build Coastguard Worker      <return type='void'/>
7404*7c568831SAndroid Build Coastguard Worker      <arg name='ctx' type='void *' info='the user data (XML parser context)'/>
7405*7c568831SAndroid Build Coastguard Worker      <arg name='name' type='const xmlChar *' info='the root element name'/>
7406*7c568831SAndroid Build Coastguard Worker      <arg name='ExternalID' type='const xmlChar *' info='the external ID'/>
7407*7c568831SAndroid Build Coastguard Worker      <arg name='SystemID' type='const xmlChar *' info='the SYSTEM ID (e.g. filename or URL)'/>
7408*7c568831SAndroid Build Coastguard Worker    </functype>
7409*7c568831SAndroid Build Coastguard Worker    <functype name='isStandaloneSAXFunc' file='parser' module='parser'>
7410*7c568831SAndroid Build Coastguard Worker      <info>Is this document tagged standalone?</info>
7411*7c568831SAndroid Build Coastguard Worker      <return type='int' info='1 if true'/>
7412*7c568831SAndroid Build Coastguard Worker      <arg name='ctx' type='void *' info='the user data (XML parser context)'/>
7413*7c568831SAndroid Build Coastguard Worker    </functype>
7414*7c568831SAndroid Build Coastguard Worker    <function name='isolat1ToUTF8' file='encoding' module='encoding'>
7415*7c568831SAndroid Build Coastguard Worker      <info>Take a block of ISO Latin 1 chars in and try to convert it to an UTF-8 block of chars out.</info>
7416*7c568831SAndroid Build Coastguard Worker      <return type='int' info='the number of bytes written or an XML_ENC_ERR code.  The value of @inlen after return is the number of octets consumed if the return value is positive, else unpredictable. The value of @outlen after return is the number of octets produced.'/>
7417*7c568831SAndroid Build Coastguard Worker      <arg name='out' type='unsigned char *' info='a pointer to an array of bytes to store the result'/>
7418*7c568831SAndroid Build Coastguard Worker      <arg name='outlen' type='int *' info='the length of @out'/>
7419*7c568831SAndroid Build Coastguard Worker      <arg name='in' type='const unsigned char *' info='a pointer to an array of ISO Latin 1 chars'/>
7420*7c568831SAndroid Build Coastguard Worker      <arg name='inlen' type='int *' info='the length of @in'/>
7421*7c568831SAndroid Build Coastguard Worker    </function>
7422*7c568831SAndroid Build Coastguard Worker    <function name='namePop' file='parserInternals' module='parser'>
7423*7c568831SAndroid Build Coastguard Worker      <info>DEPRECATED: Internal function, do not use.  Pops the top element name from the name stack</info>
7424*7c568831SAndroid Build Coastguard Worker      <return type='const xmlChar *' info='the name just removed'/>
7425*7c568831SAndroid Build Coastguard Worker      <arg name='ctxt' type='xmlParserCtxtPtr' info='an XML parser context'/>
7426*7c568831SAndroid Build Coastguard Worker    </function>
7427*7c568831SAndroid Build Coastguard Worker    <function name='namePush' file='parserInternals' module='parser'>
7428*7c568831SAndroid Build Coastguard Worker      <info>DEPRECATED: Internal function, do not use.  Pushes a new element name on top of the name stack</info>
7429*7c568831SAndroid Build Coastguard Worker      <return type='int' info='-1 in case of error, the index in the stack otherwise'/>
7430*7c568831SAndroid Build Coastguard Worker      <arg name='ctxt' type='xmlParserCtxtPtr' info='an XML parser context'/>
7431*7c568831SAndroid Build Coastguard Worker      <arg name='value' type='const xmlChar *' info='the element name'/>
7432*7c568831SAndroid Build Coastguard Worker    </function>
7433*7c568831SAndroid Build Coastguard Worker    <function name='nodePop' file='parserInternals' module='parser'>
7434*7c568831SAndroid Build Coastguard Worker      <info>DEPRECATED: Internal function, do not use.  Pops the top element node from the node stack</info>
7435*7c568831SAndroid Build Coastguard Worker      <return type='xmlNodePtr' info='the node just removed'/>
7436*7c568831SAndroid Build Coastguard Worker      <arg name='ctxt' type='xmlParserCtxtPtr' info='an XML parser context'/>
7437*7c568831SAndroid Build Coastguard Worker    </function>
7438*7c568831SAndroid Build Coastguard Worker    <function name='nodePush' file='parserInternals' module='parser'>
7439*7c568831SAndroid Build Coastguard Worker      <info>DEPRECATED: Internal function, do not use.  Pushes a new element node on top of the node stack</info>
7440*7c568831SAndroid Build Coastguard Worker      <return type='int' info='-1 in case of error, the index in the stack otherwise'/>
7441*7c568831SAndroid Build Coastguard Worker      <arg name='ctxt' type='xmlParserCtxtPtr' info='an XML parser context'/>
7442*7c568831SAndroid Build Coastguard Worker      <arg name='value' type='xmlNodePtr' info='the element node'/>
7443*7c568831SAndroid Build Coastguard Worker    </function>
7444*7c568831SAndroid Build Coastguard Worker    <functype name='notationDeclSAXFunc' file='parser' module='parser'>
7445*7c568831SAndroid Build Coastguard Worker      <info>What to do when a notation declaration has been parsed.</info>
7446*7c568831SAndroid Build Coastguard Worker      <return type='void'/>
7447*7c568831SAndroid Build Coastguard Worker      <arg name='ctx' type='void *' info='the user data (XML parser context)'/>
7448*7c568831SAndroid Build Coastguard Worker      <arg name='name' type='const xmlChar *' info='The name of the notation'/>
7449*7c568831SAndroid Build Coastguard Worker      <arg name='publicId' type='const xmlChar *' info='The public ID of the entity'/>
7450*7c568831SAndroid Build Coastguard Worker      <arg name='systemId' type='const xmlChar *' info='The system ID of the entity'/>
7451*7c568831SAndroid Build Coastguard Worker    </functype>
7452*7c568831SAndroid Build Coastguard Worker    <functype name='processingInstructionSAXFunc' file='parser' module='parser'>
7453*7c568831SAndroid Build Coastguard Worker      <info>A processing instruction has been parsed.</info>
7454*7c568831SAndroid Build Coastguard Worker      <return type='void'/>
7455*7c568831SAndroid Build Coastguard Worker      <arg name='ctx' type='void *' info='the user data (XML parser context)'/>
7456*7c568831SAndroid Build Coastguard Worker      <arg name='target' type='const xmlChar *' info='the target name'/>
7457*7c568831SAndroid Build Coastguard Worker      <arg name='data' type='const xmlChar *' info='the PI data&apos;s'/>
7458*7c568831SAndroid Build Coastguard Worker    </functype>
7459*7c568831SAndroid Build Coastguard Worker    <functype name='referenceSAXFunc' file='parser' module='parser'>
7460*7c568831SAndroid Build Coastguard Worker      <info>Called when an entity reference is detected.</info>
7461*7c568831SAndroid Build Coastguard Worker      <return type='void'/>
7462*7c568831SAndroid Build Coastguard Worker      <arg name='ctx' type='void *' info='the user data (XML parser context)'/>
7463*7c568831SAndroid Build Coastguard Worker      <arg name='name' type='const xmlChar *' info='The entity name'/>
7464*7c568831SAndroid Build Coastguard Worker    </functype>
7465*7c568831SAndroid Build Coastguard Worker    <functype name='resolveEntitySAXFunc' file='parser' module='parser'>
7466*7c568831SAndroid Build Coastguard Worker      <info>Callback: The entity loader, to control the loading of external entities, the application can either: - override this resolveEntity() callback in the SAX block - or better use the xmlSetExternalEntityLoader() function to set up it&apos;s own entity resolution routine</info>
7467*7c568831SAndroid Build Coastguard Worker      <return type='xmlParserInputPtr' info='the xmlParserInputPtr if inlined or NULL for DOM behaviour.'/>
7468*7c568831SAndroid Build Coastguard Worker      <arg name='ctx' type='void *' info='the user data (XML parser context)'/>
7469*7c568831SAndroid Build Coastguard Worker      <arg name='publicId' type='const xmlChar *' info='The public ID of the entity'/>
7470*7c568831SAndroid Build Coastguard Worker      <arg name='systemId' type='const xmlChar *' info='The system ID of the entity'/>
7471*7c568831SAndroid Build Coastguard Worker    </functype>
7472*7c568831SAndroid Build Coastguard Worker    <functype name='setDocumentLocatorSAXFunc' file='parser' module='parser'>
7473*7c568831SAndroid Build Coastguard Worker      <info>Receive the document locator at startup, actually xmlDefaultSAXLocator. Everything is available on the context, so this is useless in our case.</info>
7474*7c568831SAndroid Build Coastguard Worker      <return type='void'/>
7475*7c568831SAndroid Build Coastguard Worker      <arg name='ctx' type='void *' info='the user data (XML parser context)'/>
7476*7c568831SAndroid Build Coastguard Worker      <arg name='loc' type='xmlSAXLocatorPtr' info='A SAX Locator'/>
7477*7c568831SAndroid Build Coastguard Worker    </functype>
7478*7c568831SAndroid Build Coastguard Worker    <functype name='startDocumentSAXFunc' file='parser' module='parser'>
7479*7c568831SAndroid Build Coastguard Worker      <info>Called when the document start being processed.</info>
7480*7c568831SAndroid Build Coastguard Worker      <return type='void'/>
7481*7c568831SAndroid Build Coastguard Worker      <arg name='ctx' type='void *' info='the user data (XML parser context)'/>
7482*7c568831SAndroid Build Coastguard Worker    </functype>
7483*7c568831SAndroid Build Coastguard Worker    <functype name='startElementNsSAX2Func' file='parser' module='parser'>
7484*7c568831SAndroid Build Coastguard Worker      <info>SAX2 callback when an element start has been detected by the parser. It provides the namespace information for the element, as well as the new namespace declarations on the element.</info>
7485*7c568831SAndroid Build Coastguard Worker      <return type='void'/>
7486*7c568831SAndroid Build Coastguard Worker      <arg name='ctx' type='void *' info='the user data (XML parser context)'/>
7487*7c568831SAndroid Build Coastguard Worker      <arg name='localname' type='const xmlChar *' info='the local name of the element'/>
7488*7c568831SAndroid Build Coastguard Worker      <arg name='prefix' type='const xmlChar *' info='the element namespace prefix if available'/>
7489*7c568831SAndroid Build Coastguard Worker      <arg name='URI' type='const xmlChar *' info='the element namespace name if available'/>
7490*7c568831SAndroid Build Coastguard Worker      <arg name='nb_namespaces' type='int' info='number of namespace definitions on that node'/>
7491*7c568831SAndroid Build Coastguard Worker      <arg name='namespaces' type='const xmlChar **' info='pointer to the array of prefix/URI pairs namespace definitions'/>
7492*7c568831SAndroid Build Coastguard Worker      <arg name='nb_attributes' type='int' info='the number of attributes on that node'/>
7493*7c568831SAndroid Build Coastguard Worker      <arg name='nb_defaulted' type='int' info='the number of defaulted attributes. The defaulted ones are at the end of the array'/>
7494*7c568831SAndroid Build Coastguard Worker      <arg name='attributes' type='const xmlChar **' info='pointer to the array of (localname/prefix/URI/value/end) attribute values.'/>
7495*7c568831SAndroid Build Coastguard Worker    </functype>
7496*7c568831SAndroid Build Coastguard Worker    <functype name='startElementSAXFunc' file='parser' module='parser'>
7497*7c568831SAndroid Build Coastguard Worker      <info>Called when an opening tag has been processed.</info>
7498*7c568831SAndroid Build Coastguard Worker      <return type='void'/>
7499*7c568831SAndroid Build Coastguard Worker      <arg name='ctx' type='void *' info='the user data (XML parser context)'/>
7500*7c568831SAndroid Build Coastguard Worker      <arg name='name' type='const xmlChar *' info='The element name, including namespace prefix'/>
7501*7c568831SAndroid Build Coastguard Worker      <arg name='atts' type='const xmlChar **' info='An array of name/value attributes pairs, NULL terminated'/>
7502*7c568831SAndroid Build Coastguard Worker    </functype>
7503*7c568831SAndroid Build Coastguard Worker    <functype name='unparsedEntityDeclSAXFunc' file='parser' module='parser'>
7504*7c568831SAndroid Build Coastguard Worker      <info>What to do when an unparsed entity declaration is parsed.</info>
7505*7c568831SAndroid Build Coastguard Worker      <return type='void'/>
7506*7c568831SAndroid Build Coastguard Worker      <arg name='ctx' type='void *' info='the user data (XML parser context)'/>
7507*7c568831SAndroid Build Coastguard Worker      <arg name='name' type='const xmlChar *' info='The name of the entity'/>
7508*7c568831SAndroid Build Coastguard Worker      <arg name='publicId' type='const xmlChar *' info='The public ID of the entity'/>
7509*7c568831SAndroid Build Coastguard Worker      <arg name='systemId' type='const xmlChar *' info='The system ID of the entity'/>
7510*7c568831SAndroid Build Coastguard Worker      <arg name='notationName' type='const xmlChar *' info='the name of the notation'/>
7511*7c568831SAndroid Build Coastguard Worker    </functype>
7512*7c568831SAndroid Build Coastguard Worker    <function name='valuePop' file='xpathInternals' module='xpath'>
7513*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_XPATH_ENABLED)</cond>
7514*7c568831SAndroid Build Coastguard Worker      <info>Pops the top XPath object from the value stack</info>
7515*7c568831SAndroid Build Coastguard Worker      <return type='xmlXPathObjectPtr' info='the XPath object just removed'/>
7516*7c568831SAndroid Build Coastguard Worker      <arg name='ctxt' type='xmlXPathParserContextPtr' info='an XPath evaluation context'/>
7517*7c568831SAndroid Build Coastguard Worker    </function>
7518*7c568831SAndroid Build Coastguard Worker    <function name='valuePush' file='xpathInternals' module='xpath'>
7519*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_XPATH_ENABLED)</cond>
7520*7c568831SAndroid Build Coastguard Worker      <info>Pushes a new XPath object on top of the value stack. If value is NULL, a memory error is recorded in the parser context.</info>
7521*7c568831SAndroid Build Coastguard Worker      <return type='int' info='the number of items on the value stack, or -1 in case of error.  The object is destroyed in case of error.'/>
7522*7c568831SAndroid Build Coastguard Worker      <arg name='ctxt' type='xmlXPathParserContextPtr' info='an XPath evaluation context'/>
7523*7c568831SAndroid Build Coastguard Worker      <arg name='value' type='xmlXPathObjectPtr' info='the XPath object'/>
7524*7c568831SAndroid Build Coastguard Worker    </function>
7525*7c568831SAndroid Build Coastguard Worker    <functype name='warningSAXFunc' file='parser' module='parser'>
7526*7c568831SAndroid Build Coastguard Worker      <info>Display and format a warning messages, callback.</info>
7527*7c568831SAndroid Build Coastguard Worker      <return type='void'/>
7528*7c568831SAndroid Build Coastguard Worker      <arg name='ctx' type='void *' info='an XML parser context'/>
7529*7c568831SAndroid Build Coastguard Worker      <arg name='msg' type='const char *' info='the message to display/transmit'/>
7530*7c568831SAndroid Build Coastguard Worker      <arg name='...' type='...' info='extra parameters for the message display'/>
7531*7c568831SAndroid Build Coastguard Worker    </functype>
7532*7c568831SAndroid Build Coastguard Worker    <functype name='xlinkExtendedLinkFunk' file='xlink' module='xlink'>
7533*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_XPTR_ENABLED)</cond>
7534*7c568831SAndroid Build Coastguard Worker      <info>This is the prototype for a extended link detection callback.</info>
7535*7c568831SAndroid Build Coastguard Worker      <return type='void'/>
7536*7c568831SAndroid Build Coastguard Worker      <arg name='ctx' type='void *' info='user data pointer'/>
7537*7c568831SAndroid Build Coastguard Worker      <arg name='node' type='xmlNodePtr' info='the node carrying the link'/>
7538*7c568831SAndroid Build Coastguard Worker      <arg name='nbLocators' type='int' info='the number of locators detected on the link'/>
7539*7c568831SAndroid Build Coastguard Worker      <arg name='hrefs' type='const xlinkHRef *' info='pointer to the array of locator hrefs'/>
7540*7c568831SAndroid Build Coastguard Worker      <arg name='roles' type='const xlinkRole *' info='pointer to the array of locator roles'/>
7541*7c568831SAndroid Build Coastguard Worker      <arg name='nbArcs' type='int' info='the number of arcs detected on the link'/>
7542*7c568831SAndroid Build Coastguard Worker      <arg name='from' type='const xlinkRole *' info='pointer to the array of source roles found on the arcs'/>
7543*7c568831SAndroid Build Coastguard Worker      <arg name='to' type='const xlinkRole *' info='pointer to the array of target roles found on the arcs'/>
7544*7c568831SAndroid Build Coastguard Worker      <arg name='show' type='xlinkShow *' info='array of values for the show attributes found on the arcs'/>
7545*7c568831SAndroid Build Coastguard Worker      <arg name='actuate' type='xlinkActuate *' info='array of values for the actuate attributes found on the arcs'/>
7546*7c568831SAndroid Build Coastguard Worker      <arg name='nbTitles' type='int' info='the number of titles detected on the link'/>
7547*7c568831SAndroid Build Coastguard Worker      <arg name='titles' type='const xlinkTitle *' info=''/>
7548*7c568831SAndroid Build Coastguard Worker      <arg name='langs' type='const xmlChar **' info='array of xml:lang values for the titles'/>
7549*7c568831SAndroid Build Coastguard Worker    </functype>
7550*7c568831SAndroid Build Coastguard Worker    <functype name='xlinkExtendedLinkSetFunk' file='xlink' module='xlink'>
7551*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_XPTR_ENABLED)</cond>
7552*7c568831SAndroid Build Coastguard Worker      <info>This is the prototype for a extended link set detection callback.</info>
7553*7c568831SAndroid Build Coastguard Worker      <return type='void'/>
7554*7c568831SAndroid Build Coastguard Worker      <arg name='ctx' type='void *' info='user data pointer'/>
7555*7c568831SAndroid Build Coastguard Worker      <arg name='node' type='xmlNodePtr' info='the node carrying the link'/>
7556*7c568831SAndroid Build Coastguard Worker      <arg name='nbLocators' type='int' info='the number of locators detected on the link'/>
7557*7c568831SAndroid Build Coastguard Worker      <arg name='hrefs' type='const xlinkHRef *' info='pointer to the array of locator hrefs'/>
7558*7c568831SAndroid Build Coastguard Worker      <arg name='roles' type='const xlinkRole *' info='pointer to the array of locator roles'/>
7559*7c568831SAndroid Build Coastguard Worker      <arg name='nbTitles' type='int' info='the number of titles detected on the link'/>
7560*7c568831SAndroid Build Coastguard Worker      <arg name='titles' type='const xlinkTitle *' info=''/>
7561*7c568831SAndroid Build Coastguard Worker      <arg name='langs' type='const xmlChar **' info='array of xml:lang values for the titles'/>
7562*7c568831SAndroid Build Coastguard Worker    </functype>
7563*7c568831SAndroid Build Coastguard Worker    <function name='xlinkGetDefaultDetect' file='xlink' module='xlink'>
7564*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_XPTR_ENABLED)</cond>
7565*7c568831SAndroid Build Coastguard Worker      <info>DEPRECATED: Don&apos;t use.  Get the default xlink detection routine</info>
7566*7c568831SAndroid Build Coastguard Worker      <return type='xlinkNodeDetectFunc' info='the current function or NULL;'/>
7567*7c568831SAndroid Build Coastguard Worker    </function>
7568*7c568831SAndroid Build Coastguard Worker    <function name='xlinkGetDefaultHandler' file='xlink' module='xlink'>
7569*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_XPTR_ENABLED)</cond>
7570*7c568831SAndroid Build Coastguard Worker      <info>DEPRECATED: Don&apos;t use.  Get the default xlink handler.</info>
7571*7c568831SAndroid Build Coastguard Worker      <return type='xlinkHandlerPtr' info='the current xlinkHandlerPtr value.'/>
7572*7c568831SAndroid Build Coastguard Worker    </function>
7573*7c568831SAndroid Build Coastguard Worker    <function name='xlinkIsLink' file='xlink' module='xlink'>
7574*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_XPTR_ENABLED)</cond>
7575*7c568831SAndroid Build Coastguard Worker      <info>Check whether the given node carries the attributes needed to be a link element (or is one of the linking elements issued from the (X)HTML DtDs). This routine don&apos;t try to do full checking of the link validity but tries to detect and return the appropriate link type.</info>
7576*7c568831SAndroid Build Coastguard Worker      <return type='xlinkType' info='the xlinkType of the node (XLINK_TYPE_NONE if there is no link detected.'/>
7577*7c568831SAndroid Build Coastguard Worker      <arg name='doc' type='xmlDocPtr' info='the document containing the node'/>
7578*7c568831SAndroid Build Coastguard Worker      <arg name='node' type='xmlNodePtr' info='the node pointer itself'/>
7579*7c568831SAndroid Build Coastguard Worker    </function>
7580*7c568831SAndroid Build Coastguard Worker    <functype name='xlinkNodeDetectFunc' file='xlink' module='xlink'>
7581*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_XPTR_ENABLED)</cond>
7582*7c568831SAndroid Build Coastguard Worker      <info>This is the prototype for the link detection routine. It calls the default link detection callbacks upon link detection.</info>
7583*7c568831SAndroid Build Coastguard Worker      <return type='void'/>
7584*7c568831SAndroid Build Coastguard Worker      <arg name='ctx' type='void *' info='user data pointer'/>
7585*7c568831SAndroid Build Coastguard Worker      <arg name='node' type='xmlNodePtr' info='the node to check'/>
7586*7c568831SAndroid Build Coastguard Worker    </functype>
7587*7c568831SAndroid Build Coastguard Worker    <function name='xlinkSetDefaultDetect' file='xlink' module='xlink'>
7588*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_XPTR_ENABLED)</cond>
7589*7c568831SAndroid Build Coastguard Worker      <info>DEPRECATED: Don&apos;t use.  Set the default xlink detection routine</info>
7590*7c568831SAndroid Build Coastguard Worker      <return type='void'/>
7591*7c568831SAndroid Build Coastguard Worker      <arg name='func' type='xlinkNodeDetectFunc' info='pointer to the new detection routine.'/>
7592*7c568831SAndroid Build Coastguard Worker    </function>
7593*7c568831SAndroid Build Coastguard Worker    <function name='xlinkSetDefaultHandler' file='xlink' module='xlink'>
7594*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_XPTR_ENABLED)</cond>
7595*7c568831SAndroid Build Coastguard Worker      <info>DEPRECATED: Don&apos;t use.  Set the default xlink handlers</info>
7596*7c568831SAndroid Build Coastguard Worker      <return type='void'/>
7597*7c568831SAndroid Build Coastguard Worker      <arg name='handler' type='xlinkHandlerPtr' info='the new value for the xlink handler block'/>
7598*7c568831SAndroid Build Coastguard Worker    </function>
7599*7c568831SAndroid Build Coastguard Worker    <functype name='xlinkSimpleLinkFunk' file='xlink' module='xlink'>
7600*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_XPTR_ENABLED)</cond>
7601*7c568831SAndroid Build Coastguard Worker      <info>This is the prototype for a simple link detection callback.</info>
7602*7c568831SAndroid Build Coastguard Worker      <return type='void'/>
7603*7c568831SAndroid Build Coastguard Worker      <arg name='ctx' type='void *' info='user data pointer'/>
7604*7c568831SAndroid Build Coastguard Worker      <arg name='node' type='xmlNodePtr' info='the node carrying the link'/>
7605*7c568831SAndroid Build Coastguard Worker      <arg name='href' type='const xlinkHRef' info='the target of the link'/>
7606*7c568831SAndroid Build Coastguard Worker      <arg name='role' type='const xlinkRole' info='the role string'/>
7607*7c568831SAndroid Build Coastguard Worker      <arg name='title' type='const xlinkTitle' info='the link title'/>
7608*7c568831SAndroid Build Coastguard Worker    </functype>
7609*7c568831SAndroid Build Coastguard Worker    <function name='xmlACatalogAdd' file='catalog' module='catalog'>
7610*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_CATALOG_ENABLED)</cond>
7611*7c568831SAndroid Build Coastguard Worker      <info>Add an entry in the catalog, it may overwrite existing but different entries.</info>
7612*7c568831SAndroid Build Coastguard Worker      <return type='int' info='0 if successful, -1 otherwise'/>
7613*7c568831SAndroid Build Coastguard Worker      <arg name='catal' type='xmlCatalogPtr' info='a Catalog'/>
7614*7c568831SAndroid Build Coastguard Worker      <arg name='type' type='const xmlChar *' info='the type of record to add to the catalog'/>
7615*7c568831SAndroid Build Coastguard Worker      <arg name='orig' type='const xmlChar *' info='the system, public or prefix to match'/>
7616*7c568831SAndroid Build Coastguard Worker      <arg name='replace' type='const xmlChar *' info='the replacement value for the match'/>
7617*7c568831SAndroid Build Coastguard Worker    </function>
7618*7c568831SAndroid Build Coastguard Worker    <function name='xmlACatalogDump' file='catalog' module='catalog'>
7619*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_CATALOG_ENABLED) &amp;&amp; defined(LIBXML_OUTPUT_ENABLED)</cond>
7620*7c568831SAndroid Build Coastguard Worker      <info>Dump the given catalog to the given file.</info>
7621*7c568831SAndroid Build Coastguard Worker      <return type='void'/>
7622*7c568831SAndroid Build Coastguard Worker      <arg name='catal' type='xmlCatalogPtr' info='a Catalog'/>
7623*7c568831SAndroid Build Coastguard Worker      <arg name='out' type='FILE *' info='the file.'/>
7624*7c568831SAndroid Build Coastguard Worker    </function>
7625*7c568831SAndroid Build Coastguard Worker    <function name='xmlACatalogRemove' file='catalog' module='catalog'>
7626*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_CATALOG_ENABLED)</cond>
7627*7c568831SAndroid Build Coastguard Worker      <info>Remove an entry from the catalog</info>
7628*7c568831SAndroid Build Coastguard Worker      <return type='int' info='the number of entries removed if successful, -1 otherwise'/>
7629*7c568831SAndroid Build Coastguard Worker      <arg name='catal' type='xmlCatalogPtr' info='a Catalog'/>
7630*7c568831SAndroid Build Coastguard Worker      <arg name='value' type='const xmlChar *' info='the value to remove'/>
7631*7c568831SAndroid Build Coastguard Worker    </function>
7632*7c568831SAndroid Build Coastguard Worker    <function name='xmlACatalogResolve' file='catalog' module='catalog'>
7633*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_CATALOG_ENABLED)</cond>
7634*7c568831SAndroid Build Coastguard Worker      <info>Do a complete resolution lookup of an External Identifier</info>
7635*7c568831SAndroid Build Coastguard Worker      <return type='xmlChar *' info='the URI of the resource or NULL if not found, it must be freed by the caller.'/>
7636*7c568831SAndroid Build Coastguard Worker      <arg name='catal' type='xmlCatalogPtr' info='a Catalog'/>
7637*7c568831SAndroid Build Coastguard Worker      <arg name='pubID' type='const xmlChar *' info='the public ID string'/>
7638*7c568831SAndroid Build Coastguard Worker      <arg name='sysID' type='const xmlChar *' info='the system ID string'/>
7639*7c568831SAndroid Build Coastguard Worker    </function>
7640*7c568831SAndroid Build Coastguard Worker    <function name='xmlACatalogResolvePublic' file='catalog' module='catalog'>
7641*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_CATALOG_ENABLED)</cond>
7642*7c568831SAndroid Build Coastguard Worker      <info>Try to lookup the catalog local reference associated to a public ID in that catalog</info>
7643*7c568831SAndroid Build Coastguard Worker      <return type='xmlChar *' info='the local resource if found or NULL otherwise, the value returned must be freed by the caller.'/>
7644*7c568831SAndroid Build Coastguard Worker      <arg name='catal' type='xmlCatalogPtr' info='a Catalog'/>
7645*7c568831SAndroid Build Coastguard Worker      <arg name='pubID' type='const xmlChar *' info='the public ID string'/>
7646*7c568831SAndroid Build Coastguard Worker    </function>
7647*7c568831SAndroid Build Coastguard Worker    <function name='xmlACatalogResolveSystem' file='catalog' module='catalog'>
7648*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_CATALOG_ENABLED)</cond>
7649*7c568831SAndroid Build Coastguard Worker      <info>Try to lookup the catalog resource for a system ID</info>
7650*7c568831SAndroid Build Coastguard Worker      <return type='xmlChar *' info='the resource if found or NULL otherwise, the value returned must be freed by the caller.'/>
7651*7c568831SAndroid Build Coastguard Worker      <arg name='catal' type='xmlCatalogPtr' info='a Catalog'/>
7652*7c568831SAndroid Build Coastguard Worker      <arg name='sysID' type='const xmlChar *' info='the system ID string'/>
7653*7c568831SAndroid Build Coastguard Worker    </function>
7654*7c568831SAndroid Build Coastguard Worker    <function name='xmlACatalogResolveURI' file='catalog' module='catalog'>
7655*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_CATALOG_ENABLED)</cond>
7656*7c568831SAndroid Build Coastguard Worker      <info>Do a complete resolution lookup of an URI</info>
7657*7c568831SAndroid Build Coastguard Worker      <return type='xmlChar *' info='the URI of the resource or NULL if not found, it must be freed by the caller.'/>
7658*7c568831SAndroid Build Coastguard Worker      <arg name='catal' type='xmlCatalogPtr' info='a Catalog'/>
7659*7c568831SAndroid Build Coastguard Worker      <arg name='URI' type='const xmlChar *' info='the URI'/>
7660*7c568831SAndroid Build Coastguard Worker    </function>
7661*7c568831SAndroid Build Coastguard Worker    <function name='xmlAddAttributeDecl' file='valid' module='valid'>
7662*7c568831SAndroid Build Coastguard Worker      <info>Register a new attribute declaration Note that @tree becomes the ownership of the DTD</info>
7663*7c568831SAndroid Build Coastguard Worker      <return type='xmlAttributePtr' info='NULL if not new, otherwise the attribute decl'/>
7664*7c568831SAndroid Build Coastguard Worker      <arg name='ctxt' type='xmlValidCtxtPtr' info='the validation context'/>
7665*7c568831SAndroid Build Coastguard Worker      <arg name='dtd' type='xmlDtdPtr' info='pointer to the DTD'/>
7666*7c568831SAndroid Build Coastguard Worker      <arg name='elem' type='const xmlChar *' info='the element name'/>
7667*7c568831SAndroid Build Coastguard Worker      <arg name='name' type='const xmlChar *' info='the attribute name'/>
7668*7c568831SAndroid Build Coastguard Worker      <arg name='ns' type='const xmlChar *' info='the attribute namespace prefix'/>
7669*7c568831SAndroid Build Coastguard Worker      <arg name='type' type='xmlAttributeType' info='the attribute type'/>
7670*7c568831SAndroid Build Coastguard Worker      <arg name='def' type='xmlAttributeDefault' info='the attribute default type'/>
7671*7c568831SAndroid Build Coastguard Worker      <arg name='defaultValue' type='const xmlChar *' info='the attribute default value'/>
7672*7c568831SAndroid Build Coastguard Worker      <arg name='tree' type='xmlEnumerationPtr' info='if it&apos;s an enumeration, the associated list'/>
7673*7c568831SAndroid Build Coastguard Worker    </function>
7674*7c568831SAndroid Build Coastguard Worker    <function name='xmlAddChild' file='tree' module='tree'>
7675*7c568831SAndroid Build Coastguard Worker      <info>Unlink @cur and append it to the children of @parent.  If @cur is a text node, it may be merged with an adjacent text node and freed. In this case the text node containing the merged content is returned.  If @cur is an attribute node, it is appended to the attributes of @parent. If the attribute list contains an attribute with a name matching @elem, the old attribute is destroyed.  General notes:  Move operations like xmlAddChild can cause element or attribute nodes to reference namespaces that aren&apos;t declared in one of their ancestors. This can lead to use-after-free errors if the elements containing the declarations are freed later, especially when moving nodes from one document to another. You should consider calling xmlReconciliateNs after a move operation to normalize namespaces. Another option is to call xmlDOMWrapAdoptNode with the target parent before moving a node.  For the most part, move operations don&apos;t check whether the resulting tree structure is valid. Users must make sure that parent nodes only receive children of valid types. Inserted child nodes must never be an ancestor of the parent node to avoid cycles in the tree structure. In general, only document, document fragments, elements and attributes should be used as parent nodes.  When moving a node between documents and a memory allocation fails, the node&apos;s content will be corrupted and it will be unlinked. In this case, the node must be freed manually.  Moving DTDs between documents isn&apos;t supported.</info>
7676*7c568831SAndroid Build Coastguard Worker      <return type='xmlNodePtr' info='@elem or a sibling if @elem was merged. Returns NULL if arguments are invalid or a memory allocation failed.'/>
7677*7c568831SAndroid Build Coastguard Worker      <arg name='parent' type='xmlNodePtr' info='the parent node'/>
7678*7c568831SAndroid Build Coastguard Worker      <arg name='cur' type='xmlNodePtr' info='the child node'/>
7679*7c568831SAndroid Build Coastguard Worker    </function>
7680*7c568831SAndroid Build Coastguard Worker    <function name='xmlAddChildList' file='tree' module='tree'>
7681*7c568831SAndroid Build Coastguard Worker      <info>Append a node list to another node.  See xmlAddChild.</info>
7682*7c568831SAndroid Build Coastguard Worker      <return type='xmlNodePtr' info='the last child or NULL in case of error.'/>
7683*7c568831SAndroid Build Coastguard Worker      <arg name='parent' type='xmlNodePtr' info='the parent node'/>
7684*7c568831SAndroid Build Coastguard Worker      <arg name='cur' type='xmlNodePtr' info='the first node in the list'/>
7685*7c568831SAndroid Build Coastguard Worker    </function>
7686*7c568831SAndroid Build Coastguard Worker    <function name='xmlAddDocEntity' file='entities' module='entities'>
7687*7c568831SAndroid Build Coastguard Worker      <info>Register a new entity for this document.</info>
7688*7c568831SAndroid Build Coastguard Worker      <return type='xmlEntityPtr' info='a pointer to the entity or NULL in case of error'/>
7689*7c568831SAndroid Build Coastguard Worker      <arg name='doc' type='xmlDocPtr' info='the document'/>
7690*7c568831SAndroid Build Coastguard Worker      <arg name='name' type='const xmlChar *' info='the entity name'/>
7691*7c568831SAndroid Build Coastguard Worker      <arg name='type' type='int' info='the entity type XML_xxx_yyy_ENTITY'/>
7692*7c568831SAndroid Build Coastguard Worker      <arg name='ExternalID' type='const xmlChar *' info='the entity external ID if available'/>
7693*7c568831SAndroid Build Coastguard Worker      <arg name='SystemID' type='const xmlChar *' info='the entity system ID if available'/>
7694*7c568831SAndroid Build Coastguard Worker      <arg name='content' type='const xmlChar *' info='the entity content'/>
7695*7c568831SAndroid Build Coastguard Worker    </function>
7696*7c568831SAndroid Build Coastguard Worker    <function name='xmlAddDtdEntity' file='entities' module='entities'>
7697*7c568831SAndroid Build Coastguard Worker      <info>Register a new entity for this document DTD external subset.</info>
7698*7c568831SAndroid Build Coastguard Worker      <return type='xmlEntityPtr' info='a pointer to the entity or NULL in case of error'/>
7699*7c568831SAndroid Build Coastguard Worker      <arg name='doc' type='xmlDocPtr' info='the document'/>
7700*7c568831SAndroid Build Coastguard Worker      <arg name='name' type='const xmlChar *' info='the entity name'/>
7701*7c568831SAndroid Build Coastguard Worker      <arg name='type' type='int' info='the entity type XML_xxx_yyy_ENTITY'/>
7702*7c568831SAndroid Build Coastguard Worker      <arg name='ExternalID' type='const xmlChar *' info='the entity external ID if available'/>
7703*7c568831SAndroid Build Coastguard Worker      <arg name='SystemID' type='const xmlChar *' info='the entity system ID if available'/>
7704*7c568831SAndroid Build Coastguard Worker      <arg name='content' type='const xmlChar *' info='the entity content'/>
7705*7c568831SAndroid Build Coastguard Worker    </function>
7706*7c568831SAndroid Build Coastguard Worker    <function name='xmlAddElementDecl' file='valid' module='valid'>
7707*7c568831SAndroid Build Coastguard Worker      <info>Register a new element declaration</info>
7708*7c568831SAndroid Build Coastguard Worker      <return type='xmlElementPtr' info='NULL if not, otherwise the entity'/>
7709*7c568831SAndroid Build Coastguard Worker      <arg name='ctxt' type='xmlValidCtxtPtr' info='the validation context'/>
7710*7c568831SAndroid Build Coastguard Worker      <arg name='dtd' type='xmlDtdPtr' info='pointer to the DTD'/>
7711*7c568831SAndroid Build Coastguard Worker      <arg name='name' type='const xmlChar *' info='the entity name'/>
7712*7c568831SAndroid Build Coastguard Worker      <arg name='type' type='xmlElementTypeVal' info='the element type'/>
7713*7c568831SAndroid Build Coastguard Worker      <arg name='content' type='xmlElementContentPtr' info='the element content tree or NULL'/>
7714*7c568831SAndroid Build Coastguard Worker    </function>
7715*7c568831SAndroid Build Coastguard Worker    <function name='xmlAddEncodingAlias' file='encoding' module='encoding'>
7716*7c568831SAndroid Build Coastguard Worker      <info>DEPRECATED: This function modifies global state and is not thread-safe.  Registers an alias @alias for an encoding named @name. Existing alias will be overwritten.</info>
7717*7c568831SAndroid Build Coastguard Worker      <return type='int' info='0 in case of success, -1 in case of error'/>
7718*7c568831SAndroid Build Coastguard Worker      <arg name='name' type='const char *' info='the encoding name as parsed, in UTF-8 format (ASCII actually)'/>
7719*7c568831SAndroid Build Coastguard Worker      <arg name='alias' type='const char *' info='the alias name as parsed, in UTF-8 format (ASCII actually)'/>
7720*7c568831SAndroid Build Coastguard Worker    </function>
7721*7c568831SAndroid Build Coastguard Worker    <function name='xmlAddEntity' file='entities' module='entities'>
7722*7c568831SAndroid Build Coastguard Worker      <info>Register a new entity for this document.  Available since 2.13.0.</info>
7723*7c568831SAndroid Build Coastguard Worker      <return type='int' info='an xmlParserErrors error code.'/>
7724*7c568831SAndroid Build Coastguard Worker      <arg name='doc' type='xmlDocPtr' info='the document'/>
7725*7c568831SAndroid Build Coastguard Worker      <arg name='extSubset' type='int' info='add to the external or internal subset'/>
7726*7c568831SAndroid Build Coastguard Worker      <arg name='name' type='const xmlChar *' info='the entity name'/>
7727*7c568831SAndroid Build Coastguard Worker      <arg name='type' type='int' info='the entity type XML_xxx_yyy_ENTITY'/>
7728*7c568831SAndroid Build Coastguard Worker      <arg name='ExternalID' type='const xmlChar *' info='the entity external ID if available'/>
7729*7c568831SAndroid Build Coastguard Worker      <arg name='SystemID' type='const xmlChar *' info='the entity system ID if available'/>
7730*7c568831SAndroid Build Coastguard Worker      <arg name='content' type='const xmlChar *' info='the entity content'/>
7731*7c568831SAndroid Build Coastguard Worker      <arg name='out' type='xmlEntityPtr *' info='pointer to resulting entity (optional)'/>
7732*7c568831SAndroid Build Coastguard Worker    </function>
7733*7c568831SAndroid Build Coastguard Worker    <function name='xmlAddID' file='valid' module='valid'>
7734*7c568831SAndroid Build Coastguard Worker      <info>Register a new id declaration</info>
7735*7c568831SAndroid Build Coastguard Worker      <return type='xmlIDPtr' info='NULL if not, otherwise the new xmlIDPtr'/>
7736*7c568831SAndroid Build Coastguard Worker      <arg name='ctxt' type='xmlValidCtxtPtr' info='the validation context'/>
7737*7c568831SAndroid Build Coastguard Worker      <arg name='doc' type='xmlDocPtr' info='pointer to the document'/>
7738*7c568831SAndroid Build Coastguard Worker      <arg name='value' type='const xmlChar *' info='the value name'/>
7739*7c568831SAndroid Build Coastguard Worker      <arg name='attr' type='xmlAttrPtr' info='the attribute holding the ID'/>
7740*7c568831SAndroid Build Coastguard Worker    </function>
7741*7c568831SAndroid Build Coastguard Worker    <function name='xmlAddIDSafe' file='valid' module='valid'>
7742*7c568831SAndroid Build Coastguard Worker      <info>Register a new id declaration  Available since 2.13.0.</info>
7743*7c568831SAndroid Build Coastguard Worker      <return type='int' info='1 on success, 0 if the ID already exists, -1 if a memory allocation fails.'/>
7744*7c568831SAndroid Build Coastguard Worker      <arg name='attr' type='xmlAttrPtr' info='the attribute holding the ID'/>
7745*7c568831SAndroid Build Coastguard Worker      <arg name='value' type='const xmlChar *' info='the attribute (ID) value'/>
7746*7c568831SAndroid Build Coastguard Worker    </function>
7747*7c568831SAndroid Build Coastguard Worker    <function name='xmlAddNextSibling' file='tree' module='tree'>
7748*7c568831SAndroid Build Coastguard Worker      <info>Unlinks @cur and inserts it as next sibling after @prev.  Unlike xmlAddChild this function does not merge text nodes.  If @cur is an attribute node, it is inserted after attribute @prev. If the attribute list contains an attribute with a name matching @cur, the old attribute is destroyed.  See the notes in xmlAddChild.</info>
7749*7c568831SAndroid Build Coastguard Worker      <return type='xmlNodePtr' info='@cur or a sibling if @cur was merged. Returns NULL if arguments are invalid or a memory allocation failed.'/>
7750*7c568831SAndroid Build Coastguard Worker      <arg name='prev' type='xmlNodePtr' info='the target node'/>
7751*7c568831SAndroid Build Coastguard Worker      <arg name='cur' type='xmlNodePtr' info='the new node'/>
7752*7c568831SAndroid Build Coastguard Worker    </function>
7753*7c568831SAndroid Build Coastguard Worker    <function name='xmlAddNotationDecl' file='valid' module='valid'>
7754*7c568831SAndroid Build Coastguard Worker      <info>Register a new notation declaration</info>
7755*7c568831SAndroid Build Coastguard Worker      <return type='xmlNotationPtr' info='NULL if not, otherwise the entity'/>
7756*7c568831SAndroid Build Coastguard Worker      <arg name='ctxt' type='xmlValidCtxtPtr' info='the validation context'/>
7757*7c568831SAndroid Build Coastguard Worker      <arg name='dtd' type='xmlDtdPtr' info='pointer to the DTD'/>
7758*7c568831SAndroid Build Coastguard Worker      <arg name='name' type='const xmlChar *' info='the entity name'/>
7759*7c568831SAndroid Build Coastguard Worker      <arg name='PublicID' type='const xmlChar *' info='the public identifier or NULL'/>
7760*7c568831SAndroid Build Coastguard Worker      <arg name='SystemID' type='const xmlChar *' info='the system identifier or NULL'/>
7761*7c568831SAndroid Build Coastguard Worker    </function>
7762*7c568831SAndroid Build Coastguard Worker    <function name='xmlAddPrevSibling' file='tree' module='tree'>
7763*7c568831SAndroid Build Coastguard Worker      <info>Unlinks @cur and inserts it as previous sibling before @next.  Unlike xmlAddChild this function does not merge text nodes.  If @cur is an attribute node, it is inserted before attribute @next. If the attribute list contains an attribute with a name matching @cur, the old attribute is destroyed.  See the notes in xmlAddChild.</info>
7764*7c568831SAndroid Build Coastguard Worker      <return type='xmlNodePtr' info='@cur or a sibling if @cur was merged. Returns NULL if arguments are invalid or a memory allocation failed.'/>
7765*7c568831SAndroid Build Coastguard Worker      <arg name='next' type='xmlNodePtr' info='the target node'/>
7766*7c568831SAndroid Build Coastguard Worker      <arg name='cur' type='xmlNodePtr' info='the new node'/>
7767*7c568831SAndroid Build Coastguard Worker    </function>
7768*7c568831SAndroid Build Coastguard Worker    <function name='xmlAddRef' file='valid' module='valid'>
7769*7c568831SAndroid Build Coastguard Worker      <info>DEPRECATED, do not use. This function will be removed from the public API.  Register a new ref declaration</info>
7770*7c568831SAndroid Build Coastguard Worker      <return type='xmlRefPtr' info='NULL if not, otherwise the new xmlRefPtr'/>
7771*7c568831SAndroid Build Coastguard Worker      <arg name='ctxt' type='xmlValidCtxtPtr' info='the validation context'/>
7772*7c568831SAndroid Build Coastguard Worker      <arg name='doc' type='xmlDocPtr' info='pointer to the document'/>
7773*7c568831SAndroid Build Coastguard Worker      <arg name='value' type='const xmlChar *' info='the value name'/>
7774*7c568831SAndroid Build Coastguard Worker      <arg name='attr' type='xmlAttrPtr' info='the attribute holding the Ref'/>
7775*7c568831SAndroid Build Coastguard Worker    </function>
7776*7c568831SAndroid Build Coastguard Worker    <function name='xmlAddSibling' file='tree' module='tree'>
7777*7c568831SAndroid Build Coastguard Worker      <info>Unlinks @cur and inserts it as last sibling of @node.  If @cur is a text node, it may be merged with an adjacent text node and freed. In this case the text node containing the merged content is returned.  If @cur is an attribute node, it is appended to the attribute list containing @node. If the attribute list contains an attribute with a name matching @cur, the old attribute is destroyed.  See the notes in xmlAddChild.</info>
7778*7c568831SAndroid Build Coastguard Worker      <return type='xmlNodePtr' info='@cur or a sibling if @cur was merged. Returns NULL if arguments are invalid or a memory allocation failed.'/>
7779*7c568831SAndroid Build Coastguard Worker      <arg name='node' type='xmlNodePtr' info='the target node'/>
7780*7c568831SAndroid Build Coastguard Worker      <arg name='cur' type='xmlNodePtr' info='the new node'/>
7781*7c568831SAndroid Build Coastguard Worker    </function>
7782*7c568831SAndroid Build Coastguard Worker    <function name='xmlAllocOutputBuffer' file='xmlIO' module='xmlIO'>
7783*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_OUTPUT_ENABLED)</cond>
7784*7c568831SAndroid Build Coastguard Worker      <info>Create a buffered parser output</info>
7785*7c568831SAndroid Build Coastguard Worker      <return type='xmlOutputBufferPtr' info='the new parser output or NULL'/>
7786*7c568831SAndroid Build Coastguard Worker      <arg name='encoder' type='xmlCharEncodingHandlerPtr' info='the encoding converter or NULL'/>
7787*7c568831SAndroid Build Coastguard Worker    </function>
7788*7c568831SAndroid Build Coastguard Worker    <function name='xmlAllocParserInputBuffer' file='xmlIO' module='xmlIO'>
7789*7c568831SAndroid Build Coastguard Worker      <info>Create a buffered parser input for progressive parsing.  The encoding argument is deprecated and should be set to XML_CHAR_ENCODING_NONE. The encoding can be changed with xmlSwitchEncoding or xmlSwitchEncodingName later on.</info>
7790*7c568831SAndroid Build Coastguard Worker      <return type='xmlParserInputBufferPtr' info='the new parser input or NULL'/>
7791*7c568831SAndroid Build Coastguard Worker      <arg name='enc' type='xmlCharEncoding' info='the charset encoding if known (deprecated)'/>
7792*7c568831SAndroid Build Coastguard Worker    </function>
7793*7c568831SAndroid Build Coastguard Worker    <function name='xmlAttrSerializeTxtContent' file='tree' module='xmlsave'>
7794*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_OUTPUT_ENABLED)</cond>
7795*7c568831SAndroid Build Coastguard Worker      <info>Serialize text attribute values to an xml simple buffer</info>
7796*7c568831SAndroid Build Coastguard Worker      <return type='void'/>
7797*7c568831SAndroid Build Coastguard Worker      <arg name='buf' type='xmlBufferPtr' info='the XML buffer output'/>
7798*7c568831SAndroid Build Coastguard Worker      <arg name='doc' type='xmlDocPtr' info='the document'/>
7799*7c568831SAndroid Build Coastguard Worker      <arg name='attr' type='xmlAttrPtr' info='the attribute node'/>
7800*7c568831SAndroid Build Coastguard Worker      <arg name='string' type='const xmlChar *' info='the text content'/>
7801*7c568831SAndroid Build Coastguard Worker    </function>
7802*7c568831SAndroid Build Coastguard Worker    <function name='xmlAutomataCompile' file='xmlautomata' module='xmlregexp'>
7803*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_REGEXP_ENABLED)</cond>
7804*7c568831SAndroid Build Coastguard Worker      <info>Compile the automata into a Reg Exp ready for being executed. The automata should be free after this point.</info>
7805*7c568831SAndroid Build Coastguard Worker      <return type='xmlRegexpPtr' info='the compiled regexp or NULL in case of error'/>
7806*7c568831SAndroid Build Coastguard Worker      <arg name='am' type='xmlAutomataPtr' info='an automata'/>
7807*7c568831SAndroid Build Coastguard Worker    </function>
7808*7c568831SAndroid Build Coastguard Worker    <function name='xmlAutomataGetInitState' file='xmlautomata' module='xmlregexp'>
7809*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_REGEXP_ENABLED)</cond>
7810*7c568831SAndroid Build Coastguard Worker      <info>Initial state lookup</info>
7811*7c568831SAndroid Build Coastguard Worker      <return type='xmlAutomataStatePtr' info='the initial state of the automata'/>
7812*7c568831SAndroid Build Coastguard Worker      <arg name='am' type='xmlAutomataPtr' info='an automata'/>
7813*7c568831SAndroid Build Coastguard Worker    </function>
7814*7c568831SAndroid Build Coastguard Worker    <function name='xmlAutomataIsDeterminist' file='xmlautomata' module='xmlregexp'>
7815*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_REGEXP_ENABLED)</cond>
7816*7c568831SAndroid Build Coastguard Worker      <info>Checks if an automata is determinist.</info>
7817*7c568831SAndroid Build Coastguard Worker      <return type='int' info='1 if true, 0 if not, and -1 in case of error'/>
7818*7c568831SAndroid Build Coastguard Worker      <arg name='am' type='xmlAutomataPtr' info='an automata'/>
7819*7c568831SAndroid Build Coastguard Worker    </function>
7820*7c568831SAndroid Build Coastguard Worker    <function name='xmlAutomataNewAllTrans' file='xmlautomata' module='xmlregexp'>
7821*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_REGEXP_ENABLED)</cond>
7822*7c568831SAndroid Build Coastguard Worker      <info>If @to is NULL, this creates first a new target state in the automata and then adds a an ALL transition from the @from state to the target state. That transition is an epsilon transition allowed only when all transitions from the @from node have been activated.</info>
7823*7c568831SAndroid Build Coastguard Worker      <return type='xmlAutomataStatePtr' info='the target state or NULL in case of error'/>
7824*7c568831SAndroid Build Coastguard Worker      <arg name='am' type='xmlAutomataPtr' info='an automata'/>
7825*7c568831SAndroid Build Coastguard Worker      <arg name='from' type='xmlAutomataStatePtr' info='the starting point of the transition'/>
7826*7c568831SAndroid Build Coastguard Worker      <arg name='to' type='xmlAutomataStatePtr' info='the target point of the transition or NULL'/>
7827*7c568831SAndroid Build Coastguard Worker      <arg name='lax' type='int' info='allow to transition if not all all transitions have been activated'/>
7828*7c568831SAndroid Build Coastguard Worker    </function>
7829*7c568831SAndroid Build Coastguard Worker    <function name='xmlAutomataNewCountTrans' file='xmlautomata' module='xmlregexp'>
7830*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_REGEXP_ENABLED)</cond>
7831*7c568831SAndroid Build Coastguard Worker      <info>If @to is NULL, this creates first a new target state in the automata and then adds a transition from the @from state to the target state activated by a succession of input of value @token and whose number is between @min and @max</info>
7832*7c568831SAndroid Build Coastguard Worker      <return type='xmlAutomataStatePtr' info='the target state or NULL in case of error'/>
7833*7c568831SAndroid Build Coastguard Worker      <arg name='am' type='xmlAutomataPtr' info='an automata'/>
7834*7c568831SAndroid Build Coastguard Worker      <arg name='from' type='xmlAutomataStatePtr' info='the starting point of the transition'/>
7835*7c568831SAndroid Build Coastguard Worker      <arg name='to' type='xmlAutomataStatePtr' info='the target point of the transition or NULL'/>
7836*7c568831SAndroid Build Coastguard Worker      <arg name='token' type='const xmlChar *' info='the input string associated to that transition'/>
7837*7c568831SAndroid Build Coastguard Worker      <arg name='min' type='int' info='the minimum successive occurrences of token'/>
7838*7c568831SAndroid Build Coastguard Worker      <arg name='max' type='int' info='the maximum successive occurrences of token'/>
7839*7c568831SAndroid Build Coastguard Worker      <arg name='data' type='void *' info='data associated to the transition'/>
7840*7c568831SAndroid Build Coastguard Worker    </function>
7841*7c568831SAndroid Build Coastguard Worker    <function name='xmlAutomataNewCountTrans2' file='xmlautomata' module='xmlregexp'>
7842*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_REGEXP_ENABLED)</cond>
7843*7c568831SAndroid Build Coastguard Worker      <info>If @to is NULL, this creates first a new target state in the automata and then adds a transition from the @from state to the target state activated by a succession of input of value @token and @token2 and whose number is between @min and @max</info>
7844*7c568831SAndroid Build Coastguard Worker      <return type='xmlAutomataStatePtr' info='the target state or NULL in case of error'/>
7845*7c568831SAndroid Build Coastguard Worker      <arg name='am' type='xmlAutomataPtr' info='an automata'/>
7846*7c568831SAndroid Build Coastguard Worker      <arg name='from' type='xmlAutomataStatePtr' info='the starting point of the transition'/>
7847*7c568831SAndroid Build Coastguard Worker      <arg name='to' type='xmlAutomataStatePtr' info='the target point of the transition or NULL'/>
7848*7c568831SAndroid Build Coastguard Worker      <arg name='token' type='const xmlChar *' info='the input string associated to that transition'/>
7849*7c568831SAndroid Build Coastguard Worker      <arg name='token2' type='const xmlChar *' info='the second input string associated to that transition'/>
7850*7c568831SAndroid Build Coastguard Worker      <arg name='min' type='int' info='the minimum successive occurrences of token'/>
7851*7c568831SAndroid Build Coastguard Worker      <arg name='max' type='int' info='the maximum successive occurrences of token'/>
7852*7c568831SAndroid Build Coastguard Worker      <arg name='data' type='void *' info='data associated to the transition'/>
7853*7c568831SAndroid Build Coastguard Worker    </function>
7854*7c568831SAndroid Build Coastguard Worker    <function name='xmlAutomataNewCountedTrans' file='xmlautomata' module='xmlregexp'>
7855*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_REGEXP_ENABLED)</cond>
7856*7c568831SAndroid Build Coastguard Worker      <info>If @to is NULL, this creates first a new target state in the automata and then adds an epsilon transition from the @from state to the target state which will increment the counter provided</info>
7857*7c568831SAndroid Build Coastguard Worker      <return type='xmlAutomataStatePtr' info='the target state or NULL in case of error'/>
7858*7c568831SAndroid Build Coastguard Worker      <arg name='am' type='xmlAutomataPtr' info='an automata'/>
7859*7c568831SAndroid Build Coastguard Worker      <arg name='from' type='xmlAutomataStatePtr' info='the starting point of the transition'/>
7860*7c568831SAndroid Build Coastguard Worker      <arg name='to' type='xmlAutomataStatePtr' info='the target point of the transition or NULL'/>
7861*7c568831SAndroid Build Coastguard Worker      <arg name='counter' type='int' info='the counter associated to that transition'/>
7862*7c568831SAndroid Build Coastguard Worker    </function>
7863*7c568831SAndroid Build Coastguard Worker    <function name='xmlAutomataNewCounter' file='xmlautomata' module='xmlregexp'>
7864*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_REGEXP_ENABLED)</cond>
7865*7c568831SAndroid Build Coastguard Worker      <info>Create a new counter</info>
7866*7c568831SAndroid Build Coastguard Worker      <return type='int' info='the counter number or -1 in case of error'/>
7867*7c568831SAndroid Build Coastguard Worker      <arg name='am' type='xmlAutomataPtr' info='an automata'/>
7868*7c568831SAndroid Build Coastguard Worker      <arg name='min' type='int' info='the minimal value on the counter'/>
7869*7c568831SAndroid Build Coastguard Worker      <arg name='max' type='int' info='the maximal value on the counter'/>
7870*7c568831SAndroid Build Coastguard Worker    </function>
7871*7c568831SAndroid Build Coastguard Worker    <function name='xmlAutomataNewCounterTrans' file='xmlautomata' module='xmlregexp'>
7872*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_REGEXP_ENABLED)</cond>
7873*7c568831SAndroid Build Coastguard Worker      <info>If @to is NULL, this creates first a new target state in the automata and then adds an epsilon transition from the @from state to the target state which will be allowed only if the counter is within the right range.</info>
7874*7c568831SAndroid Build Coastguard Worker      <return type='xmlAutomataStatePtr' info='the target state or NULL in case of error'/>
7875*7c568831SAndroid Build Coastguard Worker      <arg name='am' type='xmlAutomataPtr' info='an automata'/>
7876*7c568831SAndroid Build Coastguard Worker      <arg name='from' type='xmlAutomataStatePtr' info='the starting point of the transition'/>
7877*7c568831SAndroid Build Coastguard Worker      <arg name='to' type='xmlAutomataStatePtr' info='the target point of the transition or NULL'/>
7878*7c568831SAndroid Build Coastguard Worker      <arg name='counter' type='int' info='the counter associated to that transition'/>
7879*7c568831SAndroid Build Coastguard Worker    </function>
7880*7c568831SAndroid Build Coastguard Worker    <function name='xmlAutomataNewEpsilon' file='xmlautomata' module='xmlregexp'>
7881*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_REGEXP_ENABLED)</cond>
7882*7c568831SAndroid Build Coastguard Worker      <info>If @to is NULL, this creates first a new target state in the automata and then adds an epsilon transition from the @from state to the target state</info>
7883*7c568831SAndroid Build Coastguard Worker      <return type='xmlAutomataStatePtr' info='the target state or NULL in case of error'/>
7884*7c568831SAndroid Build Coastguard Worker      <arg name='am' type='xmlAutomataPtr' info='an automata'/>
7885*7c568831SAndroid Build Coastguard Worker      <arg name='from' type='xmlAutomataStatePtr' info='the starting point of the transition'/>
7886*7c568831SAndroid Build Coastguard Worker      <arg name='to' type='xmlAutomataStatePtr' info='the target point of the transition or NULL'/>
7887*7c568831SAndroid Build Coastguard Worker    </function>
7888*7c568831SAndroid Build Coastguard Worker    <function name='xmlAutomataNewNegTrans' file='xmlautomata' module='xmlregexp'>
7889*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_REGEXP_ENABLED)</cond>
7890*7c568831SAndroid Build Coastguard Worker      <info>If @to is NULL, this creates first a new target state in the automata and then adds a transition from the @from state to the target state activated by any value except (@token,@token2) Note that if @token2 is not NULL, then (X, NULL) won&apos;t match to follow # the semantic of XSD ##other</info>
7891*7c568831SAndroid Build Coastguard Worker      <return type='xmlAutomataStatePtr' info='the target state or NULL in case of error'/>
7892*7c568831SAndroid Build Coastguard Worker      <arg name='am' type='xmlAutomataPtr' info='an automata'/>
7893*7c568831SAndroid Build Coastguard Worker      <arg name='from' type='xmlAutomataStatePtr' info='the starting point of the transition'/>
7894*7c568831SAndroid Build Coastguard Worker      <arg name='to' type='xmlAutomataStatePtr' info='the target point of the transition or NULL'/>
7895*7c568831SAndroid Build Coastguard Worker      <arg name='token' type='const xmlChar *' info='the first input string associated to that transition'/>
7896*7c568831SAndroid Build Coastguard Worker      <arg name='token2' type='const xmlChar *' info='the second input string associated to that transition'/>
7897*7c568831SAndroid Build Coastguard Worker      <arg name='data' type='void *' info='data passed to the callback function if the transition is activated'/>
7898*7c568831SAndroid Build Coastguard Worker    </function>
7899*7c568831SAndroid Build Coastguard Worker    <function name='xmlAutomataNewOnceTrans' file='xmlautomata' module='xmlregexp'>
7900*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_REGEXP_ENABLED)</cond>
7901*7c568831SAndroid Build Coastguard Worker      <info>If @to is NULL, this creates first a new target state in the automata and then adds a transition from the @from state to the target state activated by a succession of input of value @token and whose number is between @min and @max, moreover that transition can only be crossed once.</info>
7902*7c568831SAndroid Build Coastguard Worker      <return type='xmlAutomataStatePtr' info='the target state or NULL in case of error'/>
7903*7c568831SAndroid Build Coastguard Worker      <arg name='am' type='xmlAutomataPtr' info='an automata'/>
7904*7c568831SAndroid Build Coastguard Worker      <arg name='from' type='xmlAutomataStatePtr' info='the starting point of the transition'/>
7905*7c568831SAndroid Build Coastguard Worker      <arg name='to' type='xmlAutomataStatePtr' info='the target point of the transition or NULL'/>
7906*7c568831SAndroid Build Coastguard Worker      <arg name='token' type='const xmlChar *' info='the input string associated to that transition'/>
7907*7c568831SAndroid Build Coastguard Worker      <arg name='min' type='int' info='the minimum successive occurrences of token'/>
7908*7c568831SAndroid Build Coastguard Worker      <arg name='max' type='int' info='the maximum successive occurrences of token'/>
7909*7c568831SAndroid Build Coastguard Worker      <arg name='data' type='void *' info='data associated to the transition'/>
7910*7c568831SAndroid Build Coastguard Worker    </function>
7911*7c568831SAndroid Build Coastguard Worker    <function name='xmlAutomataNewOnceTrans2' file='xmlautomata' module='xmlregexp'>
7912*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_REGEXP_ENABLED)</cond>
7913*7c568831SAndroid Build Coastguard Worker      <info>If @to is NULL, this creates first a new target state in the automata and then adds a transition from the @from state to the target state activated by a succession of input of value @token and @token2 and whose number is between @min and @max, moreover that transition can only be crossed once.</info>
7914*7c568831SAndroid Build Coastguard Worker      <return type='xmlAutomataStatePtr' info='the target state or NULL in case of error'/>
7915*7c568831SAndroid Build Coastguard Worker      <arg name='am' type='xmlAutomataPtr' info='an automata'/>
7916*7c568831SAndroid Build Coastguard Worker      <arg name='from' type='xmlAutomataStatePtr' info='the starting point of the transition'/>
7917*7c568831SAndroid Build Coastguard Worker      <arg name='to' type='xmlAutomataStatePtr' info='the target point of the transition or NULL'/>
7918*7c568831SAndroid Build Coastguard Worker      <arg name='token' type='const xmlChar *' info='the input string associated to that transition'/>
7919*7c568831SAndroid Build Coastguard Worker      <arg name='token2' type='const xmlChar *' info='the second input string associated to that transition'/>
7920*7c568831SAndroid Build Coastguard Worker      <arg name='min' type='int' info='the minimum successive occurrences of token'/>
7921*7c568831SAndroid Build Coastguard Worker      <arg name='max' type='int' info='the maximum successive occurrences of token'/>
7922*7c568831SAndroid Build Coastguard Worker      <arg name='data' type='void *' info='data associated to the transition'/>
7923*7c568831SAndroid Build Coastguard Worker    </function>
7924*7c568831SAndroid Build Coastguard Worker    <function name='xmlAutomataNewState' file='xmlautomata' module='xmlregexp'>
7925*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_REGEXP_ENABLED)</cond>
7926*7c568831SAndroid Build Coastguard Worker      <info>Create a new disconnected state in the automata</info>
7927*7c568831SAndroid Build Coastguard Worker      <return type='xmlAutomataStatePtr' info='the new state or NULL in case of error'/>
7928*7c568831SAndroid Build Coastguard Worker      <arg name='am' type='xmlAutomataPtr' info='an automata'/>
7929*7c568831SAndroid Build Coastguard Worker    </function>
7930*7c568831SAndroid Build Coastguard Worker    <function name='xmlAutomataNewTransition' file='xmlautomata' module='xmlregexp'>
7931*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_REGEXP_ENABLED)</cond>
7932*7c568831SAndroid Build Coastguard Worker      <info>If @to is NULL, this creates first a new target state in the automata and then adds a transition from the @from state to the target state activated by the value of @token</info>
7933*7c568831SAndroid Build Coastguard Worker      <return type='xmlAutomataStatePtr' info='the target state or NULL in case of error'/>
7934*7c568831SAndroid Build Coastguard Worker      <arg name='am' type='xmlAutomataPtr' info='an automata'/>
7935*7c568831SAndroid Build Coastguard Worker      <arg name='from' type='xmlAutomataStatePtr' info='the starting point of the transition'/>
7936*7c568831SAndroid Build Coastguard Worker      <arg name='to' type='xmlAutomataStatePtr' info='the target point of the transition or NULL'/>
7937*7c568831SAndroid Build Coastguard Worker      <arg name='token' type='const xmlChar *' info='the input string associated to that transition'/>
7938*7c568831SAndroid Build Coastguard Worker      <arg name='data' type='void *' info='data passed to the callback function if the transition is activated'/>
7939*7c568831SAndroid Build Coastguard Worker    </function>
7940*7c568831SAndroid Build Coastguard Worker    <function name='xmlAutomataNewTransition2' file='xmlautomata' module='xmlregexp'>
7941*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_REGEXP_ENABLED)</cond>
7942*7c568831SAndroid Build Coastguard Worker      <info>If @to is NULL, this creates first a new target state in the automata and then adds a transition from the @from state to the target state activated by the value of @token</info>
7943*7c568831SAndroid Build Coastguard Worker      <return type='xmlAutomataStatePtr' info='the target state or NULL in case of error'/>
7944*7c568831SAndroid Build Coastguard Worker      <arg name='am' type='xmlAutomataPtr' info='an automata'/>
7945*7c568831SAndroid Build Coastguard Worker      <arg name='from' type='xmlAutomataStatePtr' info='the starting point of the transition'/>
7946*7c568831SAndroid Build Coastguard Worker      <arg name='to' type='xmlAutomataStatePtr' info='the target point of the transition or NULL'/>
7947*7c568831SAndroid Build Coastguard Worker      <arg name='token' type='const xmlChar *' info='the first input string associated to that transition'/>
7948*7c568831SAndroid Build Coastguard Worker      <arg name='token2' type='const xmlChar *' info='the second input string associated to that transition'/>
7949*7c568831SAndroid Build Coastguard Worker      <arg name='data' type='void *' info='data passed to the callback function if the transition is activated'/>
7950*7c568831SAndroid Build Coastguard Worker    </function>
7951*7c568831SAndroid Build Coastguard Worker    <function name='xmlAutomataSetFinalState' file='xmlautomata' module='xmlregexp'>
7952*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_REGEXP_ENABLED)</cond>
7953*7c568831SAndroid Build Coastguard Worker      <info>Makes that state a final state</info>
7954*7c568831SAndroid Build Coastguard Worker      <return type='int' info='0 or -1 in case of error'/>
7955*7c568831SAndroid Build Coastguard Worker      <arg name='am' type='xmlAutomataPtr' info='an automata'/>
7956*7c568831SAndroid Build Coastguard Worker      <arg name='state' type='xmlAutomataStatePtr' info='a state in this automata'/>
7957*7c568831SAndroid Build Coastguard Worker    </function>
7958*7c568831SAndroid Build Coastguard Worker    <function name='xmlBufContent' file='tree' module='buf'>
7959*7c568831SAndroid Build Coastguard Worker      <info>Function to extract the content of a buffer</info>
7960*7c568831SAndroid Build Coastguard Worker      <return type='xmlChar *' info='the internal content'/>
7961*7c568831SAndroid Build Coastguard Worker      <arg name='buf' type='const xmlBuf *' info='the buffer'/>
7962*7c568831SAndroid Build Coastguard Worker    </function>
7963*7c568831SAndroid Build Coastguard Worker    <function name='xmlBufEnd' file='tree' module='buf'>
7964*7c568831SAndroid Build Coastguard Worker      <info>Function to extract the end of the content of a buffer</info>
7965*7c568831SAndroid Build Coastguard Worker      <return type='xmlChar *' info='the end of the internal content or NULL in case of error'/>
7966*7c568831SAndroid Build Coastguard Worker      <arg name='buf' type='xmlBufPtr' info='the buffer'/>
7967*7c568831SAndroid Build Coastguard Worker    </function>
7968*7c568831SAndroid Build Coastguard Worker    <function name='xmlBufGetNodeContent' file='tree' module='tree'>
7969*7c568831SAndroid Build Coastguard Worker      <info>Read the value of a node @cur, this can be either the text carried directly by this node if it&apos;s a TEXT node or the aggregate string of the values carried by this node child&apos;s (TEXT and ENTITY_REF). Entity references are substituted. Fills up the buffer @buf with this value</info>
7970*7c568831SAndroid Build Coastguard Worker      <return type='int' info='0 in case of success and -1 in case of error.'/>
7971*7c568831SAndroid Build Coastguard Worker      <arg name='buf' type='xmlBufPtr' info='a buffer xmlBufPtr'/>
7972*7c568831SAndroid Build Coastguard Worker      <arg name='cur' type='const xmlNode *' info='the node being read'/>
7973*7c568831SAndroid Build Coastguard Worker    </function>
7974*7c568831SAndroid Build Coastguard Worker    <function name='xmlBufNodeDump' file='tree' module='xmlsave'>
7975*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_OUTPUT_ENABLED)</cond>
7976*7c568831SAndroid Build Coastguard Worker      <info>Dump an XML node, recursive behaviour,children are printed too. Note that @format = 1 provide node indenting only if xmlIndentTreeOutput = 1 or xmlKeepBlanksDefault(0) was called</info>
7977*7c568831SAndroid Build Coastguard Worker      <return type='size_t' info='the number of bytes written to the buffer, in case of error 0 is returned or @buf stores the error'/>
7978*7c568831SAndroid Build Coastguard Worker      <arg name='buf' type='xmlBufPtr' info='the XML buffer output'/>
7979*7c568831SAndroid Build Coastguard Worker      <arg name='doc' type='xmlDocPtr' info='the document'/>
7980*7c568831SAndroid Build Coastguard Worker      <arg name='cur' type='xmlNodePtr' info='the current node'/>
7981*7c568831SAndroid Build Coastguard Worker      <arg name='level' type='int' info='the imbrication level for indenting'/>
7982*7c568831SAndroid Build Coastguard Worker      <arg name='format' type='int' info='is formatting allowed'/>
7983*7c568831SAndroid Build Coastguard Worker    </function>
7984*7c568831SAndroid Build Coastguard Worker    <function name='xmlBufShrink' file='tree' module='buf'>
7985*7c568831SAndroid Build Coastguard Worker      <info>Remove the beginning of an XML buffer. NOTE that this routine behaviour differs from xmlBufferShrink() as it will return 0 on error instead of -1 due to size_t being used as the return type.</info>
7986*7c568831SAndroid Build Coastguard Worker      <return type='size_t' info='the number of byte removed or 0 in case of failure'/>
7987*7c568831SAndroid Build Coastguard Worker      <arg name='buf' type='xmlBufPtr' info='the buffer to dump'/>
7988*7c568831SAndroid Build Coastguard Worker      <arg name='len' type='size_t' info='the number of xmlChar to remove'/>
7989*7c568831SAndroid Build Coastguard Worker    </function>
7990*7c568831SAndroid Build Coastguard Worker    <function name='xmlBufUse' file='tree' module='buf'>
7991*7c568831SAndroid Build Coastguard Worker      <info>Function to get the length of a buffer</info>
7992*7c568831SAndroid Build Coastguard Worker      <return type='size_t' info='the length of data in the internal content'/>
7993*7c568831SAndroid Build Coastguard Worker      <arg name='buf' type='const xmlBufPtr' info='the buffer'/>
7994*7c568831SAndroid Build Coastguard Worker    </function>
7995*7c568831SAndroid Build Coastguard Worker    <function name='xmlBufferAdd' file='tree' module='tree'>
7996*7c568831SAndroid Build Coastguard Worker      <info>Add a string range to an XML buffer. if len == -1, the length of str is recomputed.</info>
7997*7c568831SAndroid Build Coastguard Worker      <return type='int' info='0 successful, a positive error code number otherwise and -1 in case of internal or API error.'/>
7998*7c568831SAndroid Build Coastguard Worker      <arg name='buf' type='xmlBufferPtr' info='the buffer to dump'/>
7999*7c568831SAndroid Build Coastguard Worker      <arg name='str' type='const xmlChar *' info='the #xmlChar string'/>
8000*7c568831SAndroid Build Coastguard Worker      <arg name='len' type='int' info='the number of #xmlChar to add'/>
8001*7c568831SAndroid Build Coastguard Worker    </function>
8002*7c568831SAndroid Build Coastguard Worker    <function name='xmlBufferAddHead' file='tree' module='tree'>
8003*7c568831SAndroid Build Coastguard Worker      <info>Add a string range to the beginning of an XML buffer. if len == -1, the length of @str is recomputed.</info>
8004*7c568831SAndroid Build Coastguard Worker      <return type='int' info='0 successful, a positive error code number otherwise and -1 in case of internal or API error.'/>
8005*7c568831SAndroid Build Coastguard Worker      <arg name='buf' type='xmlBufferPtr' info='the buffer'/>
8006*7c568831SAndroid Build Coastguard Worker      <arg name='str' type='const xmlChar *' info='the #xmlChar string'/>
8007*7c568831SAndroid Build Coastguard Worker      <arg name='len' type='int' info='the number of #xmlChar to add'/>
8008*7c568831SAndroid Build Coastguard Worker    </function>
8009*7c568831SAndroid Build Coastguard Worker    <function name='xmlBufferCCat' file='tree' module='tree'>
8010*7c568831SAndroid Build Coastguard Worker      <info>Append a zero terminated C string to an XML buffer.</info>
8011*7c568831SAndroid Build Coastguard Worker      <return type='int' info='0 successful, a positive error code number otherwise and -1 in case of internal or API error.'/>
8012*7c568831SAndroid Build Coastguard Worker      <arg name='buf' type='xmlBufferPtr' info='the buffer to dump'/>
8013*7c568831SAndroid Build Coastguard Worker      <arg name='str' type='const char *' info='the C char string'/>
8014*7c568831SAndroid Build Coastguard Worker    </function>
8015*7c568831SAndroid Build Coastguard Worker    <function name='xmlBufferCat' file='tree' module='tree'>
8016*7c568831SAndroid Build Coastguard Worker      <info>Append a zero terminated string to an XML buffer.</info>
8017*7c568831SAndroid Build Coastguard Worker      <return type='int' info='0 successful, a positive error code number otherwise and -1 in case of internal or API error.'/>
8018*7c568831SAndroid Build Coastguard Worker      <arg name='buf' type='xmlBufferPtr' info='the buffer to add to'/>
8019*7c568831SAndroid Build Coastguard Worker      <arg name='str' type='const xmlChar *' info='the #xmlChar string'/>
8020*7c568831SAndroid Build Coastguard Worker    </function>
8021*7c568831SAndroid Build Coastguard Worker    <function name='xmlBufferContent' file='tree' module='tree'>
8022*7c568831SAndroid Build Coastguard Worker      <info>Function to extract the content of a buffer</info>
8023*7c568831SAndroid Build Coastguard Worker      <return type='const xmlChar *' info='the internal content'/>
8024*7c568831SAndroid Build Coastguard Worker      <arg name='buf' type='const xmlBuffer *' info='the buffer'/>
8025*7c568831SAndroid Build Coastguard Worker    </function>
8026*7c568831SAndroid Build Coastguard Worker    <function name='xmlBufferCreate' file='tree' module='tree'>
8027*7c568831SAndroid Build Coastguard Worker      <info>routine to create an XML buffer.</info>
8028*7c568831SAndroid Build Coastguard Worker      <return type='xmlBufferPtr' info='the new structure.'/>
8029*7c568831SAndroid Build Coastguard Worker    </function>
8030*7c568831SAndroid Build Coastguard Worker    <function name='xmlBufferCreateSize' file='tree' module='tree'>
8031*7c568831SAndroid Build Coastguard Worker      <info>routine to create an XML buffer.</info>
8032*7c568831SAndroid Build Coastguard Worker      <return type='xmlBufferPtr' info='the new structure.'/>
8033*7c568831SAndroid Build Coastguard Worker      <arg name='size' type='size_t' info='initial size of buffer'/>
8034*7c568831SAndroid Build Coastguard Worker    </function>
8035*7c568831SAndroid Build Coastguard Worker    <function name='xmlBufferCreateStatic' file='tree' module='tree'>
8036*7c568831SAndroid Build Coastguard Worker      <info></info>
8037*7c568831SAndroid Build Coastguard Worker      <return type='xmlBufferPtr' info='an XML buffer initialized with bytes.'/>
8038*7c568831SAndroid Build Coastguard Worker      <arg name='mem' type='void *' info='the memory area'/>
8039*7c568831SAndroid Build Coastguard Worker      <arg name='size' type='size_t' info='the size in byte'/>
8040*7c568831SAndroid Build Coastguard Worker    </function>
8041*7c568831SAndroid Build Coastguard Worker    <function name='xmlBufferDetach' file='tree' module='tree'>
8042*7c568831SAndroid Build Coastguard Worker      <info>Remove the string contained in a buffer and gie it back to the caller. The buffer is reset to an empty content. This doesn&apos;t work with immutable buffers as they can&apos;t be reset.</info>
8043*7c568831SAndroid Build Coastguard Worker      <return type='xmlChar *' info='the previous string contained by the buffer.'/>
8044*7c568831SAndroid Build Coastguard Worker      <arg name='buf' type='xmlBufferPtr' info='the buffer'/>
8045*7c568831SAndroid Build Coastguard Worker    </function>
8046*7c568831SAndroid Build Coastguard Worker    <function name='xmlBufferDump' file='tree' module='tree'>
8047*7c568831SAndroid Build Coastguard Worker      <info>Dumps an XML buffer to  a FILE *.</info>
8048*7c568831SAndroid Build Coastguard Worker      <return type='int' info='the number of #xmlChar written'/>
8049*7c568831SAndroid Build Coastguard Worker      <arg name='file' type='FILE *' info='the file output'/>
8050*7c568831SAndroid Build Coastguard Worker      <arg name='buf' type='xmlBufferPtr' info='the buffer to dump'/>
8051*7c568831SAndroid Build Coastguard Worker    </function>
8052*7c568831SAndroid Build Coastguard Worker    <function name='xmlBufferEmpty' file='tree' module='tree'>
8053*7c568831SAndroid Build Coastguard Worker      <info>empty a buffer.</info>
8054*7c568831SAndroid Build Coastguard Worker      <return type='void'/>
8055*7c568831SAndroid Build Coastguard Worker      <arg name='buf' type='xmlBufferPtr' info='the buffer'/>
8056*7c568831SAndroid Build Coastguard Worker    </function>
8057*7c568831SAndroid Build Coastguard Worker    <function name='xmlBufferFree' file='tree' module='tree'>
8058*7c568831SAndroid Build Coastguard Worker      <info>Frees an XML buffer. It frees both the content and the structure which encapsulate it.</info>
8059*7c568831SAndroid Build Coastguard Worker      <return type='void'/>
8060*7c568831SAndroid Build Coastguard Worker      <arg name='buf' type='xmlBufferPtr' info='the buffer to free'/>
8061*7c568831SAndroid Build Coastguard Worker    </function>
8062*7c568831SAndroid Build Coastguard Worker    <function name='xmlBufferGrow' file='tree' module='tree'>
8063*7c568831SAndroid Build Coastguard Worker      <info>Grow the available space of an XML buffer.</info>
8064*7c568831SAndroid Build Coastguard Worker      <return type='int' info='the new available space or -1 in case of error'/>
8065*7c568831SAndroid Build Coastguard Worker      <arg name='buf' type='xmlBufferPtr' info='the buffer'/>
8066*7c568831SAndroid Build Coastguard Worker      <arg name='len' type='unsigned int' info='the minimum free size to allocate'/>
8067*7c568831SAndroid Build Coastguard Worker    </function>
8068*7c568831SAndroid Build Coastguard Worker    <function name='xmlBufferLength' file='tree' module='tree'>
8069*7c568831SAndroid Build Coastguard Worker      <info>Function to get the length of a buffer</info>
8070*7c568831SAndroid Build Coastguard Worker      <return type='int' info='the length of data in the internal content'/>
8071*7c568831SAndroid Build Coastguard Worker      <arg name='buf' type='const xmlBuffer *' info='the buffer'/>
8072*7c568831SAndroid Build Coastguard Worker    </function>
8073*7c568831SAndroid Build Coastguard Worker    <function name='xmlBufferResize' file='tree' module='tree'>
8074*7c568831SAndroid Build Coastguard Worker      <info>Resize a buffer to accommodate minimum size of @size.</info>
8075*7c568831SAndroid Build Coastguard Worker      <return type='int' info='0 in case of problems, 1 otherwise'/>
8076*7c568831SAndroid Build Coastguard Worker      <arg name='buf' type='xmlBufferPtr' info='the buffer to resize'/>
8077*7c568831SAndroid Build Coastguard Worker      <arg name='size' type='unsigned int' info='the desired size'/>
8078*7c568831SAndroid Build Coastguard Worker    </function>
8079*7c568831SAndroid Build Coastguard Worker    <function name='xmlBufferSetAllocationScheme' file='tree' module='tree'>
8080*7c568831SAndroid Build Coastguard Worker      <info>Sets the allocation scheme for this buffer</info>
8081*7c568831SAndroid Build Coastguard Worker      <return type='void'/>
8082*7c568831SAndroid Build Coastguard Worker      <arg name='buf' type='xmlBufferPtr' info='the buffer to tune'/>
8083*7c568831SAndroid Build Coastguard Worker      <arg name='scheme' type='xmlBufferAllocationScheme' info='allocation scheme to use'/>
8084*7c568831SAndroid Build Coastguard Worker    </function>
8085*7c568831SAndroid Build Coastguard Worker    <function name='xmlBufferShrink' file='tree' module='tree'>
8086*7c568831SAndroid Build Coastguard Worker      <info>Remove the beginning of an XML buffer.</info>
8087*7c568831SAndroid Build Coastguard Worker      <return type='int' info='the number of #xmlChar removed, or -1 in case of failure.'/>
8088*7c568831SAndroid Build Coastguard Worker      <arg name='buf' type='xmlBufferPtr' info='the buffer to dump'/>
8089*7c568831SAndroid Build Coastguard Worker      <arg name='len' type='unsigned int' info='the number of xmlChar to remove'/>
8090*7c568831SAndroid Build Coastguard Worker    </function>
8091*7c568831SAndroid Build Coastguard Worker    <function name='xmlBufferWriteCHAR' file='tree' module='tree'>
8092*7c568831SAndroid Build Coastguard Worker      <info>routine which manages and grows an output buffer. This one adds xmlChars at the end of the buffer.</info>
8093*7c568831SAndroid Build Coastguard Worker      <return type='void'/>
8094*7c568831SAndroid Build Coastguard Worker      <arg name='buf' type='xmlBufferPtr' info='the XML buffer'/>
8095*7c568831SAndroid Build Coastguard Worker      <arg name='string' type='const xmlChar *' info='the string to add'/>
8096*7c568831SAndroid Build Coastguard Worker    </function>
8097*7c568831SAndroid Build Coastguard Worker    <function name='xmlBufferWriteChar' file='tree' module='tree'>
8098*7c568831SAndroid Build Coastguard Worker      <info>routine which manage and grows an output buffer. This one add C chars at the end of the array.</info>
8099*7c568831SAndroid Build Coastguard Worker      <return type='void'/>
8100*7c568831SAndroid Build Coastguard Worker      <arg name='buf' type='xmlBufferPtr' info='the XML buffer output'/>
8101*7c568831SAndroid Build Coastguard Worker      <arg name='string' type='const char *' info='the string to add'/>
8102*7c568831SAndroid Build Coastguard Worker    </function>
8103*7c568831SAndroid Build Coastguard Worker    <function name='xmlBufferWriteQuotedString' file='tree' module='tree'>
8104*7c568831SAndroid Build Coastguard Worker      <info>routine which manage and grows an output buffer. This one writes a quoted or double quoted #xmlChar string, checking first if it holds quote or double-quotes internally</info>
8105*7c568831SAndroid Build Coastguard Worker      <return type='void'/>
8106*7c568831SAndroid Build Coastguard Worker      <arg name='buf' type='xmlBufferPtr' info='the XML buffer output'/>
8107*7c568831SAndroid Build Coastguard Worker      <arg name='string' type='const xmlChar *' info='the string to add'/>
8108*7c568831SAndroid Build Coastguard Worker    </function>
8109*7c568831SAndroid Build Coastguard Worker    <function name='xmlBuildQName' file='tree' module='tree'>
8110*7c568831SAndroid Build Coastguard Worker      <info>Builds the QName @prefix:@ncname in @memory if there is enough space and prefix is not NULL nor empty, otherwise allocate a new string. If prefix is NULL or empty it returns ncname.</info>
8111*7c568831SAndroid Build Coastguard Worker      <return type='xmlChar *' info='the new string which must be freed by the caller if different from @memory and @ncname or NULL in case of error'/>
8112*7c568831SAndroid Build Coastguard Worker      <arg name='ncname' type='const xmlChar *' info='the Name'/>
8113*7c568831SAndroid Build Coastguard Worker      <arg name='prefix' type='const xmlChar *' info='the prefix'/>
8114*7c568831SAndroid Build Coastguard Worker      <arg name='memory' type='xmlChar *' info='preallocated memory'/>
8115*7c568831SAndroid Build Coastguard Worker      <arg name='len' type='int' info='preallocated memory length'/>
8116*7c568831SAndroid Build Coastguard Worker    </function>
8117*7c568831SAndroid Build Coastguard Worker    <function name='xmlBuildRelativeURI' file='uri' module='uri'>
8118*7c568831SAndroid Build Coastguard Worker      <info>See xmlBuildRelativeURISafe.</info>
8119*7c568831SAndroid Build Coastguard Worker      <return type='xmlChar *' info='a new URI string (to be freed by the caller) or NULL in case error.'/>
8120*7c568831SAndroid Build Coastguard Worker      <arg name='URI' type='const xmlChar *' info='the URI reference under consideration'/>
8121*7c568831SAndroid Build Coastguard Worker      <arg name='base' type='const xmlChar *' info='the base value'/>
8122*7c568831SAndroid Build Coastguard Worker    </function>
8123*7c568831SAndroid Build Coastguard Worker    <function name='xmlBuildRelativeURISafe' file='uri' module='uri'>
8124*7c568831SAndroid Build Coastguard Worker      <info>Expresses the URI of the reference in terms relative to the base. Some examples of this operation include:  base = &quot;http://site1.com/docs/book1.html&quot; URI input                        URI returned http://site1.com/docs/pic1.gif   pic1.gif http://site2.com/docs/pic1.gif   http://site2.com/docs/pic1.gif  base = &quot;docs/book1.html&quot; URI input                        URI returned docs/pic1.gif                    pic1.gif docs/img/pic1.gif                img/pic1.gif img/pic1.gif                     ../img/pic1.gif http://site1.com/docs/pic1.gif   http://site1.com/docs/pic1.gif  Available since 2.13.0.</info>
8125*7c568831SAndroid Build Coastguard Worker      <return type='int' info='0 on success, -1 if a memory allocation failed or an error code if URI or base are invalid.'/>
8126*7c568831SAndroid Build Coastguard Worker      <arg name='URI' type='const xmlChar *' info='the URI reference under consideration'/>
8127*7c568831SAndroid Build Coastguard Worker      <arg name='base' type='const xmlChar *' info='the base value'/>
8128*7c568831SAndroid Build Coastguard Worker      <arg name='valPtr' type='xmlChar **' info='pointer to result URI'/>
8129*7c568831SAndroid Build Coastguard Worker    </function>
8130*7c568831SAndroid Build Coastguard Worker    <function name='xmlBuildURI' file='uri' module='uri'>
8131*7c568831SAndroid Build Coastguard Worker      <info>Computes he final URI of the reference done by checking that the given URI is valid, and building the final URI using the base URI. This is processed according to section 5.2 of the RFC 2396  5.2. Resolving Relative References to Absolute Form</info>
8132*7c568831SAndroid Build Coastguard Worker      <return type='xmlChar *' info='a new URI string (to be freed by the caller) or NULL in case of error.'/>
8133*7c568831SAndroid Build Coastguard Worker      <arg name='URI' type='const xmlChar *' info='the URI instance found in the document'/>
8134*7c568831SAndroid Build Coastguard Worker      <arg name='base' type='const xmlChar *' info='the base value'/>
8135*7c568831SAndroid Build Coastguard Worker    </function>
8136*7c568831SAndroid Build Coastguard Worker    <function name='xmlBuildURISafe' file='uri' module='uri'>
8137*7c568831SAndroid Build Coastguard Worker      <info>Computes he final URI of the reference done by checking that the given URI is valid, and building the final URI using the base URI. This is processed according to section 5.2 of the RFC 2396  5.2. Resolving Relative References to Absolute Form  Available since 2.13.0.</info>
8138*7c568831SAndroid Build Coastguard Worker      <return type='int' info='0 on success, -1 if a memory allocation failed or an error code if URI or base are invalid.'/>
8139*7c568831SAndroid Build Coastguard Worker      <arg name='URI' type='const xmlChar *' info='the URI instance found in the document'/>
8140*7c568831SAndroid Build Coastguard Worker      <arg name='base' type='const xmlChar *' info='the base value'/>
8141*7c568831SAndroid Build Coastguard Worker      <arg name='valPtr' type='xmlChar **' info='pointer to result URI'/>
8142*7c568831SAndroid Build Coastguard Worker    </function>
8143*7c568831SAndroid Build Coastguard Worker    <function name='xmlByteConsumed' file='parser' module='encoding'>
8144*7c568831SAndroid Build Coastguard Worker      <info>This function provides the current index of the parser relative to the start of the current entity. This function is computed in bytes from the beginning starting at zero and finishing at the size in byte of the file if parsing a file. The function is of constant cost if the input is UTF-8 but can be costly if run on non-UTF-8 input.</info>
8145*7c568831SAndroid Build Coastguard Worker      <return type='long' info='the index in bytes from the beginning of the entity or -1 in case the index could not be computed.'/>
8146*7c568831SAndroid Build Coastguard Worker      <arg name='ctxt' type='xmlParserCtxtPtr' info='an XML parser context'/>
8147*7c568831SAndroid Build Coastguard Worker    </function>
8148*7c568831SAndroid Build Coastguard Worker    <function name='xmlC14NDocDumpMemory' file='c14n' module='c14n'>
8149*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_C14N_ENABLED)</cond>
8150*7c568831SAndroid Build Coastguard Worker      <info>Dumps the canonized image of given XML document into memory. For details see &quot;Canonical XML&quot; (http://www.w3.org/TR/xml-c14n) or &quot;Exclusive XML Canonicalization&quot; (http://www.w3.org/TR/xml-exc-c14n)</info>
8151*7c568831SAndroid Build Coastguard Worker      <return type='int' info='the number of bytes written on success or a negative value on fail'/>
8152*7c568831SAndroid Build Coastguard Worker      <arg name='doc' type='xmlDocPtr' info='the XML document for canonization'/>
8153*7c568831SAndroid Build Coastguard Worker      <arg name='nodes' type='xmlNodeSetPtr' info='the nodes set to be included in the canonized image or NULL if all document nodes should be included'/>
8154*7c568831SAndroid Build Coastguard Worker      <arg name='mode' type='int' info='the c14n mode (see @xmlC14NMode)'/>
8155*7c568831SAndroid Build Coastguard Worker      <arg name='inclusive_ns_prefixes' type='xmlChar **' info='the list of inclusive namespace prefixes ended with a NULL or NULL if there is no inclusive namespaces (only for exclusive canonicalization, ignored otherwise)'/>
8156*7c568831SAndroid Build Coastguard Worker      <arg name='with_comments' type='int' info='include comments in the result (!=0) or not (==0)'/>
8157*7c568831SAndroid Build Coastguard Worker      <arg name='doc_txt_ptr' type='xmlChar **' info='the memory pointer for allocated canonical XML text; the caller of this functions is responsible for calling xmlFree() to free allocated memory'/>
8158*7c568831SAndroid Build Coastguard Worker    </function>
8159*7c568831SAndroid Build Coastguard Worker    <function name='xmlC14NDocSave' file='c14n' module='c14n'>
8160*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_C14N_ENABLED)</cond>
8161*7c568831SAndroid Build Coastguard Worker      <info>Dumps the canonized image of given XML document into the file. For details see &quot;Canonical XML&quot; (http://www.w3.org/TR/xml-c14n) or &quot;Exclusive XML Canonicalization&quot; (http://www.w3.org/TR/xml-exc-c14n)</info>
8162*7c568831SAndroid Build Coastguard Worker      <return type='int' info='the number of bytes written success or a negative value on fail'/>
8163*7c568831SAndroid Build Coastguard Worker      <arg name='doc' type='xmlDocPtr' info='the XML document for canonization'/>
8164*7c568831SAndroid Build Coastguard Worker      <arg name='nodes' type='xmlNodeSetPtr' info='the nodes set to be included in the canonized image or NULL if all document nodes should be included'/>
8165*7c568831SAndroid Build Coastguard Worker      <arg name='mode' type='int' info='the c14n mode (see @xmlC14NMode)'/>
8166*7c568831SAndroid Build Coastguard Worker      <arg name='inclusive_ns_prefixes' type='xmlChar **' info='the list of inclusive namespace prefixes ended with a NULL or NULL if there is no inclusive namespaces (only for exclusive canonicalization, ignored otherwise)'/>
8167*7c568831SAndroid Build Coastguard Worker      <arg name='with_comments' type='int' info='include comments in the result (!=0) or not (==0)'/>
8168*7c568831SAndroid Build Coastguard Worker      <arg name='filename' type='const char *' info='the filename to store canonical XML image'/>
8169*7c568831SAndroid Build Coastguard Worker      <arg name='compression' type='int' info='the compression level (zlib required): -1 - libxml default, 0 - uncompressed, &gt;0 - compression level'/>
8170*7c568831SAndroid Build Coastguard Worker    </function>
8171*7c568831SAndroid Build Coastguard Worker    <function name='xmlC14NDocSaveTo' file='c14n' module='c14n'>
8172*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_C14N_ENABLED)</cond>
8173*7c568831SAndroid Build Coastguard Worker      <info>Dumps the canonized image of given XML document into the provided buffer. For details see &quot;Canonical XML&quot; (http://www.w3.org/TR/xml-c14n) or &quot;Exclusive XML Canonicalization&quot; (http://www.w3.org/TR/xml-exc-c14n)</info>
8174*7c568831SAndroid Build Coastguard Worker      <return type='int' info='non-negative value on success or a negative value on fail'/>
8175*7c568831SAndroid Build Coastguard Worker      <arg name='doc' type='xmlDocPtr' info='the XML document for canonization'/>
8176*7c568831SAndroid Build Coastguard Worker      <arg name='nodes' type='xmlNodeSetPtr' info='the nodes set to be included in the canonized image or NULL if all document nodes should be included'/>
8177*7c568831SAndroid Build Coastguard Worker      <arg name='mode' type='int' info='the c14n mode (see @xmlC14NMode)'/>
8178*7c568831SAndroid Build Coastguard Worker      <arg name='inclusive_ns_prefixes' type='xmlChar **' info='the list of inclusive namespace prefixes ended with a NULL or NULL if there is no inclusive namespaces (only for exclusive canonicalization, ignored otherwise)'/>
8179*7c568831SAndroid Build Coastguard Worker      <arg name='with_comments' type='int' info='include comments in the result (!=0) or not (==0)'/>
8180*7c568831SAndroid Build Coastguard Worker      <arg name='buf' type='xmlOutputBufferPtr' info='the output buffer to store canonical XML; this buffer MUST have encoder==NULL because C14N requires UTF-8 output'/>
8181*7c568831SAndroid Build Coastguard Worker    </function>
8182*7c568831SAndroid Build Coastguard Worker    <function name='xmlC14NExecute' file='c14n' module='c14n'>
8183*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_C14N_ENABLED)</cond>
8184*7c568831SAndroid Build Coastguard Worker      <info>Dumps the canonized image of given XML document into the provided buffer. For details see &quot;Canonical XML&quot; (http://www.w3.org/TR/xml-c14n) or &quot;Exclusive XML Canonicalization&quot; (http://www.w3.org/TR/xml-exc-c14n)</info>
8185*7c568831SAndroid Build Coastguard Worker      <return type='int' info='non-negative value on success or a negative value on fail'/>
8186*7c568831SAndroid Build Coastguard Worker      <arg name='doc' type='xmlDocPtr' info='the XML document for canonization'/>
8187*7c568831SAndroid Build Coastguard Worker      <arg name='is_visible_callback' type='xmlC14NIsVisibleCallback' info='the function to use to determine is node visible or not'/>
8188*7c568831SAndroid Build Coastguard Worker      <arg name='user_data' type='void *' info='the first parameter for @is_visible_callback function (in most cases, it is nodes set)'/>
8189*7c568831SAndroid Build Coastguard Worker      <arg name='mode' type='int' info='the c14n mode (see @xmlC14NMode)'/>
8190*7c568831SAndroid Build Coastguard Worker      <arg name='inclusive_ns_prefixes' type='xmlChar **' info='the list of inclusive namespace prefixes ended with a NULL or NULL if there is no inclusive namespaces (only for exclusive canonicalization, ignored otherwise)'/>
8191*7c568831SAndroid Build Coastguard Worker      <arg name='with_comments' type='int' info='include comments in the result (!=0) or not (==0)'/>
8192*7c568831SAndroid Build Coastguard Worker      <arg name='buf' type='xmlOutputBufferPtr' info='the output buffer to store canonical XML; this buffer MUST have encoder==NULL because C14N requires UTF-8 output'/>
8193*7c568831SAndroid Build Coastguard Worker    </function>
8194*7c568831SAndroid Build Coastguard Worker    <functype name='xmlC14NIsVisibleCallback' file='c14n' module='c14n'>
8195*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_C14N_ENABLED)</cond>
8196*7c568831SAndroid Build Coastguard Worker      <info>Signature for a C14N callback on visible nodes</info>
8197*7c568831SAndroid Build Coastguard Worker      <return type='int' info='1 if the node should be included'/>
8198*7c568831SAndroid Build Coastguard Worker      <arg name='user_data' type='void *' info='user data'/>
8199*7c568831SAndroid Build Coastguard Worker      <arg name='node' type='xmlNodePtr' info='the current node'/>
8200*7c568831SAndroid Build Coastguard Worker      <arg name='parent' type='xmlNodePtr' info='the parent node'/>
8201*7c568831SAndroid Build Coastguard Worker    </functype>
8202*7c568831SAndroid Build Coastguard Worker    <function name='xmlCanonicPath' file='uri' module='uri'>
8203*7c568831SAndroid Build Coastguard Worker      <info>Prepares a path.  If the path contains the substring &quot;://&quot;, it is considered a Legacy Extended IRI. Characters which aren&apos;t allowed in URIs are escaped.  Otherwise, the path is considered a filesystem path which is copied without modification.  The caller is responsible for freeing the memory occupied by the returned string. If there is insufficient memory available, or the argument is NULL, the function returns NULL.</info>
8204*7c568831SAndroid Build Coastguard Worker      <return type='xmlChar *' info='the escaped path.'/>
8205*7c568831SAndroid Build Coastguard Worker      <arg name='path' type='const xmlChar *' info='the resource locator in a filesystem notation'/>
8206*7c568831SAndroid Build Coastguard Worker    </function>
8207*7c568831SAndroid Build Coastguard Worker    <function name='xmlCatalogAdd' file='catalog' module='catalog'>
8208*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_CATALOG_ENABLED)</cond>
8209*7c568831SAndroid Build Coastguard Worker      <info>Add an entry in the catalog, it may overwrite existing but different entries. If called before any other catalog routine, allows to override the default shared catalog put in place by xmlInitializeCatalog();</info>
8210*7c568831SAndroid Build Coastguard Worker      <return type='int' info='0 if successful, -1 otherwise'/>
8211*7c568831SAndroid Build Coastguard Worker      <arg name='type' type='const xmlChar *' info='the type of record to add to the catalog'/>
8212*7c568831SAndroid Build Coastguard Worker      <arg name='orig' type='const xmlChar *' info='the system, public or prefix to match'/>
8213*7c568831SAndroid Build Coastguard Worker      <arg name='replace' type='const xmlChar *' info='the replacement value for the match'/>
8214*7c568831SAndroid Build Coastguard Worker    </function>
8215*7c568831SAndroid Build Coastguard Worker    <function name='xmlCatalogAddLocal' file='catalog' module='catalog'>
8216*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_CATALOG_ENABLED)</cond>
8217*7c568831SAndroid Build Coastguard Worker      <info>Add the new entry to the catalog list</info>
8218*7c568831SAndroid Build Coastguard Worker      <return type='void *' info='the updated list'/>
8219*7c568831SAndroid Build Coastguard Worker      <arg name='catalogs' type='void *' info='a document&apos;s list of catalogs'/>
8220*7c568831SAndroid Build Coastguard Worker      <arg name='URL' type='const xmlChar *' info='the URL to a new local catalog'/>
8221*7c568831SAndroid Build Coastguard Worker    </function>
8222*7c568831SAndroid Build Coastguard Worker    <function name='xmlCatalogCleanup' file='catalog' module='catalog'>
8223*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_CATALOG_ENABLED)</cond>
8224*7c568831SAndroid Build Coastguard Worker      <info>Free up all the memory associated with catalogs</info>
8225*7c568831SAndroid Build Coastguard Worker      <return type='void'/>
8226*7c568831SAndroid Build Coastguard Worker    </function>
8227*7c568831SAndroid Build Coastguard Worker    <function name='xmlCatalogConvert' file='catalog' module='catalog'>
8228*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_CATALOG_ENABLED)</cond>
8229*7c568831SAndroid Build Coastguard Worker      <info>Convert all the SGML catalog entries as XML ones</info>
8230*7c568831SAndroid Build Coastguard Worker      <return type='int' info='the number of entries converted if successful, -1 otherwise'/>
8231*7c568831SAndroid Build Coastguard Worker    </function>
8232*7c568831SAndroid Build Coastguard Worker    <function name='xmlCatalogDump' file='catalog' module='catalog'>
8233*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_CATALOG_ENABLED) &amp;&amp; defined(LIBXML_OUTPUT_ENABLED)</cond>
8234*7c568831SAndroid Build Coastguard Worker      <info>Dump all the global catalog content to the given file.</info>
8235*7c568831SAndroid Build Coastguard Worker      <return type='void'/>
8236*7c568831SAndroid Build Coastguard Worker      <arg name='out' type='FILE *' info='the file.'/>
8237*7c568831SAndroid Build Coastguard Worker    </function>
8238*7c568831SAndroid Build Coastguard Worker    <function name='xmlCatalogFreeLocal' file='catalog' module='catalog'>
8239*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_CATALOG_ENABLED)</cond>
8240*7c568831SAndroid Build Coastguard Worker      <info>Free up the memory associated to the catalog list</info>
8241*7c568831SAndroid Build Coastguard Worker      <return type='void'/>
8242*7c568831SAndroid Build Coastguard Worker      <arg name='catalogs' type='void *' info='a document&apos;s list of catalogs'/>
8243*7c568831SAndroid Build Coastguard Worker    </function>
8244*7c568831SAndroid Build Coastguard Worker    <function name='xmlCatalogGetDefaults' file='catalog' module='catalog'>
8245*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_CATALOG_ENABLED)</cond>
8246*7c568831SAndroid Build Coastguard Worker      <info>DEPRECATED: Use XML_PARSE_NO_SYS_CATALOG and XML_PARSE_NO_CATALOG_PI.  Used to get the user preference w.r.t. to what catalogs should be accepted</info>
8247*7c568831SAndroid Build Coastguard Worker      <return type='xmlCatalogAllow' info='the current xmlCatalogAllow value'/>
8248*7c568831SAndroid Build Coastguard Worker    </function>
8249*7c568831SAndroid Build Coastguard Worker    <function name='xmlCatalogGetPublic' file='catalog' module='catalog'>
8250*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_CATALOG_ENABLED)</cond>
8251*7c568831SAndroid Build Coastguard Worker      <info>Try to lookup the catalog reference associated to a public ID DEPRECATED, use xmlCatalogResolvePublic()</info>
8252*7c568831SAndroid Build Coastguard Worker      <return type='const xmlChar *' info='the resource if found or NULL otherwise.'/>
8253*7c568831SAndroid Build Coastguard Worker      <arg name='pubID' type='const xmlChar *' info='the public ID string'/>
8254*7c568831SAndroid Build Coastguard Worker    </function>
8255*7c568831SAndroid Build Coastguard Worker    <function name='xmlCatalogGetSystem' file='catalog' module='catalog'>
8256*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_CATALOG_ENABLED)</cond>
8257*7c568831SAndroid Build Coastguard Worker      <info>Try to lookup the catalog reference associated to a system ID DEPRECATED, use xmlCatalogResolveSystem()</info>
8258*7c568831SAndroid Build Coastguard Worker      <return type='const xmlChar *' info='the resource if found or NULL otherwise.'/>
8259*7c568831SAndroid Build Coastguard Worker      <arg name='sysID' type='const xmlChar *' info='the system ID string'/>
8260*7c568831SAndroid Build Coastguard Worker    </function>
8261*7c568831SAndroid Build Coastguard Worker    <function name='xmlCatalogIsEmpty' file='catalog' module='catalog'>
8262*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_CATALOG_ENABLED)</cond>
8263*7c568831SAndroid Build Coastguard Worker      <info>Check is a catalog is empty</info>
8264*7c568831SAndroid Build Coastguard Worker      <return type='int' info='1 if the catalog is empty, 0 if not, amd -1 in case of error.'/>
8265*7c568831SAndroid Build Coastguard Worker      <arg name='catal' type='xmlCatalogPtr' info='should this create an SGML catalog'/>
8266*7c568831SAndroid Build Coastguard Worker    </function>
8267*7c568831SAndroid Build Coastguard Worker    <function name='xmlCatalogLocalResolve' file='catalog' module='catalog'>
8268*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_CATALOG_ENABLED)</cond>
8269*7c568831SAndroid Build Coastguard Worker      <info>Do a complete resolution lookup of an External Identifier using a document&apos;s private catalog list</info>
8270*7c568831SAndroid Build Coastguard Worker      <return type='xmlChar *' info='the URI of the resource or NULL if not found, it must be freed by the caller.'/>
8271*7c568831SAndroid Build Coastguard Worker      <arg name='catalogs' type='void *' info='a document&apos;s list of catalogs'/>
8272*7c568831SAndroid Build Coastguard Worker      <arg name='pubID' type='const xmlChar *' info='the public ID string'/>
8273*7c568831SAndroid Build Coastguard Worker      <arg name='sysID' type='const xmlChar *' info='the system ID string'/>
8274*7c568831SAndroid Build Coastguard Worker    </function>
8275*7c568831SAndroid Build Coastguard Worker    <function name='xmlCatalogLocalResolveURI' file='catalog' module='catalog'>
8276*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_CATALOG_ENABLED)</cond>
8277*7c568831SAndroid Build Coastguard Worker      <info>Do a complete resolution lookup of an URI using a document&apos;s private catalog list</info>
8278*7c568831SAndroid Build Coastguard Worker      <return type='xmlChar *' info='the URI of the resource or NULL if not found, it must be freed by the caller.'/>
8279*7c568831SAndroid Build Coastguard Worker      <arg name='catalogs' type='void *' info='a document&apos;s list of catalogs'/>
8280*7c568831SAndroid Build Coastguard Worker      <arg name='URI' type='const xmlChar *' info='the URI'/>
8281*7c568831SAndroid Build Coastguard Worker    </function>
8282*7c568831SAndroid Build Coastguard Worker    <function name='xmlCatalogRemove' file='catalog' module='catalog'>
8283*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_CATALOG_ENABLED)</cond>
8284*7c568831SAndroid Build Coastguard Worker      <info>Remove an entry from the catalog</info>
8285*7c568831SAndroid Build Coastguard Worker      <return type='int' info='the number of entries removed if successful, -1 otherwise'/>
8286*7c568831SAndroid Build Coastguard Worker      <arg name='value' type='const xmlChar *' info='the value to remove'/>
8287*7c568831SAndroid Build Coastguard Worker    </function>
8288*7c568831SAndroid Build Coastguard Worker    <function name='xmlCatalogResolve' file='catalog' module='catalog'>
8289*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_CATALOG_ENABLED)</cond>
8290*7c568831SAndroid Build Coastguard Worker      <info>Do a complete resolution lookup of an External Identifier</info>
8291*7c568831SAndroid Build Coastguard Worker      <return type='xmlChar *' info='the URI of the resource or NULL if not found, it must be freed by the caller.'/>
8292*7c568831SAndroid Build Coastguard Worker      <arg name='pubID' type='const xmlChar *' info='the public ID string'/>
8293*7c568831SAndroid Build Coastguard Worker      <arg name='sysID' type='const xmlChar *' info='the system ID string'/>
8294*7c568831SAndroid Build Coastguard Worker    </function>
8295*7c568831SAndroid Build Coastguard Worker    <function name='xmlCatalogResolvePublic' file='catalog' module='catalog'>
8296*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_CATALOG_ENABLED)</cond>
8297*7c568831SAndroid Build Coastguard Worker      <info>Try to lookup the catalog reference associated to a public ID</info>
8298*7c568831SAndroid Build Coastguard Worker      <return type='xmlChar *' info='the resource if found or NULL otherwise, the value returned must be freed by the caller.'/>
8299*7c568831SAndroid Build Coastguard Worker      <arg name='pubID' type='const xmlChar *' info='the public ID string'/>
8300*7c568831SAndroid Build Coastguard Worker    </function>
8301*7c568831SAndroid Build Coastguard Worker    <function name='xmlCatalogResolveSystem' file='catalog' module='catalog'>
8302*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_CATALOG_ENABLED)</cond>
8303*7c568831SAndroid Build Coastguard Worker      <info>Try to lookup the catalog resource for a system ID</info>
8304*7c568831SAndroid Build Coastguard Worker      <return type='xmlChar *' info='the resource if found or NULL otherwise, the value returned must be freed by the caller.'/>
8305*7c568831SAndroid Build Coastguard Worker      <arg name='sysID' type='const xmlChar *' info='the system ID string'/>
8306*7c568831SAndroid Build Coastguard Worker    </function>
8307*7c568831SAndroid Build Coastguard Worker    <function name='xmlCatalogResolveURI' file='catalog' module='catalog'>
8308*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_CATALOG_ENABLED)</cond>
8309*7c568831SAndroid Build Coastguard Worker      <info>Do a complete resolution lookup of an URI</info>
8310*7c568831SAndroid Build Coastguard Worker      <return type='xmlChar *' info='the URI of the resource or NULL if not found, it must be freed by the caller.'/>
8311*7c568831SAndroid Build Coastguard Worker      <arg name='URI' type='const xmlChar *' info='the URI'/>
8312*7c568831SAndroid Build Coastguard Worker    </function>
8313*7c568831SAndroid Build Coastguard Worker    <function name='xmlCatalogSetDebug' file='catalog' module='catalog'>
8314*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_CATALOG_ENABLED)</cond>
8315*7c568831SAndroid Build Coastguard Worker      <info>Used to set the debug level for catalog operation, 0 disable debugging, 1 enable it</info>
8316*7c568831SAndroid Build Coastguard Worker      <return type='int' info='the previous value of the catalog debugging level'/>
8317*7c568831SAndroid Build Coastguard Worker      <arg name='level' type='int' info='the debug level of catalogs required'/>
8318*7c568831SAndroid Build Coastguard Worker    </function>
8319*7c568831SAndroid Build Coastguard Worker    <function name='xmlCatalogSetDefaultPrefer' file='catalog' module='catalog'>
8320*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_CATALOG_ENABLED)</cond>
8321*7c568831SAndroid Build Coastguard Worker      <info>DEPRECATED: This setting is global and not thread-safe.  Allows to set the preference between public and system for deletion in XML Catalog resolution. C.f. section 4.1.1 of the spec Values accepted are XML_CATA_PREFER_PUBLIC or XML_CATA_PREFER_SYSTEM</info>
8322*7c568831SAndroid Build Coastguard Worker      <return type='xmlCatalogPrefer' info='the previous value of the default preference for delegation'/>
8323*7c568831SAndroid Build Coastguard Worker      <arg name='prefer' type='xmlCatalogPrefer' info='the default preference for delegation'/>
8324*7c568831SAndroid Build Coastguard Worker    </function>
8325*7c568831SAndroid Build Coastguard Worker    <function name='xmlCatalogSetDefaults' file='catalog' module='catalog'>
8326*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_CATALOG_ENABLED)</cond>
8327*7c568831SAndroid Build Coastguard Worker      <info>DEPRECATED: Use XML_PARSE_NO_SYS_CATALOG and XML_PARSE_NO_CATALOG_PI.  Used to set the user preference w.r.t. to what catalogs should be accepted</info>
8328*7c568831SAndroid Build Coastguard Worker      <return type='void'/>
8329*7c568831SAndroid Build Coastguard Worker      <arg name='allow' type='xmlCatalogAllow' info='what catalogs should be accepted'/>
8330*7c568831SAndroid Build Coastguard Worker    </function>
8331*7c568831SAndroid Build Coastguard Worker    <function name='xmlCharEncCloseFunc' file='encoding' module='encoding'>
8332*7c568831SAndroid Build Coastguard Worker      <info>Releases an xmlCharEncodingHandler. Must be called after a handler is no longer in use.</info>
8333*7c568831SAndroid Build Coastguard Worker      <return type='int' info='0.'/>
8334*7c568831SAndroid Build Coastguard Worker      <arg name='handler' type='xmlCharEncodingHandler *' info='char encoding transformation data structure'/>
8335*7c568831SAndroid Build Coastguard Worker    </function>
8336*7c568831SAndroid Build Coastguard Worker    <functype name='xmlCharEncConvCtxtDtor' file='encoding' module='encoding'>
8337*7c568831SAndroid Build Coastguard Worker      <info>Free a conversion context.</info>
8338*7c568831SAndroid Build Coastguard Worker      <return type='void'/>
8339*7c568831SAndroid Build Coastguard Worker      <arg name='vctxt' type='void *' info='conversion context'/>
8340*7c568831SAndroid Build Coastguard Worker    </functype>
8341*7c568831SAndroid Build Coastguard Worker    <functype name='xmlCharEncConvFunc' file='encoding' module='encoding'>
8342*7c568831SAndroid Build Coastguard Worker      <info>Convert between character encodings.  On success, the value of @inlen after return is the number of bytes consumed and @outlen is the number of bytes produced.</info>
8343*7c568831SAndroid Build Coastguard Worker      <return type='int' info='the number of bytes written or an XML_ENC_ERR code.'/>
8344*7c568831SAndroid Build Coastguard Worker      <arg name='out' type='unsigned char *' info='a pointer to an array of bytes to store the result'/>
8345*7c568831SAndroid Build Coastguard Worker      <arg name='outlen' type='int *' info='the length of @out'/>
8346*7c568831SAndroid Build Coastguard Worker      <arg name='in' type='const unsigned char *' info='a pointer to an array of input bytes'/>
8347*7c568831SAndroid Build Coastguard Worker      <arg name='inlen' type='int *' info='the length of @in'/>
8348*7c568831SAndroid Build Coastguard Worker      <arg name='vctxt' type='void *' info='conversion context'/>
8349*7c568831SAndroid Build Coastguard Worker    </functype>
8350*7c568831SAndroid Build Coastguard Worker    <functype name='xmlCharEncConvImpl' file='encoding' module='encoding'>
8351*7c568831SAndroid Build Coastguard Worker      <info>vctxt:  user data name:  encoding name conv:  pointer to xmlCharEncConverter struct  If this function returns XML_ERR_OK, it must fill the @conv struct with a conversion function, and optional destructor and optional input and output conversion contexts.</info>
8352*7c568831SAndroid Build Coastguard Worker      <return type='int' info='an xmlParserErrors code.'/>
8353*7c568831SAndroid Build Coastguard Worker      <arg name='vctxt' type='void *' info=''/>
8354*7c568831SAndroid Build Coastguard Worker      <arg name='name' type='const char *' info=''/>
8355*7c568831SAndroid Build Coastguard Worker      <arg name='conv' type='xmlCharEncConverter *' info=''/>
8356*7c568831SAndroid Build Coastguard Worker    </functype>
8357*7c568831SAndroid Build Coastguard Worker    <function name='xmlCharEncFirstLine' file='encoding' module='encoding'>
8358*7c568831SAndroid Build Coastguard Worker      <info>DEPERECATED: Don&apos;t use.</info>
8359*7c568831SAndroid Build Coastguard Worker      <return type='int' info='the number of bytes written or an XML_ENC_ERR code.'/>
8360*7c568831SAndroid Build Coastguard Worker      <arg name='handler' type='xmlCharEncodingHandler *' info='char encoding transformation data structure'/>
8361*7c568831SAndroid Build Coastguard Worker      <arg name='out' type='xmlBufferPtr' info='an xmlBuffer for the output.'/>
8362*7c568831SAndroid Build Coastguard Worker      <arg name='in' type='xmlBufferPtr' info='an xmlBuffer for the input'/>
8363*7c568831SAndroid Build Coastguard Worker    </function>
8364*7c568831SAndroid Build Coastguard Worker    <function name='xmlCharEncInFunc' file='encoding' module='encoding'>
8365*7c568831SAndroid Build Coastguard Worker      <info>Generic front-end for the encoding handler input function</info>
8366*7c568831SAndroid Build Coastguard Worker      <return type='int' info='the number of bytes written or an XML_ENC_ERR code.'/>
8367*7c568831SAndroid Build Coastguard Worker      <arg name='handler' type='xmlCharEncodingHandler *' info='char encoding transformation data structure'/>
8368*7c568831SAndroid Build Coastguard Worker      <arg name='out' type='xmlBufferPtr' info='an xmlBuffer for the output.'/>
8369*7c568831SAndroid Build Coastguard Worker      <arg name='in' type='xmlBufferPtr' info='an xmlBuffer for the input'/>
8370*7c568831SAndroid Build Coastguard Worker    </function>
8371*7c568831SAndroid Build Coastguard Worker    <function name='xmlCharEncOutFunc' file='encoding' module='encoding'>
8372*7c568831SAndroid Build Coastguard Worker      <info>Generic front-end for the encoding handler output function a first call with @in == NULL has to be made firs to initiate the output in case of non-stateless encoding needing to initiate their state or the output (like the BOM in UTF16). In case of UTF8 sequence conversion errors for the given encoder, the content will be automatically remapped to a CharRef sequence.</info>
8373*7c568831SAndroid Build Coastguard Worker      <return type='int' info='the number of bytes written or an XML_ENC_ERR code.'/>
8374*7c568831SAndroid Build Coastguard Worker      <arg name='handler' type='xmlCharEncodingHandler *' info='char encoding transformation data structure'/>
8375*7c568831SAndroid Build Coastguard Worker      <arg name='out' type='xmlBufferPtr' info='an xmlBuffer for the output.'/>
8376*7c568831SAndroid Build Coastguard Worker      <arg name='in' type='xmlBufferPtr' info='an xmlBuffer for the input'/>
8377*7c568831SAndroid Build Coastguard Worker    </function>
8378*7c568831SAndroid Build Coastguard Worker    <functype name='xmlCharEncodingInputFunc' file='encoding' module='encoding'>
8379*7c568831SAndroid Build Coastguard Worker      <info>Convert characters to UTF-8.  On success, the value of @inlen after return is the number of bytes consumed and @outlen is the number of bytes produced.</info>
8380*7c568831SAndroid Build Coastguard Worker      <return type='int' info='the number of bytes written or an XML_ENC_ERR code.'/>
8381*7c568831SAndroid Build Coastguard Worker      <arg name='out' type='unsigned char *' info='a pointer to an array of bytes to store the UTF-8 result'/>
8382*7c568831SAndroid Build Coastguard Worker      <arg name='outlen' type='int *' info='the length of @out'/>
8383*7c568831SAndroid Build Coastguard Worker      <arg name='in' type='const unsigned char *' info='a pointer to an array of chars in the original encoding'/>
8384*7c568831SAndroid Build Coastguard Worker      <arg name='inlen' type='int *' info='the length of @in'/>
8385*7c568831SAndroid Build Coastguard Worker    </functype>
8386*7c568831SAndroid Build Coastguard Worker    <functype name='xmlCharEncodingOutputFunc' file='encoding' module='encoding'>
8387*7c568831SAndroid Build Coastguard Worker      <info>Convert characters from UTF-8.  On success, the value of @inlen after return is the number of bytes consumed and @outlen is the number of bytes produced.</info>
8388*7c568831SAndroid Build Coastguard Worker      <return type='int' info='the number of bytes written or an XML_ENC_ERR code.'/>
8389*7c568831SAndroid Build Coastguard Worker      <arg name='out' type='unsigned char *' info='a pointer to an array of bytes to store the result'/>
8390*7c568831SAndroid Build Coastguard Worker      <arg name='outlen' type='int *' info='the length of @out'/>
8391*7c568831SAndroid Build Coastguard Worker      <arg name='in' type='const unsigned char *' info='a pointer to an array of UTF-8 chars'/>
8392*7c568831SAndroid Build Coastguard Worker      <arg name='inlen' type='int *' info='the length of @in'/>
8393*7c568831SAndroid Build Coastguard Worker    </functype>
8394*7c568831SAndroid Build Coastguard Worker    <function name='xmlCharInRange' file='chvalid' module='chvalid'>
8395*7c568831SAndroid Build Coastguard Worker      <info>Does a binary search of the range table to determine if char is valid</info>
8396*7c568831SAndroid Build Coastguard Worker      <return type='int' info='true if character valid, false otherwise'/>
8397*7c568831SAndroid Build Coastguard Worker      <arg name='val' type='unsigned int' info='character to be validated'/>
8398*7c568831SAndroid Build Coastguard Worker      <arg name='rptr' type='const xmlChRangeGroup *' info='pointer to range to be used to validate'/>
8399*7c568831SAndroid Build Coastguard Worker    </function>
8400*7c568831SAndroid Build Coastguard Worker    <function name='xmlCharStrdup' file='xmlstring' module='xmlstring'>
8401*7c568831SAndroid Build Coastguard Worker      <info>a strdup for char&apos;s to xmlChar&apos;s</info>
8402*7c568831SAndroid Build Coastguard Worker      <return type='xmlChar *' info='a new xmlChar * or NULL'/>
8403*7c568831SAndroid Build Coastguard Worker      <arg name='cur' type='const char *' info='the input char *'/>
8404*7c568831SAndroid Build Coastguard Worker    </function>
8405*7c568831SAndroid Build Coastguard Worker    <function name='xmlCharStrndup' file='xmlstring' module='xmlstring'>
8406*7c568831SAndroid Build Coastguard Worker      <info>a strndup for char&apos;s to xmlChar&apos;s</info>
8407*7c568831SAndroid Build Coastguard Worker      <return type='xmlChar *' info='a new xmlChar * or NULL'/>
8408*7c568831SAndroid Build Coastguard Worker      <arg name='cur' type='const char *' info='the input char *'/>
8409*7c568831SAndroid Build Coastguard Worker      <arg name='len' type='int' info='the len of @cur'/>
8410*7c568831SAndroid Build Coastguard Worker    </function>
8411*7c568831SAndroid Build Coastguard Worker    <function name='xmlCheckFilename' file='xmlIO' module='xmlIO'>
8412*7c568831SAndroid Build Coastguard Worker      <info>DEPRECATED: Internal function, don&apos;t use.  if stat is not available on the target machine,</info>
8413*7c568831SAndroid Build Coastguard Worker      <return type='int' info='1.  if stat fails, returns 0 (if calling stat on the filename fails, it can&apos;t be right). if stat succeeds and the file is a directory, returns 2.  otherwise returns 1.'/>
8414*7c568831SAndroid Build Coastguard Worker      <arg name='path' type='const char *' info='the path to check'/>
8415*7c568831SAndroid Build Coastguard Worker    </function>
8416*7c568831SAndroid Build Coastguard Worker    <function name='xmlCheckHTTPInput' file='xmlIO' module='parserInternals'>
8417*7c568831SAndroid Build Coastguard Worker      <info>DEPRECATED: Internal function, don&apos;t use.  Check an input in case it was created from an HTTP stream, in that case it will handle encoding and update of the base URL in case of redirection. It also checks for HTTP errors in which case the input is cleanly freed up and an appropriate error is raised in context</info>
8418*7c568831SAndroid Build Coastguard Worker      <return type='xmlParserInputPtr' info='the input or NULL in case of HTTP error.'/>
8419*7c568831SAndroid Build Coastguard Worker      <arg name='ctxt' type='xmlParserCtxtPtr' info='an XML parser context'/>
8420*7c568831SAndroid Build Coastguard Worker      <arg name='ret' type='xmlParserInputPtr' info='an XML parser input'/>
8421*7c568831SAndroid Build Coastguard Worker    </function>
8422*7c568831SAndroid Build Coastguard Worker    <function name='xmlCheckLanguageID' file='parserInternals' module='parser'>
8423*7c568831SAndroid Build Coastguard Worker      <info>DEPRECATED: Internal function, do not use.  Checks that the value conforms to the LanguageID production:  NOTE: this is somewhat deprecated, those productions were removed from the XML Second edition.  [33] LanguageID ::= Langcode (&apos;-&apos; Subcode)* [34] Langcode ::= ISO639Code |  IanaCode |  UserCode [35] ISO639Code ::= ([a-z] | [A-Z]) ([a-z] | [A-Z]) [36] IanaCode ::= (&apos;i&apos; | &apos;I&apos;) &apos;-&apos; ([a-z] | [A-Z])+ [37] UserCode ::= (&apos;x&apos; | &apos;X&apos;) &apos;-&apos; ([a-z] | [A-Z])+ [38] Subcode ::= ([a-z] | [A-Z])+  The current REC reference the successors of RFC 1766, currently 5646  http://www.rfc-editor.org/rfc/rfc5646.txt langtag       = language [&quot;-&quot; script] [&quot;-&quot; region] *(&quot;-&quot; variant) *(&quot;-&quot; extension) [&quot;-&quot; privateuse] language      = 2*3ALPHA            ; shortest ISO 639 code [&quot;-&quot; extlang]       ; sometimes followed by ; extended language subtags / 4ALPHA              ; or reserved for future use / 5*8ALPHA            ; or registered language subtag  extlang       = 3ALPHA              ; selected ISO 639 codes *2(&quot;-&quot; 3ALPHA)      ; permanently reserved  script        = 4ALPHA              ; ISO 15924 code  region        = 2ALPHA              ; ISO 3166-1 code / 3DIGIT              ; UN M.49 code  variant       = 5*8alphanum         ; registered variants / (DIGIT 3alphanum)  extension     = singleton 1*(&quot;-&quot; (2*8alphanum))  ; Single alphanumerics ; &quot;x&quot; reserved for private use singleton     = DIGIT               ; 0 - 9 / %x41-57             ; A - W / %x59-5A             ; Y - Z / %x61-77             ; a - w / %x79-7A             ; y - z  it sounds right to still allow Irregular i-xxx IANA and user codes too The parser below doesn&apos;t try to cope with extension or privateuse that could be added but that&apos;s not interoperable anyway</info>
8424*7c568831SAndroid Build Coastguard Worker      <return type='int' info='1 if correct 0 otherwise'/>
8425*7c568831SAndroid Build Coastguard Worker      <arg name='lang' type='const xmlChar *' info='pointer to the string value'/>
8426*7c568831SAndroid Build Coastguard Worker    </function>
8427*7c568831SAndroid Build Coastguard Worker    <function name='xmlCheckThreadLocalStorage' file='threads' module='globals'>
8428*7c568831SAndroid Build Coastguard Worker      <info>Check whether thread-local storage could be allocated.  In cross-platform code running in multithreaded environments, this function should be called once in each thread before calling other library functions to make sure that thread-local storage was allocated properly.</info>
8429*7c568831SAndroid Build Coastguard Worker      <return type='int' info='0 on success or -1 if a memory allocation failed. A failed allocation signals a typically fatal and irrecoverable out-of-memory situation. Don&apos;t call any library functions in this case.  This function never fails if the library is compiled with support for thread-local storage.  This function never fails for the &quot;main&quot; thread which is the first thread calling xmlInitParser.  Available since v2.12.0.'/>
8430*7c568831SAndroid Build Coastguard Worker    </function>
8431*7c568831SAndroid Build Coastguard Worker    <function name='xmlCheckUTF8' file='xmlstring' module='xmlstring'>
8432*7c568831SAndroid Build Coastguard Worker      <info>Checks @utf for being valid UTF-8. @utf is assumed to be null-terminated. This function is not super-strict, as it will allow longer UTF-8 sequences than necessary. Note that Java is capable of producing these sequences if provoked. Also note, this routine checks for the 4-byte maximum size, but does not check for 0x10ffff maximum value.</info>
8433*7c568831SAndroid Build Coastguard Worker      <return type='int' info='value: true if @utf is valid.'/>
8434*7c568831SAndroid Build Coastguard Worker      <arg name='utf' type='const unsigned char *' info='Pointer to putative UTF-8 encoded string.'/>
8435*7c568831SAndroid Build Coastguard Worker    </function>
8436*7c568831SAndroid Build Coastguard Worker    <function name='xmlChildElementCount' file='tree' module='tree'>
8437*7c568831SAndroid Build Coastguard Worker      <info>Count the number of child nodes which are elements.  Note that entity references are not expanded.</info>
8438*7c568831SAndroid Build Coastguard Worker      <return type='unsigned long' info='the number of element children or 0 if arguments are invalid.'/>
8439*7c568831SAndroid Build Coastguard Worker      <arg name='parent' type='xmlNodePtr' info='the parent node'/>
8440*7c568831SAndroid Build Coastguard Worker    </function>
8441*7c568831SAndroid Build Coastguard Worker    <function name='xmlCleanupCharEncodingHandlers' file='encoding' module='encoding'>
8442*7c568831SAndroid Build Coastguard Worker      <info>DEPRECATED: This function will be made private. Call xmlCleanupParser to free global state but see the warnings there. xmlCleanupParser should be only called once at program exit. In most cases, you don&apos;t have call cleanup functions at all.  Cleanup the memory allocated for the char encoding support, it unregisters all the encoding handlers and the aliases.</info>
8443*7c568831SAndroid Build Coastguard Worker      <return type='void'/>
8444*7c568831SAndroid Build Coastguard Worker    </function>
8445*7c568831SAndroid Build Coastguard Worker    <function name='xmlCleanupEncodingAliases' file='encoding' module='encoding'>
8446*7c568831SAndroid Build Coastguard Worker      <info>DEPRECATED: This function modifies global state and is not thread-safe.  Unregisters all aliases</info>
8447*7c568831SAndroid Build Coastguard Worker      <return type='void'/>
8448*7c568831SAndroid Build Coastguard Worker    </function>
8449*7c568831SAndroid Build Coastguard Worker    <function name='xmlCleanupGlobals' file='parser' module='globals'>
8450*7c568831SAndroid Build Coastguard Worker      <info>DEPRECATED: This function is a no-op. Call xmlCleanupParser to free global state but see the warnings there. xmlCleanupParser should be only called once at program exit. In most cases, you don&apos;t have call cleanup functions at all.</info>
8451*7c568831SAndroid Build Coastguard Worker      <return type='void'/>
8452*7c568831SAndroid Build Coastguard Worker    </function>
8453*7c568831SAndroid Build Coastguard Worker    <function name='xmlCleanupInputCallbacks' file='xmlIO' module='xmlIO'>
8454*7c568831SAndroid Build Coastguard Worker      <info>clears the entire input callback table. this includes the compiled-in I/O.</info>
8455*7c568831SAndroid Build Coastguard Worker      <return type='void'/>
8456*7c568831SAndroid Build Coastguard Worker    </function>
8457*7c568831SAndroid Build Coastguard Worker    <function name='xmlCleanupMemory' file='xmlmemory' module='xmlmemory'>
8458*7c568831SAndroid Build Coastguard Worker      <info>DEPRECATED: This function is a no-op. Call xmlCleanupParser to free global state but see the warnings there. xmlCleanupParser should be only called once at program exit. In most cases, you don&apos;t have call cleanup functions at all.</info>
8459*7c568831SAndroid Build Coastguard Worker      <return type='void'/>
8460*7c568831SAndroid Build Coastguard Worker    </function>
8461*7c568831SAndroid Build Coastguard Worker    <function name='xmlCleanupOutputCallbacks' file='xmlIO' module='xmlIO'>
8462*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_OUTPUT_ENABLED)</cond>
8463*7c568831SAndroid Build Coastguard Worker      <info>clears the entire output callback table. this includes the compiled-in I/O callbacks.</info>
8464*7c568831SAndroid Build Coastguard Worker      <return type='void'/>
8465*7c568831SAndroid Build Coastguard Worker    </function>
8466*7c568831SAndroid Build Coastguard Worker    <function name='xmlCleanupParser' file='parser' module='threads'>
8467*7c568831SAndroid Build Coastguard Worker      <info>This function name is somewhat misleading. It does not clean up parser state, it cleans up memory allocated by the library itself. It is a cleanup function for the XML library. It tries to reclaim all related global memory allocated for the library processing. It doesn&apos;t deallocate any document related memory. One should call xmlCleanupParser() only when the process has finished using the library and all XML/HTML documents built with it. See also xmlInitParser() which has the opposite function of preparing the library for operations.  WARNING: if your application is multithreaded or has plugin support calling this may crash the application if another thread or a plugin is still using libxml2. It&apos;s sometimes very hard to guess if libxml2 is in use in the application, some libraries or plugins may use it without notice. In case of doubt abstain from calling this function or do it just before calling exit() to avoid leak reports from valgrind !</info>
8468*7c568831SAndroid Build Coastguard Worker      <return type='void'/>
8469*7c568831SAndroid Build Coastguard Worker    </function>
8470*7c568831SAndroid Build Coastguard Worker    <function name='xmlCleanupThreads' file='threads' module='threads'>
8471*7c568831SAndroid Build Coastguard Worker      <info>DEPRECATED: This function is a no-op. Call xmlCleanupParser to free global state but see the warnings there. xmlCleanupParser should be only called once at program exit. In most cases, you don&apos;t have call cleanup functions at all.</info>
8472*7c568831SAndroid Build Coastguard Worker      <return type='void'/>
8473*7c568831SAndroid Build Coastguard Worker    </function>
8474*7c568831SAndroid Build Coastguard Worker    <function name='xmlClearNodeInfoSeq' file='parser' module='parserInternals'>
8475*7c568831SAndroid Build Coastguard Worker      <info>DEPRECATED: Don&apos;t use.  -- Clear (release memory and reinitialize) node info sequence</info>
8476*7c568831SAndroid Build Coastguard Worker      <return type='void'/>
8477*7c568831SAndroid Build Coastguard Worker      <arg name='seq' type='xmlParserNodeInfoSeqPtr' info='a node info sequence pointer'/>
8478*7c568831SAndroid Build Coastguard Worker    </function>
8479*7c568831SAndroid Build Coastguard Worker    <function name='xmlClearParserCtxt' file='parser' module='parserInternals'>
8480*7c568831SAndroid Build Coastguard Worker      <info>Clear (release owned resources) and reinitialize a parser context</info>
8481*7c568831SAndroid Build Coastguard Worker      <return type='void'/>
8482*7c568831SAndroid Build Coastguard Worker      <arg name='ctxt' type='xmlParserCtxtPtr' info='an XML parser context'/>
8483*7c568831SAndroid Build Coastguard Worker    </function>
8484*7c568831SAndroid Build Coastguard Worker    <function name='xmlConvertSGMLCatalog' file='catalog' module='catalog'>
8485*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_CATALOG_ENABLED)</cond>
8486*7c568831SAndroid Build Coastguard Worker      <info>Convert all the SGML catalog entries as XML ones</info>
8487*7c568831SAndroid Build Coastguard Worker      <return type='int' info='the number of entries converted if successful, -1 otherwise'/>
8488*7c568831SAndroid Build Coastguard Worker      <arg name='catal' type='xmlCatalogPtr' info='the catalog'/>
8489*7c568831SAndroid Build Coastguard Worker    </function>
8490*7c568831SAndroid Build Coastguard Worker    <function name='xmlCopyAttributeTable' file='valid' module='valid'>
8491*7c568831SAndroid Build Coastguard Worker      <info>Build a copy of an attribute table.</info>
8492*7c568831SAndroid Build Coastguard Worker      <return type='xmlAttributeTablePtr' info='the new xmlAttributeTablePtr or NULL in case of error.'/>
8493*7c568831SAndroid Build Coastguard Worker      <arg name='table' type='xmlAttributeTablePtr' info='An attribute table'/>
8494*7c568831SAndroid Build Coastguard Worker    </function>
8495*7c568831SAndroid Build Coastguard Worker    <function name='xmlCopyChar' file='parserInternals' module='parserInternals'>
8496*7c568831SAndroid Build Coastguard Worker      <info>DEPRECATED: Don&apos;t use.  append the char value in the array</info>
8497*7c568831SAndroid Build Coastguard Worker      <return type='int' info='the number of xmlChar written'/>
8498*7c568831SAndroid Build Coastguard Worker      <arg name='len' type='int' info='Ignored, compatibility'/>
8499*7c568831SAndroid Build Coastguard Worker      <arg name='out' type='xmlChar *' info='pointer to an array of xmlChar'/>
8500*7c568831SAndroid Build Coastguard Worker      <arg name='val' type='int' info='the char value'/>
8501*7c568831SAndroid Build Coastguard Worker    </function>
8502*7c568831SAndroid Build Coastguard Worker    <function name='xmlCopyCharMultiByte' file='parserInternals' module='parserInternals'>
8503*7c568831SAndroid Build Coastguard Worker      <info>append the char value in the array</info>
8504*7c568831SAndroid Build Coastguard Worker      <return type='int' info='the number of xmlChar written'/>
8505*7c568831SAndroid Build Coastguard Worker      <arg name='out' type='xmlChar *' info='pointer to an array of xmlChar'/>
8506*7c568831SAndroid Build Coastguard Worker      <arg name='val' type='int' info='the char value'/>
8507*7c568831SAndroid Build Coastguard Worker    </function>
8508*7c568831SAndroid Build Coastguard Worker    <function name='xmlCopyDoc' file='tree' module='tree'>
8509*7c568831SAndroid Build Coastguard Worker      <info>Copy a document. If recursive, the content tree will be copied too as well as DTD, namespaces and entities.</info>
8510*7c568831SAndroid Build Coastguard Worker      <return type='xmlDocPtr' info='the copied document or NULL if a memory allocation failed.'/>
8511*7c568831SAndroid Build Coastguard Worker      <arg name='doc' type='xmlDocPtr' info='the document'/>
8512*7c568831SAndroid Build Coastguard Worker      <arg name='recursive' type='int' info='if not zero do a recursive copy.'/>
8513*7c568831SAndroid Build Coastguard Worker    </function>
8514*7c568831SAndroid Build Coastguard Worker    <function name='xmlCopyDocElementContent' file='valid' module='valid'>
8515*7c568831SAndroid Build Coastguard Worker      <info>Build a copy of an element content description.</info>
8516*7c568831SAndroid Build Coastguard Worker      <return type='xmlElementContentPtr' info='the new xmlElementContentPtr or NULL in case of error.'/>
8517*7c568831SAndroid Build Coastguard Worker      <arg name='doc' type='xmlDocPtr' info='the document owning the element declaration'/>
8518*7c568831SAndroid Build Coastguard Worker      <arg name='cur' type='xmlElementContentPtr' info='An element content pointer.'/>
8519*7c568831SAndroid Build Coastguard Worker    </function>
8520*7c568831SAndroid Build Coastguard Worker    <function name='xmlCopyDtd' file='tree' module='tree'>
8521*7c568831SAndroid Build Coastguard Worker      <info>Copy a DTD.</info>
8522*7c568831SAndroid Build Coastguard Worker      <return type='xmlDtdPtr' info='the copied DTD or NULL if a memory allocation failed.'/>
8523*7c568831SAndroid Build Coastguard Worker      <arg name='dtd' type='xmlDtdPtr' info='the DTD'/>
8524*7c568831SAndroid Build Coastguard Worker    </function>
8525*7c568831SAndroid Build Coastguard Worker    <function name='xmlCopyElementContent' file='valid' module='valid'>
8526*7c568831SAndroid Build Coastguard Worker      <info>Build a copy of an element content description. Deprecated, use xmlCopyDocElementContent instead</info>
8527*7c568831SAndroid Build Coastguard Worker      <return type='xmlElementContentPtr' info='the new xmlElementContentPtr or NULL in case of error.'/>
8528*7c568831SAndroid Build Coastguard Worker      <arg name='cur' type='xmlElementContentPtr' info='An element content pointer.'/>
8529*7c568831SAndroid Build Coastguard Worker    </function>
8530*7c568831SAndroid Build Coastguard Worker    <function name='xmlCopyElementTable' file='valid' module='valid'>
8531*7c568831SAndroid Build Coastguard Worker      <info>Build a copy of an element table.</info>
8532*7c568831SAndroid Build Coastguard Worker      <return type='xmlElementTablePtr' info='the new xmlElementTablePtr or NULL in case of error.'/>
8533*7c568831SAndroid Build Coastguard Worker      <arg name='table' type='xmlElementTablePtr' info='An element table'/>
8534*7c568831SAndroid Build Coastguard Worker    </function>
8535*7c568831SAndroid Build Coastguard Worker    <function name='xmlCopyEntitiesTable' file='entities' module='entities'>
8536*7c568831SAndroid Build Coastguard Worker      <info>Build a copy of an entity table.</info>
8537*7c568831SAndroid Build Coastguard Worker      <return type='xmlEntitiesTablePtr' info='the new xmlEntitiesTablePtr or NULL in case of error.'/>
8538*7c568831SAndroid Build Coastguard Worker      <arg name='table' type='xmlEntitiesTablePtr' info='An entity table'/>
8539*7c568831SAndroid Build Coastguard Worker    </function>
8540*7c568831SAndroid Build Coastguard Worker    <function name='xmlCopyEnumeration' file='valid' module='valid'>
8541*7c568831SAndroid Build Coastguard Worker      <info>Copy an enumeration attribute node (recursive).</info>
8542*7c568831SAndroid Build Coastguard Worker      <return type='xmlEnumerationPtr' info='the xmlEnumerationPtr just created or NULL in case of error.'/>
8543*7c568831SAndroid Build Coastguard Worker      <arg name='cur' type='xmlEnumerationPtr' info='the tree to copy.'/>
8544*7c568831SAndroid Build Coastguard Worker    </function>
8545*7c568831SAndroid Build Coastguard Worker    <function name='xmlCopyError' file='xmlerror' module='error'>
8546*7c568831SAndroid Build Coastguard Worker      <info>Save the original error to the new place.</info>
8547*7c568831SAndroid Build Coastguard Worker      <return type='int' info='0 in case of success and -1 in case of error.'/>
8548*7c568831SAndroid Build Coastguard Worker      <arg name='from' type='const xmlError *' info='a source error'/>
8549*7c568831SAndroid Build Coastguard Worker      <arg name='to' type='xmlErrorPtr' info='a target error'/>
8550*7c568831SAndroid Build Coastguard Worker    </function>
8551*7c568831SAndroid Build Coastguard Worker    <function name='xmlCopyNamespace' file='tree' module='tree'>
8552*7c568831SAndroid Build Coastguard Worker      <info>Copy a namespace.</info>
8553*7c568831SAndroid Build Coastguard Worker      <return type='xmlNsPtr' info='the copied namespace or NULL if a memory allocation failed.'/>
8554*7c568831SAndroid Build Coastguard Worker      <arg name='cur' type='xmlNsPtr' info='the namespace'/>
8555*7c568831SAndroid Build Coastguard Worker    </function>
8556*7c568831SAndroid Build Coastguard Worker    <function name='xmlCopyNamespaceList' file='tree' module='tree'>
8557*7c568831SAndroid Build Coastguard Worker      <info>Copy a namespace list.</info>
8558*7c568831SAndroid Build Coastguard Worker      <return type='xmlNsPtr' info='the head of the copied list or NULL if a memory allocation failed.'/>
8559*7c568831SAndroid Build Coastguard Worker      <arg name='cur' type='xmlNsPtr' info='the first namespace'/>
8560*7c568831SAndroid Build Coastguard Worker    </function>
8561*7c568831SAndroid Build Coastguard Worker    <function name='xmlCopyNode' file='tree' module='tree'>
8562*7c568831SAndroid Build Coastguard Worker      <info>Copy a node.  Use of this function is DISCOURAGED in favor of xmlDocCopyNode.</info>
8563*7c568831SAndroid Build Coastguard Worker      <return type='xmlNodePtr' info='the copied node or NULL if a memory allocation failed.'/>
8564*7c568831SAndroid Build Coastguard Worker      <arg name='node' type='xmlNodePtr' info='the node'/>
8565*7c568831SAndroid Build Coastguard Worker      <arg name='extended' type='int' info='if 1 do a recursive copy (properties, namespaces and children when applicable) if 2 copy properties and namespaces (when applicable)'/>
8566*7c568831SAndroid Build Coastguard Worker    </function>
8567*7c568831SAndroid Build Coastguard Worker    <function name='xmlCopyNodeList' file='tree' module='tree'>
8568*7c568831SAndroid Build Coastguard Worker      <info>Copy a node list and all children.  Use of this function is DISCOURAGED in favor of xmlDocCopyNodeList.</info>
8569*7c568831SAndroid Build Coastguard Worker      <return type='xmlNodePtr' info='the head of the copied list or NULL if a memory allocation failed.'/>
8570*7c568831SAndroid Build Coastguard Worker      <arg name='node' type='xmlNodePtr' info='the first node in the list.'/>
8571*7c568831SAndroid Build Coastguard Worker    </function>
8572*7c568831SAndroid Build Coastguard Worker    <function name='xmlCopyNotationTable' file='valid' module='valid'>
8573*7c568831SAndroid Build Coastguard Worker      <info>Build a copy of a notation table.</info>
8574*7c568831SAndroid Build Coastguard Worker      <return type='xmlNotationTablePtr' info='the new xmlNotationTablePtr or NULL in case of error.'/>
8575*7c568831SAndroid Build Coastguard Worker      <arg name='table' type='xmlNotationTablePtr' info='A notation table'/>
8576*7c568831SAndroid Build Coastguard Worker    </function>
8577*7c568831SAndroid Build Coastguard Worker    <function name='xmlCopyProp' file='tree' module='tree'>
8578*7c568831SAndroid Build Coastguard Worker      <info>Create a copy of the attribute. This function sets the parent pointer of the copy to @target but doesn&apos;t set the attribute on the target element. Users should consider to set the attribute by calling xmlAddChild afterwards or reset the parent pointer to NULL.</info>
8579*7c568831SAndroid Build Coastguard Worker      <return type='xmlAttrPtr' info='the copied attribute or NULL if a memory allocation failed.'/>
8580*7c568831SAndroid Build Coastguard Worker      <arg name='target' type='xmlNodePtr' info='the element where the attribute will be grafted'/>
8581*7c568831SAndroid Build Coastguard Worker      <arg name='cur' type='xmlAttrPtr' info='the attribute'/>
8582*7c568831SAndroid Build Coastguard Worker    </function>
8583*7c568831SAndroid Build Coastguard Worker    <function name='xmlCopyPropList' file='tree' module='tree'>
8584*7c568831SAndroid Build Coastguard Worker      <info>Create a copy of an attribute list. This function sets the parent pointers of the copied attributes to @target but doesn&apos;t set the attributes on the target element.</info>
8585*7c568831SAndroid Build Coastguard Worker      <return type='xmlAttrPtr' info='the head of the copied list or NULL if a memory allocation failed.'/>
8586*7c568831SAndroid Build Coastguard Worker      <arg name='target' type='xmlNodePtr' info='the element where the attributes will be grafted'/>
8587*7c568831SAndroid Build Coastguard Worker      <arg name='cur' type='xmlAttrPtr' info='the first attribute'/>
8588*7c568831SAndroid Build Coastguard Worker    </function>
8589*7c568831SAndroid Build Coastguard Worker    <function name='xmlCreateCharEncodingHandler' file='encoding' module='encoding'>
8590*7c568831SAndroid Build Coastguard Worker      <info>Find or create a handler matching the encoding. The following converters are looked up in order:  - Built-in handler (UTF-8, UTF-16, ISO-8859-1, ASCII) - Custom implementation if provided - User-registered global handler (deprecated) - iconv if enabled - ICU if enabled  The handler must be closed with xmlCharEncCloseFunc.  If the encoding is UTF-8, a NULL handler and no error code will be returned.  Available since 2.14.0.</info>
8591*7c568831SAndroid Build Coastguard Worker      <return type='int' info='XML_ERR_OK, XML_ERR_UNSUPPORTED_ENCODING or another xmlParserErrors error code.'/>
8592*7c568831SAndroid Build Coastguard Worker      <arg name='name' type='const char *' info='a string describing the char encoding.'/>
8593*7c568831SAndroid Build Coastguard Worker      <arg name='output' type='int' info='boolean, use handler for output'/>
8594*7c568831SAndroid Build Coastguard Worker      <arg name='impl' type='xmlCharEncConvImpl' info='a conversion implementation (optional)'/>
8595*7c568831SAndroid Build Coastguard Worker      <arg name='implCtxt' type='void *' info='user data for conversion implementation (optional)'/>
8596*7c568831SAndroid Build Coastguard Worker      <arg name='out' type='xmlCharEncodingHandler **' info='pointer to result'/>
8597*7c568831SAndroid Build Coastguard Worker    </function>
8598*7c568831SAndroid Build Coastguard Worker    <function name='xmlCreateDocParserCtxt' file='parser' module='parser'>
8599*7c568831SAndroid Build Coastguard Worker      <info>Creates a parser context for an XML in-memory document.</info>
8600*7c568831SAndroid Build Coastguard Worker      <return type='xmlParserCtxtPtr' info='the new parser context or NULL'/>
8601*7c568831SAndroid Build Coastguard Worker      <arg name='str' type='const xmlChar *' info='a pointer to an array of xmlChar'/>
8602*7c568831SAndroid Build Coastguard Worker    </function>
8603*7c568831SAndroid Build Coastguard Worker    <function name='xmlCreateEntitiesTable' file='entities' module='entities'>
8604*7c568831SAndroid Build Coastguard Worker      <info>create and initialize an empty entities hash table. This really doesn&apos;t make sense and should be deprecated</info>
8605*7c568831SAndroid Build Coastguard Worker      <return type='xmlEntitiesTablePtr' info='the xmlEntitiesTablePtr just created or NULL in case of error.'/>
8606*7c568831SAndroid Build Coastguard Worker    </function>
8607*7c568831SAndroid Build Coastguard Worker    <function name='xmlCreateEntityParserCtxt' file='parserInternals' module='parser'>
8608*7c568831SAndroid Build Coastguard Worker      <info>DEPRECATED: Don&apos;t use.  Create a parser context for an external entity Automatic support for ZLIB/Compress compressed document is provided by default if found at compile-time.</info>
8609*7c568831SAndroid Build Coastguard Worker      <return type='xmlParserCtxtPtr' info='the new parser context or NULL'/>
8610*7c568831SAndroid Build Coastguard Worker      <arg name='URL' type='const xmlChar *' info='the entity URL'/>
8611*7c568831SAndroid Build Coastguard Worker      <arg name='ID' type='const xmlChar *' info='the entity PUBLIC ID'/>
8612*7c568831SAndroid Build Coastguard Worker      <arg name='base' type='const xmlChar *' info='a possible base for the target URI'/>
8613*7c568831SAndroid Build Coastguard Worker    </function>
8614*7c568831SAndroid Build Coastguard Worker    <function name='xmlCreateEnumeration' file='valid' module='valid'>
8615*7c568831SAndroid Build Coastguard Worker      <info>create and initialize an enumeration attribute node.</info>
8616*7c568831SAndroid Build Coastguard Worker      <return type='xmlEnumerationPtr' info='the xmlEnumerationPtr just created or NULL in case of error.'/>
8617*7c568831SAndroid Build Coastguard Worker      <arg name='name' type='const xmlChar *' info='the enumeration name or NULL'/>
8618*7c568831SAndroid Build Coastguard Worker    </function>
8619*7c568831SAndroid Build Coastguard Worker    <function name='xmlCreateFileParserCtxt' file='parserInternals' module='parser'>
8620*7c568831SAndroid Build Coastguard Worker      <info>DEPRECATED: Use xmlNewParserCtxt and xmlCtxtReadFile.  Create a parser context for a file content. Automatic support for ZLIB/Compress compressed document is provided by default if found at compile-time.</info>
8621*7c568831SAndroid Build Coastguard Worker      <return type='xmlParserCtxtPtr' info='the new parser context or NULL'/>
8622*7c568831SAndroid Build Coastguard Worker      <arg name='filename' type='const char *' info='the filename'/>
8623*7c568831SAndroid Build Coastguard Worker    </function>
8624*7c568831SAndroid Build Coastguard Worker    <function name='xmlCreateIOParserCtxt' file='parser' module='parser'>
8625*7c568831SAndroid Build Coastguard Worker      <info>Create a parser context for using the XML parser with an existing I/O stream</info>
8626*7c568831SAndroid Build Coastguard Worker      <return type='xmlParserCtxtPtr' info='the new parser context or NULL'/>
8627*7c568831SAndroid Build Coastguard Worker      <arg name='sax' type='xmlSAXHandlerPtr' info='a SAX handler (optional)'/>
8628*7c568831SAndroid Build Coastguard Worker      <arg name='user_data' type='void *' info='user data for SAX callbacks (optional)'/>
8629*7c568831SAndroid Build Coastguard Worker      <arg name='ioread' type='xmlInputReadCallback' info='an I/O read function'/>
8630*7c568831SAndroid Build Coastguard Worker      <arg name='ioclose' type='xmlInputCloseCallback' info='an I/O close function (optional)'/>
8631*7c568831SAndroid Build Coastguard Worker      <arg name='ioctx' type='void *' info='an I/O handler'/>
8632*7c568831SAndroid Build Coastguard Worker      <arg name='enc' type='xmlCharEncoding' info='the charset encoding if known (deprecated)'/>
8633*7c568831SAndroid Build Coastguard Worker    </function>
8634*7c568831SAndroid Build Coastguard Worker    <function name='xmlCreateIntSubset' file='tree' module='tree'>
8635*7c568831SAndroid Build Coastguard Worker      <info>Create a DTD node.  If a document is provided and it already has an internal subset, the existing DTD object is returned without creating a new object. If the document has no internal subset, it will be set to the created DTD.</info>
8636*7c568831SAndroid Build Coastguard Worker      <return type='xmlDtdPtr' info='a pointer to the new or existing DTD object or NULL if arguments are invalid or a memory allocation failed.'/>
8637*7c568831SAndroid Build Coastguard Worker      <arg name='doc' type='xmlDocPtr' info='the document pointer (optional)'/>
8638*7c568831SAndroid Build Coastguard Worker      <arg name='name' type='const xmlChar *' info='the DTD name (optional)'/>
8639*7c568831SAndroid Build Coastguard Worker      <arg name='ExternalID' type='const xmlChar *' info='the external (PUBLIC) ID (optional)'/>
8640*7c568831SAndroid Build Coastguard Worker      <arg name='SystemID' type='const xmlChar *' info='the system ID (optional)'/>
8641*7c568831SAndroid Build Coastguard Worker    </function>
8642*7c568831SAndroid Build Coastguard Worker    <function name='xmlCreateMemoryParserCtxt' file='parserInternals' module='parser'>
8643*7c568831SAndroid Build Coastguard Worker      <info>Create a parser context for an XML in-memory document. The input buffer must not contain a terminating null byte.</info>
8644*7c568831SAndroid Build Coastguard Worker      <return type='xmlParserCtxtPtr' info='the new parser context or NULL'/>
8645*7c568831SAndroid Build Coastguard Worker      <arg name='buffer' type='const char *' info='a pointer to a char array'/>
8646*7c568831SAndroid Build Coastguard Worker      <arg name='size' type='int' info='the size of the array'/>
8647*7c568831SAndroid Build Coastguard Worker    </function>
8648*7c568831SAndroid Build Coastguard Worker    <function name='xmlCreatePushParserCtxt' file='parser' module='parser'>
8649*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_PUSH_ENABLED)</cond>
8650*7c568831SAndroid Build Coastguard Worker      <info>Create a parser context for using the XML parser in push mode. See xmlParseChunk.  Passing an initial chunk is useless and deprecated.  @filename is used as base URI to fetch external entities and for error reports.</info>
8651*7c568831SAndroid Build Coastguard Worker      <return type='xmlParserCtxtPtr' info='the new parser context or NULL if a memory allocation failed.'/>
8652*7c568831SAndroid Build Coastguard Worker      <arg name='sax' type='xmlSAXHandlerPtr' info='a SAX handler (optional)'/>
8653*7c568831SAndroid Build Coastguard Worker      <arg name='user_data' type='void *' info='user data for SAX callbacks (optional)'/>
8654*7c568831SAndroid Build Coastguard Worker      <arg name='chunk' type='const char *' info='initial chunk (optional, deprecated)'/>
8655*7c568831SAndroid Build Coastguard Worker      <arg name='size' type='int' info='size of initial chunk in bytes'/>
8656*7c568831SAndroid Build Coastguard Worker      <arg name='filename' type='const char *' info='file name or URI (optional)'/>
8657*7c568831SAndroid Build Coastguard Worker    </function>
8658*7c568831SAndroid Build Coastguard Worker    <function name='xmlCreateURI' file='uri' module='uri'>
8659*7c568831SAndroid Build Coastguard Worker      <info>Simply creates an empty xmlURI</info>
8660*7c568831SAndroid Build Coastguard Worker      <return type='xmlURIPtr' info='the new structure or NULL in case of error'/>
8661*7c568831SAndroid Build Coastguard Worker    </function>
8662*7c568831SAndroid Build Coastguard Worker    <function name='xmlCreateURLParserCtxt' file='parserInternals' module='parser'>
8663*7c568831SAndroid Build Coastguard Worker      <info>DEPRECATED: Use xmlNewParserCtxt and xmlCtxtReadFile.  Create a parser context for a file or URL content. Automatic support for ZLIB/Compress compressed document is provided by default if found at compile-time and for file accesses</info>
8664*7c568831SAndroid Build Coastguard Worker      <return type='xmlParserCtxtPtr' info='the new parser context or NULL'/>
8665*7c568831SAndroid Build Coastguard Worker      <arg name='filename' type='const char *' info='the filename or URL'/>
8666*7c568831SAndroid Build Coastguard Worker      <arg name='options' type='int' info='a combination of xmlParserOption'/>
8667*7c568831SAndroid Build Coastguard Worker    </function>
8668*7c568831SAndroid Build Coastguard Worker    <function name='xmlCtxtErrMemory' file='parserInternals' module='parserInternals'>
8669*7c568831SAndroid Build Coastguard Worker      <info>Handle an out-of-memory error.  Available since 2.13.0.</info>
8670*7c568831SAndroid Build Coastguard Worker      <return type='void'/>
8671*7c568831SAndroid Build Coastguard Worker      <arg name='ctxt' type='xmlParserCtxtPtr' info='an XML parser context'/>
8672*7c568831SAndroid Build Coastguard Worker    </function>
8673*7c568831SAndroid Build Coastguard Worker    <function name='xmlCtxtGetCatalogs' file='parser' module='parserInternals'>
8674*7c568831SAndroid Build Coastguard Worker      <info>ctxt:  parser context  Available since 2.14.0.</info>
8675*7c568831SAndroid Build Coastguard Worker      <return type='void *' info='the local catalogs.'/>
8676*7c568831SAndroid Build Coastguard Worker      <arg name='ctxt' type='xmlParserCtxtPtr' info=''/>
8677*7c568831SAndroid Build Coastguard Worker    </function>
8678*7c568831SAndroid Build Coastguard Worker    <function name='xmlCtxtGetDeclaredEncoding' file='parser' module='parserInternals'>
8679*7c568831SAndroid Build Coastguard Worker      <info>ctxt:  parser context  Available since 2.14.0.</info>
8680*7c568831SAndroid Build Coastguard Worker      <return type='const xmlChar *' info='the encoding from the encoding declaration. This can differ from the actual encoding.'/>
8681*7c568831SAndroid Build Coastguard Worker      <arg name='ctxt' type='xmlParserCtxtPtr' info=''/>
8682*7c568831SAndroid Build Coastguard Worker    </function>
8683*7c568831SAndroid Build Coastguard Worker    <function name='xmlCtxtGetDict' file='parser' module='parserInternals'>
8684*7c568831SAndroid Build Coastguard Worker      <info>ctxt:  parser context  Available since 2.14.0.</info>
8685*7c568831SAndroid Build Coastguard Worker      <return type='xmlDictPtr' info='the dictionary.'/>
8686*7c568831SAndroid Build Coastguard Worker      <arg name='ctxt' type='xmlParserCtxtPtr' info=''/>
8687*7c568831SAndroid Build Coastguard Worker    </function>
8688*7c568831SAndroid Build Coastguard Worker    <function name='xmlCtxtGetLastError' file='xmlerror' module='parserInternals'>
8689*7c568831SAndroid Build Coastguard Worker      <info>Get the last parsing error registered.</info>
8690*7c568831SAndroid Build Coastguard Worker      <return type='const xmlError *' info='NULL if no error occurred or a pointer to the error'/>
8691*7c568831SAndroid Build Coastguard Worker      <arg name='ctx' type='void *' info='an XML parser context'/>
8692*7c568831SAndroid Build Coastguard Worker    </function>
8693*7c568831SAndroid Build Coastguard Worker    <function name='xmlCtxtGetOptions' file='parser' module='parser'>
8694*7c568831SAndroid Build Coastguard Worker      <info>Get the current options of the parser context.  Available since 2.14.0.</info>
8695*7c568831SAndroid Build Coastguard Worker      <return type='int' info='the current options set in the parser context, or -1 if ctxt is NULL.'/>
8696*7c568831SAndroid Build Coastguard Worker      <arg name='ctxt' type='xmlParserCtxtPtr' info='an XML parser context'/>
8697*7c568831SAndroid Build Coastguard Worker    </function>
8698*7c568831SAndroid Build Coastguard Worker    <function name='xmlCtxtGetPrivate' file='parser' module='parserInternals'>
8699*7c568831SAndroid Build Coastguard Worker      <info>ctxt:  parser context  Available since 2.14.0.</info>
8700*7c568831SAndroid Build Coastguard Worker      <return type='void *' info='the private application data.'/>
8701*7c568831SAndroid Build Coastguard Worker      <arg name='ctxt' type='xmlParserCtxtPtr' info=''/>
8702*7c568831SAndroid Build Coastguard Worker    </function>
8703*7c568831SAndroid Build Coastguard Worker    <function name='xmlCtxtGetStandalone' file='parser' module='parser'>
8704*7c568831SAndroid Build Coastguard Worker      <info>ctxt:  parser context  Available since 2.14.0.</info>
8705*7c568831SAndroid Build Coastguard Worker      <return type='int' info='the value from the standalone document declaration.'/>
8706*7c568831SAndroid Build Coastguard Worker      <arg name='ctxt' type='xmlParserCtxtPtr' info=''/>
8707*7c568831SAndroid Build Coastguard Worker    </function>
8708*7c568831SAndroid Build Coastguard Worker    <function name='xmlCtxtGetStatus' file='parser' module='parserInternals'>
8709*7c568831SAndroid Build Coastguard Worker      <info>Get well-formedness and validation status after parsing. Also reports catastrophic errors which are not related to parsing like out-of-memory, I/O or other errors.  Available since 2.14.0.</info>
8710*7c568831SAndroid Build Coastguard Worker      <return type='int' info='a bitmask of XML_STATUS_* flags ORed together.'/>
8711*7c568831SAndroid Build Coastguard Worker      <arg name='ctxt' type='xmlParserCtxt *' info='an XML parser context'/>
8712*7c568831SAndroid Build Coastguard Worker    </function>
8713*7c568831SAndroid Build Coastguard Worker    <function name='xmlCtxtGetVersion' file='parser' module='parser'>
8714*7c568831SAndroid Build Coastguard Worker      <info>ctxt:  parser context  Available since 2.14.0.</info>
8715*7c568831SAndroid Build Coastguard Worker      <return type='const xmlChar *' info='the version from the XML declaration.'/>
8716*7c568831SAndroid Build Coastguard Worker      <arg name='ctxt' type='xmlParserCtxtPtr' info=''/>
8717*7c568831SAndroid Build Coastguard Worker    </function>
8718*7c568831SAndroid Build Coastguard Worker    <function name='xmlCtxtParseContent' file='parser' module='parser'>
8719*7c568831SAndroid Build Coastguard Worker      <info>Parse a well-balanced chunk of XML matching the &apos;content&apos; production.  Namespaces in scope of @node and entities of @node&apos;s document are recognized. When validating, the DTD of @node&apos;s document is used.  Always consumes @input even in error case.  Available since 2.14.0.</info>
8720*7c568831SAndroid Build Coastguard Worker      <return type='xmlNodePtr' info='a node list or NULL in case of error.'/>
8721*7c568831SAndroid Build Coastguard Worker      <arg name='ctxt' type='xmlParserCtxtPtr' info='parser context'/>
8722*7c568831SAndroid Build Coastguard Worker      <arg name='input' type='xmlParserInputPtr' info='parser input'/>
8723*7c568831SAndroid Build Coastguard Worker      <arg name='node' type='xmlNodePtr' info='target node or document'/>
8724*7c568831SAndroid Build Coastguard Worker      <arg name='hasTextDecl' type='int' info='whether to parse text declaration'/>
8725*7c568831SAndroid Build Coastguard Worker    </function>
8726*7c568831SAndroid Build Coastguard Worker    <function name='xmlCtxtParseDocument' file='parser' module='parser'>
8727*7c568831SAndroid Build Coastguard Worker      <info>Parse an XML document and return the resulting document tree. Takes ownership of the input object.  Available since 2.13.0.</info>
8728*7c568831SAndroid Build Coastguard Worker      <return type='xmlDocPtr' info='the resulting document tree or NULL'/>
8729*7c568831SAndroid Build Coastguard Worker      <arg name='ctxt' type='xmlParserCtxtPtr' info='an XML parser context'/>
8730*7c568831SAndroid Build Coastguard Worker      <arg name='input' type='xmlParserInputPtr' info='parser input'/>
8731*7c568831SAndroid Build Coastguard Worker    </function>
8732*7c568831SAndroid Build Coastguard Worker    <function name='xmlCtxtReadDoc' file='parser' module='parser'>
8733*7c568831SAndroid Build Coastguard Worker      <info>Parse an XML in-memory document and build a tree.  @URL is used as base to resolve external entities and for error reporting.  See xmlCtxtUseOptions for details.</info>
8734*7c568831SAndroid Build Coastguard Worker      <return type='xmlDocPtr' info='the resulting document tree'/>
8735*7c568831SAndroid Build Coastguard Worker      <arg name='ctxt' type='xmlParserCtxtPtr' info='an XML parser context'/>
8736*7c568831SAndroid Build Coastguard Worker      <arg name='str' type='const xmlChar *' info='a pointer to a zero terminated string'/>
8737*7c568831SAndroid Build Coastguard Worker      <arg name='URL' type='const char *' info='base URL (optional)'/>
8738*7c568831SAndroid Build Coastguard Worker      <arg name='encoding' type='const char *' info='the document encoding (optional)'/>
8739*7c568831SAndroid Build Coastguard Worker      <arg name='options' type='int' info='a combination of xmlParserOption'/>
8740*7c568831SAndroid Build Coastguard Worker    </function>
8741*7c568831SAndroid Build Coastguard Worker    <function name='xmlCtxtReadFd' file='parser' module='parser'>
8742*7c568831SAndroid Build Coastguard Worker      <info>Parse an XML document from a file descriptor and build a tree.  NOTE that the file descriptor will not be closed when the context is freed or reset.  @URL is used as base to resolve external entities and for error reporting.  See xmlCtxtUseOptions for details.</info>
8743*7c568831SAndroid Build Coastguard Worker      <return type='xmlDocPtr' info='the resulting document tree'/>
8744*7c568831SAndroid Build Coastguard Worker      <arg name='ctxt' type='xmlParserCtxtPtr' info='an XML parser context'/>
8745*7c568831SAndroid Build Coastguard Worker      <arg name='fd' type='int' info='an open file descriptor'/>
8746*7c568831SAndroid Build Coastguard Worker      <arg name='URL' type='const char *' info='base URL (optional)'/>
8747*7c568831SAndroid Build Coastguard Worker      <arg name='encoding' type='const char *' info='the document encoding (optional)'/>
8748*7c568831SAndroid Build Coastguard Worker      <arg name='options' type='int' info='a combination of xmlParserOption'/>
8749*7c568831SAndroid Build Coastguard Worker    </function>
8750*7c568831SAndroid Build Coastguard Worker    <function name='xmlCtxtReadFile' file='parser' module='parser'>
8751*7c568831SAndroid Build Coastguard Worker      <info>Parse an XML file from the filesystem, the network or a user-defined resource loader.</info>
8752*7c568831SAndroid Build Coastguard Worker      <return type='xmlDocPtr' info='the resulting document tree'/>
8753*7c568831SAndroid Build Coastguard Worker      <arg name='ctxt' type='xmlParserCtxtPtr' info='an XML parser context'/>
8754*7c568831SAndroid Build Coastguard Worker      <arg name='filename' type='const char *' info='a file or URL'/>
8755*7c568831SAndroid Build Coastguard Worker      <arg name='encoding' type='const char *' info='the document encoding (optional)'/>
8756*7c568831SAndroid Build Coastguard Worker      <arg name='options' type='int' info='a combination of xmlParserOption'/>
8757*7c568831SAndroid Build Coastguard Worker    </function>
8758*7c568831SAndroid Build Coastguard Worker    <function name='xmlCtxtReadIO' file='parser' module='parser'>
8759*7c568831SAndroid Build Coastguard Worker      <info>parse an XML document from I/O functions and source and build a tree. This reuses the existing @ctxt parser context  @URL is used as base to resolve external entities and for error reporting.  See xmlCtxtUseOptions for details.</info>
8760*7c568831SAndroid Build Coastguard Worker      <return type='xmlDocPtr' info='the resulting document tree'/>
8761*7c568831SAndroid Build Coastguard Worker      <arg name='ctxt' type='xmlParserCtxtPtr' info='an XML parser context'/>
8762*7c568831SAndroid Build Coastguard Worker      <arg name='ioread' type='xmlInputReadCallback' info='an I/O read function'/>
8763*7c568831SAndroid Build Coastguard Worker      <arg name='ioclose' type='xmlInputCloseCallback' info='an I/O close function'/>
8764*7c568831SAndroid Build Coastguard Worker      <arg name='ioctx' type='void *' info='an I/O handler'/>
8765*7c568831SAndroid Build Coastguard Worker      <arg name='URL' type='const char *' info='the base URL to use for the document'/>
8766*7c568831SAndroid Build Coastguard Worker      <arg name='encoding' type='const char *' info='the document encoding, or NULL'/>
8767*7c568831SAndroid Build Coastguard Worker      <arg name='options' type='int' info='a combination of xmlParserOption'/>
8768*7c568831SAndroid Build Coastguard Worker    </function>
8769*7c568831SAndroid Build Coastguard Worker    <function name='xmlCtxtReadMemory' file='parser' module='parser'>
8770*7c568831SAndroid Build Coastguard Worker      <info>Parse an XML in-memory document and build a tree. The input buffer must not contain a terminating null byte.  @URL is used as base to resolve external entities and for error reporting.  See xmlCtxtUseOptions for details.</info>
8771*7c568831SAndroid Build Coastguard Worker      <return type='xmlDocPtr' info='the resulting document tree'/>
8772*7c568831SAndroid Build Coastguard Worker      <arg name='ctxt' type='xmlParserCtxtPtr' info='an XML parser context'/>
8773*7c568831SAndroid Build Coastguard Worker      <arg name='buffer' type='const char *' info='a pointer to a char array'/>
8774*7c568831SAndroid Build Coastguard Worker      <arg name='size' type='int' info='the size of the array'/>
8775*7c568831SAndroid Build Coastguard Worker      <arg name='URL' type='const char *' info='base URL (optional)'/>
8776*7c568831SAndroid Build Coastguard Worker      <arg name='encoding' type='const char *' info='the document encoding (optional)'/>
8777*7c568831SAndroid Build Coastguard Worker      <arg name='options' type='int' info='a combination of xmlParserOption'/>
8778*7c568831SAndroid Build Coastguard Worker    </function>
8779*7c568831SAndroid Build Coastguard Worker    <function name='xmlCtxtReset' file='parser' module='parser'>
8780*7c568831SAndroid Build Coastguard Worker      <info>Reset a parser context</info>
8781*7c568831SAndroid Build Coastguard Worker      <return type='void'/>
8782*7c568831SAndroid Build Coastguard Worker      <arg name='ctxt' type='xmlParserCtxtPtr' info='an XML parser context'/>
8783*7c568831SAndroid Build Coastguard Worker    </function>
8784*7c568831SAndroid Build Coastguard Worker    <function name='xmlCtxtResetLastError' file='xmlerror' module='parserInternals'>
8785*7c568831SAndroid Build Coastguard Worker      <info>Cleanup the last global error registered. For parsing error this does not change the well-formedness result.</info>
8786*7c568831SAndroid Build Coastguard Worker      <return type='void'/>
8787*7c568831SAndroid Build Coastguard Worker      <arg name='ctx' type='void *' info='an XML parser context'/>
8788*7c568831SAndroid Build Coastguard Worker    </function>
8789*7c568831SAndroid Build Coastguard Worker    <function name='xmlCtxtResetPush' file='parser' module='parser'>
8790*7c568831SAndroid Build Coastguard Worker      <info>Reset a push parser context</info>
8791*7c568831SAndroid Build Coastguard Worker      <return type='int' info='0 in case of success and 1 in case of error'/>
8792*7c568831SAndroid Build Coastguard Worker      <arg name='ctxt' type='xmlParserCtxtPtr' info='an XML parser context'/>
8793*7c568831SAndroid Build Coastguard Worker      <arg name='chunk' type='const char *' info='a pointer to an array of chars'/>
8794*7c568831SAndroid Build Coastguard Worker      <arg name='size' type='int' info='number of chars in the array'/>
8795*7c568831SAndroid Build Coastguard Worker      <arg name='filename' type='const char *' info='an optional file name or URI'/>
8796*7c568831SAndroid Build Coastguard Worker      <arg name='encoding' type='const char *' info='the document encoding, or NULL'/>
8797*7c568831SAndroid Build Coastguard Worker    </function>
8798*7c568831SAndroid Build Coastguard Worker    <function name='xmlCtxtSetCatalogs' file='parser' module='parserInternals'>
8799*7c568831SAndroid Build Coastguard Worker      <info>ctxt:  parser context catalogs:  catalogs pointer  Available since 2.14.0.  Set the local catalogs.</info>
8800*7c568831SAndroid Build Coastguard Worker      <return type='void'/>
8801*7c568831SAndroid Build Coastguard Worker      <arg name='ctxt' type='xmlParserCtxtPtr' info=''/>
8802*7c568831SAndroid Build Coastguard Worker      <arg name='catalogs' type='void *' info=''/>
8803*7c568831SAndroid Build Coastguard Worker    </function>
8804*7c568831SAndroid Build Coastguard Worker    <function name='xmlCtxtSetCharEncConvImpl' file='parser' module='parserInternals'>
8805*7c568831SAndroid Build Coastguard Worker      <info>Installs a custom implementation to convert between character encodings.  This bypasses legacy feature like global encoding handlers or encoding aliases.  Available since 2.14.0.</info>
8806*7c568831SAndroid Build Coastguard Worker      <return type='void'/>
8807*7c568831SAndroid Build Coastguard Worker      <arg name='ctxt' type='xmlParserCtxtPtr' info='parser context'/>
8808*7c568831SAndroid Build Coastguard Worker      <arg name='impl' type='xmlCharEncConvImpl' info='callback'/>
8809*7c568831SAndroid Build Coastguard Worker      <arg name='vctxt' type='void *' info='user data'/>
8810*7c568831SAndroid Build Coastguard Worker    </function>
8811*7c568831SAndroid Build Coastguard Worker    <function name='xmlCtxtSetDict' file='parser' module='parserInternals'>
8812*7c568831SAndroid Build Coastguard Worker      <info>ctxt:  parser context dict:  dictionary  Available since 2.14.0.  Set the dictionary. This should only be done immediately after creating a parser context.</info>
8813*7c568831SAndroid Build Coastguard Worker      <return type='void'/>
8814*7c568831SAndroid Build Coastguard Worker      <arg name='ctxt' type='xmlParserCtxtPtr' info=''/>
8815*7c568831SAndroid Build Coastguard Worker      <arg name='dict' type='xmlDictPtr' info=''/>
8816*7c568831SAndroid Build Coastguard Worker    </function>
8817*7c568831SAndroid Build Coastguard Worker    <function name='xmlCtxtSetErrorHandler' file='parser' module='parserInternals'>
8818*7c568831SAndroid Build Coastguard Worker      <info>Register a callback function that will be called on errors and warnings. If handler is NULL, the error handler will be deactivated.  This is the recommended way to collect errors from the parser and takes precedence over all other error reporting mechanisms. These are (in order of precedence):  - per-context structured handler (xmlCtxtSetErrorHandler) - per-context structured &quot;serror&quot; SAX handler - global structured handler (xmlSetStructuredErrorFunc) - per-context generic &quot;error&quot; and &quot;warning&quot; SAX handlers - global generic handler (xmlSetGenericErrorFunc) - print to stderr  Available since 2.13.0.</info>
8819*7c568831SAndroid Build Coastguard Worker      <return type='void'/>
8820*7c568831SAndroid Build Coastguard Worker      <arg name='ctxt' type='xmlParserCtxtPtr' info='an XML parser context'/>
8821*7c568831SAndroid Build Coastguard Worker      <arg name='handler' type='xmlStructuredErrorFunc' info='error handler'/>
8822*7c568831SAndroid Build Coastguard Worker      <arg name='data' type='void *' info='data for error handler'/>
8823*7c568831SAndroid Build Coastguard Worker    </function>
8824*7c568831SAndroid Build Coastguard Worker    <function name='xmlCtxtSetMaxAmplification' file='parser' module='parser'>
8825*7c568831SAndroid Build Coastguard Worker      <info>To protect against exponential entity expansion (&quot;billion laughs&quot;), the size of serialized output is (roughly) limited to the input size multiplied by this factor. The default value is 5.  When working with documents making heavy use of entity expansion, it can be necessary to increase the value. For security reasons, this should only be considered when processing trusted input.</info>
8826*7c568831SAndroid Build Coastguard Worker      <return type='void'/>
8827*7c568831SAndroid Build Coastguard Worker      <arg name='ctxt' type='xmlParserCtxtPtr' info='an XML parser context'/>
8828*7c568831SAndroid Build Coastguard Worker      <arg name='maxAmpl' type='unsigned' info='maximum amplification factor'/>
8829*7c568831SAndroid Build Coastguard Worker    </function>
8830*7c568831SAndroid Build Coastguard Worker    <function name='xmlCtxtSetOptions' file='parser' module='parser'>
8831*7c568831SAndroid Build Coastguard Worker      <info>Applies the options to the parser context. Unset options are cleared.  Available since 2.13.0. With older versions, you can use xmlCtxtUseOptions.  XML_PARSE_RECOVER  Enable &quot;recovery&quot; mode which allows non-wellformed documents. How this mode behaves exactly is unspecified and may change without further notice. Use of this feature is DISCOURAGED.  XML_PARSE_NOENT  Despite the confusing name, this option enables substitution of entities. The resulting tree won&apos;t contain any entity reference nodes.  This option also enables loading of external entities (both general and parameter entities) which is dangerous. If you process untrusted data, it&apos;s recommended to set the XML_PARSE_NO_XXE option to disable loading of external entities.  XML_PARSE_DTDLOAD  Enables loading of an external DTD and the loading and substitution of external parameter entities. Has no effect if XML_PARSE_NO_XXE is set.  XML_PARSE_DTDATTR  Adds default attributes from the DTD to the result document.  Implies XML_PARSE_DTDLOAD, but loading of external content can be disabled with XML_PARSE_NO_XXE.  XML_PARSE_DTDVALID  This option enables DTD validation which requires to load external DTDs and external entities (both general and parameter entities) unless XML_PARSE_NO_XXE was set.  XML_PARSE_NO_XXE  Disables loading of external DTDs or entities.  XML_PARSE_NOERROR  Disable error and warning reports to the error handlers. Errors are still accessible with xmlCtxtGetLastError.  XML_PARSE_NOWARNING  Disable warning reports.  XML_PARSE_PEDANTIC  Enable some pedantic warnings.  XML_PARSE_NOBLANKS  Remove some text nodes containing only whitespace from the result document. Which nodes are removed depends on DTD element declarations or a conservative heuristic. The reindenting feature of the serialization code relies on this option to be set when parsing. Use of this option is DISCOURAGED.  XML_PARSE_SAX1  Always invoke the deprecated SAX1 startElement and endElement handlers. This option is DEPRECATED.  XML_PARSE_NONET  Disable network access with the builtin HTTP client.  XML_PARSE_NODICT  Create a document without interned strings, making all strings separate memory allocations.  XML_PARSE_NSCLEAN  Remove redundant namespace declarations from the result document.  XML_PARSE_NOCDATA  Output normal text nodes instead of CDATA nodes.  XML_PARSE_COMPACT  Store small strings directly in the node struct to save memory.  XML_PARSE_OLD10  Use old Name productions from before XML 1.0 Fifth Edition. This options is DEPRECATED.  XML_PARSE_HUGE  Relax some internal limits.  Maximum size of text nodes, tags, comments, processing instructions, CDATA sections, entity values  normal: 10M huge:    1B  Maximum size of names, system literals, pubid literals  normal: 50K huge:   10M  Maximum nesting depth of elements  normal:  256 huge:   2048  Maximum nesting depth of entities  normal: 20 huge:   40  XML_PARSE_OLDSAX  Enable an unspecified legacy mode for SAX parsers. This option is DEPRECATED.  XML_PARSE_IGNORE_ENC  Ignore the encoding in the XML declaration. This option is mostly unneeded these days. The only effect is to enforce UTF-8 decoding of ASCII-like data.  XML_PARSE_BIG_LINES  Enable reporting of line numbers larger than 65535.  XML_PARSE_NO_UNZIP  Disables input decompression. Setting this option is recommended to avoid zip bombs.  Available since 2.14.0.  XML_PARSE_NO_SYS_CATALOG  Disables the global system XML catalog.  Available since 2.14.0.  XML_PARSE_NO_CATALOG_PI  Ignore XML catalog processing instructions.  Available since 2.14.0.</info>
8832*7c568831SAndroid Build Coastguard Worker      <return type='int' info='0 in case of success, the set of unknown or unimplemented options in case of error.'/>
8833*7c568831SAndroid Build Coastguard Worker      <arg name='ctxt' type='xmlParserCtxtPtr' info='an XML parser context'/>
8834*7c568831SAndroid Build Coastguard Worker      <arg name='options' type='int' info='a bitmask of xmlParserOption values'/>
8835*7c568831SAndroid Build Coastguard Worker    </function>
8836*7c568831SAndroid Build Coastguard Worker    <function name='xmlCtxtSetPrivate' file='parser' module='parserInternals'>
8837*7c568831SAndroid Build Coastguard Worker      <info>ctxt:  parser context priv:  private application data  Available since 2.14.0.  Set the private application data.</info>
8838*7c568831SAndroid Build Coastguard Worker      <return type='void'/>
8839*7c568831SAndroid Build Coastguard Worker      <arg name='ctxt' type='xmlParserCtxtPtr' info=''/>
8840*7c568831SAndroid Build Coastguard Worker      <arg name='priv' type='void *' info=''/>
8841*7c568831SAndroid Build Coastguard Worker    </function>
8842*7c568831SAndroid Build Coastguard Worker    <function name='xmlCtxtSetResourceLoader' file='parser' module='parserInternals'>
8843*7c568831SAndroid Build Coastguard Worker      <info>Installs a custom callback to load documents, DTDs or external entities.  Available since 2.14.0.</info>
8844*7c568831SAndroid Build Coastguard Worker      <return type='void'/>
8845*7c568831SAndroid Build Coastguard Worker      <arg name='ctxt' type='xmlParserCtxtPtr' info='parser context'/>
8846*7c568831SAndroid Build Coastguard Worker      <arg name='loader' type='xmlResourceLoader' info='callback'/>
8847*7c568831SAndroid Build Coastguard Worker      <arg name='vctxt' type='void *' info='user data'/>
8848*7c568831SAndroid Build Coastguard Worker    </function>
8849*7c568831SAndroid Build Coastguard Worker    <function name='xmlCtxtUseOptions' file='parser' module='parser'>
8850*7c568831SAndroid Build Coastguard Worker      <info>DEPRECATED: Use xmlCtxtSetOptions.  Applies the options to the parser context. The following options are never cleared and can only be enabled:  XML_PARSE_NOERROR XML_PARSE_NOWARNING XML_PARSE_NONET XML_PARSE_NSCLEAN XML_PARSE_NOCDATA XML_PARSE_COMPACT XML_PARSE_OLD10 XML_PARSE_HUGE XML_PARSE_OLDSAX XML_PARSE_IGNORE_ENC XML_PARSE_BIG_LINES</info>
8851*7c568831SAndroid Build Coastguard Worker      <return type='int' info='0 in case of success, the set of unknown or unimplemented options in case of error.'/>
8852*7c568831SAndroid Build Coastguard Worker      <arg name='ctxt' type='xmlParserCtxtPtr' info='an XML parser context'/>
8853*7c568831SAndroid Build Coastguard Worker      <arg name='options' type='int' info='a combination of xmlParserOption'/>
8854*7c568831SAndroid Build Coastguard Worker    </function>
8855*7c568831SAndroid Build Coastguard Worker    <function name='xmlCurrentChar' file='parserInternals' module='parserInternals'>
8856*7c568831SAndroid Build Coastguard Worker      <info>DEPRECATED: Internal function, do not use.  The current char value, if using UTF-8 this may actually span multiple bytes in the input buffer. Implement the end of line normalization: 2.11 End-of-Line Handling Wherever an external parsed entity or the literal entity value of an internal parsed entity contains either the literal two-character sequence &quot;#xD#xA&quot; or a standalone literal #xD, an XML processor must pass to the application the single character #xA. This behavior can conveniently be produced by normalizing all line breaks to #xA on input, before parsing.)</info>
8857*7c568831SAndroid Build Coastguard Worker      <return type='int' info='the current char value and its length'/>
8858*7c568831SAndroid Build Coastguard Worker      <arg name='ctxt' type='xmlParserCtxtPtr' info='the XML parser context'/>
8859*7c568831SAndroid Build Coastguard Worker      <arg name='len' type='int *' info='pointer to the length of the char read'/>
8860*7c568831SAndroid Build Coastguard Worker    </function>
8861*7c568831SAndroid Build Coastguard Worker    <functype name='xmlDOMWrapAcquireNsFunction' file='tree' module='tree'>
8862*7c568831SAndroid Build Coastguard Worker      <info>A function called to acquire namespaces (xmlNs) from the wrapper.</info>
8863*7c568831SAndroid Build Coastguard Worker      <return type='xmlNsPtr' info='an xmlNsPtr or NULL in case of an error.'/>
8864*7c568831SAndroid Build Coastguard Worker      <arg name='ctxt' type='xmlDOMWrapCtxtPtr' info='a DOM wrapper context'/>
8865*7c568831SAndroid Build Coastguard Worker      <arg name='node' type='xmlNodePtr' info='the context node (element or attribute)'/>
8866*7c568831SAndroid Build Coastguard Worker      <arg name='nsName' type='const xmlChar *' info='the requested namespace name'/>
8867*7c568831SAndroid Build Coastguard Worker      <arg name='nsPrefix' type='const xmlChar *' info='the requested namespace prefix'/>
8868*7c568831SAndroid Build Coastguard Worker    </functype>
8869*7c568831SAndroid Build Coastguard Worker    <function name='xmlDOMWrapAdoptNode' file='tree' module='tree'>
8870*7c568831SAndroid Build Coastguard Worker      <info>References of out-of scope ns-decls are remapped to point to @destDoc: 1) If @destParent is given, then nsDef entries on element-nodes are used 2) If *no* @destParent is given, then @destDoc-&gt;oldNs entries are used This is the case when you have an unlinked node and just want to move it to the context of  If @destParent is given, it ensures that the tree is namespace wellformed by creating additional ns-decls where needed. Note that, since prefixes of already existent ns-decls can be shadowed by this process, it could break QNames in attribute values or element content. NOTE: This function was not intensively tested.</info>
8871*7c568831SAndroid Build Coastguard Worker      <return type='int' info='0 if the operation succeeded, 1 if a node of unsupported type was given, 2 if a node of not yet supported type was given and -1 on API/internal errors.'/>
8872*7c568831SAndroid Build Coastguard Worker      <arg name='ctxt' type='xmlDOMWrapCtxtPtr' info='the optional context for custom processing'/>
8873*7c568831SAndroid Build Coastguard Worker      <arg name='sourceDoc' type='xmlDocPtr' info='the optional sourceDoc'/>
8874*7c568831SAndroid Build Coastguard Worker      <arg name='node' type='xmlNodePtr' info='the node to start with'/>
8875*7c568831SAndroid Build Coastguard Worker      <arg name='destDoc' type='xmlDocPtr' info='the destination doc'/>
8876*7c568831SAndroid Build Coastguard Worker      <arg name='destParent' type='xmlNodePtr' info='the optional new parent of @node in @destDoc'/>
8877*7c568831SAndroid Build Coastguard Worker      <arg name='options' type='int' info='option flags'/>
8878*7c568831SAndroid Build Coastguard Worker    </function>
8879*7c568831SAndroid Build Coastguard Worker    <function name='xmlDOMWrapCloneNode' file='tree' module='tree'>
8880*7c568831SAndroid Build Coastguard Worker      <info>References of out-of scope ns-decls are remapped to point to @destDoc: 1) If @destParent is given, then nsDef entries on element-nodes are used 2) If *no* @destParent is given, then @destDoc-&gt;oldNs entries are used. This is the case when you don&apos;t know already where the cloned branch will be added to.  If @destParent is given, it ensures that the tree is namespace wellformed by creating additional ns-decls where needed. Note that, since prefixes of already existent ns-decls can be shadowed by this process, it could break QNames in attribute values or element content. TODO: 1) What to do with XInclude? Currently this returns an error for XInclude.</info>
8881*7c568831SAndroid Build Coastguard Worker      <return type='int' info='0 if the operation succeeded, 1 if a node of unsupported (or not yet supported) type was given, -1 on API/internal errors.'/>
8882*7c568831SAndroid Build Coastguard Worker      <arg name='ctxt' type='xmlDOMWrapCtxtPtr' info='the optional context for custom processing'/>
8883*7c568831SAndroid Build Coastguard Worker      <arg name='sourceDoc' type='xmlDocPtr' info='the optional sourceDoc'/>
8884*7c568831SAndroid Build Coastguard Worker      <arg name='node' type='xmlNodePtr' info='the node to start with'/>
8885*7c568831SAndroid Build Coastguard Worker      <arg name='resNode' type='xmlNodePtr *' info='the clone of the given @node'/>
8886*7c568831SAndroid Build Coastguard Worker      <arg name='destDoc' type='xmlDocPtr' info='the destination doc'/>
8887*7c568831SAndroid Build Coastguard Worker      <arg name='destParent' type='xmlNodePtr' info='the optional new parent of @node in @destDoc'/>
8888*7c568831SAndroid Build Coastguard Worker      <arg name='deep' type='int' info='descend into child if set'/>
8889*7c568831SAndroid Build Coastguard Worker      <arg name='options' type='int' info='option flags'/>
8890*7c568831SAndroid Build Coastguard Worker    </function>
8891*7c568831SAndroid Build Coastguard Worker    <function name='xmlDOMWrapFreeCtxt' file='tree' module='tree'>
8892*7c568831SAndroid Build Coastguard Worker      <info>Frees the DOM-wrapper context.</info>
8893*7c568831SAndroid Build Coastguard Worker      <return type='void'/>
8894*7c568831SAndroid Build Coastguard Worker      <arg name='ctxt' type='xmlDOMWrapCtxtPtr' info='the DOM-wrapper context'/>
8895*7c568831SAndroid Build Coastguard Worker    </function>
8896*7c568831SAndroid Build Coastguard Worker    <function name='xmlDOMWrapNewCtxt' file='tree' module='tree'>
8897*7c568831SAndroid Build Coastguard Worker      <info>Allocates and initializes a new DOM-wrapper context.</info>
8898*7c568831SAndroid Build Coastguard Worker      <return type='xmlDOMWrapCtxtPtr' info='the xmlDOMWrapCtxtPtr or NULL in case of an internal error.'/>
8899*7c568831SAndroid Build Coastguard Worker    </function>
8900*7c568831SAndroid Build Coastguard Worker    <function name='xmlDOMWrapReconcileNamespaces' file='tree' module='tree'>
8901*7c568831SAndroid Build Coastguard Worker      <info>Ensures that ns-references point to ns-decls hold on element-nodes. Ensures that the tree is namespace wellformed by creating additional ns-decls where needed. Note that, since prefixes of already existent ns-decls can be shadowed by this process, it could break QNames in attribute values or element content.  NOTE: This function was not intensively tested.</info>
8902*7c568831SAndroid Build Coastguard Worker      <return type='int' info='0 if succeeded, -1 otherwise and on API/internal errors.'/>
8903*7c568831SAndroid Build Coastguard Worker      <arg name='ctxt' type='xmlDOMWrapCtxtPtr' info='DOM wrapper context, unused at the moment'/>
8904*7c568831SAndroid Build Coastguard Worker      <arg name='elem' type='xmlNodePtr' info='the element-node'/>
8905*7c568831SAndroid Build Coastguard Worker      <arg name='options' type='int' info='option flags'/>
8906*7c568831SAndroid Build Coastguard Worker    </function>
8907*7c568831SAndroid Build Coastguard Worker    <function name='xmlDOMWrapRemoveNode' file='tree' module='tree'>
8908*7c568831SAndroid Build Coastguard Worker      <info>Unlinks the given node from its owner. This will substitute ns-references to node-&gt;nsDef for ns-references to doc-&gt;oldNs, thus ensuring the removed branch to be autark wrt ns-references.  NOTE: This function was not intensively tested.</info>
8909*7c568831SAndroid Build Coastguard Worker      <return type='int' info='0 on success, 1 if the node is not supported, -1 on API and internal errors.'/>
8910*7c568831SAndroid Build Coastguard Worker      <arg name='ctxt' type='xmlDOMWrapCtxtPtr' info='a DOM wrapper context'/>
8911*7c568831SAndroid Build Coastguard Worker      <arg name='doc' type='xmlDocPtr' info='the doc'/>
8912*7c568831SAndroid Build Coastguard Worker      <arg name='node' type='xmlNodePtr' info='the node to be removed.'/>
8913*7c568831SAndroid Build Coastguard Worker      <arg name='options' type='int' info='set of options, unused at the moment'/>
8914*7c568831SAndroid Build Coastguard Worker    </function>
8915*7c568831SAndroid Build Coastguard Worker    <function name='xmlDebugCheckDocument' file='debugXML' module='debugXML'>
8916*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_DEBUG_ENABLED)</cond>
8917*7c568831SAndroid Build Coastguard Worker      <info>Check the document for potential content problems, and output the errors to @output</info>
8918*7c568831SAndroid Build Coastguard Worker      <return type='int' info='the number of errors found'/>
8919*7c568831SAndroid Build Coastguard Worker      <arg name='output' type='FILE *' info='the FILE * for the output'/>
8920*7c568831SAndroid Build Coastguard Worker      <arg name='doc' type='xmlDocPtr' info='the document'/>
8921*7c568831SAndroid Build Coastguard Worker    </function>
8922*7c568831SAndroid Build Coastguard Worker    <function name='xmlDebugDumpAttr' file='debugXML' module='debugXML'>
8923*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_DEBUG_ENABLED)</cond>
8924*7c568831SAndroid Build Coastguard Worker      <info>Dumps debug information for the attribute</info>
8925*7c568831SAndroid Build Coastguard Worker      <return type='void'/>
8926*7c568831SAndroid Build Coastguard Worker      <arg name='output' type='FILE *' info='the FILE * for the output'/>
8927*7c568831SAndroid Build Coastguard Worker      <arg name='attr' type='xmlAttrPtr' info='the attribute'/>
8928*7c568831SAndroid Build Coastguard Worker      <arg name='depth' type='int' info='the indentation level.'/>
8929*7c568831SAndroid Build Coastguard Worker    </function>
8930*7c568831SAndroid Build Coastguard Worker    <function name='xmlDebugDumpAttrList' file='debugXML' module='debugXML'>
8931*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_DEBUG_ENABLED)</cond>
8932*7c568831SAndroid Build Coastguard Worker      <info>Dumps debug information for the attribute list</info>
8933*7c568831SAndroid Build Coastguard Worker      <return type='void'/>
8934*7c568831SAndroid Build Coastguard Worker      <arg name='output' type='FILE *' info='the FILE * for the output'/>
8935*7c568831SAndroid Build Coastguard Worker      <arg name='attr' type='xmlAttrPtr' info='the attribute list'/>
8936*7c568831SAndroid Build Coastguard Worker      <arg name='depth' type='int' info='the indentation level.'/>
8937*7c568831SAndroid Build Coastguard Worker    </function>
8938*7c568831SAndroid Build Coastguard Worker    <function name='xmlDebugDumpDTD' file='debugXML' module='debugXML'>
8939*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_DEBUG_ENABLED)</cond>
8940*7c568831SAndroid Build Coastguard Worker      <info>Dumps debug information for the DTD</info>
8941*7c568831SAndroid Build Coastguard Worker      <return type='void'/>
8942*7c568831SAndroid Build Coastguard Worker      <arg name='output' type='FILE *' info='the FILE * for the output'/>
8943*7c568831SAndroid Build Coastguard Worker      <arg name='dtd' type='xmlDtdPtr' info='the DTD'/>
8944*7c568831SAndroid Build Coastguard Worker    </function>
8945*7c568831SAndroid Build Coastguard Worker    <function name='xmlDebugDumpDocument' file='debugXML' module='debugXML'>
8946*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_DEBUG_ENABLED)</cond>
8947*7c568831SAndroid Build Coastguard Worker      <info>Dumps debug information for the document, it&apos;s recursive</info>
8948*7c568831SAndroid Build Coastguard Worker      <return type='void'/>
8949*7c568831SAndroid Build Coastguard Worker      <arg name='output' type='FILE *' info='the FILE * for the output'/>
8950*7c568831SAndroid Build Coastguard Worker      <arg name='doc' type='xmlDocPtr' info='the document'/>
8951*7c568831SAndroid Build Coastguard Worker    </function>
8952*7c568831SAndroid Build Coastguard Worker    <function name='xmlDebugDumpDocumentHead' file='debugXML' module='debugXML'>
8953*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_DEBUG_ENABLED)</cond>
8954*7c568831SAndroid Build Coastguard Worker      <info>Dumps debug information concerning the document, not recursive</info>
8955*7c568831SAndroid Build Coastguard Worker      <return type='void'/>
8956*7c568831SAndroid Build Coastguard Worker      <arg name='output' type='FILE *' info='the FILE * for the output'/>
8957*7c568831SAndroid Build Coastguard Worker      <arg name='doc' type='xmlDocPtr' info='the document'/>
8958*7c568831SAndroid Build Coastguard Worker    </function>
8959*7c568831SAndroid Build Coastguard Worker    <function name='xmlDebugDumpEntities' file='debugXML' module='debugXML'>
8960*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_DEBUG_ENABLED)</cond>
8961*7c568831SAndroid Build Coastguard Worker      <info>Dumps debug information for all the entities in use by the document</info>
8962*7c568831SAndroid Build Coastguard Worker      <return type='void'/>
8963*7c568831SAndroid Build Coastguard Worker      <arg name='output' type='FILE *' info='the FILE * for the output'/>
8964*7c568831SAndroid Build Coastguard Worker      <arg name='doc' type='xmlDocPtr' info='the document'/>
8965*7c568831SAndroid Build Coastguard Worker    </function>
8966*7c568831SAndroid Build Coastguard Worker    <function name='xmlDebugDumpNode' file='debugXML' module='debugXML'>
8967*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_DEBUG_ENABLED)</cond>
8968*7c568831SAndroid Build Coastguard Worker      <info>Dumps debug information for the element node, it is recursive</info>
8969*7c568831SAndroid Build Coastguard Worker      <return type='void'/>
8970*7c568831SAndroid Build Coastguard Worker      <arg name='output' type='FILE *' info='the FILE * for the output'/>
8971*7c568831SAndroid Build Coastguard Worker      <arg name='node' type='xmlNodePtr' info='the node'/>
8972*7c568831SAndroid Build Coastguard Worker      <arg name='depth' type='int' info='the indentation level.'/>
8973*7c568831SAndroid Build Coastguard Worker    </function>
8974*7c568831SAndroid Build Coastguard Worker    <function name='xmlDebugDumpNodeList' file='debugXML' module='debugXML'>
8975*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_DEBUG_ENABLED)</cond>
8976*7c568831SAndroid Build Coastguard Worker      <info>Dumps debug information for the list of element node, it is recursive</info>
8977*7c568831SAndroid Build Coastguard Worker      <return type='void'/>
8978*7c568831SAndroid Build Coastguard Worker      <arg name='output' type='FILE *' info='the FILE * for the output'/>
8979*7c568831SAndroid Build Coastguard Worker      <arg name='node' type='xmlNodePtr' info='the node list'/>
8980*7c568831SAndroid Build Coastguard Worker      <arg name='depth' type='int' info='the indentation level.'/>
8981*7c568831SAndroid Build Coastguard Worker    </function>
8982*7c568831SAndroid Build Coastguard Worker    <function name='xmlDebugDumpOneNode' file='debugXML' module='debugXML'>
8983*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_DEBUG_ENABLED)</cond>
8984*7c568831SAndroid Build Coastguard Worker      <info>Dumps debug information for the element node, it is not recursive</info>
8985*7c568831SAndroid Build Coastguard Worker      <return type='void'/>
8986*7c568831SAndroid Build Coastguard Worker      <arg name='output' type='FILE *' info='the FILE * for the output'/>
8987*7c568831SAndroid Build Coastguard Worker      <arg name='node' type='xmlNodePtr' info='the node'/>
8988*7c568831SAndroid Build Coastguard Worker      <arg name='depth' type='int' info='the indentation level.'/>
8989*7c568831SAndroid Build Coastguard Worker    </function>
8990*7c568831SAndroid Build Coastguard Worker    <function name='xmlDebugDumpString' file='debugXML' module='debugXML'>
8991*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_DEBUG_ENABLED)</cond>
8992*7c568831SAndroid Build Coastguard Worker      <info>Dumps information about the string, shorten it if necessary</info>
8993*7c568831SAndroid Build Coastguard Worker      <return type='void'/>
8994*7c568831SAndroid Build Coastguard Worker      <arg name='output' type='FILE *' info='the FILE * for the output'/>
8995*7c568831SAndroid Build Coastguard Worker      <arg name='str' type='const xmlChar *' info='the string'/>
8996*7c568831SAndroid Build Coastguard Worker    </function>
8997*7c568831SAndroid Build Coastguard Worker    <function name='xmlDefaultSAXHandlerInit' file='SAX2' module='SAX2'>
8998*7c568831SAndroid Build Coastguard Worker      <info>DEPRECATED: This function is a no-op. Call xmlInitParser to initialize the library.  Initialize the default SAX2 handler</info>
8999*7c568831SAndroid Build Coastguard Worker      <return type='void'/>
9000*7c568831SAndroid Build Coastguard Worker    </function>
9001*7c568831SAndroid Build Coastguard Worker    <function name='xmlDelEncodingAlias' file='encoding' module='encoding'>
9002*7c568831SAndroid Build Coastguard Worker      <info>DEPRECATED: This function modifies global state and is not thread-safe.  Unregisters an encoding alias @alias</info>
9003*7c568831SAndroid Build Coastguard Worker      <return type='int' info='0 in case of success, -1 in case of error'/>
9004*7c568831SAndroid Build Coastguard Worker      <arg name='alias' type='const char *' info='the alias name as parsed, in UTF-8 format (ASCII actually)'/>
9005*7c568831SAndroid Build Coastguard Worker    </function>
9006*7c568831SAndroid Build Coastguard Worker    <function name='xmlDeregisterNodeDefault' file='tree' module='tree'>
9007*7c568831SAndroid Build Coastguard Worker      <info>DEPRECATED: don&apos;t use  Registers a callback for node destruction</info>
9008*7c568831SAndroid Build Coastguard Worker      <return type='xmlDeregisterNodeFunc' info='the previous value of the deregistration function'/>
9009*7c568831SAndroid Build Coastguard Worker      <arg name='func' type='xmlDeregisterNodeFunc' info='function pointer to the new DeregisterNodeFunc'/>
9010*7c568831SAndroid Build Coastguard Worker    </function>
9011*7c568831SAndroid Build Coastguard Worker    <functype name='xmlDeregisterNodeFunc' file='tree' module='tree'>
9012*7c568831SAndroid Build Coastguard Worker      <info>Signature for the deregistration callback of a discarded node</info>
9013*7c568831SAndroid Build Coastguard Worker      <return type='void'/>
9014*7c568831SAndroid Build Coastguard Worker      <arg name='node' type='xmlNodePtr' info='the current node'/>
9015*7c568831SAndroid Build Coastguard Worker    </functype>
9016*7c568831SAndroid Build Coastguard Worker    <function name='xmlDetectCharEncoding' file='encoding' module='encoding'>
9017*7c568831SAndroid Build Coastguard Worker      <info>Guess the encoding of the entity using the first bytes of the entity content according to the non-normative appendix F of the XML-1.0 recommendation.</info>
9018*7c568831SAndroid Build Coastguard Worker      <return type='xmlCharEncoding' info='one of the XML_CHAR_ENCODING_... values.'/>
9019*7c568831SAndroid Build Coastguard Worker      <arg name='in' type='const unsigned char *' info='a pointer to the first bytes of the XML entity, must be at least 2 bytes long (at least 4 if encoding is UTF4 variant).'/>
9020*7c568831SAndroid Build Coastguard Worker      <arg name='len' type='int' info='pointer to the length of the buffer'/>
9021*7c568831SAndroid Build Coastguard Worker    </function>
9022*7c568831SAndroid Build Coastguard Worker    <function name='xmlDictCleanup' file='dict' module='dict'>
9023*7c568831SAndroid Build Coastguard Worker      <info>DEPRECATED: This function is a no-op. Call xmlCleanupParser to free global state but see the warnings there. xmlCleanupParser should be only called once at program exit. In most cases, you don&apos;t have call cleanup functions at all.</info>
9024*7c568831SAndroid Build Coastguard Worker      <return type='void'/>
9025*7c568831SAndroid Build Coastguard Worker    </function>
9026*7c568831SAndroid Build Coastguard Worker    <function name='xmlDictCreate' file='dict' module='dict'>
9027*7c568831SAndroid Build Coastguard Worker      <info>Create a new dictionary</info>
9028*7c568831SAndroid Build Coastguard Worker      <return type='xmlDictPtr' info='the newly created dictionary, or NULL if an error occurred.'/>
9029*7c568831SAndroid Build Coastguard Worker    </function>
9030*7c568831SAndroid Build Coastguard Worker    <function name='xmlDictCreateSub' file='dict' module='dict'>
9031*7c568831SAndroid Build Coastguard Worker      <info>Create a new dictionary, inheriting strings from the read-only dictionary @sub. On lookup, strings are first searched in the new dictionary, then in @sub, and if not found are created in the new dictionary.</info>
9032*7c568831SAndroid Build Coastguard Worker      <return type='xmlDictPtr' info='the newly created dictionary, or NULL if an error occurred.'/>
9033*7c568831SAndroid Build Coastguard Worker      <arg name='sub' type='xmlDictPtr' info='an existing dictionary'/>
9034*7c568831SAndroid Build Coastguard Worker    </function>
9035*7c568831SAndroid Build Coastguard Worker    <function name='xmlDictExists' file='dict' module='dict'>
9036*7c568831SAndroid Build Coastguard Worker      <info>Check if a string exists in the dictionary.</info>
9037*7c568831SAndroid Build Coastguard Worker      <return type='const xmlChar *' info='the internal copy of the name or NULL if not found.'/>
9038*7c568831SAndroid Build Coastguard Worker      <arg name='dict' type='xmlDictPtr' info='the dictionary'/>
9039*7c568831SAndroid Build Coastguard Worker      <arg name='name' type='const xmlChar *' info='the name of the userdata'/>
9040*7c568831SAndroid Build Coastguard Worker      <arg name='len' type='int' info='the length of the name, if -1 it is recomputed'/>
9041*7c568831SAndroid Build Coastguard Worker    </function>
9042*7c568831SAndroid Build Coastguard Worker    <function name='xmlDictFree' file='dict' module='dict'>
9043*7c568831SAndroid Build Coastguard Worker      <info>Free the hash @dict and its contents. The userdata is deallocated with @f if provided.</info>
9044*7c568831SAndroid Build Coastguard Worker      <return type='void'/>
9045*7c568831SAndroid Build Coastguard Worker      <arg name='dict' type='xmlDictPtr' info='the dictionary'/>
9046*7c568831SAndroid Build Coastguard Worker    </function>
9047*7c568831SAndroid Build Coastguard Worker    <function name='xmlDictGetUsage' file='dict' module='dict'>
9048*7c568831SAndroid Build Coastguard Worker      <info>Get how much memory is used by a dictionary for strings Added in 2.9.0</info>
9049*7c568831SAndroid Build Coastguard Worker      <return type='size_t' info='the amount of strings allocated'/>
9050*7c568831SAndroid Build Coastguard Worker      <arg name='dict' type='xmlDictPtr' info='the dictionary'/>
9051*7c568831SAndroid Build Coastguard Worker    </function>
9052*7c568831SAndroid Build Coastguard Worker    <function name='xmlDictLookup' file='dict' module='dict'>
9053*7c568831SAndroid Build Coastguard Worker      <info>Lookup a string and add it to the dictionary if it wasn&apos;t found.</info>
9054*7c568831SAndroid Build Coastguard Worker      <return type='const xmlChar *' info='the interned copy of the string or NULL if a memory allocation failed.'/>
9055*7c568831SAndroid Build Coastguard Worker      <arg name='dict' type='xmlDictPtr' info='dictionary'/>
9056*7c568831SAndroid Build Coastguard Worker      <arg name='name' type='const xmlChar *' info='string key'/>
9057*7c568831SAndroid Build Coastguard Worker      <arg name='len' type='int' info='length of the key, if -1 it is recomputed'/>
9058*7c568831SAndroid Build Coastguard Worker    </function>
9059*7c568831SAndroid Build Coastguard Worker    <function name='xmlDictOwns' file='dict' module='dict'>
9060*7c568831SAndroid Build Coastguard Worker      <info>check if a string is owned by the dictionary</info>
9061*7c568831SAndroid Build Coastguard Worker      <return type='int' info='1 if true, 0 if false and -1 in case of error -1 in case of error'/>
9062*7c568831SAndroid Build Coastguard Worker      <arg name='dict' type='xmlDictPtr' info='the dictionary'/>
9063*7c568831SAndroid Build Coastguard Worker      <arg name='str' type='const xmlChar *' info='the string'/>
9064*7c568831SAndroid Build Coastguard Worker    </function>
9065*7c568831SAndroid Build Coastguard Worker    <function name='xmlDictQLookup' file='dict' module='dict'>
9066*7c568831SAndroid Build Coastguard Worker      <info>Lookup the QName @prefix:@name and add it to the dictionary if it wasn&apos;t found.</info>
9067*7c568831SAndroid Build Coastguard Worker      <return type='const xmlChar *' info='the interned copy of the string or NULL if a memory allocation failed.'/>
9068*7c568831SAndroid Build Coastguard Worker      <arg name='dict' type='xmlDictPtr' info='the dictionary'/>
9069*7c568831SAndroid Build Coastguard Worker      <arg name='prefix' type='const xmlChar *' info='the prefix'/>
9070*7c568831SAndroid Build Coastguard Worker      <arg name='name' type='const xmlChar *' info='the name'/>
9071*7c568831SAndroid Build Coastguard Worker    </function>
9072*7c568831SAndroid Build Coastguard Worker    <function name='xmlDictReference' file='dict' module='dict'>
9073*7c568831SAndroid Build Coastguard Worker      <info>Increment the reference counter of a dictionary</info>
9074*7c568831SAndroid Build Coastguard Worker      <return type='int' info='0 in case of success and -1 in case of error'/>
9075*7c568831SAndroid Build Coastguard Worker      <arg name='dict' type='xmlDictPtr' info='the dictionary'/>
9076*7c568831SAndroid Build Coastguard Worker    </function>
9077*7c568831SAndroid Build Coastguard Worker    <function name='xmlDictSetLimit' file='dict' module='dict'>
9078*7c568831SAndroid Build Coastguard Worker      <info>Set a size limit for the dictionary Added in 2.9.0</info>
9079*7c568831SAndroid Build Coastguard Worker      <return type='size_t' info='the previous limit of the dictionary or 0'/>
9080*7c568831SAndroid Build Coastguard Worker      <arg name='dict' type='xmlDictPtr' info='the dictionary'/>
9081*7c568831SAndroid Build Coastguard Worker      <arg name='limit' type='size_t' info='the limit in bytes'/>
9082*7c568831SAndroid Build Coastguard Worker    </function>
9083*7c568831SAndroid Build Coastguard Worker    <function name='xmlDictSize' file='dict' module='dict'>
9084*7c568831SAndroid Build Coastguard Worker      <info>Query the number of elements installed in the hash @dict.</info>
9085*7c568831SAndroid Build Coastguard Worker      <return type='int' info='the number of elements in the dictionary or -1 in case of error'/>
9086*7c568831SAndroid Build Coastguard Worker      <arg name='dict' type='xmlDictPtr' info='the dictionary'/>
9087*7c568831SAndroid Build Coastguard Worker    </function>
9088*7c568831SAndroid Build Coastguard Worker    <function name='xmlDocCopyNode' file='tree' module='tree'>
9089*7c568831SAndroid Build Coastguard Worker      <info>Copy a node into another document.</info>
9090*7c568831SAndroid Build Coastguard Worker      <return type='xmlNodePtr' info='the copied node or NULL if a memory allocation failed.'/>
9091*7c568831SAndroid Build Coastguard Worker      <arg name='node' type='xmlNodePtr' info='the node'/>
9092*7c568831SAndroid Build Coastguard Worker      <arg name='doc' type='xmlDocPtr' info='the document'/>
9093*7c568831SAndroid Build Coastguard Worker      <arg name='extended' type='int' info='if 1 do a recursive copy (properties, namespaces and children when applicable) if 2 copy properties and namespaces (when applicable)'/>
9094*7c568831SAndroid Build Coastguard Worker    </function>
9095*7c568831SAndroid Build Coastguard Worker    <function name='xmlDocCopyNodeList' file='tree' module='tree'>
9096*7c568831SAndroid Build Coastguard Worker      <info>Copy a node list and all children into a new document.</info>
9097*7c568831SAndroid Build Coastguard Worker      <return type='xmlNodePtr' info='the head of the copied list or NULL if a memory allocation failed.'/>
9098*7c568831SAndroid Build Coastguard Worker      <arg name='doc' type='xmlDocPtr' info='the target document'/>
9099*7c568831SAndroid Build Coastguard Worker      <arg name='node' type='xmlNodePtr' info='the first node in the list.'/>
9100*7c568831SAndroid Build Coastguard Worker    </function>
9101*7c568831SAndroid Build Coastguard Worker    <function name='xmlDocDump' file='tree' module='xmlsave'>
9102*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_OUTPUT_ENABLED)</cond>
9103*7c568831SAndroid Build Coastguard Worker      <info>Dump an XML document to an open FILE.</info>
9104*7c568831SAndroid Build Coastguard Worker      <return type='int' info='the number of bytes written or -1 in case of failure.'/>
9105*7c568831SAndroid Build Coastguard Worker      <arg name='f' type='FILE *' info='the FILE*'/>
9106*7c568831SAndroid Build Coastguard Worker      <arg name='cur' type='xmlDocPtr' info='the document'/>
9107*7c568831SAndroid Build Coastguard Worker    </function>
9108*7c568831SAndroid Build Coastguard Worker    <function name='xmlDocDumpFormatMemory' file='tree' module='xmlsave'>
9109*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_OUTPUT_ENABLED)</cond>
9110*7c568831SAndroid Build Coastguard Worker      <info>Dump an XML document in memory and return the #xmlChar * and it&apos;s size. It&apos;s up to the caller to free the memory with xmlFree(). Note that @format = 1 provide node indenting only if xmlIndentTreeOutput = 1 or xmlKeepBlanksDefault(0) was called</info>
9111*7c568831SAndroid Build Coastguard Worker      <return type='void'/>
9112*7c568831SAndroid Build Coastguard Worker      <arg name='cur' type='xmlDocPtr' info='the document'/>
9113*7c568831SAndroid Build Coastguard Worker      <arg name='mem' type='xmlChar **' info='OUT: the memory pointer'/>
9114*7c568831SAndroid Build Coastguard Worker      <arg name='size' type='int *' info='OUT: the memory length'/>
9115*7c568831SAndroid Build Coastguard Worker      <arg name='format' type='int' info='should formatting spaces been added'/>
9116*7c568831SAndroid Build Coastguard Worker    </function>
9117*7c568831SAndroid Build Coastguard Worker    <function name='xmlDocDumpFormatMemoryEnc' file='tree' module='xmlsave'>
9118*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_OUTPUT_ENABLED)</cond>
9119*7c568831SAndroid Build Coastguard Worker      <info>Dump the current DOM tree into memory using the character encoding specified by the caller.  Note it is up to the caller of this function to free the allocated memory with xmlFree(). Note that @format = 1 provide node indenting only if xmlIndentTreeOutput = 1 or xmlKeepBlanksDefault(0) was called</info>
9120*7c568831SAndroid Build Coastguard Worker      <return type='void'/>
9121*7c568831SAndroid Build Coastguard Worker      <arg name='out_doc' type='xmlDocPtr' info='Document to generate XML text from'/>
9122*7c568831SAndroid Build Coastguard Worker      <arg name='doc_txt_ptr' type='xmlChar **' info='Memory pointer for allocated XML text'/>
9123*7c568831SAndroid Build Coastguard Worker      <arg name='doc_txt_len' type='int *' info='Length of the generated XML text'/>
9124*7c568831SAndroid Build Coastguard Worker      <arg name='txt_encoding' type='const char *' info='Character encoding to use when generating XML text'/>
9125*7c568831SAndroid Build Coastguard Worker      <arg name='format' type='int' info='should formatting spaces been added'/>
9126*7c568831SAndroid Build Coastguard Worker    </function>
9127*7c568831SAndroid Build Coastguard Worker    <function name='xmlDocDumpMemory' file='tree' module='xmlsave'>
9128*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_OUTPUT_ENABLED)</cond>
9129*7c568831SAndroid Build Coastguard Worker      <info>Dump an XML document in memory and return the #xmlChar * and it&apos;s size in bytes. It&apos;s up to the caller to free the memory with xmlFree(). The resulting byte array is zero terminated, though the last 0 is not included in the returned size.</info>
9130*7c568831SAndroid Build Coastguard Worker      <return type='void'/>
9131*7c568831SAndroid Build Coastguard Worker      <arg name='cur' type='xmlDocPtr' info='the document'/>
9132*7c568831SAndroid Build Coastguard Worker      <arg name='mem' type='xmlChar **' info='OUT: the memory pointer'/>
9133*7c568831SAndroid Build Coastguard Worker      <arg name='size' type='int *' info='OUT: the memory length'/>
9134*7c568831SAndroid Build Coastguard Worker    </function>
9135*7c568831SAndroid Build Coastguard Worker    <function name='xmlDocDumpMemoryEnc' file='tree' module='xmlsave'>
9136*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_OUTPUT_ENABLED)</cond>
9137*7c568831SAndroid Build Coastguard Worker      <info>Dump the current DOM tree into memory using the character encoding specified by the caller.  Note it is up to the caller of this function to free the allocated memory with xmlFree().</info>
9138*7c568831SAndroid Build Coastguard Worker      <return type='void'/>
9139*7c568831SAndroid Build Coastguard Worker      <arg name='out_doc' type='xmlDocPtr' info='Document to generate XML text from'/>
9140*7c568831SAndroid Build Coastguard Worker      <arg name='doc_txt_ptr' type='xmlChar **' info='Memory pointer for allocated XML text'/>
9141*7c568831SAndroid Build Coastguard Worker      <arg name='doc_txt_len' type='int *' info='Length of the generated XML text'/>
9142*7c568831SAndroid Build Coastguard Worker      <arg name='txt_encoding' type='const char *' info='Character encoding to use when generating XML text'/>
9143*7c568831SAndroid Build Coastguard Worker    </function>
9144*7c568831SAndroid Build Coastguard Worker    <function name='xmlDocFormatDump' file='tree' module='xmlsave'>
9145*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_OUTPUT_ENABLED)</cond>
9146*7c568831SAndroid Build Coastguard Worker      <info>Dump an XML document to an open FILE.</info>
9147*7c568831SAndroid Build Coastguard Worker      <return type='int' info='the number of bytes written or -1 in case of failure. Note that @format = 1 provide node indenting only if xmlIndentTreeOutput = 1 or xmlKeepBlanksDefault(0) was called'/>
9148*7c568831SAndroid Build Coastguard Worker      <arg name='f' type='FILE *' info='the FILE*'/>
9149*7c568831SAndroid Build Coastguard Worker      <arg name='cur' type='xmlDocPtr' info='the document'/>
9150*7c568831SAndroid Build Coastguard Worker      <arg name='format' type='int' info='should formatting spaces been added'/>
9151*7c568831SAndroid Build Coastguard Worker    </function>
9152*7c568831SAndroid Build Coastguard Worker    <function name='xmlDocGetRootElement' file='tree' module='tree'>
9153*7c568831SAndroid Build Coastguard Worker      <info>Get the root element of the document (doc-&gt;children is a list containing possibly comments, PIs, etc ...).</info>
9154*7c568831SAndroid Build Coastguard Worker      <return type='xmlNodePtr' info='the root element or NULL if no element was found.'/>
9155*7c568831SAndroid Build Coastguard Worker      <arg name='doc' type='const xmlDoc *' info='the document'/>
9156*7c568831SAndroid Build Coastguard Worker    </function>
9157*7c568831SAndroid Build Coastguard Worker    <function name='xmlDocSetRootElement' file='tree' module='tree'>
9158*7c568831SAndroid Build Coastguard Worker      <info>Set the root element of the document (doc-&gt;children is a list containing possibly comments, PIs, etc ...).  @root must be an element node. It is unlinked before insertion.</info>
9159*7c568831SAndroid Build Coastguard Worker      <return type='xmlNodePtr' info='the unlinked old root element or NULL if the document didn&apos;t have a root element or a memory allocation failed.'/>
9160*7c568831SAndroid Build Coastguard Worker      <arg name='doc' type='xmlDocPtr' info='the document'/>
9161*7c568831SAndroid Build Coastguard Worker      <arg name='root' type='xmlNodePtr' info='the new document root element, if root is NULL no action is taken, to remove a node from a document use xmlUnlinkNode(root) instead.'/>
9162*7c568831SAndroid Build Coastguard Worker    </function>
9163*7c568831SAndroid Build Coastguard Worker    <function name='xmlDumpAttributeDecl' file='valid' module='valid'>
9164*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_OUTPUT_ENABLED)</cond>
9165*7c568831SAndroid Build Coastguard Worker      <info>DEPRECATED: Use xmlSaveTree.  This will dump the content of the attribute declaration as an XML DTD definition</info>
9166*7c568831SAndroid Build Coastguard Worker      <return type='void'/>
9167*7c568831SAndroid Build Coastguard Worker      <arg name='buf' type='xmlBufferPtr' info='the XML buffer output'/>
9168*7c568831SAndroid Build Coastguard Worker      <arg name='attr' type='xmlAttributePtr' info='An attribute declaration'/>
9169*7c568831SAndroid Build Coastguard Worker    </function>
9170*7c568831SAndroid Build Coastguard Worker    <function name='xmlDumpAttributeTable' file='valid' module='valid'>
9171*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_OUTPUT_ENABLED)</cond>
9172*7c568831SAndroid Build Coastguard Worker      <info>DEPRECATED: Don&apos;t use.  This will dump the content of the attribute table as an XML DTD definition</info>
9173*7c568831SAndroid Build Coastguard Worker      <return type='void'/>
9174*7c568831SAndroid Build Coastguard Worker      <arg name='buf' type='xmlBufferPtr' info='the XML buffer output'/>
9175*7c568831SAndroid Build Coastguard Worker      <arg name='table' type='xmlAttributeTablePtr' info='An attribute table'/>
9176*7c568831SAndroid Build Coastguard Worker    </function>
9177*7c568831SAndroid Build Coastguard Worker    <function name='xmlDumpElementDecl' file='valid' module='valid'>
9178*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_OUTPUT_ENABLED)</cond>
9179*7c568831SAndroid Build Coastguard Worker      <info>DEPRECATED: Use xmlSaveTree.  This will dump the content of the element declaration as an XML DTD definition</info>
9180*7c568831SAndroid Build Coastguard Worker      <return type='void'/>
9181*7c568831SAndroid Build Coastguard Worker      <arg name='buf' type='xmlBufferPtr' info='the XML buffer output'/>
9182*7c568831SAndroid Build Coastguard Worker      <arg name='elem' type='xmlElementPtr' info='An element table'/>
9183*7c568831SAndroid Build Coastguard Worker    </function>
9184*7c568831SAndroid Build Coastguard Worker    <function name='xmlDumpElementTable' file='valid' module='valid'>
9185*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_OUTPUT_ENABLED)</cond>
9186*7c568831SAndroid Build Coastguard Worker      <info>DEPRECATED: Don&apos;t use.  This will dump the content of the element table as an XML DTD definition</info>
9187*7c568831SAndroid Build Coastguard Worker      <return type='void'/>
9188*7c568831SAndroid Build Coastguard Worker      <arg name='buf' type='xmlBufferPtr' info='the XML buffer output'/>
9189*7c568831SAndroid Build Coastguard Worker      <arg name='table' type='xmlElementTablePtr' info='An element table'/>
9190*7c568831SAndroid Build Coastguard Worker    </function>
9191*7c568831SAndroid Build Coastguard Worker    <function name='xmlDumpEntitiesTable' file='entities' module='entities'>
9192*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_OUTPUT_ENABLED)</cond>
9193*7c568831SAndroid Build Coastguard Worker      <info>This will dump the content of the entity table as an XML DTD definition</info>
9194*7c568831SAndroid Build Coastguard Worker      <return type='void'/>
9195*7c568831SAndroid Build Coastguard Worker      <arg name='buf' type='xmlBufferPtr' info='An XML buffer.'/>
9196*7c568831SAndroid Build Coastguard Worker      <arg name='table' type='xmlEntitiesTablePtr' info='An entity table'/>
9197*7c568831SAndroid Build Coastguard Worker    </function>
9198*7c568831SAndroid Build Coastguard Worker    <function name='xmlDumpEntityDecl' file='entities' module='entities'>
9199*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_OUTPUT_ENABLED)</cond>
9200*7c568831SAndroid Build Coastguard Worker      <info>This will dump the content of the entity table as an XML DTD definition</info>
9201*7c568831SAndroid Build Coastguard Worker      <return type='void'/>
9202*7c568831SAndroid Build Coastguard Worker      <arg name='buf' type='xmlBufferPtr' info='An XML buffer.'/>
9203*7c568831SAndroid Build Coastguard Worker      <arg name='ent' type='xmlEntityPtr' info='An entity table'/>
9204*7c568831SAndroid Build Coastguard Worker    </function>
9205*7c568831SAndroid Build Coastguard Worker    <function name='xmlDumpNotationDecl' file='valid' module='valid'>
9206*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_OUTPUT_ENABLED)</cond>
9207*7c568831SAndroid Build Coastguard Worker      <info>DEPRECATED: Don&apos;t use.  This will dump the content the notation declaration as an XML DTD definition</info>
9208*7c568831SAndroid Build Coastguard Worker      <return type='void'/>
9209*7c568831SAndroid Build Coastguard Worker      <arg name='buf' type='xmlBufferPtr' info='the XML buffer output'/>
9210*7c568831SAndroid Build Coastguard Worker      <arg name='nota' type='xmlNotationPtr' info='A notation declaration'/>
9211*7c568831SAndroid Build Coastguard Worker    </function>
9212*7c568831SAndroid Build Coastguard Worker    <function name='xmlDumpNotationTable' file='valid' module='valid'>
9213*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_OUTPUT_ENABLED)</cond>
9214*7c568831SAndroid Build Coastguard Worker      <info>DEPRECATED: Don&apos;t use.  This will dump the content of the notation table as an XML DTD definition</info>
9215*7c568831SAndroid Build Coastguard Worker      <return type='void'/>
9216*7c568831SAndroid Build Coastguard Worker      <arg name='buf' type='xmlBufferPtr' info='the XML buffer output'/>
9217*7c568831SAndroid Build Coastguard Worker      <arg name='table' type='xmlNotationTablePtr' info='A notation table'/>
9218*7c568831SAndroid Build Coastguard Worker    </function>
9219*7c568831SAndroid Build Coastguard Worker    <function name='xmlElemDump' file='tree' module='xmlsave'>
9220*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_OUTPUT_ENABLED)</cond>
9221*7c568831SAndroid Build Coastguard Worker      <info>Dump an XML/HTML node, recursive behaviour, children are printed too.</info>
9222*7c568831SAndroid Build Coastguard Worker      <return type='void'/>
9223*7c568831SAndroid Build Coastguard Worker      <arg name='f' type='FILE *' info='the FILE * for the output'/>
9224*7c568831SAndroid Build Coastguard Worker      <arg name='doc' type='xmlDocPtr' info='the document'/>
9225*7c568831SAndroid Build Coastguard Worker      <arg name='cur' type='xmlNodePtr' info='the current node'/>
9226*7c568831SAndroid Build Coastguard Worker    </function>
9227*7c568831SAndroid Build Coastguard Worker    <function name='xmlEncodeEntitiesReentrant' file='entities' module='entities'>
9228*7c568831SAndroid Build Coastguard Worker      <info>Do a global encoding of a string, replacing the predefined entities and non ASCII values with their entities and CharRef counterparts. Contrary to xmlEncodeEntities, this routine is reentrant, and result must be deallocated.</info>
9229*7c568831SAndroid Build Coastguard Worker      <return type='xmlChar *' info='A newly allocated string with the substitution done.'/>
9230*7c568831SAndroid Build Coastguard Worker      <arg name='doc' type='xmlDocPtr' info='the document containing the string'/>
9231*7c568831SAndroid Build Coastguard Worker      <arg name='input' type='const xmlChar *' info='A string to convert to XML.'/>
9232*7c568831SAndroid Build Coastguard Worker    </function>
9233*7c568831SAndroid Build Coastguard Worker    <function name='xmlEncodeSpecialChars' file='entities' module='entities'>
9234*7c568831SAndroid Build Coastguard Worker      <info>Do a global encoding of a string, replacing the predefined entities this routine is reentrant, and result must be deallocated.</info>
9235*7c568831SAndroid Build Coastguard Worker      <return type='xmlChar *' info='A newly allocated string with the substitution done.'/>
9236*7c568831SAndroid Build Coastguard Worker      <arg name='doc' type='const xmlDoc *' info='the document containing the string'/>
9237*7c568831SAndroid Build Coastguard Worker      <arg name='input' type='const xmlChar *' info='A string to convert to XML.'/>
9238*7c568831SAndroid Build Coastguard Worker    </function>
9239*7c568831SAndroid Build Coastguard Worker    <functype name='xmlExternalEntityLoader' file='parser' module='parser'>
9240*7c568831SAndroid Build Coastguard Worker      <info>External entity loaders types.</info>
9241*7c568831SAndroid Build Coastguard Worker      <return type='xmlParserInputPtr' info='the entity input parser.'/>
9242*7c568831SAndroid Build Coastguard Worker      <arg name='URL' type='const char *' info='The System ID of the resource requested'/>
9243*7c568831SAndroid Build Coastguard Worker      <arg name='ID' type='const char *' info='The Public ID of the resource requested'/>
9244*7c568831SAndroid Build Coastguard Worker      <arg name='context' type='xmlParserCtxtPtr' info='the XML parser context'/>
9245*7c568831SAndroid Build Coastguard Worker    </functype>
9246*7c568831SAndroid Build Coastguard Worker    <function name='xmlFileClose' file='xmlIO' module='xmlIO'>
9247*7c568831SAndroid Build Coastguard Worker      <info>DEPRECATED: Internal function, don&apos;t use.</info>
9248*7c568831SAndroid Build Coastguard Worker      <return type='int' info='0 or -1 an error code case of error'/>
9249*7c568831SAndroid Build Coastguard Worker      <arg name='context' type='void *' info='the I/O context'/>
9250*7c568831SAndroid Build Coastguard Worker    </function>
9251*7c568831SAndroid Build Coastguard Worker    <function name='xmlFileMatch' file='xmlIO' module='xmlIO'>
9252*7c568831SAndroid Build Coastguard Worker      <info>DEPRECATED: Internal function, don&apos;t use.</info>
9253*7c568831SAndroid Build Coastguard Worker      <return type='int' info='1 if matches, 0 otherwise'/>
9254*7c568831SAndroid Build Coastguard Worker      <arg name='filename' type='const char *' info='the URI for matching'/>
9255*7c568831SAndroid Build Coastguard Worker    </function>
9256*7c568831SAndroid Build Coastguard Worker    <function name='xmlFileOpen' file='xmlIO' module='xmlIO'>
9257*7c568831SAndroid Build Coastguard Worker      <info>DEPRECATED: Internal function, don&apos;t use.</info>
9258*7c568831SAndroid Build Coastguard Worker      <return type='void *' info='an IO context or NULL in case or failure'/>
9259*7c568831SAndroid Build Coastguard Worker      <arg name='filename' type='const char *' info='the URI for matching'/>
9260*7c568831SAndroid Build Coastguard Worker    </function>
9261*7c568831SAndroid Build Coastguard Worker    <function name='xmlFileRead' file='xmlIO' module='xmlIO'>
9262*7c568831SAndroid Build Coastguard Worker      <info>DEPRECATED: Internal function, don&apos;t use.</info>
9263*7c568831SAndroid Build Coastguard Worker      <return type='int' info='the number of bytes read or &lt; 0 in case of failure'/>
9264*7c568831SAndroid Build Coastguard Worker      <arg name='context' type='void *' info='the I/O context'/>
9265*7c568831SAndroid Build Coastguard Worker      <arg name='buffer' type='char *' info='where to drop data'/>
9266*7c568831SAndroid Build Coastguard Worker      <arg name='len' type='int' info='number of bytes to write'/>
9267*7c568831SAndroid Build Coastguard Worker    </function>
9268*7c568831SAndroid Build Coastguard Worker    <function name='xmlFindCharEncodingHandler' file='encoding' module='encoding'>
9269*7c568831SAndroid Build Coastguard Worker      <info>DEPRECATED: Use xmlOpenCharEncodingHandler which has better error reporting.  If the encoding is UTF-8, this will return a no-op handler that shouldn&apos;t be used.</info>
9270*7c568831SAndroid Build Coastguard Worker      <return type='xmlCharEncodingHandlerPtr' info='the handler or NULL if no handler was found or an error occurred.'/>
9271*7c568831SAndroid Build Coastguard Worker      <arg name='name' type='const char *' info='a string describing the char encoding.'/>
9272*7c568831SAndroid Build Coastguard Worker    </function>
9273*7c568831SAndroid Build Coastguard Worker    <function name='xmlFirstElementChild' file='tree' module='tree'>
9274*7c568831SAndroid Build Coastguard Worker      <info>Find the first child node which is an element.  Note that entity references are not expanded.</info>
9275*7c568831SAndroid Build Coastguard Worker      <return type='xmlNodePtr' info='the first element or NULL if parent has no children.'/>
9276*7c568831SAndroid Build Coastguard Worker      <arg name='parent' type='xmlNodePtr' info='the parent node'/>
9277*7c568831SAndroid Build Coastguard Worker    </function>
9278*7c568831SAndroid Build Coastguard Worker    <function name='xmlFormatError' file='xmlerror' module='error'>
9279*7c568831SAndroid Build Coastguard Worker      <info>Report a formatted error to a printf-like callback.  This can result in a verbose multi-line report including additional information from the parser context.  Available since 2.13.0.</info>
9280*7c568831SAndroid Build Coastguard Worker      <return type='void'/>
9281*7c568831SAndroid Build Coastguard Worker      <arg name='err' type='const xmlError *' info='the error'/>
9282*7c568831SAndroid Build Coastguard Worker      <arg name='channel' type='xmlGenericErrorFunc' info='callback'/>
9283*7c568831SAndroid Build Coastguard Worker      <arg name='data' type='void *' info='user data for callback'/>
9284*7c568831SAndroid Build Coastguard Worker    </function>
9285*7c568831SAndroid Build Coastguard Worker    <function name='xmlFreeAttributeTable' file='valid' module='valid'>
9286*7c568831SAndroid Build Coastguard Worker      <info>Deallocate the memory used by an entities hash table.</info>
9287*7c568831SAndroid Build Coastguard Worker      <return type='void'/>
9288*7c568831SAndroid Build Coastguard Worker      <arg name='table' type='xmlAttributeTablePtr' info='An attribute table'/>
9289*7c568831SAndroid Build Coastguard Worker    </function>
9290*7c568831SAndroid Build Coastguard Worker    <function name='xmlFreeAutomata' file='xmlautomata' module='xmlregexp'>
9291*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_REGEXP_ENABLED)</cond>
9292*7c568831SAndroid Build Coastguard Worker      <info>Free an automata</info>
9293*7c568831SAndroid Build Coastguard Worker      <return type='void'/>
9294*7c568831SAndroid Build Coastguard Worker      <arg name='am' type='xmlAutomataPtr' info='an automata'/>
9295*7c568831SAndroid Build Coastguard Worker    </function>
9296*7c568831SAndroid Build Coastguard Worker    <function name='xmlFreeCatalog' file='catalog' module='catalog'>
9297*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_CATALOG_ENABLED)</cond>
9298*7c568831SAndroid Build Coastguard Worker      <info>Free the memory allocated to a Catalog</info>
9299*7c568831SAndroid Build Coastguard Worker      <return type='void'/>
9300*7c568831SAndroid Build Coastguard Worker      <arg name='catal' type='xmlCatalogPtr' info='a Catalog'/>
9301*7c568831SAndroid Build Coastguard Worker    </function>
9302*7c568831SAndroid Build Coastguard Worker    <function name='xmlFreeDoc' file='tree' module='tree'>
9303*7c568831SAndroid Build Coastguard Worker      <info>Free a document including all children and associated DTDs.</info>
9304*7c568831SAndroid Build Coastguard Worker      <return type='void'/>
9305*7c568831SAndroid Build Coastguard Worker      <arg name='cur' type='xmlDocPtr' info='pointer to the document'/>
9306*7c568831SAndroid Build Coastguard Worker    </function>
9307*7c568831SAndroid Build Coastguard Worker    <function name='xmlFreeDocElementContent' file='valid' module='valid'>
9308*7c568831SAndroid Build Coastguard Worker      <info>Free an element content structure. The whole subtree is removed.</info>
9309*7c568831SAndroid Build Coastguard Worker      <return type='void'/>
9310*7c568831SAndroid Build Coastguard Worker      <arg name='doc' type='xmlDocPtr' info='the document owning the element declaration'/>
9311*7c568831SAndroid Build Coastguard Worker      <arg name='cur' type='xmlElementContentPtr' info='the element content tree to free'/>
9312*7c568831SAndroid Build Coastguard Worker    </function>
9313*7c568831SAndroid Build Coastguard Worker    <function name='xmlFreeDtd' file='tree' module='tree'>
9314*7c568831SAndroid Build Coastguard Worker      <info>Free a DTD structure.</info>
9315*7c568831SAndroid Build Coastguard Worker      <return type='void'/>
9316*7c568831SAndroid Build Coastguard Worker      <arg name='cur' type='xmlDtdPtr' info='the DTD structure to free up'/>
9317*7c568831SAndroid Build Coastguard Worker    </function>
9318*7c568831SAndroid Build Coastguard Worker    <function name='xmlFreeElementContent' file='valid' module='valid'>
9319*7c568831SAndroid Build Coastguard Worker      <info>Free an element content structure. The whole subtree is removed. Deprecated, use xmlFreeDocElementContent instead</info>
9320*7c568831SAndroid Build Coastguard Worker      <return type='void'/>
9321*7c568831SAndroid Build Coastguard Worker      <arg name='cur' type='xmlElementContentPtr' info='the element content tree to free'/>
9322*7c568831SAndroid Build Coastguard Worker    </function>
9323*7c568831SAndroid Build Coastguard Worker    <function name='xmlFreeElementTable' file='valid' module='valid'>
9324*7c568831SAndroid Build Coastguard Worker      <info>Deallocate the memory used by an element hash table.</info>
9325*7c568831SAndroid Build Coastguard Worker      <return type='void'/>
9326*7c568831SAndroid Build Coastguard Worker      <arg name='table' type='xmlElementTablePtr' info='An element table'/>
9327*7c568831SAndroid Build Coastguard Worker    </function>
9328*7c568831SAndroid Build Coastguard Worker    <function name='xmlFreeEntitiesTable' file='entities' module='entities'>
9329*7c568831SAndroid Build Coastguard Worker      <info>Deallocate the memory used by an entities hash table.</info>
9330*7c568831SAndroid Build Coastguard Worker      <return type='void'/>
9331*7c568831SAndroid Build Coastguard Worker      <arg name='table' type='xmlEntitiesTablePtr' info='An entity table'/>
9332*7c568831SAndroid Build Coastguard Worker    </function>
9333*7c568831SAndroid Build Coastguard Worker    <function name='xmlFreeEntity' file='entities' module='entities'>
9334*7c568831SAndroid Build Coastguard Worker      <info>Frees the entity.</info>
9335*7c568831SAndroid Build Coastguard Worker      <return type='void'/>
9336*7c568831SAndroid Build Coastguard Worker      <arg name='entity' type='xmlEntityPtr' info='an entity'/>
9337*7c568831SAndroid Build Coastguard Worker    </function>
9338*7c568831SAndroid Build Coastguard Worker    <function name='xmlFreeEnumeration' file='valid' module='valid'>
9339*7c568831SAndroid Build Coastguard Worker      <info>free an enumeration attribute node (recursive).</info>
9340*7c568831SAndroid Build Coastguard Worker      <return type='void'/>
9341*7c568831SAndroid Build Coastguard Worker      <arg name='cur' type='xmlEnumerationPtr' info='the tree to free.'/>
9342*7c568831SAndroid Build Coastguard Worker    </function>
9343*7c568831SAndroid Build Coastguard Worker    <functype name='xmlFreeFunc' file='xmlmemory' module='xmlmemory'>
9344*7c568831SAndroid Build Coastguard Worker      <info>Signature for a free() implementation.</info>
9345*7c568831SAndroid Build Coastguard Worker      <return type='void'/>
9346*7c568831SAndroid Build Coastguard Worker      <arg name='mem' type='void *' info='an already allocated block of memory'/>
9347*7c568831SAndroid Build Coastguard Worker    </functype>
9348*7c568831SAndroid Build Coastguard Worker    <function name='xmlFreeIDTable' file='valid' module='valid'>
9349*7c568831SAndroid Build Coastguard Worker      <info>Deallocate the memory used by an ID hash table.</info>
9350*7c568831SAndroid Build Coastguard Worker      <return type='void'/>
9351*7c568831SAndroid Build Coastguard Worker      <arg name='table' type='xmlIDTablePtr' info='An id table'/>
9352*7c568831SAndroid Build Coastguard Worker    </function>
9353*7c568831SAndroid Build Coastguard Worker    <function name='xmlFreeInputStream' file='parserInternals' module='parserInternals'>
9354*7c568831SAndroid Build Coastguard Worker      <info>Free up an input stream.</info>
9355*7c568831SAndroid Build Coastguard Worker      <return type='void'/>
9356*7c568831SAndroid Build Coastguard Worker      <arg name='input' type='xmlParserInputPtr' info='an xmlParserInputPtr'/>
9357*7c568831SAndroid Build Coastguard Worker    </function>
9358*7c568831SAndroid Build Coastguard Worker    <function name='xmlFreeMutex' file='threads' module='threads'>
9359*7c568831SAndroid Build Coastguard Worker      <info>Free a mutex.</info>
9360*7c568831SAndroid Build Coastguard Worker      <return type='void'/>
9361*7c568831SAndroid Build Coastguard Worker      <arg name='tok' type='xmlMutexPtr' info='the simple mutex'/>
9362*7c568831SAndroid Build Coastguard Worker    </function>
9363*7c568831SAndroid Build Coastguard Worker    <function name='xmlFreeNode' file='tree' module='tree'>
9364*7c568831SAndroid Build Coastguard Worker      <info>Free a node including all the children.  This doesn&apos;t unlink the node from the tree. Call xmlUnlinkNode first unless @cur is a root node.</info>
9365*7c568831SAndroid Build Coastguard Worker      <return type='void'/>
9366*7c568831SAndroid Build Coastguard Worker      <arg name='cur' type='xmlNodePtr' info='the node'/>
9367*7c568831SAndroid Build Coastguard Worker    </function>
9368*7c568831SAndroid Build Coastguard Worker    <function name='xmlFreeNodeList' file='tree' module='tree'>
9369*7c568831SAndroid Build Coastguard Worker      <info>Free a node list including all children.</info>
9370*7c568831SAndroid Build Coastguard Worker      <return type='void'/>
9371*7c568831SAndroid Build Coastguard Worker      <arg name='cur' type='xmlNodePtr' info='the first node in the list'/>
9372*7c568831SAndroid Build Coastguard Worker    </function>
9373*7c568831SAndroid Build Coastguard Worker    <function name='xmlFreeNotationTable' file='valid' module='valid'>
9374*7c568831SAndroid Build Coastguard Worker      <info>Deallocate the memory used by an entities hash table.</info>
9375*7c568831SAndroid Build Coastguard Worker      <return type='void'/>
9376*7c568831SAndroid Build Coastguard Worker      <arg name='table' type='xmlNotationTablePtr' info='An notation table'/>
9377*7c568831SAndroid Build Coastguard Worker    </function>
9378*7c568831SAndroid Build Coastguard Worker    <function name='xmlFreeNs' file='tree' module='tree'>
9379*7c568831SAndroid Build Coastguard Worker      <info>Free an xmlNs object.</info>
9380*7c568831SAndroid Build Coastguard Worker      <return type='void'/>
9381*7c568831SAndroid Build Coastguard Worker      <arg name='cur' type='xmlNsPtr' info='the namespace pointer'/>
9382*7c568831SAndroid Build Coastguard Worker    </function>
9383*7c568831SAndroid Build Coastguard Worker    <function name='xmlFreeNsList' file='tree' module='tree'>
9384*7c568831SAndroid Build Coastguard Worker      <info>Free a list of xmlNs objects.</info>
9385*7c568831SAndroid Build Coastguard Worker      <return type='void'/>
9386*7c568831SAndroid Build Coastguard Worker      <arg name='cur' type='xmlNsPtr' info='the first namespace pointer'/>
9387*7c568831SAndroid Build Coastguard Worker    </function>
9388*7c568831SAndroid Build Coastguard Worker    <function name='xmlFreeParserCtxt' file='parser' module='parserInternals'>
9389*7c568831SAndroid Build Coastguard Worker      <info>Free all the memory used by a parser context. However the parsed document in ctxt-&gt;myDoc is not freed.</info>
9390*7c568831SAndroid Build Coastguard Worker      <return type='void'/>
9391*7c568831SAndroid Build Coastguard Worker      <arg name='ctxt' type='xmlParserCtxtPtr' info='an XML parser context'/>
9392*7c568831SAndroid Build Coastguard Worker    </function>
9393*7c568831SAndroid Build Coastguard Worker    <function name='xmlFreeParserInputBuffer' file='xmlIO' module='xmlIO'>
9394*7c568831SAndroid Build Coastguard Worker      <info>Free up the memory used by a buffered parser input</info>
9395*7c568831SAndroid Build Coastguard Worker      <return type='void'/>
9396*7c568831SAndroid Build Coastguard Worker      <arg name='in' type='xmlParserInputBufferPtr' info='a buffered parser input'/>
9397*7c568831SAndroid Build Coastguard Worker    </function>
9398*7c568831SAndroid Build Coastguard Worker    <function name='xmlFreePattern' file='pattern' module='pattern'>
9399*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_PATTERN_ENABLED)</cond>
9400*7c568831SAndroid Build Coastguard Worker      <info>Free up the memory allocated by @comp</info>
9401*7c568831SAndroid Build Coastguard Worker      <return type='void'/>
9402*7c568831SAndroid Build Coastguard Worker      <arg name='comp' type='xmlPatternPtr' info='an XSLT comp'/>
9403*7c568831SAndroid Build Coastguard Worker    </function>
9404*7c568831SAndroid Build Coastguard Worker    <function name='xmlFreePatternList' file='pattern' module='pattern'>
9405*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_PATTERN_ENABLED)</cond>
9406*7c568831SAndroid Build Coastguard Worker      <info>Free up the memory allocated by all the elements of @comp</info>
9407*7c568831SAndroid Build Coastguard Worker      <return type='void'/>
9408*7c568831SAndroid Build Coastguard Worker      <arg name='comp' type='xmlPatternPtr' info='an XSLT comp list'/>
9409*7c568831SAndroid Build Coastguard Worker    </function>
9410*7c568831SAndroid Build Coastguard Worker    <function name='xmlFreeProp' file='tree' module='tree'>
9411*7c568831SAndroid Build Coastguard Worker      <info>Free an attribute including all children.</info>
9412*7c568831SAndroid Build Coastguard Worker      <return type='void'/>
9413*7c568831SAndroid Build Coastguard Worker      <arg name='cur' type='xmlAttrPtr' info='an attribute'/>
9414*7c568831SAndroid Build Coastguard Worker    </function>
9415*7c568831SAndroid Build Coastguard Worker    <function name='xmlFreePropList' file='tree' module='tree'>
9416*7c568831SAndroid Build Coastguard Worker      <info>Free an attribute list including all children.</info>
9417*7c568831SAndroid Build Coastguard Worker      <return type='void'/>
9418*7c568831SAndroid Build Coastguard Worker      <arg name='cur' type='xmlAttrPtr' info='the first attribute in the list'/>
9419*7c568831SAndroid Build Coastguard Worker    </function>
9420*7c568831SAndroid Build Coastguard Worker    <function name='xmlFreeRMutex' file='threads' module='threads'>
9421*7c568831SAndroid Build Coastguard Worker      <info>xmlRFreeMutex() is used to reclaim resources associated with a reentrant mutex.</info>
9422*7c568831SAndroid Build Coastguard Worker      <return type='void'/>
9423*7c568831SAndroid Build Coastguard Worker      <arg name='tok' type='xmlRMutexPtr' info='the reentrant mutex'/>
9424*7c568831SAndroid Build Coastguard Worker    </function>
9425*7c568831SAndroid Build Coastguard Worker    <function name='xmlFreeRefTable' file='valid' module='valid'>
9426*7c568831SAndroid Build Coastguard Worker      <info>DEPRECATED, do not use. This function will be removed from the public API.  Deallocate the memory used by an Ref hash table.</info>
9427*7c568831SAndroid Build Coastguard Worker      <return type='void'/>
9428*7c568831SAndroid Build Coastguard Worker      <arg name='table' type='xmlRefTablePtr' info='An ref table'/>
9429*7c568831SAndroid Build Coastguard Worker    </function>
9430*7c568831SAndroid Build Coastguard Worker    <function name='xmlFreeStreamCtxt' file='pattern' module='pattern'>
9431*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_PATTERN_ENABLED)</cond>
9432*7c568831SAndroid Build Coastguard Worker      <info>Free the stream context</info>
9433*7c568831SAndroid Build Coastguard Worker      <return type='void'/>
9434*7c568831SAndroid Build Coastguard Worker      <arg name='stream' type='xmlStreamCtxtPtr' info='the stream context'/>
9435*7c568831SAndroid Build Coastguard Worker    </function>
9436*7c568831SAndroid Build Coastguard Worker    <function name='xmlFreeTextReader' file='xmlreader' module='xmlreader'>
9437*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_READER_ENABLED)</cond>
9438*7c568831SAndroid Build Coastguard Worker      <info>Deallocate all the resources associated to the reader</info>
9439*7c568831SAndroid Build Coastguard Worker      <return type='void'/>
9440*7c568831SAndroid Build Coastguard Worker      <arg name='reader' type='xmlTextReaderPtr' info='the xmlTextReaderPtr'/>
9441*7c568831SAndroid Build Coastguard Worker    </function>
9442*7c568831SAndroid Build Coastguard Worker    <function name='xmlFreeTextWriter' file='xmlwriter' module='xmlwriter'>
9443*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_WRITER_ENABLED)</cond>
9444*7c568831SAndroid Build Coastguard Worker      <info>Deallocate all the resources associated to the writer</info>
9445*7c568831SAndroid Build Coastguard Worker      <return type='void'/>
9446*7c568831SAndroid Build Coastguard Worker      <arg name='writer' type='xmlTextWriterPtr' info='the xmlTextWriterPtr'/>
9447*7c568831SAndroid Build Coastguard Worker    </function>
9448*7c568831SAndroid Build Coastguard Worker    <function name='xmlFreeURI' file='uri' module='uri'>
9449*7c568831SAndroid Build Coastguard Worker      <info>Free up the xmlURI struct</info>
9450*7c568831SAndroid Build Coastguard Worker      <return type='void'/>
9451*7c568831SAndroid Build Coastguard Worker      <arg name='uri' type='xmlURIPtr' info='pointer to an xmlURI'/>
9452*7c568831SAndroid Build Coastguard Worker    </function>
9453*7c568831SAndroid Build Coastguard Worker    <function name='xmlFreeValidCtxt' file='valid' module='valid'>
9454*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_VALID_ENABLED)</cond>
9455*7c568831SAndroid Build Coastguard Worker      <info>Free a validation context structure.</info>
9456*7c568831SAndroid Build Coastguard Worker      <return type='void'/>
9457*7c568831SAndroid Build Coastguard Worker      <arg name='cur' type='xmlValidCtxtPtr' info='the validation context to free'/>
9458*7c568831SAndroid Build Coastguard Worker    </function>
9459*7c568831SAndroid Build Coastguard Worker    <function name='xmlGcMemGet' file='xmlmemory' module='xmlmemory'>
9460*7c568831SAndroid Build Coastguard Worker      <info>Provides the memory access functions set currently in use The mallocAtomicFunc is specialized for atomic block allocations (i.e. of areas  useful for garbage collected memory allocators</info>
9461*7c568831SAndroid Build Coastguard Worker      <return type='int' info='0 on success'/>
9462*7c568831SAndroid Build Coastguard Worker      <arg name='freeFunc' type='xmlFreeFunc *' info='place to save the free() function in use'/>
9463*7c568831SAndroid Build Coastguard Worker      <arg name='mallocFunc' type='xmlMallocFunc *' info='place to save the malloc() function in use'/>
9464*7c568831SAndroid Build Coastguard Worker      <arg name='mallocAtomicFunc' type='xmlMallocFunc *' info='place to save the atomic malloc() function in use'/>
9465*7c568831SAndroid Build Coastguard Worker      <arg name='reallocFunc' type='xmlReallocFunc *' info='place to save the realloc() function in use'/>
9466*7c568831SAndroid Build Coastguard Worker      <arg name='strdupFunc' type='xmlStrdupFunc *' info='place to save the strdup() function in use'/>
9467*7c568831SAndroid Build Coastguard Worker    </function>
9468*7c568831SAndroid Build Coastguard Worker    <function name='xmlGcMemSetup' file='xmlmemory' module='xmlmemory'>
9469*7c568831SAndroid Build Coastguard Worker      <info>Override the default memory access functions with a new set This has to be called before any other libxml routines ! The mallocAtomicFunc is specialized for atomic block allocations (i.e. of areas  useful for garbage collected memory allocators  Should this be blocked if there was already some allocations done ?</info>
9470*7c568831SAndroid Build Coastguard Worker      <return type='int' info='0 on success'/>
9471*7c568831SAndroid Build Coastguard Worker      <arg name='freeFunc' type='xmlFreeFunc' info='the free() function to use'/>
9472*7c568831SAndroid Build Coastguard Worker      <arg name='mallocFunc' type='xmlMallocFunc' info='the malloc() function to use'/>
9473*7c568831SAndroid Build Coastguard Worker      <arg name='mallocAtomicFunc' type='xmlMallocFunc' info='the malloc() function to use for atomic allocations'/>
9474*7c568831SAndroid Build Coastguard Worker      <arg name='reallocFunc' type='xmlReallocFunc' info='the realloc() function to use'/>
9475*7c568831SAndroid Build Coastguard Worker      <arg name='strdupFunc' type='xmlStrdupFunc' info='the strdup() function to use'/>
9476*7c568831SAndroid Build Coastguard Worker    </function>
9477*7c568831SAndroid Build Coastguard Worker    <functype name='xmlGenericErrorFunc' file='xmlerror' module='xmlerror'>
9478*7c568831SAndroid Build Coastguard Worker      <info>Signature of the function to use when there is an error and no parsing or validity context available .</info>
9479*7c568831SAndroid Build Coastguard Worker      <return type='void'/>
9480*7c568831SAndroid Build Coastguard Worker      <arg name='ctx' type='void *' info='a parsing context'/>
9481*7c568831SAndroid Build Coastguard Worker      <arg name='msg' type='const char *' info='the message'/>
9482*7c568831SAndroid Build Coastguard Worker      <arg name='...' type='...' info='the extra arguments of the varargs to format the message'/>
9483*7c568831SAndroid Build Coastguard Worker    </functype>
9484*7c568831SAndroid Build Coastguard Worker    <function name='xmlGetBufferAllocationScheme' file='tree' module='tree'>
9485*7c568831SAndroid Build Coastguard Worker      <info>Types are XML_BUFFER_ALLOC_EXACT - use exact sizes, keeps memory usage down XML_BUFFER_ALLOC_DOUBLEIT - double buffer when extra needed, improves performance XML_BUFFER_ALLOC_HYBRID - use exact sizes on small strings to keep memory usage tight in normal usage, and doubleit on large strings to avoid pathological performance.</info>
9486*7c568831SAndroid Build Coastguard Worker      <return type='xmlBufferAllocationScheme' info='the current allocation scheme'/>
9487*7c568831SAndroid Build Coastguard Worker    </function>
9488*7c568831SAndroid Build Coastguard Worker    <function name='xmlGetCharEncodingHandler' file='encoding' module='encoding'>
9489*7c568831SAndroid Build Coastguard Worker      <info>DEPRECATED: Use xmlLookupCharEncodingHandler which has better error reporting.</info>
9490*7c568831SAndroid Build Coastguard Worker      <return type='xmlCharEncodingHandlerPtr' info='the handler or NULL if no handler was found or an error occurred.'/>
9491*7c568831SAndroid Build Coastguard Worker      <arg name='enc' type='xmlCharEncoding' info='an xmlCharEncoding value.'/>
9492*7c568831SAndroid Build Coastguard Worker    </function>
9493*7c568831SAndroid Build Coastguard Worker    <function name='xmlGetCharEncodingName' file='encoding' module='encoding'>
9494*7c568831SAndroid Build Coastguard Worker      <info>The &quot;canonical&quot; name for XML encoding. C.f. http://www.w3.org/TR/REC-xml#charencoding Section 4.3.3  Character Encoding in Entities</info>
9495*7c568831SAndroid Build Coastguard Worker      <return type='const char *' info='the canonical name for the given encoding'/>
9496*7c568831SAndroid Build Coastguard Worker      <arg name='enc' type='xmlCharEncoding' info='the encoding'/>
9497*7c568831SAndroid Build Coastguard Worker    </function>
9498*7c568831SAndroid Build Coastguard Worker    <function name='xmlGetCompressMode' file='tree' module='tree'>
9499*7c568831SAndroid Build Coastguard Worker      <info>DEPRECATED: Use xmlGetDocCompressMode  get the default compression mode used, ZLIB based.</info>
9500*7c568831SAndroid Build Coastguard Worker      <return type='int' info='0 (uncompressed) to 9 (max compression)'/>
9501*7c568831SAndroid Build Coastguard Worker    </function>
9502*7c568831SAndroid Build Coastguard Worker    <function name='xmlGetDocCompressMode' file='tree' module='tree'>
9503*7c568831SAndroid Build Coastguard Worker      <info>get the compression ratio for a document, ZLIB based</info>
9504*7c568831SAndroid Build Coastguard Worker      <return type='int' info='0 (uncompressed) to 9 (max compression)'/>
9505*7c568831SAndroid Build Coastguard Worker      <arg name='doc' type='const xmlDoc *' info='the document'/>
9506*7c568831SAndroid Build Coastguard Worker    </function>
9507*7c568831SAndroid Build Coastguard Worker    <function name='xmlGetDocEntity' file='entities' module='entities'>
9508*7c568831SAndroid Build Coastguard Worker      <info>Do an entity lookup in the document entity hash table and</info>
9509*7c568831SAndroid Build Coastguard Worker      <return type='xmlEntityPtr' info='the corresponding entity, otherwise a lookup is done in the predefined entities too.  Returns A pointer to the entity structure or NULL if not found.'/>
9510*7c568831SAndroid Build Coastguard Worker      <arg name='doc' type='const xmlDoc *' info='the document referencing the entity'/>
9511*7c568831SAndroid Build Coastguard Worker      <arg name='name' type='const xmlChar *' info='the entity name'/>
9512*7c568831SAndroid Build Coastguard Worker    </function>
9513*7c568831SAndroid Build Coastguard Worker    <function name='xmlGetDtdAttrDesc' file='valid' module='valid'>
9514*7c568831SAndroid Build Coastguard Worker      <info>Search the DTD for the description of this attribute on this element.</info>
9515*7c568831SAndroid Build Coastguard Worker      <return type='xmlAttributePtr' info='the xmlAttributePtr if found or NULL'/>
9516*7c568831SAndroid Build Coastguard Worker      <arg name='dtd' type='xmlDtdPtr' info='a pointer to the DtD to search'/>
9517*7c568831SAndroid Build Coastguard Worker      <arg name='elem' type='const xmlChar *' info='the element name'/>
9518*7c568831SAndroid Build Coastguard Worker      <arg name='name' type='const xmlChar *' info='the attribute name'/>
9519*7c568831SAndroid Build Coastguard Worker    </function>
9520*7c568831SAndroid Build Coastguard Worker    <function name='xmlGetDtdElementDesc' file='valid' module='valid'>
9521*7c568831SAndroid Build Coastguard Worker      <info>Search the DTD for the description of this element  NOTE: A NULL return value can also mean that a memory allocation failed.</info>
9522*7c568831SAndroid Build Coastguard Worker      <return type='xmlElementPtr' info='the xmlElementPtr if found or NULL'/>
9523*7c568831SAndroid Build Coastguard Worker      <arg name='dtd' type='xmlDtdPtr' info='a pointer to the DtD to search'/>
9524*7c568831SAndroid Build Coastguard Worker      <arg name='name' type='const xmlChar *' info='the element name'/>
9525*7c568831SAndroid Build Coastguard Worker    </function>
9526*7c568831SAndroid Build Coastguard Worker    <function name='xmlGetDtdEntity' file='entities' module='entities'>
9527*7c568831SAndroid Build Coastguard Worker      <info>Do an entity lookup in the DTD entity hash table and</info>
9528*7c568831SAndroid Build Coastguard Worker      <return type='xmlEntityPtr' info='the corresponding entity, if found. Note: the first argument is the document node, not the DTD node.  Returns A pointer to the entity structure or NULL if not found.'/>
9529*7c568831SAndroid Build Coastguard Worker      <arg name='doc' type='xmlDocPtr' info='the document referencing the entity'/>
9530*7c568831SAndroid Build Coastguard Worker      <arg name='name' type='const xmlChar *' info='the entity name'/>
9531*7c568831SAndroid Build Coastguard Worker    </function>
9532*7c568831SAndroid Build Coastguard Worker    <function name='xmlGetDtdNotationDesc' file='valid' module='valid'>
9533*7c568831SAndroid Build Coastguard Worker      <info>Search the DTD for the description of this notation</info>
9534*7c568831SAndroid Build Coastguard Worker      <return type='xmlNotationPtr' info='the xmlNotationPtr if found or NULL'/>
9535*7c568831SAndroid Build Coastguard Worker      <arg name='dtd' type='xmlDtdPtr' info='a pointer to the DtD to search'/>
9536*7c568831SAndroid Build Coastguard Worker      <arg name='name' type='const xmlChar *' info='the notation name'/>
9537*7c568831SAndroid Build Coastguard Worker    </function>
9538*7c568831SAndroid Build Coastguard Worker    <function name='xmlGetDtdQAttrDesc' file='valid' module='valid'>
9539*7c568831SAndroid Build Coastguard Worker      <info>Search the DTD for the description of this qualified attribute on this element.</info>
9540*7c568831SAndroid Build Coastguard Worker      <return type='xmlAttributePtr' info='the xmlAttributePtr if found or NULL'/>
9541*7c568831SAndroid Build Coastguard Worker      <arg name='dtd' type='xmlDtdPtr' info='a pointer to the DtD to search'/>
9542*7c568831SAndroid Build Coastguard Worker      <arg name='elem' type='const xmlChar *' info='the element name'/>
9543*7c568831SAndroid Build Coastguard Worker      <arg name='name' type='const xmlChar *' info='the attribute name'/>
9544*7c568831SAndroid Build Coastguard Worker      <arg name='prefix' type='const xmlChar *' info='the attribute namespace prefix'/>
9545*7c568831SAndroid Build Coastguard Worker    </function>
9546*7c568831SAndroid Build Coastguard Worker    <function name='xmlGetDtdQElementDesc' file='valid' module='valid'>
9547*7c568831SAndroid Build Coastguard Worker      <info>Search the DTD for the description of this element</info>
9548*7c568831SAndroid Build Coastguard Worker      <return type='xmlElementPtr' info='the xmlElementPtr if found or NULL'/>
9549*7c568831SAndroid Build Coastguard Worker      <arg name='dtd' type='xmlDtdPtr' info='a pointer to the DtD to search'/>
9550*7c568831SAndroid Build Coastguard Worker      <arg name='name' type='const xmlChar *' info='the element name'/>
9551*7c568831SAndroid Build Coastguard Worker      <arg name='prefix' type='const xmlChar *' info='the element namespace prefix'/>
9552*7c568831SAndroid Build Coastguard Worker    </function>
9553*7c568831SAndroid Build Coastguard Worker    <function name='xmlGetEncodingAlias' file='encoding' module='encoding'>
9554*7c568831SAndroid Build Coastguard Worker      <info>DEPRECATED: This function is not thread-safe.  Lookup an encoding name for the given alias.</info>
9555*7c568831SAndroid Build Coastguard Worker      <return type='const char *' info='NULL if not found, otherwise the original name'/>
9556*7c568831SAndroid Build Coastguard Worker      <arg name='alias' type='const char *' info='the alias name as parsed, in UTF-8 format (ASCII actually)'/>
9557*7c568831SAndroid Build Coastguard Worker    </function>
9558*7c568831SAndroid Build Coastguard Worker    <function name='xmlGetExternalEntityLoader' file='parser' module='parserInternals'>
9559*7c568831SAndroid Build Coastguard Worker      <info>DEPRECATED: See xmlSetExternalEntityLoader.  Get the default external entity resolver function for the application</info>
9560*7c568831SAndroid Build Coastguard Worker      <return type='xmlExternalEntityLoader' info='the xmlExternalEntityLoader function pointer'/>
9561*7c568831SAndroid Build Coastguard Worker    </function>
9562*7c568831SAndroid Build Coastguard Worker    <function name='xmlGetGlobalState' file='globals' module='globals'>
9563*7c568831SAndroid Build Coastguard Worker      <info>DEPRECATED</info>
9564*7c568831SAndroid Build Coastguard Worker      <return type='xmlGlobalStatePtr' info='NULL.'/>
9565*7c568831SAndroid Build Coastguard Worker    </function>
9566*7c568831SAndroid Build Coastguard Worker    <function name='xmlGetID' file='valid' module='valid'>
9567*7c568831SAndroid Build Coastguard Worker      <info>Search the attribute declaring the given ID</info>
9568*7c568831SAndroid Build Coastguard Worker      <return type='xmlAttrPtr' info='NULL if not found, otherwise the xmlAttrPtr defining the ID'/>
9569*7c568831SAndroid Build Coastguard Worker      <arg name='doc' type='xmlDocPtr' info='pointer to the document'/>
9570*7c568831SAndroid Build Coastguard Worker      <arg name='ID' type='const xmlChar *' info='the ID value'/>
9571*7c568831SAndroid Build Coastguard Worker    </function>
9572*7c568831SAndroid Build Coastguard Worker    <function name='xmlGetIntSubset' file='tree' module='tree'>
9573*7c568831SAndroid Build Coastguard Worker      <info>Get the internal subset of a document.</info>
9574*7c568831SAndroid Build Coastguard Worker      <return type='xmlDtdPtr' info='a pointer to the DTD object or NULL if not found.'/>
9575*7c568831SAndroid Build Coastguard Worker      <arg name='doc' type='const xmlDoc *' info='the document pointer'/>
9576*7c568831SAndroid Build Coastguard Worker    </function>
9577*7c568831SAndroid Build Coastguard Worker    <function name='xmlGetLastChild' file='tree' module='tree'>
9578*7c568831SAndroid Build Coastguard Worker      <info>Find the last child of a node.</info>
9579*7c568831SAndroid Build Coastguard Worker      <return type='xmlNodePtr' info='the last child or NULL if parent has no children.'/>
9580*7c568831SAndroid Build Coastguard Worker      <arg name='parent' type='const xmlNode *' info='the parent node'/>
9581*7c568831SAndroid Build Coastguard Worker    </function>
9582*7c568831SAndroid Build Coastguard Worker    <function name='xmlGetLastError' file='xmlerror' module='error'>
9583*7c568831SAndroid Build Coastguard Worker      <info>Get the last global error registered. This is per thread if compiled with thread support.</info>
9584*7c568831SAndroid Build Coastguard Worker      <return type='const xmlError *' info='a pointer to the error'/>
9585*7c568831SAndroid Build Coastguard Worker    </function>
9586*7c568831SAndroid Build Coastguard Worker    <function name='xmlGetLineNo' file='tree' module='tree'>
9587*7c568831SAndroid Build Coastguard Worker      <info>Get line number of @node. Try to override the limitation of lines being store in 16 bits ints if XML_PARSE_BIG_LINES parser option was used</info>
9588*7c568831SAndroid Build Coastguard Worker      <return type='long' info='the line number if successful, -1 otherwise'/>
9589*7c568831SAndroid Build Coastguard Worker      <arg name='node' type='const xmlNode *' info='valid node'/>
9590*7c568831SAndroid Build Coastguard Worker    </function>
9591*7c568831SAndroid Build Coastguard Worker    <function name='xmlGetNoNsProp' file='tree' module='tree'>
9592*7c568831SAndroid Build Coastguard Worker      <info>Search and get the value of an attribute associated to a node This does the entity substitution. This function looks in DTD attribute declaration for #FIXED or default declaration values. This function is similar to xmlGetProp except it will accept only an attribute in no namespace.  NOTE: This function doesn&apos;t allow to distinguish malloc failures from missing attributes. It&apos;s more robust to use xmlNodeGetAttrValue.</info>
9593*7c568831SAndroid Build Coastguard Worker      <return type='xmlChar *' info='the attribute value or NULL if not found or a memory allocation failed. It&apos;s up to the caller to free the memory with xmlFree().'/>
9594*7c568831SAndroid Build Coastguard Worker      <arg name='node' type='const xmlNode *' info='the node'/>
9595*7c568831SAndroid Build Coastguard Worker      <arg name='name' type='const xmlChar *' info='the attribute name'/>
9596*7c568831SAndroid Build Coastguard Worker    </function>
9597*7c568831SAndroid Build Coastguard Worker    <function name='xmlGetNodePath' file='tree' module='tree'>
9598*7c568831SAndroid Build Coastguard Worker      <info>Build a structure based Path for the given node</info>
9599*7c568831SAndroid Build Coastguard Worker      <return type='xmlChar *' info='the new path or NULL in case of error. The caller must free the returned string'/>
9600*7c568831SAndroid Build Coastguard Worker      <arg name='node' type='const xmlNode *' info='a node'/>
9601*7c568831SAndroid Build Coastguard Worker    </function>
9602*7c568831SAndroid Build Coastguard Worker    <function name='xmlGetNsList' file='tree' module='tree'>
9603*7c568831SAndroid Build Coastguard Worker      <info>Find all in-scope namespaces of a node.  Use xmlGetNsListSafe for better error reporting.</info>
9604*7c568831SAndroid Build Coastguard Worker      <return type='xmlNsPtr *' info='a NULL terminated array of namespace pointers that must be freed by the caller or NULL if no namespaces were found or a memory allocation failed.'/>
9605*7c568831SAndroid Build Coastguard Worker      <arg name='doc' type='const xmlDoc *' info='the document'/>
9606*7c568831SAndroid Build Coastguard Worker      <arg name='node' type='const xmlNode *' info='the current node'/>
9607*7c568831SAndroid Build Coastguard Worker    </function>
9608*7c568831SAndroid Build Coastguard Worker    <function name='xmlGetNsListSafe' file='tree' module='tree'>
9609*7c568831SAndroid Build Coastguard Worker      <info>Find all in-scope namespaces of a node. @out returns a NULL terminated array of namespace pointers that must be freed by the caller.  Available since 2.13.0.</info>
9610*7c568831SAndroid Build Coastguard Worker      <return type='int' info='0 on success, 1 if no namespaces were found, -1 if a memory allocation failed.'/>
9611*7c568831SAndroid Build Coastguard Worker      <arg name='doc' type='const xmlDoc *' info='the document'/>
9612*7c568831SAndroid Build Coastguard Worker      <arg name='node' type='const xmlNode *' info='the current node'/>
9613*7c568831SAndroid Build Coastguard Worker      <arg name='out' type='xmlNsPtr **' info='the returned namespace array'/>
9614*7c568831SAndroid Build Coastguard Worker    </function>
9615*7c568831SAndroid Build Coastguard Worker    <function name='xmlGetNsProp' file='tree' module='tree'>
9616*7c568831SAndroid Build Coastguard Worker      <info>Search and get the value of an attribute associated to a node This attribute has to be anchored in the namespace specified. This does the entity substitution. This function looks in DTD attribute declaration for #FIXED or default declaration values.  NOTE: This function doesn&apos;t allow to distinguish malloc failures from missing attributes. It&apos;s more robust to use xmlNodeGetAttrValue.</info>
9617*7c568831SAndroid Build Coastguard Worker      <return type='xmlChar *' info='the attribute value or NULL if not found or a memory allocation failed. It&apos;s up to the caller to free the memory with xmlFree().'/>
9618*7c568831SAndroid Build Coastguard Worker      <arg name='node' type='const xmlNode *' info='the node'/>
9619*7c568831SAndroid Build Coastguard Worker      <arg name='name' type='const xmlChar *' info='the attribute name'/>
9620*7c568831SAndroid Build Coastguard Worker      <arg name='nameSpace' type='const xmlChar *' info='the URI of the namespace'/>
9621*7c568831SAndroid Build Coastguard Worker    </function>
9622*7c568831SAndroid Build Coastguard Worker    <function name='xmlGetParameterEntity' file='entities' module='entities'>
9623*7c568831SAndroid Build Coastguard Worker      <info>Do an entity lookup in the internal and external subsets and</info>
9624*7c568831SAndroid Build Coastguard Worker      <return type='xmlEntityPtr' info='the corresponding parameter entity, if found.  Returns A pointer to the entity structure or NULL if not found.'/>
9625*7c568831SAndroid Build Coastguard Worker      <arg name='doc' type='xmlDocPtr' info='the document referencing the entity'/>
9626*7c568831SAndroid Build Coastguard Worker      <arg name='name' type='const xmlChar *' info='the entity name'/>
9627*7c568831SAndroid Build Coastguard Worker    </function>
9628*7c568831SAndroid Build Coastguard Worker    <function name='xmlGetPredefinedEntity' file='entities' module='entities'>
9629*7c568831SAndroid Build Coastguard Worker      <info>Check whether this name is an predefined entity.</info>
9630*7c568831SAndroid Build Coastguard Worker      <return type='xmlEntityPtr' info='NULL if not, otherwise the entity'/>
9631*7c568831SAndroid Build Coastguard Worker      <arg name='name' type='const xmlChar *' info='the entity name'/>
9632*7c568831SAndroid Build Coastguard Worker    </function>
9633*7c568831SAndroid Build Coastguard Worker    <function name='xmlGetProp' file='tree' module='tree'>
9634*7c568831SAndroid Build Coastguard Worker      <info>Search and get the value of an attribute associated to a node This does the entity substitution. This function looks in DTD attribute declaration for #FIXED or default declaration values.  NOTE: This function acts independently of namespaces associated to the attribute. Use xmlGetNsProp() or xmlGetNoNsProp() for namespace aware processing.  NOTE: This function doesn&apos;t allow to distinguish malloc failures from missing attributes. It&apos;s more robust to use xmlNodeGetAttrValue.</info>
9635*7c568831SAndroid Build Coastguard Worker      <return type='xmlChar *' info='the attribute value or NULL if not found or a memory allocation failed. It&apos;s up to the caller to free the memory with xmlFree().'/>
9636*7c568831SAndroid Build Coastguard Worker      <arg name='node' type='const xmlNode *' info='the node'/>
9637*7c568831SAndroid Build Coastguard Worker      <arg name='name' type='const xmlChar *' info='the attribute name'/>
9638*7c568831SAndroid Build Coastguard Worker    </function>
9639*7c568831SAndroid Build Coastguard Worker    <function name='xmlGetRefs' file='valid' module='valid'>
9640*7c568831SAndroid Build Coastguard Worker      <info>DEPRECATED, do not use. This function will be removed from the public API.  Find the set of references for the supplied ID.</info>
9641*7c568831SAndroid Build Coastguard Worker      <return type='xmlListPtr' info='NULL if not found, otherwise node set for the ID.'/>
9642*7c568831SAndroid Build Coastguard Worker      <arg name='doc' type='xmlDocPtr' info='pointer to the document'/>
9643*7c568831SAndroid Build Coastguard Worker      <arg name='ID' type='const xmlChar *' info='the ID value'/>
9644*7c568831SAndroid Build Coastguard Worker    </function>
9645*7c568831SAndroid Build Coastguard Worker    <function name='xmlGetThreadId' file='threads' module='threads'>
9646*7c568831SAndroid Build Coastguard Worker      <info>DEPRECATED: Internal function, do not use.  xmlGetThreadId() find the current thread ID number Note that this is likely to be broken on some platforms using pthreads as the specification doesn&apos;t mandate pthread_t to be an integer type</info>
9647*7c568831SAndroid Build Coastguard Worker      <return type='int' info='the current thread ID number'/>
9648*7c568831SAndroid Build Coastguard Worker    </function>
9649*7c568831SAndroid Build Coastguard Worker    <function name='xmlGetUTF8Char' file='xmlstring' module='xmlstring'>
9650*7c568831SAndroid Build Coastguard Worker      <info>Read the first UTF8 character from @utf</info>
9651*7c568831SAndroid Build Coastguard Worker      <return type='int' info='the char value or -1 in case of error, and sets *len to the actual number of bytes consumed (0 in case of error)'/>
9652*7c568831SAndroid Build Coastguard Worker      <arg name='utf' type='const unsigned char *' info='a sequence of UTF-8 encoded bytes'/>
9653*7c568831SAndroid Build Coastguard Worker      <arg name='len' type='int *' info='a pointer to the minimum number of bytes present in the sequence.  This is used to assure the next character is completely contained within the sequence.'/>
9654*7c568831SAndroid Build Coastguard Worker    </function>
9655*7c568831SAndroid Build Coastguard Worker    <function name='xmlHasFeature' file='parser' module='parser'>
9656*7c568831SAndroid Build Coastguard Worker      <info>Examines if the library has been compiled with a given feature.</info>
9657*7c568831SAndroid Build Coastguard Worker      <return type='int' info='a non-zero value if the feature exist, otherwise zero. Returns zero (0) if the feature does not exist or an unknown unknown feature is requested, non-zero otherwise.'/>
9658*7c568831SAndroid Build Coastguard Worker      <arg name='feature' type='xmlFeature' info='the feature to be examined'/>
9659*7c568831SAndroid Build Coastguard Worker    </function>
9660*7c568831SAndroid Build Coastguard Worker    <function name='xmlHasNsProp' file='tree' module='tree'>
9661*7c568831SAndroid Build Coastguard Worker      <info>Search for an attribute associated to a node This attribute has to be anchored in the namespace specified. This does the entity substitution. This function looks in DTD attribute declaration for #FIXED or default declaration values. Note that a namespace of NULL indicates to use the default namespace.</info>
9662*7c568831SAndroid Build Coastguard Worker      <return type='xmlAttrPtr' info='the attribute or the attribute declaration or NULL if neither was found. Also returns NULL if a memory allocation failed making this function unreliable.'/>
9663*7c568831SAndroid Build Coastguard Worker      <arg name='node' type='const xmlNode *' info='the node'/>
9664*7c568831SAndroid Build Coastguard Worker      <arg name='name' type='const xmlChar *' info='the attribute name'/>
9665*7c568831SAndroid Build Coastguard Worker      <arg name='nameSpace' type='const xmlChar *' info='the URI of the namespace'/>
9666*7c568831SAndroid Build Coastguard Worker    </function>
9667*7c568831SAndroid Build Coastguard Worker    <function name='xmlHasProp' file='tree' module='tree'>
9668*7c568831SAndroid Build Coastguard Worker      <info>Search an attribute associated to a node This function also looks in DTD attribute declaration for #FIXED or default declaration values.</info>
9669*7c568831SAndroid Build Coastguard Worker      <return type='xmlAttrPtr' info='the attribute or the attribute declaration or NULL if neither was found. Also returns NULL if a memory allocation failed making this function unreliable.'/>
9670*7c568831SAndroid Build Coastguard Worker      <arg name='node' type='const xmlNode *' info='the node'/>
9671*7c568831SAndroid Build Coastguard Worker      <arg name='name' type='const xmlChar *' info='the attribute name'/>
9672*7c568831SAndroid Build Coastguard Worker    </function>
9673*7c568831SAndroid Build Coastguard Worker    <function name='xmlHashAdd' file='hash' module='hash'>
9674*7c568831SAndroid Build Coastguard Worker      <info>Add a hash table entry. If an entry with this key already exists, payload will not be updated and 0 is returned. This return value can&apos;t be distinguished from out-of-memory errors, so this function should be used with care.  Available since 2.13.0.</info>
9675*7c568831SAndroid Build Coastguard Worker      <return type='int' info='1 on success, 0 if an entry exists and -1 in case of error.'/>
9676*7c568831SAndroid Build Coastguard Worker      <arg name='hash' type='xmlHashTablePtr' info='hash table'/>
9677*7c568831SAndroid Build Coastguard Worker      <arg name='key' type='const xmlChar *' info='string key'/>
9678*7c568831SAndroid Build Coastguard Worker      <arg name='payload' type='void *' info='pointer to the payload'/>
9679*7c568831SAndroid Build Coastguard Worker    </function>
9680*7c568831SAndroid Build Coastguard Worker    <function name='xmlHashAdd2' file='hash' module='hash'>
9681*7c568831SAndroid Build Coastguard Worker      <info>Add a hash table entry with two strings as key.  See xmlHashAdd.  Available since 2.13.0.</info>
9682*7c568831SAndroid Build Coastguard Worker      <return type='int' info='1 on success, 0 if an entry exists and -1 in case of error.'/>
9683*7c568831SAndroid Build Coastguard Worker      <arg name='hash' type='xmlHashTablePtr' info='hash table'/>
9684*7c568831SAndroid Build Coastguard Worker      <arg name='key' type='const xmlChar *' info='first string key'/>
9685*7c568831SAndroid Build Coastguard Worker      <arg name='key2' type='const xmlChar *' info='second string key'/>
9686*7c568831SAndroid Build Coastguard Worker      <arg name='payload' type='void *' info='pointer to the payload'/>
9687*7c568831SAndroid Build Coastguard Worker    </function>
9688*7c568831SAndroid Build Coastguard Worker    <function name='xmlHashAdd3' file='hash' module='hash'>
9689*7c568831SAndroid Build Coastguard Worker      <info>Add a hash table entry with three strings as key.  See xmlHashAdd.  Available since 2.13.0.</info>
9690*7c568831SAndroid Build Coastguard Worker      <return type='int' info='1 on success, 0 if an entry exists and -1 in case of error.'/>
9691*7c568831SAndroid Build Coastguard Worker      <arg name='hash' type='xmlHashTablePtr' info='hash table'/>
9692*7c568831SAndroid Build Coastguard Worker      <arg name='key' type='const xmlChar *' info='first string key'/>
9693*7c568831SAndroid Build Coastguard Worker      <arg name='key2' type='const xmlChar *' info='second string key'/>
9694*7c568831SAndroid Build Coastguard Worker      <arg name='key3' type='const xmlChar *' info='third string key'/>
9695*7c568831SAndroid Build Coastguard Worker      <arg name='payload' type='void *' info='pointer to the payload'/>
9696*7c568831SAndroid Build Coastguard Worker    </function>
9697*7c568831SAndroid Build Coastguard Worker    <function name='xmlHashAddEntry' file='hash' module='hash'>
9698*7c568831SAndroid Build Coastguard Worker      <info>Add a hash table entry. If an entry with this key already exists, payload will not be updated and -1 is returned. This return value can&apos;t be distinguished from out-of-memory errors, so this function should be used with care.  NOTE: This function doesn&apos;t allow to distinguish malloc failures from existing entries. Use xmlHashAdd instead.</info>
9699*7c568831SAndroid Build Coastguard Worker      <return type='int' info='0 on success and -1 in case of error.'/>
9700*7c568831SAndroid Build Coastguard Worker      <arg name='hash' type='xmlHashTablePtr' info='hash table'/>
9701*7c568831SAndroid Build Coastguard Worker      <arg name='key' type='const xmlChar *' info='string key'/>
9702*7c568831SAndroid Build Coastguard Worker      <arg name='payload' type='void *' info='pointer to the payload'/>
9703*7c568831SAndroid Build Coastguard Worker    </function>
9704*7c568831SAndroid Build Coastguard Worker    <function name='xmlHashAddEntry2' file='hash' module='hash'>
9705*7c568831SAndroid Build Coastguard Worker      <info>Add a hash table entry with two strings as key.  See xmlHashAddEntry.</info>
9706*7c568831SAndroid Build Coastguard Worker      <return type='int' info='0 on success and -1 in case of error.'/>
9707*7c568831SAndroid Build Coastguard Worker      <arg name='hash' type='xmlHashTablePtr' info='hash table'/>
9708*7c568831SAndroid Build Coastguard Worker      <arg name='key' type='const xmlChar *' info='first string key'/>
9709*7c568831SAndroid Build Coastguard Worker      <arg name='key2' type='const xmlChar *' info='second string key'/>
9710*7c568831SAndroid Build Coastguard Worker      <arg name='payload' type='void *' info='pointer to the payload'/>
9711*7c568831SAndroid Build Coastguard Worker    </function>
9712*7c568831SAndroid Build Coastguard Worker    <function name='xmlHashAddEntry3' file='hash' module='hash'>
9713*7c568831SAndroid Build Coastguard Worker      <info>Add a hash table entry with three strings as key.  See xmlHashAddEntry.</info>
9714*7c568831SAndroid Build Coastguard Worker      <return type='int' info='0 on success and -1 in case of error.'/>
9715*7c568831SAndroid Build Coastguard Worker      <arg name='hash' type='xmlHashTablePtr' info='hash table'/>
9716*7c568831SAndroid Build Coastguard Worker      <arg name='key' type='const xmlChar *' info='first string key'/>
9717*7c568831SAndroid Build Coastguard Worker      <arg name='key2' type='const xmlChar *' info='second string key'/>
9718*7c568831SAndroid Build Coastguard Worker      <arg name='key3' type='const xmlChar *' info='third string key'/>
9719*7c568831SAndroid Build Coastguard Worker      <arg name='payload' type='void *' info='pointer to the payload'/>
9720*7c568831SAndroid Build Coastguard Worker    </function>
9721*7c568831SAndroid Build Coastguard Worker    <functype name='xmlHashCopier' file='hash' module='hash'>
9722*7c568831SAndroid Build Coastguard Worker      <info>Callback to copy data from a hash.</info>
9723*7c568831SAndroid Build Coastguard Worker      <return type='void *' info='a copy of the data or NULL in case of error.'/>
9724*7c568831SAndroid Build Coastguard Worker      <arg name='payload' type='void *' info='the data in the hash'/>
9725*7c568831SAndroid Build Coastguard Worker      <arg name='name' type='const xmlChar *' info='the name associated'/>
9726*7c568831SAndroid Build Coastguard Worker    </functype>
9727*7c568831SAndroid Build Coastguard Worker    <function name='xmlHashCopy' file='hash' module='hash'>
9728*7c568831SAndroid Build Coastguard Worker      <info>DEPRECATED: Leaks memory in error case.  Copy the hash table using @copy to copy payloads.</info>
9729*7c568831SAndroid Build Coastguard Worker      <return type='xmlHashTablePtr' info='the new table or NULL if a memory allocation failed.'/>
9730*7c568831SAndroid Build Coastguard Worker      <arg name='hash' type='xmlHashTablePtr' info='hash table'/>
9731*7c568831SAndroid Build Coastguard Worker      <arg name='copy' type='xmlHashCopier' info='copier function for items in the hash'/>
9732*7c568831SAndroid Build Coastguard Worker    </function>
9733*7c568831SAndroid Build Coastguard Worker    <function name='xmlHashCopySafe' file='hash' module='hash'>
9734*7c568831SAndroid Build Coastguard Worker      <info>Copy the hash table using @copyFunc to copy payloads.  Available since 2.13.0.</info>
9735*7c568831SAndroid Build Coastguard Worker      <return type='xmlHashTablePtr' info='the new table or NULL if a memory allocation failed.'/>
9736*7c568831SAndroid Build Coastguard Worker      <arg name='hash' type='xmlHashTablePtr' info='hash table'/>
9737*7c568831SAndroid Build Coastguard Worker      <arg name='copyFunc' type='xmlHashCopier' info='copier function for items in the hash'/>
9738*7c568831SAndroid Build Coastguard Worker      <arg name='deallocFunc' type='xmlHashDeallocator' info='deallocation function in case of errors'/>
9739*7c568831SAndroid Build Coastguard Worker    </function>
9740*7c568831SAndroid Build Coastguard Worker    <function name='xmlHashCreate' file='hash' module='hash'>
9741*7c568831SAndroid Build Coastguard Worker      <info>Create a new hash table. Set size to zero if the number of entries can&apos;t be estimated.</info>
9742*7c568831SAndroid Build Coastguard Worker      <return type='xmlHashTablePtr' info='the newly created object, or NULL if a memory allocation failed.'/>
9743*7c568831SAndroid Build Coastguard Worker      <arg name='size' type='int' info='initial size of the hash table'/>
9744*7c568831SAndroid Build Coastguard Worker    </function>
9745*7c568831SAndroid Build Coastguard Worker    <function name='xmlHashCreateDict' file='hash' module='hash'>
9746*7c568831SAndroid Build Coastguard Worker      <info>Create a new hash table backed by a dictionary. This can reduce resource usage considerably if most keys passed to API functions originate from this dictionary.</info>
9747*7c568831SAndroid Build Coastguard Worker      <return type='xmlHashTablePtr' info='the newly created object, or NULL if a memory allocation failed.'/>
9748*7c568831SAndroid Build Coastguard Worker      <arg name='size' type='int' info='the size of the hash table'/>
9749*7c568831SAndroid Build Coastguard Worker      <arg name='dict' type='xmlDictPtr' info='a dictionary to use for the hash'/>
9750*7c568831SAndroid Build Coastguard Worker    </function>
9751*7c568831SAndroid Build Coastguard Worker    <functype name='xmlHashDeallocator' file='hash' module='hash'>
9752*7c568831SAndroid Build Coastguard Worker      <info>Callback to free data from a hash.</info>
9753*7c568831SAndroid Build Coastguard Worker      <return type='void'/>
9754*7c568831SAndroid Build Coastguard Worker      <arg name='payload' type='void *' info='the data in the hash'/>
9755*7c568831SAndroid Build Coastguard Worker      <arg name='name' type='const xmlChar *' info='the name associated'/>
9756*7c568831SAndroid Build Coastguard Worker    </functype>
9757*7c568831SAndroid Build Coastguard Worker    <function name='xmlHashDefaultDeallocator' file='hash' module='hash'>
9758*7c568831SAndroid Build Coastguard Worker      <info>Free a hash table entry with xmlFree.</info>
9759*7c568831SAndroid Build Coastguard Worker      <return type='void'/>
9760*7c568831SAndroid Build Coastguard Worker      <arg name='entry' type='void *' info='hash table entry'/>
9761*7c568831SAndroid Build Coastguard Worker      <arg name='key' type='const xmlChar *' info='the entry&apos;s string key'/>
9762*7c568831SAndroid Build Coastguard Worker    </function>
9763*7c568831SAndroid Build Coastguard Worker    <function name='xmlHashFree' file='hash' module='hash'>
9764*7c568831SAndroid Build Coastguard Worker      <info>Free the hash and its contents. The payload is deallocated with @dealloc if provided.</info>
9765*7c568831SAndroid Build Coastguard Worker      <return type='void'/>
9766*7c568831SAndroid Build Coastguard Worker      <arg name='hash' type='xmlHashTablePtr' info='hash table'/>
9767*7c568831SAndroid Build Coastguard Worker      <arg name='dealloc' type='xmlHashDeallocator' info='deallocator function or NULL'/>
9768*7c568831SAndroid Build Coastguard Worker    </function>
9769*7c568831SAndroid Build Coastguard Worker    <function name='xmlHashLookup' file='hash' module='hash'>
9770*7c568831SAndroid Build Coastguard Worker      <info>Find the entry specified by @key.</info>
9771*7c568831SAndroid Build Coastguard Worker      <return type='void *' info='a pointer to the payload or NULL if no entry was found.'/>
9772*7c568831SAndroid Build Coastguard Worker      <arg name='hash' type='xmlHashTablePtr' info='hash table'/>
9773*7c568831SAndroid Build Coastguard Worker      <arg name='key' type='const xmlChar *' info='string key'/>
9774*7c568831SAndroid Build Coastguard Worker    </function>
9775*7c568831SAndroid Build Coastguard Worker    <function name='xmlHashLookup2' file='hash' module='hash'>
9776*7c568831SAndroid Build Coastguard Worker      <info>Find the payload specified by the (@key, @key2) tuple.</info>
9777*7c568831SAndroid Build Coastguard Worker      <return type='void *' info='a pointer to the payload or NULL if no entry was found.'/>
9778*7c568831SAndroid Build Coastguard Worker      <arg name='hash' type='xmlHashTablePtr' info='hash table'/>
9779*7c568831SAndroid Build Coastguard Worker      <arg name='key' type='const xmlChar *' info='first string key'/>
9780*7c568831SAndroid Build Coastguard Worker      <arg name='key2' type='const xmlChar *' info='second string key'/>
9781*7c568831SAndroid Build Coastguard Worker    </function>
9782*7c568831SAndroid Build Coastguard Worker    <function name='xmlHashLookup3' file='hash' module='hash'>
9783*7c568831SAndroid Build Coastguard Worker      <info>Find the payload specified by the (@key, @key2, @key3) tuple.</info>
9784*7c568831SAndroid Build Coastguard Worker      <return type='void *' info='a pointer to the payload or NULL if no entry was found.'/>
9785*7c568831SAndroid Build Coastguard Worker      <arg name='hash' type='xmlHashTablePtr' info='hash table'/>
9786*7c568831SAndroid Build Coastguard Worker      <arg name='key' type='const xmlChar *' info='first string key'/>
9787*7c568831SAndroid Build Coastguard Worker      <arg name='key2' type='const xmlChar *' info='second string key'/>
9788*7c568831SAndroid Build Coastguard Worker      <arg name='key3' type='const xmlChar *' info='third string key'/>
9789*7c568831SAndroid Build Coastguard Worker    </function>
9790*7c568831SAndroid Build Coastguard Worker    <function name='xmlHashQLookup' file='hash' module='hash'>
9791*7c568831SAndroid Build Coastguard Worker      <info>Find the payload specified by the QName @prefix:@name or @name.</info>
9792*7c568831SAndroid Build Coastguard Worker      <return type='void *' info='a pointer to the payload or NULL if no entry was found.'/>
9793*7c568831SAndroid Build Coastguard Worker      <arg name='hash' type='xmlHashTablePtr' info='hash table'/>
9794*7c568831SAndroid Build Coastguard Worker      <arg name='prefix' type='const xmlChar *' info='prefix of the string key'/>
9795*7c568831SAndroid Build Coastguard Worker      <arg name='name' type='const xmlChar *' info='local name of the string key'/>
9796*7c568831SAndroid Build Coastguard Worker    </function>
9797*7c568831SAndroid Build Coastguard Worker    <function name='xmlHashQLookup2' file='hash' module='hash'>
9798*7c568831SAndroid Build Coastguard Worker      <info>Find the payload specified by the QNames tuple.</info>
9799*7c568831SAndroid Build Coastguard Worker      <return type='void *' info='a pointer to the payload or NULL if no entry was found.'/>
9800*7c568831SAndroid Build Coastguard Worker      <arg name='hash' type='xmlHashTablePtr' info='hash table'/>
9801*7c568831SAndroid Build Coastguard Worker      <arg name='prefix' type='const xmlChar *' info='first prefix'/>
9802*7c568831SAndroid Build Coastguard Worker      <arg name='name' type='const xmlChar *' info='first local name'/>
9803*7c568831SAndroid Build Coastguard Worker      <arg name='prefix2' type='const xmlChar *' info='second prefix'/>
9804*7c568831SAndroid Build Coastguard Worker      <arg name='name2' type='const xmlChar *' info='second local name'/>
9805*7c568831SAndroid Build Coastguard Worker    </function>
9806*7c568831SAndroid Build Coastguard Worker    <function name='xmlHashQLookup3' file='hash' module='hash'>
9807*7c568831SAndroid Build Coastguard Worker      <info>Find the payload specified by the QNames tuple.</info>
9808*7c568831SAndroid Build Coastguard Worker      <return type='void *' info='a pointer to the payload or NULL if no entry was found.'/>
9809*7c568831SAndroid Build Coastguard Worker      <arg name='hash' type='xmlHashTablePtr' info='hash table'/>
9810*7c568831SAndroid Build Coastguard Worker      <arg name='prefix' type='const xmlChar *' info='first prefix'/>
9811*7c568831SAndroid Build Coastguard Worker      <arg name='name' type='const xmlChar *' info='first local name'/>
9812*7c568831SAndroid Build Coastguard Worker      <arg name='prefix2' type='const xmlChar *' info='second prefix'/>
9813*7c568831SAndroid Build Coastguard Worker      <arg name='name2' type='const xmlChar *' info='second local name'/>
9814*7c568831SAndroid Build Coastguard Worker      <arg name='prefix3' type='const xmlChar *' info='third prefix'/>
9815*7c568831SAndroid Build Coastguard Worker      <arg name='name3' type='const xmlChar *' info='third local name'/>
9816*7c568831SAndroid Build Coastguard Worker    </function>
9817*7c568831SAndroid Build Coastguard Worker    <function name='xmlHashRemoveEntry' file='hash' module='hash'>
9818*7c568831SAndroid Build Coastguard Worker      <info>Find the entry specified by the @key and remove it from the hash table. Payload will be freed with @dealloc.</info>
9819*7c568831SAndroid Build Coastguard Worker      <return type='int' info='0 on success and -1 if no entry was found.'/>
9820*7c568831SAndroid Build Coastguard Worker      <arg name='hash' type='xmlHashTablePtr' info='hash table'/>
9821*7c568831SAndroid Build Coastguard Worker      <arg name='key' type='const xmlChar *' info='string key'/>
9822*7c568831SAndroid Build Coastguard Worker      <arg name='dealloc' type='xmlHashDeallocator' info='deallocator function for removed item or NULL'/>
9823*7c568831SAndroid Build Coastguard Worker    </function>
9824*7c568831SAndroid Build Coastguard Worker    <function name='xmlHashRemoveEntry2' file='hash' module='hash'>
9825*7c568831SAndroid Build Coastguard Worker      <info>Remove an entry with two strings as key.  See xmlHashRemoveEntry.</info>
9826*7c568831SAndroid Build Coastguard Worker      <return type='int' info='0 on success and -1 in case of error.'/>
9827*7c568831SAndroid Build Coastguard Worker      <arg name='hash' type='xmlHashTablePtr' info='hash table'/>
9828*7c568831SAndroid Build Coastguard Worker      <arg name='key' type='const xmlChar *' info='first string key'/>
9829*7c568831SAndroid Build Coastguard Worker      <arg name='key2' type='const xmlChar *' info='second string key'/>
9830*7c568831SAndroid Build Coastguard Worker      <arg name='dealloc' type='xmlHashDeallocator' info='deallocator function for removed item or NULL'/>
9831*7c568831SAndroid Build Coastguard Worker    </function>
9832*7c568831SAndroid Build Coastguard Worker    <function name='xmlHashRemoveEntry3' file='hash' module='hash'>
9833*7c568831SAndroid Build Coastguard Worker      <info>Remove an entry with three strings as key.  See xmlHashRemoveEntry.</info>
9834*7c568831SAndroid Build Coastguard Worker      <return type='int' info='0 on success and -1 in case of error.'/>
9835*7c568831SAndroid Build Coastguard Worker      <arg name='hash' type='xmlHashTablePtr' info='hash table'/>
9836*7c568831SAndroid Build Coastguard Worker      <arg name='key' type='const xmlChar *' info='first string key'/>
9837*7c568831SAndroid Build Coastguard Worker      <arg name='key2' type='const xmlChar *' info='second string key'/>
9838*7c568831SAndroid Build Coastguard Worker      <arg name='key3' type='const xmlChar *' info='third string key'/>
9839*7c568831SAndroid Build Coastguard Worker      <arg name='dealloc' type='xmlHashDeallocator' info='deallocator function for removed item or NULL'/>
9840*7c568831SAndroid Build Coastguard Worker    </function>
9841*7c568831SAndroid Build Coastguard Worker    <function name='xmlHashScan' file='hash' module='hash'>
9842*7c568831SAndroid Build Coastguard Worker      <info>Scan the hash @table and apply @scan to each value.</info>
9843*7c568831SAndroid Build Coastguard Worker      <return type='void'/>
9844*7c568831SAndroid Build Coastguard Worker      <arg name='hash' type='xmlHashTablePtr' info='hash table'/>
9845*7c568831SAndroid Build Coastguard Worker      <arg name='scan' type='xmlHashScanner' info='scanner function for items in the hash'/>
9846*7c568831SAndroid Build Coastguard Worker      <arg name='data' type='void *' info='extra data passed to @scan'/>
9847*7c568831SAndroid Build Coastguard Worker    </function>
9848*7c568831SAndroid Build Coastguard Worker    <function name='xmlHashScan3' file='hash' module='hash'>
9849*7c568831SAndroid Build Coastguard Worker      <info>Scan the hash @table and apply @scan to each value matching (@key, @key2, @key3) tuple. If one of the keys is null, the comparison is considered to match.</info>
9850*7c568831SAndroid Build Coastguard Worker      <return type='void'/>
9851*7c568831SAndroid Build Coastguard Worker      <arg name='hash' type='xmlHashTablePtr' info='hash table'/>
9852*7c568831SAndroid Build Coastguard Worker      <arg name='key' type='const xmlChar *' info='first string key or NULL'/>
9853*7c568831SAndroid Build Coastguard Worker      <arg name='key2' type='const xmlChar *' info='second string key or NULL'/>
9854*7c568831SAndroid Build Coastguard Worker      <arg name='key3' type='const xmlChar *' info='third string key or NULL'/>
9855*7c568831SAndroid Build Coastguard Worker      <arg name='scan' type='xmlHashScanner' info='scanner function for items in the hash'/>
9856*7c568831SAndroid Build Coastguard Worker      <arg name='data' type='void *' info='extra data passed to @scan'/>
9857*7c568831SAndroid Build Coastguard Worker    </function>
9858*7c568831SAndroid Build Coastguard Worker    <function name='xmlHashScanFull' file='hash' module='hash'>
9859*7c568831SAndroid Build Coastguard Worker      <info>Scan the hash @table and apply @scan to each value.</info>
9860*7c568831SAndroid Build Coastguard Worker      <return type='void'/>
9861*7c568831SAndroid Build Coastguard Worker      <arg name='hash' type='xmlHashTablePtr' info='hash table'/>
9862*7c568831SAndroid Build Coastguard Worker      <arg name='scan' type='xmlHashScannerFull' info='scanner function for items in the hash'/>
9863*7c568831SAndroid Build Coastguard Worker      <arg name='data' type='void *' info='extra data passed to @scan'/>
9864*7c568831SAndroid Build Coastguard Worker    </function>
9865*7c568831SAndroid Build Coastguard Worker    <function name='xmlHashScanFull3' file='hash' module='hash'>
9866*7c568831SAndroid Build Coastguard Worker      <info>Scan the hash @table and apply @scan to each value matching (@key, @key2, @key3) tuple. If one of the keys is null, the comparison is considered to match.</info>
9867*7c568831SAndroid Build Coastguard Worker      <return type='void'/>
9868*7c568831SAndroid Build Coastguard Worker      <arg name='hash' type='xmlHashTablePtr' info='hash table'/>
9869*7c568831SAndroid Build Coastguard Worker      <arg name='key' type='const xmlChar *' info='first string key or NULL'/>
9870*7c568831SAndroid Build Coastguard Worker      <arg name='key2' type='const xmlChar *' info='second string key or NULL'/>
9871*7c568831SAndroid Build Coastguard Worker      <arg name='key3' type='const xmlChar *' info='third string key or NULL'/>
9872*7c568831SAndroid Build Coastguard Worker      <arg name='scan' type='xmlHashScannerFull' info='scanner function for items in the hash'/>
9873*7c568831SAndroid Build Coastguard Worker      <arg name='data' type='void *' info='extra data passed to @scan'/>
9874*7c568831SAndroid Build Coastguard Worker    </function>
9875*7c568831SAndroid Build Coastguard Worker    <functype name='xmlHashScanner' file='hash' module='hash'>
9876*7c568831SAndroid Build Coastguard Worker      <info>Callback when scanning data in a hash with the simple scanner.</info>
9877*7c568831SAndroid Build Coastguard Worker      <return type='void'/>
9878*7c568831SAndroid Build Coastguard Worker      <arg name='payload' type='void *' info='the data in the hash'/>
9879*7c568831SAndroid Build Coastguard Worker      <arg name='data' type='void *' info='extra scanner data'/>
9880*7c568831SAndroid Build Coastguard Worker      <arg name='name' type='const xmlChar *' info='the name associated'/>
9881*7c568831SAndroid Build Coastguard Worker    </functype>
9882*7c568831SAndroid Build Coastguard Worker    <functype name='xmlHashScannerFull' file='hash' module='hash'>
9883*7c568831SAndroid Build Coastguard Worker      <info>Callback when scanning data in a hash with the full scanner.</info>
9884*7c568831SAndroid Build Coastguard Worker      <return type='void'/>
9885*7c568831SAndroid Build Coastguard Worker      <arg name='payload' type='void *' info='the data in the hash'/>
9886*7c568831SAndroid Build Coastguard Worker      <arg name='data' type='void *' info='extra scanner data'/>
9887*7c568831SAndroid Build Coastguard Worker      <arg name='name' type='const xmlChar *' info='the name associated'/>
9888*7c568831SAndroid Build Coastguard Worker      <arg name='name2' type='const xmlChar *' info='the second name associated'/>
9889*7c568831SAndroid Build Coastguard Worker      <arg name='name3' type='const xmlChar *' info='the third name associated'/>
9890*7c568831SAndroid Build Coastguard Worker    </functype>
9891*7c568831SAndroid Build Coastguard Worker    <function name='xmlHashSize' file='hash' module='hash'>
9892*7c568831SAndroid Build Coastguard Worker      <info>Query the number of elements in the hash table.</info>
9893*7c568831SAndroid Build Coastguard Worker      <return type='int' info='the number of elements in the hash table or -1 in case of error.'/>
9894*7c568831SAndroid Build Coastguard Worker      <arg name='hash' type='xmlHashTablePtr' info='hash table'/>
9895*7c568831SAndroid Build Coastguard Worker    </function>
9896*7c568831SAndroid Build Coastguard Worker    <function name='xmlHashUpdateEntry' file='hash' module='hash'>
9897*7c568831SAndroid Build Coastguard Worker      <info>Add a hash table entry. If an entry with this key already exists, the old payload will be freed and updated with the new value.</info>
9898*7c568831SAndroid Build Coastguard Worker      <return type='int' info='0 in case of success, -1 if a memory allocation failed.'/>
9899*7c568831SAndroid Build Coastguard Worker      <arg name='hash' type='xmlHashTablePtr' info='hash table'/>
9900*7c568831SAndroid Build Coastguard Worker      <arg name='key' type='const xmlChar *' info='string key'/>
9901*7c568831SAndroid Build Coastguard Worker      <arg name='payload' type='void *' info='pointer to the payload'/>
9902*7c568831SAndroid Build Coastguard Worker      <arg name='dealloc' type='xmlHashDeallocator' info='deallocator function for replaced item or NULL'/>
9903*7c568831SAndroid Build Coastguard Worker    </function>
9904*7c568831SAndroid Build Coastguard Worker    <function name='xmlHashUpdateEntry2' file='hash' module='hash'>
9905*7c568831SAndroid Build Coastguard Worker      <info>Add a hash table entry with two strings as key.  See xmlHashUpdateEntry.</info>
9906*7c568831SAndroid Build Coastguard Worker      <return type='int' info='0 on success and -1 in case of error.'/>
9907*7c568831SAndroid Build Coastguard Worker      <arg name='hash' type='xmlHashTablePtr' info='hash table'/>
9908*7c568831SAndroid Build Coastguard Worker      <arg name='key' type='const xmlChar *' info='first string key'/>
9909*7c568831SAndroid Build Coastguard Worker      <arg name='key2' type='const xmlChar *' info='second string key'/>
9910*7c568831SAndroid Build Coastguard Worker      <arg name='payload' type='void *' info='pointer to the payload'/>
9911*7c568831SAndroid Build Coastguard Worker      <arg name='dealloc' type='xmlHashDeallocator' info='deallocator function for replaced item or NULL'/>
9912*7c568831SAndroid Build Coastguard Worker    </function>
9913*7c568831SAndroid Build Coastguard Worker    <function name='xmlHashUpdateEntry3' file='hash' module='hash'>
9914*7c568831SAndroid Build Coastguard Worker      <info>Add a hash table entry with three strings as key.  See xmlHashUpdateEntry.</info>
9915*7c568831SAndroid Build Coastguard Worker      <return type='int' info='0 on success and -1 in case of error.'/>
9916*7c568831SAndroid Build Coastguard Worker      <arg name='hash' type='xmlHashTablePtr' info='hash table'/>
9917*7c568831SAndroid Build Coastguard Worker      <arg name='key' type='const xmlChar *' info='first string key'/>
9918*7c568831SAndroid Build Coastguard Worker      <arg name='key2' type='const xmlChar *' info='second string key'/>
9919*7c568831SAndroid Build Coastguard Worker      <arg name='key3' type='const xmlChar *' info='third string key'/>
9920*7c568831SAndroid Build Coastguard Worker      <arg name='payload' type='void *' info='pointer to the payload'/>
9921*7c568831SAndroid Build Coastguard Worker      <arg name='dealloc' type='xmlHashDeallocator' info='deallocator function for replaced item or NULL'/>
9922*7c568831SAndroid Build Coastguard Worker    </function>
9923*7c568831SAndroid Build Coastguard Worker    <function name='xmlIOHTTPClose' file='xmlIO' module='xmlIO'>
9924*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_HTTP_ENABLED)</cond>
9925*7c568831SAndroid Build Coastguard Worker      <info>DEPRECATED: Internal function, don&apos;t use.  Close an HTTP I/O channel</info>
9926*7c568831SAndroid Build Coastguard Worker      <return type='int' info='0'/>
9927*7c568831SAndroid Build Coastguard Worker      <arg name='context' type='void *' info='the I/O context'/>
9928*7c568831SAndroid Build Coastguard Worker    </function>
9929*7c568831SAndroid Build Coastguard Worker    <function name='xmlIOHTTPMatch' file='xmlIO' module='xmlIO'>
9930*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_HTTP_ENABLED)</cond>
9931*7c568831SAndroid Build Coastguard Worker      <info>DEPRECATED: Internal function, don&apos;t use.  check if the URI matches an HTTP one</info>
9932*7c568831SAndroid Build Coastguard Worker      <return type='int' info='1 if matches, 0 otherwise'/>
9933*7c568831SAndroid Build Coastguard Worker      <arg name='filename' type='const char *' info='the URI for matching'/>
9934*7c568831SAndroid Build Coastguard Worker    </function>
9935*7c568831SAndroid Build Coastguard Worker    <function name='xmlIOHTTPOpen' file='xmlIO' module='xmlIO'>
9936*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_HTTP_ENABLED)</cond>
9937*7c568831SAndroid Build Coastguard Worker      <info>DEPRECATED: Internal function, don&apos;t use.  open an HTTP I/O channel</info>
9938*7c568831SAndroid Build Coastguard Worker      <return type='void *' info='an I/O context or NULL in case of error'/>
9939*7c568831SAndroid Build Coastguard Worker      <arg name='filename' type='const char *' info='the URI for matching'/>
9940*7c568831SAndroid Build Coastguard Worker    </function>
9941*7c568831SAndroid Build Coastguard Worker    <function name='xmlIOHTTPOpenW' file='xmlIO' module='xmlIO'>
9942*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_HTTP_ENABLED) &amp;&amp; defined(LIBXML_OUTPUT_ENABLED)</cond>
9943*7c568831SAndroid Build Coastguard Worker      <info>DEPRECATED: Support for HTTP POST has been removed.</info>
9944*7c568831SAndroid Build Coastguard Worker      <return type='void *' info='NULL.'/>
9945*7c568831SAndroid Build Coastguard Worker      <arg name='post_uri' type='const char *' info='The destination URI for the document'/>
9946*7c568831SAndroid Build Coastguard Worker      <arg name='compression' type='int' info='The compression desired for the document.'/>
9947*7c568831SAndroid Build Coastguard Worker    </function>
9948*7c568831SAndroid Build Coastguard Worker    <function name='xmlIOHTTPRead' file='xmlIO' module='xmlIO'>
9949*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_HTTP_ENABLED)</cond>
9950*7c568831SAndroid Build Coastguard Worker      <info>DEPRECATED: Internal function, don&apos;t use.  Read @len bytes to @buffer from the I/O channel.</info>
9951*7c568831SAndroid Build Coastguard Worker      <return type='int' info='the number of bytes written'/>
9952*7c568831SAndroid Build Coastguard Worker      <arg name='context' type='void *' info='the I/O context'/>
9953*7c568831SAndroid Build Coastguard Worker      <arg name='buffer' type='char *' info='where to drop data'/>
9954*7c568831SAndroid Build Coastguard Worker      <arg name='len' type='int' info='number of bytes to write'/>
9955*7c568831SAndroid Build Coastguard Worker    </function>
9956*7c568831SAndroid Build Coastguard Worker    <function name='xmlIOParseDTD' file='parser' module='parser'>
9957*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_VALID_ENABLED)</cond>
9958*7c568831SAndroid Build Coastguard Worker      <info>Load and parse a DTD</info>
9959*7c568831SAndroid Build Coastguard Worker      <return type='xmlDtdPtr' info='the resulting xmlDtdPtr or NULL in case of error. @input will be freed by the function in any case.'/>
9960*7c568831SAndroid Build Coastguard Worker      <arg name='sax' type='xmlSAXHandlerPtr' info='the SAX handler block or NULL'/>
9961*7c568831SAndroid Build Coastguard Worker      <arg name='input' type='xmlParserInputBufferPtr' info='an Input Buffer'/>
9962*7c568831SAndroid Build Coastguard Worker      <arg name='enc' type='xmlCharEncoding' info='the charset encoding if known'/>
9963*7c568831SAndroid Build Coastguard Worker    </function>
9964*7c568831SAndroid Build Coastguard Worker    <function name='xmlInitCharEncodingHandlers' file='encoding' module='encoding'>
9965*7c568831SAndroid Build Coastguard Worker      <info>DEPRECATED: Alias for xmlInitParser.</info>
9966*7c568831SAndroid Build Coastguard Worker      <return type='void'/>
9967*7c568831SAndroid Build Coastguard Worker    </function>
9968*7c568831SAndroid Build Coastguard Worker    <function name='xmlInitGlobals' file='parser' module='globals'>
9969*7c568831SAndroid Build Coastguard Worker      <info>DEPRECATED: Alias for xmlInitParser.</info>
9970*7c568831SAndroid Build Coastguard Worker      <return type='void'/>
9971*7c568831SAndroid Build Coastguard Worker    </function>
9972*7c568831SAndroid Build Coastguard Worker    <function name='xmlInitMemory' file='xmlmemory' module='xmlmemory'>
9973*7c568831SAndroid Build Coastguard Worker      <info>DEPRECATED: Alias for xmlInitParser.</info>
9974*7c568831SAndroid Build Coastguard Worker      <return type='int' info='0.'/>
9975*7c568831SAndroid Build Coastguard Worker    </function>
9976*7c568831SAndroid Build Coastguard Worker    <function name='xmlInitNodeInfoSeq' file='parser' module='parserInternals'>
9977*7c568831SAndroid Build Coastguard Worker      <info>DEPRECATED: Don&apos;t use.  -- Initialize (set to initial state) node info sequence</info>
9978*7c568831SAndroid Build Coastguard Worker      <return type='void'/>
9979*7c568831SAndroid Build Coastguard Worker      <arg name='seq' type='xmlParserNodeInfoSeqPtr' info='a node info sequence pointer'/>
9980*7c568831SAndroid Build Coastguard Worker    </function>
9981*7c568831SAndroid Build Coastguard Worker    <function name='xmlInitParser' file='parser' module='threads'>
9982*7c568831SAndroid Build Coastguard Worker      <info>Initialization function for the XML parser.  Call once from the main thread before using the library in multithreaded programs.</info>
9983*7c568831SAndroid Build Coastguard Worker      <return type='void'/>
9984*7c568831SAndroid Build Coastguard Worker    </function>
9985*7c568831SAndroid Build Coastguard Worker    <function name='xmlInitParserCtxt' file='parser' module='parserInternals'>
9986*7c568831SAndroid Build Coastguard Worker      <info>DEPRECATED: Internal function which will be made private in a future version.  Initialize a parser context</info>
9987*7c568831SAndroid Build Coastguard Worker      <return type='int' info='0 in case of success and -1 in case of error'/>
9988*7c568831SAndroid Build Coastguard Worker      <arg name='ctxt' type='xmlParserCtxtPtr' info='an XML parser context'/>
9989*7c568831SAndroid Build Coastguard Worker    </function>
9990*7c568831SAndroid Build Coastguard Worker    <function name='xmlInitThreads' file='threads' module='threads'>
9991*7c568831SAndroid Build Coastguard Worker      <info>DEPRECATED: Alias for xmlInitParser.</info>
9992*7c568831SAndroid Build Coastguard Worker      <return type='void'/>
9993*7c568831SAndroid Build Coastguard Worker    </function>
9994*7c568831SAndroid Build Coastguard Worker    <function name='xmlInitializeCatalog' file='catalog' module='catalog'>
9995*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_CATALOG_ENABLED)</cond>
9996*7c568831SAndroid Build Coastguard Worker      <info>Load the default system catalog.</info>
9997*7c568831SAndroid Build Coastguard Worker      <return type='void'/>
9998*7c568831SAndroid Build Coastguard Worker    </function>
9999*7c568831SAndroid Build Coastguard Worker    <function name='xmlInitializeDict' file='dict' module='dict'>
10000*7c568831SAndroid Build Coastguard Worker      <info>DEPRECATED: Alias for xmlInitParser.</info>
10001*7c568831SAndroid Build Coastguard Worker      <return type='int' info='0.'/>
10002*7c568831SAndroid Build Coastguard Worker    </function>
10003*7c568831SAndroid Build Coastguard Worker    <function name='xmlInitializeGlobalState' file='globals' module='globals'>
10004*7c568831SAndroid Build Coastguard Worker      <info>DEPRECATED: No-op.</info>
10005*7c568831SAndroid Build Coastguard Worker      <return type='void'/>
10006*7c568831SAndroid Build Coastguard Worker      <arg name='gs' type='xmlGlobalStatePtr' info='a pointer to a newly allocated global state'/>
10007*7c568831SAndroid Build Coastguard Worker    </function>
10008*7c568831SAndroid Build Coastguard Worker    <functype name='xmlInputCloseCallback' file='xmlIO' module='xmlIO'>
10009*7c568831SAndroid Build Coastguard Worker      <info>Callback used in the I/O Input API to close the resource</info>
10010*7c568831SAndroid Build Coastguard Worker      <return type='int' info='0 or -1 in case of error'/>
10011*7c568831SAndroid Build Coastguard Worker      <arg name='context' type='void *' info='an Input context'/>
10012*7c568831SAndroid Build Coastguard Worker    </functype>
10013*7c568831SAndroid Build Coastguard Worker    <functype name='xmlInputMatchCallback' file='xmlIO' module='xmlIO'>
10014*7c568831SAndroid Build Coastguard Worker      <info>Callback used in the I/O Input API to detect if the current handler can provide input functionality for this resource.</info>
10015*7c568831SAndroid Build Coastguard Worker      <return type='int' info='1 if yes and 0 if another Input module should be used'/>
10016*7c568831SAndroid Build Coastguard Worker      <arg name='filename' type='char const *' info='the filename or URI'/>
10017*7c568831SAndroid Build Coastguard Worker    </functype>
10018*7c568831SAndroid Build Coastguard Worker    <functype name='xmlInputOpenCallback' file='xmlIO' module='xmlIO'>
10019*7c568831SAndroid Build Coastguard Worker      <info>Callback used in the I/O Input API to open the resource</info>
10020*7c568831SAndroid Build Coastguard Worker      <return type='void *' info='an Input context or NULL in case or error'/>
10021*7c568831SAndroid Build Coastguard Worker      <arg name='filename' type='char const *' info='the filename or URI'/>
10022*7c568831SAndroid Build Coastguard Worker    </functype>
10023*7c568831SAndroid Build Coastguard Worker    <functype name='xmlInputReadCallback' file='xmlIO' module='xmlIO'>
10024*7c568831SAndroid Build Coastguard Worker      <info>Callback used in the I/O Input API to read the resource</info>
10025*7c568831SAndroid Build Coastguard Worker      <return type='int' info='the number of bytes read or -1 in case of error'/>
10026*7c568831SAndroid Build Coastguard Worker      <arg name='context' type='void *' info='an Input context'/>
10027*7c568831SAndroid Build Coastguard Worker      <arg name='buffer' type='char *' info='the buffer to store data read'/>
10028*7c568831SAndroid Build Coastguard Worker      <arg name='len' type='int' info='the length of the buffer in bytes'/>
10029*7c568831SAndroid Build Coastguard Worker    </functype>
10030*7c568831SAndroid Build Coastguard Worker    <function name='xmlInputSetEncodingHandler' file='parser' module='parserInternals'>
10031*7c568831SAndroid Build Coastguard Worker      <info>Use encoding handler to decode input data.  Closes the handler on error.</info>
10032*7c568831SAndroid Build Coastguard Worker      <return type='int' info='an xmlParserErrors code.'/>
10033*7c568831SAndroid Build Coastguard Worker      <arg name='input' type='xmlParserInputPtr' info='the input stream'/>
10034*7c568831SAndroid Build Coastguard Worker      <arg name='handler' type='xmlCharEncodingHandlerPtr' info='the encoding handler'/>
10035*7c568831SAndroid Build Coastguard Worker    </function>
10036*7c568831SAndroid Build Coastguard Worker    <function name='xmlIsBaseChar' file='chvalid' module='chvalid'>
10037*7c568831SAndroid Build Coastguard Worker      <info>This function is DEPRECATED. Use xmlIsBaseChar_ch or xmlIsBaseCharQ instead</info>
10038*7c568831SAndroid Build Coastguard Worker      <return type='int' info='true if argument valid, false otherwise'/>
10039*7c568831SAndroid Build Coastguard Worker      <arg name='ch' type='unsigned int' info='character to validate'/>
10040*7c568831SAndroid Build Coastguard Worker    </function>
10041*7c568831SAndroid Build Coastguard Worker    <function name='xmlIsBlank' file='chvalid' module='chvalid'>
10042*7c568831SAndroid Build Coastguard Worker      <info>This function is DEPRECATED. Use xmlIsBlank_ch or xmlIsBlankQ instead</info>
10043*7c568831SAndroid Build Coastguard Worker      <return type='int' info='true if argument valid, false otherwise'/>
10044*7c568831SAndroid Build Coastguard Worker      <arg name='ch' type='unsigned int' info='character to validate'/>
10045*7c568831SAndroid Build Coastguard Worker    </function>
10046*7c568831SAndroid Build Coastguard Worker    <function name='xmlIsBlankNode' file='tree' module='tree'>
10047*7c568831SAndroid Build Coastguard Worker      <info>Checks whether this node is an empty or whitespace only (and possibly ignorable) text-node.</info>
10048*7c568831SAndroid Build Coastguard Worker      <return type='int' info='1 yes, 0 no'/>
10049*7c568831SAndroid Build Coastguard Worker      <arg name='node' type='const xmlNode *' info='the node'/>
10050*7c568831SAndroid Build Coastguard Worker    </function>
10051*7c568831SAndroid Build Coastguard Worker    <function name='xmlIsChar' file='chvalid' module='chvalid'>
10052*7c568831SAndroid Build Coastguard Worker      <info>This function is DEPRECATED. Use xmlIsChar_ch or xmlIsCharQ instead</info>
10053*7c568831SAndroid Build Coastguard Worker      <return type='int' info='true if argument valid, false otherwise'/>
10054*7c568831SAndroid Build Coastguard Worker      <arg name='ch' type='unsigned int' info='character to validate'/>
10055*7c568831SAndroid Build Coastguard Worker    </function>
10056*7c568831SAndroid Build Coastguard Worker    <function name='xmlIsCombining' file='chvalid' module='chvalid'>
10057*7c568831SAndroid Build Coastguard Worker      <info>This function is DEPRECATED. Use xmlIsCombiningQ instead</info>
10058*7c568831SAndroid Build Coastguard Worker      <return type='int' info='true if argument valid, false otherwise'/>
10059*7c568831SAndroid Build Coastguard Worker      <arg name='ch' type='unsigned int' info='character to validate'/>
10060*7c568831SAndroid Build Coastguard Worker    </function>
10061*7c568831SAndroid Build Coastguard Worker    <function name='xmlIsDigit' file='chvalid' module='chvalid'>
10062*7c568831SAndroid Build Coastguard Worker      <info>This function is DEPRECATED. Use xmlIsDigit_ch or xmlIsDigitQ instead</info>
10063*7c568831SAndroid Build Coastguard Worker      <return type='int' info='true if argument valid, false otherwise'/>
10064*7c568831SAndroid Build Coastguard Worker      <arg name='ch' type='unsigned int' info='character to validate'/>
10065*7c568831SAndroid Build Coastguard Worker    </function>
10066*7c568831SAndroid Build Coastguard Worker    <function name='xmlIsExtender' file='chvalid' module='chvalid'>
10067*7c568831SAndroid Build Coastguard Worker      <info>This function is DEPRECATED. Use xmlIsExtender_ch or xmlIsExtenderQ instead</info>
10068*7c568831SAndroid Build Coastguard Worker      <return type='int' info='true if argument valid, false otherwise'/>
10069*7c568831SAndroid Build Coastguard Worker      <arg name='ch' type='unsigned int' info='character to validate'/>
10070*7c568831SAndroid Build Coastguard Worker    </function>
10071*7c568831SAndroid Build Coastguard Worker    <function name='xmlIsID' file='valid' module='valid'>
10072*7c568831SAndroid Build Coastguard Worker      <info>Determine whether an attribute is of type ID. In case we have DTD(s) then this is done if DTD loading has been requested. In the case of HTML documents parsed with the HTML parser, then ID detection is done systematically.</info>
10073*7c568831SAndroid Build Coastguard Worker      <return type='int' info='0 or 1 depending on the lookup result or -1 if a memory allocation failed.'/>
10074*7c568831SAndroid Build Coastguard Worker      <arg name='doc' type='xmlDocPtr' info='the document'/>
10075*7c568831SAndroid Build Coastguard Worker      <arg name='elem' type='xmlNodePtr' info='the element carrying the attribute'/>
10076*7c568831SAndroid Build Coastguard Worker      <arg name='attr' type='xmlAttrPtr' info='the attribute'/>
10077*7c568831SAndroid Build Coastguard Worker    </function>
10078*7c568831SAndroid Build Coastguard Worker    <function name='xmlIsIdeographic' file='chvalid' module='chvalid'>
10079*7c568831SAndroid Build Coastguard Worker      <info>This function is DEPRECATED. Use xmlIsIdeographicQ instead</info>
10080*7c568831SAndroid Build Coastguard Worker      <return type='int' info='true if argument valid, false otherwise'/>
10081*7c568831SAndroid Build Coastguard Worker      <arg name='ch' type='unsigned int' info='character to validate'/>
10082*7c568831SAndroid Build Coastguard Worker    </function>
10083*7c568831SAndroid Build Coastguard Worker    <function name='xmlIsLetter' file='parserInternals' module='parserInternals'>
10084*7c568831SAndroid Build Coastguard Worker      <info>DEPRECATED: Internal function, don&apos;t use.  Check whether the character is allowed by the production [84] Letter ::= BaseChar | Ideographic</info>
10085*7c568831SAndroid Build Coastguard Worker      <return type='int' info='0 if not, non-zero otherwise'/>
10086*7c568831SAndroid Build Coastguard Worker      <arg name='c' type='int' info='an unicode character (int)'/>
10087*7c568831SAndroid Build Coastguard Worker    </function>
10088*7c568831SAndroid Build Coastguard Worker    <function name='xmlIsMainThread' file='threads' module='globals'>
10089*7c568831SAndroid Build Coastguard Worker      <info>DEPRECATED: Internal function, do not use.  Check whether the current thread is the main thread.</info>
10090*7c568831SAndroid Build Coastguard Worker      <return type='int' info='1 if the current thread is the main thread, 0 otherwise'/>
10091*7c568831SAndroid Build Coastguard Worker    </function>
10092*7c568831SAndroid Build Coastguard Worker    <function name='xmlIsMixedElement' file='valid' module='valid'>
10093*7c568831SAndroid Build Coastguard Worker      <info>Search in the DtDs whether an element accept Mixed content (or ANY) basically if it is supposed to accept text childs</info>
10094*7c568831SAndroid Build Coastguard Worker      <return type='int' info='0 if no, 1 if yes, and -1 if no element description is available'/>
10095*7c568831SAndroid Build Coastguard Worker      <arg name='doc' type='xmlDocPtr' info='the document'/>
10096*7c568831SAndroid Build Coastguard Worker      <arg name='name' type='const xmlChar *' info='the element name'/>
10097*7c568831SAndroid Build Coastguard Worker    </function>
10098*7c568831SAndroid Build Coastguard Worker    <function name='xmlIsPubidChar' file='chvalid' module='chvalid'>
10099*7c568831SAndroid Build Coastguard Worker      <info>This function is DEPRECATED. Use xmlIsPubidChar_ch or xmlIsPubidCharQ instead</info>
10100*7c568831SAndroid Build Coastguard Worker      <return type='int' info='true if argument valid, false otherwise'/>
10101*7c568831SAndroid Build Coastguard Worker      <arg name='ch' type='unsigned int' info='character to validate'/>
10102*7c568831SAndroid Build Coastguard Worker    </function>
10103*7c568831SAndroid Build Coastguard Worker    <function name='xmlIsRef' file='valid' module='valid'>
10104*7c568831SAndroid Build Coastguard Worker      <info>DEPRECATED, do not use. This function will be removed from the public API.  Determine whether an attribute is of type Ref. In case we have DTD(s) then this is simple, otherwise we use an heuristic: name Ref (upper or lowercase).</info>
10105*7c568831SAndroid Build Coastguard Worker      <return type='int' info='0 or 1 depending on the lookup result'/>
10106*7c568831SAndroid Build Coastguard Worker      <arg name='doc' type='xmlDocPtr' info='the document'/>
10107*7c568831SAndroid Build Coastguard Worker      <arg name='elem' type='xmlNodePtr' info='the element carrying the attribute'/>
10108*7c568831SAndroid Build Coastguard Worker      <arg name='attr' type='xmlAttrPtr' info='the attribute'/>
10109*7c568831SAndroid Build Coastguard Worker    </function>
10110*7c568831SAndroid Build Coastguard Worker    <function name='xmlIsXHTML' file='tree' module='tree'>
10111*7c568831SAndroid Build Coastguard Worker      <info>Try to find if the document correspond to an XHTML DTD</info>
10112*7c568831SAndroid Build Coastguard Worker      <return type='int' info='1 if true, 0 if not and -1 in case of error'/>
10113*7c568831SAndroid Build Coastguard Worker      <arg name='systemID' type='const xmlChar *' info='the system identifier'/>
10114*7c568831SAndroid Build Coastguard Worker      <arg name='publicID' type='const xmlChar *' info='the public identifier'/>
10115*7c568831SAndroid Build Coastguard Worker    </function>
10116*7c568831SAndroid Build Coastguard Worker    <function name='xmlKeepBlanksDefault' file='parser' module='parserInternals'>
10117*7c568831SAndroid Build Coastguard Worker      <info>DEPRECATED: Use the modern options API with XML_PARSE_NOBLANKS.  Set and return the previous value for default blanks text nodes support. The 1.x version of the parser used an heuristic to try to detect ignorable white spaces. As a result the SAX callback was generating xmlSAX2IgnorableWhitespace() callbacks instead of characters() one, and when using the DOM output text nodes containing those blanks were not generated. The 2.x and later version will switch to the XML standard way and ignorableWhitespace() are only generated when running the parser in validating mode and when the current element doesn&apos;t allow CDATA or mixed content. This function is provided as a way to force the standard behavior on 1.X libs and to switch back to the old mode for compatibility when running 1.X client code on 2.X . Upgrade of 1.X code should be done by using xmlIsBlankNode() commodity function to detect the &quot;empty&quot; nodes generated. This value also affect autogeneration of indentation when saving code if blanks sections are kept, indentation is not generated.</info>
10118*7c568831SAndroid Build Coastguard Worker      <return type='int' info='the last value for 0 for no substitution, 1 for substitution.'/>
10119*7c568831SAndroid Build Coastguard Worker      <arg name='val' type='int' info='int 0 or 1'/>
10120*7c568831SAndroid Build Coastguard Worker    </function>
10121*7c568831SAndroid Build Coastguard Worker    <function name='xmlLastElementChild' file='tree' module='tree'>
10122*7c568831SAndroid Build Coastguard Worker      <info>Find the last child node which is an element.  Note that entity references are not expanded.</info>
10123*7c568831SAndroid Build Coastguard Worker      <return type='xmlNodePtr' info='the last element or NULL if parent has no children.'/>
10124*7c568831SAndroid Build Coastguard Worker      <arg name='parent' type='xmlNodePtr' info='the parent node'/>
10125*7c568831SAndroid Build Coastguard Worker    </function>
10126*7c568831SAndroid Build Coastguard Worker    <function name='xmlLineNumbersDefault' file='parser' module='parserInternals'>
10127*7c568831SAndroid Build Coastguard Worker      <info>DEPRECATED: The modern options API always enables line numbers.  Set and return the previous value for enabling line numbers in elements contents. This may break on old application and is turned off by default.</info>
10128*7c568831SAndroid Build Coastguard Worker      <return type='int' info='the last value for 0 for no substitution, 1 for substitution.'/>
10129*7c568831SAndroid Build Coastguard Worker      <arg name='val' type='int' info='int 0 or 1'/>
10130*7c568831SAndroid Build Coastguard Worker    </function>
10131*7c568831SAndroid Build Coastguard Worker    <function name='xmlLinkGetData' file='list' module='list'>
10132*7c568831SAndroid Build Coastguard Worker      <info>See Returns.</info>
10133*7c568831SAndroid Build Coastguard Worker      <return type='void *' info='a pointer to the data referenced from this link'/>
10134*7c568831SAndroid Build Coastguard Worker      <arg name='lk' type='xmlLinkPtr' info='a link'/>
10135*7c568831SAndroid Build Coastguard Worker    </function>
10136*7c568831SAndroid Build Coastguard Worker    <function name='xmlListAppend' file='list' module='list'>
10137*7c568831SAndroid Build Coastguard Worker      <info>Insert data in the ordered list at the end for this value</info>
10138*7c568831SAndroid Build Coastguard Worker      <return type='int' info='0 in case of success, 1 in case of failure'/>
10139*7c568831SAndroid Build Coastguard Worker      <arg name='l' type='xmlListPtr' info='a list'/>
10140*7c568831SAndroid Build Coastguard Worker      <arg name='data' type='void *' info='the data'/>
10141*7c568831SAndroid Build Coastguard Worker    </function>
10142*7c568831SAndroid Build Coastguard Worker    <function name='xmlListClear' file='list' module='list'>
10143*7c568831SAndroid Build Coastguard Worker      <info>Remove the all data in the list</info>
10144*7c568831SAndroid Build Coastguard Worker      <return type='void'/>
10145*7c568831SAndroid Build Coastguard Worker      <arg name='l' type='xmlListPtr' info='a list'/>
10146*7c568831SAndroid Build Coastguard Worker    </function>
10147*7c568831SAndroid Build Coastguard Worker    <function name='xmlListCopy' file='list' module='list'>
10148*7c568831SAndroid Build Coastguard Worker      <info>Move all the element from the old list in the new list</info>
10149*7c568831SAndroid Build Coastguard Worker      <return type='int' info='0 in case of success 1 in case of error'/>
10150*7c568831SAndroid Build Coastguard Worker      <arg name='cur' type='xmlListPtr' info='the new list'/>
10151*7c568831SAndroid Build Coastguard Worker      <arg name='old' type='xmlListPtr' info='the old list'/>
10152*7c568831SAndroid Build Coastguard Worker    </function>
10153*7c568831SAndroid Build Coastguard Worker    <function name='xmlListCreate' file='list' module='list'>
10154*7c568831SAndroid Build Coastguard Worker      <info>Create a new list</info>
10155*7c568831SAndroid Build Coastguard Worker      <return type='xmlListPtr' info='the new list or NULL in case of error'/>
10156*7c568831SAndroid Build Coastguard Worker      <arg name='deallocator' type='xmlListDeallocator' info='an optional deallocator function'/>
10157*7c568831SAndroid Build Coastguard Worker      <arg name='compare' type='xmlListDataCompare' info='an optional comparison function'/>
10158*7c568831SAndroid Build Coastguard Worker    </function>
10159*7c568831SAndroid Build Coastguard Worker    <functype name='xmlListDataCompare' file='list' module='list'>
10160*7c568831SAndroid Build Coastguard Worker      <info>Callback function used to compare 2 data.</info>
10161*7c568831SAndroid Build Coastguard Worker      <return type='int' info='0 is equality, -1 or 1 otherwise depending on the ordering.'/>
10162*7c568831SAndroid Build Coastguard Worker      <arg name='data0' type='const void *' info='the first data'/>
10163*7c568831SAndroid Build Coastguard Worker      <arg name='data1' type='const void *' info='the second data'/>
10164*7c568831SAndroid Build Coastguard Worker    </functype>
10165*7c568831SAndroid Build Coastguard Worker    <functype name='xmlListDeallocator' file='list' module='list'>
10166*7c568831SAndroid Build Coastguard Worker      <info>Callback function used to free data from a list.</info>
10167*7c568831SAndroid Build Coastguard Worker      <return type='void'/>
10168*7c568831SAndroid Build Coastguard Worker      <arg name='lk' type='xmlLinkPtr' info='the data to deallocate'/>
10169*7c568831SAndroid Build Coastguard Worker    </functype>
10170*7c568831SAndroid Build Coastguard Worker    <function name='xmlListDelete' file='list' module='list'>
10171*7c568831SAndroid Build Coastguard Worker      <info>Deletes the list and its associated data</info>
10172*7c568831SAndroid Build Coastguard Worker      <return type='void'/>
10173*7c568831SAndroid Build Coastguard Worker      <arg name='l' type='xmlListPtr' info='a list'/>
10174*7c568831SAndroid Build Coastguard Worker    </function>
10175*7c568831SAndroid Build Coastguard Worker    <function name='xmlListDup' file='list' module='list'>
10176*7c568831SAndroid Build Coastguard Worker      <info>Duplicate the list</info>
10177*7c568831SAndroid Build Coastguard Worker      <return type='xmlListPtr' info='a new copy of the list or NULL in case of error'/>
10178*7c568831SAndroid Build Coastguard Worker      <arg name='old' type='xmlListPtr' info='the list'/>
10179*7c568831SAndroid Build Coastguard Worker    </function>
10180*7c568831SAndroid Build Coastguard Worker    <function name='xmlListEmpty' file='list' module='list'>
10181*7c568831SAndroid Build Coastguard Worker      <info>Is the list empty ?</info>
10182*7c568831SAndroid Build Coastguard Worker      <return type='int' info='1 if the list is empty, 0 if not empty and -1 in case of error'/>
10183*7c568831SAndroid Build Coastguard Worker      <arg name='l' type='xmlListPtr' info='a list'/>
10184*7c568831SAndroid Build Coastguard Worker    </function>
10185*7c568831SAndroid Build Coastguard Worker    <function name='xmlListEnd' file='list' module='list'>
10186*7c568831SAndroid Build Coastguard Worker      <info>Get the last element in the list</info>
10187*7c568831SAndroid Build Coastguard Worker      <return type='xmlLinkPtr' info='the last element in the list, or NULL'/>
10188*7c568831SAndroid Build Coastguard Worker      <arg name='l' type='xmlListPtr' info='a list'/>
10189*7c568831SAndroid Build Coastguard Worker    </function>
10190*7c568831SAndroid Build Coastguard Worker    <function name='xmlListFront' file='list' module='list'>
10191*7c568831SAndroid Build Coastguard Worker      <info>Get the first element in the list</info>
10192*7c568831SAndroid Build Coastguard Worker      <return type='xmlLinkPtr' info='the first element in the list, or NULL'/>
10193*7c568831SAndroid Build Coastguard Worker      <arg name='l' type='xmlListPtr' info='a list'/>
10194*7c568831SAndroid Build Coastguard Worker    </function>
10195*7c568831SAndroid Build Coastguard Worker    <function name='xmlListInsert' file='list' module='list'>
10196*7c568831SAndroid Build Coastguard Worker      <info>Insert data in the ordered list at the beginning for this value</info>
10197*7c568831SAndroid Build Coastguard Worker      <return type='int' info='0 in case of success, 1 in case of failure'/>
10198*7c568831SAndroid Build Coastguard Worker      <arg name='l' type='xmlListPtr' info='a list'/>
10199*7c568831SAndroid Build Coastguard Worker      <arg name='data' type='void *' info='the data'/>
10200*7c568831SAndroid Build Coastguard Worker    </function>
10201*7c568831SAndroid Build Coastguard Worker    <function name='xmlListMerge' file='list' module='list'>
10202*7c568831SAndroid Build Coastguard Worker      <info>include all the elements of the second list in the first one and clear the second list</info>
10203*7c568831SAndroid Build Coastguard Worker      <return type='void'/>
10204*7c568831SAndroid Build Coastguard Worker      <arg name='l1' type='xmlListPtr' info='the original list'/>
10205*7c568831SAndroid Build Coastguard Worker      <arg name='l2' type='xmlListPtr' info='the new list'/>
10206*7c568831SAndroid Build Coastguard Worker    </function>
10207*7c568831SAndroid Build Coastguard Worker    <function name='xmlListPopBack' file='list' module='list'>
10208*7c568831SAndroid Build Coastguard Worker      <info>Removes the last element in the list</info>
10209*7c568831SAndroid Build Coastguard Worker      <return type='void'/>
10210*7c568831SAndroid Build Coastguard Worker      <arg name='l' type='xmlListPtr' info='a list'/>
10211*7c568831SAndroid Build Coastguard Worker    </function>
10212*7c568831SAndroid Build Coastguard Worker    <function name='xmlListPopFront' file='list' module='list'>
10213*7c568831SAndroid Build Coastguard Worker      <info>Removes the first element in the list</info>
10214*7c568831SAndroid Build Coastguard Worker      <return type='void'/>
10215*7c568831SAndroid Build Coastguard Worker      <arg name='l' type='xmlListPtr' info='a list'/>
10216*7c568831SAndroid Build Coastguard Worker    </function>
10217*7c568831SAndroid Build Coastguard Worker    <function name='xmlListPushBack' file='list' module='list'>
10218*7c568831SAndroid Build Coastguard Worker      <info>add the new data at the end of the list</info>
10219*7c568831SAndroid Build Coastguard Worker      <return type='int' info='1 if successful, 0 otherwise'/>
10220*7c568831SAndroid Build Coastguard Worker      <arg name='l' type='xmlListPtr' info='a list'/>
10221*7c568831SAndroid Build Coastguard Worker      <arg name='data' type='void *' info='new data'/>
10222*7c568831SAndroid Build Coastguard Worker    </function>
10223*7c568831SAndroid Build Coastguard Worker    <function name='xmlListPushFront' file='list' module='list'>
10224*7c568831SAndroid Build Coastguard Worker      <info>add the new data at the beginning of the list</info>
10225*7c568831SAndroid Build Coastguard Worker      <return type='int' info='1 if successful, 0 otherwise'/>
10226*7c568831SAndroid Build Coastguard Worker      <arg name='l' type='xmlListPtr' info='a list'/>
10227*7c568831SAndroid Build Coastguard Worker      <arg name='data' type='void *' info='new data'/>
10228*7c568831SAndroid Build Coastguard Worker    </function>
10229*7c568831SAndroid Build Coastguard Worker    <function name='xmlListRemoveAll' file='list' module='list'>
10230*7c568831SAndroid Build Coastguard Worker      <info>Remove the all instance associated to data in the list</info>
10231*7c568831SAndroid Build Coastguard Worker      <return type='int' info='the number of deallocation, or 0 if not found'/>
10232*7c568831SAndroid Build Coastguard Worker      <arg name='l' type='xmlListPtr' info='a list'/>
10233*7c568831SAndroid Build Coastguard Worker      <arg name='data' type='void *' info='list data'/>
10234*7c568831SAndroid Build Coastguard Worker    </function>
10235*7c568831SAndroid Build Coastguard Worker    <function name='xmlListRemoveFirst' file='list' module='list'>
10236*7c568831SAndroid Build Coastguard Worker      <info>Remove the first instance associated to data in the list</info>
10237*7c568831SAndroid Build Coastguard Worker      <return type='int' info='1 if a deallocation occurred, or 0 if not found'/>
10238*7c568831SAndroid Build Coastguard Worker      <arg name='l' type='xmlListPtr' info='a list'/>
10239*7c568831SAndroid Build Coastguard Worker      <arg name='data' type='void *' info='list data'/>
10240*7c568831SAndroid Build Coastguard Worker    </function>
10241*7c568831SAndroid Build Coastguard Worker    <function name='xmlListRemoveLast' file='list' module='list'>
10242*7c568831SAndroid Build Coastguard Worker      <info>Remove the last instance associated to data in the list</info>
10243*7c568831SAndroid Build Coastguard Worker      <return type='int' info='1 if a deallocation occurred, or 0 if not found'/>
10244*7c568831SAndroid Build Coastguard Worker      <arg name='l' type='xmlListPtr' info='a list'/>
10245*7c568831SAndroid Build Coastguard Worker      <arg name='data' type='void *' info='list data'/>
10246*7c568831SAndroid Build Coastguard Worker    </function>
10247*7c568831SAndroid Build Coastguard Worker    <function name='xmlListReverse' file='list' module='list'>
10248*7c568831SAndroid Build Coastguard Worker      <info>Reverse the order of the elements in the list</info>
10249*7c568831SAndroid Build Coastguard Worker      <return type='void'/>
10250*7c568831SAndroid Build Coastguard Worker      <arg name='l' type='xmlListPtr' info='a list'/>
10251*7c568831SAndroid Build Coastguard Worker    </function>
10252*7c568831SAndroid Build Coastguard Worker    <function name='xmlListReverseSearch' file='list' module='list'>
10253*7c568831SAndroid Build Coastguard Worker      <info>Search the list in reverse order for an existing value of @data</info>
10254*7c568831SAndroid Build Coastguard Worker      <return type='void *' info='the value associated to @data or NULL in case of error'/>
10255*7c568831SAndroid Build Coastguard Worker      <arg name='l' type='xmlListPtr' info='a list'/>
10256*7c568831SAndroid Build Coastguard Worker      <arg name='data' type='void *' info='a search value'/>
10257*7c568831SAndroid Build Coastguard Worker    </function>
10258*7c568831SAndroid Build Coastguard Worker    <function name='xmlListReverseWalk' file='list' module='list'>
10259*7c568831SAndroid Build Coastguard Worker      <info>Walk all the element of the list in reverse order and apply the walker function to it</info>
10260*7c568831SAndroid Build Coastguard Worker      <return type='void'/>
10261*7c568831SAndroid Build Coastguard Worker      <arg name='l' type='xmlListPtr' info='a list'/>
10262*7c568831SAndroid Build Coastguard Worker      <arg name='walker' type='xmlListWalker' info='a processing function'/>
10263*7c568831SAndroid Build Coastguard Worker      <arg name='user' type='void *' info='a user parameter passed to the walker function'/>
10264*7c568831SAndroid Build Coastguard Worker    </function>
10265*7c568831SAndroid Build Coastguard Worker    <function name='xmlListSearch' file='list' module='list'>
10266*7c568831SAndroid Build Coastguard Worker      <info>Search the list for an existing value of @data</info>
10267*7c568831SAndroid Build Coastguard Worker      <return type='void *' info='the value associated to @data or NULL in case of error'/>
10268*7c568831SAndroid Build Coastguard Worker      <arg name='l' type='xmlListPtr' info='a list'/>
10269*7c568831SAndroid Build Coastguard Worker      <arg name='data' type='void *' info='a search value'/>
10270*7c568831SAndroid Build Coastguard Worker    </function>
10271*7c568831SAndroid Build Coastguard Worker    <function name='xmlListSize' file='list' module='list'>
10272*7c568831SAndroid Build Coastguard Worker      <info>Get the number of elements in the list</info>
10273*7c568831SAndroid Build Coastguard Worker      <return type='int' info='the number of elements in the list or -1 in case of error'/>
10274*7c568831SAndroid Build Coastguard Worker      <arg name='l' type='xmlListPtr' info='a list'/>
10275*7c568831SAndroid Build Coastguard Worker    </function>
10276*7c568831SAndroid Build Coastguard Worker    <function name='xmlListSort' file='list' module='list'>
10277*7c568831SAndroid Build Coastguard Worker      <info>Sort all the elements in the list</info>
10278*7c568831SAndroid Build Coastguard Worker      <return type='void'/>
10279*7c568831SAndroid Build Coastguard Worker      <arg name='l' type='xmlListPtr' info='a list'/>
10280*7c568831SAndroid Build Coastguard Worker    </function>
10281*7c568831SAndroid Build Coastguard Worker    <function name='xmlListWalk' file='list' module='list'>
10282*7c568831SAndroid Build Coastguard Worker      <info>Walk all the element of the first from first to last and apply the walker function to it</info>
10283*7c568831SAndroid Build Coastguard Worker      <return type='void'/>
10284*7c568831SAndroid Build Coastguard Worker      <arg name='l' type='xmlListPtr' info='a list'/>
10285*7c568831SAndroid Build Coastguard Worker      <arg name='walker' type='xmlListWalker' info='a processing function'/>
10286*7c568831SAndroid Build Coastguard Worker      <arg name='user' type='void *' info='a user parameter passed to the walker function'/>
10287*7c568831SAndroid Build Coastguard Worker    </function>
10288*7c568831SAndroid Build Coastguard Worker    <functype name='xmlListWalker' file='list' module='list'>
10289*7c568831SAndroid Build Coastguard Worker      <info>Callback function used when walking a list with xmlListWalk().</info>
10290*7c568831SAndroid Build Coastguard Worker      <return type='int' info='0 to stop walking the list, 1 otherwise.'/>
10291*7c568831SAndroid Build Coastguard Worker      <arg name='data' type='const void *' info='the data found in the list'/>
10292*7c568831SAndroid Build Coastguard Worker      <arg name='user' type='void *' info='extra user provided data to the walker'/>
10293*7c568831SAndroid Build Coastguard Worker    </functype>
10294*7c568831SAndroid Build Coastguard Worker    <function name='xmlLoadACatalog' file='catalog' module='catalog'>
10295*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_CATALOG_ENABLED)</cond>
10296*7c568831SAndroid Build Coastguard Worker      <info>Load the catalog and build the associated data structures. This can be either an XML Catalog or an SGML Catalog It will recurse in SGML CATALOG entries. On the other hand XML Catalogs are not handled recursively.</info>
10297*7c568831SAndroid Build Coastguard Worker      <return type='xmlCatalogPtr' info='the catalog parsed or NULL in case of error'/>
10298*7c568831SAndroid Build Coastguard Worker      <arg name='filename' type='const char *' info='a file path'/>
10299*7c568831SAndroid Build Coastguard Worker    </function>
10300*7c568831SAndroid Build Coastguard Worker    <function name='xmlLoadCatalog' file='catalog' module='catalog'>
10301*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_CATALOG_ENABLED)</cond>
10302*7c568831SAndroid Build Coastguard Worker      <info>Load the catalog and makes its definitions effective for the default external entity loader. It will recurse in SGML CATALOG entries. this function is not thread safe, catalog initialization should preferably be done once at startup</info>
10303*7c568831SAndroid Build Coastguard Worker      <return type='int' info='0 in case of success -1 in case of error'/>
10304*7c568831SAndroid Build Coastguard Worker      <arg name='filename' type='const char *' info='a file path'/>
10305*7c568831SAndroid Build Coastguard Worker    </function>
10306*7c568831SAndroid Build Coastguard Worker    <function name='xmlLoadCatalogs' file='catalog' module='catalog'>
10307*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_CATALOG_ENABLED)</cond>
10308*7c568831SAndroid Build Coastguard Worker      <info>Load the catalogs and makes their definitions effective for the default external entity loader. this function is not thread safe, catalog initialization should preferably be done once at startup</info>
10309*7c568831SAndroid Build Coastguard Worker      <return type='void'/>
10310*7c568831SAndroid Build Coastguard Worker      <arg name='pathss' type='const char *' info='a list of directories separated by a colon or a space.'/>
10311*7c568831SAndroid Build Coastguard Worker    </function>
10312*7c568831SAndroid Build Coastguard Worker    <function name='xmlLoadExternalEntity' file='parser' module='parserInternals'>
10313*7c568831SAndroid Build Coastguard Worker      <info>@URL is a filename or URL. If if contains the substring &quot;://&quot;, it is assumed to be a Legacy Extended IRI. Otherwise, it is treated as a filesystem path.  @ID is an optional XML public ID, typically from a doctype declaration. It is used for catalog lookups.  If catalog lookup is enabled (default is yes) and URL or ID are found in system or local XML catalogs, URL is replaced with the result. Then the following resource loaders will be called if they were registered (in order of precedence):  - the resource loader set with xmlCtxtSetResourceLoader - the global external entity loader set with xmlSetExternalEntityLoader (without catalog resolution, deprecated) - the per-thread xmlParserInputBufferCreateFilenameFunc set with xmlParserInputBufferCreateFilenameDefault (deprecated) - the default loader which will return - the result from a matching global input callback set with xmlRegisterInputCallbacks (deprecated) - a HTTP resource if support is compiled in. - a file opened from the filesystem, with automatic detection of compressed files if support is compiled in.</info>
10314*7c568831SAndroid Build Coastguard Worker      <return type='xmlParserInputPtr' info='the xmlParserInputPtr or NULL'/>
10315*7c568831SAndroid Build Coastguard Worker      <arg name='URL' type='const char *' info='the URL for the entity to load'/>
10316*7c568831SAndroid Build Coastguard Worker      <arg name='ID' type='const char *' info='the Public ID for the entity to load'/>
10317*7c568831SAndroid Build Coastguard Worker      <arg name='ctxt' type='xmlParserCtxtPtr' info='the context in which the entity is called or NULL'/>
10318*7c568831SAndroid Build Coastguard Worker    </function>
10319*7c568831SAndroid Build Coastguard Worker    <function name='xmlLoadSGMLSuperCatalog' file='catalog' module='catalog'>
10320*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_CATALOG_ENABLED)</cond>
10321*7c568831SAndroid Build Coastguard Worker      <info>Load an SGML super catalog. It won&apos;t expand CATALOG or DELEGATE references. This is only needed for manipulating SGML Super Catalogs like adding and removing CATALOG or DELEGATE entries.</info>
10322*7c568831SAndroid Build Coastguard Worker      <return type='xmlCatalogPtr' info='the catalog parsed or NULL in case of error'/>
10323*7c568831SAndroid Build Coastguard Worker      <arg name='filename' type='const char *' info='a file path'/>
10324*7c568831SAndroid Build Coastguard Worker    </function>
10325*7c568831SAndroid Build Coastguard Worker    <function name='xmlLockLibrary' file='threads' module='threads'>
10326*7c568831SAndroid Build Coastguard Worker      <info>xmlLockLibrary() is used to take out a re-entrant lock on the libxml2 library.</info>
10327*7c568831SAndroid Build Coastguard Worker      <return type='void'/>
10328*7c568831SAndroid Build Coastguard Worker    </function>
10329*7c568831SAndroid Build Coastguard Worker    <function name='xmlLookupCharEncodingHandler' file='encoding' module='encoding'>
10330*7c568831SAndroid Build Coastguard Worker      <info>Find or create a handler matching the encoding. The following converters are looked up in order:  - Built-in handler (UTF-8, UTF-16, ISO-8859-1, ASCII) - User-registered global handler (deprecated) - iconv if enabled - ICU if enabled  The handler must be closed with xmlCharEncCloseFunc.  If the encoding is UTF-8, a NULL handler and no error code will be returned.  Available since 2.13.0.</info>
10331*7c568831SAndroid Build Coastguard Worker      <return type='int' info='XML_ERR_OK, XML_ERR_UNSUPPORTED_ENCODING or another xmlParserErrors error code.'/>
10332*7c568831SAndroid Build Coastguard Worker      <arg name='enc' type='xmlCharEncoding' info='an xmlCharEncoding value.'/>
10333*7c568831SAndroid Build Coastguard Worker      <arg name='out' type='xmlCharEncodingHandler **' info='pointer to result'/>
10334*7c568831SAndroid Build Coastguard Worker    </function>
10335*7c568831SAndroid Build Coastguard Worker    <function name='xmlMallocAtomicLoc' file='xmlmemory' module='xmlmemory'>
10336*7c568831SAndroid Build Coastguard Worker      <info>DEPRECATED: don&apos;t use</info>
10337*7c568831SAndroid Build Coastguard Worker      <return type='void *' info='a pointer to the allocated area or NULL in case of lack of memory.'/>
10338*7c568831SAndroid Build Coastguard Worker      <arg name='size' type='size_t' info='an unsigned int specifying the size in byte to allocate.'/>
10339*7c568831SAndroid Build Coastguard Worker      <arg name='file' type='const char *' info='the file name or NULL'/>
10340*7c568831SAndroid Build Coastguard Worker      <arg name='line' type='int' info='the line number'/>
10341*7c568831SAndroid Build Coastguard Worker    </function>
10342*7c568831SAndroid Build Coastguard Worker    <functype name='xmlMallocFunc' file='xmlmemory' module='xmlmemory'>
10343*7c568831SAndroid Build Coastguard Worker      <info>Signature for a malloc() implementation.</info>
10344*7c568831SAndroid Build Coastguard Worker      <return type='void *' info='a pointer to the newly allocated block or NULL in case of error.'/>
10345*7c568831SAndroid Build Coastguard Worker      <arg name='size' type='size_t' info='the size requested in bytes'/>
10346*7c568831SAndroid Build Coastguard Worker    </functype>
10347*7c568831SAndroid Build Coastguard Worker    <function name='xmlMallocLoc' file='xmlmemory' module='xmlmemory'>
10348*7c568831SAndroid Build Coastguard Worker      <info>DEPRECATED: don&apos;t use</info>
10349*7c568831SAndroid Build Coastguard Worker      <return type='void *' info='a pointer to the allocated area or NULL in case of lack of memory.'/>
10350*7c568831SAndroid Build Coastguard Worker      <arg name='size' type='size_t' info='an int specifying the size in byte to allocate.'/>
10351*7c568831SAndroid Build Coastguard Worker      <arg name='file' type='const char *' info='the file name or NULL'/>
10352*7c568831SAndroid Build Coastguard Worker      <arg name='line' type='int' info='the line number'/>
10353*7c568831SAndroid Build Coastguard Worker    </function>
10354*7c568831SAndroid Build Coastguard Worker    <function name='xmlMemBlocks' file='xmlmemory' module='xmlmemory'>
10355*7c568831SAndroid Build Coastguard Worker      <info>Provides the number of memory areas currently allocated</info>
10356*7c568831SAndroid Build Coastguard Worker      <return type='int' info='an int representing the number of blocks'/>
10357*7c568831SAndroid Build Coastguard Worker    </function>
10358*7c568831SAndroid Build Coastguard Worker    <function name='xmlMemDisplay' file='xmlmemory' module='xmlmemory'>
10359*7c568831SAndroid Build Coastguard Worker      <info>DEPRECATED: This feature was removed.</info>
10360*7c568831SAndroid Build Coastguard Worker      <return type='void'/>
10361*7c568831SAndroid Build Coastguard Worker      <arg name='fp' type='FILE *' info='a FILE descriptor'/>
10362*7c568831SAndroid Build Coastguard Worker    </function>
10363*7c568831SAndroid Build Coastguard Worker    <function name='xmlMemDisplayLast' file='xmlmemory' module='xmlmemory'>
10364*7c568831SAndroid Build Coastguard Worker      <info>DEPRECATED: This feature was removed.</info>
10365*7c568831SAndroid Build Coastguard Worker      <return type='void'/>
10366*7c568831SAndroid Build Coastguard Worker      <arg name='fp' type='FILE *' info='a FILE descriptor'/>
10367*7c568831SAndroid Build Coastguard Worker      <arg name='nbBytes' type='long' info='the amount of memory to dump'/>
10368*7c568831SAndroid Build Coastguard Worker    </function>
10369*7c568831SAndroid Build Coastguard Worker    <function name='xmlMemFree' file='xmlmemory' module='xmlmemory'>
10370*7c568831SAndroid Build Coastguard Worker      <info>a free() equivalent, with error checking.</info>
10371*7c568831SAndroid Build Coastguard Worker      <return type='void'/>
10372*7c568831SAndroid Build Coastguard Worker      <arg name='ptr' type='void *' info='the memory block pointer'/>
10373*7c568831SAndroid Build Coastguard Worker    </function>
10374*7c568831SAndroid Build Coastguard Worker    <function name='xmlMemGet' file='xmlmemory' module='xmlmemory'>
10375*7c568831SAndroid Build Coastguard Worker      <info>Provides the memory access functions set currently in use</info>
10376*7c568831SAndroid Build Coastguard Worker      <return type='int' info='0 on success'/>
10377*7c568831SAndroid Build Coastguard Worker      <arg name='freeFunc' type='xmlFreeFunc *' info='place to save the free() function in use'/>
10378*7c568831SAndroid Build Coastguard Worker      <arg name='mallocFunc' type='xmlMallocFunc *' info='place to save the malloc() function in use'/>
10379*7c568831SAndroid Build Coastguard Worker      <arg name='reallocFunc' type='xmlReallocFunc *' info='place to save the realloc() function in use'/>
10380*7c568831SAndroid Build Coastguard Worker      <arg name='strdupFunc' type='xmlStrdupFunc *' info='place to save the strdup() function in use'/>
10381*7c568831SAndroid Build Coastguard Worker    </function>
10382*7c568831SAndroid Build Coastguard Worker    <function name='xmlMemMalloc' file='xmlmemory' module='xmlmemory'>
10383*7c568831SAndroid Build Coastguard Worker      <info>a malloc() equivalent, with logging of the allocation info.</info>
10384*7c568831SAndroid Build Coastguard Worker      <return type='void *' info='a pointer to the allocated area or NULL in case of lack of memory.'/>
10385*7c568831SAndroid Build Coastguard Worker      <arg name='size' type='size_t' info='an int specifying the size in byte to allocate.'/>
10386*7c568831SAndroid Build Coastguard Worker    </function>
10387*7c568831SAndroid Build Coastguard Worker    <function name='xmlMemRealloc' file='xmlmemory' module='xmlmemory'>
10388*7c568831SAndroid Build Coastguard Worker      <info>a realloc() equivalent, with logging of the allocation info.</info>
10389*7c568831SAndroid Build Coastguard Worker      <return type='void *' info='a pointer to the allocated area or NULL in case of lack of memory.'/>
10390*7c568831SAndroid Build Coastguard Worker      <arg name='ptr' type='void *' info='the initial memory block pointer'/>
10391*7c568831SAndroid Build Coastguard Worker      <arg name='size' type='size_t' info='an int specifying the size in byte to allocate.'/>
10392*7c568831SAndroid Build Coastguard Worker    </function>
10393*7c568831SAndroid Build Coastguard Worker    <function name='xmlMemSetup' file='xmlmemory' module='xmlmemory'>
10394*7c568831SAndroid Build Coastguard Worker      <info>Override the default memory access functions with a new set This has to be called before any other libxml routines !  Should this be blocked if there was already some allocations done ?</info>
10395*7c568831SAndroid Build Coastguard Worker      <return type='int' info='0 on success'/>
10396*7c568831SAndroid Build Coastguard Worker      <arg name='freeFunc' type='xmlFreeFunc' info='the free() function to use'/>
10397*7c568831SAndroid Build Coastguard Worker      <arg name='mallocFunc' type='xmlMallocFunc' info='the malloc() function to use'/>
10398*7c568831SAndroid Build Coastguard Worker      <arg name='reallocFunc' type='xmlReallocFunc' info='the realloc() function to use'/>
10399*7c568831SAndroid Build Coastguard Worker      <arg name='strdupFunc' type='xmlStrdupFunc' info='the strdup() function to use'/>
10400*7c568831SAndroid Build Coastguard Worker    </function>
10401*7c568831SAndroid Build Coastguard Worker    <function name='xmlMemShow' file='xmlmemory' module='xmlmemory'>
10402*7c568831SAndroid Build Coastguard Worker      <info>DEPRECATED: This feature was removed.</info>
10403*7c568831SAndroid Build Coastguard Worker      <return type='void'/>
10404*7c568831SAndroid Build Coastguard Worker      <arg name='fp' type='FILE *' info='a FILE descriptor'/>
10405*7c568831SAndroid Build Coastguard Worker      <arg name='nr' type='int' info='number of entries to dump'/>
10406*7c568831SAndroid Build Coastguard Worker    </function>
10407*7c568831SAndroid Build Coastguard Worker    <function name='xmlMemSize' file='xmlmemory' module='xmlmemory'>
10408*7c568831SAndroid Build Coastguard Worker      <info></info>
10409*7c568831SAndroid Build Coastguard Worker      <return type='size_t' info='the size of a memory allocation.'/>
10410*7c568831SAndroid Build Coastguard Worker      <arg name='ptr' type='void *' info='pointer to the memory allocation'/>
10411*7c568831SAndroid Build Coastguard Worker    </function>
10412*7c568831SAndroid Build Coastguard Worker    <function name='xmlMemStrdupLoc' file='xmlmemory' module='xmlmemory'>
10413*7c568831SAndroid Build Coastguard Worker      <info>DEPRECATED: don&apos;t use</info>
10414*7c568831SAndroid Build Coastguard Worker      <return type='char *' info='a pointer to the new string or NULL if allocation error occurred.'/>
10415*7c568831SAndroid Build Coastguard Worker      <arg name='str' type='const char *' info='the initial string pointer'/>
10416*7c568831SAndroid Build Coastguard Worker      <arg name='file' type='const char *' info='the file name or NULL'/>
10417*7c568831SAndroid Build Coastguard Worker      <arg name='line' type='int' info='the line number'/>
10418*7c568831SAndroid Build Coastguard Worker    </function>
10419*7c568831SAndroid Build Coastguard Worker    <function name='xmlMemUsed' file='xmlmemory' module='xmlmemory'>
10420*7c568831SAndroid Build Coastguard Worker      <info>Provides the amount of memory currently allocated</info>
10421*7c568831SAndroid Build Coastguard Worker      <return type='int' info='an int representing the amount of memory allocated.'/>
10422*7c568831SAndroid Build Coastguard Worker    </function>
10423*7c568831SAndroid Build Coastguard Worker    <function name='xmlMemoryDump' file='xmlmemory' module='xmlmemory'>
10424*7c568831SAndroid Build Coastguard Worker      <info>DEPRECATED: This feature was removed.</info>
10425*7c568831SAndroid Build Coastguard Worker      <return type='void'/>
10426*7c568831SAndroid Build Coastguard Worker    </function>
10427*7c568831SAndroid Build Coastguard Worker    <function name='xmlMemoryStrdup' file='xmlmemory' module='xmlmemory'>
10428*7c568831SAndroid Build Coastguard Worker      <info>a strdup() equivalent, with logging of the allocation info.</info>
10429*7c568831SAndroid Build Coastguard Worker      <return type='char *' info='a pointer to the new string or NULL if allocation error occurred.'/>
10430*7c568831SAndroid Build Coastguard Worker      <arg name='str' type='const char *' info='the initial string pointer'/>
10431*7c568831SAndroid Build Coastguard Worker    </function>
10432*7c568831SAndroid Build Coastguard Worker    <function name='xmlModuleClose' file='xmlmodule' module='xmlmodule'>
10433*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_MODULES_ENABLED)</cond>
10434*7c568831SAndroid Build Coastguard Worker      <info>The close operations unload the associated module and free the data associated to the module.</info>
10435*7c568831SAndroid Build Coastguard Worker      <return type='int' info='0 in case of success, -1 in case of argument error and -2 if the module could not be closed/unloaded.'/>
10436*7c568831SAndroid Build Coastguard Worker      <arg name='module' type='xmlModulePtr' info='the module handle'/>
10437*7c568831SAndroid Build Coastguard Worker    </function>
10438*7c568831SAndroid Build Coastguard Worker    <function name='xmlModuleFree' file='xmlmodule' module='xmlmodule'>
10439*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_MODULES_ENABLED)</cond>
10440*7c568831SAndroid Build Coastguard Worker      <info>The free operations free the data associated to the module but does not unload the associated shared library which may still be in use.</info>
10441*7c568831SAndroid Build Coastguard Worker      <return type='int' info='0 in case of success, -1 in case of argument error'/>
10442*7c568831SAndroid Build Coastguard Worker      <arg name='module' type='xmlModulePtr' info='the module handle'/>
10443*7c568831SAndroid Build Coastguard Worker    </function>
10444*7c568831SAndroid Build Coastguard Worker    <function name='xmlModuleOpen' file='xmlmodule' module='xmlmodule'>
10445*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_MODULES_ENABLED)</cond>
10446*7c568831SAndroid Build Coastguard Worker      <info>Opens a module/shared library given its name or path NOTE: that due to portability issues, behaviour can only be guaranteed with @name using ASCII. We cannot guarantee that an UTF-8 string would work, which is why name is a const char * and not a const xmlChar * . TODO: options are not yet implemented.</info>
10447*7c568831SAndroid Build Coastguard Worker      <return type='xmlModulePtr' info='a handle for the module or NULL in case of error'/>
10448*7c568831SAndroid Build Coastguard Worker      <arg name='name' type='const char *' info='the module name'/>
10449*7c568831SAndroid Build Coastguard Worker      <arg name='options' type='int' info='a set of xmlModuleOption'/>
10450*7c568831SAndroid Build Coastguard Worker    </function>
10451*7c568831SAndroid Build Coastguard Worker    <function name='xmlModuleSymbol' file='xmlmodule' module='xmlmodule'>
10452*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_MODULES_ENABLED)</cond>
10453*7c568831SAndroid Build Coastguard Worker      <info>Lookup for a symbol address in the given module NOTE: that due to portability issues, behaviour can only be guaranteed with @name using ASCII. We cannot guarantee that an UTF-8 string would work, which is why name is a const char * and not a const xmlChar * .</info>
10454*7c568831SAndroid Build Coastguard Worker      <return type='int' info='0 if the symbol was found, or -1 in case of error'/>
10455*7c568831SAndroid Build Coastguard Worker      <arg name='module' type='xmlModulePtr' info='the module'/>
10456*7c568831SAndroid Build Coastguard Worker      <arg name='name' type='const char *' info='the name of the symbol'/>
10457*7c568831SAndroid Build Coastguard Worker      <arg name='symbol' type='void **' info='the resulting symbol address'/>
10458*7c568831SAndroid Build Coastguard Worker    </function>
10459*7c568831SAndroid Build Coastguard Worker    <function name='xmlMutexLock' file='threads' module='threads'>
10460*7c568831SAndroid Build Coastguard Worker      <info>xmlMutexLock() is used to lock a libxml2 token.</info>
10461*7c568831SAndroid Build Coastguard Worker      <return type='void'/>
10462*7c568831SAndroid Build Coastguard Worker      <arg name='tok' type='xmlMutexPtr' info='the simple mutex'/>
10463*7c568831SAndroid Build Coastguard Worker    </function>
10464*7c568831SAndroid Build Coastguard Worker    <function name='xmlMutexUnlock' file='threads' module='threads'>
10465*7c568831SAndroid Build Coastguard Worker      <info>xmlMutexUnlock() is used to unlock a libxml2 token.</info>
10466*7c568831SAndroid Build Coastguard Worker      <return type='void'/>
10467*7c568831SAndroid Build Coastguard Worker      <arg name='tok' type='xmlMutexPtr' info='the simple mutex'/>
10468*7c568831SAndroid Build Coastguard Worker    </function>
10469*7c568831SAndroid Build Coastguard Worker    <function name='xmlNanoHTTPAuthHeader' file='nanohttp' module='nanohttp'>
10470*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_HTTP_ENABLED)</cond>
10471*7c568831SAndroid Build Coastguard Worker      <info>Get the authentication header of an HTTP context</info>
10472*7c568831SAndroid Build Coastguard Worker      <return type='const char *' info='the stashed value of the WWW-Authenticate or Proxy-Authenticate header.'/>
10473*7c568831SAndroid Build Coastguard Worker      <arg name='ctx' type='void *' info='the HTTP context'/>
10474*7c568831SAndroid Build Coastguard Worker    </function>
10475*7c568831SAndroid Build Coastguard Worker    <function name='xmlNanoHTTPCleanup' file='nanohttp' module='nanohttp'>
10476*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_HTTP_ENABLED)</cond>
10477*7c568831SAndroid Build Coastguard Worker      <info>Cleanup the HTTP protocol layer.</info>
10478*7c568831SAndroid Build Coastguard Worker      <return type='void'/>
10479*7c568831SAndroid Build Coastguard Worker    </function>
10480*7c568831SAndroid Build Coastguard Worker    <function name='xmlNanoHTTPClose' file='nanohttp' module='nanohttp'>
10481*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_HTTP_ENABLED)</cond>
10482*7c568831SAndroid Build Coastguard Worker      <info>This function closes an HTTP context, it ends up the connection and free all data related to it.</info>
10483*7c568831SAndroid Build Coastguard Worker      <return type='void'/>
10484*7c568831SAndroid Build Coastguard Worker      <arg name='ctx' type='void *' info='the HTTP context'/>
10485*7c568831SAndroid Build Coastguard Worker    </function>
10486*7c568831SAndroid Build Coastguard Worker    <function name='xmlNanoHTTPContentLength' file='nanohttp' module='nanohttp'>
10487*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_HTTP_ENABLED)</cond>
10488*7c568831SAndroid Build Coastguard Worker      <info>Provides the specified content length from the HTTP header.</info>
10489*7c568831SAndroid Build Coastguard Worker      <return type='int' info='the specified content length from the HTTP header.  Note that a value of -1 indicates that the content length element was not included in the response header.'/>
10490*7c568831SAndroid Build Coastguard Worker      <arg name='ctx' type='void *' info='the HTTP context'/>
10491*7c568831SAndroid Build Coastguard Worker    </function>
10492*7c568831SAndroid Build Coastguard Worker    <function name='xmlNanoHTTPEncoding' file='nanohttp' module='nanohttp'>
10493*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_HTTP_ENABLED)</cond>
10494*7c568831SAndroid Build Coastguard Worker      <info>Provides the specified encoding if specified in the HTTP headers.</info>
10495*7c568831SAndroid Build Coastguard Worker      <return type='const char *' info='the specified encoding or NULL if not available'/>
10496*7c568831SAndroid Build Coastguard Worker      <arg name='ctx' type='void *' info='the HTTP context'/>
10497*7c568831SAndroid Build Coastguard Worker    </function>
10498*7c568831SAndroid Build Coastguard Worker    <function name='xmlNanoHTTPFetch' file='nanohttp' module='nanohttp'>
10499*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_HTTP_ENABLED)</cond>
10500*7c568831SAndroid Build Coastguard Worker      <info>This function try to fetch the indicated resource via HTTP GET and save it&apos;s content in the file.</info>
10501*7c568831SAndroid Build Coastguard Worker      <return type='int' info='-1 in case of failure, 0 in case of success. The contentType, if provided must be freed by the caller'/>
10502*7c568831SAndroid Build Coastguard Worker      <arg name='URL' type='const char *' info='The URL to load'/>
10503*7c568831SAndroid Build Coastguard Worker      <arg name='filename' type='const char *' info='the filename where the content should be saved'/>
10504*7c568831SAndroid Build Coastguard Worker      <arg name='contentType' type='char **' info='if available the Content-Type information will be returned at that location'/>
10505*7c568831SAndroid Build Coastguard Worker    </function>
10506*7c568831SAndroid Build Coastguard Worker    <function name='xmlNanoHTTPInit' file='nanohttp' module='nanohttp'>
10507*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_HTTP_ENABLED)</cond>
10508*7c568831SAndroid Build Coastguard Worker      <info>Initialize the HTTP protocol layer. Currently it just checks for proxy information</info>
10509*7c568831SAndroid Build Coastguard Worker      <return type='void'/>
10510*7c568831SAndroid Build Coastguard Worker    </function>
10511*7c568831SAndroid Build Coastguard Worker    <function name='xmlNanoHTTPMethod' file='nanohttp' module='nanohttp'>
10512*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_HTTP_ENABLED)</cond>
10513*7c568831SAndroid Build Coastguard Worker      <info>This function try to open a connection to the indicated resource via HTTP using the given @method, adding the given extra headers and the input buffer for the request content.</info>
10514*7c568831SAndroid Build Coastguard Worker      <return type='void *' info='NULL in case of failure, otherwise a request handler. The contentType, if provided must be freed by the caller'/>
10515*7c568831SAndroid Build Coastguard Worker      <arg name='URL' type='const char *' info='The URL to load'/>
10516*7c568831SAndroid Build Coastguard Worker      <arg name='method' type='const char *' info='the HTTP method to use'/>
10517*7c568831SAndroid Build Coastguard Worker      <arg name='input' type='const char *' info='the input string if any'/>
10518*7c568831SAndroid Build Coastguard Worker      <arg name='contentType' type='char **' info='the Content-Type information IN and OUT'/>
10519*7c568831SAndroid Build Coastguard Worker      <arg name='headers' type='const char *' info='the extra headers'/>
10520*7c568831SAndroid Build Coastguard Worker      <arg name='ilen' type='int' info='input length'/>
10521*7c568831SAndroid Build Coastguard Worker    </function>
10522*7c568831SAndroid Build Coastguard Worker    <function name='xmlNanoHTTPMethodRedir' file='nanohttp' module='nanohttp'>
10523*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_HTTP_ENABLED)</cond>
10524*7c568831SAndroid Build Coastguard Worker      <info>This function try to open a connection to the indicated resource via HTTP using the given @method, adding the given extra headers and the input buffer for the request content.</info>
10525*7c568831SAndroid Build Coastguard Worker      <return type='void *' info='NULL in case of failure, otherwise a request handler. The contentType, or redir, if provided must be freed by the caller'/>
10526*7c568831SAndroid Build Coastguard Worker      <arg name='URL' type='const char *' info='The URL to load'/>
10527*7c568831SAndroid Build Coastguard Worker      <arg name='method' type='const char *' info='the HTTP method to use'/>
10528*7c568831SAndroid Build Coastguard Worker      <arg name='input' type='const char *' info='the input string if any'/>
10529*7c568831SAndroid Build Coastguard Worker      <arg name='contentType' type='char **' info='the Content-Type information IN and OUT'/>
10530*7c568831SAndroid Build Coastguard Worker      <arg name='redir' type='char **' info='the redirected URL OUT'/>
10531*7c568831SAndroid Build Coastguard Worker      <arg name='headers' type='const char *' info='the extra headers'/>
10532*7c568831SAndroid Build Coastguard Worker      <arg name='ilen' type='int' info='input length'/>
10533*7c568831SAndroid Build Coastguard Worker    </function>
10534*7c568831SAndroid Build Coastguard Worker    <function name='xmlNanoHTTPMimeType' file='nanohttp' module='nanohttp'>
10535*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_HTTP_ENABLED)</cond>
10536*7c568831SAndroid Build Coastguard Worker      <info>Provides the specified Mime-Type if specified in the HTTP headers.</info>
10537*7c568831SAndroid Build Coastguard Worker      <return type='const char *' info='the specified Mime-Type or NULL if not available'/>
10538*7c568831SAndroid Build Coastguard Worker      <arg name='ctx' type='void *' info='the HTTP context'/>
10539*7c568831SAndroid Build Coastguard Worker    </function>
10540*7c568831SAndroid Build Coastguard Worker    <function name='xmlNanoHTTPOpen' file='nanohttp' module='nanohttp'>
10541*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_HTTP_ENABLED)</cond>
10542*7c568831SAndroid Build Coastguard Worker      <info>This function try to open a connection to the indicated resource via HTTP GET.</info>
10543*7c568831SAndroid Build Coastguard Worker      <return type='void *' info='NULL in case of failure, otherwise a request handler. The contentType, if provided must be freed by the caller'/>
10544*7c568831SAndroid Build Coastguard Worker      <arg name='URL' type='const char *' info='The URL to load'/>
10545*7c568831SAndroid Build Coastguard Worker      <arg name='contentType' type='char **' info='if available the Content-Type information will be returned at that location'/>
10546*7c568831SAndroid Build Coastguard Worker    </function>
10547*7c568831SAndroid Build Coastguard Worker    <function name='xmlNanoHTTPOpenRedir' file='nanohttp' module='nanohttp'>
10548*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_HTTP_ENABLED)</cond>
10549*7c568831SAndroid Build Coastguard Worker      <info>This function try to open a connection to the indicated resource via HTTP GET.</info>
10550*7c568831SAndroid Build Coastguard Worker      <return type='void *' info='NULL in case of failure, otherwise a request handler. The contentType, if provided must be freed by the caller'/>
10551*7c568831SAndroid Build Coastguard Worker      <arg name='URL' type='const char *' info='The URL to load'/>
10552*7c568831SAndroid Build Coastguard Worker      <arg name='contentType' type='char **' info='if available the Content-Type information will be returned at that location'/>
10553*7c568831SAndroid Build Coastguard Worker      <arg name='redir' type='char **' info='if available the redirected URL will be returned'/>
10554*7c568831SAndroid Build Coastguard Worker    </function>
10555*7c568831SAndroid Build Coastguard Worker    <function name='xmlNanoHTTPRead' file='nanohttp' module='nanohttp'>
10556*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_HTTP_ENABLED)</cond>
10557*7c568831SAndroid Build Coastguard Worker      <info>This function tries to read @len bytes from the existing HTTP connection and saves them in @dest. This is a blocking call.</info>
10558*7c568831SAndroid Build Coastguard Worker      <return type='int' info='the number of byte read. 0 is an indication of an end of connection. -1 indicates a parameter error.'/>
10559*7c568831SAndroid Build Coastguard Worker      <arg name='ctx' type='void *' info='the HTTP context'/>
10560*7c568831SAndroid Build Coastguard Worker      <arg name='dest' type='void *' info='a buffer'/>
10561*7c568831SAndroid Build Coastguard Worker      <arg name='len' type='int' info='the buffer length'/>
10562*7c568831SAndroid Build Coastguard Worker    </function>
10563*7c568831SAndroid Build Coastguard Worker    <function name='xmlNanoHTTPRedir' file='nanohttp' module='nanohttp'>
10564*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_HTTP_ENABLED)</cond>
10565*7c568831SAndroid Build Coastguard Worker      <info>Provides the specified redirection URL if available from the HTTP header.</info>
10566*7c568831SAndroid Build Coastguard Worker      <return type='const char *' info='the specified redirection URL or NULL if not redirected.'/>
10567*7c568831SAndroid Build Coastguard Worker      <arg name='ctx' type='void *' info='the HTTP context'/>
10568*7c568831SAndroid Build Coastguard Worker    </function>
10569*7c568831SAndroid Build Coastguard Worker    <function name='xmlNanoHTTPReturnCode' file='nanohttp' module='nanohttp'>
10570*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_HTTP_ENABLED)</cond>
10571*7c568831SAndroid Build Coastguard Worker      <info>Get the latest HTTP return code received</info>
10572*7c568831SAndroid Build Coastguard Worker      <return type='int' info='the HTTP return code for the request.'/>
10573*7c568831SAndroid Build Coastguard Worker      <arg name='ctx' type='void *' info='the HTTP context'/>
10574*7c568831SAndroid Build Coastguard Worker    </function>
10575*7c568831SAndroid Build Coastguard Worker    <function name='xmlNanoHTTPSave' file='nanohttp' module='nanohttp'>
10576*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_HTTP_ENABLED) &amp;&amp; defined(LIBXML_OUTPUT_ENABLED)</cond>
10577*7c568831SAndroid Build Coastguard Worker      <info>This function saves the output of the HTTP transaction to a file It closes and free the context at the end</info>
10578*7c568831SAndroid Build Coastguard Worker      <return type='int' info='-1 in case of failure, 0 in case of success.'/>
10579*7c568831SAndroid Build Coastguard Worker      <arg name='ctxt' type='void *' info='the HTTP context'/>
10580*7c568831SAndroid Build Coastguard Worker      <arg name='filename' type='const char *' info='the filename where the content should be saved'/>
10581*7c568831SAndroid Build Coastguard Worker    </function>
10582*7c568831SAndroid Build Coastguard Worker    <function name='xmlNanoHTTPScanProxy' file='nanohttp' module='nanohttp'>
10583*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_HTTP_ENABLED)</cond>
10584*7c568831SAndroid Build Coastguard Worker      <info>(Re)Initialize the HTTP Proxy context by parsing the URL and finding the protocol host port it indicates. Should be like http://myproxy/ or http://myproxy:3128/ A NULL URL cleans up proxy information.</info>
10585*7c568831SAndroid Build Coastguard Worker      <return type='void'/>
10586*7c568831SAndroid Build Coastguard Worker      <arg name='URL' type='const char *' info='The proxy URL used to initialize the proxy context'/>
10587*7c568831SAndroid Build Coastguard Worker    </function>
10588*7c568831SAndroid Build Coastguard Worker    <function name='xmlNewAutomata' file='xmlautomata' module='xmlregexp'>
10589*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_REGEXP_ENABLED)</cond>
10590*7c568831SAndroid Build Coastguard Worker      <info>Create a new automata</info>
10591*7c568831SAndroid Build Coastguard Worker      <return type='xmlAutomataPtr' info='the new object or NULL in case of failure'/>
10592*7c568831SAndroid Build Coastguard Worker    </function>
10593*7c568831SAndroid Build Coastguard Worker    <function name='xmlNewCDataBlock' file='tree' module='tree'>
10594*7c568831SAndroid Build Coastguard Worker      <info>Create a CDATA section node.</info>
10595*7c568831SAndroid Build Coastguard Worker      <return type='xmlNodePtr' info='a pointer to the new node object or NULL if a memory allocation failed.'/>
10596*7c568831SAndroid Build Coastguard Worker      <arg name='doc' type='xmlDocPtr' info='the target document (optional)'/>
10597*7c568831SAndroid Build Coastguard Worker      <arg name='content' type='const xmlChar *' info='raw text content (optional)'/>
10598*7c568831SAndroid Build Coastguard Worker      <arg name='len' type='int' info='size of text content'/>
10599*7c568831SAndroid Build Coastguard Worker    </function>
10600*7c568831SAndroid Build Coastguard Worker    <function name='xmlNewCatalog' file='catalog' module='catalog'>
10601*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_CATALOG_ENABLED)</cond>
10602*7c568831SAndroid Build Coastguard Worker      <info>create a new Catalog.</info>
10603*7c568831SAndroid Build Coastguard Worker      <return type='xmlCatalogPtr' info='the xmlCatalogPtr or NULL in case of error'/>
10604*7c568831SAndroid Build Coastguard Worker      <arg name='sgml' type='int' info='should this create an SGML catalog'/>
10605*7c568831SAndroid Build Coastguard Worker    </function>
10606*7c568831SAndroid Build Coastguard Worker    <function name='xmlNewCharEncodingHandler' file='encoding' module='encoding'>
10607*7c568831SAndroid Build Coastguard Worker      <info>DEPRECATED: This function modifies global state and is not thread-safe.  Create and registers an xmlCharEncodingHandler.</info>
10608*7c568831SAndroid Build Coastguard Worker      <return type='xmlCharEncodingHandlerPtr' info='the xmlCharEncodingHandlerPtr created (or NULL in case of error).'/>
10609*7c568831SAndroid Build Coastguard Worker      <arg name='name' type='const char *' info='the encoding name, in UTF-8 format (ASCII actually)'/>
10610*7c568831SAndroid Build Coastguard Worker      <arg name='input' type='xmlCharEncodingInputFunc' info='the xmlCharEncodingInputFunc to read that encoding'/>
10611*7c568831SAndroid Build Coastguard Worker      <arg name='output' type='xmlCharEncodingOutputFunc' info='the xmlCharEncodingOutputFunc to write that encoding'/>
10612*7c568831SAndroid Build Coastguard Worker    </function>
10613*7c568831SAndroid Build Coastguard Worker    <function name='xmlNewCharRef' file='tree' module='tree'>
10614*7c568831SAndroid Build Coastguard Worker      <info>This function is MISNAMED. It doesn&apos;t create a character reference but an entity reference.  Create an empty entity reference node. This function doesn&apos;t attempt to look up the entity in @doc.  Entity names like &apos;&amp;entity;&apos; are handled as well.</info>
10615*7c568831SAndroid Build Coastguard Worker      <return type='xmlNodePtr' info='a pointer to the new node object or NULL if arguments are invalid or a memory allocation failed.'/>
10616*7c568831SAndroid Build Coastguard Worker      <arg name='doc' type='xmlDocPtr' info='the target document (optional)'/>
10617*7c568831SAndroid Build Coastguard Worker      <arg name='name' type='const xmlChar *' info='the entity name'/>
10618*7c568831SAndroid Build Coastguard Worker    </function>
10619*7c568831SAndroid Build Coastguard Worker    <function name='xmlNewChild' file='tree' module='tree'>
10620*7c568831SAndroid Build Coastguard Worker      <info>Create a new child element and append it to a parent element.  If @ns is NULL, the newly created element inherits the namespace of the parent.  If provided, @content is expected to be a valid XML attribute value possibly containing character and entity references. Text and entity reference node will be added to the child element, see xmlNewDocNode.</info>
10621*7c568831SAndroid Build Coastguard Worker      <return type='xmlNodePtr' info='a pointer to the new node object or NULL if arguments are invalid or a memory allocation failed.'/>
10622*7c568831SAndroid Build Coastguard Worker      <arg name='parent' type='xmlNodePtr' info='the parent node'/>
10623*7c568831SAndroid Build Coastguard Worker      <arg name='ns' type='xmlNsPtr' info='a namespace (optional)'/>
10624*7c568831SAndroid Build Coastguard Worker      <arg name='name' type='const xmlChar *' info='the name of the child'/>
10625*7c568831SAndroid Build Coastguard Worker      <arg name='content' type='const xmlChar *' info='text content with XML references (optional)'/>
10626*7c568831SAndroid Build Coastguard Worker    </function>
10627*7c568831SAndroid Build Coastguard Worker    <function name='xmlNewComment' file='tree' module='tree'>
10628*7c568831SAndroid Build Coastguard Worker      <info>Use of this function is DISCOURAGED in favor of xmlNewDocComment.  Create a comment node.</info>
10629*7c568831SAndroid Build Coastguard Worker      <return type='xmlNodePtr' info='a pointer to the new node object or NULL if a memory allocation failed.'/>
10630*7c568831SAndroid Build Coastguard Worker      <arg name='content' type='const xmlChar *' info='the comment content (optional)'/>
10631*7c568831SAndroid Build Coastguard Worker    </function>
10632*7c568831SAndroid Build Coastguard Worker    <function name='xmlNewDoc' file='tree' module='tree'>
10633*7c568831SAndroid Build Coastguard Worker      <info>Creates a new XML document. If version is NULL, &quot;1.0&quot; is used.</info>
10634*7c568831SAndroid Build Coastguard Worker      <return type='xmlDocPtr' info='a new document or NULL if a memory allocation failed.'/>
10635*7c568831SAndroid Build Coastguard Worker      <arg name='version' type='const xmlChar *' info='XML version string like &quot;1.0&quot; (optional)'/>
10636*7c568831SAndroid Build Coastguard Worker    </function>
10637*7c568831SAndroid Build Coastguard Worker    <function name='xmlNewDocComment' file='tree' module='tree'>
10638*7c568831SAndroid Build Coastguard Worker      <info>Create a comment node.</info>
10639*7c568831SAndroid Build Coastguard Worker      <return type='xmlNodePtr' info='a pointer to the new node object or NULL if a memory allocation failed.'/>
10640*7c568831SAndroid Build Coastguard Worker      <arg name='doc' type='xmlDocPtr' info='the document'/>
10641*7c568831SAndroid Build Coastguard Worker      <arg name='content' type='const xmlChar *' info='the comment content'/>
10642*7c568831SAndroid Build Coastguard Worker    </function>
10643*7c568831SAndroid Build Coastguard Worker    <function name='xmlNewDocElementContent' file='valid' module='valid'>
10644*7c568831SAndroid Build Coastguard Worker      <info>Allocate an element content structure for the document.</info>
10645*7c568831SAndroid Build Coastguard Worker      <return type='xmlElementContentPtr' info='NULL if not, otherwise the new element content structure'/>
10646*7c568831SAndroid Build Coastguard Worker      <arg name='doc' type='xmlDocPtr' info='the document'/>
10647*7c568831SAndroid Build Coastguard Worker      <arg name='name' type='const xmlChar *' info='the subelement name or NULL'/>
10648*7c568831SAndroid Build Coastguard Worker      <arg name='type' type='xmlElementContentType' info='the type of element content decl'/>
10649*7c568831SAndroid Build Coastguard Worker    </function>
10650*7c568831SAndroid Build Coastguard Worker    <function name='xmlNewDocFragment' file='tree' module='tree'>
10651*7c568831SAndroid Build Coastguard Worker      <info>Create a document fragment node.</info>
10652*7c568831SAndroid Build Coastguard Worker      <return type='xmlNodePtr' info='a pointer to the new node object or NULL if a memory allocation failed.'/>
10653*7c568831SAndroid Build Coastguard Worker      <arg name='doc' type='xmlDocPtr' info='the target document (optional)'/>
10654*7c568831SAndroid Build Coastguard Worker    </function>
10655*7c568831SAndroid Build Coastguard Worker    <function name='xmlNewDocNode' file='tree' module='tree'>
10656*7c568831SAndroid Build Coastguard Worker      <info>Create an element node.  If provided, @content is expected to be a valid XML attribute value possibly containing character and entity references. Syntax errors and references to undeclared entities are ignored silently. Only references are handled, nested elements, comments or PIs are not. See xmlNewDocRawNode for an alternative.  General notes on object creation:  Each node and all its children are associated with the same document. The document should be provided when creating nodes to avoid a performance penalty when adding the node to a document tree. Note that a document only owns nodes reachable from the root node. Unlinked subtrees must be freed manually.</info>
10657*7c568831SAndroid Build Coastguard Worker      <return type='xmlNodePtr' info='a pointer to the new node object or NULL if arguments are invalid or a memory allocation failed.'/>
10658*7c568831SAndroid Build Coastguard Worker      <arg name='doc' type='xmlDocPtr' info='the target document'/>
10659*7c568831SAndroid Build Coastguard Worker      <arg name='ns' type='xmlNsPtr' info='namespace (optional)'/>
10660*7c568831SAndroid Build Coastguard Worker      <arg name='name' type='const xmlChar *' info='the node name'/>
10661*7c568831SAndroid Build Coastguard Worker      <arg name='content' type='const xmlChar *' info='text content with XML references (optional)'/>
10662*7c568831SAndroid Build Coastguard Worker    </function>
10663*7c568831SAndroid Build Coastguard Worker    <function name='xmlNewDocNodeEatName' file='tree' module='tree'>
10664*7c568831SAndroid Build Coastguard Worker      <info>Create an element node.  Like xmlNewDocNode, but the @name string will be used directly without making a copy. Takes ownership of @name which will also be freed on error.</info>
10665*7c568831SAndroid Build Coastguard Worker      <return type='xmlNodePtr' info='a pointer to the new node object or NULL if arguments are invalid or a memory allocation failed.'/>
10666*7c568831SAndroid Build Coastguard Worker      <arg name='doc' type='xmlDocPtr' info='the target document'/>
10667*7c568831SAndroid Build Coastguard Worker      <arg name='ns' type='xmlNsPtr' info='namespace (optional)'/>
10668*7c568831SAndroid Build Coastguard Worker      <arg name='name' type='xmlChar *' info='the node name'/>
10669*7c568831SAndroid Build Coastguard Worker      <arg name='content' type='const xmlChar *' info='text content with XML references (optional)'/>
10670*7c568831SAndroid Build Coastguard Worker    </function>
10671*7c568831SAndroid Build Coastguard Worker    <function name='xmlNewDocPI' file='tree' module='tree'>
10672*7c568831SAndroid Build Coastguard Worker      <info>Create a processing instruction object.</info>
10673*7c568831SAndroid Build Coastguard Worker      <return type='xmlNodePtr' info='a pointer to the new node object or NULL if arguments are invalid or a memory allocation failed.'/>
10674*7c568831SAndroid Build Coastguard Worker      <arg name='doc' type='xmlDocPtr' info='the target document (optional)'/>
10675*7c568831SAndroid Build Coastguard Worker      <arg name='name' type='const xmlChar *' info='the processing instruction target'/>
10676*7c568831SAndroid Build Coastguard Worker      <arg name='content' type='const xmlChar *' info='the PI content (optional)'/>
10677*7c568831SAndroid Build Coastguard Worker    </function>
10678*7c568831SAndroid Build Coastguard Worker    <function name='xmlNewDocProp' file='tree' module='tree'>
10679*7c568831SAndroid Build Coastguard Worker      <info>Create an attribute object.  If provided, @value is expected to be a valid XML attribute value possibly containing character and entity references. Syntax errors and references to undeclared entities are ignored silently. If you want to pass a raw string, see xmlNewProp.</info>
10680*7c568831SAndroid Build Coastguard Worker      <return type='xmlAttrPtr' info='a pointer to the attribute or NULL if arguments are invalid or a memory allocation failed.'/>
10681*7c568831SAndroid Build Coastguard Worker      <arg name='doc' type='xmlDocPtr' info='the target document (optional)'/>
10682*7c568831SAndroid Build Coastguard Worker      <arg name='name' type='const xmlChar *' info='the name of the attribute'/>
10683*7c568831SAndroid Build Coastguard Worker      <arg name='value' type='const xmlChar *' info='attribute value with XML references (optional)'/>
10684*7c568831SAndroid Build Coastguard Worker    </function>
10685*7c568831SAndroid Build Coastguard Worker    <function name='xmlNewDocRawNode' file='tree' module='tree'>
10686*7c568831SAndroid Build Coastguard Worker      <info>Create an element node.  If provided, @value should be a raw, unescaped string.</info>
10687*7c568831SAndroid Build Coastguard Worker      <return type='xmlNodePtr' info='a pointer to the new node object or NULL if arguments are invalid or a memory allocation failed.'/>
10688*7c568831SAndroid Build Coastguard Worker      <arg name='doc' type='xmlDocPtr' info='the target document'/>
10689*7c568831SAndroid Build Coastguard Worker      <arg name='ns' type='xmlNsPtr' info='namespace (optional)'/>
10690*7c568831SAndroid Build Coastguard Worker      <arg name='name' type='const xmlChar *' info='the node name'/>
10691*7c568831SAndroid Build Coastguard Worker      <arg name='content' type='const xmlChar *' info='raw text content (optional)'/>
10692*7c568831SAndroid Build Coastguard Worker    </function>
10693*7c568831SAndroid Build Coastguard Worker    <function name='xmlNewDocText' file='tree' module='tree'>
10694*7c568831SAndroid Build Coastguard Worker      <info>Create a new text node.</info>
10695*7c568831SAndroid Build Coastguard Worker      <return type='xmlNodePtr' info='a pointer to the new node object or NULL if a memory allocation failed.'/>
10696*7c568831SAndroid Build Coastguard Worker      <arg name='doc' type='const xmlDoc *' info='the target document'/>
10697*7c568831SAndroid Build Coastguard Worker      <arg name='content' type='const xmlChar *' info='raw text content (optional)'/>
10698*7c568831SAndroid Build Coastguard Worker    </function>
10699*7c568831SAndroid Build Coastguard Worker    <function name='xmlNewDocTextLen' file='tree' module='tree'>
10700*7c568831SAndroid Build Coastguard Worker      <info>Create a new text node.</info>
10701*7c568831SAndroid Build Coastguard Worker      <return type='xmlNodePtr' info='a pointer to the new node object or NULL if a memory allocation failed.'/>
10702*7c568831SAndroid Build Coastguard Worker      <arg name='doc' type='xmlDocPtr' info='the target document'/>
10703*7c568831SAndroid Build Coastguard Worker      <arg name='content' type='const xmlChar *' info='raw text content (optional)'/>
10704*7c568831SAndroid Build Coastguard Worker      <arg name='len' type='int' info='size of text content'/>
10705*7c568831SAndroid Build Coastguard Worker    </function>
10706*7c568831SAndroid Build Coastguard Worker    <function name='xmlNewDtd' file='tree' module='tree'>
10707*7c568831SAndroid Build Coastguard Worker      <info>Create a DTD node.  If a document is provided, it is an error if it already has an external subset. If the document has no external subset, it will be set to the created DTD.  To create an internal subset, use xmlCreateIntSubset().</info>
10708*7c568831SAndroid Build Coastguard Worker      <return type='xmlDtdPtr' info='a pointer to the new DTD object or NULL if arguments are invalid or a memory allocation failed.'/>
10709*7c568831SAndroid Build Coastguard Worker      <arg name='doc' type='xmlDocPtr' info='the document pointer (optional)'/>
10710*7c568831SAndroid Build Coastguard Worker      <arg name='name' type='const xmlChar *' info='the DTD name (optional)'/>
10711*7c568831SAndroid Build Coastguard Worker      <arg name='ExternalID' type='const xmlChar *' info='the external ID (optional)'/>
10712*7c568831SAndroid Build Coastguard Worker      <arg name='SystemID' type='const xmlChar *' info='the system ID (optional)'/>
10713*7c568831SAndroid Build Coastguard Worker    </function>
10714*7c568831SAndroid Build Coastguard Worker    <function name='xmlNewElementContent' file='valid' module='valid'>
10715*7c568831SAndroid Build Coastguard Worker      <info>Allocate an element content structure. Deprecated in favor of xmlNewDocElementContent</info>
10716*7c568831SAndroid Build Coastguard Worker      <return type='xmlElementContentPtr' info='NULL if not, otherwise the new element content structure'/>
10717*7c568831SAndroid Build Coastguard Worker      <arg name='name' type='const xmlChar *' info='the subelement name or NULL'/>
10718*7c568831SAndroid Build Coastguard Worker      <arg name='type' type='xmlElementContentType' info='the type of element content decl'/>
10719*7c568831SAndroid Build Coastguard Worker    </function>
10720*7c568831SAndroid Build Coastguard Worker    <function name='xmlNewEntity' file='entities' module='entities'>
10721*7c568831SAndroid Build Coastguard Worker      <info>Create a new entity, this differs from xmlAddDocEntity() that if the document is NULL or has no internal subset defined, then an unlinked entity structure will be returned, it is then the responsibility of the caller to link it to the document later or free it when not needed anymore.</info>
10722*7c568831SAndroid Build Coastguard Worker      <return type='xmlEntityPtr' info='a pointer to the entity or NULL in case of error'/>
10723*7c568831SAndroid Build Coastguard Worker      <arg name='doc' type='xmlDocPtr' info='the document'/>
10724*7c568831SAndroid Build Coastguard Worker      <arg name='name' type='const xmlChar *' info='the entity name'/>
10725*7c568831SAndroid Build Coastguard Worker      <arg name='type' type='int' info='the entity type XML_xxx_yyy_ENTITY'/>
10726*7c568831SAndroid Build Coastguard Worker      <arg name='ExternalID' type='const xmlChar *' info='the entity external ID if available'/>
10727*7c568831SAndroid Build Coastguard Worker      <arg name='SystemID' type='const xmlChar *' info='the entity system ID if available'/>
10728*7c568831SAndroid Build Coastguard Worker      <arg name='content' type='const xmlChar *' info='the entity content'/>
10729*7c568831SAndroid Build Coastguard Worker    </function>
10730*7c568831SAndroid Build Coastguard Worker    <function name='xmlNewEntityInputStream' file='parserInternals' module='parserInternals'>
10731*7c568831SAndroid Build Coastguard Worker      <info>DEPRECATED: Internal function, do not use.  Create a new input stream based on an xmlEntityPtr</info>
10732*7c568831SAndroid Build Coastguard Worker      <return type='xmlParserInputPtr' info='the new input stream or NULL'/>
10733*7c568831SAndroid Build Coastguard Worker      <arg name='ctxt' type='xmlParserCtxtPtr' info='an XML parser context'/>
10734*7c568831SAndroid Build Coastguard Worker      <arg name='ent' type='xmlEntityPtr' info='an Entity pointer'/>
10735*7c568831SAndroid Build Coastguard Worker    </function>
10736*7c568831SAndroid Build Coastguard Worker    <function name='xmlNewIOInputStream' file='parser' module='parserInternals'>
10737*7c568831SAndroid Build Coastguard Worker      <info>Create a new input stream structure encapsulating the @input into a stream suitable for the parser.</info>
10738*7c568831SAndroid Build Coastguard Worker      <return type='xmlParserInputPtr' info='the new input stream or NULL'/>
10739*7c568831SAndroid Build Coastguard Worker      <arg name='ctxt' type='xmlParserCtxtPtr' info='an XML parser context'/>
10740*7c568831SAndroid Build Coastguard Worker      <arg name='buf' type='xmlParserInputBufferPtr' info='an input buffer'/>
10741*7c568831SAndroid Build Coastguard Worker      <arg name='enc' type='xmlCharEncoding' info='the charset encoding if known'/>
10742*7c568831SAndroid Build Coastguard Worker    </function>
10743*7c568831SAndroid Build Coastguard Worker    <function name='xmlNewInputFromFd' file='parser' module='parserInternals'>
10744*7c568831SAndroid Build Coastguard Worker      <info>Creates a new parser input to read from a zero-terminated string.  @url is used as base to resolve external entities and for error reporting.  @fd is closed after parsing has finished.  Available since 2.14.0.</info>
10745*7c568831SAndroid Build Coastguard Worker      <return type='xmlParserInputPtr' info='a new parser input or NULL if a memory allocation failed.'/>
10746*7c568831SAndroid Build Coastguard Worker      <arg name='url' type='const char *' info='base URL (optional)'/>
10747*7c568831SAndroid Build Coastguard Worker      <arg name='fd' type='int' info='file descriptor'/>
10748*7c568831SAndroid Build Coastguard Worker      <arg name='flags' type='int' info='unused, pass 0'/>
10749*7c568831SAndroid Build Coastguard Worker    </function>
10750*7c568831SAndroid Build Coastguard Worker    <function name='xmlNewInputFromFile' file='parserInternals' module='parserInternals'>
10751*7c568831SAndroid Build Coastguard Worker      <info>DEPRECATED: Use xmlNewInputFromUrl.  Create a new input stream based on a file or an URL.</info>
10752*7c568831SAndroid Build Coastguard Worker      <return type='xmlParserInputPtr' info='the new input stream or NULL in case of error'/>
10753*7c568831SAndroid Build Coastguard Worker      <arg name='ctxt' type='xmlParserCtxtPtr' info='an XML parser context'/>
10754*7c568831SAndroid Build Coastguard Worker      <arg name='filename' type='const char *' info='the filename to use as entity'/>
10755*7c568831SAndroid Build Coastguard Worker    </function>
10756*7c568831SAndroid Build Coastguard Worker    <function name='xmlNewInputFromIO' file='parser' module='parserInternals'>
10757*7c568831SAndroid Build Coastguard Worker      <info>Creates a new parser input to read from input callbacks and cintext.  @url is used as base to resolve external entities and for error reporting.  @ioRead is called to read new data into a provided buffer. It must return the number of bytes written into the buffer ot a negative xmlParserErrors code on failure.  @ioClose is called after parsing has finished.  @ioCtxt is an opaque pointer passed to the callbacks.  Available since 2.14.0.</info>
10758*7c568831SAndroid Build Coastguard Worker      <return type='xmlParserInputPtr' info='a new parser input or NULL if a memory allocation failed.'/>
10759*7c568831SAndroid Build Coastguard Worker      <arg name='url' type='const char *' info='base URL (optional)'/>
10760*7c568831SAndroid Build Coastguard Worker      <arg name='ioRead' type='xmlInputReadCallback' info='read callback'/>
10761*7c568831SAndroid Build Coastguard Worker      <arg name='ioClose' type='xmlInputCloseCallback' info='close callback (optional)'/>
10762*7c568831SAndroid Build Coastguard Worker      <arg name='ioCtxt' type='void *' info='IO context'/>
10763*7c568831SAndroid Build Coastguard Worker      <arg name='flags' type='int' info='unused, pass 0'/>
10764*7c568831SAndroid Build Coastguard Worker    </function>
10765*7c568831SAndroid Build Coastguard Worker    <function name='xmlNewInputFromMemory' file='parser' module='parserInternals'>
10766*7c568831SAndroid Build Coastguard Worker      <info>Creates a new parser input to read from a memory area.  @url is used as base to resolve external entities and for error reporting.  If the XML_INPUT_BUF_STATIC flag is set, the memory area must stay unchanged until parsing has finished. This can avoid temporary copies.  If the XML_INPUT_BUF_ZERO_TERMINATED flag is set, the memory area must contain a zero byte after the buffer at position @size. This can avoid temporary copies.  Available since 2.14.0.</info>
10767*7c568831SAndroid Build Coastguard Worker      <return type='xmlParserInputPtr' info='a new parser input or NULL if a memory allocation failed.'/>
10768*7c568831SAndroid Build Coastguard Worker      <arg name='url' type='const char *' info='base URL (optional)'/>
10769*7c568831SAndroid Build Coastguard Worker      <arg name='mem' type='const void *' info='pointer to char array'/>
10770*7c568831SAndroid Build Coastguard Worker      <arg name='size' type='size_t' info='size of array'/>
10771*7c568831SAndroid Build Coastguard Worker      <arg name='flags' type='int' info='optimization hints'/>
10772*7c568831SAndroid Build Coastguard Worker    </function>
10773*7c568831SAndroid Build Coastguard Worker    <function name='xmlNewInputFromString' file='parser' module='parserInternals'>
10774*7c568831SAndroid Build Coastguard Worker      <info>Creates a new parser input to read from a zero-terminated string.  @url is used as base to resolve external entities and for error reporting.  If the XML_INPUT_BUF_STATIC flag is set, the string must stay unchanged until parsing has finished. This can avoid temporary copies.  Available since 2.14.0.</info>
10775*7c568831SAndroid Build Coastguard Worker      <return type='xmlParserInputPtr' info='a new parser input or NULL if a memory allocation failed.'/>
10776*7c568831SAndroid Build Coastguard Worker      <arg name='url' type='const char *' info='base URL (optional)'/>
10777*7c568831SAndroid Build Coastguard Worker      <arg name='str' type='const char *' info='zero-terminated string'/>
10778*7c568831SAndroid Build Coastguard Worker      <arg name='flags' type='int' info='optimization hints'/>
10779*7c568831SAndroid Build Coastguard Worker    </function>
10780*7c568831SAndroid Build Coastguard Worker    <function name='xmlNewInputFromUrl' file='parser' module='parserInternals'>
10781*7c568831SAndroid Build Coastguard Worker      <info>Create a new input stream based on a file or a URL.  The flag XML_INPUT_UNZIP allows decompression.  The flag XML_INPUT_NETWORK allows network access.  The following resource loaders will be called if they were registered (in order of precedence):  - the per-thread xmlParserInputBufferCreateFilenameFunc set with xmlParserInputBufferCreateFilenameDefault (deprecated) - the default loader which will return - the result from a matching global input callback set with xmlRegisterInputCallbacks (deprecated) - a HTTP resource if support is compiled in. - a file opened from the filesystem, with automatic detection of compressed files if support is compiled in.  Available since 2.14.0.</info>
10782*7c568831SAndroid Build Coastguard Worker      <return type='int' info='an xmlParserErrors code.'/>
10783*7c568831SAndroid Build Coastguard Worker      <arg name='filename' type='const char *' info='the filename to use as entity'/>
10784*7c568831SAndroid Build Coastguard Worker      <arg name='flags' type='int' info='XML_INPUT flags'/>
10785*7c568831SAndroid Build Coastguard Worker      <arg name='out' type='xmlParserInputPtr *' info='pointer to new parser input'/>
10786*7c568831SAndroid Build Coastguard Worker    </function>
10787*7c568831SAndroid Build Coastguard Worker    <function name='xmlNewInputStream' file='parserInternals' module='parserInternals'>
10788*7c568831SAndroid Build Coastguard Worker      <info>DEPRECATED: Use xmlNewInputFromUrl or similar functions.  Create a new input stream structure.</info>
10789*7c568831SAndroid Build Coastguard Worker      <return type='xmlParserInputPtr' info='the new input stream or NULL'/>
10790*7c568831SAndroid Build Coastguard Worker      <arg name='ctxt' type='xmlParserCtxtPtr' info='an XML parser context'/>
10791*7c568831SAndroid Build Coastguard Worker    </function>
10792*7c568831SAndroid Build Coastguard Worker    <function name='xmlNewMutex' file='threads' module='threads'>
10793*7c568831SAndroid Build Coastguard Worker      <info>xmlNewMutex() is used to allocate a libxml2 token struct for use in synchronizing access to data.</info>
10794*7c568831SAndroid Build Coastguard Worker      <return type='xmlMutexPtr' info='a new simple mutex pointer or NULL in case of error'/>
10795*7c568831SAndroid Build Coastguard Worker    </function>
10796*7c568831SAndroid Build Coastguard Worker    <function name='xmlNewNode' file='tree' module='tree'>
10797*7c568831SAndroid Build Coastguard Worker      <info>Create an element node.  Use of this function is DISCOURAGED in favor of xmlNewDocNode.</info>
10798*7c568831SAndroid Build Coastguard Worker      <return type='xmlNodePtr' info='a pointer to the new node object or NULL if arguments are invalid or a memory allocation failed.'/>
10799*7c568831SAndroid Build Coastguard Worker      <arg name='ns' type='xmlNsPtr' info='namespace (optional)'/>
10800*7c568831SAndroid Build Coastguard Worker      <arg name='name' type='const xmlChar *' info='the node name'/>
10801*7c568831SAndroid Build Coastguard Worker    </function>
10802*7c568831SAndroid Build Coastguard Worker    <function name='xmlNewNodeEatName' file='tree' module='tree'>
10803*7c568831SAndroid Build Coastguard Worker      <info>Create an element node.  Use of this function is DISCOURAGED in favor of xmlNewDocNodeEatName.  Like xmlNewNode, but the @name string will be used directly without making a copy. Takes ownership of @name which will also be freed on error.</info>
10804*7c568831SAndroid Build Coastguard Worker      <return type='xmlNodePtr' info='a pointer to the new node object or NULL if arguments are invalid or a memory allocation failed.'/>
10805*7c568831SAndroid Build Coastguard Worker      <arg name='ns' type='xmlNsPtr' info='namespace (optional)'/>
10806*7c568831SAndroid Build Coastguard Worker      <arg name='name' type='xmlChar *' info='the node name'/>
10807*7c568831SAndroid Build Coastguard Worker    </function>
10808*7c568831SAndroid Build Coastguard Worker    <function name='xmlNewNs' file='tree' module='tree'>
10809*7c568831SAndroid Build Coastguard Worker      <info>Create a new namespace. For a default namespace, @prefix should be NULL. The namespace URI in @href is not checked. You should make sure to pass a valid URI.  If @node is provided, it must be an element node. The namespace will be appended to the node&apos;s namespace declarations. It is an error if the node already has a definition for the prefix or default namespace.</info>
10810*7c568831SAndroid Build Coastguard Worker      <return type='xmlNsPtr' info='a new namespace pointer or NULL if arguments are invalid, the prefix is already in use or a memory allocation failed.'/>
10811*7c568831SAndroid Build Coastguard Worker      <arg name='node' type='xmlNodePtr' info='the element carrying the namespace (optional)'/>
10812*7c568831SAndroid Build Coastguard Worker      <arg name='href' type='const xmlChar *' info='the URI associated'/>
10813*7c568831SAndroid Build Coastguard Worker      <arg name='prefix' type='const xmlChar *' info='the prefix for the namespace (optional)'/>
10814*7c568831SAndroid Build Coastguard Worker    </function>
10815*7c568831SAndroid Build Coastguard Worker    <function name='xmlNewNsProp' file='tree' module='tree'>
10816*7c568831SAndroid Build Coastguard Worker      <info>Create an attribute object.  If provided, @value should be a raw, unescaped string.  If @node is provided, the created attribute will be appended without checking for duplicate names. It is an error if @node is not an element.</info>
10817*7c568831SAndroid Build Coastguard Worker      <return type='xmlAttrPtr' info='a pointer to the attribute or NULL if arguments are invalid or a memory allocation failed.'/>
10818*7c568831SAndroid Build Coastguard Worker      <arg name='node' type='xmlNodePtr' info='the parent node (optional)'/>
10819*7c568831SAndroid Build Coastguard Worker      <arg name='ns' type='xmlNsPtr' info='the namespace (optional)'/>
10820*7c568831SAndroid Build Coastguard Worker      <arg name='name' type='const xmlChar *' info='the local name of the attribute'/>
10821*7c568831SAndroid Build Coastguard Worker      <arg name='value' type='const xmlChar *' info='the value of the attribute (optional)'/>
10822*7c568831SAndroid Build Coastguard Worker    </function>
10823*7c568831SAndroid Build Coastguard Worker    <function name='xmlNewNsPropEatName' file='tree' module='tree'>
10824*7c568831SAndroid Build Coastguard Worker      <info>Like xmlNewNsProp, but the @name string will be used directly without making a copy. Takes ownership of @name which will also be freed on error.</info>
10825*7c568831SAndroid Build Coastguard Worker      <return type='xmlAttrPtr' info='a pointer to the attribute or NULL if arguments are invalid or a memory allocation failed.'/>
10826*7c568831SAndroid Build Coastguard Worker      <arg name='node' type='xmlNodePtr' info='the parent node (optional)'/>
10827*7c568831SAndroid Build Coastguard Worker      <arg name='ns' type='xmlNsPtr' info='the namespace (optional)'/>
10828*7c568831SAndroid Build Coastguard Worker      <arg name='name' type='xmlChar *' info='the local name of the attribute'/>
10829*7c568831SAndroid Build Coastguard Worker      <arg name='value' type='const xmlChar *' info='the value of the attribute (optional)'/>
10830*7c568831SAndroid Build Coastguard Worker    </function>
10831*7c568831SAndroid Build Coastguard Worker    <function name='xmlNewPI' file='tree' module='tree'>
10832*7c568831SAndroid Build Coastguard Worker      <info>Create a processing instruction node.  Use of this function is DISCOURAGED in favor of xmlNewDocPI.</info>
10833*7c568831SAndroid Build Coastguard Worker      <return type='xmlNodePtr' info='a pointer to the new node object or NULL if arguments are invalid or a memory allocation failed.'/>
10834*7c568831SAndroid Build Coastguard Worker      <arg name='name' type='const xmlChar *' info='the processing instruction target'/>
10835*7c568831SAndroid Build Coastguard Worker      <arg name='content' type='const xmlChar *' info='the PI content (optional)'/>
10836*7c568831SAndroid Build Coastguard Worker    </function>
10837*7c568831SAndroid Build Coastguard Worker    <function name='xmlNewParserCtxt' file='parser' module='parserInternals'>
10838*7c568831SAndroid Build Coastguard Worker      <info>Allocate and initialize a new parser context.</info>
10839*7c568831SAndroid Build Coastguard Worker      <return type='xmlParserCtxtPtr' info='the xmlParserCtxtPtr or NULL'/>
10840*7c568831SAndroid Build Coastguard Worker    </function>
10841*7c568831SAndroid Build Coastguard Worker    <function name='xmlNewProp' file='tree' module='tree'>
10842*7c568831SAndroid Build Coastguard Worker      <info>Create an attribute node.  If provided, @value should be a raw, unescaped string.  If @node is provided, the created attribute will be appended without checking for duplicate names. It is an error if @node is not an element.</info>
10843*7c568831SAndroid Build Coastguard Worker      <return type='xmlAttrPtr' info='a pointer to the attribute or NULL if arguments are invalid or a memory allocation failed.'/>
10844*7c568831SAndroid Build Coastguard Worker      <arg name='node' type='xmlNodePtr' info='the parent node (optional)'/>
10845*7c568831SAndroid Build Coastguard Worker      <arg name='name' type='const xmlChar *' info='the name of the attribute'/>
10846*7c568831SAndroid Build Coastguard Worker      <arg name='value' type='const xmlChar *' info='the value of the attribute (optional)'/>
10847*7c568831SAndroid Build Coastguard Worker    </function>
10848*7c568831SAndroid Build Coastguard Worker    <function name='xmlNewRMutex' file='threads' module='threads'>
10849*7c568831SAndroid Build Coastguard Worker      <info>xmlRNewMutex() is used to allocate a reentrant mutex for use in synchronizing access to data. token_r is a re-entrant lock and thus useful for synchronizing access to data structures that may be manipulated in a recursive fashion.</info>
10850*7c568831SAndroid Build Coastguard Worker      <return type='xmlRMutexPtr' info='the new reentrant mutex pointer or NULL in case of error'/>
10851*7c568831SAndroid Build Coastguard Worker    </function>
10852*7c568831SAndroid Build Coastguard Worker    <function name='xmlNewReference' file='tree' module='tree'>
10853*7c568831SAndroid Build Coastguard Worker      <info>Create a new entity reference node, linking the result with the entity in @doc if found.  Entity names like &apos;&amp;entity;&apos; are handled as well.</info>
10854*7c568831SAndroid Build Coastguard Worker      <return type='xmlNodePtr' info='a pointer to the new node object or NULL if arguments are invalid or a memory allocation failed.'/>
10855*7c568831SAndroid Build Coastguard Worker      <arg name='doc' type='const xmlDoc *' info='the target document (optional)'/>
10856*7c568831SAndroid Build Coastguard Worker      <arg name='name' type='const xmlChar *' info='the entity name'/>
10857*7c568831SAndroid Build Coastguard Worker    </function>
10858*7c568831SAndroid Build Coastguard Worker    <function name='xmlNewSAXParserCtxt' file='parser' module='parserInternals'>
10859*7c568831SAndroid Build Coastguard Worker      <info>Allocate and initialize a new SAX parser context. If userData is NULL, the parser context will be passed as user data.  Available since 2.11.0. If you want support older versions, it&apos;s best to invoke xmlNewParserCtxt and set ctxt-&gt;sax with struct assignment.</info>
10860*7c568831SAndroid Build Coastguard Worker      <return type='xmlParserCtxtPtr' info='the xmlParserCtxtPtr or NULL if memory allocation failed.'/>
10861*7c568831SAndroid Build Coastguard Worker      <arg name='sax' type='const xmlSAXHandler *' info='SAX handler'/>
10862*7c568831SAndroid Build Coastguard Worker      <arg name='userData' type='void *' info='user data'/>
10863*7c568831SAndroid Build Coastguard Worker    </function>
10864*7c568831SAndroid Build Coastguard Worker    <function name='xmlNewStringInputStream' file='parserInternals' module='parserInternals'>
10865*7c568831SAndroid Build Coastguard Worker      <info>DEPRECATED: Use xmlNewInputFromString.  Create a new input stream based on a memory buffer.</info>
10866*7c568831SAndroid Build Coastguard Worker      <return type='xmlParserInputPtr' info='the new input stream'/>
10867*7c568831SAndroid Build Coastguard Worker      <arg name='ctxt' type='xmlParserCtxtPtr' info='an XML parser context'/>
10868*7c568831SAndroid Build Coastguard Worker      <arg name='buffer' type='const xmlChar *' info='an memory buffer'/>
10869*7c568831SAndroid Build Coastguard Worker    </function>
10870*7c568831SAndroid Build Coastguard Worker    <function name='xmlNewText' file='tree' module='tree'>
10871*7c568831SAndroid Build Coastguard Worker      <info>Create a text node.  Use of this function is DISCOURAGED in favor of xmlNewDocText.</info>
10872*7c568831SAndroid Build Coastguard Worker      <return type='xmlNodePtr' info='a pointer to the new node object or NULL if a memory allocation failed.'/>
10873*7c568831SAndroid Build Coastguard Worker      <arg name='content' type='const xmlChar *' info='raw text content (optional)'/>
10874*7c568831SAndroid Build Coastguard Worker    </function>
10875*7c568831SAndroid Build Coastguard Worker    <function name='xmlNewTextChild' file='tree' module='tree'>
10876*7c568831SAndroid Build Coastguard Worker      <info>Create a new child element and append it to a parent element.  If @ns is NULL, the newly created element inherits the namespace of the parent.  If @content is provided, a text node will be added to the child element, see xmlNewDocRawNode.</info>
10877*7c568831SAndroid Build Coastguard Worker      <return type='xmlNodePtr' info='a pointer to the new node object or NULL if arguments are invalid or a memory allocation failed.'/>
10878*7c568831SAndroid Build Coastguard Worker      <arg name='parent' type='xmlNodePtr' info='the parent node'/>
10879*7c568831SAndroid Build Coastguard Worker      <arg name='ns' type='xmlNsPtr' info='a namespace (optional)'/>
10880*7c568831SAndroid Build Coastguard Worker      <arg name='name' type='const xmlChar *' info='the name of the child'/>
10881*7c568831SAndroid Build Coastguard Worker      <arg name='content' type='const xmlChar *' info='raw text content of the child (optional)'/>
10882*7c568831SAndroid Build Coastguard Worker    </function>
10883*7c568831SAndroid Build Coastguard Worker    <function name='xmlNewTextLen' file='tree' module='tree'>
10884*7c568831SAndroid Build Coastguard Worker      <info>Use of this function is DISCOURAGED in favor of xmlNewDocTextLen.</info>
10885*7c568831SAndroid Build Coastguard Worker      <return type='xmlNodePtr' info='a pointer to the new node object or NULL if a memory allocation failed.'/>
10886*7c568831SAndroid Build Coastguard Worker      <arg name='content' type='const xmlChar *' info='raw text content (optional)'/>
10887*7c568831SAndroid Build Coastguard Worker      <arg name='len' type='int' info='size of text content'/>
10888*7c568831SAndroid Build Coastguard Worker    </function>
10889*7c568831SAndroid Build Coastguard Worker    <function name='xmlNewTextReader' file='xmlreader' module='xmlreader'>
10890*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_READER_ENABLED)</cond>
10891*7c568831SAndroid Build Coastguard Worker      <info>Create an xmlTextReader structure fed with @input</info>
10892*7c568831SAndroid Build Coastguard Worker      <return type='xmlTextReaderPtr' info='the new xmlTextReaderPtr or NULL in case of error'/>
10893*7c568831SAndroid Build Coastguard Worker      <arg name='input' type='xmlParserInputBufferPtr' info='the xmlParserInputBufferPtr used to read data'/>
10894*7c568831SAndroid Build Coastguard Worker      <arg name='URI' type='const char *' info='the URI information for the source if available'/>
10895*7c568831SAndroid Build Coastguard Worker    </function>
10896*7c568831SAndroid Build Coastguard Worker    <function name='xmlNewTextReaderFilename' file='xmlreader' module='xmlreader'>
10897*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_READER_ENABLED)</cond>
10898*7c568831SAndroid Build Coastguard Worker      <info>Create an xmlTextReader structure fed with the resource at @URI</info>
10899*7c568831SAndroid Build Coastguard Worker      <return type='xmlTextReaderPtr' info='the new xmlTextReaderPtr or NULL in case of error'/>
10900*7c568831SAndroid Build Coastguard Worker      <arg name='URI' type='const char *' info='the URI of the resource to process'/>
10901*7c568831SAndroid Build Coastguard Worker    </function>
10902*7c568831SAndroid Build Coastguard Worker    <function name='xmlNewTextWriter' file='xmlwriter' module='xmlwriter'>
10903*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_WRITER_ENABLED)</cond>
10904*7c568831SAndroid Build Coastguard Worker      <info>Create a new xmlNewTextWriter structure using an xmlOutputBufferPtr NOTE: the @out parameter will be deallocated when the writer is closed (if the call succeed.)</info>
10905*7c568831SAndroid Build Coastguard Worker      <return type='xmlTextWriterPtr' info='the new xmlTextWriterPtr or NULL in case of error'/>
10906*7c568831SAndroid Build Coastguard Worker      <arg name='out' type='xmlOutputBufferPtr' info='an xmlOutputBufferPtr'/>
10907*7c568831SAndroid Build Coastguard Worker    </function>
10908*7c568831SAndroid Build Coastguard Worker    <function name='xmlNewTextWriterDoc' file='xmlwriter' module='xmlwriter'>
10909*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_WRITER_ENABLED)</cond>
10910*7c568831SAndroid Build Coastguard Worker      <info>Create a new xmlNewTextWriter structure with @*doc as output</info>
10911*7c568831SAndroid Build Coastguard Worker      <return type='xmlTextWriterPtr' info='the new xmlTextWriterPtr or NULL in case of error'/>
10912*7c568831SAndroid Build Coastguard Worker      <arg name='doc' type='xmlDocPtr *' info='address of a xmlDocPtr to hold the new XML document tree'/>
10913*7c568831SAndroid Build Coastguard Worker      <arg name='compression' type='int' info='compress the output?'/>
10914*7c568831SAndroid Build Coastguard Worker    </function>
10915*7c568831SAndroid Build Coastguard Worker    <function name='xmlNewTextWriterFilename' file='xmlwriter' module='xmlwriter'>
10916*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_WRITER_ENABLED)</cond>
10917*7c568831SAndroid Build Coastguard Worker      <info>Create a new xmlNewTextWriter structure with @uri as output</info>
10918*7c568831SAndroid Build Coastguard Worker      <return type='xmlTextWriterPtr' info='the new xmlTextWriterPtr or NULL in case of error'/>
10919*7c568831SAndroid Build Coastguard Worker      <arg name='uri' type='const char *' info='the URI of the resource for the output'/>
10920*7c568831SAndroid Build Coastguard Worker      <arg name='compression' type='int' info='compress the output?'/>
10921*7c568831SAndroid Build Coastguard Worker    </function>
10922*7c568831SAndroid Build Coastguard Worker    <function name='xmlNewTextWriterMemory' file='xmlwriter' module='xmlwriter'>
10923*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_WRITER_ENABLED)</cond>
10924*7c568831SAndroid Build Coastguard Worker      <info>Create a new xmlNewTextWriter structure with @buf as output TODO: handle compression</info>
10925*7c568831SAndroid Build Coastguard Worker      <return type='xmlTextWriterPtr' info='the new xmlTextWriterPtr or NULL in case of error'/>
10926*7c568831SAndroid Build Coastguard Worker      <arg name='buf' type='xmlBufferPtr' info='xmlBufferPtr'/>
10927*7c568831SAndroid Build Coastguard Worker      <arg name='compression' type='int' info='compress the output?'/>
10928*7c568831SAndroid Build Coastguard Worker    </function>
10929*7c568831SAndroid Build Coastguard Worker    <function name='xmlNewTextWriterPushParser' file='xmlwriter' module='xmlwriter'>
10930*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_WRITER_ENABLED)</cond>
10931*7c568831SAndroid Build Coastguard Worker      <info>Create a new xmlNewTextWriter structure with @ctxt as output NOTE: the @ctxt context will be freed with the resulting writer (if the call succeeds). TODO: handle compression</info>
10932*7c568831SAndroid Build Coastguard Worker      <return type='xmlTextWriterPtr' info='the new xmlTextWriterPtr or NULL in case of error'/>
10933*7c568831SAndroid Build Coastguard Worker      <arg name='ctxt' type='xmlParserCtxtPtr' info='xmlParserCtxtPtr to hold the new XML document tree'/>
10934*7c568831SAndroid Build Coastguard Worker      <arg name='compression' type='int' info='compress the output?'/>
10935*7c568831SAndroid Build Coastguard Worker    </function>
10936*7c568831SAndroid Build Coastguard Worker    <function name='xmlNewTextWriterTree' file='xmlwriter' module='xmlwriter'>
10937*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_WRITER_ENABLED)</cond>
10938*7c568831SAndroid Build Coastguard Worker      <info>Create a new xmlNewTextWriter structure with @doc as output starting at @node</info>
10939*7c568831SAndroid Build Coastguard Worker      <return type='xmlTextWriterPtr' info='the new xmlTextWriterPtr or NULL in case of error'/>
10940*7c568831SAndroid Build Coastguard Worker      <arg name='doc' type='xmlDocPtr' info='xmlDocPtr'/>
10941*7c568831SAndroid Build Coastguard Worker      <arg name='node' type='xmlNodePtr' info='xmlNodePtr or NULL for doc-&gt;children'/>
10942*7c568831SAndroid Build Coastguard Worker      <arg name='compression' type='int' info='compress the output?'/>
10943*7c568831SAndroid Build Coastguard Worker    </function>
10944*7c568831SAndroid Build Coastguard Worker    <function name='xmlNewValidCtxt' file='valid' module='valid'>
10945*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_VALID_ENABLED)</cond>
10946*7c568831SAndroid Build Coastguard Worker      <info>Allocate a validation context structure.</info>
10947*7c568831SAndroid Build Coastguard Worker      <return type='xmlValidCtxtPtr' info='NULL if not, otherwise the new validation context structure'/>
10948*7c568831SAndroid Build Coastguard Worker    </function>
10949*7c568831SAndroid Build Coastguard Worker    <function name='xmlNextChar' file='parserInternals' module='parserInternals'>
10950*7c568831SAndroid Build Coastguard Worker      <info>DEPRECATED: Internal function, do not use.  Skip to the next char input char.</info>
10951*7c568831SAndroid Build Coastguard Worker      <return type='void'/>
10952*7c568831SAndroid Build Coastguard Worker      <arg name='ctxt' type='xmlParserCtxtPtr' info='the XML parser context'/>
10953*7c568831SAndroid Build Coastguard Worker    </function>
10954*7c568831SAndroid Build Coastguard Worker    <function name='xmlNextElementSibling' file='tree' module='tree'>
10955*7c568831SAndroid Build Coastguard Worker      <info>Find the closest following sibling which is a element.  Note that entity references are not expanded.</info>
10956*7c568831SAndroid Build Coastguard Worker      <return type='xmlNodePtr' info='the sibling or NULL if no sibling was found.'/>
10957*7c568831SAndroid Build Coastguard Worker      <arg name='node' type='xmlNodePtr' info='the current node'/>
10958*7c568831SAndroid Build Coastguard Worker    </function>
10959*7c568831SAndroid Build Coastguard Worker    <function name='xmlNoNetExternalEntityLoader' file='xmlIO' module='parserInternals'>
10960*7c568831SAndroid Build Coastguard Worker      <info>DEPRECATED: Use XML_PARSE_NONET.  A specific entity loader disabling network accesses, though still allowing local catalog accesses for resolution.</info>
10961*7c568831SAndroid Build Coastguard Worker      <return type='xmlParserInputPtr' info='a new allocated xmlParserInputPtr, or NULL.'/>
10962*7c568831SAndroid Build Coastguard Worker      <arg name='URL' type='const char *' info='the URL for the entity to load'/>
10963*7c568831SAndroid Build Coastguard Worker      <arg name='ID' type='const char *' info='the System ID for the entity to load'/>
10964*7c568831SAndroid Build Coastguard Worker      <arg name='ctxt' type='xmlParserCtxtPtr' info='the context in which the entity is called or NULL'/>
10965*7c568831SAndroid Build Coastguard Worker    </function>
10966*7c568831SAndroid Build Coastguard Worker    <function name='xmlNodeAddContent' file='tree' module='tree'>
10967*7c568831SAndroid Build Coastguard Worker      <info>Append the extra substring to the node content. NOTE: In contrast to xmlNodeSetContent(), @content is supposed to be raw text, so unescaped XML special chars are allowed, entity references are not supported.</info>
10968*7c568831SAndroid Build Coastguard Worker      <return type='int' info='0 on success, 1 on error, -1 if a memory allocation failed.'/>
10969*7c568831SAndroid Build Coastguard Worker      <arg name='cur' type='xmlNodePtr' info='the node being modified'/>
10970*7c568831SAndroid Build Coastguard Worker      <arg name='content' type='const xmlChar *' info='extra content'/>
10971*7c568831SAndroid Build Coastguard Worker    </function>
10972*7c568831SAndroid Build Coastguard Worker    <function name='xmlNodeAddContentLen' file='tree' module='tree'>
10973*7c568831SAndroid Build Coastguard Worker      <info>Append the extra substring to the node content. NOTE: In contrast to xmlNodeSetContentLen(), @content is supposed to be raw text, so unescaped XML special chars are allowed, entity references are not supported.</info>
10974*7c568831SAndroid Build Coastguard Worker      <return type='int' info='0 on success, 1 on error, -1 if a memory allocation failed.'/>
10975*7c568831SAndroid Build Coastguard Worker      <arg name='cur' type='xmlNodePtr' info='the node being modified'/>
10976*7c568831SAndroid Build Coastguard Worker      <arg name='content' type='const xmlChar *' info='extra content'/>
10977*7c568831SAndroid Build Coastguard Worker      <arg name='len' type='int' info='the size of @content'/>
10978*7c568831SAndroid Build Coastguard Worker    </function>
10979*7c568831SAndroid Build Coastguard Worker    <function name='xmlNodeBufGetContent' file='tree' module='tree'>
10980*7c568831SAndroid Build Coastguard Worker      <info>Read the value of a node @cur, this can be either the text carried directly by this node if it&apos;s a TEXT node or the aggregate string of the values carried by this node child&apos;s (TEXT and ENTITY_REF). Entity references are substituted. Fills up the buffer @buffer with this value</info>
10981*7c568831SAndroid Build Coastguard Worker      <return type='int' info='0 in case of success and -1 in case of error.'/>
10982*7c568831SAndroid Build Coastguard Worker      <arg name='buffer' type='xmlBufferPtr' info='a buffer'/>
10983*7c568831SAndroid Build Coastguard Worker      <arg name='cur' type='const xmlNode *' info='the node being read'/>
10984*7c568831SAndroid Build Coastguard Worker    </function>
10985*7c568831SAndroid Build Coastguard Worker    <function name='xmlNodeDump' file='tree' module='xmlsave'>
10986*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_OUTPUT_ENABLED)</cond>
10987*7c568831SAndroid Build Coastguard Worker      <info>Dump an XML node, recursive behaviour,children are printed too. Note that @format = 1 provide node indenting only if xmlIndentTreeOutput = 1 or xmlKeepBlanksDefault(0) was called. Since this is using xmlBuffer structures it is limited to 2GB and somehow deprecated, use xmlNodeDumpOutput() instead.</info>
10988*7c568831SAndroid Build Coastguard Worker      <return type='int' info='the number of bytes written to the buffer or -1 in case of error'/>
10989*7c568831SAndroid Build Coastguard Worker      <arg name='buf' type='xmlBufferPtr' info='the XML buffer output'/>
10990*7c568831SAndroid Build Coastguard Worker      <arg name='doc' type='xmlDocPtr' info='the document'/>
10991*7c568831SAndroid Build Coastguard Worker      <arg name='cur' type='xmlNodePtr' info='the current node'/>
10992*7c568831SAndroid Build Coastguard Worker      <arg name='level' type='int' info='the imbrication level for indenting'/>
10993*7c568831SAndroid Build Coastguard Worker      <arg name='format' type='int' info='is formatting allowed'/>
10994*7c568831SAndroid Build Coastguard Worker    </function>
10995*7c568831SAndroid Build Coastguard Worker    <function name='xmlNodeDumpOutput' file='tree' module='xmlsave'>
10996*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_OUTPUT_ENABLED)</cond>
10997*7c568831SAndroid Build Coastguard Worker      <info>Dump an XML node, recursive behaviour, children are printed too. Note that @format = 1 provide node indenting only if xmlIndentTreeOutput = 1 or xmlKeepBlanksDefault(0) was called</info>
10998*7c568831SAndroid Build Coastguard Worker      <return type='void'/>
10999*7c568831SAndroid Build Coastguard Worker      <arg name='buf' type='xmlOutputBufferPtr' info='the XML buffer output'/>
11000*7c568831SAndroid Build Coastguard Worker      <arg name='doc' type='xmlDocPtr' info='the document'/>
11001*7c568831SAndroid Build Coastguard Worker      <arg name='cur' type='xmlNodePtr' info='the current node'/>
11002*7c568831SAndroid Build Coastguard Worker      <arg name='level' type='int' info='the imbrication level for indenting'/>
11003*7c568831SAndroid Build Coastguard Worker      <arg name='format' type='int' info='is formatting allowed'/>
11004*7c568831SAndroid Build Coastguard Worker      <arg name='encoding' type='const char *' info='an optional encoding string'/>
11005*7c568831SAndroid Build Coastguard Worker    </function>
11006*7c568831SAndroid Build Coastguard Worker    <function name='xmlNodeGetAttrValue' file='tree' module='tree'>
11007*7c568831SAndroid Build Coastguard Worker      <info>Search and get the value of an attribute associated to a node This attribute has to be anchored in the namespace specified. This does the entity substitution. The returned value must be freed by the caller.  Available since 2.13.0.</info>
11008*7c568831SAndroid Build Coastguard Worker      <return type='int' info='0 on success, 1 if no attribute was found, -1 if a memory allocation failed.'/>
11009*7c568831SAndroid Build Coastguard Worker      <arg name='node' type='const xmlNode *' info='the node'/>
11010*7c568831SAndroid Build Coastguard Worker      <arg name='name' type='const xmlChar *' info='the attribute name'/>
11011*7c568831SAndroid Build Coastguard Worker      <arg name='nsUri' type='const xmlChar *' info='the URI of the namespace'/>
11012*7c568831SAndroid Build Coastguard Worker      <arg name='out' type='xmlChar **' info='the returned string'/>
11013*7c568831SAndroid Build Coastguard Worker    </function>
11014*7c568831SAndroid Build Coastguard Worker    <function name='xmlNodeGetBase' file='tree' module='tree'>
11015*7c568831SAndroid Build Coastguard Worker      <info>See xmlNodeGetBaseSafe. This function doesn&apos;t allow to distinguish memory allocation failures from a non-existing base.</info>
11016*7c568831SAndroid Build Coastguard Worker      <return type='xmlChar *' info='a pointer to the base URL, or NULL if not found It&apos;s up to the caller to free the memory with xmlFree().'/>
11017*7c568831SAndroid Build Coastguard Worker      <arg name='doc' type='const xmlDoc *' info='the document the node pertains to'/>
11018*7c568831SAndroid Build Coastguard Worker      <arg name='cur' type='const xmlNode *' info='the node being checked'/>
11019*7c568831SAndroid Build Coastguard Worker    </function>
11020*7c568831SAndroid Build Coastguard Worker    <function name='xmlNodeGetBaseSafe' file='tree' module='tree'>
11021*7c568831SAndroid Build Coastguard Worker      <info>Searches for the BASE URL. The code should work on both XML and HTML document even if base mechanisms are completely different. It returns the base as defined in RFC 2396 sections 5.1.1. Base URI within Document Content and 5.1.2. Base URI from the Encapsulating Entity However it does not return the document base (5.1.3), use doc-&gt;URL in this case  Available since 2.13.0.</info>
11022*7c568831SAndroid Build Coastguard Worker      <return type='int' info='0 in case of success, 1 if a URI or argument is invalid, -1 if a memory allocation failed.'/>
11023*7c568831SAndroid Build Coastguard Worker      <arg name='doc' type='const xmlDoc *' info='the document the node pertains to'/>
11024*7c568831SAndroid Build Coastguard Worker      <arg name='cur' type='const xmlNode *' info='the node being checked'/>
11025*7c568831SAndroid Build Coastguard Worker      <arg name='baseOut' type='xmlChar **' info='pointer to base'/>
11026*7c568831SAndroid Build Coastguard Worker    </function>
11027*7c568831SAndroid Build Coastguard Worker    <function name='xmlNodeGetContent' file='tree' module='tree'>
11028*7c568831SAndroid Build Coastguard Worker      <info>Read the value of a node, this can be either the text carried directly by this node if it&apos;s a TEXT node or the aggregate string of the values carried by this node child&apos;s (TEXT and ENTITY_REF). Entity references are substituted.</info>
11029*7c568831SAndroid Build Coastguard Worker      <return type='xmlChar *' info='a new #xmlChar * or NULL if no content is available. It&apos;s up to the caller to free the memory with xmlFree().'/>
11030*7c568831SAndroid Build Coastguard Worker      <arg name='cur' type='const xmlNode *' info='the node being read'/>
11031*7c568831SAndroid Build Coastguard Worker    </function>
11032*7c568831SAndroid Build Coastguard Worker    <function name='xmlNodeGetLang' file='tree' module='tree'>
11033*7c568831SAndroid Build Coastguard Worker      <info>Searches the language of a node, i.e. the values of the xml:lang attribute or the one carried by the nearest ancestor.</info>
11034*7c568831SAndroid Build Coastguard Worker      <return type='xmlChar *' info='a pointer to the lang value, or NULL if not found It&apos;s up to the caller to free the memory with xmlFree().'/>
11035*7c568831SAndroid Build Coastguard Worker      <arg name='cur' type='const xmlNode *' info='the node being checked'/>
11036*7c568831SAndroid Build Coastguard Worker    </function>
11037*7c568831SAndroid Build Coastguard Worker    <function name='xmlNodeGetSpacePreserve' file='tree' module='tree'>
11038*7c568831SAndroid Build Coastguard Worker      <info>Searches the space preserving behaviour of a node, i.e. the values of the xml:space attribute or the one carried by the nearest ancestor.</info>
11039*7c568831SAndroid Build Coastguard Worker      <return type='int' info='-1 if xml:space is not inherited, 0 if &quot;default&quot;, 1 if &quot;preserve&quot;'/>
11040*7c568831SAndroid Build Coastguard Worker      <arg name='cur' type='const xmlNode *' info='the node being checked'/>
11041*7c568831SAndroid Build Coastguard Worker    </function>
11042*7c568831SAndroid Build Coastguard Worker    <function name='xmlNodeIsText' file='tree' module='tree'>
11043*7c568831SAndroid Build Coastguard Worker      <info>Is this node a Text node ?</info>
11044*7c568831SAndroid Build Coastguard Worker      <return type='int' info='1 yes, 0 no'/>
11045*7c568831SAndroid Build Coastguard Worker      <arg name='node' type='const xmlNode *' info='the node'/>
11046*7c568831SAndroid Build Coastguard Worker    </function>
11047*7c568831SAndroid Build Coastguard Worker    <function name='xmlNodeListGetRawString' file='tree' module='tree'>
11048*7c568831SAndroid Build Coastguard Worker      <info>Serializes attribute children (text and entity reference nodes) into a string. An empty list produces an empty string.  If @inLine is true, entity references will be substituted. Otherwise, entity references will be kept and special characters like &apos;&amp;&apos; will be escaped.</info>
11049*7c568831SAndroid Build Coastguard Worker      <return type='xmlChar *' info='a string or NULL if a memory allocation failed.'/>
11050*7c568831SAndroid Build Coastguard Worker      <arg name='doc' type='const xmlDoc *' info='a document (optional)'/>
11051*7c568831SAndroid Build Coastguard Worker      <arg name='list' type='const xmlNode *' info='a node list of attribute children (optional)'/>
11052*7c568831SAndroid Build Coastguard Worker      <arg name='inLine' type='int' info='whether entity references are substituted'/>
11053*7c568831SAndroid Build Coastguard Worker    </function>
11054*7c568831SAndroid Build Coastguard Worker    <function name='xmlNodeListGetString' file='tree' module='tree'>
11055*7c568831SAndroid Build Coastguard Worker      <info>Serializes attribute children (text and entity reference nodes) into a string. An empty list produces an empty string.  If @inLine is true, entity references will be substituted. Otherwise, entity references will be kept and special characters like &apos;&amp;&apos; as well as non-ASCII chars will be escaped. See xmlNodeListGetRawString for an alternative option.</info>
11056*7c568831SAndroid Build Coastguard Worker      <return type='xmlChar *' info='a string or NULL if a memory allocation failed.'/>
11057*7c568831SAndroid Build Coastguard Worker      <arg name='doc' type='xmlDocPtr' info='a document (optional)'/>
11058*7c568831SAndroid Build Coastguard Worker      <arg name='list' type='const xmlNode *' info='a node list of attribute children (optional)'/>
11059*7c568831SAndroid Build Coastguard Worker      <arg name='inLine' type='int' info='whether entity references are substituted'/>
11060*7c568831SAndroid Build Coastguard Worker    </function>
11061*7c568831SAndroid Build Coastguard Worker    <function name='xmlNodeSetBase' file='tree' module='tree'>
11062*7c568831SAndroid Build Coastguard Worker      <info>Set (or reset) the base URI of a node, i.e. the value of the xml:base attribute.</info>
11063*7c568831SAndroid Build Coastguard Worker      <return type='int' info='0 on success, -1 on error.'/>
11064*7c568831SAndroid Build Coastguard Worker      <arg name='cur' type='xmlNodePtr' info='the node being changed'/>
11065*7c568831SAndroid Build Coastguard Worker      <arg name='uri' type='const xmlChar *' info='the new base URI'/>
11066*7c568831SAndroid Build Coastguard Worker    </function>
11067*7c568831SAndroid Build Coastguard Worker    <function name='xmlNodeSetContent' file='tree' module='tree'>
11068*7c568831SAndroid Build Coastguard Worker      <info>Replace the text content of a node.  Sets the raw text content of text, CDATA, comment or PI nodes.  For element and attribute nodes, removes all children and replaces them by parsing @content which is expected to be a valid XML attribute value possibly containing character and entity references. Syntax errors and references to undeclared entities are ignored silently. Unfortunately, there isn&apos;t an API to pass raw content directly. An inefficient work-around is to escape the content with xmlEncodeSpecialChars before passing it. A better trick is clearing the old content with xmlNodeSetContent(node, NULL) first and then calling xmlNodeAddContent(node, content). Unlike this function, xmlNodeAddContent accepts raw text.</info>
11069*7c568831SAndroid Build Coastguard Worker      <return type='int' info='0 on success, 1 on error, -1 if a memory allocation failed.'/>
11070*7c568831SAndroid Build Coastguard Worker      <arg name='cur' type='xmlNodePtr' info='the node being modified'/>
11071*7c568831SAndroid Build Coastguard Worker      <arg name='content' type='const xmlChar *' info='the new value of the content'/>
11072*7c568831SAndroid Build Coastguard Worker    </function>
11073*7c568831SAndroid Build Coastguard Worker    <function name='xmlNodeSetContentLen' file='tree' module='tree'>
11074*7c568831SAndroid Build Coastguard Worker      <info>See xmlNodeSetContent.</info>
11075*7c568831SAndroid Build Coastguard Worker      <return type='int' info='0 on success, 1 on error, -1 if a memory allocation failed.'/>
11076*7c568831SAndroid Build Coastguard Worker      <arg name='cur' type='xmlNodePtr' info='the node being modified'/>
11077*7c568831SAndroid Build Coastguard Worker      <arg name='content' type='const xmlChar *' info='the new value of the content'/>
11078*7c568831SAndroid Build Coastguard Worker      <arg name='len' type='int' info='the size of @content'/>
11079*7c568831SAndroid Build Coastguard Worker    </function>
11080*7c568831SAndroid Build Coastguard Worker    <function name='xmlNodeSetLang' file='tree' module='tree'>
11081*7c568831SAndroid Build Coastguard Worker      <info>Set the language of a node, i.e. the values of the xml:lang attribute.</info>
11082*7c568831SAndroid Build Coastguard Worker      <return type='int' info='0 on success, 1 if arguments are invalid, -1 if a memory allocation failed.'/>
11083*7c568831SAndroid Build Coastguard Worker      <arg name='cur' type='xmlNodePtr' info='the node being changed'/>
11084*7c568831SAndroid Build Coastguard Worker      <arg name='lang' type='const xmlChar *' info='the language description'/>
11085*7c568831SAndroid Build Coastguard Worker    </function>
11086*7c568831SAndroid Build Coastguard Worker    <function name='xmlNodeSetName' file='tree' module='tree'>
11087*7c568831SAndroid Build Coastguard Worker      <info>Set (or reset) the name of a node.</info>
11088*7c568831SAndroid Build Coastguard Worker      <return type='void'/>
11089*7c568831SAndroid Build Coastguard Worker      <arg name='cur' type='xmlNodePtr' info='the node being changed'/>
11090*7c568831SAndroid Build Coastguard Worker      <arg name='name' type='const xmlChar *' info='the new tag name'/>
11091*7c568831SAndroid Build Coastguard Worker    </function>
11092*7c568831SAndroid Build Coastguard Worker    <function name='xmlNodeSetSpacePreserve' file='tree' module='tree'>
11093*7c568831SAndroid Build Coastguard Worker      <info>Set (or reset) the space preserving behaviour of a node, i.e. the value of the xml:space attribute.</info>
11094*7c568831SAndroid Build Coastguard Worker      <return type='int' info='0 on success, 1 if arguments are invalid, -1 if a memory allocation failed.'/>
11095*7c568831SAndroid Build Coastguard Worker      <arg name='cur' type='xmlNodePtr' info='the node being changed'/>
11096*7c568831SAndroid Build Coastguard Worker      <arg name='val' type='int' info='the xml:space value (&quot;0&quot;: default, 1: &quot;preserve&quot;)'/>
11097*7c568831SAndroid Build Coastguard Worker    </function>
11098*7c568831SAndroid Build Coastguard Worker    <function name='xmlNormalizeURIPath' file='uri' module='uri'>
11099*7c568831SAndroid Build Coastguard Worker      <info>Applies the 5 normalization steps to a path string--that is, RFC 2396 Section 5.2, steps 6.c through 6.g.  Normalization occurs directly on the string, no new allocation is done</info>
11100*7c568831SAndroid Build Coastguard Worker      <return type='int' info='0 or an error code'/>
11101*7c568831SAndroid Build Coastguard Worker      <arg name='path' type='char *' info='pointer to the path string'/>
11102*7c568831SAndroid Build Coastguard Worker    </function>
11103*7c568831SAndroid Build Coastguard Worker    <function name='xmlNormalizeWindowsPath' file='xmlIO' module='xmlIO'>
11104*7c568831SAndroid Build Coastguard Worker      <info>DEPRECATED: This never really worked.</info>
11105*7c568831SAndroid Build Coastguard Worker      <return type='xmlChar *' info='a copy of path.'/>
11106*7c568831SAndroid Build Coastguard Worker      <arg name='path' type='const xmlChar *' info='the input file path'/>
11107*7c568831SAndroid Build Coastguard Worker    </function>
11108*7c568831SAndroid Build Coastguard Worker    <function name='xmlOpenCharEncodingHandler' file='encoding' module='encoding'>
11109*7c568831SAndroid Build Coastguard Worker      <info>Find or create a handler matching the encoding. The following converters are looked up in order:  - Built-in handler (UTF-8, UTF-16, ISO-8859-1, ASCII) - User-registered global handler (deprecated) - iconv if enabled - ICU if enabled  The handler must be closed with xmlCharEncCloseFunc.  If the encoding is UTF-8, a NULL handler and no error code will be returned.  Available since 2.13.0.</info>
11110*7c568831SAndroid Build Coastguard Worker      <return type='int' info='XML_ERR_OK, XML_ERR_UNSUPPORTED_ENCODING or another xmlParserErrors error code.'/>
11111*7c568831SAndroid Build Coastguard Worker      <arg name='name' type='const char *' info='a string describing the char encoding.'/>
11112*7c568831SAndroid Build Coastguard Worker      <arg name='output' type='int' info='boolean, use handler for output'/>
11113*7c568831SAndroid Build Coastguard Worker      <arg name='out' type='xmlCharEncodingHandler **' info='pointer to result'/>
11114*7c568831SAndroid Build Coastguard Worker    </function>
11115*7c568831SAndroid Build Coastguard Worker    <function name='xmlOutputBufferClose' file='xmlIO' module='xmlIO'>
11116*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_OUTPUT_ENABLED)</cond>
11117*7c568831SAndroid Build Coastguard Worker      <info>flushes and close the output I/O channel and free up all the associated resources</info>
11118*7c568831SAndroid Build Coastguard Worker      <return type='int' info='the number of byte written or a negative xmlParserErrors code in case of error.'/>
11119*7c568831SAndroid Build Coastguard Worker      <arg name='out' type='xmlOutputBufferPtr' info='a buffered output'/>
11120*7c568831SAndroid Build Coastguard Worker    </function>
11121*7c568831SAndroid Build Coastguard Worker    <function name='xmlOutputBufferCreateBuffer' file='xmlIO' module='xmlIO'>
11122*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_OUTPUT_ENABLED)</cond>
11123*7c568831SAndroid Build Coastguard Worker      <info>Create a buffered output for the progressive saving to a xmlBuffer</info>
11124*7c568831SAndroid Build Coastguard Worker      <return type='xmlOutputBufferPtr' info='the new parser output or NULL'/>
11125*7c568831SAndroid Build Coastguard Worker      <arg name='buffer' type='xmlBufferPtr' info='a xmlBufferPtr'/>
11126*7c568831SAndroid Build Coastguard Worker      <arg name='encoder' type='xmlCharEncodingHandlerPtr' info='the encoding converter or NULL'/>
11127*7c568831SAndroid Build Coastguard Worker    </function>
11128*7c568831SAndroid Build Coastguard Worker    <function name='xmlOutputBufferCreateFd' file='xmlIO' module='xmlIO'>
11129*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_OUTPUT_ENABLED)</cond>
11130*7c568831SAndroid Build Coastguard Worker      <info>Create a buffered output for the progressive saving to a file descriptor</info>
11131*7c568831SAndroid Build Coastguard Worker      <return type='xmlOutputBufferPtr' info='the new parser output or NULL'/>
11132*7c568831SAndroid Build Coastguard Worker      <arg name='fd' type='int' info='a file descriptor number'/>
11133*7c568831SAndroid Build Coastguard Worker      <arg name='encoder' type='xmlCharEncodingHandlerPtr' info='the encoding converter or NULL'/>
11134*7c568831SAndroid Build Coastguard Worker    </function>
11135*7c568831SAndroid Build Coastguard Worker    <function name='xmlOutputBufferCreateFile' file='xmlIO' module='xmlIO'>
11136*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_OUTPUT_ENABLED)</cond>
11137*7c568831SAndroid Build Coastguard Worker      <info>Create a buffered output for the progressive saving to a FILE * buffered C I/O</info>
11138*7c568831SAndroid Build Coastguard Worker      <return type='xmlOutputBufferPtr' info='the new parser output or NULL'/>
11139*7c568831SAndroid Build Coastguard Worker      <arg name='file' type='FILE *' info='a FILE*'/>
11140*7c568831SAndroid Build Coastguard Worker      <arg name='encoder' type='xmlCharEncodingHandlerPtr' info='the encoding converter or NULL'/>
11141*7c568831SAndroid Build Coastguard Worker    </function>
11142*7c568831SAndroid Build Coastguard Worker    <function name='xmlOutputBufferCreateFilename' file='xmlIO' module='xmlIO'>
11143*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_OUTPUT_ENABLED)</cond>
11144*7c568831SAndroid Build Coastguard Worker      <info>Create a buffered  output for the progressive saving of a file If filename is &quot;-&apos; then we use stdout as the output. Automatic support for ZLIB/Compress compressed document is provided by default if found at compile-time. TODO: currently if compression is set, the library only support writing to a local file.</info>
11145*7c568831SAndroid Build Coastguard Worker      <return type='xmlOutputBufferPtr' info='the new output or NULL'/>
11146*7c568831SAndroid Build Coastguard Worker      <arg name='URI' type='const char *' info='a C string containing the URI or filename'/>
11147*7c568831SAndroid Build Coastguard Worker      <arg name='encoder' type='xmlCharEncodingHandlerPtr' info='the encoding converter or NULL'/>
11148*7c568831SAndroid Build Coastguard Worker      <arg name='compression' type='int' info='the compression ration (0 none, 9 max).'/>
11149*7c568831SAndroid Build Coastguard Worker    </function>
11150*7c568831SAndroid Build Coastguard Worker    <function name='xmlOutputBufferCreateFilenameDefault' file='xmlIO' module='xmlIO'>
11151*7c568831SAndroid Build Coastguard Worker      <info>Registers a callback for URI output file handling</info>
11152*7c568831SAndroid Build Coastguard Worker      <return type='xmlOutputBufferCreateFilenameFunc' info='the old value of the registration function'/>
11153*7c568831SAndroid Build Coastguard Worker      <arg name='func' type='xmlOutputBufferCreateFilenameFunc' info='function pointer to the new OutputBufferCreateFilenameFunc'/>
11154*7c568831SAndroid Build Coastguard Worker    </function>
11155*7c568831SAndroid Build Coastguard Worker    <functype name='xmlOutputBufferCreateFilenameFunc' file='xmlIO' module='xmlIO'>
11156*7c568831SAndroid Build Coastguard Worker      <info>Signature for the function doing the lookup for a suitable output method corresponding to an URI.</info>
11157*7c568831SAndroid Build Coastguard Worker      <return type='xmlOutputBufferPtr' info='the new xmlOutputBufferPtr in case of success or NULL if no method was found.'/>
11158*7c568831SAndroid Build Coastguard Worker      <arg name='URI' type='const char *' info='the URI to write to'/>
11159*7c568831SAndroid Build Coastguard Worker      <arg name='encoder' type='xmlCharEncodingHandlerPtr' info=''/>
11160*7c568831SAndroid Build Coastguard Worker      <arg name='compression' type='int' info=''/>
11161*7c568831SAndroid Build Coastguard Worker    </functype>
11162*7c568831SAndroid Build Coastguard Worker    <function name='xmlOutputBufferCreateIO' file='xmlIO' module='xmlIO'>
11163*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_OUTPUT_ENABLED)</cond>
11164*7c568831SAndroid Build Coastguard Worker      <info>Create a buffered output for the progressive saving to an I/O handler</info>
11165*7c568831SAndroid Build Coastguard Worker      <return type='xmlOutputBufferPtr' info='the new parser output or NULL'/>
11166*7c568831SAndroid Build Coastguard Worker      <arg name='iowrite' type='xmlOutputWriteCallback' info='an I/O write function'/>
11167*7c568831SAndroid Build Coastguard Worker      <arg name='ioclose' type='xmlOutputCloseCallback' info='an I/O close function'/>
11168*7c568831SAndroid Build Coastguard Worker      <arg name='ioctx' type='void *' info='an I/O handler'/>
11169*7c568831SAndroid Build Coastguard Worker      <arg name='encoder' type='xmlCharEncodingHandlerPtr' info='the charset encoding if known'/>
11170*7c568831SAndroid Build Coastguard Worker    </function>
11171*7c568831SAndroid Build Coastguard Worker    <function name='xmlOutputBufferFlush' file='xmlIO' module='xmlIO'>
11172*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_OUTPUT_ENABLED)</cond>
11173*7c568831SAndroid Build Coastguard Worker      <info>flushes the output I/O channel</info>
11174*7c568831SAndroid Build Coastguard Worker      <return type='int' info='the number of byte written or -1 in case of error.'/>
11175*7c568831SAndroid Build Coastguard Worker      <arg name='out' type='xmlOutputBufferPtr' info='a buffered output'/>
11176*7c568831SAndroid Build Coastguard Worker    </function>
11177*7c568831SAndroid Build Coastguard Worker    <function name='xmlOutputBufferGetContent' file='xmlIO' module='xmlIO'>
11178*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_OUTPUT_ENABLED)</cond>
11179*7c568831SAndroid Build Coastguard Worker      <info>Gives a pointer to the data currently held in the output buffer</info>
11180*7c568831SAndroid Build Coastguard Worker      <return type='const xmlChar *' info='a pointer to the data or NULL in case of error'/>
11181*7c568831SAndroid Build Coastguard Worker      <arg name='out' type='xmlOutputBufferPtr' info='an xmlOutputBufferPtr'/>
11182*7c568831SAndroid Build Coastguard Worker    </function>
11183*7c568831SAndroid Build Coastguard Worker    <function name='xmlOutputBufferGetSize' file='xmlIO' module='xmlIO'>
11184*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_OUTPUT_ENABLED)</cond>
11185*7c568831SAndroid Build Coastguard Worker      <info>Gives the length of the data currently held in the output buffer</info>
11186*7c568831SAndroid Build Coastguard Worker      <return type='size_t' info='0 in case or error or no data is held, the size otherwise'/>
11187*7c568831SAndroid Build Coastguard Worker      <arg name='out' type='xmlOutputBufferPtr' info='an xmlOutputBufferPtr'/>
11188*7c568831SAndroid Build Coastguard Worker    </function>
11189*7c568831SAndroid Build Coastguard Worker    <function name='xmlOutputBufferWrite' file='xmlIO' module='xmlIO'>
11190*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_OUTPUT_ENABLED)</cond>
11191*7c568831SAndroid Build Coastguard Worker      <info>Write the content of the array in the output I/O buffer This routine handle the I18N transcoding from internal UTF-8 The buffer is lossless, i.e. will store in case of partial or delayed writes.</info>
11192*7c568831SAndroid Build Coastguard Worker      <return type='int' info='the number of chars immediately written, or -1 in case of error.'/>
11193*7c568831SAndroid Build Coastguard Worker      <arg name='out' type='xmlOutputBufferPtr' info='a buffered parser output'/>
11194*7c568831SAndroid Build Coastguard Worker      <arg name='len' type='int' info='the size in bytes of the array.'/>
11195*7c568831SAndroid Build Coastguard Worker      <arg name='buf' type='const char *' info='an char array'/>
11196*7c568831SAndroid Build Coastguard Worker    </function>
11197*7c568831SAndroid Build Coastguard Worker    <function name='xmlOutputBufferWriteEscape' file='xmlIO' module='xmlIO'>
11198*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_OUTPUT_ENABLED)</cond>
11199*7c568831SAndroid Build Coastguard Worker      <info>Write the content of the string in the output I/O buffer This routine escapes the characters and then handle the I18N transcoding from internal UTF-8 The buffer is lossless, i.e. will store in case of partial or delayed writes.</info>
11200*7c568831SAndroid Build Coastguard Worker      <return type='int' info='the number of chars immediately written, or -1 in case of error.'/>
11201*7c568831SAndroid Build Coastguard Worker      <arg name='out' type='xmlOutputBufferPtr' info='a buffered parser output'/>
11202*7c568831SAndroid Build Coastguard Worker      <arg name='str' type='const xmlChar *' info='a zero terminated UTF-8 string'/>
11203*7c568831SAndroid Build Coastguard Worker      <arg name='escaping' type='xmlCharEncodingOutputFunc' info='an optional escaping function (or NULL)'/>
11204*7c568831SAndroid Build Coastguard Worker    </function>
11205*7c568831SAndroid Build Coastguard Worker    <function name='xmlOutputBufferWriteString' file='xmlIO' module='xmlIO'>
11206*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_OUTPUT_ENABLED)</cond>
11207*7c568831SAndroid Build Coastguard Worker      <info>Write the content of the string in the output I/O buffer This routine handle the I18N transcoding from internal UTF-8 The buffer is lossless, i.e. will store in case of partial or delayed writes.</info>
11208*7c568831SAndroid Build Coastguard Worker      <return type='int' info='the number of chars immediately written, or -1 in case of error.'/>
11209*7c568831SAndroid Build Coastguard Worker      <arg name='out' type='xmlOutputBufferPtr' info='a buffered parser output'/>
11210*7c568831SAndroid Build Coastguard Worker      <arg name='str' type='const char *' info='a zero terminated C string'/>
11211*7c568831SAndroid Build Coastguard Worker    </function>
11212*7c568831SAndroid Build Coastguard Worker    <functype name='xmlOutputCloseCallback' file='xmlIO' module='xmlIO'>
11213*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_OUTPUT_ENABLED)</cond>
11214*7c568831SAndroid Build Coastguard Worker      <info>Callback used in the I/O Output API to close the resource</info>
11215*7c568831SAndroid Build Coastguard Worker      <return type='int' info='0 or -1 in case of error'/>
11216*7c568831SAndroid Build Coastguard Worker      <arg name='context' type='void *' info='an Output context'/>
11217*7c568831SAndroid Build Coastguard Worker    </functype>
11218*7c568831SAndroid Build Coastguard Worker    <functype name='xmlOutputMatchCallback' file='xmlIO' module='xmlIO'>
11219*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_OUTPUT_ENABLED)</cond>
11220*7c568831SAndroid Build Coastguard Worker      <info>Callback used in the I/O Output API to detect if the current handler can provide output functionality for this resource.</info>
11221*7c568831SAndroid Build Coastguard Worker      <return type='int' info='1 if yes and 0 if another Output module should be used'/>
11222*7c568831SAndroid Build Coastguard Worker      <arg name='filename' type='char const *' info='the filename or URI'/>
11223*7c568831SAndroid Build Coastguard Worker    </functype>
11224*7c568831SAndroid Build Coastguard Worker    <functype name='xmlOutputOpenCallback' file='xmlIO' module='xmlIO'>
11225*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_OUTPUT_ENABLED)</cond>
11226*7c568831SAndroid Build Coastguard Worker      <info>Callback used in the I/O Output API to open the resource</info>
11227*7c568831SAndroid Build Coastguard Worker      <return type='void *' info='an Output context or NULL in case or error'/>
11228*7c568831SAndroid Build Coastguard Worker      <arg name='filename' type='char const *' info='the filename or URI'/>
11229*7c568831SAndroid Build Coastguard Worker    </functype>
11230*7c568831SAndroid Build Coastguard Worker    <functype name='xmlOutputWriteCallback' file='xmlIO' module='xmlIO'>
11231*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_OUTPUT_ENABLED)</cond>
11232*7c568831SAndroid Build Coastguard Worker      <info>Callback used in the I/O Output API to write to the resource</info>
11233*7c568831SAndroid Build Coastguard Worker      <return type='int' info='the number of bytes written or -1 in case of error'/>
11234*7c568831SAndroid Build Coastguard Worker      <arg name='context' type='void *' info='an Output context'/>
11235*7c568831SAndroid Build Coastguard Worker      <arg name='buffer' type='const char *' info='the buffer of data to write'/>
11236*7c568831SAndroid Build Coastguard Worker      <arg name='len' type='int' info='the length of the buffer in bytes'/>
11237*7c568831SAndroid Build Coastguard Worker    </functype>
11238*7c568831SAndroid Build Coastguard Worker    <function name='xmlParseAttValue' file='parserInternals' module='parser'>
11239*7c568831SAndroid Build Coastguard Worker      <info>DEPRECATED: Internal function, don&apos;t use.  parse a value for an attribute Note: the parser won&apos;t do substitution of entities here, this will be handled later in xmlStringGetNodeList  [10] AttValue ::= &apos;&quot;&apos; ([^&lt;&amp;&quot;] | Reference)* &apos;&quot;&apos; | &quot;&apos;&quot; ([^&lt;&amp;&apos;] | Reference)* &quot;&apos;&quot;  3.3.3 Attribute-Value Normalization: Before the value of an attribute is passed to the application or checked for validity, the XML processor must normalize it as follows: - a character reference is processed by appending the referenced character to the attribute value - an entity reference is processed by recursively processing the replacement text of the entity - a whitespace character (#x20, #xD, #xA, #x9) is processed by appending #x20 to the normalized value, except that only a single #x20 is appended for a &quot;#xD#xA&quot; sequence that is part of an external parsed entity or the literal entity value of an internal parsed entity - other characters are processed by appending them to the normalized value If the declared value is not CDATA, then the XML processor must further process the normalized attribute value by discarding any leading and trailing space (#x20) characters, and by replacing sequences of space (#x20) characters by a single space (#x20) character. All attributes for which no declaration has been read should be treated by a non-validating parser as if declared CDATA.</info>
11240*7c568831SAndroid Build Coastguard Worker      <return type='xmlChar *' info='the AttValue parsed or NULL. The value has to be freed by the caller.'/>
11241*7c568831SAndroid Build Coastguard Worker      <arg name='ctxt' type='xmlParserCtxtPtr' info='an XML parser context'/>
11242*7c568831SAndroid Build Coastguard Worker    </function>
11243*7c568831SAndroid Build Coastguard Worker    <function name='xmlParseAttribute' file='parserInternals' module='parser'>
11244*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_SAX1_ENABLED)</cond>
11245*7c568831SAndroid Build Coastguard Worker      <info>DEPRECATED: Internal function, don&apos;t use.  parse an attribute  [41] Attribute ::= Name Eq AttValue  [ WFC: No External Entity References ] Attribute values cannot contain direct or indirect entity references to external entities.  [ WFC: No &lt; in Attribute Values ] The replacement text of any entity referred to directly or indirectly in an attribute value (other than &quot;&amp;lt;&quot;) must not contain a &lt;.  [ VC: Attribute Value Type ] The attribute must have been declared; the value must be of the type declared for it.  [25] Eq ::= S? &apos;=&apos; S?  With namespace:  [NS 11] Attribute ::= QName Eq AttValue  Also the case QName == xmlns:??? is handled independently as a namespace definition.</info>
11246*7c568831SAndroid Build Coastguard Worker      <return type='const xmlChar *' info='the attribute name, and the value in *value.'/>
11247*7c568831SAndroid Build Coastguard Worker      <arg name='ctxt' type='xmlParserCtxtPtr' info='an XML parser context'/>
11248*7c568831SAndroid Build Coastguard Worker      <arg name='value' type='xmlChar **' info='a xmlChar ** used to store the value of the attribute'/>
11249*7c568831SAndroid Build Coastguard Worker    </function>
11250*7c568831SAndroid Build Coastguard Worker    <function name='xmlParseAttributeListDecl' file='parserInternals' module='parser'>
11251*7c568831SAndroid Build Coastguard Worker      <info>DEPRECATED: Internal function, don&apos;t use.  Parse an attribute list declaration for an element. Always consumes &apos;&lt;!&apos;.  [52] AttlistDecl ::= &apos;&lt;!ATTLIST&apos; S Name AttDef* S? &apos;&gt;&apos;  [53] AttDef ::= S Name S AttType S DefaultDecl</info>
11252*7c568831SAndroid Build Coastguard Worker      <return type='void'/>
11253*7c568831SAndroid Build Coastguard Worker      <arg name='ctxt' type='xmlParserCtxtPtr' info='an XML parser context'/>
11254*7c568831SAndroid Build Coastguard Worker    </function>
11255*7c568831SAndroid Build Coastguard Worker    <function name='xmlParseAttributeType' file='parserInternals' module='parser'>
11256*7c568831SAndroid Build Coastguard Worker      <info>DEPRECATED: Internal function, don&apos;t use.  parse the Attribute list def for an element  [54] AttType ::= StringType | TokenizedType | EnumeratedType  [55] StringType ::= &apos;CDATA&apos;  [56] TokenizedType ::= &apos;ID&apos; | &apos;IDREF&apos; | &apos;IDREFS&apos; | &apos;ENTITY&apos; | &apos;ENTITIES&apos; | &apos;NMTOKEN&apos; | &apos;NMTOKENS&apos;  Validity constraints for attribute values syntax are checked in xmlValidateAttributeValue()  [ VC: ID ] Values of type ID must match the Name production. A name must not appear more than once in an XML document as a value of this type; i.e., ID values must uniquely identify the elements which bear them.  [ VC: One ID per Element Type ] No element type may have more than one ID attribute specified.  [ VC: ID Attribute Default ] An ID attribute must have a declared default of #IMPLIED or #REQUIRED.  [ VC: IDREF ] Values of type IDREF must match the Name production, and values of type IDREFS must match Names; each IDREF Name must match the value of an ID attribute on some element in the XML document; i.e. IDREF values must match the value of some ID attribute.  [ VC: Entity Name ] Values of type ENTITY must match the Name production, values of type ENTITIES must match Names; each Entity Name must match the name of an unparsed entity declared in the DTD.  [ VC: Name Token ] Values of type NMTOKEN must match the Nmtoken production; values of type NMTOKENS must match Nmtokens.</info>
11257*7c568831SAndroid Build Coastguard Worker      <return type='int' info='the attribute type'/>
11258*7c568831SAndroid Build Coastguard Worker      <arg name='ctxt' type='xmlParserCtxtPtr' info='an XML parser context'/>
11259*7c568831SAndroid Build Coastguard Worker      <arg name='tree' type='xmlEnumerationPtr *' info='the enumeration tree built while parsing'/>
11260*7c568831SAndroid Build Coastguard Worker    </function>
11261*7c568831SAndroid Build Coastguard Worker    <function name='xmlParseBalancedChunkMemory' file='parser' module='parser'>
11262*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_SAX1_ENABLED)</cond>
11263*7c568831SAndroid Build Coastguard Worker      <info>Parse a well-balanced chunk of an XML document called by the parser The allowed sequence for the Well Balanced Chunk is the one defined by the content production in the XML grammar:  [43] content ::= (element | CharData | Reference | CDSect | PI | Comment)*</info>
11264*7c568831SAndroid Build Coastguard Worker      <return type='int' info='0 if the chunk is well balanced, -1 in case of args problem and the parser error code otherwise'/>
11265*7c568831SAndroid Build Coastguard Worker      <arg name='doc' type='xmlDocPtr' info='the document the chunk pertains to (must not be NULL)'/>
11266*7c568831SAndroid Build Coastguard Worker      <arg name='sax' type='xmlSAXHandlerPtr' info='the SAX handler block (possibly NULL)'/>
11267*7c568831SAndroid Build Coastguard Worker      <arg name='user_data' type='void *' info='The user data returned on SAX callbacks (possibly NULL)'/>
11268*7c568831SAndroid Build Coastguard Worker      <arg name='depth' type='int' info='Used for loop detection, use 0'/>
11269*7c568831SAndroid Build Coastguard Worker      <arg name='string' type='const xmlChar *' info='the input string in UTF8 or ISO-Latin (zero terminated)'/>
11270*7c568831SAndroid Build Coastguard Worker      <arg name='lst' type='xmlNodePtr *' info='the return value for the set of parsed nodes'/>
11271*7c568831SAndroid Build Coastguard Worker    </function>
11272*7c568831SAndroid Build Coastguard Worker    <function name='xmlParseBalancedChunkMemoryRecover' file='parser' module='parser'>
11273*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_SAX1_ENABLED)</cond>
11274*7c568831SAndroid Build Coastguard Worker      <info>Parse a well-balanced chunk of an XML document  The allowed sequence for the Well Balanced Chunk is the one defined by the content production in the XML grammar:  [43] content ::= (element | CharData | Reference | CDSect | PI | Comment)*</info>
11275*7c568831SAndroid Build Coastguard Worker      <return type='int' info='0 if the chunk is well balanced, or thehe parser error code otherwise.  In case recover is set to 1, the nodelist will not be empty even if the parsed chunk is not well balanced, assuming the parsing succeeded to some extent.'/>
11276*7c568831SAndroid Build Coastguard Worker      <arg name='doc' type='xmlDocPtr' info='the document the chunk pertains to (must not be NULL)'/>
11277*7c568831SAndroid Build Coastguard Worker      <arg name='sax' type='xmlSAXHandlerPtr' info='the SAX handler block (possibly NULL)'/>
11278*7c568831SAndroid Build Coastguard Worker      <arg name='user_data' type='void *' info='The user data returned on SAX callbacks (possibly NULL)'/>
11279*7c568831SAndroid Build Coastguard Worker      <arg name='depth' type='int' info='Used for loop detection, use 0'/>
11280*7c568831SAndroid Build Coastguard Worker      <arg name='string' type='const xmlChar *' info='the input string in UTF8 or ISO-Latin (zero terminated)'/>
11281*7c568831SAndroid Build Coastguard Worker      <arg name='listOut' type='xmlNodePtr *' info='the return value for the set of parsed nodes'/>
11282*7c568831SAndroid Build Coastguard Worker      <arg name='recover' type='int' info='return nodes even if the data is broken (use 0)'/>
11283*7c568831SAndroid Build Coastguard Worker    </function>
11284*7c568831SAndroid Build Coastguard Worker    <function name='xmlParseCDSect' file='parserInternals' module='parser'>
11285*7c568831SAndroid Build Coastguard Worker      <info>DEPRECATED: Internal function, don&apos;t use.  Parse escaped pure raw content. Always consumes &apos;&lt;![&apos;.  [18] CDSect ::= CDStart CData CDEnd  [19] CDStart ::= &apos;&lt;![CDATA[&apos;  [20] Data ::= (Char* - (Char* &apos;]]&gt;&apos; Char*))  [21] CDEnd ::= &apos;]]&gt;&apos;</info>
11286*7c568831SAndroid Build Coastguard Worker      <return type='void'/>
11287*7c568831SAndroid Build Coastguard Worker      <arg name='ctxt' type='xmlParserCtxtPtr' info='an XML parser context'/>
11288*7c568831SAndroid Build Coastguard Worker    </function>
11289*7c568831SAndroid Build Coastguard Worker    <function name='xmlParseCatalogFile' file='catalog' module='catalog'>
11290*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_CATALOG_ENABLED)</cond>
11291*7c568831SAndroid Build Coastguard Worker      <info>parse an XML file and build a tree. It&apos;s like xmlParseFile() except it bypass all catalog lookups.</info>
11292*7c568831SAndroid Build Coastguard Worker      <return type='xmlDocPtr' info='the resulting document tree or NULL in case of error'/>
11293*7c568831SAndroid Build Coastguard Worker      <arg name='filename' type='const char *' info='the filename'/>
11294*7c568831SAndroid Build Coastguard Worker    </function>
11295*7c568831SAndroid Build Coastguard Worker    <function name='xmlParseCharData' file='parserInternals' module='parser'>
11296*7c568831SAndroid Build Coastguard Worker      <info>DEPRECATED: Internal function, don&apos;t use.</info>
11297*7c568831SAndroid Build Coastguard Worker      <return type='void'/>
11298*7c568831SAndroid Build Coastguard Worker      <arg name='ctxt' type='xmlParserCtxtPtr' info='an XML parser context'/>
11299*7c568831SAndroid Build Coastguard Worker      <arg name='cdata' type='int' info='unused'/>
11300*7c568831SAndroid Build Coastguard Worker    </function>
11301*7c568831SAndroid Build Coastguard Worker    <function name='xmlParseCharEncoding' file='encoding' module='encoding'>
11302*7c568831SAndroid Build Coastguard Worker      <info>Compare the string to the encoding schemes already known. Note that the comparison is case insensitive accordingly to the section [XML] 4.3.3 Character Encoding in Entities.</info>
11303*7c568831SAndroid Build Coastguard Worker      <return type='xmlCharEncoding' info='one of the XML_CHAR_ENCODING_... values or XML_CHAR_ENCODING_NONE if not recognized.'/>
11304*7c568831SAndroid Build Coastguard Worker      <arg name='name' type='const char *' info='the encoding name as parsed, in UTF-8 format (ASCII actually)'/>
11305*7c568831SAndroid Build Coastguard Worker    </function>
11306*7c568831SAndroid Build Coastguard Worker    <function name='xmlParseCharRef' file='parserInternals' module='parser'>
11307*7c568831SAndroid Build Coastguard Worker      <info>DEPRECATED: Internal function, don&apos;t use.  Parse a numeric character reference. Always consumes &apos;&amp;&apos;.  [66] CharRef ::= &apos;&amp;#&apos; [0-9]+ &apos;;&apos; | &apos;&amp;#x&apos; [0-9a-fA-F]+ &apos;;&apos;  [ WFC: Legal Character ] Characters referred to using character references must match the production for Char.</info>
11308*7c568831SAndroid Build Coastguard Worker      <return type='int' info='the value parsed (as an int), 0 in case of error'/>
11309*7c568831SAndroid Build Coastguard Worker      <arg name='ctxt' type='xmlParserCtxtPtr' info='an XML parser context'/>
11310*7c568831SAndroid Build Coastguard Worker    </function>
11311*7c568831SAndroid Build Coastguard Worker    <function name='xmlParseChunk' file='parser' module='parser'>
11312*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_PUSH_ENABLED)</cond>
11313*7c568831SAndroid Build Coastguard Worker      <info>Parse a chunk of memory in push parser mode.  Assumes that the parser context was initialized with xmlCreatePushParserCtxt.  The last chunk, which will often be empty, must be marked with the @terminate flag. With the default SAX callbacks, the resulting document will be available in ctxt-&gt;myDoc. This pointer will not be freed by the library.  If the document isn&apos;t well-formed, ctxt-&gt;myDoc is set to NULL. The push parser doesn&apos;t support recovery mode.</info>
11314*7c568831SAndroid Build Coastguard Worker      <return type='int' info='an xmlParserErrors code (0 on success).'/>
11315*7c568831SAndroid Build Coastguard Worker      <arg name='ctxt' type='xmlParserCtxtPtr' info='an XML parser context'/>
11316*7c568831SAndroid Build Coastguard Worker      <arg name='chunk' type='const char *' info='chunk of memory'/>
11317*7c568831SAndroid Build Coastguard Worker      <arg name='size' type='int' info='size of chunk in bytes'/>
11318*7c568831SAndroid Build Coastguard Worker      <arg name='terminate' type='int' info='last chunk indicator'/>
11319*7c568831SAndroid Build Coastguard Worker    </function>
11320*7c568831SAndroid Build Coastguard Worker    <function name='xmlParseComment' file='parserInternals' module='parser'>
11321*7c568831SAndroid Build Coastguard Worker      <info>DEPRECATED: Internal function, don&apos;t use.  Parse an XML (SGML) comment. Always consumes &apos;&lt;!&apos;.  The spec says that &quot;For compatibility, the string &quot;--&quot; (double-hyphen) must not occur within comments. &quot;  [15] Comment ::= &apos;&lt;!--&apos; ((Char - &apos;-&apos;) | (&apos;-&apos; (Char - &apos;-&apos;)))* &apos;--&gt;&apos;</info>
11322*7c568831SAndroid Build Coastguard Worker      <return type='void'/>
11323*7c568831SAndroid Build Coastguard Worker      <arg name='ctxt' type='xmlParserCtxtPtr' info='an XML parser context'/>
11324*7c568831SAndroid Build Coastguard Worker    </function>
11325*7c568831SAndroid Build Coastguard Worker    <function name='xmlParseContent' file='parserInternals' module='parser'>
11326*7c568831SAndroid Build Coastguard Worker      <info>Parse XML element content. This is useful if you&apos;re only interested in custom SAX callbacks. If you want a node list, use xmlCtxtParseContent.</info>
11327*7c568831SAndroid Build Coastguard Worker      <return type='void'/>
11328*7c568831SAndroid Build Coastguard Worker      <arg name='ctxt' type='xmlParserCtxtPtr' info='an XML parser context'/>
11329*7c568831SAndroid Build Coastguard Worker    </function>
11330*7c568831SAndroid Build Coastguard Worker    <function name='xmlParseCtxtExternalEntity' file='parser' module='parser'>
11331*7c568831SAndroid Build Coastguard Worker      <info>Parse an external general entity within an existing parsing context An external general parsed entity is well-formed if it matches the production labeled extParsedEnt.  [78] extParsedEnt ::= TextDecl? content</info>
11332*7c568831SAndroid Build Coastguard Worker      <return type='int' info='0 if the entity is well formed, -1 in case of args problem and the parser error code otherwise'/>
11333*7c568831SAndroid Build Coastguard Worker      <arg name='ctxt' type='xmlParserCtxtPtr' info='the existing parsing context'/>
11334*7c568831SAndroid Build Coastguard Worker      <arg name='URL' type='const xmlChar *' info='the URL for the entity to load'/>
11335*7c568831SAndroid Build Coastguard Worker      <arg name='ID' type='const xmlChar *' info='the System ID for the entity to load'/>
11336*7c568831SAndroid Build Coastguard Worker      <arg name='listOut' type='xmlNodePtr *' info='the return value for the set of parsed nodes'/>
11337*7c568831SAndroid Build Coastguard Worker    </function>
11338*7c568831SAndroid Build Coastguard Worker    <function name='xmlParseDTD' file='parser' module='parser'>
11339*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_VALID_ENABLED)</cond>
11340*7c568831SAndroid Build Coastguard Worker      <info>Load and parse an external subset.</info>
11341*7c568831SAndroid Build Coastguard Worker      <return type='xmlDtdPtr' info='the resulting xmlDtdPtr or NULL in case of error.'/>
11342*7c568831SAndroid Build Coastguard Worker      <arg name='ExternalID' type='const xmlChar *' info='a NAME* containing the External ID of the DTD'/>
11343*7c568831SAndroid Build Coastguard Worker      <arg name='SystemID' type='const xmlChar *' info='a NAME* containing the URL to the DTD'/>
11344*7c568831SAndroid Build Coastguard Worker    </function>
11345*7c568831SAndroid Build Coastguard Worker    <function name='xmlParseDefaultDecl' file='parserInternals' module='parser'>
11346*7c568831SAndroid Build Coastguard Worker      <info>DEPRECATED: Internal function, don&apos;t use.  Parse an attribute default declaration  [60] DefaultDecl ::= &apos;#REQUIRED&apos; | &apos;#IMPLIED&apos; | ((&apos;#FIXED&apos; S)? AttValue)  [ VC: Required Attribute ] if the default declaration is the keyword #REQUIRED, then the attribute must be specified for all elements of the type in the attribute-list declaration.  [ VC: Attribute Default Legal ] The declared default value must meet the lexical constraints of the declared attribute type c.f. xmlValidateAttributeDecl()  [ VC: Fixed Attribute Default ] if an attribute has a default value declared with the #FIXED keyword, instances of that attribute must match the default value.  [ WFC: No &lt; in Attribute Values ] handled in xmlParseAttValue()</info>
11347*7c568831SAndroid Build Coastguard Worker      <return type='int' info='XML_ATTRIBUTE_NONE, XML_ATTRIBUTE_REQUIRED, XML_ATTRIBUTE_IMPLIED or XML_ATTRIBUTE_FIXED.'/>
11348*7c568831SAndroid Build Coastguard Worker      <arg name='ctxt' type='xmlParserCtxtPtr' info='an XML parser context'/>
11349*7c568831SAndroid Build Coastguard Worker      <arg name='value' type='xmlChar **' info='Receive a possible fixed default value for the attribute'/>
11350*7c568831SAndroid Build Coastguard Worker    </function>
11351*7c568831SAndroid Build Coastguard Worker    <function name='xmlParseDoc' file='parser' module='parser'>
11352*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_SAX1_ENABLED)</cond>
11353*7c568831SAndroid Build Coastguard Worker      <info>DEPRECATED: Use xmlReadDoc.  parse an XML in-memory document and build a tree.</info>
11354*7c568831SAndroid Build Coastguard Worker      <return type='xmlDocPtr' info='the resulting document tree'/>
11355*7c568831SAndroid Build Coastguard Worker      <arg name='cur' type='const xmlChar *' info='a pointer to an array of xmlChar'/>
11356*7c568831SAndroid Build Coastguard Worker    </function>
11357*7c568831SAndroid Build Coastguard Worker    <function name='xmlParseDocTypeDecl' file='parserInternals' module='parser'>
11358*7c568831SAndroid Build Coastguard Worker      <info>DEPRECATED: Internal function, don&apos;t use.  parse a DOCTYPE declaration  [28] doctypedecl ::= &apos;&lt;!DOCTYPE&apos; S Name (S ExternalID)? S? (&apos;[&apos; (markupdecl | PEReference | S)* &apos;]&apos; S?)? &apos;&gt;&apos;  [ VC: Root Element Type ] The Name in the document type declaration must match the element type of the root element.</info>
11359*7c568831SAndroid Build Coastguard Worker      <return type='void'/>
11360*7c568831SAndroid Build Coastguard Worker      <arg name='ctxt' type='xmlParserCtxtPtr' info='an XML parser context'/>
11361*7c568831SAndroid Build Coastguard Worker    </function>
11362*7c568831SAndroid Build Coastguard Worker    <function name='xmlParseDocument' file='parser' module='parser'>
11363*7c568831SAndroid Build Coastguard Worker      <info>Parse an XML document and invoke the SAX handlers. This is useful if you&apos;re only interested in custom SAX callbacks. If you want a document tree, use xmlCtxtParseDocument.</info>
11364*7c568831SAndroid Build Coastguard Worker      <return type='int' info='0, -1 in case of error.'/>
11365*7c568831SAndroid Build Coastguard Worker      <arg name='ctxt' type='xmlParserCtxtPtr' info='an XML parser context'/>
11366*7c568831SAndroid Build Coastguard Worker    </function>
11367*7c568831SAndroid Build Coastguard Worker    <function name='xmlParseElement' file='parserInternals' module='parser'>
11368*7c568831SAndroid Build Coastguard Worker      <info>DEPRECATED: Internal function, don&apos;t use.  parse an XML element  [39] element ::= EmptyElemTag | STag content ETag  [ WFC: Element Type Match ] The Name in an element&apos;s end-tag must match the element type in the start-tag.</info>
11369*7c568831SAndroid Build Coastguard Worker      <return type='void'/>
11370*7c568831SAndroid Build Coastguard Worker      <arg name='ctxt' type='xmlParserCtxtPtr' info='an XML parser context'/>
11371*7c568831SAndroid Build Coastguard Worker    </function>
11372*7c568831SAndroid Build Coastguard Worker    <function name='xmlParseElementChildrenContentDecl' file='parserInternals' module='parser'>
11373*7c568831SAndroid Build Coastguard Worker      <info>DEPRECATED: Internal function, don&apos;t use.  parse the declaration for a Mixed Element content The leading &apos;(&apos; and spaces have been skipped in xmlParseElementContentDecl  [47] children ::= (choice | seq) (&apos;?&apos; | &apos;*&apos; | &apos;+&apos;)?  [48] cp ::= (Name | choice | seq) (&apos;?&apos; | &apos;*&apos; | &apos;+&apos;)?  [49] choice ::= &apos;(&apos; S? cp ( S? &apos;|&apos; S? cp )* S? &apos;)&apos;  [50] seq ::= &apos;(&apos; S? cp ( S? &apos;,&apos; S? cp )* S? &apos;)&apos;  [ VC: Proper Group/PE Nesting ] applies to [49] and [50] TODO Parameter-entity replacement text must be properly nested with parenthesized groups. That is to say, if either of the opening or closing parentheses in a choice, seq, or Mixed construct is contained in the replacement text for a parameter entity, both must be contained in the same replacement text. For interoperability, if a parameter-entity reference appears in a choice, seq, or Mixed construct, its replacement text should not be empty, and neither the first nor last non-blank character of the replacement text should be a connector (| or ,).</info>
11374*7c568831SAndroid Build Coastguard Worker      <return type='xmlElementContentPtr' info='the tree of xmlElementContentPtr describing the element hierarchy.'/>
11375*7c568831SAndroid Build Coastguard Worker      <arg name='ctxt' type='xmlParserCtxtPtr' info='an XML parser context'/>
11376*7c568831SAndroid Build Coastguard Worker      <arg name='inputchk' type='int' info='the input used for the current entity, needed for boundary checks'/>
11377*7c568831SAndroid Build Coastguard Worker    </function>
11378*7c568831SAndroid Build Coastguard Worker    <function name='xmlParseElementContentDecl' file='parserInternals' module='parser'>
11379*7c568831SAndroid Build Coastguard Worker      <info>DEPRECATED: Internal function, don&apos;t use.  parse the declaration for an Element content either Mixed or Children, the cases EMPTY and ANY are handled directly in xmlParseElementDecl  [46] contentspec ::= &apos;EMPTY&apos; | &apos;ANY&apos; | Mixed | children</info>
11380*7c568831SAndroid Build Coastguard Worker      <return type='int' info='the type of element content XML_ELEMENT_TYPE_xxx'/>
11381*7c568831SAndroid Build Coastguard Worker      <arg name='ctxt' type='xmlParserCtxtPtr' info='an XML parser context'/>
11382*7c568831SAndroid Build Coastguard Worker      <arg name='name' type='const xmlChar *' info='the name of the element being defined.'/>
11383*7c568831SAndroid Build Coastguard Worker      <arg name='result' type='xmlElementContentPtr *' info='the Element Content pointer will be stored here if any'/>
11384*7c568831SAndroid Build Coastguard Worker    </function>
11385*7c568831SAndroid Build Coastguard Worker    <function name='xmlParseElementDecl' file='parserInternals' module='parser'>
11386*7c568831SAndroid Build Coastguard Worker      <info>DEPRECATED: Internal function, don&apos;t use.  Parse an element declaration. Always consumes &apos;&lt;!&apos;.  [45] elementdecl ::= &apos;&lt;!ELEMENT&apos; S Name S contentspec S? &apos;&gt;&apos;  [ VC: Unique Element Type Declaration ] No element type may be declared more than once</info>
11387*7c568831SAndroid Build Coastguard Worker      <return type='int' info='the type of the element, or -1 in case of error'/>
11388*7c568831SAndroid Build Coastguard Worker      <arg name='ctxt' type='xmlParserCtxtPtr' info='an XML parser context'/>
11389*7c568831SAndroid Build Coastguard Worker    </function>
11390*7c568831SAndroid Build Coastguard Worker    <function name='xmlParseElementMixedContentDecl' file='parserInternals' module='parser'>
11391*7c568831SAndroid Build Coastguard Worker      <info>DEPRECATED: Internal function, don&apos;t use.  parse the declaration for a Mixed Element content The leading &apos;(&apos; and spaces have been skipped in xmlParseElementContentDecl  [51] Mixed ::= &apos;(&apos; S? &apos;#PCDATA&apos; (S? &apos;|&apos; S? Name)* S? &apos;)*&apos; | &apos;(&apos; S? &apos;#PCDATA&apos; S? &apos;)&apos;  [ VC: Proper Group/PE Nesting ] applies to [51] too (see [49])  [ VC: No Duplicate Types ] The same name must not appear more than once in a single mixed-content declaration.</info>
11392*7c568831SAndroid Build Coastguard Worker      <return type='xmlElementContentPtr' info='the list of the xmlElementContentPtr describing the element choices'/>
11393*7c568831SAndroid Build Coastguard Worker      <arg name='ctxt' type='xmlParserCtxtPtr' info='an XML parser context'/>
11394*7c568831SAndroid Build Coastguard Worker      <arg name='inputchk' type='int' info='the input used for the current entity, needed for boundary checks'/>
11395*7c568831SAndroid Build Coastguard Worker    </function>
11396*7c568831SAndroid Build Coastguard Worker    <function name='xmlParseEncName' file='parserInternals' module='parser'>
11397*7c568831SAndroid Build Coastguard Worker      <info>DEPRECATED: Internal function, don&apos;t use.  parse the XML encoding name  [81] EncName ::= [A-Za-z] ([A-Za-z0-9._] | &apos;-&apos;)*</info>
11398*7c568831SAndroid Build Coastguard Worker      <return type='xmlChar *' info='the encoding name value or NULL'/>
11399*7c568831SAndroid Build Coastguard Worker      <arg name='ctxt' type='xmlParserCtxtPtr' info='an XML parser context'/>
11400*7c568831SAndroid Build Coastguard Worker    </function>
11401*7c568831SAndroid Build Coastguard Worker    <function name='xmlParseEncodingDecl' file='parserInternals' module='parser'>
11402*7c568831SAndroid Build Coastguard Worker      <info>DEPRECATED: Internal function, don&apos;t use.  parse the XML encoding declaration  [80] EncodingDecl ::= S &apos;encoding&apos; Eq (&apos;&quot;&apos; EncName &apos;&quot;&apos; |  &quot;&apos;&quot; EncName &quot;&apos;&quot;)  this setups the conversion filters.</info>
11403*7c568831SAndroid Build Coastguard Worker      <return type='const xmlChar *' info='the encoding value or NULL'/>
11404*7c568831SAndroid Build Coastguard Worker      <arg name='ctxt' type='xmlParserCtxtPtr' info='an XML parser context'/>
11405*7c568831SAndroid Build Coastguard Worker    </function>
11406*7c568831SAndroid Build Coastguard Worker    <function name='xmlParseEndTag' file='parserInternals' module='parser'>
11407*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_SAX1_ENABLED)</cond>
11408*7c568831SAndroid Build Coastguard Worker      <info>DEPRECATED: Internal function, don&apos;t use.  parse an end of tag  [42] ETag ::= &apos;&lt;/&apos; Name S? &apos;&gt;&apos;  With namespace  [NS 9] ETag ::= &apos;&lt;/&apos; QName S? &apos;&gt;&apos;</info>
11409*7c568831SAndroid Build Coastguard Worker      <return type='void'/>
11410*7c568831SAndroid Build Coastguard Worker      <arg name='ctxt' type='xmlParserCtxtPtr' info='an XML parser context'/>
11411*7c568831SAndroid Build Coastguard Worker    </function>
11412*7c568831SAndroid Build Coastguard Worker    <function name='xmlParseEntity' file='parser' module='parser'>
11413*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_SAX1_ENABLED)</cond>
11414*7c568831SAndroid Build Coastguard Worker      <info>parse an XML external entity out of context and build a tree.  [78] extParsedEnt ::= TextDecl? content  This correspond to a &quot;Well Balanced&quot; chunk</info>
11415*7c568831SAndroid Build Coastguard Worker      <return type='xmlDocPtr' info='the resulting document tree'/>
11416*7c568831SAndroid Build Coastguard Worker      <arg name='filename' type='const char *' info='the filename'/>
11417*7c568831SAndroid Build Coastguard Worker    </function>
11418*7c568831SAndroid Build Coastguard Worker    <function name='xmlParseEntityDecl' file='parserInternals' module='parser'>
11419*7c568831SAndroid Build Coastguard Worker      <info>DEPRECATED: Internal function, don&apos;t use.  Parse an entity declaration. Always consumes &apos;&lt;!&apos;.  [70] EntityDecl ::= GEDecl | PEDecl  [71] GEDecl ::= &apos;&lt;!ENTITY&apos; S Name S EntityDef S? &apos;&gt;&apos;  [72] PEDecl ::= &apos;&lt;!ENTITY&apos; S &apos;%&apos; S Name S PEDef S? &apos;&gt;&apos;  [73] EntityDef ::= EntityValue | (ExternalID NDataDecl?)  [74] PEDef ::= EntityValue | ExternalID  [76] NDataDecl ::= S &apos;NDATA&apos; S Name  [ VC: Notation Declared ] The Name must match the declared name of a notation.</info>
11420*7c568831SAndroid Build Coastguard Worker      <return type='void'/>
11421*7c568831SAndroid Build Coastguard Worker      <arg name='ctxt' type='xmlParserCtxtPtr' info='an XML parser context'/>
11422*7c568831SAndroid Build Coastguard Worker    </function>
11423*7c568831SAndroid Build Coastguard Worker    <function name='xmlParseEntityRef' file='parserInternals' module='parser'>
11424*7c568831SAndroid Build Coastguard Worker      <info>DEPRECATED: Internal function, don&apos;t use.</info>
11425*7c568831SAndroid Build Coastguard Worker      <return type='xmlEntityPtr' info='the xmlEntityPtr if found, or NULL otherwise.'/>
11426*7c568831SAndroid Build Coastguard Worker      <arg name='ctxt' type='xmlParserCtxtPtr' info='an XML parser context'/>
11427*7c568831SAndroid Build Coastguard Worker    </function>
11428*7c568831SAndroid Build Coastguard Worker    <function name='xmlParseEntityValue' file='parserInternals' module='parser'>
11429*7c568831SAndroid Build Coastguard Worker      <info>DEPRECATED: Internal function, don&apos;t use.  parse a value for ENTITY declarations  [9] EntityValue ::= &apos;&quot;&apos; ([^%&amp;&quot;] | PEReference | Reference)* &apos;&quot;&apos; | &quot;&apos;&quot; ([^%&amp;&apos;] | PEReference | Reference)* &quot;&apos;&quot;</info>
11430*7c568831SAndroid Build Coastguard Worker      <return type='xmlChar *' info='the EntityValue parsed with reference substituted or NULL'/>
11431*7c568831SAndroid Build Coastguard Worker      <arg name='ctxt' type='xmlParserCtxtPtr' info='an XML parser context'/>
11432*7c568831SAndroid Build Coastguard Worker      <arg name='orig' type='xmlChar **' info='if non-NULL store a copy of the original entity value'/>
11433*7c568831SAndroid Build Coastguard Worker    </function>
11434*7c568831SAndroid Build Coastguard Worker    <function name='xmlParseEnumeratedType' file='parserInternals' module='parser'>
11435*7c568831SAndroid Build Coastguard Worker      <info>DEPRECATED: Internal function, don&apos;t use.  parse an Enumerated attribute type.  [57] EnumeratedType ::= NotationType | Enumeration  [58] NotationType ::= &apos;NOTATION&apos; S &apos;(&apos; S? Name (S? &apos;|&apos; S? Name)* S? &apos;)&apos;</info>
11436*7c568831SAndroid Build Coastguard Worker      <return type='int' info='XML_ATTRIBUTE_ENUMERATION or XML_ATTRIBUTE_NOTATION'/>
11437*7c568831SAndroid Build Coastguard Worker      <arg name='ctxt' type='xmlParserCtxtPtr' info='an XML parser context'/>
11438*7c568831SAndroid Build Coastguard Worker      <arg name='tree' type='xmlEnumerationPtr *' info='the enumeration tree built while parsing'/>
11439*7c568831SAndroid Build Coastguard Worker    </function>
11440*7c568831SAndroid Build Coastguard Worker    <function name='xmlParseEnumerationType' file='parserInternals' module='parser'>
11441*7c568831SAndroid Build Coastguard Worker      <info>DEPRECATED: Internal function, don&apos;t use.  parse an Enumeration attribute type.  [59] Enumeration ::= &apos;(&apos; S? Nmtoken (S? &apos;|&apos; S? Nmtoken)* S? &apos;)&apos;  [ VC: Enumeration ] Values of this type must match one of the Nmtoken tokens in the declaration</info>
11442*7c568831SAndroid Build Coastguard Worker      <return type='xmlEnumerationPtr' info='the enumeration attribute tree built while parsing'/>
11443*7c568831SAndroid Build Coastguard Worker      <arg name='ctxt' type='xmlParserCtxtPtr' info='an XML parser context'/>
11444*7c568831SAndroid Build Coastguard Worker    </function>
11445*7c568831SAndroid Build Coastguard Worker    <function name='xmlParseExtParsedEnt' file='parser' module='parser'>
11446*7c568831SAndroid Build Coastguard Worker      <info>parse a general parsed entity An external general parsed entity is well-formed if it matches the production labeled extParsedEnt.  [78] extParsedEnt ::= TextDecl? content</info>
11447*7c568831SAndroid Build Coastguard Worker      <return type='int' info='0, -1 in case of error. the parser context is augmented as a result of the parsing.'/>
11448*7c568831SAndroid Build Coastguard Worker      <arg name='ctxt' type='xmlParserCtxtPtr' info='an XML parser context'/>
11449*7c568831SAndroid Build Coastguard Worker    </function>
11450*7c568831SAndroid Build Coastguard Worker    <function name='xmlParseExternalEntity' file='parser' module='parser'>
11451*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_SAX1_ENABLED)</cond>
11452*7c568831SAndroid Build Coastguard Worker      <info>DEPRECATED: Use xmlParseCtxtExternalEntity.  Parse an external general entity An external general parsed entity is well-formed if it matches the production labeled extParsedEnt.  [78] extParsedEnt ::= TextDecl? content</info>
11453*7c568831SAndroid Build Coastguard Worker      <return type='int' info='0 if the entity is well formed, -1 in case of args problem and the parser error code otherwise'/>
11454*7c568831SAndroid Build Coastguard Worker      <arg name='doc' type='xmlDocPtr' info='the document the chunk pertains to'/>
11455*7c568831SAndroid Build Coastguard Worker      <arg name='sax' type='xmlSAXHandlerPtr' info='the SAX handler block (possibly NULL)'/>
11456*7c568831SAndroid Build Coastguard Worker      <arg name='user_data' type='void *' info='The user data returned on SAX callbacks (possibly NULL)'/>
11457*7c568831SAndroid Build Coastguard Worker      <arg name='depth' type='int' info='Used for loop detection, use 0'/>
11458*7c568831SAndroid Build Coastguard Worker      <arg name='URL' type='const xmlChar *' info='the URL for the entity to load'/>
11459*7c568831SAndroid Build Coastguard Worker      <arg name='ID' type='const xmlChar *' info='the System ID for the entity to load'/>
11460*7c568831SAndroid Build Coastguard Worker      <arg name='list' type='xmlNodePtr *' info='the return value for the set of parsed nodes'/>
11461*7c568831SAndroid Build Coastguard Worker    </function>
11462*7c568831SAndroid Build Coastguard Worker    <function name='xmlParseExternalID' file='parserInternals' module='parser'>
11463*7c568831SAndroid Build Coastguard Worker      <info>DEPRECATED: Internal function, don&apos;t use.  Parse an External ID or a Public ID  NOTE: Productions [75] and [83] interact badly since [75] can generate &apos;PUBLIC&apos; S PubidLiteral S SystemLiteral  [75] ExternalID ::= &apos;SYSTEM&apos; S SystemLiteral | &apos;PUBLIC&apos; S PubidLiteral S SystemLiteral  [83] PublicID ::= &apos;PUBLIC&apos; S PubidLiteral</info>
11464*7c568831SAndroid Build Coastguard Worker      <return type='xmlChar *' info='the function returns SystemLiteral and in the second case publicID receives PubidLiteral, is strict is off it is possible to return NULL and have publicID set.'/>
11465*7c568831SAndroid Build Coastguard Worker      <arg name='ctxt' type='xmlParserCtxtPtr' info='an XML parser context'/>
11466*7c568831SAndroid Build Coastguard Worker      <arg name='publicID' type='xmlChar **' info='a xmlChar** receiving PubidLiteral'/>
11467*7c568831SAndroid Build Coastguard Worker      <arg name='strict' type='int' info='indicate whether we should restrict parsing to only production [75], see NOTE below'/>
11468*7c568831SAndroid Build Coastguard Worker    </function>
11469*7c568831SAndroid Build Coastguard Worker    <function name='xmlParseExternalSubset' file='parserInternals' module='parser'>
11470*7c568831SAndroid Build Coastguard Worker      <info>parse Markup declarations from an external subset  [30] extSubset ::= textDecl? extSubsetDecl  [31] extSubsetDecl ::= (markupdecl | conditionalSect | PEReference | S) *</info>
11471*7c568831SAndroid Build Coastguard Worker      <return type='void'/>
11472*7c568831SAndroid Build Coastguard Worker      <arg name='ctxt' type='xmlParserCtxtPtr' info='an XML parser context'/>
11473*7c568831SAndroid Build Coastguard Worker      <arg name='ExternalID' type='const xmlChar *' info='the external identifier'/>
11474*7c568831SAndroid Build Coastguard Worker      <arg name='SystemID' type='const xmlChar *' info='the system identifier (or URL)'/>
11475*7c568831SAndroid Build Coastguard Worker    </function>
11476*7c568831SAndroid Build Coastguard Worker    <function name='xmlParseFile' file='parser' module='parser'>
11477*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_SAX1_ENABLED)</cond>
11478*7c568831SAndroid Build Coastguard Worker      <info>DEPRECATED: Use xmlReadFile.  parse an XML file and build a tree. Automatic support for ZLIB/Compress compressed document is provided by default if found at compile-time.</info>
11479*7c568831SAndroid Build Coastguard Worker      <return type='xmlDocPtr' info='the resulting document tree if the file was wellformed, NULL otherwise.'/>
11480*7c568831SAndroid Build Coastguard Worker      <arg name='filename' type='const char *' info='the filename'/>
11481*7c568831SAndroid Build Coastguard Worker    </function>
11482*7c568831SAndroid Build Coastguard Worker    <function name='xmlParseInNodeContext' file='parser' module='parser'>
11483*7c568831SAndroid Build Coastguard Worker      <info>Parse a well-balanced chunk of an XML document within the context (DTD, namespaces, etc ...) of the given node.  The allowed sequence for the data is a Well Balanced Chunk defined by the content production in the XML grammar:  [43] content ::= (element | CharData | Reference | CDSect | PI | Comment)*  This function assumes the encoding of @node&apos;s document which is typically not what you want. A better alternative is xmlCtxtParseContent.</info>
11484*7c568831SAndroid Build Coastguard Worker      <return type='xmlParserErrors' info='XML_ERR_OK if the chunk is well balanced, and the parser error code otherwise'/>
11485*7c568831SAndroid Build Coastguard Worker      <arg name='node' type='xmlNodePtr' info='the context node'/>
11486*7c568831SAndroid Build Coastguard Worker      <arg name='data' type='const char *' info='the input string'/>
11487*7c568831SAndroid Build Coastguard Worker      <arg name='datalen' type='int' info='the input string length in bytes'/>
11488*7c568831SAndroid Build Coastguard Worker      <arg name='options' type='int' info='a combination of xmlParserOption'/>
11489*7c568831SAndroid Build Coastguard Worker      <arg name='listOut' type='xmlNodePtr *' info='the return value for the set of parsed nodes'/>
11490*7c568831SAndroid Build Coastguard Worker    </function>
11491*7c568831SAndroid Build Coastguard Worker    <function name='xmlParseMarkupDecl' file='parserInternals' module='parser'>
11492*7c568831SAndroid Build Coastguard Worker      <info>DEPRECATED: Internal function, don&apos;t use.  Parse markup declarations. Always consumes &apos;&lt;!&apos; or &apos;&lt;?&apos;.  [29] markupdecl ::= elementdecl | AttlistDecl | EntityDecl | NotationDecl | PI | Comment  [ VC: Proper Declaration/PE Nesting ] Parameter-entity replacement text must be properly nested with markup declarations. That is to say, if either the first character or the last character of a markup declaration (markupdecl above) is contained in the replacement text for a parameter-entity reference, both must be contained in the same replacement text.  [ WFC: PEs in Internal Subset ] In the internal DTD subset, parameter-entity references can occur only where markup declarations can occur, not within markup declarations. (This does not apply to references that occur in external parameter entities or to the external subset.)</info>
11493*7c568831SAndroid Build Coastguard Worker      <return type='void'/>
11494*7c568831SAndroid Build Coastguard Worker      <arg name='ctxt' type='xmlParserCtxtPtr' info='an XML parser context'/>
11495*7c568831SAndroid Build Coastguard Worker    </function>
11496*7c568831SAndroid Build Coastguard Worker    <function name='xmlParseMemory' file='parser' module='parser'>
11497*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_SAX1_ENABLED)</cond>
11498*7c568831SAndroid Build Coastguard Worker      <info>DEPRECATED: Use xmlReadMemory.  parse an XML in-memory block and build a tree.</info>
11499*7c568831SAndroid Build Coastguard Worker      <return type='xmlDocPtr' info='the resulting document tree'/>
11500*7c568831SAndroid Build Coastguard Worker      <arg name='buffer' type='const char *' info='an pointer to a char array'/>
11501*7c568831SAndroid Build Coastguard Worker      <arg name='size' type='int' info='the size of the array'/>
11502*7c568831SAndroid Build Coastguard Worker    </function>
11503*7c568831SAndroid Build Coastguard Worker    <function name='xmlParseMisc' file='parserInternals' module='parser'>
11504*7c568831SAndroid Build Coastguard Worker      <info>DEPRECATED: Internal function, don&apos;t use.  parse an XML Misc* optional field.  [27] Misc ::= Comment | PI |  S</info>
11505*7c568831SAndroid Build Coastguard Worker      <return type='void'/>
11506*7c568831SAndroid Build Coastguard Worker      <arg name='ctxt' type='xmlParserCtxtPtr' info='an XML parser context'/>
11507*7c568831SAndroid Build Coastguard Worker    </function>
11508*7c568831SAndroid Build Coastguard Worker    <function name='xmlParseName' file='parserInternals' module='parser'>
11509*7c568831SAndroid Build Coastguard Worker      <info>DEPRECATED: Internal function, don&apos;t use.  parse an XML name.  [4] NameChar ::= Letter | Digit | &apos;.&apos; | &apos;-&apos; | &apos;_&apos; | &apos;:&apos; | CombiningChar | Extender  [5] Name ::= (Letter | &apos;_&apos; | &apos;:&apos;) (NameChar)*  [6] Names ::= Name (#x20 Name)*</info>
11510*7c568831SAndroid Build Coastguard Worker      <return type='const xmlChar *' info='the Name parsed or NULL'/>
11511*7c568831SAndroid Build Coastguard Worker      <arg name='ctxt' type='xmlParserCtxtPtr' info='an XML parser context'/>
11512*7c568831SAndroid Build Coastguard Worker    </function>
11513*7c568831SAndroid Build Coastguard Worker    <function name='xmlParseNmtoken' file='parserInternals' module='parser'>
11514*7c568831SAndroid Build Coastguard Worker      <info>DEPRECATED: Internal function, don&apos;t use.  parse an XML Nmtoken.  [7] Nmtoken ::= (NameChar)+  [8] Nmtokens ::= Nmtoken (#x20 Nmtoken)*</info>
11515*7c568831SAndroid Build Coastguard Worker      <return type='xmlChar *' info='the Nmtoken parsed or NULL'/>
11516*7c568831SAndroid Build Coastguard Worker      <arg name='ctxt' type='xmlParserCtxtPtr' info='an XML parser context'/>
11517*7c568831SAndroid Build Coastguard Worker    </function>
11518*7c568831SAndroid Build Coastguard Worker    <function name='xmlParseNotationDecl' file='parserInternals' module='parser'>
11519*7c568831SAndroid Build Coastguard Worker      <info>DEPRECATED: Internal function, don&apos;t use.  Parse a notation declaration. Always consumes &apos;&lt;!&apos;.  [82] NotationDecl ::= &apos;&lt;!NOTATION&apos; S Name S (ExternalID |  PublicID) S? &apos;&gt;&apos;  Hence there is actually 3 choices: &apos;PUBLIC&apos; S PubidLiteral &apos;PUBLIC&apos; S PubidLiteral S SystemLiteral and &apos;SYSTEM&apos; S SystemLiteral  See the NOTE on xmlParseExternalID().</info>
11520*7c568831SAndroid Build Coastguard Worker      <return type='void'/>
11521*7c568831SAndroid Build Coastguard Worker      <arg name='ctxt' type='xmlParserCtxtPtr' info='an XML parser context'/>
11522*7c568831SAndroid Build Coastguard Worker    </function>
11523*7c568831SAndroid Build Coastguard Worker    <function name='xmlParseNotationType' file='parserInternals' module='parser'>
11524*7c568831SAndroid Build Coastguard Worker      <info>DEPRECATED: Internal function, don&apos;t use.  parse an Notation attribute type.  Note: the leading &apos;NOTATION&apos; S part has already being parsed...  [58] NotationType ::= &apos;NOTATION&apos; S &apos;(&apos; S? Name (S? &apos;|&apos; S? Name)* S? &apos;)&apos;  [ VC: Notation Attributes ] Values of this type must match one of the notation names included in the declaration; all notation names in the declaration must be declared.</info>
11525*7c568831SAndroid Build Coastguard Worker      <return type='xmlEnumerationPtr' info='the notation attribute tree built while parsing'/>
11526*7c568831SAndroid Build Coastguard Worker      <arg name='ctxt' type='xmlParserCtxtPtr' info='an XML parser context'/>
11527*7c568831SAndroid Build Coastguard Worker    </function>
11528*7c568831SAndroid Build Coastguard Worker    <function name='xmlParsePEReference' file='parserInternals' module='parser'>
11529*7c568831SAndroid Build Coastguard Worker      <info>DEPRECATED: Internal function, don&apos;t use.  Parse a parameter entity reference. Always consumes &apos;%&apos;.  The entity content is handled directly by pushing it&apos;s content as a new input stream.  [69] PEReference ::= &apos;%&apos; Name &apos;;&apos;  [ WFC: No Recursion ] A parsed entity must not contain a recursive reference to itself, either directly or indirectly.  [ WFC: Entity Declared ] In a document without any DTD, a document with only an internal DTD subset which contains no parameter entity references, or a document with &quot;standalone=&apos;yes&apos;&quot;, ...  ... The declaration of a parameter entity must precede any reference to it...  [ VC: Entity Declared ] In a document with an external subset or external parameter entities with &quot;standalone=&apos;no&apos;&quot;, ...  ... The declaration of a parameter entity must precede any reference to it...  [ WFC: In DTD ] Parameter-entity references may only appear in the DTD. NOTE: misleading but this is handled.</info>
11530*7c568831SAndroid Build Coastguard Worker      <return type='void'/>
11531*7c568831SAndroid Build Coastguard Worker      <arg name='ctxt' type='xmlParserCtxtPtr' info='an XML parser context'/>
11532*7c568831SAndroid Build Coastguard Worker    </function>
11533*7c568831SAndroid Build Coastguard Worker    <function name='xmlParsePI' file='parserInternals' module='parser'>
11534*7c568831SAndroid Build Coastguard Worker      <info>DEPRECATED: Internal function, don&apos;t use.  parse an XML Processing Instruction.  [16] PI ::= &apos;&lt;?&apos; PITarget (S (Char* - (Char* &apos;?&gt;&apos; Char*)))? &apos;?&gt;&apos;  The processing is transferred to SAX once parsed.</info>
11535*7c568831SAndroid Build Coastguard Worker      <return type='void'/>
11536*7c568831SAndroid Build Coastguard Worker      <arg name='ctxt' type='xmlParserCtxtPtr' info='an XML parser context'/>
11537*7c568831SAndroid Build Coastguard Worker    </function>
11538*7c568831SAndroid Build Coastguard Worker    <function name='xmlParsePITarget' file='parserInternals' module='parser'>
11539*7c568831SAndroid Build Coastguard Worker      <info>DEPRECATED: Internal function, don&apos;t use.  parse the name of a PI  [17] PITarget ::= Name - ((&apos;X&apos; | &apos;x&apos;) (&apos;M&apos; | &apos;m&apos;) (&apos;L&apos; | &apos;l&apos;))</info>
11540*7c568831SAndroid Build Coastguard Worker      <return type='const xmlChar *' info='the PITarget name or NULL'/>
11541*7c568831SAndroid Build Coastguard Worker      <arg name='ctxt' type='xmlParserCtxtPtr' info='an XML parser context'/>
11542*7c568831SAndroid Build Coastguard Worker    </function>
11543*7c568831SAndroid Build Coastguard Worker    <function name='xmlParsePubidLiteral' file='parserInternals' module='parser'>
11544*7c568831SAndroid Build Coastguard Worker      <info>DEPRECATED: Internal function, don&apos;t use.  parse an XML public literal  [12] PubidLiteral ::= &apos;&quot;&apos; PubidChar* &apos;&quot;&apos; | &quot;&apos;&quot; (PubidChar - &quot;&apos;&quot;)* &quot;&apos;&quot;</info>
11545*7c568831SAndroid Build Coastguard Worker      <return type='xmlChar *' info='the PubidLiteral parsed or NULL.'/>
11546*7c568831SAndroid Build Coastguard Worker      <arg name='ctxt' type='xmlParserCtxtPtr' info='an XML parser context'/>
11547*7c568831SAndroid Build Coastguard Worker    </function>
11548*7c568831SAndroid Build Coastguard Worker    <function name='xmlParseReference' file='parserInternals' module='parser'>
11549*7c568831SAndroid Build Coastguard Worker      <info>DEPRECATED: Internal function, don&apos;t use.  parse and handle entity references in content, depending on the SAX interface, this may end-up in a call to character() if this is a CharRef, a predefined entity, if there is no reference() callback. or if the parser was asked to switch to that mode.  Always consumes &apos;&amp;&apos;.  [67] Reference ::= EntityRef | CharRef</info>
11550*7c568831SAndroid Build Coastguard Worker      <return type='void'/>
11551*7c568831SAndroid Build Coastguard Worker      <arg name='ctxt' type='xmlParserCtxtPtr' info='an XML parser context'/>
11552*7c568831SAndroid Build Coastguard Worker    </function>
11553*7c568831SAndroid Build Coastguard Worker    <function name='xmlParseSDDecl' file='parserInternals' module='parser'>
11554*7c568831SAndroid Build Coastguard Worker      <info>DEPRECATED: Internal function, don&apos;t use.  parse the XML standalone declaration  [32] SDDecl ::= S &apos;standalone&apos; Eq ((&quot;&apos;&quot; (&apos;yes&apos; | &apos;no&apos;) &quot;&apos;&quot;) | (&apos;&quot;&apos; (&apos;yes&apos; | &apos;no&apos;)&apos;&quot;&apos;))  [ VC: Standalone Document Declaration ] TODO The standalone document declaration must have the value &quot;no&quot; if any external markup declarations contain declarations of: - attributes with default values, if elements to which these attributes apply appear in the document without specifications of values for these attributes, or - entities (other than amp, lt, gt, apos, quot), if references to those entities appear in the document, or - attributes with values subject to normalization, where the attribute appears in the document with a value which will change as a result of normalization, or - element types with element content, if white space occurs directly within any instance of those types.</info>
11555*7c568831SAndroid Build Coastguard Worker      <return type='int' info='1 if standalone=&quot;yes&quot; 0 if standalone=&quot;no&quot; -2 if standalone attribute is missing or invalid (A standalone value of -2 means that the XML declaration was found, but no value was specified for the standalone attribute).'/>
11556*7c568831SAndroid Build Coastguard Worker      <arg name='ctxt' type='xmlParserCtxtPtr' info='an XML parser context'/>
11557*7c568831SAndroid Build Coastguard Worker    </function>
11558*7c568831SAndroid Build Coastguard Worker    <function name='xmlParseStartTag' file='parserInternals' module='parser'>
11559*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_SAX1_ENABLED)</cond>
11560*7c568831SAndroid Build Coastguard Worker      <info>DEPRECATED: Internal function, don&apos;t use.  Parse a start tag. Always consumes &apos;&lt;&apos;.  [40] STag ::= &apos;&lt;&apos; Name (S Attribute)* S? &apos;&gt;&apos;  [ WFC: Unique Att Spec ] No attribute name may appear more than once in the same start-tag or empty-element tag.  [44] EmptyElemTag ::= &apos;&lt;&apos; Name (S Attribute)* S? &apos;/&gt;&apos;  [ WFC: Unique Att Spec ] No attribute name may appear more than once in the same start-tag or empty-element tag.  With namespace:  [NS 8] STag ::= &apos;&lt;&apos; QName (S Attribute)* S? &apos;&gt;&apos;  [NS 10] EmptyElement ::= &apos;&lt;&apos; QName (S Attribute)* S? &apos;/&gt;&apos;</info>
11561*7c568831SAndroid Build Coastguard Worker      <return type='const xmlChar *' info='the element name parsed'/>
11562*7c568831SAndroid Build Coastguard Worker      <arg name='ctxt' type='xmlParserCtxtPtr' info='an XML parser context'/>
11563*7c568831SAndroid Build Coastguard Worker    </function>
11564*7c568831SAndroid Build Coastguard Worker    <function name='xmlParseSystemLiteral' file='parserInternals' module='parser'>
11565*7c568831SAndroid Build Coastguard Worker      <info>DEPRECATED: Internal function, don&apos;t use.  parse an XML Literal  [11] SystemLiteral ::= (&apos;&quot;&apos; [^&quot;]* &apos;&quot;&apos;) | (&quot;&apos;&quot; [^&apos;]* &quot;&apos;&quot;)</info>
11566*7c568831SAndroid Build Coastguard Worker      <return type='xmlChar *' info='the SystemLiteral parsed or NULL'/>
11567*7c568831SAndroid Build Coastguard Worker      <arg name='ctxt' type='xmlParserCtxtPtr' info='an XML parser context'/>
11568*7c568831SAndroid Build Coastguard Worker    </function>
11569*7c568831SAndroid Build Coastguard Worker    <function name='xmlParseTextDecl' file='parserInternals' module='parser'>
11570*7c568831SAndroid Build Coastguard Worker      <info>DEPRECATED: Internal function, don&apos;t use.  parse an XML declaration header for external entities  [77] TextDecl ::= &apos;&lt;?xml&apos; VersionInfo? EncodingDecl S? &apos;?&gt;&apos;</info>
11571*7c568831SAndroid Build Coastguard Worker      <return type='void'/>
11572*7c568831SAndroid Build Coastguard Worker      <arg name='ctxt' type='xmlParserCtxtPtr' info='an XML parser context'/>
11573*7c568831SAndroid Build Coastguard Worker    </function>
11574*7c568831SAndroid Build Coastguard Worker    <function name='xmlParseURI' file='uri' module='uri'>
11575*7c568831SAndroid Build Coastguard Worker      <info>Parse an URI based on RFC 3986  URI-reference = [ absoluteURI | relativeURI ] [ &quot;#&quot; fragment ]</info>
11576*7c568831SAndroid Build Coastguard Worker      <return type='xmlURIPtr' info='a newly built xmlURIPtr or NULL in case of error'/>
11577*7c568831SAndroid Build Coastguard Worker      <arg name='str' type='const char *' info='the URI string to analyze'/>
11578*7c568831SAndroid Build Coastguard Worker    </function>
11579*7c568831SAndroid Build Coastguard Worker    <function name='xmlParseURIRaw' file='uri' module='uri'>
11580*7c568831SAndroid Build Coastguard Worker      <info>Parse an URI but allows to keep intact the original fragments.  URI-reference = URI / relative-ref</info>
11581*7c568831SAndroid Build Coastguard Worker      <return type='xmlURIPtr' info='a newly built xmlURIPtr or NULL in case of error'/>
11582*7c568831SAndroid Build Coastguard Worker      <arg name='str' type='const char *' info='the URI string to analyze'/>
11583*7c568831SAndroid Build Coastguard Worker      <arg name='raw' type='int' info='if 1 unescaping of URI pieces are disabled'/>
11584*7c568831SAndroid Build Coastguard Worker    </function>
11585*7c568831SAndroid Build Coastguard Worker    <function name='xmlParseURIReference' file='uri' module='uri'>
11586*7c568831SAndroid Build Coastguard Worker      <info>Parse an URI reference string based on RFC 3986 and fills in the appropriate fields of the @uri structure  URI-reference = URI / relative-ref</info>
11587*7c568831SAndroid Build Coastguard Worker      <return type='int' info='0 or the error code'/>
11588*7c568831SAndroid Build Coastguard Worker      <arg name='uri' type='xmlURIPtr' info='pointer to an URI structure'/>
11589*7c568831SAndroid Build Coastguard Worker      <arg name='str' type='const char *' info='the string to analyze'/>
11590*7c568831SAndroid Build Coastguard Worker    </function>
11591*7c568831SAndroid Build Coastguard Worker    <function name='xmlParseURISafe' file='uri' module='uri'>
11592*7c568831SAndroid Build Coastguard Worker      <info>Parse an URI based on RFC 3986  URI-reference = [ absoluteURI | relativeURI ] [ &quot;#&quot; fragment ]  Available since 2.13.0.</info>
11593*7c568831SAndroid Build Coastguard Worker      <return type='int' info='0 on success, an error code (typically 1) if the URI is invalid or -1 if a memory allocation failed.'/>
11594*7c568831SAndroid Build Coastguard Worker      <arg name='str' type='const char *' info='the URI string to analyze'/>
11595*7c568831SAndroid Build Coastguard Worker      <arg name='uriOut' type='xmlURIPtr *' info='optional pointer to parsed URI'/>
11596*7c568831SAndroid Build Coastguard Worker    </function>
11597*7c568831SAndroid Build Coastguard Worker    <function name='xmlParseVersionInfo' file='parserInternals' module='parser'>
11598*7c568831SAndroid Build Coastguard Worker      <info>DEPRECATED: Internal function, don&apos;t use.  parse the XML version.  [24] VersionInfo ::= S &apos;version&apos; Eq (&apos; VersionNum &apos; | &quot; VersionNum &quot;)  [25] Eq ::= S? &apos;=&apos; S?</info>
11599*7c568831SAndroid Build Coastguard Worker      <return type='xmlChar *' info='the version string, e.g. &quot;1.0&quot;'/>
11600*7c568831SAndroid Build Coastguard Worker      <arg name='ctxt' type='xmlParserCtxtPtr' info='an XML parser context'/>
11601*7c568831SAndroid Build Coastguard Worker    </function>
11602*7c568831SAndroid Build Coastguard Worker    <function name='xmlParseVersionNum' file='parserInternals' module='parser'>
11603*7c568831SAndroid Build Coastguard Worker      <info>DEPRECATED: Internal function, don&apos;t use.  parse the XML version value.  [26] VersionNum ::= &apos;1.&apos; [0-9]+  In practice allow [0-9].[0-9]+ at that level</info>
11604*7c568831SAndroid Build Coastguard Worker      <return type='xmlChar *' info='the string giving the XML version number, or NULL'/>
11605*7c568831SAndroid Build Coastguard Worker      <arg name='ctxt' type='xmlParserCtxtPtr' info='an XML parser context'/>
11606*7c568831SAndroid Build Coastguard Worker    </function>
11607*7c568831SAndroid Build Coastguard Worker    <function name='xmlParseXMLDecl' file='parserInternals' module='parser'>
11608*7c568831SAndroid Build Coastguard Worker      <info>DEPRECATED: Internal function, don&apos;t use.  parse an XML declaration header  [23] XMLDecl ::= &apos;&lt;?xml&apos; VersionInfo EncodingDecl? SDDecl? S? &apos;?&gt;&apos;</info>
11609*7c568831SAndroid Build Coastguard Worker      <return type='void'/>
11610*7c568831SAndroid Build Coastguard Worker      <arg name='ctxt' type='xmlParserCtxtPtr' info='an XML parser context'/>
11611*7c568831SAndroid Build Coastguard Worker    </function>
11612*7c568831SAndroid Build Coastguard Worker    <function name='xmlParserAddNodeInfo' file='parser' module='parserInternals'>
11613*7c568831SAndroid Build Coastguard Worker      <info>DEPRECATED: Don&apos;t use.  Insert node info record into the sorted sequence</info>
11614*7c568831SAndroid Build Coastguard Worker      <return type='void'/>
11615*7c568831SAndroid Build Coastguard Worker      <arg name='ctxt' type='xmlParserCtxtPtr' info='an XML parser context'/>
11616*7c568831SAndroid Build Coastguard Worker      <arg name='info' type='xmlParserNodeInfoPtr' info='a node info sequence pointer'/>
11617*7c568831SAndroid Build Coastguard Worker    </function>
11618*7c568831SAndroid Build Coastguard Worker    <function name='xmlParserError' file='xmlerror' module='error'>
11619*7c568831SAndroid Build Coastguard Worker      <info>Display and format an error messages, gives file, line, position and extra parameters.</info>
11620*7c568831SAndroid Build Coastguard Worker      <return type='void'/>
11621*7c568831SAndroid Build Coastguard Worker      <arg name='ctx' type='void *' info='an XML parser context'/>
11622*7c568831SAndroid Build Coastguard Worker      <arg name='msg' type='const char *' info='the message to display/transmit'/>
11623*7c568831SAndroid Build Coastguard Worker      <arg name='...' type='...' info='extra parameters for the message display'/>
11624*7c568831SAndroid Build Coastguard Worker    </function>
11625*7c568831SAndroid Build Coastguard Worker    <function name='xmlParserFindNodeInfo' file='parser' module='parserInternals'>
11626*7c568831SAndroid Build Coastguard Worker      <info>DEPRECATED: Don&apos;t use.  Find the parser node info struct for a given node</info>
11627*7c568831SAndroid Build Coastguard Worker      <return type='const xmlParserNodeInfo *' info='an xmlParserNodeInfo block pointer or NULL'/>
11628*7c568831SAndroid Build Coastguard Worker      <arg name='ctx' type='xmlParserCtxtPtr' info='an XML parser context'/>
11629*7c568831SAndroid Build Coastguard Worker      <arg name='node' type='xmlNodePtr' info='an XML node within the tree'/>
11630*7c568831SAndroid Build Coastguard Worker    </function>
11631*7c568831SAndroid Build Coastguard Worker    <function name='xmlParserFindNodeInfoIndex' file='parser' module='parserInternals'>
11632*7c568831SAndroid Build Coastguard Worker      <info>DEPRECATED: Don&apos;t use.  xmlParserFindNodeInfoIndex : Find the index that the info record for the given node is or should be at in a sorted sequence</info>
11633*7c568831SAndroid Build Coastguard Worker      <return type='unsigned long' info='a long indicating the position of the record'/>
11634*7c568831SAndroid Build Coastguard Worker      <arg name='seq' type='xmlParserNodeInfoSeqPtr' info='a node info sequence pointer'/>
11635*7c568831SAndroid Build Coastguard Worker      <arg name='node' type='xmlNodePtr' info='an XML node pointer'/>
11636*7c568831SAndroid Build Coastguard Worker    </function>
11637*7c568831SAndroid Build Coastguard Worker    <function name='xmlParserGetDirectory' file='xmlIO' module='xmlIO'>
11638*7c568831SAndroid Build Coastguard Worker      <info>lookup the directory for that file</info>
11639*7c568831SAndroid Build Coastguard Worker      <return type='char *' info='a new allocated string containing the directory, or NULL.'/>
11640*7c568831SAndroid Build Coastguard Worker      <arg name='filename' type='const char *' info='the path to a file'/>
11641*7c568831SAndroid Build Coastguard Worker    </function>
11642*7c568831SAndroid Build Coastguard Worker    <function name='xmlParserHandlePEReference' file='parserInternals' module='parser'>
11643*7c568831SAndroid Build Coastguard Worker      <info>DEPRECATED: Internal function, do not use.  [69] PEReference ::= &apos;%&apos; Name &apos;;&apos;  [ WFC: No Recursion ] A parsed entity must not contain a recursive reference to itself, either directly or indirectly.  [ WFC: Entity Declared ] In a document without any DTD, a document with only an internal DTD subset which contains no parameter entity references, or a document with &quot;standalone=&apos;yes&apos;&quot;, ...  ... The declaration of a parameter entity must precede any reference to it...  [ VC: Entity Declared ] In a document with an external subset or external parameter entities with &quot;standalone=&apos;no&apos;&quot;, ...  ... The declaration of a parameter entity must precede any reference to it...  [ WFC: In DTD ] Parameter-entity references may only appear in the DTD. NOTE: misleading but this is handled.  A PEReference may have been detected in the current input stream the handling is done accordingly to http://www.w3.org/TR/REC-xml#entproc i.e. - Included in literal in entity values - Included as Parameter Entity reference within DTDs</info>
11644*7c568831SAndroid Build Coastguard Worker      <return type='void'/>
11645*7c568831SAndroid Build Coastguard Worker      <arg name='ctxt' type='xmlParserCtxtPtr' info='the parser context'/>
11646*7c568831SAndroid Build Coastguard Worker    </function>
11647*7c568831SAndroid Build Coastguard Worker    <function name='xmlParserInputBufferCreateFd' file='xmlIO' module='xmlIO'>
11648*7c568831SAndroid Build Coastguard Worker      <info>Create a buffered parser input for the progressive parsing for the input from a file descriptor  The encoding argument is deprecated and should be set to XML_CHAR_ENCODING_NONE. The encoding can be changed with xmlSwitchEncoding or xmlSwitchEncodingName later on.</info>
11649*7c568831SAndroid Build Coastguard Worker      <return type='xmlParserInputBufferPtr' info='the new parser input or NULL'/>
11650*7c568831SAndroid Build Coastguard Worker      <arg name='fd' type='int' info='a file descriptor number'/>
11651*7c568831SAndroid Build Coastguard Worker      <arg name='enc' type='xmlCharEncoding' info='the charset encoding if known (deprecated)'/>
11652*7c568831SAndroid Build Coastguard Worker    </function>
11653*7c568831SAndroid Build Coastguard Worker    <function name='xmlParserInputBufferCreateFile' file='xmlIO' module='xmlIO'>
11654*7c568831SAndroid Build Coastguard Worker      <info>Create a buffered parser input for the progressive parsing of a FILE * buffered C I/O  The encoding argument is deprecated and should be set to XML_CHAR_ENCODING_NONE. The encoding can be changed with xmlSwitchEncoding or xmlSwitchEncodingName later on.</info>
11655*7c568831SAndroid Build Coastguard Worker      <return type='xmlParserInputBufferPtr' info='the new parser input or NULL'/>
11656*7c568831SAndroid Build Coastguard Worker      <arg name='file' type='FILE *' info='a FILE*'/>
11657*7c568831SAndroid Build Coastguard Worker      <arg name='enc' type='xmlCharEncoding' info='the charset encoding if known (deprecated)'/>
11658*7c568831SAndroid Build Coastguard Worker    </function>
11659*7c568831SAndroid Build Coastguard Worker    <function name='xmlParserInputBufferCreateFilename' file='xmlIO' module='xmlIO'>
11660*7c568831SAndroid Build Coastguard Worker      <info>Create a buffered parser input for the progressive parsing of a file Automatic support for ZLIB/Compress compressed document is provided by default if found at compile-time. Do an encoding check if enc == XML_CHAR_ENCODING_NONE</info>
11661*7c568831SAndroid Build Coastguard Worker      <return type='xmlParserInputBufferPtr' info='the new parser input or NULL'/>
11662*7c568831SAndroid Build Coastguard Worker      <arg name='URI' type='const char *' info='a C string containing the URI or filename'/>
11663*7c568831SAndroid Build Coastguard Worker      <arg name='enc' type='xmlCharEncoding' info='the charset encoding if known'/>
11664*7c568831SAndroid Build Coastguard Worker    </function>
11665*7c568831SAndroid Build Coastguard Worker    <function name='xmlParserInputBufferCreateFilenameDefault' file='xmlIO' module='xmlIO'>
11666*7c568831SAndroid Build Coastguard Worker      <info>DEPRECATED: Use xmlCtxtSetResourceLoader or similar functions.  Registers a callback for URI input file handling</info>
11667*7c568831SAndroid Build Coastguard Worker      <return type='xmlParserInputBufferCreateFilenameFunc' info='the old value of the registration function'/>
11668*7c568831SAndroid Build Coastguard Worker      <arg name='func' type='xmlParserInputBufferCreateFilenameFunc' info='function pointer to the new ParserInputBufferCreateFilenameFunc'/>
11669*7c568831SAndroid Build Coastguard Worker    </function>
11670*7c568831SAndroid Build Coastguard Worker    <functype name='xmlParserInputBufferCreateFilenameFunc' file='xmlIO' module='xmlIO'>
11671*7c568831SAndroid Build Coastguard Worker      <info>Signature for the function doing the lookup for a suitable input method corresponding to an URI.</info>
11672*7c568831SAndroid Build Coastguard Worker      <return type='xmlParserInputBufferPtr' info='the new xmlParserInputBufferPtr in case of success or NULL if no method was found.'/>
11673*7c568831SAndroid Build Coastguard Worker      <arg name='URI' type='const char *' info='the URI to read from'/>
11674*7c568831SAndroid Build Coastguard Worker      <arg name='enc' type='xmlCharEncoding' info='the requested source encoding'/>
11675*7c568831SAndroid Build Coastguard Worker    </functype>
11676*7c568831SAndroid Build Coastguard Worker    <function name='xmlParserInputBufferCreateIO' file='xmlIO' module='xmlIO'>
11677*7c568831SAndroid Build Coastguard Worker      <info>Create a buffered parser input for the progressive parsing for the input from an I/O handler  The encoding argument is deprecated and should be set to XML_CHAR_ENCODING_NONE. The encoding can be changed with xmlSwitchEncoding or xmlSwitchEncodingName later on.</info>
11678*7c568831SAndroid Build Coastguard Worker      <return type='xmlParserInputBufferPtr' info='the new parser input or NULL'/>
11679*7c568831SAndroid Build Coastguard Worker      <arg name='ioread' type='xmlInputReadCallback' info='an I/O read function'/>
11680*7c568831SAndroid Build Coastguard Worker      <arg name='ioclose' type='xmlInputCloseCallback' info='an I/O close function'/>
11681*7c568831SAndroid Build Coastguard Worker      <arg name='ioctx' type='void *' info='an I/O handler'/>
11682*7c568831SAndroid Build Coastguard Worker      <arg name='enc' type='xmlCharEncoding' info='the charset encoding if known (deprecated)'/>
11683*7c568831SAndroid Build Coastguard Worker    </function>
11684*7c568831SAndroid Build Coastguard Worker    <function name='xmlParserInputBufferCreateMem' file='xmlIO' module='xmlIO'>
11685*7c568831SAndroid Build Coastguard Worker      <info>Create a parser input buffer for parsing from a memory area.  This function makes a copy of the whole input buffer. If you are sure that the contents of the buffer will remain valid until the document was parsed, you can avoid the copy by using xmlParserInputBufferCreateStatic.  The encoding argument is deprecated and should be set to XML_CHAR_ENCODING_NONE. The encoding can be changed with xmlSwitchEncoding or xmlSwitchEncodingName later on.</info>
11686*7c568831SAndroid Build Coastguard Worker      <return type='xmlParserInputBufferPtr' info='the new parser input or NULL in case of error.'/>
11687*7c568831SAndroid Build Coastguard Worker      <arg name='mem' type='const char *' info='the memory input'/>
11688*7c568831SAndroid Build Coastguard Worker      <arg name='size' type='int' info='the length of the memory block'/>
11689*7c568831SAndroid Build Coastguard Worker      <arg name='enc' type='xmlCharEncoding' info='the charset encoding if known (deprecated)'/>
11690*7c568831SAndroid Build Coastguard Worker    </function>
11691*7c568831SAndroid Build Coastguard Worker    <function name='xmlParserInputBufferCreateStatic' file='xmlIO' module='xmlIO'>
11692*7c568831SAndroid Build Coastguard Worker      <info>Create a parser input buffer for parsing from a memory area.  This functions assumes that the contents of the input buffer remain valid until the document was parsed. Use xmlParserInputBufferCreateMem otherwise.  The encoding argument is deprecated and should be set to XML_CHAR_ENCODING_NONE. The encoding can be changed with xmlSwitchEncoding or xmlSwitchEncodingName later on.</info>
11693*7c568831SAndroid Build Coastguard Worker      <return type='xmlParserInputBufferPtr' info='the new parser input or NULL in case of error.'/>
11694*7c568831SAndroid Build Coastguard Worker      <arg name='mem' type='const char *' info='the memory input'/>
11695*7c568831SAndroid Build Coastguard Worker      <arg name='size' type='int' info='the length of the memory block'/>
11696*7c568831SAndroid Build Coastguard Worker      <arg name='enc' type='xmlCharEncoding' info='the charset encoding if known'/>
11697*7c568831SAndroid Build Coastguard Worker    </function>
11698*7c568831SAndroid Build Coastguard Worker    <function name='xmlParserInputBufferGrow' file='xmlIO' module='xmlIO'>
11699*7c568831SAndroid Build Coastguard Worker      <info>Grow up the content of the input buffer, the old data are preserved This routine handle the I18N transcoding to internal UTF-8 This routine is used when operating the parser in normal (pull) mode  TODO: one should be able to remove one extra copy by copying directly onto in-&gt;buffer or in-&gt;raw</info>
11700*7c568831SAndroid Build Coastguard Worker      <return type='int' info='the number of chars read and stored in the buffer, or -1 in case of error.'/>
11701*7c568831SAndroid Build Coastguard Worker      <arg name='in' type='xmlParserInputBufferPtr' info='a buffered parser input'/>
11702*7c568831SAndroid Build Coastguard Worker      <arg name='len' type='int' info='indicative value of the amount of chars to read'/>
11703*7c568831SAndroid Build Coastguard Worker    </function>
11704*7c568831SAndroid Build Coastguard Worker    <function name='xmlParserInputBufferPush' file='xmlIO' module='xmlIO'>
11705*7c568831SAndroid Build Coastguard Worker      <info>Push the content of the arry in the input buffer This routine handle the I18N transcoding to internal UTF-8 This is used when operating the parser in progressive (push) mode.</info>
11706*7c568831SAndroid Build Coastguard Worker      <return type='int' info='the number of chars read and stored in the buffer, or -1 in case of error.'/>
11707*7c568831SAndroid Build Coastguard Worker      <arg name='in' type='xmlParserInputBufferPtr' info='a buffered parser input'/>
11708*7c568831SAndroid Build Coastguard Worker      <arg name='len' type='int' info='the size in bytes of the array.'/>
11709*7c568831SAndroid Build Coastguard Worker      <arg name='buf' type='const char *' info='an char array'/>
11710*7c568831SAndroid Build Coastguard Worker    </function>
11711*7c568831SAndroid Build Coastguard Worker    <function name='xmlParserInputBufferRead' file='xmlIO' module='xmlIO'>
11712*7c568831SAndroid Build Coastguard Worker      <info>Refresh the content of the input buffer, the old data are considered consumed This routine handle the I18N transcoding to internal UTF-8</info>
11713*7c568831SAndroid Build Coastguard Worker      <return type='int' info='the number of chars read and stored in the buffer, or -1 in case of error.'/>
11714*7c568831SAndroid Build Coastguard Worker      <arg name='in' type='xmlParserInputBufferPtr' info='a buffered parser input'/>
11715*7c568831SAndroid Build Coastguard Worker      <arg name='len' type='int' info='indicative value of the amount of chars to read'/>
11716*7c568831SAndroid Build Coastguard Worker    </function>
11717*7c568831SAndroid Build Coastguard Worker    <functype name='xmlParserInputDeallocate' file='parser' module='parser'>
11718*7c568831SAndroid Build Coastguard Worker      <info>Callback for freeing some parser input allocations.</info>
11719*7c568831SAndroid Build Coastguard Worker      <return type='void'/>
11720*7c568831SAndroid Build Coastguard Worker      <arg name='str' type='xmlChar *' info='the string to deallocate'/>
11721*7c568831SAndroid Build Coastguard Worker    </functype>
11722*7c568831SAndroid Build Coastguard Worker    <function name='xmlParserInputGrow' file='parser' module='parserInternals'>
11723*7c568831SAndroid Build Coastguard Worker      <info>DEPRECATED: Don&apos;t use.  This function increase the input for the parser. It tries to preserve pointers to the input buffer, and keep already read data</info>
11724*7c568831SAndroid Build Coastguard Worker      <return type='int' info='the amount of char read, or -1 in case of error, 0 indicate the end of this entity'/>
11725*7c568831SAndroid Build Coastguard Worker      <arg name='in' type='xmlParserInputPtr' info='an XML parser input'/>
11726*7c568831SAndroid Build Coastguard Worker      <arg name='len' type='int' info='an indicative size for the lookahead'/>
11727*7c568831SAndroid Build Coastguard Worker    </function>
11728*7c568831SAndroid Build Coastguard Worker    <function name='xmlParserInputRead' file='parser' module='parserInternals'>
11729*7c568831SAndroid Build Coastguard Worker      <info>DEPRECATED: This function was internal and is deprecated.</info>
11730*7c568831SAndroid Build Coastguard Worker      <return type='int' info='-1 as this is an error to use it.'/>
11731*7c568831SAndroid Build Coastguard Worker      <arg name='in' type='xmlParserInputPtr' info='an XML parser input'/>
11732*7c568831SAndroid Build Coastguard Worker      <arg name='len' type='int' info='an indicative size for the lookahead'/>
11733*7c568831SAndroid Build Coastguard Worker    </function>
11734*7c568831SAndroid Build Coastguard Worker    <function name='xmlParserInputShrink' file='parserInternals' module='parserInternals'>
11735*7c568831SAndroid Build Coastguard Worker      <info>DEPRECATED: Don&apos;t use.  This function removes used input for the parser.</info>
11736*7c568831SAndroid Build Coastguard Worker      <return type='void'/>
11737*7c568831SAndroid Build Coastguard Worker      <arg name='in' type='xmlParserInputPtr' info='an XML parser input'/>
11738*7c568831SAndroid Build Coastguard Worker    </function>
11739*7c568831SAndroid Build Coastguard Worker    <function name='xmlParserPrintFileContext' file='xmlerror' module='error'>
11740*7c568831SAndroid Build Coastguard Worker      <info>DEPRECATED: Use xmlFormatError.  Displays current context within the input content for error tracking</info>
11741*7c568831SAndroid Build Coastguard Worker      <return type='void'/>
11742*7c568831SAndroid Build Coastguard Worker      <arg name='input' type='xmlParserInputPtr' info='an xmlParserInputPtr input'/>
11743*7c568831SAndroid Build Coastguard Worker    </function>
11744*7c568831SAndroid Build Coastguard Worker    <function name='xmlParserPrintFileInfo' file='xmlerror' module='error'>
11745*7c568831SAndroid Build Coastguard Worker      <info>DEPRECATED: Use xmlFormatError.  Displays the associated file and line information for the current input</info>
11746*7c568831SAndroid Build Coastguard Worker      <return type='void'/>
11747*7c568831SAndroid Build Coastguard Worker      <arg name='input' type='xmlParserInputPtr' info='an xmlParserInputPtr input'/>
11748*7c568831SAndroid Build Coastguard Worker    </function>
11749*7c568831SAndroid Build Coastguard Worker    <function name='xmlParserValidityError' file='xmlerror' module='error'>
11750*7c568831SAndroid Build Coastguard Worker      <info>Display and format an validity error messages, gives file, line, position and extra parameters.</info>
11751*7c568831SAndroid Build Coastguard Worker      <return type='void'/>
11752*7c568831SAndroid Build Coastguard Worker      <arg name='ctx' type='void *' info='an XML parser context'/>
11753*7c568831SAndroid Build Coastguard Worker      <arg name='msg' type='const char *' info='the message to display/transmit'/>
11754*7c568831SAndroid Build Coastguard Worker      <arg name='...' type='...' info='extra parameters for the message display'/>
11755*7c568831SAndroid Build Coastguard Worker    </function>
11756*7c568831SAndroid Build Coastguard Worker    <function name='xmlParserValidityWarning' file='xmlerror' module='error'>
11757*7c568831SAndroid Build Coastguard Worker      <info>Display and format a validity warning messages, gives file, line, position and extra parameters.</info>
11758*7c568831SAndroid Build Coastguard Worker      <return type='void'/>
11759*7c568831SAndroid Build Coastguard Worker      <arg name='ctx' type='void *' info='an XML parser context'/>
11760*7c568831SAndroid Build Coastguard Worker      <arg name='msg' type='const char *' info='the message to display/transmit'/>
11761*7c568831SAndroid Build Coastguard Worker      <arg name='...' type='...' info='extra parameters for the message display'/>
11762*7c568831SAndroid Build Coastguard Worker    </function>
11763*7c568831SAndroid Build Coastguard Worker    <function name='xmlParserWarning' file='xmlerror' module='error'>
11764*7c568831SAndroid Build Coastguard Worker      <info>Display and format a warning messages, gives file, line, position and extra parameters.</info>
11765*7c568831SAndroid Build Coastguard Worker      <return type='void'/>
11766*7c568831SAndroid Build Coastguard Worker      <arg name='ctx' type='void *' info='an XML parser context'/>
11767*7c568831SAndroid Build Coastguard Worker      <arg name='msg' type='const char *' info='the message to display/transmit'/>
11768*7c568831SAndroid Build Coastguard Worker      <arg name='...' type='...' info='extra parameters for the message display'/>
11769*7c568831SAndroid Build Coastguard Worker    </function>
11770*7c568831SAndroid Build Coastguard Worker    <function name='xmlPathToURI' file='uri' module='uri'>
11771*7c568831SAndroid Build Coastguard Worker      <info>Constructs an URI expressing the existing path</info>
11772*7c568831SAndroid Build Coastguard Worker      <return type='xmlChar *' info='a new URI, or a duplicate of the path parameter if the construction fails. The caller is responsible for freeing the memory occupied by the returned string. If there is insufficient memory available, or the argument is NULL, the function returns NULL.'/>
11773*7c568831SAndroid Build Coastguard Worker      <arg name='path' type='const xmlChar *' info='the resource locator in a filesystem notation'/>
11774*7c568831SAndroid Build Coastguard Worker    </function>
11775*7c568831SAndroid Build Coastguard Worker    <function name='xmlPatternCompileSafe' file='pattern' module='pattern'>
11776*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_PATTERN_ENABLED)</cond>
11777*7c568831SAndroid Build Coastguard Worker      <info>Compile a pattern.  Available since 2.13.0.</info>
11778*7c568831SAndroid Build Coastguard Worker      <return type='int' info='0 on success, 1 on error, -1 if a memory allocation failed.'/>
11779*7c568831SAndroid Build Coastguard Worker      <arg name='pattern' type='const xmlChar *' info='the pattern to compile'/>
11780*7c568831SAndroid Build Coastguard Worker      <arg name='dict' type='xmlDict *' info='an optional dictionary for interned strings'/>
11781*7c568831SAndroid Build Coastguard Worker      <arg name='flags' type='int' info='compilation flags, see xmlPatternFlags'/>
11782*7c568831SAndroid Build Coastguard Worker      <arg name='namespaces' type='const xmlChar **' info='the prefix definitions, array of [URI, prefix] or NULL'/>
11783*7c568831SAndroid Build Coastguard Worker      <arg name='patternOut' type='xmlPatternPtr *' info='output pattern'/>
11784*7c568831SAndroid Build Coastguard Worker    </function>
11785*7c568831SAndroid Build Coastguard Worker    <function name='xmlPatternFromRoot' file='pattern' module='pattern'>
11786*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_PATTERN_ENABLED)</cond>
11787*7c568831SAndroid Build Coastguard Worker      <info>Check if the pattern must be looked at from the root.</info>
11788*7c568831SAndroid Build Coastguard Worker      <return type='int' info='1 if true, 0 if false and -1 in case of error'/>
11789*7c568831SAndroid Build Coastguard Worker      <arg name='comp' type='xmlPatternPtr' info='the precompiled pattern'/>
11790*7c568831SAndroid Build Coastguard Worker    </function>
11791*7c568831SAndroid Build Coastguard Worker    <function name='xmlPatternGetStreamCtxt' file='pattern' module='pattern'>
11792*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_PATTERN_ENABLED)</cond>
11793*7c568831SAndroid Build Coastguard Worker      <info>Get a streaming context for that pattern Use xmlFreeStreamCtxt to free the context.</info>
11794*7c568831SAndroid Build Coastguard Worker      <return type='xmlStreamCtxtPtr' info='a pointer to the context or NULL in case of failure'/>
11795*7c568831SAndroid Build Coastguard Worker      <arg name='comp' type='xmlPatternPtr' info='the precompiled pattern'/>
11796*7c568831SAndroid Build Coastguard Worker    </function>
11797*7c568831SAndroid Build Coastguard Worker    <function name='xmlPatternMatch' file='pattern' module='pattern'>
11798*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_PATTERN_ENABLED)</cond>
11799*7c568831SAndroid Build Coastguard Worker      <info>Test whether the node matches the pattern</info>
11800*7c568831SAndroid Build Coastguard Worker      <return type='int' info='1 if it matches, 0 if it doesn&apos;t and -1 in case of failure'/>
11801*7c568831SAndroid Build Coastguard Worker      <arg name='comp' type='xmlPatternPtr' info='the precompiled pattern'/>
11802*7c568831SAndroid Build Coastguard Worker      <arg name='node' type='xmlNodePtr' info='a node'/>
11803*7c568831SAndroid Build Coastguard Worker    </function>
11804*7c568831SAndroid Build Coastguard Worker    <function name='xmlPatternMaxDepth' file='pattern' module='pattern'>
11805*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_PATTERN_ENABLED)</cond>
11806*7c568831SAndroid Build Coastguard Worker      <info>Check the maximum depth reachable by a pattern</info>
11807*7c568831SAndroid Build Coastguard Worker      <return type='int' info='-2 if no limit (using //), otherwise the depth, and -1 in case of error'/>
11808*7c568831SAndroid Build Coastguard Worker      <arg name='comp' type='xmlPatternPtr' info='the precompiled pattern'/>
11809*7c568831SAndroid Build Coastguard Worker    </function>
11810*7c568831SAndroid Build Coastguard Worker    <function name='xmlPatternMinDepth' file='pattern' module='pattern'>
11811*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_PATTERN_ENABLED)</cond>
11812*7c568831SAndroid Build Coastguard Worker      <info>Check the minimum depth reachable by a pattern, 0 mean the / or . are part of the set.</info>
11813*7c568831SAndroid Build Coastguard Worker      <return type='int' info='-1 in case of error otherwise the depth,'/>
11814*7c568831SAndroid Build Coastguard Worker      <arg name='comp' type='xmlPatternPtr' info='the precompiled pattern'/>
11815*7c568831SAndroid Build Coastguard Worker    </function>
11816*7c568831SAndroid Build Coastguard Worker    <function name='xmlPatternStreamable' file='pattern' module='pattern'>
11817*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_PATTERN_ENABLED)</cond>
11818*7c568831SAndroid Build Coastguard Worker      <info>Check if the pattern is streamable i.e. xmlPatternGetStreamCtxt() should work.</info>
11819*7c568831SAndroid Build Coastguard Worker      <return type='int' info='1 if streamable, 0 if not and -1 in case of error.'/>
11820*7c568831SAndroid Build Coastguard Worker      <arg name='comp' type='xmlPatternPtr' info='the precompiled pattern'/>
11821*7c568831SAndroid Build Coastguard Worker    </function>
11822*7c568831SAndroid Build Coastguard Worker    <function name='xmlPatterncompile' file='pattern' module='pattern'>
11823*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_PATTERN_ENABLED)</cond>
11824*7c568831SAndroid Build Coastguard Worker      <info>Compile a pattern.</info>
11825*7c568831SAndroid Build Coastguard Worker      <return type='xmlPatternPtr' info='the compiled form of the pattern or NULL in case of error'/>
11826*7c568831SAndroid Build Coastguard Worker      <arg name='pattern' type='const xmlChar *' info='the pattern to compile'/>
11827*7c568831SAndroid Build Coastguard Worker      <arg name='dict' type='xmlDict *' info='an optional dictionary for interned strings'/>
11828*7c568831SAndroid Build Coastguard Worker      <arg name='flags' type='int' info='compilation flags, see xmlPatternFlags'/>
11829*7c568831SAndroid Build Coastguard Worker      <arg name='namespaces' type='const xmlChar **' info='the prefix definitions, array of [URI, prefix] or NULL'/>
11830*7c568831SAndroid Build Coastguard Worker    </function>
11831*7c568831SAndroid Build Coastguard Worker    <function name='xmlPedanticParserDefault' file='parser' module='parserInternals'>
11832*7c568831SAndroid Build Coastguard Worker      <info>DEPRECATED: Use the modern options API with XML_PARSE_PEDANTIC.  Set and return the previous value for enabling pedantic warnings.</info>
11833*7c568831SAndroid Build Coastguard Worker      <return type='int' info='the last value for 0 for no substitution, 1 for substitution.'/>
11834*7c568831SAndroid Build Coastguard Worker      <arg name='val' type='int' info='int 0 or 1'/>
11835*7c568831SAndroid Build Coastguard Worker    </function>
11836*7c568831SAndroid Build Coastguard Worker    <function name='xmlPopInput' file='parserInternals' module='parser'>
11837*7c568831SAndroid Build Coastguard Worker      <info>xmlPopInput: the current input pointed by ctxt-&gt;input came to an end pop it and return the next char.</info>
11838*7c568831SAndroid Build Coastguard Worker      <return type='xmlChar' info='the current xmlChar in the parser context'/>
11839*7c568831SAndroid Build Coastguard Worker      <arg name='ctxt' type='xmlParserCtxtPtr' info='an XML parser context'/>
11840*7c568831SAndroid Build Coastguard Worker    </function>
11841*7c568831SAndroid Build Coastguard Worker    <function name='xmlPopInputCallbacks' file='xmlIO' module='xmlIO'>
11842*7c568831SAndroid Build Coastguard Worker      <info>Clear the top input callback from the input stack. this includes the compiled-in I/O.</info>
11843*7c568831SAndroid Build Coastguard Worker      <return type='int' info='the number of input callback registered or -1 in case of error.'/>
11844*7c568831SAndroid Build Coastguard Worker    </function>
11845*7c568831SAndroid Build Coastguard Worker    <function name='xmlPopOutputCallbacks' file='xmlIO' module='xmlIO'>
11846*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_OUTPUT_ENABLED)</cond>
11847*7c568831SAndroid Build Coastguard Worker      <info>Remove the top output callbacks from the output stack. This includes the compiled-in I/O.</info>
11848*7c568831SAndroid Build Coastguard Worker      <return type='int' info='the number of output callback registered or -1 in case of error.'/>
11849*7c568831SAndroid Build Coastguard Worker    </function>
11850*7c568831SAndroid Build Coastguard Worker    <function name='xmlPreviousElementSibling' file='tree' module='tree'>
11851*7c568831SAndroid Build Coastguard Worker      <info>Find the closest preceding sibling which is a element.  Note that entity references are not expanded.</info>
11852*7c568831SAndroid Build Coastguard Worker      <return type='xmlNodePtr' info='the sibling or NULL if no sibling was found.'/>
11853*7c568831SAndroid Build Coastguard Worker      <arg name='node' type='xmlNodePtr' info='the current node'/>
11854*7c568831SAndroid Build Coastguard Worker    </function>
11855*7c568831SAndroid Build Coastguard Worker    <function name='xmlPrintURI' file='uri' module='uri'>
11856*7c568831SAndroid Build Coastguard Worker      <info>Prints the URI in the stream @stream.</info>
11857*7c568831SAndroid Build Coastguard Worker      <return type='void'/>
11858*7c568831SAndroid Build Coastguard Worker      <arg name='stream' type='FILE *' info='a FILE* for the output'/>
11859*7c568831SAndroid Build Coastguard Worker      <arg name='uri' type='xmlURIPtr' info='pointer to an xmlURI'/>
11860*7c568831SAndroid Build Coastguard Worker    </function>
11861*7c568831SAndroid Build Coastguard Worker    <function name='xmlPushInput' file='parserInternals' module='parser'>
11862*7c568831SAndroid Build Coastguard Worker      <info>Push an input stream onto the stack.</info>
11863*7c568831SAndroid Build Coastguard Worker      <return type='int' info='-1 in case of error or the index in the input stack'/>
11864*7c568831SAndroid Build Coastguard Worker      <arg name='ctxt' type='xmlParserCtxtPtr' info='an XML parser context'/>
11865*7c568831SAndroid Build Coastguard Worker      <arg name='input' type='xmlParserInputPtr' info='an XML parser input fragment (entity, XML fragment ...).'/>
11866*7c568831SAndroid Build Coastguard Worker    </function>
11867*7c568831SAndroid Build Coastguard Worker    <function name='xmlRMutexLock' file='threads' module='threads'>
11868*7c568831SAndroid Build Coastguard Worker      <info>xmlRMutexLock() is used to lock a libxml2 token_r.</info>
11869*7c568831SAndroid Build Coastguard Worker      <return type='void'/>
11870*7c568831SAndroid Build Coastguard Worker      <arg name='tok' type='xmlRMutexPtr' info='the reentrant mutex'/>
11871*7c568831SAndroid Build Coastguard Worker    </function>
11872*7c568831SAndroid Build Coastguard Worker    <function name='xmlRMutexUnlock' file='threads' module='threads'>
11873*7c568831SAndroid Build Coastguard Worker      <info>xmlRMutexUnlock() is used to unlock a libxml2 token_r.</info>
11874*7c568831SAndroid Build Coastguard Worker      <return type='void'/>
11875*7c568831SAndroid Build Coastguard Worker      <arg name='tok' type='xmlRMutexPtr' info='the reentrant mutex'/>
11876*7c568831SAndroid Build Coastguard Worker    </function>
11877*7c568831SAndroid Build Coastguard Worker    <function name='xmlReadDoc' file='parser' module='parser'>
11878*7c568831SAndroid Build Coastguard Worker      <info>Convenience function to parse an XML document from a zero-terminated string.  See xmlCtxtReadDoc for details.</info>
11879*7c568831SAndroid Build Coastguard Worker      <return type='xmlDocPtr' info='the resulting document tree'/>
11880*7c568831SAndroid Build Coastguard Worker      <arg name='cur' type='const xmlChar *' info='a pointer to a zero terminated string'/>
11881*7c568831SAndroid Build Coastguard Worker      <arg name='URL' type='const char *' info='base URL (optional)'/>
11882*7c568831SAndroid Build Coastguard Worker      <arg name='encoding' type='const char *' info='the document encoding (optional)'/>
11883*7c568831SAndroid Build Coastguard Worker      <arg name='options' type='int' info='a combination of xmlParserOption'/>
11884*7c568831SAndroid Build Coastguard Worker    </function>
11885*7c568831SAndroid Build Coastguard Worker    <function name='xmlReadFd' file='parser' module='parser'>
11886*7c568831SAndroid Build Coastguard Worker      <info>Parse an XML from a file descriptor and build a tree.  See xmlCtxtReadFd for details.  NOTE that the file descriptor will not be closed when the context is freed or reset.</info>
11887*7c568831SAndroid Build Coastguard Worker      <return type='xmlDocPtr' info='the resulting document tree'/>
11888*7c568831SAndroid Build Coastguard Worker      <arg name='fd' type='int' info='an open file descriptor'/>
11889*7c568831SAndroid Build Coastguard Worker      <arg name='URL' type='const char *' info='base URL (optional)'/>
11890*7c568831SAndroid Build Coastguard Worker      <arg name='encoding' type='const char *' info='the document encoding (optional)'/>
11891*7c568831SAndroid Build Coastguard Worker      <arg name='options' type='int' info='a combination of xmlParserOption'/>
11892*7c568831SAndroid Build Coastguard Worker    </function>
11893*7c568831SAndroid Build Coastguard Worker    <function name='xmlReadFile' file='parser' module='parser'>
11894*7c568831SAndroid Build Coastguard Worker      <info>Convenience function to parse an XML file from the filesystem, the network or a global user-define resource loader.  See xmlCtxtReadFile for details.</info>
11895*7c568831SAndroid Build Coastguard Worker      <return type='xmlDocPtr' info='the resulting document tree'/>
11896*7c568831SAndroid Build Coastguard Worker      <arg name='filename' type='const char *' info='a file or URL'/>
11897*7c568831SAndroid Build Coastguard Worker      <arg name='encoding' type='const char *' info='the document encoding (optional)'/>
11898*7c568831SAndroid Build Coastguard Worker      <arg name='options' type='int' info='a combination of xmlParserOption'/>
11899*7c568831SAndroid Build Coastguard Worker    </function>
11900*7c568831SAndroid Build Coastguard Worker    <function name='xmlReadIO' file='parser' module='parser'>
11901*7c568831SAndroid Build Coastguard Worker      <info>Parse an XML document from I/O functions and context and build a tree.  See xmlCtxtReadIO for details.</info>
11902*7c568831SAndroid Build Coastguard Worker      <return type='xmlDocPtr' info='the resulting document tree'/>
11903*7c568831SAndroid Build Coastguard Worker      <arg name='ioread' type='xmlInputReadCallback' info='an I/O read function'/>
11904*7c568831SAndroid Build Coastguard Worker      <arg name='ioclose' type='xmlInputCloseCallback' info='an I/O close function (optional)'/>
11905*7c568831SAndroid Build Coastguard Worker      <arg name='ioctx' type='void *' info='an I/O handler'/>
11906*7c568831SAndroid Build Coastguard Worker      <arg name='URL' type='const char *' info='base URL (optional)'/>
11907*7c568831SAndroid Build Coastguard Worker      <arg name='encoding' type='const char *' info='the document encoding (optional)'/>
11908*7c568831SAndroid Build Coastguard Worker      <arg name='options' type='int' info='a combination of xmlParserOption'/>
11909*7c568831SAndroid Build Coastguard Worker    </function>
11910*7c568831SAndroid Build Coastguard Worker    <function name='xmlReadMemory' file='parser' module='parser'>
11911*7c568831SAndroid Build Coastguard Worker      <info>Parse an XML in-memory document and build a tree. The input buffer must not contain a terminating null byte.  See xmlCtxtReadMemory for details.</info>
11912*7c568831SAndroid Build Coastguard Worker      <return type='xmlDocPtr' info='the resulting document tree'/>
11913*7c568831SAndroid Build Coastguard Worker      <arg name='buffer' type='const char *' info='a pointer to a char array'/>
11914*7c568831SAndroid Build Coastguard Worker      <arg name='size' type='int' info='the size of the array'/>
11915*7c568831SAndroid Build Coastguard Worker      <arg name='url' type='const char *' info='base URL (optional)'/>
11916*7c568831SAndroid Build Coastguard Worker      <arg name='encoding' type='const char *' info='the document encoding (optional)'/>
11917*7c568831SAndroid Build Coastguard Worker      <arg name='options' type='int' info='a combination of xmlParserOption'/>
11918*7c568831SAndroid Build Coastguard Worker    </function>
11919*7c568831SAndroid Build Coastguard Worker    <function name='xmlReaderForDoc' file='xmlreader' module='xmlreader'>
11920*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_READER_ENABLED)</cond>
11921*7c568831SAndroid Build Coastguard Worker      <info>Create an xmltextReader for an XML in-memory document. The parsing flags @options are a combination of xmlParserOption.</info>
11922*7c568831SAndroid Build Coastguard Worker      <return type='xmlTextReaderPtr' info='the new reader or NULL in case of error.'/>
11923*7c568831SAndroid Build Coastguard Worker      <arg name='cur' type='const xmlChar *' info='a pointer to a zero terminated string'/>
11924*7c568831SAndroid Build Coastguard Worker      <arg name='URL' type='const char *' info='the base URL to use for the document'/>
11925*7c568831SAndroid Build Coastguard Worker      <arg name='encoding' type='const char *' info='the document encoding, or NULL'/>
11926*7c568831SAndroid Build Coastguard Worker      <arg name='options' type='int' info='a combination of xmlParserOption'/>
11927*7c568831SAndroid Build Coastguard Worker    </function>
11928*7c568831SAndroid Build Coastguard Worker    <function name='xmlReaderForFd' file='xmlreader' module='xmlreader'>
11929*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_READER_ENABLED)</cond>
11930*7c568831SAndroid Build Coastguard Worker      <info>Create an xmltextReader for an XML from a file descriptor. The parsing flags @options are a combination of xmlParserOption. NOTE that the file descriptor will not be closed when the reader is closed or reset.</info>
11931*7c568831SAndroid Build Coastguard Worker      <return type='xmlTextReaderPtr' info='the new reader or NULL in case of error.'/>
11932*7c568831SAndroid Build Coastguard Worker      <arg name='fd' type='int' info='an open file descriptor'/>
11933*7c568831SAndroid Build Coastguard Worker      <arg name='URL' type='const char *' info='the base URL to use for the document'/>
11934*7c568831SAndroid Build Coastguard Worker      <arg name='encoding' type='const char *' info='the document encoding, or NULL'/>
11935*7c568831SAndroid Build Coastguard Worker      <arg name='options' type='int' info='a combination of xmlParserOption'/>
11936*7c568831SAndroid Build Coastguard Worker    </function>
11937*7c568831SAndroid Build Coastguard Worker    <function name='xmlReaderForFile' file='xmlreader' module='xmlreader'>
11938*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_READER_ENABLED)</cond>
11939*7c568831SAndroid Build Coastguard Worker      <info>parse an XML file from the filesystem or the network. The parsing flags @options are a combination of xmlParserOption.</info>
11940*7c568831SAndroid Build Coastguard Worker      <return type='xmlTextReaderPtr' info='the new reader or NULL in case of error.'/>
11941*7c568831SAndroid Build Coastguard Worker      <arg name='filename' type='const char *' info='a file or URL'/>
11942*7c568831SAndroid Build Coastguard Worker      <arg name='encoding' type='const char *' info='the document encoding, or NULL'/>
11943*7c568831SAndroid Build Coastguard Worker      <arg name='options' type='int' info='a combination of xmlParserOption'/>
11944*7c568831SAndroid Build Coastguard Worker    </function>
11945*7c568831SAndroid Build Coastguard Worker    <function name='xmlReaderForIO' file='xmlreader' module='xmlreader'>
11946*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_READER_ENABLED)</cond>
11947*7c568831SAndroid Build Coastguard Worker      <info>Create an xmltextReader for an XML document from I/O functions and source. The parsing flags @options are a combination of xmlParserOption.</info>
11948*7c568831SAndroid Build Coastguard Worker      <return type='xmlTextReaderPtr' info='the new reader or NULL in case of error.'/>
11949*7c568831SAndroid Build Coastguard Worker      <arg name='ioread' type='xmlInputReadCallback' info='an I/O read function'/>
11950*7c568831SAndroid Build Coastguard Worker      <arg name='ioclose' type='xmlInputCloseCallback' info='an I/O close function'/>
11951*7c568831SAndroid Build Coastguard Worker      <arg name='ioctx' type='void *' info='an I/O handler'/>
11952*7c568831SAndroid Build Coastguard Worker      <arg name='URL' type='const char *' info='the base URL to use for the document'/>
11953*7c568831SAndroid Build Coastguard Worker      <arg name='encoding' type='const char *' info='the document encoding, or NULL'/>
11954*7c568831SAndroid Build Coastguard Worker      <arg name='options' type='int' info='a combination of xmlParserOption'/>
11955*7c568831SAndroid Build Coastguard Worker    </function>
11956*7c568831SAndroid Build Coastguard Worker    <function name='xmlReaderForMemory' file='xmlreader' module='xmlreader'>
11957*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_READER_ENABLED)</cond>
11958*7c568831SAndroid Build Coastguard Worker      <info>Create an xmltextReader for an XML in-memory document. The parsing flags @options are a combination of xmlParserOption.</info>
11959*7c568831SAndroid Build Coastguard Worker      <return type='xmlTextReaderPtr' info='the new reader or NULL in case of error.'/>
11960*7c568831SAndroid Build Coastguard Worker      <arg name='buffer' type='const char *' info='a pointer to a char array'/>
11961*7c568831SAndroid Build Coastguard Worker      <arg name='size' type='int' info='the size of the array'/>
11962*7c568831SAndroid Build Coastguard Worker      <arg name='URL' type='const char *' info='the base URL to use for the document'/>
11963*7c568831SAndroid Build Coastguard Worker      <arg name='encoding' type='const char *' info='the document encoding, or NULL'/>
11964*7c568831SAndroid Build Coastguard Worker      <arg name='options' type='int' info='a combination of xmlParserOption'/>
11965*7c568831SAndroid Build Coastguard Worker    </function>
11966*7c568831SAndroid Build Coastguard Worker    <function name='xmlReaderNewDoc' file='xmlreader' module='xmlreader'>
11967*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_READER_ENABLED)</cond>
11968*7c568831SAndroid Build Coastguard Worker      <info>Setup an xmltextReader to parse an XML in-memory document. The parsing flags @options are a combination of xmlParserOption. This reuses the existing @reader xmlTextReader.</info>
11969*7c568831SAndroid Build Coastguard Worker      <return type='int' info='0 in case of success and -1 in case of error'/>
11970*7c568831SAndroid Build Coastguard Worker      <arg name='reader' type='xmlTextReaderPtr' info='an XML reader'/>
11971*7c568831SAndroid Build Coastguard Worker      <arg name='cur' type='const xmlChar *' info='a pointer to a zero terminated string'/>
11972*7c568831SAndroid Build Coastguard Worker      <arg name='URL' type='const char *' info='the base URL to use for the document'/>
11973*7c568831SAndroid Build Coastguard Worker      <arg name='encoding' type='const char *' info='the document encoding, or NULL'/>
11974*7c568831SAndroid Build Coastguard Worker      <arg name='options' type='int' info='a combination of xmlParserOption'/>
11975*7c568831SAndroid Build Coastguard Worker    </function>
11976*7c568831SAndroid Build Coastguard Worker    <function name='xmlReaderNewFd' file='xmlreader' module='xmlreader'>
11977*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_READER_ENABLED)</cond>
11978*7c568831SAndroid Build Coastguard Worker      <info>Setup an xmltextReader to parse an XML from a file descriptor. NOTE that the file descriptor will not be closed when the reader is closed or reset. The parsing flags @options are a combination of xmlParserOption. This reuses the existing @reader xmlTextReader.</info>
11979*7c568831SAndroid Build Coastguard Worker      <return type='int' info='0 in case of success and -1 in case of error'/>
11980*7c568831SAndroid Build Coastguard Worker      <arg name='reader' type='xmlTextReaderPtr' info='an XML reader'/>
11981*7c568831SAndroid Build Coastguard Worker      <arg name='fd' type='int' info='an open file descriptor'/>
11982*7c568831SAndroid Build Coastguard Worker      <arg name='URL' type='const char *' info='the base URL to use for the document'/>
11983*7c568831SAndroid Build Coastguard Worker      <arg name='encoding' type='const char *' info='the document encoding, or NULL'/>
11984*7c568831SAndroid Build Coastguard Worker      <arg name='options' type='int' info='a combination of xmlParserOption'/>
11985*7c568831SAndroid Build Coastguard Worker    </function>
11986*7c568831SAndroid Build Coastguard Worker    <function name='xmlReaderNewFile' file='xmlreader' module='xmlreader'>
11987*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_READER_ENABLED)</cond>
11988*7c568831SAndroid Build Coastguard Worker      <info>parse an XML file from the filesystem or the network. The parsing flags @options are a combination of xmlParserOption. This reuses the existing @reader xmlTextReader.</info>
11989*7c568831SAndroid Build Coastguard Worker      <return type='int' info='0 in case of success and -1 in case of error'/>
11990*7c568831SAndroid Build Coastguard Worker      <arg name='reader' type='xmlTextReaderPtr' info='an XML reader'/>
11991*7c568831SAndroid Build Coastguard Worker      <arg name='filename' type='const char *' info='a file or URL'/>
11992*7c568831SAndroid Build Coastguard Worker      <arg name='encoding' type='const char *' info='the document encoding, or NULL'/>
11993*7c568831SAndroid Build Coastguard Worker      <arg name='options' type='int' info='a combination of xmlParserOption'/>
11994*7c568831SAndroid Build Coastguard Worker    </function>
11995*7c568831SAndroid Build Coastguard Worker    <function name='xmlReaderNewIO' file='xmlreader' module='xmlreader'>
11996*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_READER_ENABLED)</cond>
11997*7c568831SAndroid Build Coastguard Worker      <info>Setup an xmltextReader to parse an XML document from I/O functions and source. The parsing flags @options are a combination of xmlParserOption. This reuses the existing @reader xmlTextReader.</info>
11998*7c568831SAndroid Build Coastguard Worker      <return type='int' info='0 in case of success and -1 in case of error'/>
11999*7c568831SAndroid Build Coastguard Worker      <arg name='reader' type='xmlTextReaderPtr' info='an XML reader'/>
12000*7c568831SAndroid Build Coastguard Worker      <arg name='ioread' type='xmlInputReadCallback' info='an I/O read function'/>
12001*7c568831SAndroid Build Coastguard Worker      <arg name='ioclose' type='xmlInputCloseCallback' info='an I/O close function'/>
12002*7c568831SAndroid Build Coastguard Worker      <arg name='ioctx' type='void *' info='an I/O handler'/>
12003*7c568831SAndroid Build Coastguard Worker      <arg name='URL' type='const char *' info='the base URL to use for the document'/>
12004*7c568831SAndroid Build Coastguard Worker      <arg name='encoding' type='const char *' info='the document encoding, or NULL'/>
12005*7c568831SAndroid Build Coastguard Worker      <arg name='options' type='int' info='a combination of xmlParserOption'/>
12006*7c568831SAndroid Build Coastguard Worker    </function>
12007*7c568831SAndroid Build Coastguard Worker    <function name='xmlReaderNewMemory' file='xmlreader' module='xmlreader'>
12008*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_READER_ENABLED)</cond>
12009*7c568831SAndroid Build Coastguard Worker      <info>Setup an xmltextReader to parse an XML in-memory document. The parsing flags @options are a combination of xmlParserOption. This reuses the existing @reader xmlTextReader.</info>
12010*7c568831SAndroid Build Coastguard Worker      <return type='int' info='0 in case of success and -1 in case of error'/>
12011*7c568831SAndroid Build Coastguard Worker      <arg name='reader' type='xmlTextReaderPtr' info='an XML reader'/>
12012*7c568831SAndroid Build Coastguard Worker      <arg name='buffer' type='const char *' info='a pointer to a char array'/>
12013*7c568831SAndroid Build Coastguard Worker      <arg name='size' type='int' info='the size of the array'/>
12014*7c568831SAndroid Build Coastguard Worker      <arg name='URL' type='const char *' info='the base URL to use for the document'/>
12015*7c568831SAndroid Build Coastguard Worker      <arg name='encoding' type='const char *' info='the document encoding, or NULL'/>
12016*7c568831SAndroid Build Coastguard Worker      <arg name='options' type='int' info='a combination of xmlParserOption'/>
12017*7c568831SAndroid Build Coastguard Worker    </function>
12018*7c568831SAndroid Build Coastguard Worker    <function name='xmlReaderNewWalker' file='xmlreader' module='xmlreader'>
12019*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_READER_ENABLED)</cond>
12020*7c568831SAndroid Build Coastguard Worker      <info>Setup an xmltextReader to parse a preparsed XML document. This reuses the existing @reader xmlTextReader.</info>
12021*7c568831SAndroid Build Coastguard Worker      <return type='int' info='0 in case of success and -1 in case of error'/>
12022*7c568831SAndroid Build Coastguard Worker      <arg name='reader' type='xmlTextReaderPtr' info='an XML reader'/>
12023*7c568831SAndroid Build Coastguard Worker      <arg name='doc' type='xmlDocPtr' info='a preparsed document'/>
12024*7c568831SAndroid Build Coastguard Worker    </function>
12025*7c568831SAndroid Build Coastguard Worker    <function name='xmlReaderWalker' file='xmlreader' module='xmlreader'>
12026*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_READER_ENABLED)</cond>
12027*7c568831SAndroid Build Coastguard Worker      <info>Create an xmltextReader for a preparsed document.</info>
12028*7c568831SAndroid Build Coastguard Worker      <return type='xmlTextReaderPtr' info='the new reader or NULL in case of error.'/>
12029*7c568831SAndroid Build Coastguard Worker      <arg name='doc' type='xmlDocPtr' info='a preparsed document'/>
12030*7c568831SAndroid Build Coastguard Worker    </function>
12031*7c568831SAndroid Build Coastguard Worker    <functype name='xmlReallocFunc' file='xmlmemory' module='xmlmemory'>
12032*7c568831SAndroid Build Coastguard Worker      <info>Signature for a realloc() implementation.</info>
12033*7c568831SAndroid Build Coastguard Worker      <return type='void *' info='a pointer to the newly reallocated block or NULL in case of error.'/>
12034*7c568831SAndroid Build Coastguard Worker      <arg name='mem' type='void *' info='an already allocated block of memory'/>
12035*7c568831SAndroid Build Coastguard Worker      <arg name='size' type='size_t' info='the new size requested in bytes'/>
12036*7c568831SAndroid Build Coastguard Worker    </functype>
12037*7c568831SAndroid Build Coastguard Worker    <function name='xmlReallocLoc' file='xmlmemory' module='xmlmemory'>
12038*7c568831SAndroid Build Coastguard Worker      <info>DEPRECATED: don&apos;t use</info>
12039*7c568831SAndroid Build Coastguard Worker      <return type='void *' info='a pointer to the allocated area or NULL in case of lack of memory.'/>
12040*7c568831SAndroid Build Coastguard Worker      <arg name='ptr' type='void *' info='the initial memory block pointer'/>
12041*7c568831SAndroid Build Coastguard Worker      <arg name='size' type='size_t' info='an int specifying the size in byte to allocate.'/>
12042*7c568831SAndroid Build Coastguard Worker      <arg name='file' type='const char *' info='the file name or NULL'/>
12043*7c568831SAndroid Build Coastguard Worker      <arg name='line' type='int' info='the line number'/>
12044*7c568831SAndroid Build Coastguard Worker    </function>
12045*7c568831SAndroid Build Coastguard Worker    <function name='xmlReconciliateNs' file='tree' module='tree'>
12046*7c568831SAndroid Build Coastguard Worker      <info>This function checks that all the namespaces declared within the given tree are properly declared. This is needed for example after Copy or Cut and then paste operations. The subtree may still hold pointers to namespace declarations outside the subtree or invalid/masked. As much as possible the function try to reuse the existing namespaces found in the new environment. If not possible the new namespaces are redeclared on @tree at the top of the given subtree.</info>
12047*7c568831SAndroid Build Coastguard Worker      <return type='int' info='0 on success or -1 in case of error.'/>
12048*7c568831SAndroid Build Coastguard Worker      <arg name='doc' type='xmlDocPtr' info='the document'/>
12049*7c568831SAndroid Build Coastguard Worker      <arg name='tree' type='xmlNodePtr' info='a node defining the subtree to reconciliate'/>
12050*7c568831SAndroid Build Coastguard Worker    </function>
12051*7c568831SAndroid Build Coastguard Worker    <function name='xmlRecoverDoc' file='parser' module='parser'>
12052*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_SAX1_ENABLED)</cond>
12053*7c568831SAndroid Build Coastguard Worker      <info>DEPRECATED: Use xmlReadDoc with XML_PARSE_RECOVER.  parse an XML in-memory document and build a tree. In the case the document is not Well Formed, a attempt to build a tree is tried anyway</info>
12054*7c568831SAndroid Build Coastguard Worker      <return type='xmlDocPtr' info='the resulting document tree or NULL in case of failure'/>
12055*7c568831SAndroid Build Coastguard Worker      <arg name='cur' type='const xmlChar *' info='a pointer to an array of xmlChar'/>
12056*7c568831SAndroid Build Coastguard Worker    </function>
12057*7c568831SAndroid Build Coastguard Worker    <function name='xmlRecoverFile' file='parser' module='parser'>
12058*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_SAX1_ENABLED)</cond>
12059*7c568831SAndroid Build Coastguard Worker      <info>DEPRECATED: Use xmlReadFile with XML_PARSE_RECOVER.  parse an XML file and build a tree. Automatic support for ZLIB/Compress compressed document is provided by default if found at compile-time. In the case the document is not Well Formed, it attempts to build a tree anyway</info>
12060*7c568831SAndroid Build Coastguard Worker      <return type='xmlDocPtr' info='the resulting document tree or NULL in case of failure'/>
12061*7c568831SAndroid Build Coastguard Worker      <arg name='filename' type='const char *' info='the filename'/>
12062*7c568831SAndroid Build Coastguard Worker    </function>
12063*7c568831SAndroid Build Coastguard Worker    <function name='xmlRecoverMemory' file='parser' module='parser'>
12064*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_SAX1_ENABLED)</cond>
12065*7c568831SAndroid Build Coastguard Worker      <info>DEPRECATED: Use xmlReadMemory with XML_PARSE_RECOVER.  parse an XML in-memory block and build a tree. In the case the document is not Well Formed, an attempt to build a tree is tried anyway</info>
12066*7c568831SAndroid Build Coastguard Worker      <return type='xmlDocPtr' info='the resulting document tree or NULL in case of error'/>
12067*7c568831SAndroid Build Coastguard Worker      <arg name='buffer' type='const char *' info='an pointer to a char array'/>
12068*7c568831SAndroid Build Coastguard Worker      <arg name='size' type='int' info='the size of the array'/>
12069*7c568831SAndroid Build Coastguard Worker    </function>
12070*7c568831SAndroid Build Coastguard Worker    <functype name='xmlRegExecCallbacks' file='xmlregexp' module='xmlregexp'>
12071*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_REGEXP_ENABLED)</cond>
12072*7c568831SAndroid Build Coastguard Worker      <info>Callback function when doing a transition in the automata</info>
12073*7c568831SAndroid Build Coastguard Worker      <return type='void'/>
12074*7c568831SAndroid Build Coastguard Worker      <arg name='exec' type='xmlRegExecCtxtPtr' info='the regular expression context'/>
12075*7c568831SAndroid Build Coastguard Worker      <arg name='token' type='const xmlChar *' info='the current token string'/>
12076*7c568831SAndroid Build Coastguard Worker      <arg name='transdata' type='void *' info='transition data'/>
12077*7c568831SAndroid Build Coastguard Worker      <arg name='inputdata' type='void *' info='input data'/>
12078*7c568831SAndroid Build Coastguard Worker    </functype>
12079*7c568831SAndroid Build Coastguard Worker    <function name='xmlRegExecErrInfo' file='xmlregexp' module='xmlregexp'>
12080*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_REGEXP_ENABLED)</cond>
12081*7c568831SAndroid Build Coastguard Worker      <info>Extract error information from the regexp execution, the parameter @string will be updated with the value pushed and not accepted, the parameter @values must point to an array of @nbval string pointers on return nbval will contain the number of possible strings in that state and the @values array will be updated with them. The string values</info>
12082*7c568831SAndroid Build Coastguard Worker      <return type='int' info='will be freed with the @exec context and don&apos;t need to be deallocated.  Returns: 0 in case of success or -1 in case of error.'/>
12083*7c568831SAndroid Build Coastguard Worker      <arg name='exec' type='xmlRegExecCtxtPtr' info='a regexp execution context generating an error'/>
12084*7c568831SAndroid Build Coastguard Worker      <arg name='string' type='const xmlChar **' info='return value for the error string'/>
12085*7c568831SAndroid Build Coastguard Worker      <arg name='nbval' type='int *' info='pointer to the number of accepted values IN/OUT'/>
12086*7c568831SAndroid Build Coastguard Worker      <arg name='nbneg' type='int *' info='return number of negative transitions'/>
12087*7c568831SAndroid Build Coastguard Worker      <arg name='values' type='xmlChar **' info='pointer to the array of acceptable values'/>
12088*7c568831SAndroid Build Coastguard Worker      <arg name='terminal' type='int *' info='return value if this was a terminal state'/>
12089*7c568831SAndroid Build Coastguard Worker    </function>
12090*7c568831SAndroid Build Coastguard Worker    <function name='xmlRegExecNextValues' file='xmlregexp' module='xmlregexp'>
12091*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_REGEXP_ENABLED)</cond>
12092*7c568831SAndroid Build Coastguard Worker      <info>Extract information from the regexp execution, the parameter @values must point to an array of @nbval string pointers on return nbval will contain the number of possible strings in that state and the @values array will be updated with them. The string values</info>
12093*7c568831SAndroid Build Coastguard Worker      <return type='int' info='will be freed with the @exec context and don&apos;t need to be deallocated.  Returns: 0 in case of success or -1 in case of error.'/>
12094*7c568831SAndroid Build Coastguard Worker      <arg name='exec' type='xmlRegExecCtxtPtr' info='a regexp execution context'/>
12095*7c568831SAndroid Build Coastguard Worker      <arg name='nbval' type='int *' info='pointer to the number of accepted values IN/OUT'/>
12096*7c568831SAndroid Build Coastguard Worker      <arg name='nbneg' type='int *' info='return number of negative transitions'/>
12097*7c568831SAndroid Build Coastguard Worker      <arg name='values' type='xmlChar **' info='pointer to the array of acceptable values'/>
12098*7c568831SAndroid Build Coastguard Worker      <arg name='terminal' type='int *' info='return value if this was a terminal state'/>
12099*7c568831SAndroid Build Coastguard Worker    </function>
12100*7c568831SAndroid Build Coastguard Worker    <function name='xmlRegExecPushString' file='xmlregexp' module='xmlregexp'>
12101*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_REGEXP_ENABLED)</cond>
12102*7c568831SAndroid Build Coastguard Worker      <info>Push one input token in the execution context</info>
12103*7c568831SAndroid Build Coastguard Worker      <return type='int' info='1 if the regexp reached a final state, 0 if non-final, and a negative value in case of error.'/>
12104*7c568831SAndroid Build Coastguard Worker      <arg name='exec' type='xmlRegExecCtxtPtr' info='a regexp execution context or NULL to indicate the end'/>
12105*7c568831SAndroid Build Coastguard Worker      <arg name='value' type='const xmlChar *' info='a string token input'/>
12106*7c568831SAndroid Build Coastguard Worker      <arg name='data' type='void *' info='data associated to the token to reuse in callbacks'/>
12107*7c568831SAndroid Build Coastguard Worker    </function>
12108*7c568831SAndroid Build Coastguard Worker    <function name='xmlRegExecPushString2' file='xmlregexp' module='xmlregexp'>
12109*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_REGEXP_ENABLED)</cond>
12110*7c568831SAndroid Build Coastguard Worker      <info>Push one input token in the execution context</info>
12111*7c568831SAndroid Build Coastguard Worker      <return type='int' info='1 if the regexp reached a final state, 0 if non-final, and a negative value in case of error.'/>
12112*7c568831SAndroid Build Coastguard Worker      <arg name='exec' type='xmlRegExecCtxtPtr' info='a regexp execution context or NULL to indicate the end'/>
12113*7c568831SAndroid Build Coastguard Worker      <arg name='value' type='const xmlChar *' info='the first string token input'/>
12114*7c568831SAndroid Build Coastguard Worker      <arg name='value2' type='const xmlChar *' info='the second string token input'/>
12115*7c568831SAndroid Build Coastguard Worker      <arg name='data' type='void *' info='data associated to the token to reuse in callbacks'/>
12116*7c568831SAndroid Build Coastguard Worker    </function>
12117*7c568831SAndroid Build Coastguard Worker    <function name='xmlRegFreeExecCtxt' file='xmlregexp' module='xmlregexp'>
12118*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_REGEXP_ENABLED)</cond>
12119*7c568831SAndroid Build Coastguard Worker      <info>Free the structures associated to a regular expression evaluation context.</info>
12120*7c568831SAndroid Build Coastguard Worker      <return type='void'/>
12121*7c568831SAndroid Build Coastguard Worker      <arg name='exec' type='xmlRegExecCtxtPtr' info='a regular expression evaluation context'/>
12122*7c568831SAndroid Build Coastguard Worker    </function>
12123*7c568831SAndroid Build Coastguard Worker    <function name='xmlRegFreeRegexp' file='xmlregexp' module='xmlregexp'>
12124*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_REGEXP_ENABLED)</cond>
12125*7c568831SAndroid Build Coastguard Worker      <info>Free a regexp</info>
12126*7c568831SAndroid Build Coastguard Worker      <return type='void'/>
12127*7c568831SAndroid Build Coastguard Worker      <arg name='regexp' type='xmlRegexpPtr' info='the regexp'/>
12128*7c568831SAndroid Build Coastguard Worker    </function>
12129*7c568831SAndroid Build Coastguard Worker    <function name='xmlRegNewExecCtxt' file='xmlregexp' module='xmlregexp'>
12130*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_REGEXP_ENABLED)</cond>
12131*7c568831SAndroid Build Coastguard Worker      <info>Build a context used for progressive evaluation of a regexp.</info>
12132*7c568831SAndroid Build Coastguard Worker      <return type='xmlRegExecCtxtPtr' info='the new context'/>
12133*7c568831SAndroid Build Coastguard Worker      <arg name='comp' type='xmlRegexpPtr' info='a precompiled regular expression'/>
12134*7c568831SAndroid Build Coastguard Worker      <arg name='callback' type='xmlRegExecCallbacks' info='a callback function used for handling progresses in the automata matching phase'/>
12135*7c568831SAndroid Build Coastguard Worker      <arg name='data' type='void *' info='the context data associated to the callback in this context'/>
12136*7c568831SAndroid Build Coastguard Worker    </function>
12137*7c568831SAndroid Build Coastguard Worker    <function name='xmlRegexpCompile' file='xmlregexp' module='xmlregexp'>
12138*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_REGEXP_ENABLED)</cond>
12139*7c568831SAndroid Build Coastguard Worker      <info>Parses a regular expression conforming to XML Schemas Part 2 Datatype Appendix F and builds an automata suitable for testing strings against that regular expression</info>
12140*7c568831SAndroid Build Coastguard Worker      <return type='xmlRegexpPtr' info='the compiled expression or NULL in case of error'/>
12141*7c568831SAndroid Build Coastguard Worker      <arg name='regexp' type='const xmlChar *' info='a regular expression string'/>
12142*7c568831SAndroid Build Coastguard Worker    </function>
12143*7c568831SAndroid Build Coastguard Worker    <function name='xmlRegexpExec' file='xmlregexp' module='xmlregexp'>
12144*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_REGEXP_ENABLED)</cond>
12145*7c568831SAndroid Build Coastguard Worker      <info>Check if the regular expression generates the value</info>
12146*7c568831SAndroid Build Coastguard Worker      <return type='int' info='1 if it matches, 0 if not and a negative value in case of error'/>
12147*7c568831SAndroid Build Coastguard Worker      <arg name='comp' type='xmlRegexpPtr' info='the compiled regular expression'/>
12148*7c568831SAndroid Build Coastguard Worker      <arg name='content' type='const xmlChar *' info='the value to check against the regular expression'/>
12149*7c568831SAndroid Build Coastguard Worker    </function>
12150*7c568831SAndroid Build Coastguard Worker    <function name='xmlRegexpIsDeterminist' file='xmlregexp' module='xmlregexp'>
12151*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_REGEXP_ENABLED)</cond>
12152*7c568831SAndroid Build Coastguard Worker      <info>Check if the regular expression is determinist</info>
12153*7c568831SAndroid Build Coastguard Worker      <return type='int' info='1 if it yes, 0 if not and a negative value in case of error'/>
12154*7c568831SAndroid Build Coastguard Worker      <arg name='comp' type='xmlRegexpPtr' info='the compiled regular expression'/>
12155*7c568831SAndroid Build Coastguard Worker    </function>
12156*7c568831SAndroid Build Coastguard Worker    <function name='xmlRegexpPrint' file='xmlregexp' module='xmlregexp'>
12157*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_REGEXP_ENABLED)</cond>
12158*7c568831SAndroid Build Coastguard Worker      <info>Print the content of the compiled regular expression</info>
12159*7c568831SAndroid Build Coastguard Worker      <return type='void'/>
12160*7c568831SAndroid Build Coastguard Worker      <arg name='output' type='FILE *' info='the file for the output debug'/>
12161*7c568831SAndroid Build Coastguard Worker      <arg name='regexp' type='xmlRegexpPtr' info='the compiled regexp'/>
12162*7c568831SAndroid Build Coastguard Worker    </function>
12163*7c568831SAndroid Build Coastguard Worker    <function name='xmlRegisterCharEncodingHandler' file='encoding' module='encoding'>
12164*7c568831SAndroid Build Coastguard Worker      <info>DEPRECATED: This function modifies global state and is not thread-safe.  Register the char encoding handler.</info>
12165*7c568831SAndroid Build Coastguard Worker      <return type='void'/>
12166*7c568831SAndroid Build Coastguard Worker      <arg name='handler' type='xmlCharEncodingHandlerPtr' info='the xmlCharEncodingHandlerPtr handler block'/>
12167*7c568831SAndroid Build Coastguard Worker    </function>
12168*7c568831SAndroid Build Coastguard Worker    <function name='xmlRegisterDefaultInputCallbacks' file='xmlIO' module='xmlIO'>
12169*7c568831SAndroid Build Coastguard Worker      <info>Registers the default compiled-in I/O handlers.</info>
12170*7c568831SAndroid Build Coastguard Worker      <return type='void'/>
12171*7c568831SAndroid Build Coastguard Worker    </function>
12172*7c568831SAndroid Build Coastguard Worker    <function name='xmlRegisterDefaultOutputCallbacks' file='xmlIO' module='xmlIO'>
12173*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_OUTPUT_ENABLED)</cond>
12174*7c568831SAndroid Build Coastguard Worker      <info>Registers the default compiled-in I/O handlers.</info>
12175*7c568831SAndroid Build Coastguard Worker      <return type='void'/>
12176*7c568831SAndroid Build Coastguard Worker    </function>
12177*7c568831SAndroid Build Coastguard Worker    <function name='xmlRegisterHTTPPostCallbacks' file='xmlIO' module='xmlIO'>
12178*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_OUTPUT_ENABLED) &amp;&amp; defined(LIBXML_HTTP_ENABLED)</cond>
12179*7c568831SAndroid Build Coastguard Worker      <info>DEPRECATED: Support for HTTP POST has been removed.</info>
12180*7c568831SAndroid Build Coastguard Worker      <return type='void'/>
12181*7c568831SAndroid Build Coastguard Worker    </function>
12182*7c568831SAndroid Build Coastguard Worker    <function name='xmlRegisterInputCallbacks' file='xmlIO' module='xmlIO'>
12183*7c568831SAndroid Build Coastguard Worker      <info>DEPRECATED: Use xmlCtxtSetResourceLoader or similar functions.  Register a new set of I/O callback for handling parser input.</info>
12184*7c568831SAndroid Build Coastguard Worker      <return type='int' info='the registered handler number or -1 in case of error'/>
12185*7c568831SAndroid Build Coastguard Worker      <arg name='matchFunc' type='xmlInputMatchCallback' info='the xmlInputMatchCallback'/>
12186*7c568831SAndroid Build Coastguard Worker      <arg name='openFunc' type='xmlInputOpenCallback' info='the xmlInputOpenCallback'/>
12187*7c568831SAndroid Build Coastguard Worker      <arg name='readFunc' type='xmlInputReadCallback' info='the xmlInputReadCallback'/>
12188*7c568831SAndroid Build Coastguard Worker      <arg name='closeFunc' type='xmlInputCloseCallback' info='the xmlInputCloseCallback'/>
12189*7c568831SAndroid Build Coastguard Worker    </function>
12190*7c568831SAndroid Build Coastguard Worker    <function name='xmlRegisterNodeDefault' file='tree' module='tree'>
12191*7c568831SAndroid Build Coastguard Worker      <info>DEPRECATED: don&apos;t use  Registers a callback for node creation</info>
12192*7c568831SAndroid Build Coastguard Worker      <return type='xmlRegisterNodeFunc' info='the old value of the registration function'/>
12193*7c568831SAndroid Build Coastguard Worker      <arg name='func' type='xmlRegisterNodeFunc' info='function pointer to the new RegisterNodeFunc'/>
12194*7c568831SAndroid Build Coastguard Worker    </function>
12195*7c568831SAndroid Build Coastguard Worker    <functype name='xmlRegisterNodeFunc' file='tree' module='tree'>
12196*7c568831SAndroid Build Coastguard Worker      <info>Signature for the registration callback of a created node</info>
12197*7c568831SAndroid Build Coastguard Worker      <return type='void'/>
12198*7c568831SAndroid Build Coastguard Worker      <arg name='node' type='xmlNodePtr' info='the current node'/>
12199*7c568831SAndroid Build Coastguard Worker    </functype>
12200*7c568831SAndroid Build Coastguard Worker    <function name='xmlRegisterOutputCallbacks' file='xmlIO' module='xmlIO'>
12201*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_OUTPUT_ENABLED)</cond>
12202*7c568831SAndroid Build Coastguard Worker      <info>Register a new set of I/O callback for handling output.</info>
12203*7c568831SAndroid Build Coastguard Worker      <return type='int' info='the registered handler number or -1 in case of error'/>
12204*7c568831SAndroid Build Coastguard Worker      <arg name='matchFunc' type='xmlOutputMatchCallback' info='the xmlOutputMatchCallback'/>
12205*7c568831SAndroid Build Coastguard Worker      <arg name='openFunc' type='xmlOutputOpenCallback' info='the xmlOutputOpenCallback'/>
12206*7c568831SAndroid Build Coastguard Worker      <arg name='writeFunc' type='xmlOutputWriteCallback' info='the xmlOutputWriteCallback'/>
12207*7c568831SAndroid Build Coastguard Worker      <arg name='closeFunc' type='xmlOutputCloseCallback' info='the xmlOutputCloseCallback'/>
12208*7c568831SAndroid Build Coastguard Worker    </function>
12209*7c568831SAndroid Build Coastguard Worker    <function name='xmlRelaxNGCleanupTypes' file='relaxng' module='relaxng'>
12210*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_SCHEMAS_ENABLED)</cond>
12211*7c568831SAndroid Build Coastguard Worker      <info>DEPRECATED: This function will be made private. Call xmlCleanupParser to free global state but see the warnings there. xmlCleanupParser should be only called once at program exit. In most cases, you don&apos;t have call cleanup functions at all.  Cleanup the default Schemas type library associated to RelaxNG</info>
12212*7c568831SAndroid Build Coastguard Worker      <return type='void'/>
12213*7c568831SAndroid Build Coastguard Worker    </function>
12214*7c568831SAndroid Build Coastguard Worker    <function name='xmlRelaxNGDump' file='relaxng' module='relaxng'>
12215*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_SCHEMAS_ENABLED) &amp;&amp; defined(LIBXML_OUTPUT_ENABLED)</cond>
12216*7c568831SAndroid Build Coastguard Worker      <info>Dump a RelaxNG structure back</info>
12217*7c568831SAndroid Build Coastguard Worker      <return type='void'/>
12218*7c568831SAndroid Build Coastguard Worker      <arg name='output' type='FILE *' info='the file output'/>
12219*7c568831SAndroid Build Coastguard Worker      <arg name='schema' type='xmlRelaxNGPtr' info='a schema structure'/>
12220*7c568831SAndroid Build Coastguard Worker    </function>
12221*7c568831SAndroid Build Coastguard Worker    <function name='xmlRelaxNGDumpTree' file='relaxng' module='relaxng'>
12222*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_SCHEMAS_ENABLED) &amp;&amp; defined(LIBXML_OUTPUT_ENABLED)</cond>
12223*7c568831SAndroid Build Coastguard Worker      <info>Dump the transformed RelaxNG tree.</info>
12224*7c568831SAndroid Build Coastguard Worker      <return type='void'/>
12225*7c568831SAndroid Build Coastguard Worker      <arg name='output' type='FILE *' info='the file output'/>
12226*7c568831SAndroid Build Coastguard Worker      <arg name='schema' type='xmlRelaxNGPtr' info='a schema structure'/>
12227*7c568831SAndroid Build Coastguard Worker    </function>
12228*7c568831SAndroid Build Coastguard Worker    <function name='xmlRelaxNGFree' file='relaxng' module='relaxng'>
12229*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_SCHEMAS_ENABLED)</cond>
12230*7c568831SAndroid Build Coastguard Worker      <info>Deallocate a RelaxNG structure.</info>
12231*7c568831SAndroid Build Coastguard Worker      <return type='void'/>
12232*7c568831SAndroid Build Coastguard Worker      <arg name='schema' type='xmlRelaxNGPtr' info='a schema structure'/>
12233*7c568831SAndroid Build Coastguard Worker    </function>
12234*7c568831SAndroid Build Coastguard Worker    <function name='xmlRelaxNGFreeParserCtxt' file='relaxng' module='relaxng'>
12235*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_SCHEMAS_ENABLED)</cond>
12236*7c568831SAndroid Build Coastguard Worker      <info>Free the resources associated to the schema parser context</info>
12237*7c568831SAndroid Build Coastguard Worker      <return type='void'/>
12238*7c568831SAndroid Build Coastguard Worker      <arg name='ctxt' type='xmlRelaxNGParserCtxtPtr' info='the schema parser context'/>
12239*7c568831SAndroid Build Coastguard Worker    </function>
12240*7c568831SAndroid Build Coastguard Worker    <function name='xmlRelaxNGFreeValidCtxt' file='relaxng' module='relaxng'>
12241*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_SCHEMAS_ENABLED)</cond>
12242*7c568831SAndroid Build Coastguard Worker      <info>Free the resources associated to the schema validation context</info>
12243*7c568831SAndroid Build Coastguard Worker      <return type='void'/>
12244*7c568831SAndroid Build Coastguard Worker      <arg name='ctxt' type='xmlRelaxNGValidCtxtPtr' info='the schema validation context'/>
12245*7c568831SAndroid Build Coastguard Worker    </function>
12246*7c568831SAndroid Build Coastguard Worker    <function name='xmlRelaxNGGetParserErrors' file='relaxng' module='relaxng'>
12247*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_SCHEMAS_ENABLED)</cond>
12248*7c568831SAndroid Build Coastguard Worker      <info>Get the callback information used to handle errors for a validation context</info>
12249*7c568831SAndroid Build Coastguard Worker      <return type='int' info='-1 in case of failure, 0 otherwise.'/>
12250*7c568831SAndroid Build Coastguard Worker      <arg name='ctxt' type='xmlRelaxNGParserCtxtPtr' info='a Relax-NG validation context'/>
12251*7c568831SAndroid Build Coastguard Worker      <arg name='err' type='xmlRelaxNGValidityErrorFunc *' info='the error callback result'/>
12252*7c568831SAndroid Build Coastguard Worker      <arg name='warn' type='xmlRelaxNGValidityWarningFunc *' info='the warning callback result'/>
12253*7c568831SAndroid Build Coastguard Worker      <arg name='ctx' type='void **' info='contextual data for the callbacks result'/>
12254*7c568831SAndroid Build Coastguard Worker    </function>
12255*7c568831SAndroid Build Coastguard Worker    <function name='xmlRelaxNGGetValidErrors' file='relaxng' module='relaxng'>
12256*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_SCHEMAS_ENABLED)</cond>
12257*7c568831SAndroid Build Coastguard Worker      <info>Get the error and warning callback information</info>
12258*7c568831SAndroid Build Coastguard Worker      <return type='int' info='-1 in case of error and 0 otherwise'/>
12259*7c568831SAndroid Build Coastguard Worker      <arg name='ctxt' type='xmlRelaxNGValidCtxtPtr' info='a Relax-NG validation context'/>
12260*7c568831SAndroid Build Coastguard Worker      <arg name='err' type='xmlRelaxNGValidityErrorFunc *' info='the error function result'/>
12261*7c568831SAndroid Build Coastguard Worker      <arg name='warn' type='xmlRelaxNGValidityWarningFunc *' info='the warning function result'/>
12262*7c568831SAndroid Build Coastguard Worker      <arg name='ctx' type='void **' info='the functions context result'/>
12263*7c568831SAndroid Build Coastguard Worker    </function>
12264*7c568831SAndroid Build Coastguard Worker    <function name='xmlRelaxNGInitTypes' file='relaxng' module='relaxng'>
12265*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_SCHEMAS_ENABLED)</cond>
12266*7c568831SAndroid Build Coastguard Worker      <info>Initialize the default type libraries.</info>
12267*7c568831SAndroid Build Coastguard Worker      <return type='int' info='0 in case of success and -1 in case of error.'/>
12268*7c568831SAndroid Build Coastguard Worker    </function>
12269*7c568831SAndroid Build Coastguard Worker    <function name='xmlRelaxNGNewDocParserCtxt' file='relaxng' module='relaxng'>
12270*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_SCHEMAS_ENABLED)</cond>
12271*7c568831SAndroid Build Coastguard Worker      <info>Create an XML RelaxNGs parser context for that document. Note: since the process of compiling a RelaxNG schemas modifies the document, the @doc parameter is duplicated internally.</info>
12272*7c568831SAndroid Build Coastguard Worker      <return type='xmlRelaxNGParserCtxtPtr' info='the parser context or NULL in case of error'/>
12273*7c568831SAndroid Build Coastguard Worker      <arg name='doc' type='xmlDocPtr' info='a preparsed document tree'/>
12274*7c568831SAndroid Build Coastguard Worker    </function>
12275*7c568831SAndroid Build Coastguard Worker    <function name='xmlRelaxNGNewMemParserCtxt' file='relaxng' module='relaxng'>
12276*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_SCHEMAS_ENABLED)</cond>
12277*7c568831SAndroid Build Coastguard Worker      <info>Create an XML RelaxNGs parse context for that memory buffer expected to contain an XML RelaxNGs file.</info>
12278*7c568831SAndroid Build Coastguard Worker      <return type='xmlRelaxNGParserCtxtPtr' info='the parser context or NULL in case of error'/>
12279*7c568831SAndroid Build Coastguard Worker      <arg name='buffer' type='const char *' info='a pointer to a char array containing the schemas'/>
12280*7c568831SAndroid Build Coastguard Worker      <arg name='size' type='int' info='the size of the array'/>
12281*7c568831SAndroid Build Coastguard Worker    </function>
12282*7c568831SAndroid Build Coastguard Worker    <function name='xmlRelaxNGNewParserCtxt' file='relaxng' module='relaxng'>
12283*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_SCHEMAS_ENABLED)</cond>
12284*7c568831SAndroid Build Coastguard Worker      <info>Create an XML RelaxNGs parse context for that file/resource expected to contain an XML RelaxNGs file.</info>
12285*7c568831SAndroid Build Coastguard Worker      <return type='xmlRelaxNGParserCtxtPtr' info='the parser context or NULL in case of error'/>
12286*7c568831SAndroid Build Coastguard Worker      <arg name='URL' type='const char *' info='the location of the schema'/>
12287*7c568831SAndroid Build Coastguard Worker    </function>
12288*7c568831SAndroid Build Coastguard Worker    <function name='xmlRelaxNGNewValidCtxt' file='relaxng' module='relaxng'>
12289*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_SCHEMAS_ENABLED)</cond>
12290*7c568831SAndroid Build Coastguard Worker      <info>Create an XML RelaxNGs validation context based on the given schema</info>
12291*7c568831SAndroid Build Coastguard Worker      <return type='xmlRelaxNGValidCtxtPtr' info='the validation context or NULL in case of error'/>
12292*7c568831SAndroid Build Coastguard Worker      <arg name='schema' type='xmlRelaxNGPtr' info='a precompiled XML RelaxNGs'/>
12293*7c568831SAndroid Build Coastguard Worker    </function>
12294*7c568831SAndroid Build Coastguard Worker    <function name='xmlRelaxNGParse' file='relaxng' module='relaxng'>
12295*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_SCHEMAS_ENABLED)</cond>
12296*7c568831SAndroid Build Coastguard Worker      <info>parse a schema definition resource and build an internal XML Schema structure which can be used to validate instances.</info>
12297*7c568831SAndroid Build Coastguard Worker      <return type='xmlRelaxNGPtr' info='the internal XML RelaxNG structure built from the resource or NULL in case of error'/>
12298*7c568831SAndroid Build Coastguard Worker      <arg name='ctxt' type='xmlRelaxNGParserCtxtPtr' info='a Relax-NG parser context'/>
12299*7c568831SAndroid Build Coastguard Worker    </function>
12300*7c568831SAndroid Build Coastguard Worker    <function name='xmlRelaxNGSetParserErrors' file='relaxng' module='relaxng'>
12301*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_SCHEMAS_ENABLED)</cond>
12302*7c568831SAndroid Build Coastguard Worker      <info>DEPRECATED: Use xmlRelaxNGSetParserStructuredErrors.  Set the callback functions used to handle errors for a validation context</info>
12303*7c568831SAndroid Build Coastguard Worker      <return type='void'/>
12304*7c568831SAndroid Build Coastguard Worker      <arg name='ctxt' type='xmlRelaxNGParserCtxtPtr' info='a Relax-NG validation context'/>
12305*7c568831SAndroid Build Coastguard Worker      <arg name='err' type='xmlRelaxNGValidityErrorFunc' info='the error callback'/>
12306*7c568831SAndroid Build Coastguard Worker      <arg name='warn' type='xmlRelaxNGValidityWarningFunc' info='the warning callback'/>
12307*7c568831SAndroid Build Coastguard Worker      <arg name='ctx' type='void *' info='contextual data for the callbacks'/>
12308*7c568831SAndroid Build Coastguard Worker    </function>
12309*7c568831SAndroid Build Coastguard Worker    <function name='xmlRelaxNGSetParserStructuredErrors' file='relaxng' module='relaxng'>
12310*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_SCHEMAS_ENABLED)</cond>
12311*7c568831SAndroid Build Coastguard Worker      <info>Set the callback functions used to handle errors for a parsing context</info>
12312*7c568831SAndroid Build Coastguard Worker      <return type='void'/>
12313*7c568831SAndroid Build Coastguard Worker      <arg name='ctxt' type='xmlRelaxNGParserCtxtPtr' info='a Relax-NG parser context'/>
12314*7c568831SAndroid Build Coastguard Worker      <arg name='serror' type='xmlStructuredErrorFunc' info='the error callback'/>
12315*7c568831SAndroid Build Coastguard Worker      <arg name='ctx' type='void *' info='contextual data for the callbacks'/>
12316*7c568831SAndroid Build Coastguard Worker    </function>
12317*7c568831SAndroid Build Coastguard Worker    <function name='xmlRelaxNGSetResourceLoader' file='relaxng' module='relaxng'>
12318*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_SCHEMAS_ENABLED)</cond>
12319*7c568831SAndroid Build Coastguard Worker      <info>Set the callback function used to load external resources.</info>
12320*7c568831SAndroid Build Coastguard Worker      <return type='void'/>
12321*7c568831SAndroid Build Coastguard Worker      <arg name='ctxt' type='xmlRelaxNGParserCtxtPtr' info='a Relax-NG parser context'/>
12322*7c568831SAndroid Build Coastguard Worker      <arg name='loader' type='xmlResourceLoader' info='the callback'/>
12323*7c568831SAndroid Build Coastguard Worker      <arg name='vctxt' type='void *' info='contextual data for the callbacks'/>
12324*7c568831SAndroid Build Coastguard Worker    </function>
12325*7c568831SAndroid Build Coastguard Worker    <function name='xmlRelaxNGSetValidErrors' file='relaxng' module='relaxng'>
12326*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_SCHEMAS_ENABLED)</cond>
12327*7c568831SAndroid Build Coastguard Worker      <info>DEPRECATED: Use xmlRelaxNGSetValidStructuredErrors.  Set the error and warning callback information</info>
12328*7c568831SAndroid Build Coastguard Worker      <return type='void'/>
12329*7c568831SAndroid Build Coastguard Worker      <arg name='ctxt' type='xmlRelaxNGValidCtxtPtr' info='a Relax-NG validation context'/>
12330*7c568831SAndroid Build Coastguard Worker      <arg name='err' type='xmlRelaxNGValidityErrorFunc' info='the error function'/>
12331*7c568831SAndroid Build Coastguard Worker      <arg name='warn' type='xmlRelaxNGValidityWarningFunc' info='the warning function'/>
12332*7c568831SAndroid Build Coastguard Worker      <arg name='ctx' type='void *' info='the functions context'/>
12333*7c568831SAndroid Build Coastguard Worker    </function>
12334*7c568831SAndroid Build Coastguard Worker    <function name='xmlRelaxNGSetValidStructuredErrors' file='relaxng' module='relaxng'>
12335*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_SCHEMAS_ENABLED)</cond>
12336*7c568831SAndroid Build Coastguard Worker      <info>Set the structured error callback</info>
12337*7c568831SAndroid Build Coastguard Worker      <return type='void'/>
12338*7c568831SAndroid Build Coastguard Worker      <arg name='ctxt' type='xmlRelaxNGValidCtxtPtr' info='a Relax-NG validation context'/>
12339*7c568831SAndroid Build Coastguard Worker      <arg name='serror' type='xmlStructuredErrorFunc' info='the structured error function'/>
12340*7c568831SAndroid Build Coastguard Worker      <arg name='ctx' type='void *' info='the functions context'/>
12341*7c568831SAndroid Build Coastguard Worker    </function>
12342*7c568831SAndroid Build Coastguard Worker    <function name='xmlRelaxNGValidateDoc' file='relaxng' module='relaxng'>
12343*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_SCHEMAS_ENABLED)</cond>
12344*7c568831SAndroid Build Coastguard Worker      <info>Validate a document tree in memory.</info>
12345*7c568831SAndroid Build Coastguard Worker      <return type='int' info='0 if the document is valid, a positive error code number otherwise and -1 in case of internal or API error.'/>
12346*7c568831SAndroid Build Coastguard Worker      <arg name='ctxt' type='xmlRelaxNGValidCtxtPtr' info='a Relax-NG validation context'/>
12347*7c568831SAndroid Build Coastguard Worker      <arg name='doc' type='xmlDocPtr' info='a parsed document tree'/>
12348*7c568831SAndroid Build Coastguard Worker    </function>
12349*7c568831SAndroid Build Coastguard Worker    <function name='xmlRelaxNGValidateFullElement' file='relaxng' module='relaxng'>
12350*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_SCHEMAS_ENABLED)</cond>
12351*7c568831SAndroid Build Coastguard Worker      <info>Validate a full subtree when xmlRelaxNGValidatePushElement() returned 0 and the content of the node has been expanded.</info>
12352*7c568831SAndroid Build Coastguard Worker      <return type='int' info='1 if no validation problem was found or -1 in case of error.'/>
12353*7c568831SAndroid Build Coastguard Worker      <arg name='ctxt' type='xmlRelaxNGValidCtxtPtr' info='the validation context'/>
12354*7c568831SAndroid Build Coastguard Worker      <arg name='doc' type='xmlDocPtr' info='a document instance'/>
12355*7c568831SAndroid Build Coastguard Worker      <arg name='elem' type='xmlNodePtr' info='an element instance'/>
12356*7c568831SAndroid Build Coastguard Worker    </function>
12357*7c568831SAndroid Build Coastguard Worker    <function name='xmlRelaxNGValidatePopElement' file='relaxng' module='relaxng'>
12358*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_SCHEMAS_ENABLED)</cond>
12359*7c568831SAndroid Build Coastguard Worker      <info>Pop the element end from the RelaxNG validation stack.</info>
12360*7c568831SAndroid Build Coastguard Worker      <return type='int' info='1 if no validation problem was found or 0 otherwise'/>
12361*7c568831SAndroid Build Coastguard Worker      <arg name='ctxt' type='xmlRelaxNGValidCtxtPtr' info='the RelaxNG validation context'/>
12362*7c568831SAndroid Build Coastguard Worker      <arg name='doc' type='xmlDocPtr' info='a document instance'/>
12363*7c568831SAndroid Build Coastguard Worker      <arg name='elem' type='xmlNodePtr' info='an element instance'/>
12364*7c568831SAndroid Build Coastguard Worker    </function>
12365*7c568831SAndroid Build Coastguard Worker    <function name='xmlRelaxNGValidatePushCData' file='relaxng' module='relaxng'>
12366*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_SCHEMAS_ENABLED)</cond>
12367*7c568831SAndroid Build Coastguard Worker      <info>check the CData parsed for validation in the current stack</info>
12368*7c568831SAndroid Build Coastguard Worker      <return type='int' info='1 if no validation problem was found or -1 otherwise'/>
12369*7c568831SAndroid Build Coastguard Worker      <arg name='ctxt' type='xmlRelaxNGValidCtxtPtr' info='the RelaxNG validation context'/>
12370*7c568831SAndroid Build Coastguard Worker      <arg name='data' type='const xmlChar *' info='some character data read'/>
12371*7c568831SAndroid Build Coastguard Worker      <arg name='len' type='int' info='the length of the data'/>
12372*7c568831SAndroid Build Coastguard Worker    </function>
12373*7c568831SAndroid Build Coastguard Worker    <function name='xmlRelaxNGValidatePushElement' file='relaxng' module='relaxng'>
12374*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_SCHEMAS_ENABLED)</cond>
12375*7c568831SAndroid Build Coastguard Worker      <info>Push a new element start on the RelaxNG validation stack.</info>
12376*7c568831SAndroid Build Coastguard Worker      <return type='int' info='1 if no validation problem was found or 0 if validating the element requires a full node, and -1 in case of error.'/>
12377*7c568831SAndroid Build Coastguard Worker      <arg name='ctxt' type='xmlRelaxNGValidCtxtPtr' info='the validation context'/>
12378*7c568831SAndroid Build Coastguard Worker      <arg name='doc' type='xmlDocPtr' info='a document instance'/>
12379*7c568831SAndroid Build Coastguard Worker      <arg name='elem' type='xmlNodePtr' info='an element instance'/>
12380*7c568831SAndroid Build Coastguard Worker    </function>
12381*7c568831SAndroid Build Coastguard Worker    <functype name='xmlRelaxNGValidityErrorFunc' file='relaxng' module='relaxng'>
12382*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_SCHEMAS_ENABLED)</cond>
12383*7c568831SAndroid Build Coastguard Worker      <info>Signature of an error callback from a Relax-NG validation</info>
12384*7c568831SAndroid Build Coastguard Worker      <return type='void'/>
12385*7c568831SAndroid Build Coastguard Worker      <arg name='ctx' type='void *' info='the validation context'/>
12386*7c568831SAndroid Build Coastguard Worker      <arg name='msg' type='const char *' info='the message'/>
12387*7c568831SAndroid Build Coastguard Worker      <arg name='...' type='...' info='extra arguments'/>
12388*7c568831SAndroid Build Coastguard Worker    </functype>
12389*7c568831SAndroid Build Coastguard Worker    <functype name='xmlRelaxNGValidityWarningFunc' file='relaxng' module='relaxng'>
12390*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_SCHEMAS_ENABLED)</cond>
12391*7c568831SAndroid Build Coastguard Worker      <info>Signature of a warning callback from a Relax-NG validation</info>
12392*7c568831SAndroid Build Coastguard Worker      <return type='void'/>
12393*7c568831SAndroid Build Coastguard Worker      <arg name='ctx' type='void *' info='the validation context'/>
12394*7c568831SAndroid Build Coastguard Worker      <arg name='msg' type='const char *' info='the message'/>
12395*7c568831SAndroid Build Coastguard Worker      <arg name='...' type='...' info='extra arguments'/>
12396*7c568831SAndroid Build Coastguard Worker    </functype>
12397*7c568831SAndroid Build Coastguard Worker    <function name='xmlRelaxParserSetFlag' file='relaxng' module='relaxng'>
12398*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_SCHEMAS_ENABLED)</cond>
12399*7c568831SAndroid Build Coastguard Worker      <info>Semi private function used to pass information to a parser context which are a combination of xmlRelaxNGParserFlag .</info>
12400*7c568831SAndroid Build Coastguard Worker      <return type='int' info='0 if success and -1 in case of error'/>
12401*7c568831SAndroid Build Coastguard Worker      <arg name='ctxt' type='xmlRelaxNGParserCtxtPtr' info='a RelaxNG parser context'/>
12402*7c568831SAndroid Build Coastguard Worker      <arg name='flags' type='int' info='a set of flags values'/>
12403*7c568831SAndroid Build Coastguard Worker    </function>
12404*7c568831SAndroid Build Coastguard Worker    <function name='xmlRemoveID' file='valid' module='valid'>
12405*7c568831SAndroid Build Coastguard Worker      <info>Remove the given attribute from the ID table maintained internally.</info>
12406*7c568831SAndroid Build Coastguard Worker      <return type='int' info='-1 if the lookup failed and 0 otherwise'/>
12407*7c568831SAndroid Build Coastguard Worker      <arg name='doc' type='xmlDocPtr' info='the document'/>
12408*7c568831SAndroid Build Coastguard Worker      <arg name='attr' type='xmlAttrPtr' info='the attribute'/>
12409*7c568831SAndroid Build Coastguard Worker    </function>
12410*7c568831SAndroid Build Coastguard Worker    <function name='xmlRemoveProp' file='tree' module='tree'>
12411*7c568831SAndroid Build Coastguard Worker      <info>Unlink and free an attribute including all children.  Note this doesn&apos;t work for namespace declarations.  The attribute must have a non-NULL parent pointer.</info>
12412*7c568831SAndroid Build Coastguard Worker      <return type='int' info='0 on success or -1 if the attribute was not found or arguments are invalid.'/>
12413*7c568831SAndroid Build Coastguard Worker      <arg name='cur' type='xmlAttrPtr' info='an attribute'/>
12414*7c568831SAndroid Build Coastguard Worker    </function>
12415*7c568831SAndroid Build Coastguard Worker    <function name='xmlRemoveRef' file='valid' module='valid'>
12416*7c568831SAndroid Build Coastguard Worker      <info>DEPRECATED, do not use. This function will be removed from the public API.  Remove the given attribute from the Ref table maintained internally.</info>
12417*7c568831SAndroid Build Coastguard Worker      <return type='int' info='-1 if the lookup failed and 0 otherwise'/>
12418*7c568831SAndroid Build Coastguard Worker      <arg name='doc' type='xmlDocPtr' info='the document'/>
12419*7c568831SAndroid Build Coastguard Worker      <arg name='attr' type='xmlAttrPtr' info='the attribute'/>
12420*7c568831SAndroid Build Coastguard Worker    </function>
12421*7c568831SAndroid Build Coastguard Worker    <function name='xmlReplaceNode' file='tree' module='tree'>
12422*7c568831SAndroid Build Coastguard Worker      <info>Unlink the old node. If @cur is provided, it is unlinked and inserted in place of @old.  It is an error if @old has no parent.  Unlike xmlAddChild, this function doesn&apos;t merge text nodes or delete duplicate attributes.  See the notes in xmlAddChild.</info>
12423*7c568831SAndroid Build Coastguard Worker      <return type='xmlNodePtr' info='@old or NULL if arguments are invalid or a memory allocation failed.'/>
12424*7c568831SAndroid Build Coastguard Worker      <arg name='old' type='xmlNodePtr' info='the old node'/>
12425*7c568831SAndroid Build Coastguard Worker      <arg name='cur' type='xmlNodePtr' info='the node (optional)'/>
12426*7c568831SAndroid Build Coastguard Worker    </function>
12427*7c568831SAndroid Build Coastguard Worker    <function name='xmlResetError' file='xmlerror' module='error'>
12428*7c568831SAndroid Build Coastguard Worker      <info>Cleanup the error.</info>
12429*7c568831SAndroid Build Coastguard Worker      <return type='void'/>
12430*7c568831SAndroid Build Coastguard Worker      <arg name='err' type='xmlErrorPtr' info='pointer to the error.'/>
12431*7c568831SAndroid Build Coastguard Worker    </function>
12432*7c568831SAndroid Build Coastguard Worker    <function name='xmlResetLastError' file='xmlerror' module='error'>
12433*7c568831SAndroid Build Coastguard Worker      <info>Cleanup the last global error registered. For parsing error this does not change the well-formedness result.</info>
12434*7c568831SAndroid Build Coastguard Worker      <return type='void'/>
12435*7c568831SAndroid Build Coastguard Worker    </function>
12436*7c568831SAndroid Build Coastguard Worker    <functype name='xmlResourceLoader' file='parser' module='parser'>
12437*7c568831SAndroid Build Coastguard Worker      <info></info>
12438*7c568831SAndroid Build Coastguard Worker      <return type='int' info=''/>
12439*7c568831SAndroid Build Coastguard Worker      <arg name='ctxt' type='void *' info=''/>
12440*7c568831SAndroid Build Coastguard Worker      <arg name='url' type='const char *' info=''/>
12441*7c568831SAndroid Build Coastguard Worker      <arg name='publicId' type='const char *' info=''/>
12442*7c568831SAndroid Build Coastguard Worker      <arg name='type' type='xmlResourceType' info=''/>
12443*7c568831SAndroid Build Coastguard Worker      <arg name='flags' type='int' info=''/>
12444*7c568831SAndroid Build Coastguard Worker      <arg name='out' type='xmlParserInputPtr *' info=''/>
12445*7c568831SAndroid Build Coastguard Worker    </functype>
12446*7c568831SAndroid Build Coastguard Worker    <function name='xmlSAX2AttributeDecl' file='SAX2' module='SAX2'>
12447*7c568831SAndroid Build Coastguard Worker      <info>An attribute definition has been parsed</info>
12448*7c568831SAndroid Build Coastguard Worker      <return type='void'/>
12449*7c568831SAndroid Build Coastguard Worker      <arg name='ctx' type='void *' info='the user data (XML parser context)'/>
12450*7c568831SAndroid Build Coastguard Worker      <arg name='elem' type='const xmlChar *' info='the name of the element'/>
12451*7c568831SAndroid Build Coastguard Worker      <arg name='fullname' type='const xmlChar *' info='the attribute name'/>
12452*7c568831SAndroid Build Coastguard Worker      <arg name='type' type='int' info='the attribute type'/>
12453*7c568831SAndroid Build Coastguard Worker      <arg name='def' type='int' info='the type of default value'/>
12454*7c568831SAndroid Build Coastguard Worker      <arg name='defaultValue' type='const xmlChar *' info='the attribute default value'/>
12455*7c568831SAndroid Build Coastguard Worker      <arg name='tree' type='xmlEnumerationPtr' info='the tree of enumerated value set'/>
12456*7c568831SAndroid Build Coastguard Worker    </function>
12457*7c568831SAndroid Build Coastguard Worker    <function name='xmlSAX2CDataBlock' file='SAX2' module='SAX2'>
12458*7c568831SAndroid Build Coastguard Worker      <info>called when a pcdata block has been parsed</info>
12459*7c568831SAndroid Build Coastguard Worker      <return type='void'/>
12460*7c568831SAndroid Build Coastguard Worker      <arg name='ctx' type='void *' info='the user data (XML parser context)'/>
12461*7c568831SAndroid Build Coastguard Worker      <arg name='value' type='const xmlChar *' info='The pcdata content'/>
12462*7c568831SAndroid Build Coastguard Worker      <arg name='len' type='int' info='the block length'/>
12463*7c568831SAndroid Build Coastguard Worker    </function>
12464*7c568831SAndroid Build Coastguard Worker    <function name='xmlSAX2Characters' file='SAX2' module='SAX2'>
12465*7c568831SAndroid Build Coastguard Worker      <info>receiving some chars from the parser.</info>
12466*7c568831SAndroid Build Coastguard Worker      <return type='void'/>
12467*7c568831SAndroid Build Coastguard Worker      <arg name='ctx' type='void *' info='the user data (XML parser context)'/>
12468*7c568831SAndroid Build Coastguard Worker      <arg name='ch' type='const xmlChar *' info='a xmlChar string'/>
12469*7c568831SAndroid Build Coastguard Worker      <arg name='len' type='int' info='the number of xmlChar'/>
12470*7c568831SAndroid Build Coastguard Worker    </function>
12471*7c568831SAndroid Build Coastguard Worker    <function name='xmlSAX2Comment' file='SAX2' module='SAX2'>
12472*7c568831SAndroid Build Coastguard Worker      <info>A xmlSAX2Comment has been parsed.</info>
12473*7c568831SAndroid Build Coastguard Worker      <return type='void'/>
12474*7c568831SAndroid Build Coastguard Worker      <arg name='ctx' type='void *' info='the user data (XML parser context)'/>
12475*7c568831SAndroid Build Coastguard Worker      <arg name='value' type='const xmlChar *' info='the xmlSAX2Comment content'/>
12476*7c568831SAndroid Build Coastguard Worker    </function>
12477*7c568831SAndroid Build Coastguard Worker    <function name='xmlSAX2ElementDecl' file='SAX2' module='SAX2'>
12478*7c568831SAndroid Build Coastguard Worker      <info>An element definition has been parsed</info>
12479*7c568831SAndroid Build Coastguard Worker      <return type='void'/>
12480*7c568831SAndroid Build Coastguard Worker      <arg name='ctx' type='void *' info='the user data (XML parser context)'/>
12481*7c568831SAndroid Build Coastguard Worker      <arg name='name' type='const xmlChar *' info='the element name'/>
12482*7c568831SAndroid Build Coastguard Worker      <arg name='type' type='int' info='the element type'/>
12483*7c568831SAndroid Build Coastguard Worker      <arg name='content' type='xmlElementContentPtr' info='the element value tree'/>
12484*7c568831SAndroid Build Coastguard Worker    </function>
12485*7c568831SAndroid Build Coastguard Worker    <function name='xmlSAX2EndDocument' file='SAX2' module='SAX2'>
12486*7c568831SAndroid Build Coastguard Worker      <info>called when the document end has been detected.</info>
12487*7c568831SAndroid Build Coastguard Worker      <return type='void'/>
12488*7c568831SAndroid Build Coastguard Worker      <arg name='ctx' type='void *' info='the user data (XML parser context)'/>
12489*7c568831SAndroid Build Coastguard Worker    </function>
12490*7c568831SAndroid Build Coastguard Worker    <function name='xmlSAX2EndElement' file='SAX2' module='SAX2'>
12491*7c568831SAndroid Build Coastguard Worker      <info>DEPRECATED: Don&apos;t call this function directly.  called when the end of an element has been detected.  Used for HTML and SAX1.</info>
12492*7c568831SAndroid Build Coastguard Worker      <return type='void'/>
12493*7c568831SAndroid Build Coastguard Worker      <arg name='ctx' type='void *' info='the user data (XML parser context)'/>
12494*7c568831SAndroid Build Coastguard Worker      <arg name='name' type='const xmlChar *' info='The element name'/>
12495*7c568831SAndroid Build Coastguard Worker    </function>
12496*7c568831SAndroid Build Coastguard Worker    <function name='xmlSAX2EndElementNs' file='SAX2' module='SAX2'>
12497*7c568831SAndroid Build Coastguard Worker      <info>SAX2 callback when an element end has been detected by the parser. It provides the namespace information for the element.</info>
12498*7c568831SAndroid Build Coastguard Worker      <return type='void'/>
12499*7c568831SAndroid Build Coastguard Worker      <arg name='ctx' type='void *' info='the user data (XML parser context)'/>
12500*7c568831SAndroid Build Coastguard Worker      <arg name='localname' type='const xmlChar *' info='the local name of the element'/>
12501*7c568831SAndroid Build Coastguard Worker      <arg name='prefix' type='const xmlChar *' info='the element namespace prefix if available'/>
12502*7c568831SAndroid Build Coastguard Worker      <arg name='URI' type='const xmlChar *' info='the element namespace name if available'/>
12503*7c568831SAndroid Build Coastguard Worker    </function>
12504*7c568831SAndroid Build Coastguard Worker    <function name='xmlSAX2EntityDecl' file='SAX2' module='SAX2'>
12505*7c568831SAndroid Build Coastguard Worker      <info>An entity definition has been parsed</info>
12506*7c568831SAndroid Build Coastguard Worker      <return type='void'/>
12507*7c568831SAndroid Build Coastguard Worker      <arg name='ctx' type='void *' info='the user data (XML parser context)'/>
12508*7c568831SAndroid Build Coastguard Worker      <arg name='name' type='const xmlChar *' info='the entity name'/>
12509*7c568831SAndroid Build Coastguard Worker      <arg name='type' type='int' info='the entity type'/>
12510*7c568831SAndroid Build Coastguard Worker      <arg name='publicId' type='const xmlChar *' info='The public ID of the entity'/>
12511*7c568831SAndroid Build Coastguard Worker      <arg name='systemId' type='const xmlChar *' info='The system ID of the entity'/>
12512*7c568831SAndroid Build Coastguard Worker      <arg name='content' type='xmlChar *' info='the entity value (without processing).'/>
12513*7c568831SAndroid Build Coastguard Worker    </function>
12514*7c568831SAndroid Build Coastguard Worker    <function name='xmlSAX2ExternalSubset' file='SAX2' module='SAX2'>
12515*7c568831SAndroid Build Coastguard Worker      <info>Callback on external subset declaration.</info>
12516*7c568831SAndroid Build Coastguard Worker      <return type='void'/>
12517*7c568831SAndroid Build Coastguard Worker      <arg name='ctx' type='void *' info='the user data (XML parser context)'/>
12518*7c568831SAndroid Build Coastguard Worker      <arg name='name' type='const xmlChar *' info='the root element name'/>
12519*7c568831SAndroid Build Coastguard Worker      <arg name='ExternalID' type='const xmlChar *' info='the external ID'/>
12520*7c568831SAndroid Build Coastguard Worker      <arg name='SystemID' type='const xmlChar *' info='the SYSTEM ID (e.g. filename or URL)'/>
12521*7c568831SAndroid Build Coastguard Worker    </function>
12522*7c568831SAndroid Build Coastguard Worker    <function name='xmlSAX2GetColumnNumber' file='SAX2' module='SAX2'>
12523*7c568831SAndroid Build Coastguard Worker      <info>Provide the column number of the current parsing point.</info>
12524*7c568831SAndroid Build Coastguard Worker      <return type='int' info='an int'/>
12525*7c568831SAndroid Build Coastguard Worker      <arg name='ctx' type='void *' info='the user data (XML parser context)'/>
12526*7c568831SAndroid Build Coastguard Worker    </function>
12527*7c568831SAndroid Build Coastguard Worker    <function name='xmlSAX2GetEntity' file='SAX2' module='SAX2'>
12528*7c568831SAndroid Build Coastguard Worker      <info>Get an entity by name</info>
12529*7c568831SAndroid Build Coastguard Worker      <return type='xmlEntityPtr' info='the xmlEntityPtr if found.'/>
12530*7c568831SAndroid Build Coastguard Worker      <arg name='ctx' type='void *' info='the user data (XML parser context)'/>
12531*7c568831SAndroid Build Coastguard Worker      <arg name='name' type='const xmlChar *' info='The entity name'/>
12532*7c568831SAndroid Build Coastguard Worker    </function>
12533*7c568831SAndroid Build Coastguard Worker    <function name='xmlSAX2GetLineNumber' file='SAX2' module='SAX2'>
12534*7c568831SAndroid Build Coastguard Worker      <info>Provide the line number of the current parsing point.</info>
12535*7c568831SAndroid Build Coastguard Worker      <return type='int' info='an int'/>
12536*7c568831SAndroid Build Coastguard Worker      <arg name='ctx' type='void *' info='the user data (XML parser context)'/>
12537*7c568831SAndroid Build Coastguard Worker    </function>
12538*7c568831SAndroid Build Coastguard Worker    <function name='xmlSAX2GetParameterEntity' file='SAX2' module='SAX2'>
12539*7c568831SAndroid Build Coastguard Worker      <info>Get a parameter entity by name</info>
12540*7c568831SAndroid Build Coastguard Worker      <return type='xmlEntityPtr' info='the xmlEntityPtr if found.'/>
12541*7c568831SAndroid Build Coastguard Worker      <arg name='ctx' type='void *' info='the user data (XML parser context)'/>
12542*7c568831SAndroid Build Coastguard Worker      <arg name='name' type='const xmlChar *' info='The entity name'/>
12543*7c568831SAndroid Build Coastguard Worker    </function>
12544*7c568831SAndroid Build Coastguard Worker    <function name='xmlSAX2GetPublicId' file='SAX2' module='SAX2'>
12545*7c568831SAndroid Build Coastguard Worker      <info>Provides the public ID e.g. &quot;-//SGMLSOURCE//DTD DEMO//EN&quot;</info>
12546*7c568831SAndroid Build Coastguard Worker      <return type='const xmlChar *' info='a xmlChar *'/>
12547*7c568831SAndroid Build Coastguard Worker      <arg name='ctx' type='void *' info='the user data (XML parser context)'/>
12548*7c568831SAndroid Build Coastguard Worker    </function>
12549*7c568831SAndroid Build Coastguard Worker    <function name='xmlSAX2GetSystemId' file='SAX2' module='SAX2'>
12550*7c568831SAndroid Build Coastguard Worker      <info>Provides the system ID, basically URL or filename e.g. http://www.sgmlsource.com/dtds/memo.dtd</info>
12551*7c568831SAndroid Build Coastguard Worker      <return type='const xmlChar *' info='a xmlChar *'/>
12552*7c568831SAndroid Build Coastguard Worker      <arg name='ctx' type='void *' info='the user data (XML parser context)'/>
12553*7c568831SAndroid Build Coastguard Worker    </function>
12554*7c568831SAndroid Build Coastguard Worker    <function name='xmlSAX2HasExternalSubset' file='SAX2' module='SAX2'>
12555*7c568831SAndroid Build Coastguard Worker      <info>Does this document has an external subset</info>
12556*7c568831SAndroid Build Coastguard Worker      <return type='int' info='1 if true'/>
12557*7c568831SAndroid Build Coastguard Worker      <arg name='ctx' type='void *' info='the user data (XML parser context)'/>
12558*7c568831SAndroid Build Coastguard Worker    </function>
12559*7c568831SAndroid Build Coastguard Worker    <function name='xmlSAX2HasInternalSubset' file='SAX2' module='SAX2'>
12560*7c568831SAndroid Build Coastguard Worker      <info>Does this document has an internal subset</info>
12561*7c568831SAndroid Build Coastguard Worker      <return type='int' info='1 if true'/>
12562*7c568831SAndroid Build Coastguard Worker      <arg name='ctx' type='void *' info='the user data (XML parser context)'/>
12563*7c568831SAndroid Build Coastguard Worker    </function>
12564*7c568831SAndroid Build Coastguard Worker    <function name='xmlSAX2IgnorableWhitespace' file='SAX2' module='SAX2'>
12565*7c568831SAndroid Build Coastguard Worker      <info>receiving some ignorable whitespaces from the parser. UNUSED: by default the DOM building will use xmlSAX2Characters</info>
12566*7c568831SAndroid Build Coastguard Worker      <return type='void'/>
12567*7c568831SAndroid Build Coastguard Worker      <arg name='ctx' type='void *' info='the user data (XML parser context)'/>
12568*7c568831SAndroid Build Coastguard Worker      <arg name='ch' type='const xmlChar *' info='a xmlChar string'/>
12569*7c568831SAndroid Build Coastguard Worker      <arg name='len' type='int' info='the number of xmlChar'/>
12570*7c568831SAndroid Build Coastguard Worker    </function>
12571*7c568831SAndroid Build Coastguard Worker    <function name='xmlSAX2InitDefaultSAXHandler' file='SAX2' module='SAX2'>
12572*7c568831SAndroid Build Coastguard Worker      <info>Initialize the default XML SAX2 handler</info>
12573*7c568831SAndroid Build Coastguard Worker      <return type='void'/>
12574*7c568831SAndroid Build Coastguard Worker      <arg name='hdlr' type='xmlSAXHandler *' info='the SAX handler'/>
12575*7c568831SAndroid Build Coastguard Worker      <arg name='warning' type='int' info='flag if non-zero sets the handler warning procedure'/>
12576*7c568831SAndroid Build Coastguard Worker    </function>
12577*7c568831SAndroid Build Coastguard Worker    <function name='xmlSAX2InitHtmlDefaultSAXHandler' file='SAX2' module='SAX2'>
12578*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_HTML_ENABLED)</cond>
12579*7c568831SAndroid Build Coastguard Worker      <info>Initialize the default HTML SAX2 handler</info>
12580*7c568831SAndroid Build Coastguard Worker      <return type='void'/>
12581*7c568831SAndroid Build Coastguard Worker      <arg name='hdlr' type='xmlSAXHandler *' info='the SAX handler'/>
12582*7c568831SAndroid Build Coastguard Worker    </function>
12583*7c568831SAndroid Build Coastguard Worker    <function name='xmlSAX2InternalSubset' file='SAX2' module='SAX2'>
12584*7c568831SAndroid Build Coastguard Worker      <info>Callback on internal subset declaration.</info>
12585*7c568831SAndroid Build Coastguard Worker      <return type='void'/>
12586*7c568831SAndroid Build Coastguard Worker      <arg name='ctx' type='void *' info='the user data (XML parser context)'/>
12587*7c568831SAndroid Build Coastguard Worker      <arg name='name' type='const xmlChar *' info='the root element name'/>
12588*7c568831SAndroid Build Coastguard Worker      <arg name='ExternalID' type='const xmlChar *' info='the external ID'/>
12589*7c568831SAndroid Build Coastguard Worker      <arg name='SystemID' type='const xmlChar *' info='the SYSTEM ID (e.g. filename or URL)'/>
12590*7c568831SAndroid Build Coastguard Worker    </function>
12591*7c568831SAndroid Build Coastguard Worker    <function name='xmlSAX2IsStandalone' file='SAX2' module='SAX2'>
12592*7c568831SAndroid Build Coastguard Worker      <info>Is this document tagged standalone ?</info>
12593*7c568831SAndroid Build Coastguard Worker      <return type='int' info='1 if true'/>
12594*7c568831SAndroid Build Coastguard Worker      <arg name='ctx' type='void *' info='the user data (XML parser context)'/>
12595*7c568831SAndroid Build Coastguard Worker    </function>
12596*7c568831SAndroid Build Coastguard Worker    <function name='xmlSAX2NotationDecl' file='SAX2' module='SAX2'>
12597*7c568831SAndroid Build Coastguard Worker      <info>What to do when a notation declaration has been parsed.</info>
12598*7c568831SAndroid Build Coastguard Worker      <return type='void'/>
12599*7c568831SAndroid Build Coastguard Worker      <arg name='ctx' type='void *' info='the user data (XML parser context)'/>
12600*7c568831SAndroid Build Coastguard Worker      <arg name='name' type='const xmlChar *' info='The name of the notation'/>
12601*7c568831SAndroid Build Coastguard Worker      <arg name='publicId' type='const xmlChar *' info='The public ID of the entity'/>
12602*7c568831SAndroid Build Coastguard Worker      <arg name='systemId' type='const xmlChar *' info='The system ID of the entity'/>
12603*7c568831SAndroid Build Coastguard Worker    </function>
12604*7c568831SAndroid Build Coastguard Worker    <function name='xmlSAX2ProcessingInstruction' file='SAX2' module='SAX2'>
12605*7c568831SAndroid Build Coastguard Worker      <info>A processing instruction has been parsed.</info>
12606*7c568831SAndroid Build Coastguard Worker      <return type='void'/>
12607*7c568831SAndroid Build Coastguard Worker      <arg name='ctx' type='void *' info='the user data (XML parser context)'/>
12608*7c568831SAndroid Build Coastguard Worker      <arg name='target' type='const xmlChar *' info='the target name'/>
12609*7c568831SAndroid Build Coastguard Worker      <arg name='data' type='const xmlChar *' info='the PI data&apos;s'/>
12610*7c568831SAndroid Build Coastguard Worker    </function>
12611*7c568831SAndroid Build Coastguard Worker    <function name='xmlSAX2Reference' file='SAX2' module='SAX2'>
12612*7c568831SAndroid Build Coastguard Worker      <info>called when an entity xmlSAX2Reference is detected.</info>
12613*7c568831SAndroid Build Coastguard Worker      <return type='void'/>
12614*7c568831SAndroid Build Coastguard Worker      <arg name='ctx' type='void *' info='the user data (XML parser context)'/>
12615*7c568831SAndroid Build Coastguard Worker      <arg name='name' type='const xmlChar *' info='The entity name'/>
12616*7c568831SAndroid Build Coastguard Worker    </function>
12617*7c568831SAndroid Build Coastguard Worker    <function name='xmlSAX2ResolveEntity' file='SAX2' module='SAX2'>
12618*7c568831SAndroid Build Coastguard Worker      <info>This is only used to load DTDs. The preferred way to install custom resolvers is xmlCtxtSetResourceLoader.</info>
12619*7c568831SAndroid Build Coastguard Worker      <return type='xmlParserInputPtr' info='a parser input.'/>
12620*7c568831SAndroid Build Coastguard Worker      <arg name='ctx' type='void *' info='the user data (XML parser context)'/>
12621*7c568831SAndroid Build Coastguard Worker      <arg name='publicId' type='const xmlChar *' info='The public ID of the entity'/>
12622*7c568831SAndroid Build Coastguard Worker      <arg name='systemId' type='const xmlChar *' info='The system ID of the entity'/>
12623*7c568831SAndroid Build Coastguard Worker    </function>
12624*7c568831SAndroid Build Coastguard Worker    <function name='xmlSAX2SetDocumentLocator' file='SAX2' module='SAX2'>
12625*7c568831SAndroid Build Coastguard Worker      <info>Receive the document locator at startup, actually xmlDefaultSAXLocator Everything is available on the context, so this is useless in our case.</info>
12626*7c568831SAndroid Build Coastguard Worker      <return type='void'/>
12627*7c568831SAndroid Build Coastguard Worker      <arg name='ctx' type='void *' info='the user data (XML parser context)'/>
12628*7c568831SAndroid Build Coastguard Worker      <arg name='loc' type='xmlSAXLocatorPtr' info='A SAX Locator'/>
12629*7c568831SAndroid Build Coastguard Worker    </function>
12630*7c568831SAndroid Build Coastguard Worker    <function name='xmlSAX2StartDocument' file='SAX2' module='SAX2'>
12631*7c568831SAndroid Build Coastguard Worker      <info>called when the document start being processed.</info>
12632*7c568831SAndroid Build Coastguard Worker      <return type='void'/>
12633*7c568831SAndroid Build Coastguard Worker      <arg name='ctx' type='void *' info='the user data (XML parser context)'/>
12634*7c568831SAndroid Build Coastguard Worker    </function>
12635*7c568831SAndroid Build Coastguard Worker    <function name='xmlSAX2StartElement' file='SAX2' module='SAX2'>
12636*7c568831SAndroid Build Coastguard Worker      <info>DEPRECATED: Don&apos;t call this function directly.  Called when an opening tag has been processed.  Used for HTML and SAX1.</info>
12637*7c568831SAndroid Build Coastguard Worker      <return type='void'/>
12638*7c568831SAndroid Build Coastguard Worker      <arg name='ctx' type='void *' info='the user data (XML parser context)'/>
12639*7c568831SAndroid Build Coastguard Worker      <arg name='fullname' type='const xmlChar *' info='The element name, including namespace prefix'/>
12640*7c568831SAndroid Build Coastguard Worker      <arg name='atts' type='const xmlChar **' info='An array of name/value attributes pairs, NULL terminated'/>
12641*7c568831SAndroid Build Coastguard Worker    </function>
12642*7c568831SAndroid Build Coastguard Worker    <function name='xmlSAX2StartElementNs' file='SAX2' module='SAX2'>
12643*7c568831SAndroid Build Coastguard Worker      <info>SAX2 callback when an element start has been detected by the parser. It provides the namespace information for the element, as well as the new namespace declarations on the element.</info>
12644*7c568831SAndroid Build Coastguard Worker      <return type='void'/>
12645*7c568831SAndroid Build Coastguard Worker      <arg name='ctx' type='void *' info='the user data (XML parser context)'/>
12646*7c568831SAndroid Build Coastguard Worker      <arg name='localname' type='const xmlChar *' info='the local name of the element'/>
12647*7c568831SAndroid Build Coastguard Worker      <arg name='prefix' type='const xmlChar *' info='the element namespace prefix if available'/>
12648*7c568831SAndroid Build Coastguard Worker      <arg name='URI' type='const xmlChar *' info='the element namespace name if available'/>
12649*7c568831SAndroid Build Coastguard Worker      <arg name='nb_namespaces' type='int' info='number of namespace definitions on that node'/>
12650*7c568831SAndroid Build Coastguard Worker      <arg name='namespaces' type='const xmlChar **' info='pointer to the array of prefix/URI pairs namespace definitions'/>
12651*7c568831SAndroid Build Coastguard Worker      <arg name='nb_attributes' type='int' info='the number of attributes on that node'/>
12652*7c568831SAndroid Build Coastguard Worker      <arg name='nb_defaulted' type='int' info='the number of defaulted attributes.'/>
12653*7c568831SAndroid Build Coastguard Worker      <arg name='attributes' type='const xmlChar **' info='pointer to the array of (localname/prefix/URI/value/end) attribute values.'/>
12654*7c568831SAndroid Build Coastguard Worker    </function>
12655*7c568831SAndroid Build Coastguard Worker    <function name='xmlSAX2UnparsedEntityDecl' file='SAX2' module='SAX2'>
12656*7c568831SAndroid Build Coastguard Worker      <info>What to do when an unparsed entity declaration is parsed</info>
12657*7c568831SAndroid Build Coastguard Worker      <return type='void'/>
12658*7c568831SAndroid Build Coastguard Worker      <arg name='ctx' type='void *' info='the user data (XML parser context)'/>
12659*7c568831SAndroid Build Coastguard Worker      <arg name='name' type='const xmlChar *' info='The name of the entity'/>
12660*7c568831SAndroid Build Coastguard Worker      <arg name='publicId' type='const xmlChar *' info='The public ID of the entity'/>
12661*7c568831SAndroid Build Coastguard Worker      <arg name='systemId' type='const xmlChar *' info='The system ID of the entity'/>
12662*7c568831SAndroid Build Coastguard Worker      <arg name='notationName' type='const xmlChar *' info='the name of the notation'/>
12663*7c568831SAndroid Build Coastguard Worker    </function>
12664*7c568831SAndroid Build Coastguard Worker    <function name='xmlSAXDefaultVersion' file='SAX2' module='SAX2'>
12665*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_SAX1_ENABLED)</cond>
12666*7c568831SAndroid Build Coastguard Worker      <info>DEPRECATED: Use parser option XML_PARSE_SAX1.  Has no effect.</info>
12667*7c568831SAndroid Build Coastguard Worker      <return type='int' info='2 in case of success and -1 in case of error.'/>
12668*7c568831SAndroid Build Coastguard Worker      <arg name='version' type='int' info='the version, must be 2'/>
12669*7c568831SAndroid Build Coastguard Worker    </function>
12670*7c568831SAndroid Build Coastguard Worker    <function name='xmlSAXParseDTD' file='parser' module='parser'>
12671*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_VALID_ENABLED)</cond>
12672*7c568831SAndroid Build Coastguard Worker      <info>DEPRECATED: Don&apos;t use.  Load and parse an external subset.</info>
12673*7c568831SAndroid Build Coastguard Worker      <return type='xmlDtdPtr' info='the resulting xmlDtdPtr or NULL in case of error.'/>
12674*7c568831SAndroid Build Coastguard Worker      <arg name='sax' type='xmlSAXHandlerPtr' info='the SAX handler block'/>
12675*7c568831SAndroid Build Coastguard Worker      <arg name='ExternalID' type='const xmlChar *' info='a NAME* containing the External ID of the DTD'/>
12676*7c568831SAndroid Build Coastguard Worker      <arg name='SystemID' type='const xmlChar *' info='a NAME* containing the URL to the DTD'/>
12677*7c568831SAndroid Build Coastguard Worker    </function>
12678*7c568831SAndroid Build Coastguard Worker    <function name='xmlSAXParseDoc' file='parser' module='parser'>
12679*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_SAX1_ENABLED)</cond>
12680*7c568831SAndroid Build Coastguard Worker      <info>DEPRECATED: Use xmlNewSAXParserCtxt and xmlCtxtReadDoc.  parse an XML in-memory document and build a tree. It use the given SAX function block to handle the parsing callback. If sax is NULL, fallback to the default DOM tree building routines.</info>
12681*7c568831SAndroid Build Coastguard Worker      <return type='xmlDocPtr' info='the resulting document tree'/>
12682*7c568831SAndroid Build Coastguard Worker      <arg name='sax' type='xmlSAXHandlerPtr' info='the SAX handler block'/>
12683*7c568831SAndroid Build Coastguard Worker      <arg name='cur' type='const xmlChar *' info='a pointer to an array of xmlChar'/>
12684*7c568831SAndroid Build Coastguard Worker      <arg name='recovery' type='int' info='work in recovery mode, i.e. tries to read no Well Formed documents'/>
12685*7c568831SAndroid Build Coastguard Worker    </function>
12686*7c568831SAndroid Build Coastguard Worker    <function name='xmlSAXParseEntity' file='parser' module='parser'>
12687*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_SAX1_ENABLED)</cond>
12688*7c568831SAndroid Build Coastguard Worker      <info>DEPRECATED: Don&apos;t use.  parse an XML external entity out of context and build a tree. It use the given SAX function block to handle the parsing callback. If sax is NULL, fallback to the default DOM tree building routines.  [78] extParsedEnt ::= TextDecl? content  This correspond to a &quot;Well Balanced&quot; chunk</info>
12689*7c568831SAndroid Build Coastguard Worker      <return type='xmlDocPtr' info='the resulting document tree'/>
12690*7c568831SAndroid Build Coastguard Worker      <arg name='sax' type='xmlSAXHandlerPtr' info='the SAX handler block'/>
12691*7c568831SAndroid Build Coastguard Worker      <arg name='filename' type='const char *' info='the filename'/>
12692*7c568831SAndroid Build Coastguard Worker    </function>
12693*7c568831SAndroid Build Coastguard Worker    <function name='xmlSAXParseFile' file='parser' module='parser'>
12694*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_SAX1_ENABLED)</cond>
12695*7c568831SAndroid Build Coastguard Worker      <info>DEPRECATED: Use xmlNewSAXParserCtxt and xmlCtxtReadFile.  parse an XML file and build a tree. Automatic support for ZLIB/Compress compressed document is provided by default if found at compile-time. It use the given SAX function block to handle the parsing callback. If sax is NULL, fallback to the default DOM tree building routines.</info>
12696*7c568831SAndroid Build Coastguard Worker      <return type='xmlDocPtr' info='the resulting document tree'/>
12697*7c568831SAndroid Build Coastguard Worker      <arg name='sax' type='xmlSAXHandlerPtr' info='the SAX handler block'/>
12698*7c568831SAndroid Build Coastguard Worker      <arg name='filename' type='const char *' info='the filename'/>
12699*7c568831SAndroid Build Coastguard Worker      <arg name='recovery' type='int' info='work in recovery mode, i.e. tries to read no Well Formed documents'/>
12700*7c568831SAndroid Build Coastguard Worker    </function>
12701*7c568831SAndroid Build Coastguard Worker    <function name='xmlSAXParseFileWithData' file='parser' module='parser'>
12702*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_SAX1_ENABLED)</cond>
12703*7c568831SAndroid Build Coastguard Worker      <info>DEPRECATED: Use xmlNewSAXParserCtxt and xmlCtxtReadFile.  parse an XML file and build a tree. Automatic support for ZLIB/Compress compressed document is provided by default if found at compile-time. It use the given SAX function block to handle the parsing callback. If sax is NULL, fallback to the default DOM tree building routines.  User data (void *) is stored within the parser context in the context&apos;s _private member, so it is available nearly everywhere in libxml</info>
12704*7c568831SAndroid Build Coastguard Worker      <return type='xmlDocPtr' info='the resulting document tree'/>
12705*7c568831SAndroid Build Coastguard Worker      <arg name='sax' type='xmlSAXHandlerPtr' info='the SAX handler block'/>
12706*7c568831SAndroid Build Coastguard Worker      <arg name='filename' type='const char *' info='the filename'/>
12707*7c568831SAndroid Build Coastguard Worker      <arg name='recovery' type='int' info='work in recovery mode, i.e. tries to read no Well Formed documents'/>
12708*7c568831SAndroid Build Coastguard Worker      <arg name='data' type='void *' info='the userdata'/>
12709*7c568831SAndroid Build Coastguard Worker    </function>
12710*7c568831SAndroid Build Coastguard Worker    <function name='xmlSAXParseMemory' file='parser' module='parser'>
12711*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_SAX1_ENABLED)</cond>
12712*7c568831SAndroid Build Coastguard Worker      <info>DEPRECATED: Use xmlNewSAXParserCtxt and xmlCtxtReadMemory.  parse an XML in-memory block and use the given SAX function block to handle the parsing callback. If sax is NULL, fallback to the default DOM tree building routines.</info>
12713*7c568831SAndroid Build Coastguard Worker      <return type='xmlDocPtr' info='the resulting document tree'/>
12714*7c568831SAndroid Build Coastguard Worker      <arg name='sax' type='xmlSAXHandlerPtr' info='the SAX handler block'/>
12715*7c568831SAndroid Build Coastguard Worker      <arg name='buffer' type='const char *' info='an pointer to a char array'/>
12716*7c568831SAndroid Build Coastguard Worker      <arg name='size' type='int' info='the size of the array'/>
12717*7c568831SAndroid Build Coastguard Worker      <arg name='recovery' type='int' info='work in recovery mode, i.e. tries to read not Well Formed documents'/>
12718*7c568831SAndroid Build Coastguard Worker    </function>
12719*7c568831SAndroid Build Coastguard Worker    <function name='xmlSAXParseMemoryWithData' file='parser' module='parser'>
12720*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_SAX1_ENABLED)</cond>
12721*7c568831SAndroid Build Coastguard Worker      <info>DEPRECATED: Use xmlNewSAXParserCtxt and xmlCtxtReadMemory.  parse an XML in-memory block and use the given SAX function block to handle the parsing callback. If sax is NULL, fallback to the default DOM tree building routines.  User data (void *) is stored within the parser context in the context&apos;s _private member, so it is available nearly everywhere in libxml</info>
12722*7c568831SAndroid Build Coastguard Worker      <return type='xmlDocPtr' info='the resulting document tree'/>
12723*7c568831SAndroid Build Coastguard Worker      <arg name='sax' type='xmlSAXHandlerPtr' info='the SAX handler block'/>
12724*7c568831SAndroid Build Coastguard Worker      <arg name='buffer' type='const char *' info='an pointer to a char array'/>
12725*7c568831SAndroid Build Coastguard Worker      <arg name='size' type='int' info='the size of the array'/>
12726*7c568831SAndroid Build Coastguard Worker      <arg name='recovery' type='int' info='work in recovery mode, i.e. tries to read no Well Formed documents'/>
12727*7c568831SAndroid Build Coastguard Worker      <arg name='data' type='void *' info='the userdata'/>
12728*7c568831SAndroid Build Coastguard Worker    </function>
12729*7c568831SAndroid Build Coastguard Worker    <function name='xmlSAXUserParseFile' file='parser' module='parser'>
12730*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_SAX1_ENABLED)</cond>
12731*7c568831SAndroid Build Coastguard Worker      <info>DEPRECATED: Use xmlNewSAXParserCtxt and xmlCtxtReadFile.  parse an XML file and call the given SAX handler routines. Automatic support for ZLIB/Compress compressed document is provided</info>
12732*7c568831SAndroid Build Coastguard Worker      <return type='int' info='0 in case of success or a error number otherwise'/>
12733*7c568831SAndroid Build Coastguard Worker      <arg name='sax' type='xmlSAXHandlerPtr' info='a SAX handler'/>
12734*7c568831SAndroid Build Coastguard Worker      <arg name='user_data' type='void *' info='The user data returned on SAX callbacks'/>
12735*7c568831SAndroid Build Coastguard Worker      <arg name='filename' type='const char *' info='a file name'/>
12736*7c568831SAndroid Build Coastguard Worker    </function>
12737*7c568831SAndroid Build Coastguard Worker    <function name='xmlSAXUserParseMemory' file='parser' module='parser'>
12738*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_SAX1_ENABLED)</cond>
12739*7c568831SAndroid Build Coastguard Worker      <info>DEPRECATED: Use xmlNewSAXParserCtxt and xmlCtxtReadMemory.  parse an XML in-memory buffer and call the given SAX handler routines.</info>
12740*7c568831SAndroid Build Coastguard Worker      <return type='int' info='0 in case of success or a error number otherwise'/>
12741*7c568831SAndroid Build Coastguard Worker      <arg name='sax' type='xmlSAXHandlerPtr' info='a SAX handler'/>
12742*7c568831SAndroid Build Coastguard Worker      <arg name='user_data' type='void *' info='The user data returned on SAX callbacks'/>
12743*7c568831SAndroid Build Coastguard Worker      <arg name='buffer' type='const char *' info='an in-memory XML document input'/>
12744*7c568831SAndroid Build Coastguard Worker      <arg name='size' type='int' info='the length of the XML document in bytes'/>
12745*7c568831SAndroid Build Coastguard Worker    </function>
12746*7c568831SAndroid Build Coastguard Worker    <function name='xmlSAXVersion' file='SAX2' module='SAX2'>
12747*7c568831SAndroid Build Coastguard Worker      <info>Initialize the default XML SAX handler according to the version</info>
12748*7c568831SAndroid Build Coastguard Worker      <return type='int' info='0 in case of success and -1 in case of error.'/>
12749*7c568831SAndroid Build Coastguard Worker      <arg name='hdlr' type='xmlSAXHandler *' info='the SAX handler'/>
12750*7c568831SAndroid Build Coastguard Worker      <arg name='version' type='int' info='the version, 1 or 2'/>
12751*7c568831SAndroid Build Coastguard Worker    </function>
12752*7c568831SAndroid Build Coastguard Worker    <function name='xmlSaveClose' file='xmlsave' module='xmlsave'>
12753*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_OUTPUT_ENABLED)</cond>
12754*7c568831SAndroid Build Coastguard Worker      <info>Close a document saving context, i.e. make sure that all bytes have been output and free the associated data.</info>
12755*7c568831SAndroid Build Coastguard Worker      <return type='int' info='the number of byte written or -1 in case of error.'/>
12756*7c568831SAndroid Build Coastguard Worker      <arg name='ctxt' type='xmlSaveCtxtPtr' info='a document saving context'/>
12757*7c568831SAndroid Build Coastguard Worker    </function>
12758*7c568831SAndroid Build Coastguard Worker    <function name='xmlSaveDoc' file='xmlsave' module='xmlsave'>
12759*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_OUTPUT_ENABLED)</cond>
12760*7c568831SAndroid Build Coastguard Worker      <info>Save a full document to a saving context TODO: The function is not fully implemented yet as it does not return the byte count but 0 instead</info>
12761*7c568831SAndroid Build Coastguard Worker      <return type='long' info='the number of byte written or -1 in case of error'/>
12762*7c568831SAndroid Build Coastguard Worker      <arg name='ctxt' type='xmlSaveCtxtPtr' info='a document saving context'/>
12763*7c568831SAndroid Build Coastguard Worker      <arg name='doc' type='xmlDocPtr' info='a document'/>
12764*7c568831SAndroid Build Coastguard Worker    </function>
12765*7c568831SAndroid Build Coastguard Worker    <function name='xmlSaveFile' file='tree' module='xmlsave'>
12766*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_OUTPUT_ENABLED)</cond>
12767*7c568831SAndroid Build Coastguard Worker      <info>Dump an XML document to a file. Will use compression if compiled in and enabled. If @filename is &quot;-&quot; the stdout file is used.</info>
12768*7c568831SAndroid Build Coastguard Worker      <return type='int' info='the number of bytes written or -1 in case of failure.'/>
12769*7c568831SAndroid Build Coastguard Worker      <arg name='filename' type='const char *' info='the filename (or URL)'/>
12770*7c568831SAndroid Build Coastguard Worker      <arg name='cur' type='xmlDocPtr' info='the document'/>
12771*7c568831SAndroid Build Coastguard Worker    </function>
12772*7c568831SAndroid Build Coastguard Worker    <function name='xmlSaveFileEnc' file='tree' module='xmlsave'>
12773*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_OUTPUT_ENABLED)</cond>
12774*7c568831SAndroid Build Coastguard Worker      <info>Dump an XML document, converting it to the given encoding</info>
12775*7c568831SAndroid Build Coastguard Worker      <return type='int' info='the number of bytes written or -1 in case of failure.'/>
12776*7c568831SAndroid Build Coastguard Worker      <arg name='filename' type='const char *' info='the filename (or URL)'/>
12777*7c568831SAndroid Build Coastguard Worker      <arg name='cur' type='xmlDocPtr' info='the document'/>
12778*7c568831SAndroid Build Coastguard Worker      <arg name='encoding' type='const char *' info='the name of an encoding (or NULL)'/>
12779*7c568831SAndroid Build Coastguard Worker    </function>
12780*7c568831SAndroid Build Coastguard Worker    <function name='xmlSaveFileTo' file='tree' module='xmlsave'>
12781*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_OUTPUT_ENABLED)</cond>
12782*7c568831SAndroid Build Coastguard Worker      <info>Dump an XML document to an I/O buffer. Warning ! This call xmlOutputBufferClose() on buf which is not available after this call.</info>
12783*7c568831SAndroid Build Coastguard Worker      <return type='int' info='the number of bytes written or -1 in case of failure.'/>
12784*7c568831SAndroid Build Coastguard Worker      <arg name='buf' type='xmlOutputBufferPtr' info='an output I/O buffer'/>
12785*7c568831SAndroid Build Coastguard Worker      <arg name='cur' type='xmlDocPtr' info='the document'/>
12786*7c568831SAndroid Build Coastguard Worker      <arg name='encoding' type='const char *' info='the encoding if any assuming the I/O layer handles the transcoding'/>
12787*7c568831SAndroid Build Coastguard Worker    </function>
12788*7c568831SAndroid Build Coastguard Worker    <function name='xmlSaveFinish' file='xmlsave' module='xmlsave'>
12789*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_OUTPUT_ENABLED)</cond>
12790*7c568831SAndroid Build Coastguard Worker      <info>Close a document saving context, i.e. make sure that all bytes have been output and free the associated data.  Available since 2.13.0.</info>
12791*7c568831SAndroid Build Coastguard Worker      <return type='int' info='an xmlParserErrors code.'/>
12792*7c568831SAndroid Build Coastguard Worker      <arg name='ctxt' type='xmlSaveCtxtPtr' info='a document saving context'/>
12793*7c568831SAndroid Build Coastguard Worker    </function>
12794*7c568831SAndroid Build Coastguard Worker    <function name='xmlSaveFlush' file='xmlsave' module='xmlsave'>
12795*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_OUTPUT_ENABLED)</cond>
12796*7c568831SAndroid Build Coastguard Worker      <info>Flush a document saving context, i.e. make sure that all bytes have been output.</info>
12797*7c568831SAndroid Build Coastguard Worker      <return type='int' info='the number of byte written or -1 in case of error.'/>
12798*7c568831SAndroid Build Coastguard Worker      <arg name='ctxt' type='xmlSaveCtxtPtr' info='a document saving context'/>
12799*7c568831SAndroid Build Coastguard Worker    </function>
12800*7c568831SAndroid Build Coastguard Worker    <function name='xmlSaveFormatFile' file='tree' module='xmlsave'>
12801*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_OUTPUT_ENABLED)</cond>
12802*7c568831SAndroid Build Coastguard Worker      <info>Dump an XML document to a file. Will use compression if compiled in and enabled. If @filename is &quot;-&quot; the stdout file is used. If @format is set then the document will be indented on output. Note that @format = 1 provide node indenting only if xmlIndentTreeOutput = 1 or xmlKeepBlanksDefault(0) was called</info>
12803*7c568831SAndroid Build Coastguard Worker      <return type='int' info='the number of bytes written or -1 in case of failure.'/>
12804*7c568831SAndroid Build Coastguard Worker      <arg name='filename' type='const char *' info='the filename (or URL)'/>
12805*7c568831SAndroid Build Coastguard Worker      <arg name='cur' type='xmlDocPtr' info='the document'/>
12806*7c568831SAndroid Build Coastguard Worker      <arg name='format' type='int' info='should formatting spaces been added'/>
12807*7c568831SAndroid Build Coastguard Worker    </function>
12808*7c568831SAndroid Build Coastguard Worker    <function name='xmlSaveFormatFileEnc' file='tree' module='xmlsave'>
12809*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_OUTPUT_ENABLED)</cond>
12810*7c568831SAndroid Build Coastguard Worker      <info>Dump an XML document to a file or an URL.</info>
12811*7c568831SAndroid Build Coastguard Worker      <return type='int' info='the number of bytes written or -1 in case of error. Note that @format = 1 provide node indenting only if xmlIndentTreeOutput = 1 or xmlKeepBlanksDefault(0) was called'/>
12812*7c568831SAndroid Build Coastguard Worker      <arg name='filename' type='const char *' info='the filename or URL to output'/>
12813*7c568831SAndroid Build Coastguard Worker      <arg name='cur' type='xmlDocPtr' info='the document being saved'/>
12814*7c568831SAndroid Build Coastguard Worker      <arg name='encoding' type='const char *' info='the name of the encoding to use or NULL.'/>
12815*7c568831SAndroid Build Coastguard Worker      <arg name='format' type='int' info='should formatting spaces be added.'/>
12816*7c568831SAndroid Build Coastguard Worker    </function>
12817*7c568831SAndroid Build Coastguard Worker    <function name='xmlSaveFormatFileTo' file='tree' module='xmlsave'>
12818*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_OUTPUT_ENABLED)</cond>
12819*7c568831SAndroid Build Coastguard Worker      <info>Dump an XML document to an I/O buffer. Warning ! This call xmlOutputBufferClose() on buf which is not available after this call.</info>
12820*7c568831SAndroid Build Coastguard Worker      <return type='int' info='the number of bytes written or -1 in case of failure.'/>
12821*7c568831SAndroid Build Coastguard Worker      <arg name='buf' type='xmlOutputBufferPtr' info='an output I/O buffer'/>
12822*7c568831SAndroid Build Coastguard Worker      <arg name='cur' type='xmlDocPtr' info='the document'/>
12823*7c568831SAndroid Build Coastguard Worker      <arg name='encoding' type='const char *' info='the encoding if any assuming the I/O layer handles the transcoding'/>
12824*7c568831SAndroid Build Coastguard Worker      <arg name='format' type='int' info='should formatting spaces been added'/>
12825*7c568831SAndroid Build Coastguard Worker    </function>
12826*7c568831SAndroid Build Coastguard Worker    <function name='xmlSaveSetAttrEscape' file='xmlsave' module='xmlsave'>
12827*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_OUTPUT_ENABLED)</cond>
12828*7c568831SAndroid Build Coastguard Worker      <info>Set a custom escaping function to be used for text in attribute content</info>
12829*7c568831SAndroid Build Coastguard Worker      <return type='int' info='0 if successful or -1 in case of error.'/>
12830*7c568831SAndroid Build Coastguard Worker      <arg name='ctxt' type='xmlSaveCtxtPtr' info='a document saving context'/>
12831*7c568831SAndroid Build Coastguard Worker      <arg name='escape' type='xmlCharEncodingOutputFunc' info='the escaping function'/>
12832*7c568831SAndroid Build Coastguard Worker    </function>
12833*7c568831SAndroid Build Coastguard Worker    <function name='xmlSaveSetEscape' file='xmlsave' module='xmlsave'>
12834*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_OUTPUT_ENABLED)</cond>
12835*7c568831SAndroid Build Coastguard Worker      <info>Set a custom escaping function to be used for text in element content</info>
12836*7c568831SAndroid Build Coastguard Worker      <return type='int' info='0 if successful or -1 in case of error.'/>
12837*7c568831SAndroid Build Coastguard Worker      <arg name='ctxt' type='xmlSaveCtxtPtr' info='a document saving context'/>
12838*7c568831SAndroid Build Coastguard Worker      <arg name='escape' type='xmlCharEncodingOutputFunc' info='the escaping function'/>
12839*7c568831SAndroid Build Coastguard Worker    </function>
12840*7c568831SAndroid Build Coastguard Worker    <function name='xmlSaveSetIndentString' file='xmlsave' module='xmlsave'>
12841*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_OUTPUT_ENABLED)</cond>
12842*7c568831SAndroid Build Coastguard Worker      <info>Sets the indent string.  Available since 2.14.0.</info>
12843*7c568831SAndroid Build Coastguard Worker      <return type='int' info='0 on success, -1 if the string is NULL, empty or too long.'/>
12844*7c568831SAndroid Build Coastguard Worker      <arg name='ctxt' type='xmlSaveCtxtPtr' info='save context'/>
12845*7c568831SAndroid Build Coastguard Worker      <arg name='indent' type='const char *' info='indent string'/>
12846*7c568831SAndroid Build Coastguard Worker    </function>
12847*7c568831SAndroid Build Coastguard Worker    <function name='xmlSaveToBuffer' file='xmlsave' module='xmlsave'>
12848*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_OUTPUT_ENABLED)</cond>
12849*7c568831SAndroid Build Coastguard Worker      <info>Create a document saving context serializing to a buffer with the encoding and the options given</info>
12850*7c568831SAndroid Build Coastguard Worker      <return type='xmlSaveCtxtPtr' info='a new serialization context or NULL in case of error.'/>
12851*7c568831SAndroid Build Coastguard Worker      <arg name='buffer' type='xmlBufferPtr' info='a buffer'/>
12852*7c568831SAndroid Build Coastguard Worker      <arg name='encoding' type='const char *' info='the encoding name to use or NULL'/>
12853*7c568831SAndroid Build Coastguard Worker      <arg name='options' type='int' info='a set of xmlSaveOptions'/>
12854*7c568831SAndroid Build Coastguard Worker    </function>
12855*7c568831SAndroid Build Coastguard Worker    <function name='xmlSaveToFd' file='xmlsave' module='xmlsave'>
12856*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_OUTPUT_ENABLED)</cond>
12857*7c568831SAndroid Build Coastguard Worker      <info>Create a document saving context serializing to a file descriptor with the encoding and the options given.</info>
12858*7c568831SAndroid Build Coastguard Worker      <return type='xmlSaveCtxtPtr' info='a new serialization context or NULL in case of error.'/>
12859*7c568831SAndroid Build Coastguard Worker      <arg name='fd' type='int' info='a file descriptor number'/>
12860*7c568831SAndroid Build Coastguard Worker      <arg name='encoding' type='const char *' info='the encoding name to use or NULL'/>
12861*7c568831SAndroid Build Coastguard Worker      <arg name='options' type='int' info='a set of xmlSaveOptions'/>
12862*7c568831SAndroid Build Coastguard Worker    </function>
12863*7c568831SAndroid Build Coastguard Worker    <function name='xmlSaveToFilename' file='xmlsave' module='xmlsave'>
12864*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_OUTPUT_ENABLED)</cond>
12865*7c568831SAndroid Build Coastguard Worker      <info>Create a document saving context serializing to a filename or possibly to an URL (but this is less reliable) with the encoding and the options given.</info>
12866*7c568831SAndroid Build Coastguard Worker      <return type='xmlSaveCtxtPtr' info='a new serialization context or NULL in case of error.'/>
12867*7c568831SAndroid Build Coastguard Worker      <arg name='filename' type='const char *' info='a file name or an URL'/>
12868*7c568831SAndroid Build Coastguard Worker      <arg name='encoding' type='const char *' info='the encoding name to use or NULL'/>
12869*7c568831SAndroid Build Coastguard Worker      <arg name='options' type='int' info='a set of xmlSaveOptions'/>
12870*7c568831SAndroid Build Coastguard Worker    </function>
12871*7c568831SAndroid Build Coastguard Worker    <function name='xmlSaveToIO' file='xmlsave' module='xmlsave'>
12872*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_OUTPUT_ENABLED)</cond>
12873*7c568831SAndroid Build Coastguard Worker      <info>Create a document saving context serializing to a file descriptor with the encoding and the options given</info>
12874*7c568831SAndroid Build Coastguard Worker      <return type='xmlSaveCtxtPtr' info='a new serialization context or NULL in case of error.'/>
12875*7c568831SAndroid Build Coastguard Worker      <arg name='iowrite' type='xmlOutputWriteCallback' info='an I/O write function'/>
12876*7c568831SAndroid Build Coastguard Worker      <arg name='ioclose' type='xmlOutputCloseCallback' info='an I/O close function'/>
12877*7c568831SAndroid Build Coastguard Worker      <arg name='ioctx' type='void *' info='an I/O handler'/>
12878*7c568831SAndroid Build Coastguard Worker      <arg name='encoding' type='const char *' info='the encoding name to use or NULL'/>
12879*7c568831SAndroid Build Coastguard Worker      <arg name='options' type='int' info='a set of xmlSaveOptions'/>
12880*7c568831SAndroid Build Coastguard Worker    </function>
12881*7c568831SAndroid Build Coastguard Worker    <function name='xmlSaveTree' file='xmlsave' module='xmlsave'>
12882*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_OUTPUT_ENABLED)</cond>
12883*7c568831SAndroid Build Coastguard Worker      <info>Save a subtree starting at the node parameter to a saving context TODO: The function is not fully implemented yet as it does not return the byte count but 0 instead</info>
12884*7c568831SAndroid Build Coastguard Worker      <return type='long' info='the number of byte written or -1 in case of error'/>
12885*7c568831SAndroid Build Coastguard Worker      <arg name='ctxt' type='xmlSaveCtxtPtr' info='a document saving context'/>
12886*7c568831SAndroid Build Coastguard Worker      <arg name='cur' type='xmlNodePtr' info='the top node of the subtree to save'/>
12887*7c568831SAndroid Build Coastguard Worker    </function>
12888*7c568831SAndroid Build Coastguard Worker    <function name='xmlSaveUri' file='uri' module='uri'>
12889*7c568831SAndroid Build Coastguard Worker      <info>Save the URI as an escaped string</info>
12890*7c568831SAndroid Build Coastguard Worker      <return type='xmlChar *' info='a new string (to be deallocated by caller)'/>
12891*7c568831SAndroid Build Coastguard Worker      <arg name='uri' type='xmlURIPtr' info='pointer to an xmlURI'/>
12892*7c568831SAndroid Build Coastguard Worker    </function>
12893*7c568831SAndroid Build Coastguard Worker    <function name='xmlSchemaCheckFacet' file='xmlschemastypes' module='xmlschemas'>
12894*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_SCHEMAS_ENABLED)</cond>
12895*7c568831SAndroid Build Coastguard Worker      <info>Checks and computes the values of facets.</info>
12896*7c568831SAndroid Build Coastguard Worker      <return type='int' info='0 if valid, a positive error code if not valid and -1 in case of an internal or API error.'/>
12897*7c568831SAndroid Build Coastguard Worker      <arg name='facet' type='xmlSchemaFacetPtr' info='the facet'/>
12898*7c568831SAndroid Build Coastguard Worker      <arg name='typeDecl' type='xmlSchemaTypePtr' info='the schema type definition'/>
12899*7c568831SAndroid Build Coastguard Worker      <arg name='pctxt' type='xmlSchemaParserCtxtPtr' info='the schema parser context or NULL'/>
12900*7c568831SAndroid Build Coastguard Worker      <arg name='name' type='const xmlChar *' info='the optional name of the type'/>
12901*7c568831SAndroid Build Coastguard Worker    </function>
12902*7c568831SAndroid Build Coastguard Worker    <function name='xmlSchemaCleanupTypes' file='xmlschemastypes' module='xmlschemastypes'>
12903*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_SCHEMAS_ENABLED)</cond>
12904*7c568831SAndroid Build Coastguard Worker      <info>DEPRECATED: This function will be made private. Call xmlCleanupParser to free global state but see the warnings there. xmlCleanupParser should be only called once at program exit. In most cases, you don&apos;t have to call cleanup functions at all.  Cleanup the default XML Schemas type library</info>
12905*7c568831SAndroid Build Coastguard Worker      <return type='void'/>
12906*7c568831SAndroid Build Coastguard Worker    </function>
12907*7c568831SAndroid Build Coastguard Worker    <function name='xmlSchemaCollapseString' file='xmlschemastypes' module='xmlschemastypes'>
12908*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_SCHEMAS_ENABLED)</cond>
12909*7c568831SAndroid Build Coastguard Worker      <info>Removes and normalize white spaces in the string</info>
12910*7c568831SAndroid Build Coastguard Worker      <return type='xmlChar *' info='the new string or NULL if no change was required.'/>
12911*7c568831SAndroid Build Coastguard Worker      <arg name='value' type='const xmlChar *' info='a value'/>
12912*7c568831SAndroid Build Coastguard Worker    </function>
12913*7c568831SAndroid Build Coastguard Worker    <function name='xmlSchemaCompareValues' file='xmlschemastypes' module='xmlschemastypes'>
12914*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_SCHEMAS_ENABLED)</cond>
12915*7c568831SAndroid Build Coastguard Worker      <info>Compare 2 values</info>
12916*7c568831SAndroid Build Coastguard Worker      <return type='int' info='-1 if x &lt; y, 0 if x == y, 1 if x &gt; y, 2 if x &lt;&gt; y, and -2 in case of error'/>
12917*7c568831SAndroid Build Coastguard Worker      <arg name='x' type='xmlSchemaValPtr' info='a first value'/>
12918*7c568831SAndroid Build Coastguard Worker      <arg name='y' type='xmlSchemaValPtr' info='a second value'/>
12919*7c568831SAndroid Build Coastguard Worker    </function>
12920*7c568831SAndroid Build Coastguard Worker    <function name='xmlSchemaCompareValuesWhtsp' file='xmlschemastypes' module='xmlschemastypes'>
12921*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_SCHEMAS_ENABLED)</cond>
12922*7c568831SAndroid Build Coastguard Worker      <info>Compare 2 values</info>
12923*7c568831SAndroid Build Coastguard Worker      <return type='int' info='-1 if x &lt; y, 0 if x == y, 1 if x &gt; y, 2 if x &lt;&gt; y, and -2 in case of error'/>
12924*7c568831SAndroid Build Coastguard Worker      <arg name='x' type='xmlSchemaValPtr' info='a first value'/>
12925*7c568831SAndroid Build Coastguard Worker      <arg name='xws' type='xmlSchemaWhitespaceValueType' info='the whitespace value of x'/>
12926*7c568831SAndroid Build Coastguard Worker      <arg name='y' type='xmlSchemaValPtr' info='a second value'/>
12927*7c568831SAndroid Build Coastguard Worker      <arg name='yws' type='xmlSchemaWhitespaceValueType' info='the whitespace value of y'/>
12928*7c568831SAndroid Build Coastguard Worker    </function>
12929*7c568831SAndroid Build Coastguard Worker    <function name='xmlSchemaCopyValue' file='xmlschemastypes' module='xmlschemastypes'>
12930*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_SCHEMAS_ENABLED)</cond>
12931*7c568831SAndroid Build Coastguard Worker      <info>Copies the precomputed value. This duplicates any string within.</info>
12932*7c568831SAndroid Build Coastguard Worker      <return type='xmlSchemaValPtr' info='the copy or NULL if a copy for a data-type is not implemented.'/>
12933*7c568831SAndroid Build Coastguard Worker      <arg name='val' type='xmlSchemaValPtr' info='the precomputed value to be copied'/>
12934*7c568831SAndroid Build Coastguard Worker    </function>
12935*7c568831SAndroid Build Coastguard Worker    <function name='xmlSchemaDump' file='xmlschemas' module='xmlschemas'>
12936*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_SCHEMAS_ENABLED) &amp;&amp; defined(LIBXML_OUTPUT_ENABLED)</cond>
12937*7c568831SAndroid Build Coastguard Worker      <info>Dump a Schema structure.</info>
12938*7c568831SAndroid Build Coastguard Worker      <return type='void'/>
12939*7c568831SAndroid Build Coastguard Worker      <arg name='output' type='FILE *' info='the file output'/>
12940*7c568831SAndroid Build Coastguard Worker      <arg name='schema' type='xmlSchemaPtr' info='a schema structure'/>
12941*7c568831SAndroid Build Coastguard Worker    </function>
12942*7c568831SAndroid Build Coastguard Worker    <function name='xmlSchemaFree' file='xmlschemas' module='xmlschemas'>
12943*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_SCHEMAS_ENABLED)</cond>
12944*7c568831SAndroid Build Coastguard Worker      <info>Deallocate a Schema structure.</info>
12945*7c568831SAndroid Build Coastguard Worker      <return type='void'/>
12946*7c568831SAndroid Build Coastguard Worker      <arg name='schema' type='xmlSchemaPtr' info='a schema structure'/>
12947*7c568831SAndroid Build Coastguard Worker    </function>
12948*7c568831SAndroid Build Coastguard Worker    <function name='xmlSchemaFreeFacet' file='xmlschemastypes' module='xmlschemas'>
12949*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_SCHEMAS_ENABLED)</cond>
12950*7c568831SAndroid Build Coastguard Worker      <info>Deallocate a Schema Facet structure.</info>
12951*7c568831SAndroid Build Coastguard Worker      <return type='void'/>
12952*7c568831SAndroid Build Coastguard Worker      <arg name='facet' type='xmlSchemaFacetPtr' info='a schema facet structure'/>
12953*7c568831SAndroid Build Coastguard Worker    </function>
12954*7c568831SAndroid Build Coastguard Worker    <function name='xmlSchemaFreeParserCtxt' file='xmlschemas' module='xmlschemas'>
12955*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_SCHEMAS_ENABLED)</cond>
12956*7c568831SAndroid Build Coastguard Worker      <info>Free the resources associated to the schema parser context</info>
12957*7c568831SAndroid Build Coastguard Worker      <return type='void'/>
12958*7c568831SAndroid Build Coastguard Worker      <arg name='ctxt' type='xmlSchemaParserCtxtPtr' info='the schema parser context'/>
12959*7c568831SAndroid Build Coastguard Worker    </function>
12960*7c568831SAndroid Build Coastguard Worker    <function name='xmlSchemaFreeType' file='schemasInternals' module='xmlschemas'>
12961*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_SCHEMAS_ENABLED)</cond>
12962*7c568831SAndroid Build Coastguard Worker      <info>Deallocate a Schema Type structure.</info>
12963*7c568831SAndroid Build Coastguard Worker      <return type='void'/>
12964*7c568831SAndroid Build Coastguard Worker      <arg name='type' type='xmlSchemaTypePtr' info='a schema type structure'/>
12965*7c568831SAndroid Build Coastguard Worker    </function>
12966*7c568831SAndroid Build Coastguard Worker    <function name='xmlSchemaFreeValidCtxt' file='xmlschemas' module='xmlschemas'>
12967*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_SCHEMAS_ENABLED)</cond>
12968*7c568831SAndroid Build Coastguard Worker      <info>Free the resources associated to the schema validation context</info>
12969*7c568831SAndroid Build Coastguard Worker      <return type='void'/>
12970*7c568831SAndroid Build Coastguard Worker      <arg name='ctxt' type='xmlSchemaValidCtxtPtr' info='the schema validation context'/>
12971*7c568831SAndroid Build Coastguard Worker    </function>
12972*7c568831SAndroid Build Coastguard Worker    <function name='xmlSchemaFreeValue' file='xmlschemastypes' module='xmlschemastypes'>
12973*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_SCHEMAS_ENABLED)</cond>
12974*7c568831SAndroid Build Coastguard Worker      <info>Cleanup the default XML Schemas type library</info>
12975*7c568831SAndroid Build Coastguard Worker      <return type='void'/>
12976*7c568831SAndroid Build Coastguard Worker      <arg name='value' type='xmlSchemaValPtr' info='the value to free'/>
12977*7c568831SAndroid Build Coastguard Worker    </function>
12978*7c568831SAndroid Build Coastguard Worker    <function name='xmlSchemaFreeWildcard' file='schemasInternals' module='xmlschemas'>
12979*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_SCHEMAS_ENABLED)</cond>
12980*7c568831SAndroid Build Coastguard Worker      <info>Deallocates a wildcard structure.</info>
12981*7c568831SAndroid Build Coastguard Worker      <return type='void'/>
12982*7c568831SAndroid Build Coastguard Worker      <arg name='wildcard' type='xmlSchemaWildcardPtr' info='a wildcard structure'/>
12983*7c568831SAndroid Build Coastguard Worker    </function>
12984*7c568831SAndroid Build Coastguard Worker    <function name='xmlSchemaGetBuiltInListSimpleTypeItemType' file='xmlschemastypes' module='xmlschemastypes'>
12985*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_SCHEMAS_ENABLED)</cond>
12986*7c568831SAndroid Build Coastguard Worker      <info>Lookup function</info>
12987*7c568831SAndroid Build Coastguard Worker      <return type='xmlSchemaTypePtr' info='the item type of @type as defined by the built-in datatype hierarchy of XML Schema Part 2: Datatypes, or NULL in case of an error.'/>
12988*7c568831SAndroid Build Coastguard Worker      <arg name='type' type='xmlSchemaTypePtr' info='the built-in simple type.'/>
12989*7c568831SAndroid Build Coastguard Worker    </function>
12990*7c568831SAndroid Build Coastguard Worker    <function name='xmlSchemaGetBuiltInType' file='xmlschemastypes' module='xmlschemastypes'>
12991*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_SCHEMAS_ENABLED)</cond>
12992*7c568831SAndroid Build Coastguard Worker      <info>Gives you the type struct for a built-in type by its type id.</info>
12993*7c568831SAndroid Build Coastguard Worker      <return type='xmlSchemaTypePtr' info='the type if found, NULL otherwise.'/>
12994*7c568831SAndroid Build Coastguard Worker      <arg name='type' type='xmlSchemaValType' info='the type of the built in type'/>
12995*7c568831SAndroid Build Coastguard Worker    </function>
12996*7c568831SAndroid Build Coastguard Worker    <function name='xmlSchemaGetCanonValue' file='xmlschemastypes' module='xmlschemastypes'>
12997*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_SCHEMAS_ENABLED)</cond>
12998*7c568831SAndroid Build Coastguard Worker      <info>Get the canonical lexical representation of the value. The caller has to FREE the returned retValue.  WARNING: Some value types are not supported yet, resulting in a @retValue of &quot;???&quot;.  TODO: XML Schema 1.0 does not define canonical representations for: duration, gYearMonth, gYear, gMonthDay, gMonth, gDay, anyURI, QName, NOTATION. This will be fixed in XML Schema 1.1.</info>
12999*7c568831SAndroid Build Coastguard Worker      <return type='int' info='0 if the value could be built, 1 if the value type is not supported yet and -1 in case of API errors.'/>
13000*7c568831SAndroid Build Coastguard Worker      <arg name='val' type='xmlSchemaValPtr' info='the precomputed value'/>
13001*7c568831SAndroid Build Coastguard Worker      <arg name='retValue' type='const xmlChar **' info='the returned value'/>
13002*7c568831SAndroid Build Coastguard Worker    </function>
13003*7c568831SAndroid Build Coastguard Worker    <function name='xmlSchemaGetCanonValueWhtsp' file='xmlschemastypes' module='xmlschemastypes'>
13004*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_SCHEMAS_ENABLED)</cond>
13005*7c568831SAndroid Build Coastguard Worker      <info>Get the canonical representation of the value. The caller has to free the returned @retValue.</info>
13006*7c568831SAndroid Build Coastguard Worker      <return type='int' info='0 if the value could be built, 1 if the value type is not supported yet and -1 in case of API errors.'/>
13007*7c568831SAndroid Build Coastguard Worker      <arg name='val' type='xmlSchemaValPtr' info='the precomputed value'/>
13008*7c568831SAndroid Build Coastguard Worker      <arg name='retValue' type='const xmlChar **' info='the returned value'/>
13009*7c568831SAndroid Build Coastguard Worker      <arg name='ws' type='xmlSchemaWhitespaceValueType' info='the whitespace type of the value'/>
13010*7c568831SAndroid Build Coastguard Worker    </function>
13011*7c568831SAndroid Build Coastguard Worker    <function name='xmlSchemaGetFacetValueAsULong' file='xmlschemastypes' module='xmlschemastypes'>
13012*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_SCHEMAS_ENABLED)</cond>
13013*7c568831SAndroid Build Coastguard Worker      <info>Extract the value of a facet</info>
13014*7c568831SAndroid Build Coastguard Worker      <return type='unsigned long' info='the value as a long'/>
13015*7c568831SAndroid Build Coastguard Worker      <arg name='facet' type='xmlSchemaFacetPtr' info='an schemas type facet'/>
13016*7c568831SAndroid Build Coastguard Worker    </function>
13017*7c568831SAndroid Build Coastguard Worker    <function name='xmlSchemaGetParserErrors' file='xmlschemas' module='xmlschemas'>
13018*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_SCHEMAS_ENABLED)</cond>
13019*7c568831SAndroid Build Coastguard Worker      <info>Get the callback information used to handle errors for a parser context</info>
13020*7c568831SAndroid Build Coastguard Worker      <return type='int' info='-1 in case of failure, 0 otherwise'/>
13021*7c568831SAndroid Build Coastguard Worker      <arg name='ctxt' type='xmlSchemaParserCtxtPtr' info='a XMl-Schema parser context'/>
13022*7c568831SAndroid Build Coastguard Worker      <arg name='err' type='xmlSchemaValidityErrorFunc *' info='the error callback result'/>
13023*7c568831SAndroid Build Coastguard Worker      <arg name='warn' type='xmlSchemaValidityWarningFunc *' info='the warning callback result'/>
13024*7c568831SAndroid Build Coastguard Worker      <arg name='ctx' type='void **' info='contextual data for the callbacks result'/>
13025*7c568831SAndroid Build Coastguard Worker    </function>
13026*7c568831SAndroid Build Coastguard Worker    <function name='xmlSchemaGetPredefinedType' file='xmlschemastypes' module='xmlschemastypes'>
13027*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_SCHEMAS_ENABLED)</cond>
13028*7c568831SAndroid Build Coastguard Worker      <info>Lookup a type in the default XML Schemas type library</info>
13029*7c568831SAndroid Build Coastguard Worker      <return type='xmlSchemaTypePtr' info='the type if found, NULL otherwise'/>
13030*7c568831SAndroid Build Coastguard Worker      <arg name='name' type='const xmlChar *' info='the type name'/>
13031*7c568831SAndroid Build Coastguard Worker      <arg name='ns' type='const xmlChar *' info='the URI of the namespace usually &quot;http://www.w3.org/2001/XMLSchema&quot;'/>
13032*7c568831SAndroid Build Coastguard Worker    </function>
13033*7c568831SAndroid Build Coastguard Worker    <function name='xmlSchemaGetValType' file='xmlschemastypes' module='xmlschemastypes'>
13034*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_SCHEMAS_ENABLED)</cond>
13035*7c568831SAndroid Build Coastguard Worker      <info>Accessor for the type of a value</info>
13036*7c568831SAndroid Build Coastguard Worker      <return type='xmlSchemaValType' info='the xmlSchemaValType of the value'/>
13037*7c568831SAndroid Build Coastguard Worker      <arg name='val' type='xmlSchemaValPtr' info='a schemas value'/>
13038*7c568831SAndroid Build Coastguard Worker    </function>
13039*7c568831SAndroid Build Coastguard Worker    <function name='xmlSchemaGetValidErrors' file='xmlschemas' module='xmlschemas'>
13040*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_SCHEMAS_ENABLED)</cond>
13041*7c568831SAndroid Build Coastguard Worker      <info>Get the error and warning callback information</info>
13042*7c568831SAndroid Build Coastguard Worker      <return type='int' info='-1 in case of error and 0 otherwise'/>
13043*7c568831SAndroid Build Coastguard Worker      <arg name='ctxt' type='xmlSchemaValidCtxtPtr' info='a XML-Schema validation context'/>
13044*7c568831SAndroid Build Coastguard Worker      <arg name='err' type='xmlSchemaValidityErrorFunc *' info='the error function result'/>
13045*7c568831SAndroid Build Coastguard Worker      <arg name='warn' type='xmlSchemaValidityWarningFunc *' info='the warning function result'/>
13046*7c568831SAndroid Build Coastguard Worker      <arg name='ctx' type='void **' info='the functions context result'/>
13047*7c568831SAndroid Build Coastguard Worker    </function>
13048*7c568831SAndroid Build Coastguard Worker    <function name='xmlSchemaInitTypes' file='xmlschemastypes' module='xmlschemastypes'>
13049*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_SCHEMAS_ENABLED)</cond>
13050*7c568831SAndroid Build Coastguard Worker      <info>Initialize the default XML Schemas type library</info>
13051*7c568831SAndroid Build Coastguard Worker      <return type='int' info='0 on success, -1 on error.'/>
13052*7c568831SAndroid Build Coastguard Worker    </function>
13053*7c568831SAndroid Build Coastguard Worker    <function name='xmlSchemaIsBuiltInTypeFacet' file='xmlschemastypes' module='xmlschemastypes'>
13054*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_SCHEMAS_ENABLED)</cond>
13055*7c568831SAndroid Build Coastguard Worker      <info>Evaluates if a specific facet can be used in conjunction with a type.</info>
13056*7c568831SAndroid Build Coastguard Worker      <return type='int' info='1 if the facet can be used with the given built-in type, 0 otherwise and -1 in case the type is not a built-in type.'/>
13057*7c568831SAndroid Build Coastguard Worker      <arg name='type' type='xmlSchemaTypePtr' info='the built-in type'/>
13058*7c568831SAndroid Build Coastguard Worker      <arg name='facetType' type='int' info='the facet type'/>
13059*7c568831SAndroid Build Coastguard Worker    </function>
13060*7c568831SAndroid Build Coastguard Worker    <function name='xmlSchemaIsValid' file='xmlschemas' module='xmlschemas'>
13061*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_SCHEMAS_ENABLED)</cond>
13062*7c568831SAndroid Build Coastguard Worker      <info>Check if any error was detected during validation.</info>
13063*7c568831SAndroid Build Coastguard Worker      <return type='int' info='1 if valid so far, 0 if errors were detected, and -1 in case of internal error.'/>
13064*7c568831SAndroid Build Coastguard Worker      <arg name='ctxt' type='xmlSchemaValidCtxtPtr' info='the schema validation context'/>
13065*7c568831SAndroid Build Coastguard Worker    </function>
13066*7c568831SAndroid Build Coastguard Worker    <function name='xmlSchemaNewDocParserCtxt' file='xmlschemas' module='xmlschemas'>
13067*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_SCHEMAS_ENABLED)</cond>
13068*7c568831SAndroid Build Coastguard Worker      <info>Create an XML Schemas parse context for that document. NB. The document may be modified during the parsing process.</info>
13069*7c568831SAndroid Build Coastguard Worker      <return type='xmlSchemaParserCtxtPtr' info='the parser context or NULL in case of error'/>
13070*7c568831SAndroid Build Coastguard Worker      <arg name='doc' type='xmlDocPtr' info='a preparsed document tree'/>
13071*7c568831SAndroid Build Coastguard Worker    </function>
13072*7c568831SAndroid Build Coastguard Worker    <function name='xmlSchemaNewFacet' file='xmlschemastypes' module='xmlschemas'>
13073*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_SCHEMAS_ENABLED)</cond>
13074*7c568831SAndroid Build Coastguard Worker      <info>Allocate a new Facet structure.</info>
13075*7c568831SAndroid Build Coastguard Worker      <return type='xmlSchemaFacetPtr' info='the newly allocated structure or NULL in case or error'/>
13076*7c568831SAndroid Build Coastguard Worker    </function>
13077*7c568831SAndroid Build Coastguard Worker    <function name='xmlSchemaNewMemParserCtxt' file='xmlschemas' module='xmlschemas'>
13078*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_SCHEMAS_ENABLED)</cond>
13079*7c568831SAndroid Build Coastguard Worker      <info>Create an XML Schemas parse context for that memory buffer expected to contain an XML Schemas file.</info>
13080*7c568831SAndroid Build Coastguard Worker      <return type='xmlSchemaParserCtxtPtr' info='the parser context or NULL in case of error'/>
13081*7c568831SAndroid Build Coastguard Worker      <arg name='buffer' type='const char *' info='a pointer to a char array containing the schemas'/>
13082*7c568831SAndroid Build Coastguard Worker      <arg name='size' type='int' info='the size of the array'/>
13083*7c568831SAndroid Build Coastguard Worker    </function>
13084*7c568831SAndroid Build Coastguard Worker    <function name='xmlSchemaNewNOTATIONValue' file='xmlschemastypes' module='xmlschemastypes'>
13085*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_SCHEMAS_ENABLED)</cond>
13086*7c568831SAndroid Build Coastguard Worker      <info>Allocate a new NOTATION value. The given values are consumed and freed with the struct.</info>
13087*7c568831SAndroid Build Coastguard Worker      <return type='xmlSchemaValPtr' info='a pointer to the new value or NULL in case of error'/>
13088*7c568831SAndroid Build Coastguard Worker      <arg name='name' type='const xmlChar *' info='the notation name'/>
13089*7c568831SAndroid Build Coastguard Worker      <arg name='ns' type='const xmlChar *' info='the notation namespace name or NULL'/>
13090*7c568831SAndroid Build Coastguard Worker    </function>
13091*7c568831SAndroid Build Coastguard Worker    <function name='xmlSchemaNewParserCtxt' file='xmlschemas' module='xmlschemas'>
13092*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_SCHEMAS_ENABLED)</cond>
13093*7c568831SAndroid Build Coastguard Worker      <info>Create an XML Schemas parse context for that file/resource expected to contain an XML Schemas file.</info>
13094*7c568831SAndroid Build Coastguard Worker      <return type='xmlSchemaParserCtxtPtr' info='the parser context or NULL in case of error'/>
13095*7c568831SAndroid Build Coastguard Worker      <arg name='URL' type='const char *' info='the location of the schema'/>
13096*7c568831SAndroid Build Coastguard Worker    </function>
13097*7c568831SAndroid Build Coastguard Worker    <function name='xmlSchemaNewQNameValue' file='xmlschemastypes' module='xmlschemastypes'>
13098*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_SCHEMAS_ENABLED)</cond>
13099*7c568831SAndroid Build Coastguard Worker      <info>Allocate a new QName value. The given values are consumed and freed with the struct.</info>
13100*7c568831SAndroid Build Coastguard Worker      <return type='xmlSchemaValPtr' info='a pointer to the new value or NULL in case of an error.'/>
13101*7c568831SAndroid Build Coastguard Worker      <arg name='namespaceName' type='const xmlChar *' info='the namespace name'/>
13102*7c568831SAndroid Build Coastguard Worker      <arg name='localName' type='const xmlChar *' info='the local name'/>
13103*7c568831SAndroid Build Coastguard Worker    </function>
13104*7c568831SAndroid Build Coastguard Worker    <function name='xmlSchemaNewStringValue' file='xmlschemastypes' module='xmlschemastypes'>
13105*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_SCHEMAS_ENABLED)</cond>
13106*7c568831SAndroid Build Coastguard Worker      <info>Allocate a new simple type value. The type can be of XML_SCHEMAS_STRING. WARNING: This one is intended to be expanded for other string based types. We need this for anySimpleType as well. The given value is consumed and freed with the struct.</info>
13107*7c568831SAndroid Build Coastguard Worker      <return type='xmlSchemaValPtr' info='a pointer to the new value or NULL in case of error'/>
13108*7c568831SAndroid Build Coastguard Worker      <arg name='type' type='xmlSchemaValType' info='the value type'/>
13109*7c568831SAndroid Build Coastguard Worker      <arg name='value' type='const xmlChar *' info='the value'/>
13110*7c568831SAndroid Build Coastguard Worker    </function>
13111*7c568831SAndroid Build Coastguard Worker    <function name='xmlSchemaNewValidCtxt' file='xmlschemas' module='xmlschemas'>
13112*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_SCHEMAS_ENABLED)</cond>
13113*7c568831SAndroid Build Coastguard Worker      <info>Create an XML Schemas validation context based on the given schema.</info>
13114*7c568831SAndroid Build Coastguard Worker      <return type='xmlSchemaValidCtxtPtr' info='the validation context or NULL in case of error'/>
13115*7c568831SAndroid Build Coastguard Worker      <arg name='schema' type='xmlSchemaPtr' info='a precompiled XML Schemas'/>
13116*7c568831SAndroid Build Coastguard Worker    </function>
13117*7c568831SAndroid Build Coastguard Worker    <function name='xmlSchemaParse' file='xmlschemas' module='xmlschemas'>
13118*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_SCHEMAS_ENABLED)</cond>
13119*7c568831SAndroid Build Coastguard Worker      <info>parse a schema definition resource and build an internal XML Schema structure which can be used to validate instances.</info>
13120*7c568831SAndroid Build Coastguard Worker      <return type='xmlSchemaPtr' info='the internal XML Schema structure built from the resource or NULL in case of error'/>
13121*7c568831SAndroid Build Coastguard Worker      <arg name='ctxt' type='xmlSchemaParserCtxtPtr' info='a schema validation context'/>
13122*7c568831SAndroid Build Coastguard Worker    </function>
13123*7c568831SAndroid Build Coastguard Worker    <function name='xmlSchemaSAXPlug' file='xmlschemas' module='xmlschemas'>
13124*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_SCHEMAS_ENABLED)</cond>
13125*7c568831SAndroid Build Coastguard Worker      <info>Plug a SAX based validation layer in a SAX parsing event flow. The original @saxptr and @dataptr data are replaced by new pointers but the calls to the original will be maintained.</info>
13126*7c568831SAndroid Build Coastguard Worker      <return type='xmlSchemaSAXPlugPtr' info='a pointer to a data structure needed to unplug the validation layer or NULL in case of errors.'/>
13127*7c568831SAndroid Build Coastguard Worker      <arg name='ctxt' type='xmlSchemaValidCtxtPtr' info='a schema validation context'/>
13128*7c568831SAndroid Build Coastguard Worker      <arg name='sax' type='xmlSAXHandlerPtr *' info='a pointer to the original xmlSAXHandlerPtr'/>
13129*7c568831SAndroid Build Coastguard Worker      <arg name='user_data' type='void **' info='a pointer to the original SAX user data pointer'/>
13130*7c568831SAndroid Build Coastguard Worker    </function>
13131*7c568831SAndroid Build Coastguard Worker    <function name='xmlSchemaSAXUnplug' file='xmlschemas' module='xmlschemas'>
13132*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_SCHEMAS_ENABLED)</cond>
13133*7c568831SAndroid Build Coastguard Worker      <info>Unplug a SAX based validation layer in a SAX parsing event flow. The original pointers used in the call are restored.</info>
13134*7c568831SAndroid Build Coastguard Worker      <return type='int' info='0 in case of success and -1 in case of failure.'/>
13135*7c568831SAndroid Build Coastguard Worker      <arg name='plug' type='xmlSchemaSAXPlugPtr' info='a data structure returned by xmlSchemaSAXPlug'/>
13136*7c568831SAndroid Build Coastguard Worker    </function>
13137*7c568831SAndroid Build Coastguard Worker    <function name='xmlSchemaSetParserErrors' file='xmlschemas' module='xmlschemas'>
13138*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_SCHEMAS_ENABLED)</cond>
13139*7c568831SAndroid Build Coastguard Worker      <info>DEPRECATED: Use xmlSchemaSetParserStructuredErrors.  Set the callback functions used to handle errors for a validation context</info>
13140*7c568831SAndroid Build Coastguard Worker      <return type='void'/>
13141*7c568831SAndroid Build Coastguard Worker      <arg name='ctxt' type='xmlSchemaParserCtxtPtr' info='a schema validation context'/>
13142*7c568831SAndroid Build Coastguard Worker      <arg name='err' type='xmlSchemaValidityErrorFunc' info='the error callback'/>
13143*7c568831SAndroid Build Coastguard Worker      <arg name='warn' type='xmlSchemaValidityWarningFunc' info='the warning callback'/>
13144*7c568831SAndroid Build Coastguard Worker      <arg name='ctx' type='void *' info='contextual data for the callbacks'/>
13145*7c568831SAndroid Build Coastguard Worker    </function>
13146*7c568831SAndroid Build Coastguard Worker    <function name='xmlSchemaSetParserStructuredErrors' file='xmlschemas' module='xmlschemas'>
13147*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_SCHEMAS_ENABLED)</cond>
13148*7c568831SAndroid Build Coastguard Worker      <info>Set the structured error callback</info>
13149*7c568831SAndroid Build Coastguard Worker      <return type='void'/>
13150*7c568831SAndroid Build Coastguard Worker      <arg name='ctxt' type='xmlSchemaParserCtxtPtr' info='a schema parser context'/>
13151*7c568831SAndroid Build Coastguard Worker      <arg name='serror' type='xmlStructuredErrorFunc' info='the structured error function'/>
13152*7c568831SAndroid Build Coastguard Worker      <arg name='ctx' type='void *' info='the functions context'/>
13153*7c568831SAndroid Build Coastguard Worker    </function>
13154*7c568831SAndroid Build Coastguard Worker    <function name='xmlSchemaSetResourceLoader' file='xmlschemas' module='xmlschemas'>
13155*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_SCHEMAS_ENABLED)</cond>
13156*7c568831SAndroid Build Coastguard Worker      <info>Register a callback function that will be called to load documents or external entities.  Available since 2.14.0.</info>
13157*7c568831SAndroid Build Coastguard Worker      <return type='void'/>
13158*7c568831SAndroid Build Coastguard Worker      <arg name='ctxt' type='xmlSchemaParserCtxtPtr' info='schema parser'/>
13159*7c568831SAndroid Build Coastguard Worker      <arg name='loader' type='xmlResourceLoader' info='resource loader'/>
13160*7c568831SAndroid Build Coastguard Worker      <arg name='data' type='void *' info='user data which will be passed to the loader'/>
13161*7c568831SAndroid Build Coastguard Worker    </function>
13162*7c568831SAndroid Build Coastguard Worker    <function name='xmlSchemaSetValidErrors' file='xmlschemas' module='xmlschemas'>
13163*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_SCHEMAS_ENABLED)</cond>
13164*7c568831SAndroid Build Coastguard Worker      <info>DEPRECATED: Use xmlSchemaSetValidStructuredErrors.  Set the error and warning callback information</info>
13165*7c568831SAndroid Build Coastguard Worker      <return type='void'/>
13166*7c568831SAndroid Build Coastguard Worker      <arg name='ctxt' type='xmlSchemaValidCtxtPtr' info='a schema validation context'/>
13167*7c568831SAndroid Build Coastguard Worker      <arg name='err' type='xmlSchemaValidityErrorFunc' info='the error function'/>
13168*7c568831SAndroid Build Coastguard Worker      <arg name='warn' type='xmlSchemaValidityWarningFunc' info='the warning function'/>
13169*7c568831SAndroid Build Coastguard Worker      <arg name='ctx' type='void *' info='the functions context'/>
13170*7c568831SAndroid Build Coastguard Worker    </function>
13171*7c568831SAndroid Build Coastguard Worker    <function name='xmlSchemaSetValidOptions' file='xmlschemas' module='xmlschemas'>
13172*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_SCHEMAS_ENABLED)</cond>
13173*7c568831SAndroid Build Coastguard Worker      <info>Sets the options to be used during the validation.</info>
13174*7c568831SAndroid Build Coastguard Worker      <return type='int' info='0 in case of success, -1 in case of an API error.'/>
13175*7c568831SAndroid Build Coastguard Worker      <arg name='ctxt' type='xmlSchemaValidCtxtPtr' info='a schema validation context'/>
13176*7c568831SAndroid Build Coastguard Worker      <arg name='options' type='int' info='a combination of xmlSchemaValidOption'/>
13177*7c568831SAndroid Build Coastguard Worker    </function>
13178*7c568831SAndroid Build Coastguard Worker    <function name='xmlSchemaSetValidStructuredErrors' file='xmlschemas' module='xmlschemas'>
13179*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_SCHEMAS_ENABLED)</cond>
13180*7c568831SAndroid Build Coastguard Worker      <info>Set the structured error callback</info>
13181*7c568831SAndroid Build Coastguard Worker      <return type='void'/>
13182*7c568831SAndroid Build Coastguard Worker      <arg name='ctxt' type='xmlSchemaValidCtxtPtr' info='a schema validation context'/>
13183*7c568831SAndroid Build Coastguard Worker      <arg name='serror' type='xmlStructuredErrorFunc' info='the structured error function'/>
13184*7c568831SAndroid Build Coastguard Worker      <arg name='ctx' type='void *' info='the functions context'/>
13185*7c568831SAndroid Build Coastguard Worker    </function>
13186*7c568831SAndroid Build Coastguard Worker    <function name='xmlSchemaValPredefTypeNode' file='xmlschemastypes' module='xmlschemastypes'>
13187*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_SCHEMAS_ENABLED)</cond>
13188*7c568831SAndroid Build Coastguard Worker      <info>Check that a value conforms to the lexical space of the predefined type. if true a value is computed and returned in @val.</info>
13189*7c568831SAndroid Build Coastguard Worker      <return type='int' info='0 if this validates, a positive error code number otherwise and -1 in case of internal or API error.'/>
13190*7c568831SAndroid Build Coastguard Worker      <arg name='type' type='xmlSchemaTypePtr' info='the predefined type'/>
13191*7c568831SAndroid Build Coastguard Worker      <arg name='value' type='const xmlChar *' info='the value to check'/>
13192*7c568831SAndroid Build Coastguard Worker      <arg name='val' type='xmlSchemaValPtr *' info='the return computed value'/>
13193*7c568831SAndroid Build Coastguard Worker      <arg name='node' type='xmlNodePtr' info='the node containing the value'/>
13194*7c568831SAndroid Build Coastguard Worker    </function>
13195*7c568831SAndroid Build Coastguard Worker    <function name='xmlSchemaValPredefTypeNodeNoNorm' file='xmlschemastypes' module='xmlschemastypes'>
13196*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_SCHEMAS_ENABLED)</cond>
13197*7c568831SAndroid Build Coastguard Worker      <info>Check that a value conforms to the lexical space of the predefined type. if true a value is computed and returned in @val. This one does apply any normalization to the value.</info>
13198*7c568831SAndroid Build Coastguard Worker      <return type='int' info='0 if this validates, a positive error code number otherwise and -1 in case of internal or API error.'/>
13199*7c568831SAndroid Build Coastguard Worker      <arg name='type' type='xmlSchemaTypePtr' info='the predefined type'/>
13200*7c568831SAndroid Build Coastguard Worker      <arg name='value' type='const xmlChar *' info='the value to check'/>
13201*7c568831SAndroid Build Coastguard Worker      <arg name='val' type='xmlSchemaValPtr *' info='the return computed value'/>
13202*7c568831SAndroid Build Coastguard Worker      <arg name='node' type='xmlNodePtr' info='the node containing the value'/>
13203*7c568831SAndroid Build Coastguard Worker    </function>
13204*7c568831SAndroid Build Coastguard Worker    <function name='xmlSchemaValidCtxtGetOptions' file='xmlschemas' module='xmlschemas'>
13205*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_SCHEMAS_ENABLED)</cond>
13206*7c568831SAndroid Build Coastguard Worker      <info>Get the validation context options.</info>
13207*7c568831SAndroid Build Coastguard Worker      <return type='int' info='the option combination or -1 on error.'/>
13208*7c568831SAndroid Build Coastguard Worker      <arg name='ctxt' type='xmlSchemaValidCtxtPtr' info='a schema validation context'/>
13209*7c568831SAndroid Build Coastguard Worker    </function>
13210*7c568831SAndroid Build Coastguard Worker    <function name='xmlSchemaValidCtxtGetParserCtxt' file='xmlschemas' module='xmlschemas'>
13211*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_SCHEMAS_ENABLED)</cond>
13212*7c568831SAndroid Build Coastguard Worker      <info>allow access to the parser context of the schema validation context</info>
13213*7c568831SAndroid Build Coastguard Worker      <return type='xmlParserCtxtPtr' info='the parser context of the schema validation context or NULL in case of error.'/>
13214*7c568831SAndroid Build Coastguard Worker      <arg name='ctxt' type='xmlSchemaValidCtxtPtr' info='a schema validation context'/>
13215*7c568831SAndroid Build Coastguard Worker    </function>
13216*7c568831SAndroid Build Coastguard Worker    <function name='xmlSchemaValidateDoc' file='xmlschemas' module='xmlschemas'>
13217*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_SCHEMAS_ENABLED)</cond>
13218*7c568831SAndroid Build Coastguard Worker      <info>Validate a document tree in memory.</info>
13219*7c568831SAndroid Build Coastguard Worker      <return type='int' info='0 if the document is schemas valid, a positive error code number otherwise and -1 in case of internal or API error.'/>
13220*7c568831SAndroid Build Coastguard Worker      <arg name='ctxt' type='xmlSchemaValidCtxtPtr' info='a schema validation context'/>
13221*7c568831SAndroid Build Coastguard Worker      <arg name='doc' type='xmlDocPtr' info='a parsed document tree'/>
13222*7c568831SAndroid Build Coastguard Worker    </function>
13223*7c568831SAndroid Build Coastguard Worker    <function name='xmlSchemaValidateFacet' file='xmlschemastypes' module='xmlschemastypes'>
13224*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_SCHEMAS_ENABLED)</cond>
13225*7c568831SAndroid Build Coastguard Worker      <info>Check a value against a facet condition</info>
13226*7c568831SAndroid Build Coastguard Worker      <return type='int' info='0 if the element is schemas valid, a positive error code number otherwise and -1 in case of internal or API error.'/>
13227*7c568831SAndroid Build Coastguard Worker      <arg name='base' type='xmlSchemaTypePtr' info='the base type'/>
13228*7c568831SAndroid Build Coastguard Worker      <arg name='facet' type='xmlSchemaFacetPtr' info='the facet to check'/>
13229*7c568831SAndroid Build Coastguard Worker      <arg name='value' type='const xmlChar *' info='the lexical repr of the value to validate'/>
13230*7c568831SAndroid Build Coastguard Worker      <arg name='val' type='xmlSchemaValPtr' info='the precomputed value'/>
13231*7c568831SAndroid Build Coastguard Worker    </function>
13232*7c568831SAndroid Build Coastguard Worker    <function name='xmlSchemaValidateFacetWhtsp' file='xmlschemastypes' module='xmlschemastypes'>
13233*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_SCHEMAS_ENABLED)</cond>
13234*7c568831SAndroid Build Coastguard Worker      <info>Check a value against a facet condition. This takes value normalization according to the specified whitespace types into account. Note that @value needs to be the *normalized* value if the facet is of type &quot;pattern&quot;.</info>
13235*7c568831SAndroid Build Coastguard Worker      <return type='int' info='0 if the element is schemas valid, a positive error code number otherwise and -1 in case of internal or API error.'/>
13236*7c568831SAndroid Build Coastguard Worker      <arg name='facet' type='xmlSchemaFacetPtr' info='the facet to check'/>
13237*7c568831SAndroid Build Coastguard Worker      <arg name='fws' type='xmlSchemaWhitespaceValueType' info='the whitespace type of the facet&apos;s value'/>
13238*7c568831SAndroid Build Coastguard Worker      <arg name='valType' type='xmlSchemaValType' info='the built-in type of the value'/>
13239*7c568831SAndroid Build Coastguard Worker      <arg name='value' type='const xmlChar *' info='the lexical (or normalized for pattern) repr of the value to validate'/>
13240*7c568831SAndroid Build Coastguard Worker      <arg name='val' type='xmlSchemaValPtr' info='the precomputed value'/>
13241*7c568831SAndroid Build Coastguard Worker      <arg name='ws' type='xmlSchemaWhitespaceValueType' info='the whitespace type of the value'/>
13242*7c568831SAndroid Build Coastguard Worker    </function>
13243*7c568831SAndroid Build Coastguard Worker    <function name='xmlSchemaValidateFile' file='xmlschemas' module='xmlschemas'>
13244*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_SCHEMAS_ENABLED)</cond>
13245*7c568831SAndroid Build Coastguard Worker      <info>Do a schemas validation of the given resource, it will use the SAX streamable validation internally.</info>
13246*7c568831SAndroid Build Coastguard Worker      <return type='int' info='0 if the document is valid, a positive error code number otherwise and -1 in case of an internal or API error.'/>
13247*7c568831SAndroid Build Coastguard Worker      <arg name='ctxt' type='xmlSchemaValidCtxtPtr' info='a schema validation context'/>
13248*7c568831SAndroid Build Coastguard Worker      <arg name='filename' type='const char *' info='the URI of the instance'/>
13249*7c568831SAndroid Build Coastguard Worker      <arg name='options' type='int' info='a future set of options, currently unused'/>
13250*7c568831SAndroid Build Coastguard Worker    </function>
13251*7c568831SAndroid Build Coastguard Worker    <function name='xmlSchemaValidateLengthFacet' file='xmlschemastypes' module='xmlschemastypes'>
13252*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_SCHEMAS_ENABLED)</cond>
13253*7c568831SAndroid Build Coastguard Worker      <info>Checka a value against a &quot;length&quot;, &quot;minLength&quot; and &quot;maxLength&quot; facet; sets @length to the computed length of @value.</info>
13254*7c568831SAndroid Build Coastguard Worker      <return type='int' info='0 if the value is valid, a positive error code otherwise and -1 in case of an internal or API error.'/>
13255*7c568831SAndroid Build Coastguard Worker      <arg name='type' type='xmlSchemaTypePtr' info='the built-in type'/>
13256*7c568831SAndroid Build Coastguard Worker      <arg name='facet' type='xmlSchemaFacetPtr' info='the facet to check'/>
13257*7c568831SAndroid Build Coastguard Worker      <arg name='value' type='const xmlChar *' info='the lexical repr. of the value to be validated'/>
13258*7c568831SAndroid Build Coastguard Worker      <arg name='val' type='xmlSchemaValPtr' info='the precomputed value'/>
13259*7c568831SAndroid Build Coastguard Worker      <arg name='length' type='unsigned long *' info='the actual length of the value'/>
13260*7c568831SAndroid Build Coastguard Worker    </function>
13261*7c568831SAndroid Build Coastguard Worker    <function name='xmlSchemaValidateLengthFacetWhtsp' file='xmlschemastypes' module='xmlschemastypes'>
13262*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_SCHEMAS_ENABLED)</cond>
13263*7c568831SAndroid Build Coastguard Worker      <info>Checka a value against a &quot;length&quot;, &quot;minLength&quot; and &quot;maxLength&quot; facet; sets @length to the computed length of @value.</info>
13264*7c568831SAndroid Build Coastguard Worker      <return type='int' info='0 if the value is valid, a positive error code otherwise and -1 in case of an internal or API error.'/>
13265*7c568831SAndroid Build Coastguard Worker      <arg name='facet' type='xmlSchemaFacetPtr' info='the facet to check'/>
13266*7c568831SAndroid Build Coastguard Worker      <arg name='valType' type='xmlSchemaValType' info='the built-in type'/>
13267*7c568831SAndroid Build Coastguard Worker      <arg name='value' type='const xmlChar *' info='the lexical repr. of the value to be validated'/>
13268*7c568831SAndroid Build Coastguard Worker      <arg name='val' type='xmlSchemaValPtr' info='the precomputed value'/>
13269*7c568831SAndroid Build Coastguard Worker      <arg name='length' type='unsigned long *' info='the actual length of the value'/>
13270*7c568831SAndroid Build Coastguard Worker      <arg name='ws' type='xmlSchemaWhitespaceValueType' info='the whitespace type of the value'/>
13271*7c568831SAndroid Build Coastguard Worker    </function>
13272*7c568831SAndroid Build Coastguard Worker    <function name='xmlSchemaValidateListSimpleTypeFacet' file='xmlschemastypes' module='xmlschemastypes'>
13273*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_SCHEMAS_ENABLED)</cond>
13274*7c568831SAndroid Build Coastguard Worker      <info>Checks the value of a list simple type against a facet.</info>
13275*7c568831SAndroid Build Coastguard Worker      <return type='int' info='0 if the value is valid, a positive error code number otherwise and -1 in case of an internal error.'/>
13276*7c568831SAndroid Build Coastguard Worker      <arg name='facet' type='xmlSchemaFacetPtr' info='the facet to check'/>
13277*7c568831SAndroid Build Coastguard Worker      <arg name='value' type='const xmlChar *' info='the lexical repr of the value to validate'/>
13278*7c568831SAndroid Build Coastguard Worker      <arg name='actualLen' type='unsigned long' info='the number of list items'/>
13279*7c568831SAndroid Build Coastguard Worker      <arg name='expectedLen' type='unsigned long *' info='the resulting expected number of list items'/>
13280*7c568831SAndroid Build Coastguard Worker    </function>
13281*7c568831SAndroid Build Coastguard Worker    <function name='xmlSchemaValidateOneElement' file='xmlschemas' module='xmlschemas'>
13282*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_SCHEMAS_ENABLED)</cond>
13283*7c568831SAndroid Build Coastguard Worker      <info>Validate a branch of a tree, starting with the given @elem.</info>
13284*7c568831SAndroid Build Coastguard Worker      <return type='int' info='0 if the element and its subtree is valid, a positive error code number otherwise and -1 in case of an internal or API error.'/>
13285*7c568831SAndroid Build Coastguard Worker      <arg name='ctxt' type='xmlSchemaValidCtxtPtr' info='a schema validation context'/>
13286*7c568831SAndroid Build Coastguard Worker      <arg name='elem' type='xmlNodePtr' info='an element node'/>
13287*7c568831SAndroid Build Coastguard Worker    </function>
13288*7c568831SAndroid Build Coastguard Worker    <function name='xmlSchemaValidatePredefinedType' file='xmlschemastypes' module='xmlschemastypes'>
13289*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_SCHEMAS_ENABLED)</cond>
13290*7c568831SAndroid Build Coastguard Worker      <info>Check that a value conforms to the lexical space of the predefined type. if true a value is computed and returned in @val.</info>
13291*7c568831SAndroid Build Coastguard Worker      <return type='int' info='0 if this validates, a positive error code number otherwise and -1 in case of internal or API error.'/>
13292*7c568831SAndroid Build Coastguard Worker      <arg name='type' type='xmlSchemaTypePtr' info='the predefined type'/>
13293*7c568831SAndroid Build Coastguard Worker      <arg name='value' type='const xmlChar *' info='the value to check'/>
13294*7c568831SAndroid Build Coastguard Worker      <arg name='val' type='xmlSchemaValPtr *' info='the return computed value'/>
13295*7c568831SAndroid Build Coastguard Worker    </function>
13296*7c568831SAndroid Build Coastguard Worker    <function name='xmlSchemaValidateSetFilename' file='xmlschemas' module='xmlschemas'>
13297*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_SCHEMAS_ENABLED)</cond>
13298*7c568831SAndroid Build Coastguard Worker      <info>Workaround to provide file error reporting information when this is not provided by current APIs</info>
13299*7c568831SAndroid Build Coastguard Worker      <return type='void'/>
13300*7c568831SAndroid Build Coastguard Worker      <arg name='vctxt' type='xmlSchemaValidCtxtPtr' info='the schema validation context'/>
13301*7c568831SAndroid Build Coastguard Worker      <arg name='filename' type='const char *' info='the file name'/>
13302*7c568831SAndroid Build Coastguard Worker    </function>
13303*7c568831SAndroid Build Coastguard Worker    <function name='xmlSchemaValidateSetLocator' file='xmlschemas' module='xmlschemas'>
13304*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_SCHEMAS_ENABLED)</cond>
13305*7c568831SAndroid Build Coastguard Worker      <info>Allows to set a locator function to the validation context, which will be used to provide file and line information since those are not provided as part of the SAX validation flow Setting @f to NULL disable the locator.</info>
13306*7c568831SAndroid Build Coastguard Worker      <return type='void'/>
13307*7c568831SAndroid Build Coastguard Worker      <arg name='vctxt' type='xmlSchemaValidCtxtPtr' info='a schema validation context'/>
13308*7c568831SAndroid Build Coastguard Worker      <arg name='f' type='xmlSchemaValidityLocatorFunc' info='the locator function pointer'/>
13309*7c568831SAndroid Build Coastguard Worker      <arg name='ctxt' type='void *' info='the locator context'/>
13310*7c568831SAndroid Build Coastguard Worker    </function>
13311*7c568831SAndroid Build Coastguard Worker    <function name='xmlSchemaValidateStream' file='xmlschemas' module='xmlschemas'>
13312*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_SCHEMAS_ENABLED)</cond>
13313*7c568831SAndroid Build Coastguard Worker      <info>Validate an input based on a flow of SAX event from the parser and forward the events to the @sax handler with the provided @user_data the user provided @sax handler must be a SAX2 one.</info>
13314*7c568831SAndroid Build Coastguard Worker      <return type='int' info='0 if the document is schemas valid, a positive error code number otherwise and -1 in case of internal or API error.'/>
13315*7c568831SAndroid Build Coastguard Worker      <arg name='ctxt' type='xmlSchemaValidCtxtPtr' info='a schema validation context'/>
13316*7c568831SAndroid Build Coastguard Worker      <arg name='input' type='xmlParserInputBufferPtr' info='the input to use for reading the data'/>
13317*7c568831SAndroid Build Coastguard Worker      <arg name='enc' type='xmlCharEncoding' info='an optional encoding information'/>
13318*7c568831SAndroid Build Coastguard Worker      <arg name='sax' type='xmlSAXHandlerPtr' info='a SAX handler for the resulting events'/>
13319*7c568831SAndroid Build Coastguard Worker      <arg name='user_data' type='void *' info='the context to provide to the SAX handler.'/>
13320*7c568831SAndroid Build Coastguard Worker    </function>
13321*7c568831SAndroid Build Coastguard Worker    <functype name='xmlSchemaValidityErrorFunc' file='xmlschemas' module='xmlschemas'>
13322*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_SCHEMAS_ENABLED)</cond>
13323*7c568831SAndroid Build Coastguard Worker      <info>Signature of an error callback from an XSD validation</info>
13324*7c568831SAndroid Build Coastguard Worker      <return type='void'/>
13325*7c568831SAndroid Build Coastguard Worker      <arg name='ctx' type='void *' info='the validation context'/>
13326*7c568831SAndroid Build Coastguard Worker      <arg name='msg' type='const char *' info='the message'/>
13327*7c568831SAndroid Build Coastguard Worker      <arg name='...' type='...' info='extra arguments'/>
13328*7c568831SAndroid Build Coastguard Worker    </functype>
13329*7c568831SAndroid Build Coastguard Worker    <functype name='xmlSchemaValidityLocatorFunc' file='xmlschemas' module='xmlschemas'>
13330*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_SCHEMAS_ENABLED)</cond>
13331*7c568831SAndroid Build Coastguard Worker      <info>A schemas validation locator, a callback called by the validator. This is used when file or node information are not available to find out what file and line number are affected</info>
13332*7c568831SAndroid Build Coastguard Worker      <return type='int' info='0 in case of success and -1 in case of error'/>
13333*7c568831SAndroid Build Coastguard Worker      <arg name='ctx' type='void *' info='user provided context'/>
13334*7c568831SAndroid Build Coastguard Worker      <arg name='file' type='const char **' info='returned file information'/>
13335*7c568831SAndroid Build Coastguard Worker      <arg name='line' type='unsigned long *' info='returned line information'/>
13336*7c568831SAndroid Build Coastguard Worker    </functype>
13337*7c568831SAndroid Build Coastguard Worker    <functype name='xmlSchemaValidityWarningFunc' file='xmlschemas' module='xmlschemas'>
13338*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_SCHEMAS_ENABLED)</cond>
13339*7c568831SAndroid Build Coastguard Worker      <info>Signature of a warning callback from an XSD validation</info>
13340*7c568831SAndroid Build Coastguard Worker      <return type='void'/>
13341*7c568831SAndroid Build Coastguard Worker      <arg name='ctx' type='void *' info='the validation context'/>
13342*7c568831SAndroid Build Coastguard Worker      <arg name='msg' type='const char *' info='the message'/>
13343*7c568831SAndroid Build Coastguard Worker      <arg name='...' type='...' info='extra arguments'/>
13344*7c568831SAndroid Build Coastguard Worker    </functype>
13345*7c568831SAndroid Build Coastguard Worker    <function name='xmlSchemaValueAppend' file='xmlschemastypes' module='xmlschemastypes'>
13346*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_SCHEMAS_ENABLED)</cond>
13347*7c568831SAndroid Build Coastguard Worker      <info>Appends a next sibling to a list of computed values.</info>
13348*7c568831SAndroid Build Coastguard Worker      <return type='int' info='0 if succeeded and -1 on API errors.'/>
13349*7c568831SAndroid Build Coastguard Worker      <arg name='prev' type='xmlSchemaValPtr' info='the value'/>
13350*7c568831SAndroid Build Coastguard Worker      <arg name='cur' type='xmlSchemaValPtr' info='the value to be appended'/>
13351*7c568831SAndroid Build Coastguard Worker    </function>
13352*7c568831SAndroid Build Coastguard Worker    <function name='xmlSchemaValueGetAsBoolean' file='xmlschemastypes' module='xmlschemastypes'>
13353*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_SCHEMAS_ENABLED)</cond>
13354*7c568831SAndroid Build Coastguard Worker      <info>Accessor for the boolean value of a computed value.</info>
13355*7c568831SAndroid Build Coastguard Worker      <return type='int' info='1 if true and 0 if false, or in case of an error. Hmm.'/>
13356*7c568831SAndroid Build Coastguard Worker      <arg name='val' type='xmlSchemaValPtr' info='the value'/>
13357*7c568831SAndroid Build Coastguard Worker    </function>
13358*7c568831SAndroid Build Coastguard Worker    <function name='xmlSchemaValueGetAsString' file='xmlschemastypes' module='xmlschemastypes'>
13359*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_SCHEMAS_ENABLED)</cond>
13360*7c568831SAndroid Build Coastguard Worker      <info>Accessor for the string value of a computed value.</info>
13361*7c568831SAndroid Build Coastguard Worker      <return type='const xmlChar *' info='the string value or NULL if there was none, or on API errors.'/>
13362*7c568831SAndroid Build Coastguard Worker      <arg name='val' type='xmlSchemaValPtr' info='the value'/>
13363*7c568831SAndroid Build Coastguard Worker    </function>
13364*7c568831SAndroid Build Coastguard Worker    <function name='xmlSchemaValueGetNext' file='xmlschemastypes' module='xmlschemastypes'>
13365*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_SCHEMAS_ENABLED)</cond>
13366*7c568831SAndroid Build Coastguard Worker      <info>Accessor for the next sibling of a list of computed values.</info>
13367*7c568831SAndroid Build Coastguard Worker      <return type='xmlSchemaValPtr' info='the next value or NULL if there was none, or on API errors.'/>
13368*7c568831SAndroid Build Coastguard Worker      <arg name='cur' type='xmlSchemaValPtr' info='the value'/>
13369*7c568831SAndroid Build Coastguard Worker    </function>
13370*7c568831SAndroid Build Coastguard Worker    <function name='xmlSchemaWhiteSpaceReplace' file='xmlschemastypes' module='xmlschemastypes'>
13371*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_SCHEMAS_ENABLED)</cond>
13372*7c568831SAndroid Build Coastguard Worker      <info>Replaces 0xd, 0x9 and 0xa with a space.</info>
13373*7c568831SAndroid Build Coastguard Worker      <return type='xmlChar *' info='the new string or NULL if no change was required.'/>
13374*7c568831SAndroid Build Coastguard Worker      <arg name='value' type='const xmlChar *' info='a value'/>
13375*7c568831SAndroid Build Coastguard Worker    </function>
13376*7c568831SAndroid Build Coastguard Worker    <function name='xmlSchematronFree' file='schematron' module='schematron'>
13377*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_SCHEMATRON_ENABLED)</cond>
13378*7c568831SAndroid Build Coastguard Worker      <info>Deallocate a Schematron structure.</info>
13379*7c568831SAndroid Build Coastguard Worker      <return type='void'/>
13380*7c568831SAndroid Build Coastguard Worker      <arg name='schema' type='xmlSchematronPtr' info='a schema structure'/>
13381*7c568831SAndroid Build Coastguard Worker    </function>
13382*7c568831SAndroid Build Coastguard Worker    <function name='xmlSchematronFreeParserCtxt' file='schematron' module='schematron'>
13383*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_SCHEMATRON_ENABLED)</cond>
13384*7c568831SAndroid Build Coastguard Worker      <info>Free the resources associated to the schema parser context</info>
13385*7c568831SAndroid Build Coastguard Worker      <return type='void'/>
13386*7c568831SAndroid Build Coastguard Worker      <arg name='ctxt' type='xmlSchematronParserCtxtPtr' info='the schema parser context'/>
13387*7c568831SAndroid Build Coastguard Worker    </function>
13388*7c568831SAndroid Build Coastguard Worker    <function name='xmlSchematronFreeValidCtxt' file='schematron' module='schematron'>
13389*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_SCHEMATRON_ENABLED)</cond>
13390*7c568831SAndroid Build Coastguard Worker      <info>Free the resources associated to the schema validation context</info>
13391*7c568831SAndroid Build Coastguard Worker      <return type='void'/>
13392*7c568831SAndroid Build Coastguard Worker      <arg name='ctxt' type='xmlSchematronValidCtxtPtr' info='the schema validation context'/>
13393*7c568831SAndroid Build Coastguard Worker    </function>
13394*7c568831SAndroid Build Coastguard Worker    <function name='xmlSchematronNewDocParserCtxt' file='schematron' module='schematron'>
13395*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_SCHEMATRON_ENABLED)</cond>
13396*7c568831SAndroid Build Coastguard Worker      <info>Create an XML Schematrons parse context for that document. NB. The document may be modified during the parsing process.</info>
13397*7c568831SAndroid Build Coastguard Worker      <return type='xmlSchematronParserCtxtPtr' info='the parser context or NULL in case of error'/>
13398*7c568831SAndroid Build Coastguard Worker      <arg name='doc' type='xmlDocPtr' info='a preparsed document tree'/>
13399*7c568831SAndroid Build Coastguard Worker    </function>
13400*7c568831SAndroid Build Coastguard Worker    <function name='xmlSchematronNewMemParserCtxt' file='schematron' module='schematron'>
13401*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_SCHEMATRON_ENABLED)</cond>
13402*7c568831SAndroid Build Coastguard Worker      <info>Create an XML Schematrons parse context for that memory buffer expected to contain an XML Schematrons file.</info>
13403*7c568831SAndroid Build Coastguard Worker      <return type='xmlSchematronParserCtxtPtr' info='the parser context or NULL in case of error'/>
13404*7c568831SAndroid Build Coastguard Worker      <arg name='buffer' type='const char *' info='a pointer to a char array containing the schemas'/>
13405*7c568831SAndroid Build Coastguard Worker      <arg name='size' type='int' info='the size of the array'/>
13406*7c568831SAndroid Build Coastguard Worker    </function>
13407*7c568831SAndroid Build Coastguard Worker    <function name='xmlSchematronNewParserCtxt' file='schematron' module='schematron'>
13408*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_SCHEMATRON_ENABLED)</cond>
13409*7c568831SAndroid Build Coastguard Worker      <info>Create an XML Schematrons parse context for that file/resource expected to contain an XML Schematrons file.</info>
13410*7c568831SAndroid Build Coastguard Worker      <return type='xmlSchematronParserCtxtPtr' info='the parser context or NULL in case of error'/>
13411*7c568831SAndroid Build Coastguard Worker      <arg name='URL' type='const char *' info='the location of the schema'/>
13412*7c568831SAndroid Build Coastguard Worker    </function>
13413*7c568831SAndroid Build Coastguard Worker    <function name='xmlSchematronNewValidCtxt' file='schematron' module='schematron'>
13414*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_SCHEMATRON_ENABLED)</cond>
13415*7c568831SAndroid Build Coastguard Worker      <info>Create an XML Schematrons validation context based on the given schema.</info>
13416*7c568831SAndroid Build Coastguard Worker      <return type='xmlSchematronValidCtxtPtr' info='the validation context or NULL in case of error'/>
13417*7c568831SAndroid Build Coastguard Worker      <arg name='schema' type='xmlSchematronPtr' info='a precompiled XML Schematrons'/>
13418*7c568831SAndroid Build Coastguard Worker      <arg name='options' type='int' info='a set of xmlSchematronValidOptions'/>
13419*7c568831SAndroid Build Coastguard Worker    </function>
13420*7c568831SAndroid Build Coastguard Worker    <function name='xmlSchematronParse' file='schematron' module='schematron'>
13421*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_SCHEMATRON_ENABLED)</cond>
13422*7c568831SAndroid Build Coastguard Worker      <info>parse a schema definition resource and build an internal XML Schema structure which can be used to validate instances.</info>
13423*7c568831SAndroid Build Coastguard Worker      <return type='xmlSchematronPtr' info='the internal XML Schematron structure built from the resource or NULL in case of error'/>
13424*7c568831SAndroid Build Coastguard Worker      <arg name='ctxt' type='xmlSchematronParserCtxtPtr' info='a schema validation context'/>
13425*7c568831SAndroid Build Coastguard Worker    </function>
13426*7c568831SAndroid Build Coastguard Worker    <function name='xmlSchematronSetValidStructuredErrors' file='schematron' module='schematron'>
13427*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_SCHEMATRON_ENABLED)</cond>
13428*7c568831SAndroid Build Coastguard Worker      <info>Set the structured error callback</info>
13429*7c568831SAndroid Build Coastguard Worker      <return type='void'/>
13430*7c568831SAndroid Build Coastguard Worker      <arg name='ctxt' type='xmlSchematronValidCtxtPtr' info='a Schematron validation context'/>
13431*7c568831SAndroid Build Coastguard Worker      <arg name='serror' type='xmlStructuredErrorFunc' info='the structured error function'/>
13432*7c568831SAndroid Build Coastguard Worker      <arg name='ctx' type='void *' info='the functions context'/>
13433*7c568831SAndroid Build Coastguard Worker    </function>
13434*7c568831SAndroid Build Coastguard Worker    <function name='xmlSchematronValidateDoc' file='schematron' module='schematron'>
13435*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_SCHEMATRON_ENABLED)</cond>
13436*7c568831SAndroid Build Coastguard Worker      <info>Validate a tree instance against the schematron</info>
13437*7c568831SAndroid Build Coastguard Worker      <return type='int' info='0 in case of success, -1 in case of internal error and an error count otherwise.'/>
13438*7c568831SAndroid Build Coastguard Worker      <arg name='ctxt' type='xmlSchematronValidCtxtPtr' info='the schema validation context'/>
13439*7c568831SAndroid Build Coastguard Worker      <arg name='instance' type='xmlDocPtr' info='the document instance tree'/>
13440*7c568831SAndroid Build Coastguard Worker    </function>
13441*7c568831SAndroid Build Coastguard Worker    <functype name='xmlSchematronValidityErrorFunc' file='schematron' module='schematron'>
13442*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_SCHEMATRON_ENABLED)</cond>
13443*7c568831SAndroid Build Coastguard Worker      <info>Signature of an error callback from a Schematron validation</info>
13444*7c568831SAndroid Build Coastguard Worker      <return type='void'/>
13445*7c568831SAndroid Build Coastguard Worker      <arg name='ctx' type='void *' info='the validation context'/>
13446*7c568831SAndroid Build Coastguard Worker      <arg name='msg' type='const char *' info='the message'/>
13447*7c568831SAndroid Build Coastguard Worker      <arg name='...' type='...' info='extra arguments'/>
13448*7c568831SAndroid Build Coastguard Worker    </functype>
13449*7c568831SAndroid Build Coastguard Worker    <functype name='xmlSchematronValidityWarningFunc' file='schematron' module='schematron'>
13450*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_SCHEMATRON_ENABLED)</cond>
13451*7c568831SAndroid Build Coastguard Worker      <info>Signature of a warning callback from a Schematron validation</info>
13452*7c568831SAndroid Build Coastguard Worker      <return type='void'/>
13453*7c568831SAndroid Build Coastguard Worker      <arg name='ctx' type='void *' info='the validation context'/>
13454*7c568831SAndroid Build Coastguard Worker      <arg name='msg' type='const char *' info='the message'/>
13455*7c568831SAndroid Build Coastguard Worker      <arg name='...' type='...' info='extra arguments'/>
13456*7c568831SAndroid Build Coastguard Worker    </functype>
13457*7c568831SAndroid Build Coastguard Worker    <function name='xmlSearchNs' file='tree' module='tree'>
13458*7c568831SAndroid Build Coastguard Worker      <info>Search a Ns registered under a given name space for a document. recurse on the parents until it finds the defined namespace or return NULL otherwise. @nameSpace can be NULL, this is a search for the default namespace. We don&apos;t allow to cross entities boundaries. If you don&apos;t declare the namespace within those you will be in troubles !!! A warning is generated to cover this case.</info>
13459*7c568831SAndroid Build Coastguard Worker      <return type='xmlNsPtr' info='the namespace pointer or NULL if no namespace was found or a memory allocation failed. Allocations can only fail if the &quot;xml&quot; namespace is queried.'/>
13460*7c568831SAndroid Build Coastguard Worker      <arg name='doc' type='xmlDocPtr' info='the document'/>
13461*7c568831SAndroid Build Coastguard Worker      <arg name='node' type='xmlNodePtr' info='the current node'/>
13462*7c568831SAndroid Build Coastguard Worker      <arg name='nameSpace' type='const xmlChar *' info='the namespace prefix'/>
13463*7c568831SAndroid Build Coastguard Worker    </function>
13464*7c568831SAndroid Build Coastguard Worker    <function name='xmlSearchNsByHref' file='tree' module='tree'>
13465*7c568831SAndroid Build Coastguard Worker      <info>Search a Ns aliasing a given URI. Recurse on the parents until it finds the defined namespace or return NULL otherwise.</info>
13466*7c568831SAndroid Build Coastguard Worker      <return type='xmlNsPtr' info='the namespace pointer or NULL if no namespace was found or a memory allocation failed. Allocations can only fail if the &quot;xml&quot; namespace is queried.'/>
13467*7c568831SAndroid Build Coastguard Worker      <arg name='doc' type='xmlDocPtr' info='the document'/>
13468*7c568831SAndroid Build Coastguard Worker      <arg name='node' type='xmlNodePtr' info='the current node'/>
13469*7c568831SAndroid Build Coastguard Worker      <arg name='href' type='const xmlChar *' info='the namespace value'/>
13470*7c568831SAndroid Build Coastguard Worker    </function>
13471*7c568831SAndroid Build Coastguard Worker    <function name='xmlSetBufferAllocationScheme' file='tree' module='tree'>
13472*7c568831SAndroid Build Coastguard Worker      <info>Set the buffer allocation method.  Types are XML_BUFFER_ALLOC_EXACT - use exact sizes, keeps memory usage down XML_BUFFER_ALLOC_DOUBLEIT - double buffer when extra needed, improves performance</info>
13473*7c568831SAndroid Build Coastguard Worker      <return type='void'/>
13474*7c568831SAndroid Build Coastguard Worker      <arg name='scheme' type='xmlBufferAllocationScheme' info='allocation method to use'/>
13475*7c568831SAndroid Build Coastguard Worker    </function>
13476*7c568831SAndroid Build Coastguard Worker    <function name='xmlSetCompressMode' file='tree' module='tree'>
13477*7c568831SAndroid Build Coastguard Worker      <info>DEPRECATED: Use xmlSetDocCompressMode  set the default compression mode used, ZLIB based Correct values: 0 (uncompressed) to 9 (max compression)</info>
13478*7c568831SAndroid Build Coastguard Worker      <return type='void'/>
13479*7c568831SAndroid Build Coastguard Worker      <arg name='mode' type='int' info='the compression ratio'/>
13480*7c568831SAndroid Build Coastguard Worker    </function>
13481*7c568831SAndroid Build Coastguard Worker    <function name='xmlSetDocCompressMode' file='tree' module='tree'>
13482*7c568831SAndroid Build Coastguard Worker      <info>set the compression ratio for a document, ZLIB based Correct values: 0 (uncompressed) to 9 (max compression)</info>
13483*7c568831SAndroid Build Coastguard Worker      <return type='void'/>
13484*7c568831SAndroid Build Coastguard Worker      <arg name='doc' type='xmlDocPtr' info='the document'/>
13485*7c568831SAndroid Build Coastguard Worker      <arg name='mode' type='int' info='the compression ratio'/>
13486*7c568831SAndroid Build Coastguard Worker    </function>
13487*7c568831SAndroid Build Coastguard Worker    <function name='xmlSetExternalEntityLoader' file='parser' module='parserInternals'>
13488*7c568831SAndroid Build Coastguard Worker      <info>DEPRECATED: This is a global setting and not thread-safe. Use xmlCtxtSetResourceLoader or similar functions.  Changes the default external entity resolver function for the application.</info>
13489*7c568831SAndroid Build Coastguard Worker      <return type='void'/>
13490*7c568831SAndroid Build Coastguard Worker      <arg name='f' type='xmlExternalEntityLoader' info='the new entity resolver function'/>
13491*7c568831SAndroid Build Coastguard Worker    </function>
13492*7c568831SAndroid Build Coastguard Worker    <function name='xmlSetGenericErrorFunc' file='xmlerror' module='error'>
13493*7c568831SAndroid Build Coastguard Worker      <info>DEPRECATED: See xmlSetStructuredErrorFunc for alternatives.  Set the global &quot;generic&quot; handler and context for error messages. The generic error handler will only receive fragments of error messages which should be concatenated or printed to a stream.  If handler is NULL, use the built-in default handler which prints to stderr.  Since this is a global setting, it&apos;s a good idea to reset the error handler to its default value after collecting the errors you&apos;re interested in.  For multi-threaded applications, this must be set separately for each thread.</info>
13494*7c568831SAndroid Build Coastguard Worker      <return type='void'/>
13495*7c568831SAndroid Build Coastguard Worker      <arg name='ctx' type='void *' info='the new error handling context'/>
13496*7c568831SAndroid Build Coastguard Worker      <arg name='handler' type='xmlGenericErrorFunc' info='the new handler function'/>
13497*7c568831SAndroid Build Coastguard Worker    </function>
13498*7c568831SAndroid Build Coastguard Worker    <function name='xmlSetListDoc' file='tree' module='tree'>
13499*7c568831SAndroid Build Coastguard Worker      <info>Associate all subtrees in @list with a new document.  Internal function, see xmlSetTreeDoc.</info>
13500*7c568831SAndroid Build Coastguard Worker      <return type='int' info='0 on success. If a memory allocation fails, returns -1. All subtrees will be updated on failure but some strings may be lost.'/>
13501*7c568831SAndroid Build Coastguard Worker      <arg name='list' type='xmlNodePtr' info='a node list'/>
13502*7c568831SAndroid Build Coastguard Worker      <arg name='doc' type='xmlDocPtr' info='new document'/>
13503*7c568831SAndroid Build Coastguard Worker    </function>
13504*7c568831SAndroid Build Coastguard Worker    <function name='xmlSetNs' file='tree' module='tree'>
13505*7c568831SAndroid Build Coastguard Worker      <info>Set the namespace of an element or attribute node. Passing a NULL namespace unsets the namespace.</info>
13506*7c568831SAndroid Build Coastguard Worker      <return type='void'/>
13507*7c568831SAndroid Build Coastguard Worker      <arg name='node' type='xmlNodePtr' info='a node in the document'/>
13508*7c568831SAndroid Build Coastguard Worker      <arg name='ns' type='xmlNsPtr' info='a namespace pointer (optional)'/>
13509*7c568831SAndroid Build Coastguard Worker    </function>
13510*7c568831SAndroid Build Coastguard Worker    <function name='xmlSetNsProp' file='tree' module='tree'>
13511*7c568831SAndroid Build Coastguard Worker      <info>Set (or reset) an attribute carried by a node. The ns structure must be in scope, this is not checked</info>
13512*7c568831SAndroid Build Coastguard Worker      <return type='xmlAttrPtr' info='the attribute pointer.'/>
13513*7c568831SAndroid Build Coastguard Worker      <arg name='node' type='xmlNodePtr' info='the node'/>
13514*7c568831SAndroid Build Coastguard Worker      <arg name='ns' type='xmlNsPtr' info='the namespace definition'/>
13515*7c568831SAndroid Build Coastguard Worker      <arg name='name' type='const xmlChar *' info='the attribute name'/>
13516*7c568831SAndroid Build Coastguard Worker      <arg name='value' type='const xmlChar *' info='the attribute value'/>
13517*7c568831SAndroid Build Coastguard Worker    </function>
13518*7c568831SAndroid Build Coastguard Worker    <function name='xmlSetProp' file='tree' module='tree'>
13519*7c568831SAndroid Build Coastguard Worker      <info>Set (or reset) an attribute carried by a node. If @name has a prefix, then the corresponding namespace-binding will be used, if in scope; it is an error it there&apos;s no such ns-binding for the prefix in scope.</info>
13520*7c568831SAndroid Build Coastguard Worker      <return type='xmlAttrPtr' info='the attribute pointer.'/>
13521*7c568831SAndroid Build Coastguard Worker      <arg name='node' type='xmlNodePtr' info='the node'/>
13522*7c568831SAndroid Build Coastguard Worker      <arg name='name' type='const xmlChar *' info='the attribute name (a QName)'/>
13523*7c568831SAndroid Build Coastguard Worker      <arg name='value' type='const xmlChar *' info='the attribute value'/>
13524*7c568831SAndroid Build Coastguard Worker    </function>
13525*7c568831SAndroid Build Coastguard Worker    <function name='xmlSetStructuredErrorFunc' file='xmlerror' module='error'>
13526*7c568831SAndroid Build Coastguard Worker      <info>DEPRECATED: Use a per-context error handler.  It&apos;s recommended to use the per-context error handlers instead:  - xmlCtxtSetErrorHandler (since 2.13.0) - xmlTextReaderSetStructuredErrorHandler - xmlXPathSetErrorHandler (since 2.13.0) - xmlXIncludeSetErrorHandler (since 2.13.0) - xmlSchemaSetParserStructuredErrors - xmlSchemaSetValidStructuredErrors - xmlRelaxNGSetParserStructuredErrors - xmlRelaxNGSetValidStructuredErrors  Set the global &quot;structured&quot; handler and context for error messages. If handler is NULL, the error handler is deactivated.  The structured error handler takes precedence over &quot;generic&quot; handlers, even per-context generic handlers.  Since this is a global setting, it&apos;s a good idea to deactivate the error handler after collecting the errors you&apos;re interested in.  For multi-threaded applications, this must be set separately for each thread.</info>
13527*7c568831SAndroid Build Coastguard Worker      <return type='void'/>
13528*7c568831SAndroid Build Coastguard Worker      <arg name='ctx' type='void *' info='the new error handling context'/>
13529*7c568831SAndroid Build Coastguard Worker      <arg name='handler' type='xmlStructuredErrorFunc' info='the new handler function'/>
13530*7c568831SAndroid Build Coastguard Worker    </function>
13531*7c568831SAndroid Build Coastguard Worker    <function name='xmlSetTreeDoc' file='tree' module='tree'>
13532*7c568831SAndroid Build Coastguard Worker      <info>This is an internal function which shouldn&apos;t be used. It is invoked by functions like xmlAddChild, xmlAddSibling or xmlReplaceNode. @tree must be the root node of an unlinked subtree.  Associate all nodes in a tree with a new document.  Also copy strings from the old document&apos;s dictionary and remove ID attributes from the old ID table.</info>
13533*7c568831SAndroid Build Coastguard Worker      <return type='int' info='0 on success. If a memory allocation fails, returns -1. The whole tree will be updated on failure but some strings may be lost.'/>
13534*7c568831SAndroid Build Coastguard Worker      <arg name='tree' type='xmlNodePtr' info='root of a subtree'/>
13535*7c568831SAndroid Build Coastguard Worker      <arg name='doc' type='xmlDocPtr' info='new document'/>
13536*7c568831SAndroid Build Coastguard Worker    </function>
13537*7c568831SAndroid Build Coastguard Worker    <function name='xmlSetupParserForBuffer' file='parser' module='parser'>
13538*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_SAX1_ENABLED)</cond>
13539*7c568831SAndroid Build Coastguard Worker      <info>DEPRECATED: Don&apos;t use.  Setup the parser context to parse a new buffer; Clears any prior contents from the parser context. The buffer parameter must not be NULL, but the filename parameter can be</info>
13540*7c568831SAndroid Build Coastguard Worker      <return type='void'/>
13541*7c568831SAndroid Build Coastguard Worker      <arg name='ctxt' type='xmlParserCtxtPtr' info='an XML parser context'/>
13542*7c568831SAndroid Build Coastguard Worker      <arg name='buffer' type='const xmlChar *' info='a xmlChar * buffer'/>
13543*7c568831SAndroid Build Coastguard Worker      <arg name='filename' type='const char *' info='a file name'/>
13544*7c568831SAndroid Build Coastguard Worker    </function>
13545*7c568831SAndroid Build Coastguard Worker    <function name='xmlSkipBlankChars' file='parserInternals' module='parser'>
13546*7c568831SAndroid Build Coastguard Worker      <info>DEPRECATED: Internal function, do not use.  Skip whitespace in the input stream.</info>
13547*7c568831SAndroid Build Coastguard Worker      <return type='int' info='the number of space chars skipped'/>
13548*7c568831SAndroid Build Coastguard Worker      <arg name='ctxt' type='xmlParserCtxtPtr' info='the XML parser context'/>
13549*7c568831SAndroid Build Coastguard Worker    </function>
13550*7c568831SAndroid Build Coastguard Worker    <function name='xmlSnprintfElementContent' file='valid' module='valid'>
13551*7c568831SAndroid Build Coastguard Worker      <info>This will dump the content of the element content definition Intended just for the debug routine</info>
13552*7c568831SAndroid Build Coastguard Worker      <return type='void'/>
13553*7c568831SAndroid Build Coastguard Worker      <arg name='buf' type='char *' info='an output buffer'/>
13554*7c568831SAndroid Build Coastguard Worker      <arg name='size' type='int' info='the buffer size'/>
13555*7c568831SAndroid Build Coastguard Worker      <arg name='content' type='xmlElementContentPtr' info='An element table'/>
13556*7c568831SAndroid Build Coastguard Worker      <arg name='englob' type='int' info='1 if one must print the englobing parenthesis, 0 otherwise'/>
13557*7c568831SAndroid Build Coastguard Worker    </function>
13558*7c568831SAndroid Build Coastguard Worker    <function name='xmlSplitQName' file='parserInternals' module='parser'>
13559*7c568831SAndroid Build Coastguard Worker      <info>DEPRECATED: Don&apos;t use.  parse an UTF8 encoded XML qualified name string  [NS 5] QName ::= (Prefix &apos;:&apos;)? LocalPart  [NS 6] Prefix ::= NCName  [NS 7] LocalPart ::= NCName</info>
13560*7c568831SAndroid Build Coastguard Worker      <return type='xmlChar *' info='the local part, and prefix is updated to get the Prefix if any.'/>
13561*7c568831SAndroid Build Coastguard Worker      <arg name='ctxt' type='xmlParserCtxtPtr' info='an XML parser context'/>
13562*7c568831SAndroid Build Coastguard Worker      <arg name='name' type='const xmlChar *' info='an XML parser context'/>
13563*7c568831SAndroid Build Coastguard Worker      <arg name='prefixOut' type='xmlChar **' info='a xmlChar **'/>
13564*7c568831SAndroid Build Coastguard Worker    </function>
13565*7c568831SAndroid Build Coastguard Worker    <function name='xmlSplitQName2' file='tree' module='tree'>
13566*7c568831SAndroid Build Coastguard Worker      <info>DEPRECATED: This function doesn&apos;t report malloc failures.  parse an XML qualified name string  [NS 5] QName ::= (Prefix &apos;:&apos;)? LocalPart  [NS 6] Prefix ::= NCName  [NS 7] LocalPart ::= NCName</info>
13567*7c568831SAndroid Build Coastguard Worker      <return type='xmlChar *' info='NULL if the name doesn&apos;t have a prefix. Otherwise, returns the local part, and prefix is updated to get the Prefix. Both the return value and the prefix must be freed by the caller.'/>
13568*7c568831SAndroid Build Coastguard Worker      <arg name='name' type='const xmlChar *' info='the full QName'/>
13569*7c568831SAndroid Build Coastguard Worker      <arg name='prefix' type='xmlChar **' info='a xmlChar **'/>
13570*7c568831SAndroid Build Coastguard Worker    </function>
13571*7c568831SAndroid Build Coastguard Worker    <function name='xmlSplitQName3' file='tree' module='tree'>
13572*7c568831SAndroid Build Coastguard Worker      <info>parse an XML qualified name string,i</info>
13573*7c568831SAndroid Build Coastguard Worker      <return type='const xmlChar *' info='NULL if it is not a Qualified Name, otherwise, update len with the length in byte of the prefix and return a pointer to the start of the name without the prefix'/>
13574*7c568831SAndroid Build Coastguard Worker      <arg name='name' type='const xmlChar *' info='the full QName'/>
13575*7c568831SAndroid Build Coastguard Worker      <arg name='len' type='int *' info='an int *'/>
13576*7c568831SAndroid Build Coastguard Worker    </function>
13577*7c568831SAndroid Build Coastguard Worker    <function name='xmlSprintfElementContent' file='valid' module='valid'>
13578*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_OUTPUT_ENABLED)</cond>
13579*7c568831SAndroid Build Coastguard Worker      <info>Deprecated, unsafe, use xmlSnprintfElementContent</info>
13580*7c568831SAndroid Build Coastguard Worker      <return type='void'/>
13581*7c568831SAndroid Build Coastguard Worker      <arg name='buf' type='char *' info='an output buffer'/>
13582*7c568831SAndroid Build Coastguard Worker      <arg name='content' type='xmlElementContentPtr' info='An element table'/>
13583*7c568831SAndroid Build Coastguard Worker      <arg name='englob' type='int' info='1 if one must print the englobing parenthesis, 0 otherwise'/>
13584*7c568831SAndroid Build Coastguard Worker    </function>
13585*7c568831SAndroid Build Coastguard Worker    <function name='xmlStopParser' file='parser' module='parser'>
13586*7c568831SAndroid Build Coastguard Worker      <info>Blocks further parser processing</info>
13587*7c568831SAndroid Build Coastguard Worker      <return type='void'/>
13588*7c568831SAndroid Build Coastguard Worker      <arg name='ctxt' type='xmlParserCtxtPtr' info='an XML parser context'/>
13589*7c568831SAndroid Build Coastguard Worker    </function>
13590*7c568831SAndroid Build Coastguard Worker    <function name='xmlStrEqual' file='xmlstring' module='xmlstring'>
13591*7c568831SAndroid Build Coastguard Worker      <info>Check if both strings are equal of have same content. Should be a bit more readable and faster than xmlStrcmp()</info>
13592*7c568831SAndroid Build Coastguard Worker      <return type='int' info='1 if they are equal, 0 if they are different'/>
13593*7c568831SAndroid Build Coastguard Worker      <arg name='str1' type='const xmlChar *' info='the first xmlChar *'/>
13594*7c568831SAndroid Build Coastguard Worker      <arg name='str2' type='const xmlChar *' info='the second xmlChar *'/>
13595*7c568831SAndroid Build Coastguard Worker    </function>
13596*7c568831SAndroid Build Coastguard Worker    <function name='xmlStrPrintf' file='xmlstring' module='xmlstring'>
13597*7c568831SAndroid Build Coastguard Worker      <info>Formats @msg and places result into @buf.</info>
13598*7c568831SAndroid Build Coastguard Worker      <return type='int' info='the number of characters written to @buf or -1 if an error occurs.'/>
13599*7c568831SAndroid Build Coastguard Worker      <arg name='buf' type='xmlChar *' info='the result buffer.'/>
13600*7c568831SAndroid Build Coastguard Worker      <arg name='len' type='int' info='the result buffer length.'/>
13601*7c568831SAndroid Build Coastguard Worker      <arg name='msg' type='const char *' info='the message with printf formatting.'/>
13602*7c568831SAndroid Build Coastguard Worker      <arg name='...' type='...' info='extra parameters for the message.'/>
13603*7c568831SAndroid Build Coastguard Worker    </function>
13604*7c568831SAndroid Build Coastguard Worker    <function name='xmlStrQEqual' file='xmlstring' module='xmlstring'>
13605*7c568831SAndroid Build Coastguard Worker      <info>Check if a QName is Equal to a given string</info>
13606*7c568831SAndroid Build Coastguard Worker      <return type='int' info='1 if they are equal, 0 if they are different'/>
13607*7c568831SAndroid Build Coastguard Worker      <arg name='pref' type='const xmlChar *' info='the prefix of the QName'/>
13608*7c568831SAndroid Build Coastguard Worker      <arg name='name' type='const xmlChar *' info='the localname of the QName'/>
13609*7c568831SAndroid Build Coastguard Worker      <arg name='str' type='const xmlChar *' info='the second xmlChar *'/>
13610*7c568831SAndroid Build Coastguard Worker    </function>
13611*7c568831SAndroid Build Coastguard Worker    <function name='xmlStrVPrintf' file='xmlstring' module='xmlstring'>
13612*7c568831SAndroid Build Coastguard Worker      <info>Formats @msg and places result into @buf.</info>
13613*7c568831SAndroid Build Coastguard Worker      <return type='int' info='the number of characters written to @buf or -1 if an error occurs.'/>
13614*7c568831SAndroid Build Coastguard Worker      <arg name='buf' type='xmlChar *' info='the result buffer.'/>
13615*7c568831SAndroid Build Coastguard Worker      <arg name='len' type='int' info='the result buffer length.'/>
13616*7c568831SAndroid Build Coastguard Worker      <arg name='msg' type='const char *' info='the message with printf formatting.'/>
13617*7c568831SAndroid Build Coastguard Worker      <arg name='ap' type='va_list' info='extra parameters for the message.'/>
13618*7c568831SAndroid Build Coastguard Worker    </function>
13619*7c568831SAndroid Build Coastguard Worker    <function name='xmlStrcasecmp' file='xmlstring' module='xmlstring'>
13620*7c568831SAndroid Build Coastguard Worker      <info>a strcasecmp for xmlChar&apos;s</info>
13621*7c568831SAndroid Build Coastguard Worker      <return type='int' info='the integer result of the comparison'/>
13622*7c568831SAndroid Build Coastguard Worker      <arg name='str1' type='const xmlChar *' info='the first xmlChar *'/>
13623*7c568831SAndroid Build Coastguard Worker      <arg name='str2' type='const xmlChar *' info='the second xmlChar *'/>
13624*7c568831SAndroid Build Coastguard Worker    </function>
13625*7c568831SAndroid Build Coastguard Worker    <function name='xmlStrcasestr' file='xmlstring' module='xmlstring'>
13626*7c568831SAndroid Build Coastguard Worker      <info>a case-ignoring strstr for xmlChar&apos;s</info>
13627*7c568831SAndroid Build Coastguard Worker      <return type='const xmlChar *' info='the xmlChar * for the first occurrence or NULL.'/>
13628*7c568831SAndroid Build Coastguard Worker      <arg name='str' type='const xmlChar *' info='the xmlChar * array (haystack)'/>
13629*7c568831SAndroid Build Coastguard Worker      <arg name='val' type='const xmlChar *' info='the xmlChar to search (needle)'/>
13630*7c568831SAndroid Build Coastguard Worker    </function>
13631*7c568831SAndroid Build Coastguard Worker    <function name='xmlStrcat' file='xmlstring' module='xmlstring'>
13632*7c568831SAndroid Build Coastguard Worker      <info>a strcat for array of xmlChar&apos;s. Since they are supposed to be encoded in UTF-8 or an encoding with 8bit based chars, we assume a termination mark of &apos;0&apos;.</info>
13633*7c568831SAndroid Build Coastguard Worker      <return type='xmlChar *' info='a new xmlChar * containing the concatenated string. The original @cur is reallocated and should not be freed.'/>
13634*7c568831SAndroid Build Coastguard Worker      <arg name='cur' type='xmlChar *' info='the original xmlChar * array'/>
13635*7c568831SAndroid Build Coastguard Worker      <arg name='add' type='const xmlChar *' info='the xmlChar * array added'/>
13636*7c568831SAndroid Build Coastguard Worker    </function>
13637*7c568831SAndroid Build Coastguard Worker    <function name='xmlStrchr' file='xmlstring' module='xmlstring'>
13638*7c568831SAndroid Build Coastguard Worker      <info>a strchr for xmlChar&apos;s</info>
13639*7c568831SAndroid Build Coastguard Worker      <return type='const xmlChar *' info='the xmlChar * for the first occurrence or NULL.'/>
13640*7c568831SAndroid Build Coastguard Worker      <arg name='str' type='const xmlChar *' info='the xmlChar * array'/>
13641*7c568831SAndroid Build Coastguard Worker      <arg name='val' type='xmlChar' info='the xmlChar to search'/>
13642*7c568831SAndroid Build Coastguard Worker    </function>
13643*7c568831SAndroid Build Coastguard Worker    <function name='xmlStrcmp' file='xmlstring' module='xmlstring'>
13644*7c568831SAndroid Build Coastguard Worker      <info>a strcmp for xmlChar&apos;s</info>
13645*7c568831SAndroid Build Coastguard Worker      <return type='int' info='the integer result of the comparison'/>
13646*7c568831SAndroid Build Coastguard Worker      <arg name='str1' type='const xmlChar *' info='the first xmlChar *'/>
13647*7c568831SAndroid Build Coastguard Worker      <arg name='str2' type='const xmlChar *' info='the second xmlChar *'/>
13648*7c568831SAndroid Build Coastguard Worker    </function>
13649*7c568831SAndroid Build Coastguard Worker    <function name='xmlStrdup' file='xmlstring' module='xmlstring'>
13650*7c568831SAndroid Build Coastguard Worker      <info>a strdup for array of xmlChar&apos;s. Since they are supposed to be encoded in UTF-8 or an encoding with 8bit based chars, we assume a termination mark of &apos;0&apos;.</info>
13651*7c568831SAndroid Build Coastguard Worker      <return type='xmlChar *' info='a new xmlChar * or NULL'/>
13652*7c568831SAndroid Build Coastguard Worker      <arg name='cur' type='const xmlChar *' info='the input xmlChar *'/>
13653*7c568831SAndroid Build Coastguard Worker    </function>
13654*7c568831SAndroid Build Coastguard Worker    <functype name='xmlStrdupFunc' file='xmlmemory' module='xmlmemory'>
13655*7c568831SAndroid Build Coastguard Worker      <info>Signature for an strdup() implementation.</info>
13656*7c568831SAndroid Build Coastguard Worker      <return type='char *' info='the copy of the string or NULL in case of error.'/>
13657*7c568831SAndroid Build Coastguard Worker      <arg name='str' type='const char *' info='a zero terminated string'/>
13658*7c568831SAndroid Build Coastguard Worker    </functype>
13659*7c568831SAndroid Build Coastguard Worker    <function name='xmlStreamPop' file='pattern' module='pattern'>
13660*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_PATTERN_ENABLED)</cond>
13661*7c568831SAndroid Build Coastguard Worker      <info>push one level from the stream.</info>
13662*7c568831SAndroid Build Coastguard Worker      <return type='int' info='-1 in case of error, 0 otherwise.'/>
13663*7c568831SAndroid Build Coastguard Worker      <arg name='stream' type='xmlStreamCtxtPtr' info='the stream context'/>
13664*7c568831SAndroid Build Coastguard Worker    </function>
13665*7c568831SAndroid Build Coastguard Worker    <function name='xmlStreamPush' file='pattern' module='pattern'>
13666*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_PATTERN_ENABLED)</cond>
13667*7c568831SAndroid Build Coastguard Worker      <info>Push new data onto the stream. NOTE: if the call xmlPatterncompile() indicated a dictionary, then strings for name and ns will be expected to come from the dictionary. Both @name and @ns being NULL means the / i.e. the root of the document. This can also act as a reset. Otherwise the function will act as if it has been given an element-node.</info>
13668*7c568831SAndroid Build Coastguard Worker      <return type='int' info='-1 in case of error, 1 if the current state in the stream is a match and 0 otherwise.'/>
13669*7c568831SAndroid Build Coastguard Worker      <arg name='stream' type='xmlStreamCtxtPtr' info='the stream context'/>
13670*7c568831SAndroid Build Coastguard Worker      <arg name='name' type='const xmlChar *' info='the current name'/>
13671*7c568831SAndroid Build Coastguard Worker      <arg name='ns' type='const xmlChar *' info='the namespace name'/>
13672*7c568831SAndroid Build Coastguard Worker    </function>
13673*7c568831SAndroid Build Coastguard Worker    <function name='xmlStreamPushAttr' file='pattern' module='pattern'>
13674*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_PATTERN_ENABLED)</cond>
13675*7c568831SAndroid Build Coastguard Worker      <info>Push new attribute data onto the stream. NOTE: if the call xmlPatterncompile() indicated a dictionary, then strings for name and ns will be expected to come from the dictionary. Both @name and @ns being NULL means the / i.e. the root of the document. This can also act as a reset. Otherwise the function will act as if it has been given an attribute-node.</info>
13676*7c568831SAndroid Build Coastguard Worker      <return type='int' info='-1 in case of error, 1 if the current state in the stream is a match and 0 otherwise.'/>
13677*7c568831SAndroid Build Coastguard Worker      <arg name='stream' type='xmlStreamCtxtPtr' info='the stream context'/>
13678*7c568831SAndroid Build Coastguard Worker      <arg name='name' type='const xmlChar *' info='the current name'/>
13679*7c568831SAndroid Build Coastguard Worker      <arg name='ns' type='const xmlChar *' info='the namespace name'/>
13680*7c568831SAndroid Build Coastguard Worker    </function>
13681*7c568831SAndroid Build Coastguard Worker    <function name='xmlStreamPushNode' file='pattern' module='pattern'>
13682*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_PATTERN_ENABLED)</cond>
13683*7c568831SAndroid Build Coastguard Worker      <info>Push new data onto the stream. NOTE: if the call xmlPatterncompile() indicated a dictionary, then strings for name and ns will be expected to come from the dictionary. Both @name and @ns being NULL means the / i.e. the root of the document. This can also act as a reset. Different from xmlStreamPush() this function can be fed with nodes of type: element-, attribute-, text-, cdata-section-, comment- and processing-instruction-node.</info>
13684*7c568831SAndroid Build Coastguard Worker      <return type='int' info='-1 in case of error, 1 if the current state in the stream is a match and 0 otherwise.'/>
13685*7c568831SAndroid Build Coastguard Worker      <arg name='stream' type='xmlStreamCtxtPtr' info='the stream context'/>
13686*7c568831SAndroid Build Coastguard Worker      <arg name='name' type='const xmlChar *' info='the current name'/>
13687*7c568831SAndroid Build Coastguard Worker      <arg name='ns' type='const xmlChar *' info='the namespace name'/>
13688*7c568831SAndroid Build Coastguard Worker      <arg name='nodeType' type='int' info='the type of the node being pushed'/>
13689*7c568831SAndroid Build Coastguard Worker    </function>
13690*7c568831SAndroid Build Coastguard Worker    <function name='xmlStreamWantsAnyNode' file='pattern' module='pattern'>
13691*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_PATTERN_ENABLED)</cond>
13692*7c568831SAndroid Build Coastguard Worker      <info>Query if the streaming pattern additionally needs to be fed with text-, cdata-section-, comment- and processing-instruction-nodes. If the result is 0 then only element-nodes and attribute-nodes need to be pushed.</info>
13693*7c568831SAndroid Build Coastguard Worker      <return type='int' info='1 in case of need of nodes of the above described types, 0 otherwise. -1 on API errors.'/>
13694*7c568831SAndroid Build Coastguard Worker      <arg name='streamCtxt' type='xmlStreamCtxtPtr' info='the stream context'/>
13695*7c568831SAndroid Build Coastguard Worker    </function>
13696*7c568831SAndroid Build Coastguard Worker    <function name='xmlStringCurrentChar' file='parserInternals' module='parserInternals'>
13697*7c568831SAndroid Build Coastguard Worker      <info>DEPRECATED: Internal function, do not use.  The current char value, if using UTF-8 this may actually span multiple bytes in the input buffer.</info>
13698*7c568831SAndroid Build Coastguard Worker      <return type='int' info='the current char value and its length'/>
13699*7c568831SAndroid Build Coastguard Worker      <arg name='ctxt' type='xmlParserCtxtPtr' info='the XML parser context'/>
13700*7c568831SAndroid Build Coastguard Worker      <arg name='cur' type='const xmlChar *' info='pointer to the beginning of the char'/>
13701*7c568831SAndroid Build Coastguard Worker      <arg name='len' type='int *' info='pointer to the length of the char read'/>
13702*7c568831SAndroid Build Coastguard Worker    </function>
13703*7c568831SAndroid Build Coastguard Worker    <function name='xmlStringDecodeEntities' file='parserInternals' module='parser'>
13704*7c568831SAndroid Build Coastguard Worker      <info>DEPRECATED: Internal function, don&apos;t use.</info>
13705*7c568831SAndroid Build Coastguard Worker      <return type='xmlChar *' info='A newly allocated string with the substitution done. The caller must deallocate it !'/>
13706*7c568831SAndroid Build Coastguard Worker      <arg name='ctxt' type='xmlParserCtxtPtr' info='the parser context'/>
13707*7c568831SAndroid Build Coastguard Worker      <arg name='str' type='const xmlChar *' info='the input string'/>
13708*7c568831SAndroid Build Coastguard Worker      <arg name='what' type='int' info='combination of XML_SUBSTITUTE_REF and XML_SUBSTITUTE_PEREF'/>
13709*7c568831SAndroid Build Coastguard Worker      <arg name='end' type='xmlChar' info='an end marker xmlChar, 0 if none'/>
13710*7c568831SAndroid Build Coastguard Worker      <arg name='end2' type='xmlChar' info='an end marker xmlChar, 0 if none'/>
13711*7c568831SAndroid Build Coastguard Worker      <arg name='end3' type='xmlChar' info='an end marker xmlChar, 0 if none'/>
13712*7c568831SAndroid Build Coastguard Worker    </function>
13713*7c568831SAndroid Build Coastguard Worker    <function name='xmlStringGetNodeList' file='tree' module='tree'>
13714*7c568831SAndroid Build Coastguard Worker      <info>DEPRECATED: Use xmlNodeSetContent.  Parse an attribute value and build a node list containing only text and entity reference nodes. The resulting nodes will be associated with the document if provided. The document is also used to look up entities.  The input is not validated. Syntax errors or references to undeclared entities will be ignored silently with unspecified results.</info>
13715*7c568831SAndroid Build Coastguard Worker      <return type='xmlNodePtr' info='a pointer to the first child or NULL if the value if empty or a memory allocation failed.'/>
13716*7c568831SAndroid Build Coastguard Worker      <arg name='doc' type='const xmlDoc *' info='a document (optional)'/>
13717*7c568831SAndroid Build Coastguard Worker      <arg name='value' type='const xmlChar *' info='an attribute value'/>
13718*7c568831SAndroid Build Coastguard Worker    </function>
13719*7c568831SAndroid Build Coastguard Worker    <function name='xmlStringLenDecodeEntities' file='parserInternals' module='parser'>
13720*7c568831SAndroid Build Coastguard Worker      <info>DEPRECATED: Internal function, don&apos;t use.</info>
13721*7c568831SAndroid Build Coastguard Worker      <return type='xmlChar *' info='A newly allocated string with the substitution done. The caller must deallocate it !'/>
13722*7c568831SAndroid Build Coastguard Worker      <arg name='ctxt' type='xmlParserCtxtPtr' info='the parser context'/>
13723*7c568831SAndroid Build Coastguard Worker      <arg name='str' type='const xmlChar *' info='the input string'/>
13724*7c568831SAndroid Build Coastguard Worker      <arg name='len' type='int' info='the string length'/>
13725*7c568831SAndroid Build Coastguard Worker      <arg name='what' type='int' info='combination of XML_SUBSTITUTE_REF and XML_SUBSTITUTE_PEREF'/>
13726*7c568831SAndroid Build Coastguard Worker      <arg name='end' type='xmlChar' info='an end marker xmlChar, 0 if none'/>
13727*7c568831SAndroid Build Coastguard Worker      <arg name='end2' type='xmlChar' info='an end marker xmlChar, 0 if none'/>
13728*7c568831SAndroid Build Coastguard Worker      <arg name='end3' type='xmlChar' info='an end marker xmlChar, 0 if none'/>
13729*7c568831SAndroid Build Coastguard Worker    </function>
13730*7c568831SAndroid Build Coastguard Worker    <function name='xmlStringLenGetNodeList' file='tree' module='tree'>
13731*7c568831SAndroid Build Coastguard Worker      <info>DEPRECATED: Use xmlNodeSetContentLen.  See xmlStringGetNodeList.</info>
13732*7c568831SAndroid Build Coastguard Worker      <return type='xmlNodePtr' info='a pointer to the first child or NULL if the value if empty or a memory allocation failed.'/>
13733*7c568831SAndroid Build Coastguard Worker      <arg name='doc' type='const xmlDoc *' info='a document (optional)'/>
13734*7c568831SAndroid Build Coastguard Worker      <arg name='value' type='const xmlChar *' info='an attribute value'/>
13735*7c568831SAndroid Build Coastguard Worker      <arg name='len' type='int' info='maximum length of the attribute value'/>
13736*7c568831SAndroid Build Coastguard Worker    </function>
13737*7c568831SAndroid Build Coastguard Worker    <function name='xmlStrlen' file='xmlstring' module='xmlstring'>
13738*7c568831SAndroid Build Coastguard Worker      <info>length of a xmlChar&apos;s string</info>
13739*7c568831SAndroid Build Coastguard Worker      <return type='int' info='the number of xmlChar contained in the ARRAY.'/>
13740*7c568831SAndroid Build Coastguard Worker      <arg name='str' type='const xmlChar *' info='the xmlChar * array'/>
13741*7c568831SAndroid Build Coastguard Worker    </function>
13742*7c568831SAndroid Build Coastguard Worker    <function name='xmlStrncasecmp' file='xmlstring' module='xmlstring'>
13743*7c568831SAndroid Build Coastguard Worker      <info>a strncasecmp for xmlChar&apos;s</info>
13744*7c568831SAndroid Build Coastguard Worker      <return type='int' info='the integer result of the comparison'/>
13745*7c568831SAndroid Build Coastguard Worker      <arg name='str1' type='const xmlChar *' info='the first xmlChar *'/>
13746*7c568831SAndroid Build Coastguard Worker      <arg name='str2' type='const xmlChar *' info='the second xmlChar *'/>
13747*7c568831SAndroid Build Coastguard Worker      <arg name='len' type='int' info='the max comparison length'/>
13748*7c568831SAndroid Build Coastguard Worker    </function>
13749*7c568831SAndroid Build Coastguard Worker    <function name='xmlStrncat' file='xmlstring' module='xmlstring'>
13750*7c568831SAndroid Build Coastguard Worker      <info>a strncat for array of xmlChar&apos;s, it will extend @cur with the len first bytes of @add. Note that if @len &lt; 0 then this is an API error and NULL will be returned.</info>
13751*7c568831SAndroid Build Coastguard Worker      <return type='xmlChar *' info='a new xmlChar *, the original @cur is reallocated and should not be freed.'/>
13752*7c568831SAndroid Build Coastguard Worker      <arg name='cur' type='xmlChar *' info='the original xmlChar * array'/>
13753*7c568831SAndroid Build Coastguard Worker      <arg name='add' type='const xmlChar *' info='the xmlChar * array added'/>
13754*7c568831SAndroid Build Coastguard Worker      <arg name='len' type='int' info='the length of @add'/>
13755*7c568831SAndroid Build Coastguard Worker    </function>
13756*7c568831SAndroid Build Coastguard Worker    <function name='xmlStrncatNew' file='xmlstring' module='xmlstring'>
13757*7c568831SAndroid Build Coastguard Worker      <info>same as xmlStrncat, but creates a new string.  The original two strings are not freed. If @len is &lt; 0 then the length will be calculated automatically.</info>
13758*7c568831SAndroid Build Coastguard Worker      <return type='xmlChar *' info='a new xmlChar * or NULL'/>
13759*7c568831SAndroid Build Coastguard Worker      <arg name='str1' type='const xmlChar *' info='first xmlChar string'/>
13760*7c568831SAndroid Build Coastguard Worker      <arg name='str2' type='const xmlChar *' info='second xmlChar string'/>
13761*7c568831SAndroid Build Coastguard Worker      <arg name='len' type='int' info='the len of @str2 or &lt; 0'/>
13762*7c568831SAndroid Build Coastguard Worker    </function>
13763*7c568831SAndroid Build Coastguard Worker    <function name='xmlStrncmp' file='xmlstring' module='xmlstring'>
13764*7c568831SAndroid Build Coastguard Worker      <info>a strncmp for xmlChar&apos;s</info>
13765*7c568831SAndroid Build Coastguard Worker      <return type='int' info='the integer result of the comparison'/>
13766*7c568831SAndroid Build Coastguard Worker      <arg name='str1' type='const xmlChar *' info='the first xmlChar *'/>
13767*7c568831SAndroid Build Coastguard Worker      <arg name='str2' type='const xmlChar *' info='the second xmlChar *'/>
13768*7c568831SAndroid Build Coastguard Worker      <arg name='len' type='int' info='the max comparison length'/>
13769*7c568831SAndroid Build Coastguard Worker    </function>
13770*7c568831SAndroid Build Coastguard Worker    <function name='xmlStrndup' file='xmlstring' module='xmlstring'>
13771*7c568831SAndroid Build Coastguard Worker      <info>a strndup for array of xmlChar&apos;s</info>
13772*7c568831SAndroid Build Coastguard Worker      <return type='xmlChar *' info='a new xmlChar * or NULL'/>
13773*7c568831SAndroid Build Coastguard Worker      <arg name='cur' type='const xmlChar *' info='the input xmlChar *'/>
13774*7c568831SAndroid Build Coastguard Worker      <arg name='len' type='int' info='the len of @cur'/>
13775*7c568831SAndroid Build Coastguard Worker    </function>
13776*7c568831SAndroid Build Coastguard Worker    <function name='xmlStrstr' file='xmlstring' module='xmlstring'>
13777*7c568831SAndroid Build Coastguard Worker      <info>a strstr for xmlChar&apos;s</info>
13778*7c568831SAndroid Build Coastguard Worker      <return type='const xmlChar *' info='the xmlChar * for the first occurrence or NULL.'/>
13779*7c568831SAndroid Build Coastguard Worker      <arg name='str' type='const xmlChar *' info='the xmlChar * array (haystack)'/>
13780*7c568831SAndroid Build Coastguard Worker      <arg name='val' type='const xmlChar *' info='the xmlChar to search (needle)'/>
13781*7c568831SAndroid Build Coastguard Worker    </function>
13782*7c568831SAndroid Build Coastguard Worker    <function name='xmlStrsub' file='xmlstring' module='xmlstring'>
13783*7c568831SAndroid Build Coastguard Worker      <info>Extract a substring of a given string</info>
13784*7c568831SAndroid Build Coastguard Worker      <return type='xmlChar *' info='the xmlChar * for the first occurrence or NULL.'/>
13785*7c568831SAndroid Build Coastguard Worker      <arg name='str' type='const xmlChar *' info='the xmlChar * array (haystack)'/>
13786*7c568831SAndroid Build Coastguard Worker      <arg name='start' type='int' info='the index of the first char (zero based)'/>
13787*7c568831SAndroid Build Coastguard Worker      <arg name='len' type='int' info='the length of the substring'/>
13788*7c568831SAndroid Build Coastguard Worker    </function>
13789*7c568831SAndroid Build Coastguard Worker    <functype name='xmlStructuredErrorFunc' file='xmlerror' module='xmlerror'>
13790*7c568831SAndroid Build Coastguard Worker      <info>Signature of the function to use when there is an error and the module handles the new error reporting mechanism.</info>
13791*7c568831SAndroid Build Coastguard Worker      <return type='void'/>
13792*7c568831SAndroid Build Coastguard Worker      <arg name='userData' type='void *' info='user provided data for the error callback'/>
13793*7c568831SAndroid Build Coastguard Worker      <arg name='error' type='const xmlError *' info='the error being raised.'/>
13794*7c568831SAndroid Build Coastguard Worker    </functype>
13795*7c568831SAndroid Build Coastguard Worker    <function name='xmlSubstituteEntitiesDefault' file='parser' module='parserInternals'>
13796*7c568831SAndroid Build Coastguard Worker      <info>DEPRECATED: Use the modern options API with XML_PARSE_NOENT.  Set and return the previous value for default entity support. Initially the parser always keep entity references instead of substituting entity values in the output. This function has to be used to change the default parser behavior SAX::substituteEntities() has to be used for changing that on a file by file basis.</info>
13797*7c568831SAndroid Build Coastguard Worker      <return type='int' info='the last value for 0 for no substitution, 1 for substitution.'/>
13798*7c568831SAndroid Build Coastguard Worker      <arg name='val' type='int' info='int 0 or 1'/>
13799*7c568831SAndroid Build Coastguard Worker    </function>
13800*7c568831SAndroid Build Coastguard Worker    <function name='xmlSwitchEncoding' file='parserInternals' module='parserInternals'>
13801*7c568831SAndroid Build Coastguard Worker      <info>Use encoding specified by enum to decode input data. This overrides the encoding found in the XML declaration.  This function can also be used to override the encoding of chunks passed to xmlParseChunk.</info>
13802*7c568831SAndroid Build Coastguard Worker      <return type='int' info='0 in case of success, -1 otherwise'/>
13803*7c568831SAndroid Build Coastguard Worker      <arg name='ctxt' type='xmlParserCtxtPtr' info='the parser context'/>
13804*7c568831SAndroid Build Coastguard Worker      <arg name='enc' type='xmlCharEncoding' info='the encoding value (number)'/>
13805*7c568831SAndroid Build Coastguard Worker    </function>
13806*7c568831SAndroid Build Coastguard Worker    <function name='xmlSwitchEncodingName' file='parserInternals' module='parserInternals'>
13807*7c568831SAndroid Build Coastguard Worker      <info>Use specified encoding to decode input data. This overrides the encoding found in the XML declaration.  This function can also be used to override the encoding of chunks passed to xmlParseChunk.  Available since 2.13.0.</info>
13808*7c568831SAndroid Build Coastguard Worker      <return type='int' info='0 in case of success, -1 otherwise'/>
13809*7c568831SAndroid Build Coastguard Worker      <arg name='ctxt' type='xmlParserCtxtPtr' info='the parser context'/>
13810*7c568831SAndroid Build Coastguard Worker      <arg name='encoding' type='const char *' info='the encoding name'/>
13811*7c568831SAndroid Build Coastguard Worker    </function>
13812*7c568831SAndroid Build Coastguard Worker    <function name='xmlSwitchInputEncoding' file='parserInternals' module='parserInternals'>
13813*7c568831SAndroid Build Coastguard Worker      <info>DEPRECATED: Internal function, don&apos;t use.  Use encoding handler to decode input data.</info>
13814*7c568831SAndroid Build Coastguard Worker      <return type='int' info='0 in case of success, -1 otherwise'/>
13815*7c568831SAndroid Build Coastguard Worker      <arg name='ctxt' type='xmlParserCtxtPtr' info='the parser context, only for error reporting'/>
13816*7c568831SAndroid Build Coastguard Worker      <arg name='input' type='xmlParserInputPtr' info='the input stream'/>
13817*7c568831SAndroid Build Coastguard Worker      <arg name='handler' type='xmlCharEncodingHandlerPtr' info='the encoding handler'/>
13818*7c568831SAndroid Build Coastguard Worker    </function>
13819*7c568831SAndroid Build Coastguard Worker    <function name='xmlSwitchToEncoding' file='parserInternals' module='parserInternals'>
13820*7c568831SAndroid Build Coastguard Worker      <info>Use encoding handler to decode input data.  This function can be used to enforce the encoding of chunks passed to xmlParseChunk.</info>
13821*7c568831SAndroid Build Coastguard Worker      <return type='int' info='0 in case of success, -1 otherwise'/>
13822*7c568831SAndroid Build Coastguard Worker      <arg name='ctxt' type='xmlParserCtxtPtr' info='the parser context'/>
13823*7c568831SAndroid Build Coastguard Worker      <arg name='handler' type='xmlCharEncodingHandlerPtr' info='the encoding handler'/>
13824*7c568831SAndroid Build Coastguard Worker    </function>
13825*7c568831SAndroid Build Coastguard Worker    <function name='xmlTextConcat' file='tree' module='tree'>
13826*7c568831SAndroid Build Coastguard Worker      <info>Concat the given string at the end of the existing node content.  If @len is -1, the string length will be calculated.</info>
13827*7c568831SAndroid Build Coastguard Worker      <return type='int' info='-1 in case of error, 0 otherwise'/>
13828*7c568831SAndroid Build Coastguard Worker      <arg name='node' type='xmlNodePtr' info='the node'/>
13829*7c568831SAndroid Build Coastguard Worker      <arg name='content' type='const xmlChar *' info='the content'/>
13830*7c568831SAndroid Build Coastguard Worker      <arg name='len' type='int' info='@content length'/>
13831*7c568831SAndroid Build Coastguard Worker    </function>
13832*7c568831SAndroid Build Coastguard Worker    <function name='xmlTextMerge' file='tree' module='tree'>
13833*7c568831SAndroid Build Coastguard Worker      <info>Merge the second text node into the first. The second node is unlinked and freed.</info>
13834*7c568831SAndroid Build Coastguard Worker      <return type='xmlNodePtr' info='the first text node augmented or NULL in case of error.'/>
13835*7c568831SAndroid Build Coastguard Worker      <arg name='first' type='xmlNodePtr' info='the first text node'/>
13836*7c568831SAndroid Build Coastguard Worker      <arg name='second' type='xmlNodePtr' info='the second text node being merged'/>
13837*7c568831SAndroid Build Coastguard Worker    </function>
13838*7c568831SAndroid Build Coastguard Worker    <function name='xmlTextReaderAttributeCount' file='xmlreader' module='xmlreader'>
13839*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_READER_ENABLED)</cond>
13840*7c568831SAndroid Build Coastguard Worker      <info>Provides the number of attributes of the current node</info>
13841*7c568831SAndroid Build Coastguard Worker      <return type='int' info='0 i no attributes, -1 in case of error or the attribute count'/>
13842*7c568831SAndroid Build Coastguard Worker      <arg name='reader' type='xmlTextReaderPtr' info='the xmlTextReaderPtr used'/>
13843*7c568831SAndroid Build Coastguard Worker    </function>
13844*7c568831SAndroid Build Coastguard Worker    <function name='xmlTextReaderBaseUri' file='xmlreader' module='xmlreader'>
13845*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_READER_ENABLED)</cond>
13846*7c568831SAndroid Build Coastguard Worker      <info>The base URI of the node.</info>
13847*7c568831SAndroid Build Coastguard Worker      <return type='xmlChar *' info='the base URI or NULL if not available, if non NULL it need to be freed by the caller.'/>
13848*7c568831SAndroid Build Coastguard Worker      <arg name='reader' type='xmlTextReaderPtr' info='the xmlTextReaderPtr used'/>
13849*7c568831SAndroid Build Coastguard Worker    </function>
13850*7c568831SAndroid Build Coastguard Worker    <function name='xmlTextReaderByteConsumed' file='xmlreader' module='xmlreader'>
13851*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_READER_ENABLED)</cond>
13852*7c568831SAndroid Build Coastguard Worker      <info>This function provides the current index of the parser used by the reader, relative to the start of the current entity. This function actually just wraps a call to xmlBytesConsumed() for the parser context associated with the reader. See xmlBytesConsumed() for more information.</info>
13853*7c568831SAndroid Build Coastguard Worker      <return type='long' info='the index in bytes from the beginning of the entity or -1 in case the index could not be computed.'/>
13854*7c568831SAndroid Build Coastguard Worker      <arg name='reader' type='xmlTextReaderPtr' info='an XML reader'/>
13855*7c568831SAndroid Build Coastguard Worker    </function>
13856*7c568831SAndroid Build Coastguard Worker    <function name='xmlTextReaderClose' file='xmlreader' module='xmlreader'>
13857*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_READER_ENABLED)</cond>
13858*7c568831SAndroid Build Coastguard Worker      <info>This method releases any resources allocated by the current instance changes the state to Closed and close any underlying input.</info>
13859*7c568831SAndroid Build Coastguard Worker      <return type='int' info='0 or -1 in case of error'/>
13860*7c568831SAndroid Build Coastguard Worker      <arg name='reader' type='xmlTextReaderPtr' info='the xmlTextReaderPtr used'/>
13861*7c568831SAndroid Build Coastguard Worker    </function>
13862*7c568831SAndroid Build Coastguard Worker    <function name='xmlTextReaderConstBaseUri' file='xmlreader' module='xmlreader'>
13863*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_READER_ENABLED)</cond>
13864*7c568831SAndroid Build Coastguard Worker      <info>The base URI of the node.</info>
13865*7c568831SAndroid Build Coastguard Worker      <return type='const xmlChar *' info='the base URI or NULL if not available, the string will be deallocated with the reader'/>
13866*7c568831SAndroid Build Coastguard Worker      <arg name='reader' type='xmlTextReaderPtr' info='the xmlTextReaderPtr used'/>
13867*7c568831SAndroid Build Coastguard Worker    </function>
13868*7c568831SAndroid Build Coastguard Worker    <function name='xmlTextReaderConstEncoding' file='xmlreader' module='xmlreader'>
13869*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_READER_ENABLED)</cond>
13870*7c568831SAndroid Build Coastguard Worker      <info>Determine the encoding of the document being read.</info>
13871*7c568831SAndroid Build Coastguard Worker      <return type='const xmlChar *' info='a string containing the encoding of the document or NULL in case of error.  The string is deallocated with the reader.'/>
13872*7c568831SAndroid Build Coastguard Worker      <arg name='reader' type='xmlTextReaderPtr' info='the xmlTextReaderPtr used'/>
13873*7c568831SAndroid Build Coastguard Worker    </function>
13874*7c568831SAndroid Build Coastguard Worker    <function name='xmlTextReaderConstLocalName' file='xmlreader' module='xmlreader'>
13875*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_READER_ENABLED)</cond>
13876*7c568831SAndroid Build Coastguard Worker      <info>The local name of the node.</info>
13877*7c568831SAndroid Build Coastguard Worker      <return type='const xmlChar *' info='the local name or NULL if not available, the string will be deallocated with the reader.'/>
13878*7c568831SAndroid Build Coastguard Worker      <arg name='reader' type='xmlTextReaderPtr' info='the xmlTextReaderPtr used'/>
13879*7c568831SAndroid Build Coastguard Worker    </function>
13880*7c568831SAndroid Build Coastguard Worker    <function name='xmlTextReaderConstName' file='xmlreader' module='xmlreader'>
13881*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_READER_ENABLED)</cond>
13882*7c568831SAndroid Build Coastguard Worker      <info>The qualified name of the node, equal to Prefix :LocalName.</info>
13883*7c568831SAndroid Build Coastguard Worker      <return type='const xmlChar *' info='the local name or NULL if not available, the string is deallocated with the reader.'/>
13884*7c568831SAndroid Build Coastguard Worker      <arg name='reader' type='xmlTextReaderPtr' info='the xmlTextReaderPtr used'/>
13885*7c568831SAndroid Build Coastguard Worker    </function>
13886*7c568831SAndroid Build Coastguard Worker    <function name='xmlTextReaderConstNamespaceUri' file='xmlreader' module='xmlreader'>
13887*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_READER_ENABLED)</cond>
13888*7c568831SAndroid Build Coastguard Worker      <info>The URI defining the namespace associated with the node.</info>
13889*7c568831SAndroid Build Coastguard Worker      <return type='const xmlChar *' info='the namespace URI or NULL if not available, the string will be deallocated with the reader'/>
13890*7c568831SAndroid Build Coastguard Worker      <arg name='reader' type='xmlTextReaderPtr' info='the xmlTextReaderPtr used'/>
13891*7c568831SAndroid Build Coastguard Worker    </function>
13892*7c568831SAndroid Build Coastguard Worker    <function name='xmlTextReaderConstPrefix' file='xmlreader' module='xmlreader'>
13893*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_READER_ENABLED)</cond>
13894*7c568831SAndroid Build Coastguard Worker      <info>A shorthand reference to the namespace associated with the node.</info>
13895*7c568831SAndroid Build Coastguard Worker      <return type='const xmlChar *' info='the prefix or NULL if not available, the string is deallocated with the reader.'/>
13896*7c568831SAndroid Build Coastguard Worker      <arg name='reader' type='xmlTextReaderPtr' info='the xmlTextReaderPtr used'/>
13897*7c568831SAndroid Build Coastguard Worker    </function>
13898*7c568831SAndroid Build Coastguard Worker    <function name='xmlTextReaderConstString' file='xmlreader' module='xmlreader'>
13899*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_READER_ENABLED)</cond>
13900*7c568831SAndroid Build Coastguard Worker      <info>Get an interned string from the reader, allows for example to speedup string name comparisons</info>
13901*7c568831SAndroid Build Coastguard Worker      <return type='const xmlChar *' info='an interned copy of the string or NULL in case of error. The string will be deallocated with the reader.'/>
13902*7c568831SAndroid Build Coastguard Worker      <arg name='reader' type='xmlTextReaderPtr' info='the xmlTextReaderPtr used'/>
13903*7c568831SAndroid Build Coastguard Worker      <arg name='str' type='const xmlChar *' info='the string to intern.'/>
13904*7c568831SAndroid Build Coastguard Worker    </function>
13905*7c568831SAndroid Build Coastguard Worker    <function name='xmlTextReaderConstValue' file='xmlreader' module='xmlreader'>
13906*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_READER_ENABLED)</cond>
13907*7c568831SAndroid Build Coastguard Worker      <info>Provides the text value of the node if present</info>
13908*7c568831SAndroid Build Coastguard Worker      <return type='const xmlChar *' info='the string or NULL if not available. The result will be deallocated on the next Read() operation.'/>
13909*7c568831SAndroid Build Coastguard Worker      <arg name='reader' type='xmlTextReaderPtr' info='the xmlTextReaderPtr used'/>
13910*7c568831SAndroid Build Coastguard Worker    </function>
13911*7c568831SAndroid Build Coastguard Worker    <function name='xmlTextReaderConstXmlLang' file='xmlreader' module='xmlreader'>
13912*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_READER_ENABLED)</cond>
13913*7c568831SAndroid Build Coastguard Worker      <info>The xml:lang scope within which the node resides.</info>
13914*7c568831SAndroid Build Coastguard Worker      <return type='const xmlChar *' info='the xml:lang value or NULL if none exists.'/>
13915*7c568831SAndroid Build Coastguard Worker      <arg name='reader' type='xmlTextReaderPtr' info='the xmlTextReaderPtr used'/>
13916*7c568831SAndroid Build Coastguard Worker    </function>
13917*7c568831SAndroid Build Coastguard Worker    <function name='xmlTextReaderConstXmlVersion' file='xmlreader' module='xmlreader'>
13918*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_READER_ENABLED)</cond>
13919*7c568831SAndroid Build Coastguard Worker      <info>Determine the XML version of the document being read.</info>
13920*7c568831SAndroid Build Coastguard Worker      <return type='const xmlChar *' info='a string containing the XML version of the document or NULL in case of error.  The string is deallocated with the reader.'/>
13921*7c568831SAndroid Build Coastguard Worker      <arg name='reader' type='xmlTextReaderPtr' info='the xmlTextReaderPtr used'/>
13922*7c568831SAndroid Build Coastguard Worker    </function>
13923*7c568831SAndroid Build Coastguard Worker    <function name='xmlTextReaderCurrentDoc' file='xmlreader' module='xmlreader'>
13924*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_READER_ENABLED)</cond>
13925*7c568831SAndroid Build Coastguard Worker      <info>Hacking interface allowing to get the xmlDocPtr corresponding to the current document being accessed by the xmlTextReader. NOTE: as a result of this call, the reader will not destroy the associated XML document and calling xmlFreeDoc() on the result is needed once the reader parsing has finished.</info>
13926*7c568831SAndroid Build Coastguard Worker      <return type='xmlDocPtr' info='the xmlDocPtr or NULL in case of error.'/>
13927*7c568831SAndroid Build Coastguard Worker      <arg name='reader' type='xmlTextReaderPtr' info='the xmlTextReaderPtr used'/>
13928*7c568831SAndroid Build Coastguard Worker    </function>
13929*7c568831SAndroid Build Coastguard Worker    <function name='xmlTextReaderCurrentNode' file='xmlreader' module='xmlreader'>
13930*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_READER_ENABLED)</cond>
13931*7c568831SAndroid Build Coastguard Worker      <info>Hacking interface allowing to get the xmlNodePtr corresponding to the current node being accessed by the xmlTextReader. This is dangerous because the underlying node may be destroyed on the next Reads.</info>
13932*7c568831SAndroid Build Coastguard Worker      <return type='xmlNodePtr' info='the xmlNodePtr or NULL in case of error.'/>
13933*7c568831SAndroid Build Coastguard Worker      <arg name='reader' type='xmlTextReaderPtr' info='the xmlTextReaderPtr used'/>
13934*7c568831SAndroid Build Coastguard Worker    </function>
13935*7c568831SAndroid Build Coastguard Worker    <function name='xmlTextReaderDepth' file='xmlreader' module='xmlreader'>
13936*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_READER_ENABLED)</cond>
13937*7c568831SAndroid Build Coastguard Worker      <info>The depth of the node in the tree.</info>
13938*7c568831SAndroid Build Coastguard Worker      <return type='int' info='the depth or -1 in case of error'/>
13939*7c568831SAndroid Build Coastguard Worker      <arg name='reader' type='xmlTextReaderPtr' info='the xmlTextReaderPtr used'/>
13940*7c568831SAndroid Build Coastguard Worker    </function>
13941*7c568831SAndroid Build Coastguard Worker    <functype name='xmlTextReaderErrorFunc' file='xmlreader' module='xmlreader'>
13942*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_READER_ENABLED)</cond>
13943*7c568831SAndroid Build Coastguard Worker      <info>Signature of an error callback from a reader parser</info>
13944*7c568831SAndroid Build Coastguard Worker      <return type='void'/>
13945*7c568831SAndroid Build Coastguard Worker      <arg name='arg' type='void *' info='the user argument'/>
13946*7c568831SAndroid Build Coastguard Worker      <arg name='msg' type='const char *' info='the message'/>
13947*7c568831SAndroid Build Coastguard Worker      <arg name='severity' type='xmlParserSeverities' info='the severity of the error'/>
13948*7c568831SAndroid Build Coastguard Worker      <arg name='locator' type='xmlTextReaderLocatorPtr' info='a locator indicating where the error occurred'/>
13949*7c568831SAndroid Build Coastguard Worker    </functype>
13950*7c568831SAndroid Build Coastguard Worker    <function name='xmlTextReaderExpand' file='xmlreader' module='xmlreader'>
13951*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_READER_ENABLED)</cond>
13952*7c568831SAndroid Build Coastguard Worker      <info>Reads the contents of the current node and the full subtree. It then makes the subtree available until the next xmlTextReaderRead() call</info>
13953*7c568831SAndroid Build Coastguard Worker      <return type='xmlNodePtr' info='a node pointer valid until the next xmlTextReaderRead() call or NULL in case of error.'/>
13954*7c568831SAndroid Build Coastguard Worker      <arg name='reader' type='xmlTextReaderPtr' info='the xmlTextReaderPtr used'/>
13955*7c568831SAndroid Build Coastguard Worker    </function>
13956*7c568831SAndroid Build Coastguard Worker    <function name='xmlTextReaderGetAttribute' file='xmlreader' module='xmlreader'>
13957*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_READER_ENABLED)</cond>
13958*7c568831SAndroid Build Coastguard Worker      <info>Provides the value of the attribute with the specified qualified name.</info>
13959*7c568831SAndroid Build Coastguard Worker      <return type='xmlChar *' info='a string containing the value of the specified attribute, or NULL in case of error. The string must be deallocated by the caller.'/>
13960*7c568831SAndroid Build Coastguard Worker      <arg name='reader' type='xmlTextReaderPtr' info='the xmlTextReaderPtr used'/>
13961*7c568831SAndroid Build Coastguard Worker      <arg name='name' type='const xmlChar *' info='the qualified name of the attribute.'/>
13962*7c568831SAndroid Build Coastguard Worker    </function>
13963*7c568831SAndroid Build Coastguard Worker    <function name='xmlTextReaderGetAttributeNo' file='xmlreader' module='xmlreader'>
13964*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_READER_ENABLED)</cond>
13965*7c568831SAndroid Build Coastguard Worker      <info>Provides the value of the attribute with the specified index relative to the containing element.</info>
13966*7c568831SAndroid Build Coastguard Worker      <return type='xmlChar *' info='a string containing the value of the specified attribute, or NULL in case of error. The string must be deallocated by the caller.'/>
13967*7c568831SAndroid Build Coastguard Worker      <arg name='reader' type='xmlTextReaderPtr' info='the xmlTextReaderPtr used'/>
13968*7c568831SAndroid Build Coastguard Worker      <arg name='no' type='int' info='the zero-based index of the attribute relative to the containing element'/>
13969*7c568831SAndroid Build Coastguard Worker    </function>
13970*7c568831SAndroid Build Coastguard Worker    <function name='xmlTextReaderGetAttributeNs' file='xmlreader' module='xmlreader'>
13971*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_READER_ENABLED)</cond>
13972*7c568831SAndroid Build Coastguard Worker      <info>Provides the value of the specified attribute</info>
13973*7c568831SAndroid Build Coastguard Worker      <return type='xmlChar *' info='a string containing the value of the specified attribute, or NULL in case of error. The string must be deallocated by the caller.'/>
13974*7c568831SAndroid Build Coastguard Worker      <arg name='reader' type='xmlTextReaderPtr' info='the xmlTextReaderPtr used'/>
13975*7c568831SAndroid Build Coastguard Worker      <arg name='localName' type='const xmlChar *' info='the local name of the attribute.'/>
13976*7c568831SAndroid Build Coastguard Worker      <arg name='namespaceURI' type='const xmlChar *' info='the namespace URI of the attribute.'/>
13977*7c568831SAndroid Build Coastguard Worker    </function>
13978*7c568831SAndroid Build Coastguard Worker    <function name='xmlTextReaderGetErrorHandler' file='xmlreader' module='xmlreader'>
13979*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_READER_ENABLED)</cond>
13980*7c568831SAndroid Build Coastguard Worker      <info>Retrieve the error callback function and user argument.</info>
13981*7c568831SAndroid Build Coastguard Worker      <return type='void'/>
13982*7c568831SAndroid Build Coastguard Worker      <arg name='reader' type='xmlTextReaderPtr' info='the xmlTextReaderPtr used'/>
13983*7c568831SAndroid Build Coastguard Worker      <arg name='f' type='xmlTextReaderErrorFunc *' info='the callback function or NULL is no callback has been registered'/>
13984*7c568831SAndroid Build Coastguard Worker      <arg name='arg' type='void **' info='a user argument'/>
13985*7c568831SAndroid Build Coastguard Worker    </function>
13986*7c568831SAndroid Build Coastguard Worker    <function name='xmlTextReaderGetLastError' file='xmlreader' module='xmlreader'>
13987*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_READER_ENABLED)</cond>
13988*7c568831SAndroid Build Coastguard Worker      <info>Available since 2.13.0.</info>
13989*7c568831SAndroid Build Coastguard Worker      <return type='const xmlError *' info='the last error.'/>
13990*7c568831SAndroid Build Coastguard Worker      <arg name='reader' type='xmlTextReaderPtr' info='an XML reader'/>
13991*7c568831SAndroid Build Coastguard Worker    </function>
13992*7c568831SAndroid Build Coastguard Worker    <function name='xmlTextReaderGetParserColumnNumber' file='xmlreader' module='xmlreader'>
13993*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_READER_ENABLED)</cond>
13994*7c568831SAndroid Build Coastguard Worker      <info>Provide the column number of the current parsing point.</info>
13995*7c568831SAndroid Build Coastguard Worker      <return type='int' info='an int or 0 if not available'/>
13996*7c568831SAndroid Build Coastguard Worker      <arg name='reader' type='xmlTextReaderPtr' info='the user data (XML reader context)'/>
13997*7c568831SAndroid Build Coastguard Worker    </function>
13998*7c568831SAndroid Build Coastguard Worker    <function name='xmlTextReaderGetParserLineNumber' file='xmlreader' module='xmlreader'>
13999*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_READER_ENABLED)</cond>
14000*7c568831SAndroid Build Coastguard Worker      <info>Provide the line number of the current parsing point.</info>
14001*7c568831SAndroid Build Coastguard Worker      <return type='int' info='an int or 0 if not available'/>
14002*7c568831SAndroid Build Coastguard Worker      <arg name='reader' type='xmlTextReaderPtr' info='the user data (XML reader context)'/>
14003*7c568831SAndroid Build Coastguard Worker    </function>
14004*7c568831SAndroid Build Coastguard Worker    <function name='xmlTextReaderGetParserProp' file='xmlreader' module='xmlreader'>
14005*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_READER_ENABLED)</cond>
14006*7c568831SAndroid Build Coastguard Worker      <info>Read the parser internal property.</info>
14007*7c568831SAndroid Build Coastguard Worker      <return type='int' info='the value, usually 0 or 1, or -1 in case of error.'/>
14008*7c568831SAndroid Build Coastguard Worker      <arg name='reader' type='xmlTextReaderPtr' info='the xmlTextReaderPtr used'/>
14009*7c568831SAndroid Build Coastguard Worker      <arg name='prop' type='int' info='the xmlParserProperties to get'/>
14010*7c568831SAndroid Build Coastguard Worker    </function>
14011*7c568831SAndroid Build Coastguard Worker    <function name='xmlTextReaderGetRemainder' file='xmlreader' module='xmlreader'>
14012*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_READER_ENABLED)</cond>
14013*7c568831SAndroid Build Coastguard Worker      <info>Method to get the remainder of the buffered XML. this method stops the parser, set its state to End Of File and return the input stream with what is left that the parser did not use.  The implementation is not good, the parser certainly progressed past what&apos;s left in reader-&gt;input, and there is an allocation problem. Best would be to rewrite it differently.</info>
14014*7c568831SAndroid Build Coastguard Worker      <return type='xmlParserInputBufferPtr' info='the xmlParserInputBufferPtr attached to the XML or NULL in case of error.'/>
14015*7c568831SAndroid Build Coastguard Worker      <arg name='reader' type='xmlTextReaderPtr' info='the xmlTextReaderPtr used'/>
14016*7c568831SAndroid Build Coastguard Worker    </function>
14017*7c568831SAndroid Build Coastguard Worker    <function name='xmlTextReaderHasAttributes' file='xmlreader' module='xmlreader'>
14018*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_READER_ENABLED)</cond>
14019*7c568831SAndroid Build Coastguard Worker      <info>Whether the node has attributes.</info>
14020*7c568831SAndroid Build Coastguard Worker      <return type='int' info='1 if true, 0 if false, and -1 in case or error'/>
14021*7c568831SAndroid Build Coastguard Worker      <arg name='reader' type='xmlTextReaderPtr' info='the xmlTextReaderPtr used'/>
14022*7c568831SAndroid Build Coastguard Worker    </function>
14023*7c568831SAndroid Build Coastguard Worker    <function name='xmlTextReaderHasValue' file='xmlreader' module='xmlreader'>
14024*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_READER_ENABLED)</cond>
14025*7c568831SAndroid Build Coastguard Worker      <info>Whether the node can have a text value.</info>
14026*7c568831SAndroid Build Coastguard Worker      <return type='int' info='1 if true, 0 if false, and -1 in case or error'/>
14027*7c568831SAndroid Build Coastguard Worker      <arg name='reader' type='xmlTextReaderPtr' info='the xmlTextReaderPtr used'/>
14028*7c568831SAndroid Build Coastguard Worker    </function>
14029*7c568831SAndroid Build Coastguard Worker    <function name='xmlTextReaderIsDefault' file='xmlreader' module='xmlreader'>
14030*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_READER_ENABLED)</cond>
14031*7c568831SAndroid Build Coastguard Worker      <info>Whether an Attribute  node was generated from the default value defined in the DTD or schema.</info>
14032*7c568831SAndroid Build Coastguard Worker      <return type='int' info='0 if not defaulted, 1 if defaulted, and -1 in case of error'/>
14033*7c568831SAndroid Build Coastguard Worker      <arg name='reader' type='xmlTextReaderPtr' info='the xmlTextReaderPtr used'/>
14034*7c568831SAndroid Build Coastguard Worker    </function>
14035*7c568831SAndroid Build Coastguard Worker    <function name='xmlTextReaderIsEmptyElement' file='xmlreader' module='xmlreader'>
14036*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_READER_ENABLED)</cond>
14037*7c568831SAndroid Build Coastguard Worker      <info>Check if the current node is empty</info>
14038*7c568831SAndroid Build Coastguard Worker      <return type='int' info='1 if empty, 0 if not and -1 in case of error'/>
14039*7c568831SAndroid Build Coastguard Worker      <arg name='reader' type='xmlTextReaderPtr' info='the xmlTextReaderPtr used'/>
14040*7c568831SAndroid Build Coastguard Worker    </function>
14041*7c568831SAndroid Build Coastguard Worker    <function name='xmlTextReaderIsNamespaceDecl' file='xmlreader' module='xmlreader'>
14042*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_READER_ENABLED)</cond>
14043*7c568831SAndroid Build Coastguard Worker      <info>Determine whether the current node is a namespace declaration rather than a regular attribute.</info>
14044*7c568831SAndroid Build Coastguard Worker      <return type='int' info='1 if the current node is a namespace declaration, 0 if it is a regular attribute or other type of node, or -1 in case of error.'/>
14045*7c568831SAndroid Build Coastguard Worker      <arg name='reader' type='xmlTextReaderPtr' info='the xmlTextReaderPtr used'/>
14046*7c568831SAndroid Build Coastguard Worker    </function>
14047*7c568831SAndroid Build Coastguard Worker    <function name='xmlTextReaderIsValid' file='xmlreader' module='xmlreader'>
14048*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_READER_ENABLED)</cond>
14049*7c568831SAndroid Build Coastguard Worker      <info>Retrieve the validity status from the parser context</info>
14050*7c568831SAndroid Build Coastguard Worker      <return type='int' info='the flag value 1 if valid, 0 if no, and -1 in case of error'/>
14051*7c568831SAndroid Build Coastguard Worker      <arg name='reader' type='xmlTextReaderPtr' info='the xmlTextReaderPtr used'/>
14052*7c568831SAndroid Build Coastguard Worker    </function>
14053*7c568831SAndroid Build Coastguard Worker    <function name='xmlTextReaderLocalName' file='xmlreader' module='xmlreader'>
14054*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_READER_ENABLED)</cond>
14055*7c568831SAndroid Build Coastguard Worker      <info>The local name of the node.</info>
14056*7c568831SAndroid Build Coastguard Worker      <return type='xmlChar *' info='the local name or NULL if not available, if non NULL it need to be freed by the caller.'/>
14057*7c568831SAndroid Build Coastguard Worker      <arg name='reader' type='xmlTextReaderPtr' info='the xmlTextReaderPtr used'/>
14058*7c568831SAndroid Build Coastguard Worker    </function>
14059*7c568831SAndroid Build Coastguard Worker    <function name='xmlTextReaderLocatorBaseURI' file='xmlreader' module='xmlreader'>
14060*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_READER_ENABLED)</cond>
14061*7c568831SAndroid Build Coastguard Worker      <info>Obtain the base URI for the given locator.</info>
14062*7c568831SAndroid Build Coastguard Worker      <return type='xmlChar *' info='the base URI or NULL in case of error, if non NULL it need to be freed by the caller.'/>
14063*7c568831SAndroid Build Coastguard Worker      <arg name='locator' type='xmlTextReaderLocatorPtr' info='the xmlTextReaderLocatorPtr used'/>
14064*7c568831SAndroid Build Coastguard Worker    </function>
14065*7c568831SAndroid Build Coastguard Worker    <function name='xmlTextReaderLocatorLineNumber' file='xmlreader' module='xmlreader'>
14066*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_READER_ENABLED)</cond>
14067*7c568831SAndroid Build Coastguard Worker      <info>Obtain the line number for the given locator.</info>
14068*7c568831SAndroid Build Coastguard Worker      <return type='int' info='the line number or -1 in case of error.'/>
14069*7c568831SAndroid Build Coastguard Worker      <arg name='locator' type='xmlTextReaderLocatorPtr' info='the xmlTextReaderLocatorPtr used'/>
14070*7c568831SAndroid Build Coastguard Worker    </function>
14071*7c568831SAndroid Build Coastguard Worker    <function name='xmlTextReaderLookupNamespace' file='xmlreader' module='xmlreader'>
14072*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_READER_ENABLED)</cond>
14073*7c568831SAndroid Build Coastguard Worker      <info>Resolves a namespace prefix in the scope of the current element.</info>
14074*7c568831SAndroid Build Coastguard Worker      <return type='xmlChar *' info='a string containing the namespace URI to which the prefix maps or NULL in case of error. The string must be deallocated by the caller.'/>
14075*7c568831SAndroid Build Coastguard Worker      <arg name='reader' type='xmlTextReaderPtr' info='the xmlTextReaderPtr used'/>
14076*7c568831SAndroid Build Coastguard Worker      <arg name='prefix' type='const xmlChar *' info='the prefix whose namespace URI is to be resolved. To return the default namespace, specify NULL'/>
14077*7c568831SAndroid Build Coastguard Worker    </function>
14078*7c568831SAndroid Build Coastguard Worker    <function name='xmlTextReaderMoveToAttribute' file='xmlreader' module='xmlreader'>
14079*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_READER_ENABLED)</cond>
14080*7c568831SAndroid Build Coastguard Worker      <info>Moves the position of the current instance to the attribute with the specified qualified name.</info>
14081*7c568831SAndroid Build Coastguard Worker      <return type='int' info='1 in case of success, -1 in case of error, 0 if not found'/>
14082*7c568831SAndroid Build Coastguard Worker      <arg name='reader' type='xmlTextReaderPtr' info='the xmlTextReaderPtr used'/>
14083*7c568831SAndroid Build Coastguard Worker      <arg name='name' type='const xmlChar *' info='the qualified name of the attribute.'/>
14084*7c568831SAndroid Build Coastguard Worker    </function>
14085*7c568831SAndroid Build Coastguard Worker    <function name='xmlTextReaderMoveToAttributeNo' file='xmlreader' module='xmlreader'>
14086*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_READER_ENABLED)</cond>
14087*7c568831SAndroid Build Coastguard Worker      <info>Moves the position of the current instance to the attribute with the specified index relative to the containing element.</info>
14088*7c568831SAndroid Build Coastguard Worker      <return type='int' info='1 in case of success, -1 in case of error, 0 if not found'/>
14089*7c568831SAndroid Build Coastguard Worker      <arg name='reader' type='xmlTextReaderPtr' info='the xmlTextReaderPtr used'/>
14090*7c568831SAndroid Build Coastguard Worker      <arg name='no' type='int' info='the zero-based index of the attribute relative to the containing element.'/>
14091*7c568831SAndroid Build Coastguard Worker    </function>
14092*7c568831SAndroid Build Coastguard Worker    <function name='xmlTextReaderMoveToAttributeNs' file='xmlreader' module='xmlreader'>
14093*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_READER_ENABLED)</cond>
14094*7c568831SAndroid Build Coastguard Worker      <info>Moves the position of the current instance to the attribute with the specified local name and namespace URI.</info>
14095*7c568831SAndroid Build Coastguard Worker      <return type='int' info='1 in case of success, -1 in case of error, 0 if not found'/>
14096*7c568831SAndroid Build Coastguard Worker      <arg name='reader' type='xmlTextReaderPtr' info='the xmlTextReaderPtr used'/>
14097*7c568831SAndroid Build Coastguard Worker      <arg name='localName' type='const xmlChar *' info='the local name of the attribute.'/>
14098*7c568831SAndroid Build Coastguard Worker      <arg name='namespaceURI' type='const xmlChar *' info='the namespace URI of the attribute.'/>
14099*7c568831SAndroid Build Coastguard Worker    </function>
14100*7c568831SAndroid Build Coastguard Worker    <function name='xmlTextReaderMoveToElement' file='xmlreader' module='xmlreader'>
14101*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_READER_ENABLED)</cond>
14102*7c568831SAndroid Build Coastguard Worker      <info>Moves the position of the current instance to the node that contains the current Attribute  node.</info>
14103*7c568831SAndroid Build Coastguard Worker      <return type='int' info='1 in case of success, -1 in case of error, 0 if not moved'/>
14104*7c568831SAndroid Build Coastguard Worker      <arg name='reader' type='xmlTextReaderPtr' info='the xmlTextReaderPtr used'/>
14105*7c568831SAndroid Build Coastguard Worker    </function>
14106*7c568831SAndroid Build Coastguard Worker    <function name='xmlTextReaderMoveToFirstAttribute' file='xmlreader' module='xmlreader'>
14107*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_READER_ENABLED)</cond>
14108*7c568831SAndroid Build Coastguard Worker      <info>Moves the position of the current instance to the first attribute associated with the current node.</info>
14109*7c568831SAndroid Build Coastguard Worker      <return type='int' info='1 in case of success, -1 in case of error, 0 if not found'/>
14110*7c568831SAndroid Build Coastguard Worker      <arg name='reader' type='xmlTextReaderPtr' info='the xmlTextReaderPtr used'/>
14111*7c568831SAndroid Build Coastguard Worker    </function>
14112*7c568831SAndroid Build Coastguard Worker    <function name='xmlTextReaderMoveToNextAttribute' file='xmlreader' module='xmlreader'>
14113*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_READER_ENABLED)</cond>
14114*7c568831SAndroid Build Coastguard Worker      <info>Moves the position of the current instance to the next attribute associated with the current node.</info>
14115*7c568831SAndroid Build Coastguard Worker      <return type='int' info='1 in case of success, -1 in case of error, 0 if not found'/>
14116*7c568831SAndroid Build Coastguard Worker      <arg name='reader' type='xmlTextReaderPtr' info='the xmlTextReaderPtr used'/>
14117*7c568831SAndroid Build Coastguard Worker    </function>
14118*7c568831SAndroid Build Coastguard Worker    <function name='xmlTextReaderName' file='xmlreader' module='xmlreader'>
14119*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_READER_ENABLED)</cond>
14120*7c568831SAndroid Build Coastguard Worker      <info>The qualified name of the node, equal to Prefix :LocalName.</info>
14121*7c568831SAndroid Build Coastguard Worker      <return type='xmlChar *' info='the local name or NULL if not available, if non NULL it need to be freed by the caller.'/>
14122*7c568831SAndroid Build Coastguard Worker      <arg name='reader' type='xmlTextReaderPtr' info='the xmlTextReaderPtr used'/>
14123*7c568831SAndroid Build Coastguard Worker    </function>
14124*7c568831SAndroid Build Coastguard Worker    <function name='xmlTextReaderNamespaceUri' file='xmlreader' module='xmlreader'>
14125*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_READER_ENABLED)</cond>
14126*7c568831SAndroid Build Coastguard Worker      <info>The URI defining the namespace associated with the node.</info>
14127*7c568831SAndroid Build Coastguard Worker      <return type='xmlChar *' info='the namespace URI or NULL if not available, if non NULL it need to be freed by the caller.'/>
14128*7c568831SAndroid Build Coastguard Worker      <arg name='reader' type='xmlTextReaderPtr' info='the xmlTextReaderPtr used'/>
14129*7c568831SAndroid Build Coastguard Worker    </function>
14130*7c568831SAndroid Build Coastguard Worker    <function name='xmlTextReaderNext' file='xmlreader' module='xmlreader'>
14131*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_READER_ENABLED)</cond>
14132*7c568831SAndroid Build Coastguard Worker      <info>Skip to the node following the current one in document order while avoiding the subtree if any.</info>
14133*7c568831SAndroid Build Coastguard Worker      <return type='int' info='1 if the node was read successfully, 0 if there is no more nodes to read, or -1 in case of error'/>
14134*7c568831SAndroid Build Coastguard Worker      <arg name='reader' type='xmlTextReaderPtr' info='the xmlTextReaderPtr used'/>
14135*7c568831SAndroid Build Coastguard Worker    </function>
14136*7c568831SAndroid Build Coastguard Worker    <function name='xmlTextReaderNextSibling' file='xmlreader' module='xmlreader'>
14137*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_READER_ENABLED)</cond>
14138*7c568831SAndroid Build Coastguard Worker      <info>Skip to the node following the current one in document order while avoiding the subtree if any. Currently implemented only for Readers built on a document</info>
14139*7c568831SAndroid Build Coastguard Worker      <return type='int' info='1 if the node was read successfully, 0 if there is no more nodes to read, or -1 in case of error'/>
14140*7c568831SAndroid Build Coastguard Worker      <arg name='reader' type='xmlTextReaderPtr' info='the xmlTextReaderPtr used'/>
14141*7c568831SAndroid Build Coastguard Worker    </function>
14142*7c568831SAndroid Build Coastguard Worker    <function name='xmlTextReaderNodeType' file='xmlreader' module='xmlreader'>
14143*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_READER_ENABLED)</cond>
14144*7c568831SAndroid Build Coastguard Worker      <info>Get the node type of the current node Reference: http://www.gnu.org/software/dotgnu/pnetlib-doc/System/Xml/XmlNodeType.html</info>
14145*7c568831SAndroid Build Coastguard Worker      <return type='int' info='the xmlReaderTypes of the current node or -1 in case of error'/>
14146*7c568831SAndroid Build Coastguard Worker      <arg name='reader' type='xmlTextReaderPtr' info='the xmlTextReaderPtr used'/>
14147*7c568831SAndroid Build Coastguard Worker    </function>
14148*7c568831SAndroid Build Coastguard Worker    <function name='xmlTextReaderNormalization' file='xmlreader' module='xmlreader'>
14149*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_READER_ENABLED)</cond>
14150*7c568831SAndroid Build Coastguard Worker      <info>The value indicating whether to normalize white space and attribute values. Since attribute value and end of line normalizations are a MUST in the XML specification only the value true is accepted. The broken behaviour of accepting out of range character entities like &amp;#0; is of course not supported either.</info>
14151*7c568831SAndroid Build Coastguard Worker      <return type='int' info='1 or -1 in case of error.'/>
14152*7c568831SAndroid Build Coastguard Worker      <arg name='reader' type='xmlTextReaderPtr' info='the xmlTextReaderPtr used'/>
14153*7c568831SAndroid Build Coastguard Worker    </function>
14154*7c568831SAndroid Build Coastguard Worker    <function name='xmlTextReaderPrefix' file='xmlreader' module='xmlreader'>
14155*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_READER_ENABLED)</cond>
14156*7c568831SAndroid Build Coastguard Worker      <info>A shorthand reference to the namespace associated with the node.</info>
14157*7c568831SAndroid Build Coastguard Worker      <return type='xmlChar *' info='the prefix or NULL if not available, if non NULL it need to be freed by the caller.'/>
14158*7c568831SAndroid Build Coastguard Worker      <arg name='reader' type='xmlTextReaderPtr' info='the xmlTextReaderPtr used'/>
14159*7c568831SAndroid Build Coastguard Worker    </function>
14160*7c568831SAndroid Build Coastguard Worker    <function name='xmlTextReaderPreserve' file='xmlreader' module='xmlreader'>
14161*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_READER_ENABLED)</cond>
14162*7c568831SAndroid Build Coastguard Worker      <info>This tells the XML Reader to preserve the current node. The caller must also use xmlTextReaderCurrentDoc() to keep an handle on the resulting document once parsing has finished</info>
14163*7c568831SAndroid Build Coastguard Worker      <return type='xmlNodePtr' info='the xmlNodePtr or NULL in case of error.'/>
14164*7c568831SAndroid Build Coastguard Worker      <arg name='reader' type='xmlTextReaderPtr' info='the xmlTextReaderPtr used'/>
14165*7c568831SAndroid Build Coastguard Worker    </function>
14166*7c568831SAndroid Build Coastguard Worker    <function name='xmlTextReaderPreservePattern' file='xmlreader' module='xmlreader'>
14167*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_READER_ENABLED) &amp;&amp; defined(LIBXML_PATTERN_ENABLED)</cond>
14168*7c568831SAndroid Build Coastguard Worker      <info>This tells the XML Reader to preserve all nodes matched by the pattern. The caller must also use xmlTextReaderCurrentDoc() to keep an handle on the resulting document once parsing has finished</info>
14169*7c568831SAndroid Build Coastguard Worker      <return type='int' info='a non-negative number in case of success and -1 in case of error'/>
14170*7c568831SAndroid Build Coastguard Worker      <arg name='reader' type='xmlTextReaderPtr' info='the xmlTextReaderPtr used'/>
14171*7c568831SAndroid Build Coastguard Worker      <arg name='pattern' type='const xmlChar *' info='an XPath subset pattern'/>
14172*7c568831SAndroid Build Coastguard Worker      <arg name='namespaces' type='const xmlChar **' info='the prefix definitions, array of [URI, prefix] or NULL'/>
14173*7c568831SAndroid Build Coastguard Worker    </function>
14174*7c568831SAndroid Build Coastguard Worker    <function name='xmlTextReaderQuoteChar' file='xmlreader' module='xmlreader'>
14175*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_READER_ENABLED)</cond>
14176*7c568831SAndroid Build Coastguard Worker      <info>The quotation mark character used to enclose the value of an attribute.</info>
14177*7c568831SAndroid Build Coastguard Worker      <return type='int' info='&quot; or &apos; and -1 in case of error'/>
14178*7c568831SAndroid Build Coastguard Worker      <arg name='reader' type='xmlTextReaderPtr' info='the xmlTextReaderPtr used'/>
14179*7c568831SAndroid Build Coastguard Worker    </function>
14180*7c568831SAndroid Build Coastguard Worker    <function name='xmlTextReaderRead' file='xmlreader' module='xmlreader'>
14181*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_READER_ENABLED)</cond>
14182*7c568831SAndroid Build Coastguard Worker      <info>Moves the position of the current instance to the next node in the stream, exposing its properties.</info>
14183*7c568831SAndroid Build Coastguard Worker      <return type='int' info='1 if the node was read successfully, 0 if there is no more nodes to read, or -1 in case of error'/>
14184*7c568831SAndroid Build Coastguard Worker      <arg name='reader' type='xmlTextReaderPtr' info='the xmlTextReaderPtr used'/>
14185*7c568831SAndroid Build Coastguard Worker    </function>
14186*7c568831SAndroid Build Coastguard Worker    <function name='xmlTextReaderReadAttributeValue' file='xmlreader' module='xmlreader'>
14187*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_READER_ENABLED)</cond>
14188*7c568831SAndroid Build Coastguard Worker      <info>Parses an attribute value into one or more Text and EntityReference nodes.</info>
14189*7c568831SAndroid Build Coastguard Worker      <return type='int' info='1 in case of success, 0 if the reader was not positioned on an attribute node or all the attribute values have been read, or -1 in case of error.'/>
14190*7c568831SAndroid Build Coastguard Worker      <arg name='reader' type='xmlTextReaderPtr' info='the xmlTextReaderPtr used'/>
14191*7c568831SAndroid Build Coastguard Worker    </function>
14192*7c568831SAndroid Build Coastguard Worker    <function name='xmlTextReaderReadInnerXml' file='xmlreader' module='xmlreader'>
14193*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_READER_ENABLED) &amp;&amp; defined(LIBXML_WRITER_ENABLED)</cond>
14194*7c568831SAndroid Build Coastguard Worker      <info>Reads the contents of the current node, including child nodes and markup.</info>
14195*7c568831SAndroid Build Coastguard Worker      <return type='xmlChar *' info='a string containing the XML content, or NULL if the current node is neither an element nor attribute, or has no child nodes. The string must be deallocated by the caller.'/>
14196*7c568831SAndroid Build Coastguard Worker      <arg name='reader' type='xmlTextReaderPtr' info='the xmlTextReaderPtr used'/>
14197*7c568831SAndroid Build Coastguard Worker    </function>
14198*7c568831SAndroid Build Coastguard Worker    <function name='xmlTextReaderReadOuterXml' file='xmlreader' module='xmlreader'>
14199*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_READER_ENABLED) &amp;&amp; defined(LIBXML_WRITER_ENABLED)</cond>
14200*7c568831SAndroid Build Coastguard Worker      <info>Reads the contents of the current node, including child nodes and markup.</info>
14201*7c568831SAndroid Build Coastguard Worker      <return type='xmlChar *' info='a string containing the node and any XML content, or NULL if the current node cannot be serialized. The string must be deallocated by the caller.'/>
14202*7c568831SAndroid Build Coastguard Worker      <arg name='reader' type='xmlTextReaderPtr' info='the xmlTextReaderPtr used'/>
14203*7c568831SAndroid Build Coastguard Worker    </function>
14204*7c568831SAndroid Build Coastguard Worker    <function name='xmlTextReaderReadState' file='xmlreader' module='xmlreader'>
14205*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_READER_ENABLED)</cond>
14206*7c568831SAndroid Build Coastguard Worker      <info>Gets the read state of the reader.</info>
14207*7c568831SAndroid Build Coastguard Worker      <return type='int' info='the state value, or -1 in case of error'/>
14208*7c568831SAndroid Build Coastguard Worker      <arg name='reader' type='xmlTextReaderPtr' info='the xmlTextReaderPtr used'/>
14209*7c568831SAndroid Build Coastguard Worker    </function>
14210*7c568831SAndroid Build Coastguard Worker    <function name='xmlTextReaderReadString' file='xmlreader' module='xmlreader'>
14211*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_READER_ENABLED)</cond>
14212*7c568831SAndroid Build Coastguard Worker      <info>Reads the contents of an element or a text node as a string.</info>
14213*7c568831SAndroid Build Coastguard Worker      <return type='xmlChar *' info='a string containing the contents of the Element or Text node, or NULL if the reader is positioned on any other type of node. The string must be deallocated by the caller.'/>
14214*7c568831SAndroid Build Coastguard Worker      <arg name='reader' type='xmlTextReaderPtr' info='the xmlTextReaderPtr used'/>
14215*7c568831SAndroid Build Coastguard Worker    </function>
14216*7c568831SAndroid Build Coastguard Worker    <function name='xmlTextReaderRelaxNGSetSchema' file='xmlreader' module='xmlreader'>
14217*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_READER_ENABLED) &amp;&amp; defined(LIBXML_SCHEMAS_ENABLED)</cond>
14218*7c568831SAndroid Build Coastguard Worker      <info>Use RelaxNG to validate the document as it is processed. Activation is only possible before the first Read(). if @schema is NULL, then RelaxNG validation is deactivated. @ The @schema should not be freed until the reader is deallocated or its use has been deactivated.</info>
14219*7c568831SAndroid Build Coastguard Worker      <return type='int' info='0 in case the RelaxNG validation could be (de)activated and -1 in case of error.'/>
14220*7c568831SAndroid Build Coastguard Worker      <arg name='reader' type='xmlTextReaderPtr' info='the xmlTextReaderPtr used'/>
14221*7c568831SAndroid Build Coastguard Worker      <arg name='schema' type='xmlRelaxNGPtr' info='a precompiled RelaxNG schema'/>
14222*7c568831SAndroid Build Coastguard Worker    </function>
14223*7c568831SAndroid Build Coastguard Worker    <function name='xmlTextReaderRelaxNGValidate' file='xmlreader' module='xmlreader'>
14224*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_READER_ENABLED) &amp;&amp; defined(LIBXML_SCHEMAS_ENABLED)</cond>
14225*7c568831SAndroid Build Coastguard Worker      <info>Use RelaxNG schema to validate the document as it is processed. Activation is only possible before the first Read(). If @rng is NULL, then RelaxNG schema validation is deactivated.</info>
14226*7c568831SAndroid Build Coastguard Worker      <return type='int' info='0 in case the schemas validation could be (de)activated and -1 in case of error.'/>
14227*7c568831SAndroid Build Coastguard Worker      <arg name='reader' type='xmlTextReaderPtr' info='the xmlTextReaderPtr used'/>
14228*7c568831SAndroid Build Coastguard Worker      <arg name='rng' type='const char *' info='the path to a RelaxNG schema or NULL'/>
14229*7c568831SAndroid Build Coastguard Worker    </function>
14230*7c568831SAndroid Build Coastguard Worker    <function name='xmlTextReaderRelaxNGValidateCtxt' file='xmlreader' module='xmlreader'>
14231*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_READER_ENABLED) &amp;&amp; defined(LIBXML_SCHEMAS_ENABLED)</cond>
14232*7c568831SAndroid Build Coastguard Worker      <info>Use RelaxNG schema context to validate the document as it is processed. Activation is only possible before the first Read(). If @ctxt is NULL, then RelaxNG schema validation is deactivated.</info>
14233*7c568831SAndroid Build Coastguard Worker      <return type='int' info='0 in case the schemas validation could be (de)activated and -1 in case of error.'/>
14234*7c568831SAndroid Build Coastguard Worker      <arg name='reader' type='xmlTextReaderPtr' info='the xmlTextReaderPtr used'/>
14235*7c568831SAndroid Build Coastguard Worker      <arg name='ctxt' type='xmlRelaxNGValidCtxtPtr' info='the RelaxNG schema validation context or NULL'/>
14236*7c568831SAndroid Build Coastguard Worker      <arg name='options' type='int' info='options (not used yet)'/>
14237*7c568831SAndroid Build Coastguard Worker    </function>
14238*7c568831SAndroid Build Coastguard Worker    <function name='xmlTextReaderSchemaValidate' file='xmlreader' module='xmlreader'>
14239*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_READER_ENABLED) &amp;&amp; defined(LIBXML_SCHEMAS_ENABLED)</cond>
14240*7c568831SAndroid Build Coastguard Worker      <info>Use W3C XSD schema to validate the document as it is processed. Activation is only possible before the first Read(). If @xsd is NULL, then XML Schema validation is deactivated.</info>
14241*7c568831SAndroid Build Coastguard Worker      <return type='int' info='0 in case the schemas validation could be (de)activated and -1 in case of error.'/>
14242*7c568831SAndroid Build Coastguard Worker      <arg name='reader' type='xmlTextReaderPtr' info='the xmlTextReaderPtr used'/>
14243*7c568831SAndroid Build Coastguard Worker      <arg name='xsd' type='const char *' info='the path to a W3C XSD schema or NULL'/>
14244*7c568831SAndroid Build Coastguard Worker    </function>
14245*7c568831SAndroid Build Coastguard Worker    <function name='xmlTextReaderSchemaValidateCtxt' file='xmlreader' module='xmlreader'>
14246*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_READER_ENABLED) &amp;&amp; defined(LIBXML_SCHEMAS_ENABLED)</cond>
14247*7c568831SAndroid Build Coastguard Worker      <info>Use W3C XSD schema context to validate the document as it is processed. Activation is only possible before the first Read(). If @ctxt is NULL, then XML Schema validation is deactivated.</info>
14248*7c568831SAndroid Build Coastguard Worker      <return type='int' info='0 in case the schemas validation could be (de)activated and -1 in case of error.'/>
14249*7c568831SAndroid Build Coastguard Worker      <arg name='reader' type='xmlTextReaderPtr' info='the xmlTextReaderPtr used'/>
14250*7c568831SAndroid Build Coastguard Worker      <arg name='ctxt' type='xmlSchemaValidCtxtPtr' info='the XML Schema validation context or NULL'/>
14251*7c568831SAndroid Build Coastguard Worker      <arg name='options' type='int' info='options (not used yet)'/>
14252*7c568831SAndroid Build Coastguard Worker    </function>
14253*7c568831SAndroid Build Coastguard Worker    <function name='xmlTextReaderSetErrorHandler' file='xmlreader' module='xmlreader'>
14254*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_READER_ENABLED)</cond>
14255*7c568831SAndroid Build Coastguard Worker      <info>DEPRECATED: Use xmlTextReaderSetStructuredErrorHandler.  Register a callback function that will be called on error and warnings.  If @f is NULL, the default error and warning handlers are restored.</info>
14256*7c568831SAndroid Build Coastguard Worker      <return type='void'/>
14257*7c568831SAndroid Build Coastguard Worker      <arg name='reader' type='xmlTextReaderPtr' info='the xmlTextReaderPtr used'/>
14258*7c568831SAndroid Build Coastguard Worker      <arg name='f' type='xmlTextReaderErrorFunc' info='the callback function to call on error and warnings'/>
14259*7c568831SAndroid Build Coastguard Worker      <arg name='arg' type='void *' info='a user argument to pass to the callback function'/>
14260*7c568831SAndroid Build Coastguard Worker    </function>
14261*7c568831SAndroid Build Coastguard Worker    <function name='xmlTextReaderSetMaxAmplification' file='xmlreader' module='xmlreader'>
14262*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_READER_ENABLED)</cond>
14263*7c568831SAndroid Build Coastguard Worker      <info>Set the maximum amplification factor. See xmlCtxtSetMaxAmplification.</info>
14264*7c568831SAndroid Build Coastguard Worker      <return type='void'/>
14265*7c568831SAndroid Build Coastguard Worker      <arg name='reader' type='xmlTextReaderPtr' info='an XML reader'/>
14266*7c568831SAndroid Build Coastguard Worker      <arg name='maxAmpl' type='unsigned' info='maximum amplification factor'/>
14267*7c568831SAndroid Build Coastguard Worker    </function>
14268*7c568831SAndroid Build Coastguard Worker    <function name='xmlTextReaderSetParserProp' file='xmlreader' module='xmlreader'>
14269*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_READER_ENABLED)</cond>
14270*7c568831SAndroid Build Coastguard Worker      <info>Change the parser processing behaviour by changing some of its internal properties. Note that some properties can only be changed before any read has been done.</info>
14271*7c568831SAndroid Build Coastguard Worker      <return type='int' info='0 if the call was successful, or -1 in case of error'/>
14272*7c568831SAndroid Build Coastguard Worker      <arg name='reader' type='xmlTextReaderPtr' info='the xmlTextReaderPtr used'/>
14273*7c568831SAndroid Build Coastguard Worker      <arg name='prop' type='int' info='the xmlParserProperties to set'/>
14274*7c568831SAndroid Build Coastguard Worker      <arg name='value' type='int' info='usually 0 or 1 to (de)activate it'/>
14275*7c568831SAndroid Build Coastguard Worker    </function>
14276*7c568831SAndroid Build Coastguard Worker    <function name='xmlTextReaderSetResourceLoader' file='xmlreader' module='xmlreader'>
14277*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_READER_ENABLED)</cond>
14278*7c568831SAndroid Build Coastguard Worker      <info>Register a callback function that will be called to load external resources like entities.  Available since 2.14.0.</info>
14279*7c568831SAndroid Build Coastguard Worker      <return type='void'/>
14280*7c568831SAndroid Build Coastguard Worker      <arg name='reader' type='xmlTextReaderPtr' info='thr reader'/>
14281*7c568831SAndroid Build Coastguard Worker      <arg name='loader' type='xmlResourceLoader' info='resource loader'/>
14282*7c568831SAndroid Build Coastguard Worker      <arg name='data' type='void *' info='user data which will be passed to the loader'/>
14283*7c568831SAndroid Build Coastguard Worker    </function>
14284*7c568831SAndroid Build Coastguard Worker    <function name='xmlTextReaderSetSchema' file='xmlreader' module='xmlreader'>
14285*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_READER_ENABLED) &amp;&amp; defined(LIBXML_SCHEMAS_ENABLED)</cond>
14286*7c568831SAndroid Build Coastguard Worker      <info>Use XSD Schema to validate the document as it is processed. Activation is only possible before the first Read(). if @schema is NULL, then Schema validation is deactivated. The @schema should not be freed until the reader is deallocated or its use has been deactivated.</info>
14287*7c568831SAndroid Build Coastguard Worker      <return type='int' info='0 in case the Schema validation could be (de)activated and -1 in case of error.'/>
14288*7c568831SAndroid Build Coastguard Worker      <arg name='reader' type='xmlTextReaderPtr' info='the xmlTextReaderPtr used'/>
14289*7c568831SAndroid Build Coastguard Worker      <arg name='schema' type='xmlSchemaPtr' info='a precompiled Schema schema'/>
14290*7c568831SAndroid Build Coastguard Worker    </function>
14291*7c568831SAndroid Build Coastguard Worker    <function name='xmlTextReaderSetStructuredErrorHandler' file='xmlreader' module='xmlreader'>
14292*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_READER_ENABLED)</cond>
14293*7c568831SAndroid Build Coastguard Worker      <info>Register a callback function that will be called on error and warnings.  If @f is NULL, the default error and warning handlers are restored.</info>
14294*7c568831SAndroid Build Coastguard Worker      <return type='void'/>
14295*7c568831SAndroid Build Coastguard Worker      <arg name='reader' type='xmlTextReaderPtr' info='the xmlTextReaderPtr used'/>
14296*7c568831SAndroid Build Coastguard Worker      <arg name='f' type='xmlStructuredErrorFunc' info='the callback function to call on error and warnings'/>
14297*7c568831SAndroid Build Coastguard Worker      <arg name='arg' type='void *' info='a user argument to pass to the callback function'/>
14298*7c568831SAndroid Build Coastguard Worker    </function>
14299*7c568831SAndroid Build Coastguard Worker    <function name='xmlTextReaderSetup' file='xmlreader' module='xmlreader'>
14300*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_READER_ENABLED)</cond>
14301*7c568831SAndroid Build Coastguard Worker      <info>Setup an XML reader with new options</info>
14302*7c568831SAndroid Build Coastguard Worker      <return type='int' info='0 in case of success and -1 in case of error.'/>
14303*7c568831SAndroid Build Coastguard Worker      <arg name='reader' type='xmlTextReaderPtr' info='an XML reader'/>
14304*7c568831SAndroid Build Coastguard Worker      <arg name='input' type='xmlParserInputBufferPtr' info='xmlParserInputBufferPtr used to feed the reader, will be destroyed with it.'/>
14305*7c568831SAndroid Build Coastguard Worker      <arg name='URL' type='const char *' info='the base URL to use for the document'/>
14306*7c568831SAndroid Build Coastguard Worker      <arg name='encoding' type='const char *' info='the document encoding, or NULL'/>
14307*7c568831SAndroid Build Coastguard Worker      <arg name='options' type='int' info='a combination of xmlParserOption'/>
14308*7c568831SAndroid Build Coastguard Worker    </function>
14309*7c568831SAndroid Build Coastguard Worker    <function name='xmlTextReaderStandalone' file='xmlreader' module='xmlreader'>
14310*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_READER_ENABLED)</cond>
14311*7c568831SAndroid Build Coastguard Worker      <info>Determine the standalone status of the document being read.</info>
14312*7c568831SAndroid Build Coastguard Worker      <return type='int' info='1 if the document was declared to be standalone, 0 if it was declared to be not standalone, or -1 if the document did not specify its standalone status or in case of error.'/>
14313*7c568831SAndroid Build Coastguard Worker      <arg name='reader' type='xmlTextReaderPtr' info='the xmlTextReaderPtr used'/>
14314*7c568831SAndroid Build Coastguard Worker    </function>
14315*7c568831SAndroid Build Coastguard Worker    <function name='xmlTextReaderValue' file='xmlreader' module='xmlreader'>
14316*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_READER_ENABLED)</cond>
14317*7c568831SAndroid Build Coastguard Worker      <info>Provides the text value of the node if present</info>
14318*7c568831SAndroid Build Coastguard Worker      <return type='xmlChar *' info='the string or NULL if not available. The result must be deallocated with xmlFree()'/>
14319*7c568831SAndroid Build Coastguard Worker      <arg name='reader' type='xmlTextReaderPtr' info='the xmlTextReaderPtr used'/>
14320*7c568831SAndroid Build Coastguard Worker    </function>
14321*7c568831SAndroid Build Coastguard Worker    <function name='xmlTextReaderXmlLang' file='xmlreader' module='xmlreader'>
14322*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_READER_ENABLED)</cond>
14323*7c568831SAndroid Build Coastguard Worker      <info>The xml:lang scope within which the node resides.</info>
14324*7c568831SAndroid Build Coastguard Worker      <return type='xmlChar *' info='the xml:lang value or NULL if none exists., if non NULL it need to be freed by the caller.'/>
14325*7c568831SAndroid Build Coastguard Worker      <arg name='reader' type='xmlTextReaderPtr' info='the xmlTextReaderPtr used'/>
14326*7c568831SAndroid Build Coastguard Worker    </function>
14327*7c568831SAndroid Build Coastguard Worker    <function name='xmlTextWriterClose' file='xmlwriter' module='xmlwriter'>
14328*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_WRITER_ENABLED)</cond>
14329*7c568831SAndroid Build Coastguard Worker      <info>Flushes and closes the output buffer.  Available since 2.13.0.</info>
14330*7c568831SAndroid Build Coastguard Worker      <return type='int' info='an xmlParserErrors code.'/>
14331*7c568831SAndroid Build Coastguard Worker      <arg name='writer' type='xmlTextWriterPtr' info='the xmlTextWriterPtr'/>
14332*7c568831SAndroid Build Coastguard Worker    </function>
14333*7c568831SAndroid Build Coastguard Worker    <function name='xmlTextWriterEndAttribute' file='xmlwriter' module='xmlwriter'>
14334*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_WRITER_ENABLED)</cond>
14335*7c568831SAndroid Build Coastguard Worker      <info>End the current xml element.</info>
14336*7c568831SAndroid Build Coastguard Worker      <return type='int' info='the bytes written (may be 0 because of buffering) or -1 in case of error'/>
14337*7c568831SAndroid Build Coastguard Worker      <arg name='writer' type='xmlTextWriterPtr' info='the xmlTextWriterPtr'/>
14338*7c568831SAndroid Build Coastguard Worker    </function>
14339*7c568831SAndroid Build Coastguard Worker    <function name='xmlTextWriterEndCDATA' file='xmlwriter' module='xmlwriter'>
14340*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_WRITER_ENABLED)</cond>
14341*7c568831SAndroid Build Coastguard Worker      <info>End an xml CDATA section.</info>
14342*7c568831SAndroid Build Coastguard Worker      <return type='int' info='the bytes written (may be 0 because of buffering) or -1 in case of error'/>
14343*7c568831SAndroid Build Coastguard Worker      <arg name='writer' type='xmlTextWriterPtr' info='the xmlTextWriterPtr'/>
14344*7c568831SAndroid Build Coastguard Worker    </function>
14345*7c568831SAndroid Build Coastguard Worker    <function name='xmlTextWriterEndComment' file='xmlwriter' module='xmlwriter'>
14346*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_WRITER_ENABLED)</cond>
14347*7c568831SAndroid Build Coastguard Worker      <info>End the current xml comment.</info>
14348*7c568831SAndroid Build Coastguard Worker      <return type='int' info='the bytes written (may be 0 because of buffering) or -1 in case of error'/>
14349*7c568831SAndroid Build Coastguard Worker      <arg name='writer' type='xmlTextWriterPtr' info='the xmlTextWriterPtr'/>
14350*7c568831SAndroid Build Coastguard Worker    </function>
14351*7c568831SAndroid Build Coastguard Worker    <function name='xmlTextWriterEndDTD' file='xmlwriter' module='xmlwriter'>
14352*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_WRITER_ENABLED)</cond>
14353*7c568831SAndroid Build Coastguard Worker      <info>End an xml DTD.</info>
14354*7c568831SAndroid Build Coastguard Worker      <return type='int' info='the bytes written (may be 0 because of buffering) or -1 in case of error'/>
14355*7c568831SAndroid Build Coastguard Worker      <arg name='writer' type='xmlTextWriterPtr' info='the xmlTextWriterPtr'/>
14356*7c568831SAndroid Build Coastguard Worker    </function>
14357*7c568831SAndroid Build Coastguard Worker    <function name='xmlTextWriterEndDTDAttlist' file='xmlwriter' module='xmlwriter'>
14358*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_WRITER_ENABLED)</cond>
14359*7c568831SAndroid Build Coastguard Worker      <info>End an xml DTD attribute list.</info>
14360*7c568831SAndroid Build Coastguard Worker      <return type='int' info='the bytes written (may be 0 because of buffering) or -1 in case of error'/>
14361*7c568831SAndroid Build Coastguard Worker      <arg name='writer' type='xmlTextWriterPtr' info='the xmlTextWriterPtr'/>
14362*7c568831SAndroid Build Coastguard Worker    </function>
14363*7c568831SAndroid Build Coastguard Worker    <function name='xmlTextWriterEndDTDElement' file='xmlwriter' module='xmlwriter'>
14364*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_WRITER_ENABLED)</cond>
14365*7c568831SAndroid Build Coastguard Worker      <info>End an xml DTD element.</info>
14366*7c568831SAndroid Build Coastguard Worker      <return type='int' info='the bytes written (may be 0 because of buffering) or -1 in case of error'/>
14367*7c568831SAndroid Build Coastguard Worker      <arg name='writer' type='xmlTextWriterPtr' info='the xmlTextWriterPtr'/>
14368*7c568831SAndroid Build Coastguard Worker    </function>
14369*7c568831SAndroid Build Coastguard Worker    <function name='xmlTextWriterEndDTDEntity' file='xmlwriter' module='xmlwriter'>
14370*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_WRITER_ENABLED)</cond>
14371*7c568831SAndroid Build Coastguard Worker      <info>End an xml DTD entity.</info>
14372*7c568831SAndroid Build Coastguard Worker      <return type='int' info='the bytes written (may be 0 because of buffering) or -1 in case of error'/>
14373*7c568831SAndroid Build Coastguard Worker      <arg name='writer' type='xmlTextWriterPtr' info='the xmlTextWriterPtr'/>
14374*7c568831SAndroid Build Coastguard Worker    </function>
14375*7c568831SAndroid Build Coastguard Worker    <function name='xmlTextWriterEndDocument' file='xmlwriter' module='xmlwriter'>
14376*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_WRITER_ENABLED)</cond>
14377*7c568831SAndroid Build Coastguard Worker      <info>End an xml document. All open elements are closed, and the content is flushed to the output.</info>
14378*7c568831SAndroid Build Coastguard Worker      <return type='int' info='the bytes written or -1 in case of error'/>
14379*7c568831SAndroid Build Coastguard Worker      <arg name='writer' type='xmlTextWriterPtr' info='the xmlTextWriterPtr'/>
14380*7c568831SAndroid Build Coastguard Worker    </function>
14381*7c568831SAndroid Build Coastguard Worker    <function name='xmlTextWriterEndElement' file='xmlwriter' module='xmlwriter'>
14382*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_WRITER_ENABLED)</cond>
14383*7c568831SAndroid Build Coastguard Worker      <info>End the current xml element.</info>
14384*7c568831SAndroid Build Coastguard Worker      <return type='int' info='the bytes written (may be 0 because of buffering) or -1 in case of error'/>
14385*7c568831SAndroid Build Coastguard Worker      <arg name='writer' type='xmlTextWriterPtr' info='the xmlTextWriterPtr'/>
14386*7c568831SAndroid Build Coastguard Worker    </function>
14387*7c568831SAndroid Build Coastguard Worker    <function name='xmlTextWriterEndPI' file='xmlwriter' module='xmlwriter'>
14388*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_WRITER_ENABLED)</cond>
14389*7c568831SAndroid Build Coastguard Worker      <info>End the current xml PI.</info>
14390*7c568831SAndroid Build Coastguard Worker      <return type='int' info='the bytes written (may be 0 because of buffering) or -1 in case of error'/>
14391*7c568831SAndroid Build Coastguard Worker      <arg name='writer' type='xmlTextWriterPtr' info='the xmlTextWriterPtr'/>
14392*7c568831SAndroid Build Coastguard Worker    </function>
14393*7c568831SAndroid Build Coastguard Worker    <function name='xmlTextWriterFlush' file='xmlwriter' module='xmlwriter'>
14394*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_WRITER_ENABLED)</cond>
14395*7c568831SAndroid Build Coastguard Worker      <info>Flush the output buffer.</info>
14396*7c568831SAndroid Build Coastguard Worker      <return type='int' info='the bytes written (may be 0 because of buffering) or -1 in case of error'/>
14397*7c568831SAndroid Build Coastguard Worker      <arg name='writer' type='xmlTextWriterPtr' info='the xmlTextWriterPtr'/>
14398*7c568831SAndroid Build Coastguard Worker    </function>
14399*7c568831SAndroid Build Coastguard Worker    <function name='xmlTextWriterFullEndElement' file='xmlwriter' module='xmlwriter'>
14400*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_WRITER_ENABLED)</cond>
14401*7c568831SAndroid Build Coastguard Worker      <info>End the current xml element. Writes an end tag even if the element is empty</info>
14402*7c568831SAndroid Build Coastguard Worker      <return type='int' info='the bytes written (may be 0 because of buffering) or -1 in case of error'/>
14403*7c568831SAndroid Build Coastguard Worker      <arg name='writer' type='xmlTextWriterPtr' info='the xmlTextWriterPtr'/>
14404*7c568831SAndroid Build Coastguard Worker    </function>
14405*7c568831SAndroid Build Coastguard Worker    <function name='xmlTextWriterSetIndent' file='xmlwriter' module='xmlwriter'>
14406*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_WRITER_ENABLED)</cond>
14407*7c568831SAndroid Build Coastguard Worker      <info>Set indentation output. indent = 0 do not indentation. indent &gt; 0 do indentation.</info>
14408*7c568831SAndroid Build Coastguard Worker      <return type='int' info='-1 on error or 0 otherwise.'/>
14409*7c568831SAndroid Build Coastguard Worker      <arg name='writer' type='xmlTextWriterPtr' info='the xmlTextWriterPtr'/>
14410*7c568831SAndroid Build Coastguard Worker      <arg name='indent' type='int' info='do indentation?'/>
14411*7c568831SAndroid Build Coastguard Worker    </function>
14412*7c568831SAndroid Build Coastguard Worker    <function name='xmlTextWriterSetIndentString' file='xmlwriter' module='xmlwriter'>
14413*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_WRITER_ENABLED)</cond>
14414*7c568831SAndroid Build Coastguard Worker      <info>Set string indentation.</info>
14415*7c568831SAndroid Build Coastguard Worker      <return type='int' info='-1 on error or 0 otherwise.'/>
14416*7c568831SAndroid Build Coastguard Worker      <arg name='writer' type='xmlTextWriterPtr' info='the xmlTextWriterPtr'/>
14417*7c568831SAndroid Build Coastguard Worker      <arg name='str' type='const xmlChar *' info='the xmlChar string'/>
14418*7c568831SAndroid Build Coastguard Worker    </function>
14419*7c568831SAndroid Build Coastguard Worker    <function name='xmlTextWriterSetQuoteChar' file='xmlwriter' module='xmlwriter'>
14420*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_WRITER_ENABLED)</cond>
14421*7c568831SAndroid Build Coastguard Worker      <info>Set the character used for quoting attributes.</info>
14422*7c568831SAndroid Build Coastguard Worker      <return type='int' info='-1 on error or 0 otherwise.'/>
14423*7c568831SAndroid Build Coastguard Worker      <arg name='writer' type='xmlTextWriterPtr' info='the xmlTextWriterPtr'/>
14424*7c568831SAndroid Build Coastguard Worker      <arg name='quotechar' type='xmlChar' info='the quote character'/>
14425*7c568831SAndroid Build Coastguard Worker    </function>
14426*7c568831SAndroid Build Coastguard Worker    <function name='xmlTextWriterStartAttribute' file='xmlwriter' module='xmlwriter'>
14427*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_WRITER_ENABLED)</cond>
14428*7c568831SAndroid Build Coastguard Worker      <info>Start an xml attribute.</info>
14429*7c568831SAndroid Build Coastguard Worker      <return type='int' info='the bytes written (may be 0 because of buffering) or -1 in case of error'/>
14430*7c568831SAndroid Build Coastguard Worker      <arg name='writer' type='xmlTextWriterPtr' info='the xmlTextWriterPtr'/>
14431*7c568831SAndroid Build Coastguard Worker      <arg name='name' type='const xmlChar *' info='element name'/>
14432*7c568831SAndroid Build Coastguard Worker    </function>
14433*7c568831SAndroid Build Coastguard Worker    <function name='xmlTextWriterStartAttributeNS' file='xmlwriter' module='xmlwriter'>
14434*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_WRITER_ENABLED)</cond>
14435*7c568831SAndroid Build Coastguard Worker      <info>Start an xml attribute with namespace support.</info>
14436*7c568831SAndroid Build Coastguard Worker      <return type='int' info='the bytes written (may be 0 because of buffering) or -1 in case of error'/>
14437*7c568831SAndroid Build Coastguard Worker      <arg name='writer' type='xmlTextWriterPtr' info='the xmlTextWriterPtr'/>
14438*7c568831SAndroid Build Coastguard Worker      <arg name='prefix' type='const xmlChar *' info='namespace prefix or NULL'/>
14439*7c568831SAndroid Build Coastguard Worker      <arg name='name' type='const xmlChar *' info='element local name'/>
14440*7c568831SAndroid Build Coastguard Worker      <arg name='namespaceURI' type='const xmlChar *' info='namespace URI or NULL'/>
14441*7c568831SAndroid Build Coastguard Worker    </function>
14442*7c568831SAndroid Build Coastguard Worker    <function name='xmlTextWriterStartCDATA' file='xmlwriter' module='xmlwriter'>
14443*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_WRITER_ENABLED)</cond>
14444*7c568831SAndroid Build Coastguard Worker      <info>Start an xml CDATA section.</info>
14445*7c568831SAndroid Build Coastguard Worker      <return type='int' info='the bytes written (may be 0 because of buffering) or -1 in case of error'/>
14446*7c568831SAndroid Build Coastguard Worker      <arg name='writer' type='xmlTextWriterPtr' info='the xmlTextWriterPtr'/>
14447*7c568831SAndroid Build Coastguard Worker    </function>
14448*7c568831SAndroid Build Coastguard Worker    <function name='xmlTextWriterStartComment' file='xmlwriter' module='xmlwriter'>
14449*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_WRITER_ENABLED)</cond>
14450*7c568831SAndroid Build Coastguard Worker      <info>Start an xml comment.</info>
14451*7c568831SAndroid Build Coastguard Worker      <return type='int' info='the bytes written (may be 0 because of buffering) or -1 in case of error'/>
14452*7c568831SAndroid Build Coastguard Worker      <arg name='writer' type='xmlTextWriterPtr' info='the xmlTextWriterPtr'/>
14453*7c568831SAndroid Build Coastguard Worker    </function>
14454*7c568831SAndroid Build Coastguard Worker    <function name='xmlTextWriterStartDTD' file='xmlwriter' module='xmlwriter'>
14455*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_WRITER_ENABLED)</cond>
14456*7c568831SAndroid Build Coastguard Worker      <info>Start an xml DTD.</info>
14457*7c568831SAndroid Build Coastguard Worker      <return type='int' info='the bytes written (may be 0 because of buffering) or -1 in case of error'/>
14458*7c568831SAndroid Build Coastguard Worker      <arg name='writer' type='xmlTextWriterPtr' info='the xmlTextWriterPtr'/>
14459*7c568831SAndroid Build Coastguard Worker      <arg name='name' type='const xmlChar *' info='the name of the DTD'/>
14460*7c568831SAndroid Build Coastguard Worker      <arg name='pubid' type='const xmlChar *' info='the public identifier, which is an alternative to the system identifier'/>
14461*7c568831SAndroid Build Coastguard Worker      <arg name='sysid' type='const xmlChar *' info='the system identifier, which is the URI of the DTD'/>
14462*7c568831SAndroid Build Coastguard Worker    </function>
14463*7c568831SAndroid Build Coastguard Worker    <function name='xmlTextWriterStartDTDAttlist' file='xmlwriter' module='xmlwriter'>
14464*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_WRITER_ENABLED)</cond>
14465*7c568831SAndroid Build Coastguard Worker      <info>Start an xml DTD ATTLIST.</info>
14466*7c568831SAndroid Build Coastguard Worker      <return type='int' info='the bytes written (may be 0 because of buffering) or -1 in case of error'/>
14467*7c568831SAndroid Build Coastguard Worker      <arg name='writer' type='xmlTextWriterPtr' info='the xmlTextWriterPtr'/>
14468*7c568831SAndroid Build Coastguard Worker      <arg name='name' type='const xmlChar *' info='the name of the DTD ATTLIST'/>
14469*7c568831SAndroid Build Coastguard Worker    </function>
14470*7c568831SAndroid Build Coastguard Worker    <function name='xmlTextWriterStartDTDElement' file='xmlwriter' module='xmlwriter'>
14471*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_WRITER_ENABLED)</cond>
14472*7c568831SAndroid Build Coastguard Worker      <info>Start an xml DTD element.</info>
14473*7c568831SAndroid Build Coastguard Worker      <return type='int' info='the bytes written (may be 0 because of buffering) or -1 in case of error'/>
14474*7c568831SAndroid Build Coastguard Worker      <arg name='writer' type='xmlTextWriterPtr' info='the xmlTextWriterPtr'/>
14475*7c568831SAndroid Build Coastguard Worker      <arg name='name' type='const xmlChar *' info='the name of the DTD element'/>
14476*7c568831SAndroid Build Coastguard Worker    </function>
14477*7c568831SAndroid Build Coastguard Worker    <function name='xmlTextWriterStartDTDEntity' file='xmlwriter' module='xmlwriter'>
14478*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_WRITER_ENABLED)</cond>
14479*7c568831SAndroid Build Coastguard Worker      <info>Start an xml DTD ATTLIST.</info>
14480*7c568831SAndroid Build Coastguard Worker      <return type='int' info='the bytes written (may be 0 because of buffering) or -1 in case of error'/>
14481*7c568831SAndroid Build Coastguard Worker      <arg name='writer' type='xmlTextWriterPtr' info='the xmlTextWriterPtr'/>
14482*7c568831SAndroid Build Coastguard Worker      <arg name='pe' type='int' info='TRUE if this is a parameter entity, FALSE if not'/>
14483*7c568831SAndroid Build Coastguard Worker      <arg name='name' type='const xmlChar *' info='the name of the DTD ATTLIST'/>
14484*7c568831SAndroid Build Coastguard Worker    </function>
14485*7c568831SAndroid Build Coastguard Worker    <function name='xmlTextWriterStartDocument' file='xmlwriter' module='xmlwriter'>
14486*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_WRITER_ENABLED)</cond>
14487*7c568831SAndroid Build Coastguard Worker      <info>Start a new xml document</info>
14488*7c568831SAndroid Build Coastguard Worker      <return type='int' info='the bytes written (may be 0 because of buffering) or -1 in case of error'/>
14489*7c568831SAndroid Build Coastguard Worker      <arg name='writer' type='xmlTextWriterPtr' info='the xmlTextWriterPtr'/>
14490*7c568831SAndroid Build Coastguard Worker      <arg name='version' type='const char *' info='the xml version (&quot;1.0&quot;) or NULL for default (&quot;1.0&quot;)'/>
14491*7c568831SAndroid Build Coastguard Worker      <arg name='encoding' type='const char *' info='the encoding or NULL for default'/>
14492*7c568831SAndroid Build Coastguard Worker      <arg name='standalone' type='const char *' info='&quot;yes&quot; or &quot;no&quot; or NULL for default'/>
14493*7c568831SAndroid Build Coastguard Worker    </function>
14494*7c568831SAndroid Build Coastguard Worker    <function name='xmlTextWriterStartElement' file='xmlwriter' module='xmlwriter'>
14495*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_WRITER_ENABLED)</cond>
14496*7c568831SAndroid Build Coastguard Worker      <info>Start an xml element.</info>
14497*7c568831SAndroid Build Coastguard Worker      <return type='int' info='the bytes written (may be 0 because of buffering) or -1 in case of error'/>
14498*7c568831SAndroid Build Coastguard Worker      <arg name='writer' type='xmlTextWriterPtr' info='the xmlTextWriterPtr'/>
14499*7c568831SAndroid Build Coastguard Worker      <arg name='name' type='const xmlChar *' info='element name'/>
14500*7c568831SAndroid Build Coastguard Worker    </function>
14501*7c568831SAndroid Build Coastguard Worker    <function name='xmlTextWriterStartElementNS' file='xmlwriter' module='xmlwriter'>
14502*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_WRITER_ENABLED)</cond>
14503*7c568831SAndroid Build Coastguard Worker      <info>Start an xml element with namespace support.</info>
14504*7c568831SAndroid Build Coastguard Worker      <return type='int' info='the bytes written (may be 0 because of buffering) or -1 in case of error'/>
14505*7c568831SAndroid Build Coastguard Worker      <arg name='writer' type='xmlTextWriterPtr' info='the xmlTextWriterPtr'/>
14506*7c568831SAndroid Build Coastguard Worker      <arg name='prefix' type='const xmlChar *' info='namespace prefix or NULL'/>
14507*7c568831SAndroid Build Coastguard Worker      <arg name='name' type='const xmlChar *' info='element local name'/>
14508*7c568831SAndroid Build Coastguard Worker      <arg name='namespaceURI' type='const xmlChar *' info='namespace URI or NULL'/>
14509*7c568831SAndroid Build Coastguard Worker    </function>
14510*7c568831SAndroid Build Coastguard Worker    <function name='xmlTextWriterStartPI' file='xmlwriter' module='xmlwriter'>
14511*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_WRITER_ENABLED)</cond>
14512*7c568831SAndroid Build Coastguard Worker      <info>Start an xml PI.</info>
14513*7c568831SAndroid Build Coastguard Worker      <return type='int' info='the bytes written (may be 0 because of buffering) or -1 in case of error'/>
14514*7c568831SAndroid Build Coastguard Worker      <arg name='writer' type='xmlTextWriterPtr' info='the xmlTextWriterPtr'/>
14515*7c568831SAndroid Build Coastguard Worker      <arg name='target' type='const xmlChar *' info='PI target'/>
14516*7c568831SAndroid Build Coastguard Worker    </function>
14517*7c568831SAndroid Build Coastguard Worker    <function name='xmlTextWriterWriteAttribute' file='xmlwriter' module='xmlwriter'>
14518*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_WRITER_ENABLED)</cond>
14519*7c568831SAndroid Build Coastguard Worker      <info>Write an xml attribute.</info>
14520*7c568831SAndroid Build Coastguard Worker      <return type='int' info='the bytes written (may be 0 because of buffering) or -1 in case of error'/>
14521*7c568831SAndroid Build Coastguard Worker      <arg name='writer' type='xmlTextWriterPtr' info='the xmlTextWriterPtr'/>
14522*7c568831SAndroid Build Coastguard Worker      <arg name='name' type='const xmlChar *' info='attribute name'/>
14523*7c568831SAndroid Build Coastguard Worker      <arg name='content' type='const xmlChar *' info='attribute content'/>
14524*7c568831SAndroid Build Coastguard Worker    </function>
14525*7c568831SAndroid Build Coastguard Worker    <function name='xmlTextWriterWriteAttributeNS' file='xmlwriter' module='xmlwriter'>
14526*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_WRITER_ENABLED)</cond>
14527*7c568831SAndroid Build Coastguard Worker      <info>Write an xml attribute.</info>
14528*7c568831SAndroid Build Coastguard Worker      <return type='int' info='the bytes written (may be 0 because of buffering) or -1 in case of error'/>
14529*7c568831SAndroid Build Coastguard Worker      <arg name='writer' type='xmlTextWriterPtr' info='the xmlTextWriterPtr'/>
14530*7c568831SAndroid Build Coastguard Worker      <arg name='prefix' type='const xmlChar *' info='namespace prefix'/>
14531*7c568831SAndroid Build Coastguard Worker      <arg name='name' type='const xmlChar *' info='attribute local name'/>
14532*7c568831SAndroid Build Coastguard Worker      <arg name='namespaceURI' type='const xmlChar *' info='namespace URI'/>
14533*7c568831SAndroid Build Coastguard Worker      <arg name='content' type='const xmlChar *' info='attribute content'/>
14534*7c568831SAndroid Build Coastguard Worker    </function>
14535*7c568831SAndroid Build Coastguard Worker    <function name='xmlTextWriterWriteBase64' file='xmlwriter' module='xmlwriter'>
14536*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_WRITER_ENABLED)</cond>
14537*7c568831SAndroid Build Coastguard Worker      <info>Write an base64 encoded xml text.</info>
14538*7c568831SAndroid Build Coastguard Worker      <return type='int' info='the bytes written (may be 0 because of buffering) or -1 in case of error'/>
14539*7c568831SAndroid Build Coastguard Worker      <arg name='writer' type='xmlTextWriterPtr' info='the xmlTextWriterPtr'/>
14540*7c568831SAndroid Build Coastguard Worker      <arg name='data' type='const char *' info='binary data'/>
14541*7c568831SAndroid Build Coastguard Worker      <arg name='start' type='int' info='the position within the data of the first byte to encode'/>
14542*7c568831SAndroid Build Coastguard Worker      <arg name='len' type='int' info='the number of bytes to encode'/>
14543*7c568831SAndroid Build Coastguard Worker    </function>
14544*7c568831SAndroid Build Coastguard Worker    <function name='xmlTextWriterWriteBinHex' file='xmlwriter' module='xmlwriter'>
14545*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_WRITER_ENABLED)</cond>
14546*7c568831SAndroid Build Coastguard Worker      <info>Write a BinHex encoded xml text.</info>
14547*7c568831SAndroid Build Coastguard Worker      <return type='int' info='the bytes written (may be 0 because of buffering) or -1 in case of error'/>
14548*7c568831SAndroid Build Coastguard Worker      <arg name='writer' type='xmlTextWriterPtr' info='the xmlTextWriterPtr'/>
14549*7c568831SAndroid Build Coastguard Worker      <arg name='data' type='const char *' info='binary data'/>
14550*7c568831SAndroid Build Coastguard Worker      <arg name='start' type='int' info='the position within the data of the first byte to encode'/>
14551*7c568831SAndroid Build Coastguard Worker      <arg name='len' type='int' info='the number of bytes to encode'/>
14552*7c568831SAndroid Build Coastguard Worker    </function>
14553*7c568831SAndroid Build Coastguard Worker    <function name='xmlTextWriterWriteCDATA' file='xmlwriter' module='xmlwriter'>
14554*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_WRITER_ENABLED)</cond>
14555*7c568831SAndroid Build Coastguard Worker      <info>Write an xml CDATA.</info>
14556*7c568831SAndroid Build Coastguard Worker      <return type='int' info='the bytes written (may be 0 because of buffering) or -1 in case of error'/>
14557*7c568831SAndroid Build Coastguard Worker      <arg name='writer' type='xmlTextWriterPtr' info='the xmlTextWriterPtr'/>
14558*7c568831SAndroid Build Coastguard Worker      <arg name='content' type='const xmlChar *' info='CDATA content'/>
14559*7c568831SAndroid Build Coastguard Worker    </function>
14560*7c568831SAndroid Build Coastguard Worker    <function name='xmlTextWriterWriteComment' file='xmlwriter' module='xmlwriter'>
14561*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_WRITER_ENABLED)</cond>
14562*7c568831SAndroid Build Coastguard Worker      <info>Write an xml comment.</info>
14563*7c568831SAndroid Build Coastguard Worker      <return type='int' info='the bytes written (may be 0 because of buffering) or -1 in case of error'/>
14564*7c568831SAndroid Build Coastguard Worker      <arg name='writer' type='xmlTextWriterPtr' info='the xmlTextWriterPtr'/>
14565*7c568831SAndroid Build Coastguard Worker      <arg name='content' type='const xmlChar *' info='comment string'/>
14566*7c568831SAndroid Build Coastguard Worker    </function>
14567*7c568831SAndroid Build Coastguard Worker    <function name='xmlTextWriterWriteDTD' file='xmlwriter' module='xmlwriter'>
14568*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_WRITER_ENABLED)</cond>
14569*7c568831SAndroid Build Coastguard Worker      <info>Write a DTD.</info>
14570*7c568831SAndroid Build Coastguard Worker      <return type='int' info='the bytes written (may be 0 because of buffering) or -1 in case of error'/>
14571*7c568831SAndroid Build Coastguard Worker      <arg name='writer' type='xmlTextWriterPtr' info='the xmlTextWriterPtr'/>
14572*7c568831SAndroid Build Coastguard Worker      <arg name='name' type='const xmlChar *' info='the name of the DTD'/>
14573*7c568831SAndroid Build Coastguard Worker      <arg name='pubid' type='const xmlChar *' info='the public identifier, which is an alternative to the system identifier'/>
14574*7c568831SAndroid Build Coastguard Worker      <arg name='sysid' type='const xmlChar *' info='the system identifier, which is the URI of the DTD'/>
14575*7c568831SAndroid Build Coastguard Worker      <arg name='subset' type='const xmlChar *' info='string content of the DTD'/>
14576*7c568831SAndroid Build Coastguard Worker    </function>
14577*7c568831SAndroid Build Coastguard Worker    <function name='xmlTextWriterWriteDTDAttlist' file='xmlwriter' module='xmlwriter'>
14578*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_WRITER_ENABLED)</cond>
14579*7c568831SAndroid Build Coastguard Worker      <info>Write a DTD ATTLIST.</info>
14580*7c568831SAndroid Build Coastguard Worker      <return type='int' info='the bytes written (may be 0 because of buffering) or -1 in case of error'/>
14581*7c568831SAndroid Build Coastguard Worker      <arg name='writer' type='xmlTextWriterPtr' info='the xmlTextWriterPtr'/>
14582*7c568831SAndroid Build Coastguard Worker      <arg name='name' type='const xmlChar *' info='the name of the DTD ATTLIST'/>
14583*7c568831SAndroid Build Coastguard Worker      <arg name='content' type='const xmlChar *' info='content of the ATTLIST'/>
14584*7c568831SAndroid Build Coastguard Worker    </function>
14585*7c568831SAndroid Build Coastguard Worker    <function name='xmlTextWriterWriteDTDElement' file='xmlwriter' module='xmlwriter'>
14586*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_WRITER_ENABLED)</cond>
14587*7c568831SAndroid Build Coastguard Worker      <info>Write a DTD element.</info>
14588*7c568831SAndroid Build Coastguard Worker      <return type='int' info='the bytes written (may be 0 because of buffering) or -1 in case of error'/>
14589*7c568831SAndroid Build Coastguard Worker      <arg name='writer' type='xmlTextWriterPtr' info='the xmlTextWriterPtr'/>
14590*7c568831SAndroid Build Coastguard Worker      <arg name='name' type='const xmlChar *' info='the name of the DTD element'/>
14591*7c568831SAndroid Build Coastguard Worker      <arg name='content' type='const xmlChar *' info='content of the element'/>
14592*7c568831SAndroid Build Coastguard Worker    </function>
14593*7c568831SAndroid Build Coastguard Worker    <function name='xmlTextWriterWriteDTDEntity' file='xmlwriter' module='xmlwriter'>
14594*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_WRITER_ENABLED)</cond>
14595*7c568831SAndroid Build Coastguard Worker      <info>Write a DTD entity.</info>
14596*7c568831SAndroid Build Coastguard Worker      <return type='int' info='the bytes written (may be 0 because of buffering) or -1 in case of error'/>
14597*7c568831SAndroid Build Coastguard Worker      <arg name='writer' type='xmlTextWriterPtr' info='the xmlTextWriterPtr'/>
14598*7c568831SAndroid Build Coastguard Worker      <arg name='pe' type='int' info='TRUE if this is a parameter entity, FALSE if not'/>
14599*7c568831SAndroid Build Coastguard Worker      <arg name='name' type='const xmlChar *' info='the name of the DTD entity'/>
14600*7c568831SAndroid Build Coastguard Worker      <arg name='pubid' type='const xmlChar *' info='the public identifier, which is an alternative to the system identifier'/>
14601*7c568831SAndroid Build Coastguard Worker      <arg name='sysid' type='const xmlChar *' info='the system identifier, which is the URI of the DTD'/>
14602*7c568831SAndroid Build Coastguard Worker      <arg name='ndataid' type='const xmlChar *' info='the xml notation name.'/>
14603*7c568831SAndroid Build Coastguard Worker      <arg name='content' type='const xmlChar *' info='content of the entity'/>
14604*7c568831SAndroid Build Coastguard Worker    </function>
14605*7c568831SAndroid Build Coastguard Worker    <function name='xmlTextWriterWriteDTDExternalEntity' file='xmlwriter' module='xmlwriter'>
14606*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_WRITER_ENABLED)</cond>
14607*7c568831SAndroid Build Coastguard Worker      <info>Write a DTD external entity. The entity must have been started with xmlTextWriterStartDTDEntity</info>
14608*7c568831SAndroid Build Coastguard Worker      <return type='int' info='the bytes written (may be 0 because of buffering) or -1 in case of error'/>
14609*7c568831SAndroid Build Coastguard Worker      <arg name='writer' type='xmlTextWriterPtr' info='the xmlTextWriterPtr'/>
14610*7c568831SAndroid Build Coastguard Worker      <arg name='pe' type='int' info='TRUE if this is a parameter entity, FALSE if not'/>
14611*7c568831SAndroid Build Coastguard Worker      <arg name='name' type='const xmlChar *' info='the name of the DTD entity'/>
14612*7c568831SAndroid Build Coastguard Worker      <arg name='pubid' type='const xmlChar *' info='the public identifier, which is an alternative to the system identifier'/>
14613*7c568831SAndroid Build Coastguard Worker      <arg name='sysid' type='const xmlChar *' info='the system identifier, which is the URI of the DTD'/>
14614*7c568831SAndroid Build Coastguard Worker      <arg name='ndataid' type='const xmlChar *' info='the xml notation name.'/>
14615*7c568831SAndroid Build Coastguard Worker    </function>
14616*7c568831SAndroid Build Coastguard Worker    <function name='xmlTextWriterWriteDTDExternalEntityContents' file='xmlwriter' module='xmlwriter'>
14617*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_WRITER_ENABLED)</cond>
14618*7c568831SAndroid Build Coastguard Worker      <info>Write the contents of a DTD external entity.</info>
14619*7c568831SAndroid Build Coastguard Worker      <return type='int' info='the bytes written (may be 0 because of buffering) or -1 in case of error'/>
14620*7c568831SAndroid Build Coastguard Worker      <arg name='writer' type='xmlTextWriterPtr' info='the xmlTextWriterPtr'/>
14621*7c568831SAndroid Build Coastguard Worker      <arg name='pubid' type='const xmlChar *' info='the public identifier, which is an alternative to the system identifier'/>
14622*7c568831SAndroid Build Coastguard Worker      <arg name='sysid' type='const xmlChar *' info='the system identifier, which is the URI of the DTD'/>
14623*7c568831SAndroid Build Coastguard Worker      <arg name='ndataid' type='const xmlChar *' info='the xml notation name.'/>
14624*7c568831SAndroid Build Coastguard Worker    </function>
14625*7c568831SAndroid Build Coastguard Worker    <function name='xmlTextWriterWriteDTDInternalEntity' file='xmlwriter' module='xmlwriter'>
14626*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_WRITER_ENABLED)</cond>
14627*7c568831SAndroid Build Coastguard Worker      <info>Write a DTD internal entity.</info>
14628*7c568831SAndroid Build Coastguard Worker      <return type='int' info='the bytes written (may be 0 because of buffering) or -1 in case of error'/>
14629*7c568831SAndroid Build Coastguard Worker      <arg name='writer' type='xmlTextWriterPtr' info='the xmlTextWriterPtr'/>
14630*7c568831SAndroid Build Coastguard Worker      <arg name='pe' type='int' info='TRUE if this is a parameter entity, FALSE if not'/>
14631*7c568831SAndroid Build Coastguard Worker      <arg name='name' type='const xmlChar *' info='the name of the DTD entity'/>
14632*7c568831SAndroid Build Coastguard Worker      <arg name='content' type='const xmlChar *' info='content of the entity'/>
14633*7c568831SAndroid Build Coastguard Worker    </function>
14634*7c568831SAndroid Build Coastguard Worker    <function name='xmlTextWriterWriteDTDNotation' file='xmlwriter' module='xmlwriter'>
14635*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_WRITER_ENABLED)</cond>
14636*7c568831SAndroid Build Coastguard Worker      <info>Write a DTD entity.</info>
14637*7c568831SAndroid Build Coastguard Worker      <return type='int' info='the bytes written (may be 0 because of buffering) or -1 in case of error'/>
14638*7c568831SAndroid Build Coastguard Worker      <arg name='writer' type='xmlTextWriterPtr' info='the xmlTextWriterPtr'/>
14639*7c568831SAndroid Build Coastguard Worker      <arg name='name' type='const xmlChar *' info='the name of the xml notation'/>
14640*7c568831SAndroid Build Coastguard Worker      <arg name='pubid' type='const xmlChar *' info='the public identifier, which is an alternative to the system identifier'/>
14641*7c568831SAndroid Build Coastguard Worker      <arg name='sysid' type='const xmlChar *' info='the system identifier, which is the URI of the DTD'/>
14642*7c568831SAndroid Build Coastguard Worker    </function>
14643*7c568831SAndroid Build Coastguard Worker    <function name='xmlTextWriterWriteElement' file='xmlwriter' module='xmlwriter'>
14644*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_WRITER_ENABLED)</cond>
14645*7c568831SAndroid Build Coastguard Worker      <info>Write an xml element.</info>
14646*7c568831SAndroid Build Coastguard Worker      <return type='int' info='the bytes written (may be 0 because of buffering) or -1 in case of error'/>
14647*7c568831SAndroid Build Coastguard Worker      <arg name='writer' type='xmlTextWriterPtr' info='the xmlTextWriterPtr'/>
14648*7c568831SAndroid Build Coastguard Worker      <arg name='name' type='const xmlChar *' info='element name'/>
14649*7c568831SAndroid Build Coastguard Worker      <arg name='content' type='const xmlChar *' info='element content'/>
14650*7c568831SAndroid Build Coastguard Worker    </function>
14651*7c568831SAndroid Build Coastguard Worker    <function name='xmlTextWriterWriteElementNS' file='xmlwriter' module='xmlwriter'>
14652*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_WRITER_ENABLED)</cond>
14653*7c568831SAndroid Build Coastguard Worker      <info>Write an xml element with namespace support.</info>
14654*7c568831SAndroid Build Coastguard Worker      <return type='int' info='the bytes written (may be 0 because of buffering) or -1 in case of error'/>
14655*7c568831SAndroid Build Coastguard Worker      <arg name='writer' type='xmlTextWriterPtr' info='the xmlTextWriterPtr'/>
14656*7c568831SAndroid Build Coastguard Worker      <arg name='prefix' type='const xmlChar *' info='namespace prefix'/>
14657*7c568831SAndroid Build Coastguard Worker      <arg name='name' type='const xmlChar *' info='element local name'/>
14658*7c568831SAndroid Build Coastguard Worker      <arg name='namespaceURI' type='const xmlChar *' info='namespace URI'/>
14659*7c568831SAndroid Build Coastguard Worker      <arg name='content' type='const xmlChar *' info='element content'/>
14660*7c568831SAndroid Build Coastguard Worker    </function>
14661*7c568831SAndroid Build Coastguard Worker    <function name='xmlTextWriterWriteFormatAttribute' file='xmlwriter' module='xmlwriter'>
14662*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_WRITER_ENABLED)</cond>
14663*7c568831SAndroid Build Coastguard Worker      <info>Write a formatted xml attribute.</info>
14664*7c568831SAndroid Build Coastguard Worker      <return type='int' info='the bytes written (may be 0 because of buffering) or -1 in case of error'/>
14665*7c568831SAndroid Build Coastguard Worker      <arg name='writer' type='xmlTextWriterPtr' info='the xmlTextWriterPtr'/>
14666*7c568831SAndroid Build Coastguard Worker      <arg name='name' type='const xmlChar *' info='attribute name'/>
14667*7c568831SAndroid Build Coastguard Worker      <arg name='format' type='const char *' info='format string (see printf)'/>
14668*7c568831SAndroid Build Coastguard Worker      <arg name='...' type='...' info='extra parameters for the format'/>
14669*7c568831SAndroid Build Coastguard Worker    </function>
14670*7c568831SAndroid Build Coastguard Worker    <function name='xmlTextWriterWriteFormatAttributeNS' file='xmlwriter' module='xmlwriter'>
14671*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_WRITER_ENABLED)</cond>
14672*7c568831SAndroid Build Coastguard Worker      <info>Write a formatted xml attribute.with namespace support</info>
14673*7c568831SAndroid Build Coastguard Worker      <return type='int' info='the bytes written (may be 0 because of buffering) or -1 in case of error'/>
14674*7c568831SAndroid Build Coastguard Worker      <arg name='writer' type='xmlTextWriterPtr' info='the xmlTextWriterPtr'/>
14675*7c568831SAndroid Build Coastguard Worker      <arg name='prefix' type='const xmlChar *' info='namespace prefix'/>
14676*7c568831SAndroid Build Coastguard Worker      <arg name='name' type='const xmlChar *' info='attribute local name'/>
14677*7c568831SAndroid Build Coastguard Worker      <arg name='namespaceURI' type='const xmlChar *' info='namespace URI'/>
14678*7c568831SAndroid Build Coastguard Worker      <arg name='format' type='const char *' info='format string (see printf)'/>
14679*7c568831SAndroid Build Coastguard Worker      <arg name='...' type='...' info='extra parameters for the format'/>
14680*7c568831SAndroid Build Coastguard Worker    </function>
14681*7c568831SAndroid Build Coastguard Worker    <function name='xmlTextWriterWriteFormatCDATA' file='xmlwriter' module='xmlwriter'>
14682*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_WRITER_ENABLED)</cond>
14683*7c568831SAndroid Build Coastguard Worker      <info>Write a formatted xml CDATA.</info>
14684*7c568831SAndroid Build Coastguard Worker      <return type='int' info='the bytes written (may be 0 because of buffering) or -1 in case of error'/>
14685*7c568831SAndroid Build Coastguard Worker      <arg name='writer' type='xmlTextWriterPtr' info='the xmlTextWriterPtr'/>
14686*7c568831SAndroid Build Coastguard Worker      <arg name='format' type='const char *' info='format string (see printf)'/>
14687*7c568831SAndroid Build Coastguard Worker      <arg name='...' type='...' info='extra parameters for the format'/>
14688*7c568831SAndroid Build Coastguard Worker    </function>
14689*7c568831SAndroid Build Coastguard Worker    <function name='xmlTextWriterWriteFormatComment' file='xmlwriter' module='xmlwriter'>
14690*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_WRITER_ENABLED)</cond>
14691*7c568831SAndroid Build Coastguard Worker      <info>Write an xml comment.</info>
14692*7c568831SAndroid Build Coastguard Worker      <return type='int' info='the bytes written (may be 0 because of buffering) or -1 in case of error'/>
14693*7c568831SAndroid Build Coastguard Worker      <arg name='writer' type='xmlTextWriterPtr' info='the xmlTextWriterPtr'/>
14694*7c568831SAndroid Build Coastguard Worker      <arg name='format' type='const char *' info='format string (see printf)'/>
14695*7c568831SAndroid Build Coastguard Worker      <arg name='...' type='...' info='extra parameters for the format'/>
14696*7c568831SAndroid Build Coastguard Worker    </function>
14697*7c568831SAndroid Build Coastguard Worker    <function name='xmlTextWriterWriteFormatDTD' file='xmlwriter' module='xmlwriter'>
14698*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_WRITER_ENABLED)</cond>
14699*7c568831SAndroid Build Coastguard Worker      <info>Write a DTD with a formatted markup declarations part.</info>
14700*7c568831SAndroid Build Coastguard Worker      <return type='int' info='the bytes written (may be 0 because of buffering) or -1 in case of error'/>
14701*7c568831SAndroid Build Coastguard Worker      <arg name='writer' type='xmlTextWriterPtr' info='the xmlTextWriterPtr'/>
14702*7c568831SAndroid Build Coastguard Worker      <arg name='name' type='const xmlChar *' info='the name of the DTD'/>
14703*7c568831SAndroid Build Coastguard Worker      <arg name='pubid' type='const xmlChar *' info='the public identifier, which is an alternative to the system identifier'/>
14704*7c568831SAndroid Build Coastguard Worker      <arg name='sysid' type='const xmlChar *' info='the system identifier, which is the URI of the DTD'/>
14705*7c568831SAndroid Build Coastguard Worker      <arg name='format' type='const char *' info='format string (see printf)'/>
14706*7c568831SAndroid Build Coastguard Worker      <arg name='...' type='...' info='extra parameters for the format'/>
14707*7c568831SAndroid Build Coastguard Worker    </function>
14708*7c568831SAndroid Build Coastguard Worker    <function name='xmlTextWriterWriteFormatDTDAttlist' file='xmlwriter' module='xmlwriter'>
14709*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_WRITER_ENABLED)</cond>
14710*7c568831SAndroid Build Coastguard Worker      <info>Write a formatted DTD ATTLIST.</info>
14711*7c568831SAndroid Build Coastguard Worker      <return type='int' info='the bytes written (may be 0 because of buffering) or -1 in case of error'/>
14712*7c568831SAndroid Build Coastguard Worker      <arg name='writer' type='xmlTextWriterPtr' info='the xmlTextWriterPtr'/>
14713*7c568831SAndroid Build Coastguard Worker      <arg name='name' type='const xmlChar *' info='the name of the DTD ATTLIST'/>
14714*7c568831SAndroid Build Coastguard Worker      <arg name='format' type='const char *' info='format string (see printf)'/>
14715*7c568831SAndroid Build Coastguard Worker      <arg name='...' type='...' info='extra parameters for the format'/>
14716*7c568831SAndroid Build Coastguard Worker    </function>
14717*7c568831SAndroid Build Coastguard Worker    <function name='xmlTextWriterWriteFormatDTDElement' file='xmlwriter' module='xmlwriter'>
14718*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_WRITER_ENABLED)</cond>
14719*7c568831SAndroid Build Coastguard Worker      <info>Write a formatted DTD element.</info>
14720*7c568831SAndroid Build Coastguard Worker      <return type='int' info='the bytes written (may be 0 because of buffering) or -1 in case of error'/>
14721*7c568831SAndroid Build Coastguard Worker      <arg name='writer' type='xmlTextWriterPtr' info='the xmlTextWriterPtr'/>
14722*7c568831SAndroid Build Coastguard Worker      <arg name='name' type='const xmlChar *' info='the name of the DTD element'/>
14723*7c568831SAndroid Build Coastguard Worker      <arg name='format' type='const char *' info='format string (see printf)'/>
14724*7c568831SAndroid Build Coastguard Worker      <arg name='...' type='...' info='extra parameters for the format'/>
14725*7c568831SAndroid Build Coastguard Worker    </function>
14726*7c568831SAndroid Build Coastguard Worker    <function name='xmlTextWriterWriteFormatDTDInternalEntity' file='xmlwriter' module='xmlwriter'>
14727*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_WRITER_ENABLED)</cond>
14728*7c568831SAndroid Build Coastguard Worker      <info>Write a formatted DTD internal entity.</info>
14729*7c568831SAndroid Build Coastguard Worker      <return type='int' info='the bytes written (may be 0 because of buffering) or -1 in case of error'/>
14730*7c568831SAndroid Build Coastguard Worker      <arg name='writer' type='xmlTextWriterPtr' info='the xmlTextWriterPtr'/>
14731*7c568831SAndroid Build Coastguard Worker      <arg name='pe' type='int' info='TRUE if this is a parameter entity, FALSE if not'/>
14732*7c568831SAndroid Build Coastguard Worker      <arg name='name' type='const xmlChar *' info='the name of the DTD entity'/>
14733*7c568831SAndroid Build Coastguard Worker      <arg name='format' type='const char *' info='format string (see printf)'/>
14734*7c568831SAndroid Build Coastguard Worker      <arg name='...' type='...' info='extra parameters for the format'/>
14735*7c568831SAndroid Build Coastguard Worker    </function>
14736*7c568831SAndroid Build Coastguard Worker    <function name='xmlTextWriterWriteFormatElement' file='xmlwriter' module='xmlwriter'>
14737*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_WRITER_ENABLED)</cond>
14738*7c568831SAndroid Build Coastguard Worker      <info>Write a formatted xml element.</info>
14739*7c568831SAndroid Build Coastguard Worker      <return type='int' info='the bytes written (may be 0 because of buffering) or -1 in case of error'/>
14740*7c568831SAndroid Build Coastguard Worker      <arg name='writer' type='xmlTextWriterPtr' info='the xmlTextWriterPtr'/>
14741*7c568831SAndroid Build Coastguard Worker      <arg name='name' type='const xmlChar *' info='element name'/>
14742*7c568831SAndroid Build Coastguard Worker      <arg name='format' type='const char *' info='format string (see printf)'/>
14743*7c568831SAndroid Build Coastguard Worker      <arg name='...' type='...' info='extra parameters for the format'/>
14744*7c568831SAndroid Build Coastguard Worker    </function>
14745*7c568831SAndroid Build Coastguard Worker    <function name='xmlTextWriterWriteFormatElementNS' file='xmlwriter' module='xmlwriter'>
14746*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_WRITER_ENABLED)</cond>
14747*7c568831SAndroid Build Coastguard Worker      <info>Write a formatted xml element with namespace support.</info>
14748*7c568831SAndroid Build Coastguard Worker      <return type='int' info='the bytes written (may be 0 because of buffering) or -1 in case of error'/>
14749*7c568831SAndroid Build Coastguard Worker      <arg name='writer' type='xmlTextWriterPtr' info='the xmlTextWriterPtr'/>
14750*7c568831SAndroid Build Coastguard Worker      <arg name='prefix' type='const xmlChar *' info='namespace prefix'/>
14751*7c568831SAndroid Build Coastguard Worker      <arg name='name' type='const xmlChar *' info='element local name'/>
14752*7c568831SAndroid Build Coastguard Worker      <arg name='namespaceURI' type='const xmlChar *' info='namespace URI'/>
14753*7c568831SAndroid Build Coastguard Worker      <arg name='format' type='const char *' info='format string (see printf)'/>
14754*7c568831SAndroid Build Coastguard Worker      <arg name='...' type='...' info='extra parameters for the format'/>
14755*7c568831SAndroid Build Coastguard Worker    </function>
14756*7c568831SAndroid Build Coastguard Worker    <function name='xmlTextWriterWriteFormatPI' file='xmlwriter' module='xmlwriter'>
14757*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_WRITER_ENABLED)</cond>
14758*7c568831SAndroid Build Coastguard Worker      <info>Write a formatted PI.</info>
14759*7c568831SAndroid Build Coastguard Worker      <return type='int' info='the bytes written (may be 0 because of buffering) or -1 in case of error'/>
14760*7c568831SAndroid Build Coastguard Worker      <arg name='writer' type='xmlTextWriterPtr' info='the xmlTextWriterPtr'/>
14761*7c568831SAndroid Build Coastguard Worker      <arg name='target' type='const xmlChar *' info='PI target'/>
14762*7c568831SAndroid Build Coastguard Worker      <arg name='format' type='const char *' info='format string (see printf)'/>
14763*7c568831SAndroid Build Coastguard Worker      <arg name='...' type='...' info='extra parameters for the format'/>
14764*7c568831SAndroid Build Coastguard Worker    </function>
14765*7c568831SAndroid Build Coastguard Worker    <function name='xmlTextWriterWriteFormatRaw' file='xmlwriter' module='xmlwriter'>
14766*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_WRITER_ENABLED)</cond>
14767*7c568831SAndroid Build Coastguard Worker      <info>Write a formatted raw xml text.</info>
14768*7c568831SAndroid Build Coastguard Worker      <return type='int' info='the bytes written (may be 0 because of buffering) or -1 in case of error'/>
14769*7c568831SAndroid Build Coastguard Worker      <arg name='writer' type='xmlTextWriterPtr' info='the xmlTextWriterPtr'/>
14770*7c568831SAndroid Build Coastguard Worker      <arg name='format' type='const char *' info='format string (see printf)'/>
14771*7c568831SAndroid Build Coastguard Worker      <arg name='...' type='...' info='extra parameters for the format'/>
14772*7c568831SAndroid Build Coastguard Worker    </function>
14773*7c568831SAndroid Build Coastguard Worker    <function name='xmlTextWriterWriteFormatString' file='xmlwriter' module='xmlwriter'>
14774*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_WRITER_ENABLED)</cond>
14775*7c568831SAndroid Build Coastguard Worker      <info>Write a formatted xml text.</info>
14776*7c568831SAndroid Build Coastguard Worker      <return type='int' info='the bytes written (may be 0 because of buffering) or -1 in case of error'/>
14777*7c568831SAndroid Build Coastguard Worker      <arg name='writer' type='xmlTextWriterPtr' info='the xmlTextWriterPtr'/>
14778*7c568831SAndroid Build Coastguard Worker      <arg name='format' type='const char *' info='format string (see printf)'/>
14779*7c568831SAndroid Build Coastguard Worker      <arg name='...' type='...' info='extra parameters for the format'/>
14780*7c568831SAndroid Build Coastguard Worker    </function>
14781*7c568831SAndroid Build Coastguard Worker    <function name='xmlTextWriterWritePI' file='xmlwriter' module='xmlwriter'>
14782*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_WRITER_ENABLED)</cond>
14783*7c568831SAndroid Build Coastguard Worker      <info>Write an xml PI.</info>
14784*7c568831SAndroid Build Coastguard Worker      <return type='int' info='the bytes written (may be 0 because of buffering) or -1 in case of error'/>
14785*7c568831SAndroid Build Coastguard Worker      <arg name='writer' type='xmlTextWriterPtr' info='the xmlTextWriterPtr'/>
14786*7c568831SAndroid Build Coastguard Worker      <arg name='target' type='const xmlChar *' info='PI target'/>
14787*7c568831SAndroid Build Coastguard Worker      <arg name='content' type='const xmlChar *' info='PI content'/>
14788*7c568831SAndroid Build Coastguard Worker    </function>
14789*7c568831SAndroid Build Coastguard Worker    <function name='xmlTextWriterWriteRaw' file='xmlwriter' module='xmlwriter'>
14790*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_WRITER_ENABLED)</cond>
14791*7c568831SAndroid Build Coastguard Worker      <info>Write a raw xml text.</info>
14792*7c568831SAndroid Build Coastguard Worker      <return type='int' info='the bytes written (may be 0 because of buffering) or -1 in case of error'/>
14793*7c568831SAndroid Build Coastguard Worker      <arg name='writer' type='xmlTextWriterPtr' info='the xmlTextWriterPtr'/>
14794*7c568831SAndroid Build Coastguard Worker      <arg name='content' type='const xmlChar *' info='text string'/>
14795*7c568831SAndroid Build Coastguard Worker    </function>
14796*7c568831SAndroid Build Coastguard Worker    <function name='xmlTextWriterWriteRawLen' file='xmlwriter' module='xmlwriter'>
14797*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_WRITER_ENABLED)</cond>
14798*7c568831SAndroid Build Coastguard Worker      <info>Write an xml text. TODO: what about entities and special chars??</info>
14799*7c568831SAndroid Build Coastguard Worker      <return type='int' info='the bytes written (may be 0 because of buffering) or -1 in case of error'/>
14800*7c568831SAndroid Build Coastguard Worker      <arg name='writer' type='xmlTextWriterPtr' info='the xmlTextWriterPtr'/>
14801*7c568831SAndroid Build Coastguard Worker      <arg name='content' type='const xmlChar *' info='text string'/>
14802*7c568831SAndroid Build Coastguard Worker      <arg name='len' type='int' info='length of the text string'/>
14803*7c568831SAndroid Build Coastguard Worker    </function>
14804*7c568831SAndroid Build Coastguard Worker    <function name='xmlTextWriterWriteString' file='xmlwriter' module='xmlwriter'>
14805*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_WRITER_ENABLED)</cond>
14806*7c568831SAndroid Build Coastguard Worker      <info>Write an xml text.</info>
14807*7c568831SAndroid Build Coastguard Worker      <return type='int' info='the bytes written (may be 0 because of buffering) or -1 in case of error'/>
14808*7c568831SAndroid Build Coastguard Worker      <arg name='writer' type='xmlTextWriterPtr' info='the xmlTextWriterPtr'/>
14809*7c568831SAndroid Build Coastguard Worker      <arg name='content' type='const xmlChar *' info='text string'/>
14810*7c568831SAndroid Build Coastguard Worker    </function>
14811*7c568831SAndroid Build Coastguard Worker    <function name='xmlTextWriterWriteVFormatAttribute' file='xmlwriter' module='xmlwriter'>
14812*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_WRITER_ENABLED)</cond>
14813*7c568831SAndroid Build Coastguard Worker      <info>Write a formatted xml attribute.</info>
14814*7c568831SAndroid Build Coastguard Worker      <return type='int' info='the bytes written (may be 0 because of buffering) or -1 in case of error'/>
14815*7c568831SAndroid Build Coastguard Worker      <arg name='writer' type='xmlTextWriterPtr' info='the xmlTextWriterPtr'/>
14816*7c568831SAndroid Build Coastguard Worker      <arg name='name' type='const xmlChar *' info='attribute name'/>
14817*7c568831SAndroid Build Coastguard Worker      <arg name='format' type='const char *' info='format string (see printf)'/>
14818*7c568831SAndroid Build Coastguard Worker      <arg name='argptr' type='va_list' info='pointer to the first member of the variable argument list.'/>
14819*7c568831SAndroid Build Coastguard Worker    </function>
14820*7c568831SAndroid Build Coastguard Worker    <function name='xmlTextWriterWriteVFormatAttributeNS' file='xmlwriter' module='xmlwriter'>
14821*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_WRITER_ENABLED)</cond>
14822*7c568831SAndroid Build Coastguard Worker      <info>Write a formatted xml attribute.with namespace support</info>
14823*7c568831SAndroid Build Coastguard Worker      <return type='int' info='the bytes written (may be 0 because of buffering) or -1 in case of error'/>
14824*7c568831SAndroid Build Coastguard Worker      <arg name='writer' type='xmlTextWriterPtr' info='the xmlTextWriterPtr'/>
14825*7c568831SAndroid Build Coastguard Worker      <arg name='prefix' type='const xmlChar *' info='namespace prefix'/>
14826*7c568831SAndroid Build Coastguard Worker      <arg name='name' type='const xmlChar *' info='attribute local name'/>
14827*7c568831SAndroid Build Coastguard Worker      <arg name='namespaceURI' type='const xmlChar *' info='namespace URI'/>
14828*7c568831SAndroid Build Coastguard Worker      <arg name='format' type='const char *' info='format string (see printf)'/>
14829*7c568831SAndroid Build Coastguard Worker      <arg name='argptr' type='va_list' info='pointer to the first member of the variable argument list.'/>
14830*7c568831SAndroid Build Coastguard Worker    </function>
14831*7c568831SAndroid Build Coastguard Worker    <function name='xmlTextWriterWriteVFormatCDATA' file='xmlwriter' module='xmlwriter'>
14832*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_WRITER_ENABLED)</cond>
14833*7c568831SAndroid Build Coastguard Worker      <info>Write a formatted xml CDATA.</info>
14834*7c568831SAndroid Build Coastguard Worker      <return type='int' info='the bytes written (may be 0 because of buffering) or -1 in case of error'/>
14835*7c568831SAndroid Build Coastguard Worker      <arg name='writer' type='xmlTextWriterPtr' info='the xmlTextWriterPtr'/>
14836*7c568831SAndroid Build Coastguard Worker      <arg name='format' type='const char *' info='format string (see printf)'/>
14837*7c568831SAndroid Build Coastguard Worker      <arg name='argptr' type='va_list' info='pointer to the first member of the variable argument list.'/>
14838*7c568831SAndroid Build Coastguard Worker    </function>
14839*7c568831SAndroid Build Coastguard Worker    <function name='xmlTextWriterWriteVFormatComment' file='xmlwriter' module='xmlwriter'>
14840*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_WRITER_ENABLED)</cond>
14841*7c568831SAndroid Build Coastguard Worker      <info>Write an xml comment.</info>
14842*7c568831SAndroid Build Coastguard Worker      <return type='int' info='the bytes written (may be 0 because of buffering) or -1 in case of error'/>
14843*7c568831SAndroid Build Coastguard Worker      <arg name='writer' type='xmlTextWriterPtr' info='the xmlTextWriterPtr'/>
14844*7c568831SAndroid Build Coastguard Worker      <arg name='format' type='const char *' info='format string (see printf)'/>
14845*7c568831SAndroid Build Coastguard Worker      <arg name='argptr' type='va_list' info='pointer to the first member of the variable argument list.'/>
14846*7c568831SAndroid Build Coastguard Worker    </function>
14847*7c568831SAndroid Build Coastguard Worker    <function name='xmlTextWriterWriteVFormatDTD' file='xmlwriter' module='xmlwriter'>
14848*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_WRITER_ENABLED)</cond>
14849*7c568831SAndroid Build Coastguard Worker      <info>Write a DTD with a formatted markup declarations part.</info>
14850*7c568831SAndroid Build Coastguard Worker      <return type='int' info='the bytes written (may be 0 because of buffering) or -1 in case of error'/>
14851*7c568831SAndroid Build Coastguard Worker      <arg name='writer' type='xmlTextWriterPtr' info='the xmlTextWriterPtr'/>
14852*7c568831SAndroid Build Coastguard Worker      <arg name='name' type='const xmlChar *' info='the name of the DTD'/>
14853*7c568831SAndroid Build Coastguard Worker      <arg name='pubid' type='const xmlChar *' info='the public identifier, which is an alternative to the system identifier'/>
14854*7c568831SAndroid Build Coastguard Worker      <arg name='sysid' type='const xmlChar *' info='the system identifier, which is the URI of the DTD'/>
14855*7c568831SAndroid Build Coastguard Worker      <arg name='format' type='const char *' info='format string (see printf)'/>
14856*7c568831SAndroid Build Coastguard Worker      <arg name='argptr' type='va_list' info='pointer to the first member of the variable argument list.'/>
14857*7c568831SAndroid Build Coastguard Worker    </function>
14858*7c568831SAndroid Build Coastguard Worker    <function name='xmlTextWriterWriteVFormatDTDAttlist' file='xmlwriter' module='xmlwriter'>
14859*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_WRITER_ENABLED)</cond>
14860*7c568831SAndroid Build Coastguard Worker      <info>Write a formatted DTD ATTLIST.</info>
14861*7c568831SAndroid Build Coastguard Worker      <return type='int' info='the bytes written (may be 0 because of buffering) or -1 in case of error'/>
14862*7c568831SAndroid Build Coastguard Worker      <arg name='writer' type='xmlTextWriterPtr' info='the xmlTextWriterPtr'/>
14863*7c568831SAndroid Build Coastguard Worker      <arg name='name' type='const xmlChar *' info='the name of the DTD ATTLIST'/>
14864*7c568831SAndroid Build Coastguard Worker      <arg name='format' type='const char *' info='format string (see printf)'/>
14865*7c568831SAndroid Build Coastguard Worker      <arg name='argptr' type='va_list' info='pointer to the first member of the variable argument list.'/>
14866*7c568831SAndroid Build Coastguard Worker    </function>
14867*7c568831SAndroid Build Coastguard Worker    <function name='xmlTextWriterWriteVFormatDTDElement' file='xmlwriter' module='xmlwriter'>
14868*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_WRITER_ENABLED)</cond>
14869*7c568831SAndroid Build Coastguard Worker      <info>Write a formatted DTD element.</info>
14870*7c568831SAndroid Build Coastguard Worker      <return type='int' info='the bytes written (may be 0 because of buffering) or -1 in case of error'/>
14871*7c568831SAndroid Build Coastguard Worker      <arg name='writer' type='xmlTextWriterPtr' info='the xmlTextWriterPtr'/>
14872*7c568831SAndroid Build Coastguard Worker      <arg name='name' type='const xmlChar *' info='the name of the DTD element'/>
14873*7c568831SAndroid Build Coastguard Worker      <arg name='format' type='const char *' info='format string (see printf)'/>
14874*7c568831SAndroid Build Coastguard Worker      <arg name='argptr' type='va_list' info='pointer to the first member of the variable argument list.'/>
14875*7c568831SAndroid Build Coastguard Worker    </function>
14876*7c568831SAndroid Build Coastguard Worker    <function name='xmlTextWriterWriteVFormatDTDInternalEntity' file='xmlwriter' module='xmlwriter'>
14877*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_WRITER_ENABLED)</cond>
14878*7c568831SAndroid Build Coastguard Worker      <info>Write a formatted DTD internal entity.</info>
14879*7c568831SAndroid Build Coastguard Worker      <return type='int' info='the bytes written (may be 0 because of buffering) or -1 in case of error'/>
14880*7c568831SAndroid Build Coastguard Worker      <arg name='writer' type='xmlTextWriterPtr' info='the xmlTextWriterPtr'/>
14881*7c568831SAndroid Build Coastguard Worker      <arg name='pe' type='int' info='TRUE if this is a parameter entity, FALSE if not'/>
14882*7c568831SAndroid Build Coastguard Worker      <arg name='name' type='const xmlChar *' info='the name of the DTD entity'/>
14883*7c568831SAndroid Build Coastguard Worker      <arg name='format' type='const char *' info='format string (see printf)'/>
14884*7c568831SAndroid Build Coastguard Worker      <arg name='argptr' type='va_list' info='pointer to the first member of the variable argument list.'/>
14885*7c568831SAndroid Build Coastguard Worker    </function>
14886*7c568831SAndroid Build Coastguard Worker    <function name='xmlTextWriterWriteVFormatElement' file='xmlwriter' module='xmlwriter'>
14887*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_WRITER_ENABLED)</cond>
14888*7c568831SAndroid Build Coastguard Worker      <info>Write a formatted xml element.</info>
14889*7c568831SAndroid Build Coastguard Worker      <return type='int' info='the bytes written (may be 0 because of buffering) or -1 in case of error'/>
14890*7c568831SAndroid Build Coastguard Worker      <arg name='writer' type='xmlTextWriterPtr' info='the xmlTextWriterPtr'/>
14891*7c568831SAndroid Build Coastguard Worker      <arg name='name' type='const xmlChar *' info='element name'/>
14892*7c568831SAndroid Build Coastguard Worker      <arg name='format' type='const char *' info='format string (see printf)'/>
14893*7c568831SAndroid Build Coastguard Worker      <arg name='argptr' type='va_list' info='pointer to the first member of the variable argument list.'/>
14894*7c568831SAndroid Build Coastguard Worker    </function>
14895*7c568831SAndroid Build Coastguard Worker    <function name='xmlTextWriterWriteVFormatElementNS' file='xmlwriter' module='xmlwriter'>
14896*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_WRITER_ENABLED)</cond>
14897*7c568831SAndroid Build Coastguard Worker      <info>Write a formatted xml element with namespace support.</info>
14898*7c568831SAndroid Build Coastguard Worker      <return type='int' info='the bytes written (may be 0 because of buffering) or -1 in case of error'/>
14899*7c568831SAndroid Build Coastguard Worker      <arg name='writer' type='xmlTextWriterPtr' info='the xmlTextWriterPtr'/>
14900*7c568831SAndroid Build Coastguard Worker      <arg name='prefix' type='const xmlChar *' info='namespace prefix'/>
14901*7c568831SAndroid Build Coastguard Worker      <arg name='name' type='const xmlChar *' info='element local name'/>
14902*7c568831SAndroid Build Coastguard Worker      <arg name='namespaceURI' type='const xmlChar *' info='namespace URI'/>
14903*7c568831SAndroid Build Coastguard Worker      <arg name='format' type='const char *' info='format string (see printf)'/>
14904*7c568831SAndroid Build Coastguard Worker      <arg name='argptr' type='va_list' info='pointer to the first member of the variable argument list.'/>
14905*7c568831SAndroid Build Coastguard Worker    </function>
14906*7c568831SAndroid Build Coastguard Worker    <function name='xmlTextWriterWriteVFormatPI' file='xmlwriter' module='xmlwriter'>
14907*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_WRITER_ENABLED)</cond>
14908*7c568831SAndroid Build Coastguard Worker      <info>Write a formatted xml PI.</info>
14909*7c568831SAndroid Build Coastguard Worker      <return type='int' info='the bytes written (may be 0 because of buffering) or -1 in case of error'/>
14910*7c568831SAndroid Build Coastguard Worker      <arg name='writer' type='xmlTextWriterPtr' info='the xmlTextWriterPtr'/>
14911*7c568831SAndroid Build Coastguard Worker      <arg name='target' type='const xmlChar *' info='PI target'/>
14912*7c568831SAndroid Build Coastguard Worker      <arg name='format' type='const char *' info='format string (see printf)'/>
14913*7c568831SAndroid Build Coastguard Worker      <arg name='argptr' type='va_list' info='pointer to the first member of the variable argument list.'/>
14914*7c568831SAndroid Build Coastguard Worker    </function>
14915*7c568831SAndroid Build Coastguard Worker    <function name='xmlTextWriterWriteVFormatRaw' file='xmlwriter' module='xmlwriter'>
14916*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_WRITER_ENABLED)</cond>
14917*7c568831SAndroid Build Coastguard Worker      <info>Write a formatted raw xml text.</info>
14918*7c568831SAndroid Build Coastguard Worker      <return type='int' info='the bytes written (may be 0 because of buffering) or -1 in case of error'/>
14919*7c568831SAndroid Build Coastguard Worker      <arg name='writer' type='xmlTextWriterPtr' info='the xmlTextWriterPtr'/>
14920*7c568831SAndroid Build Coastguard Worker      <arg name='format' type='const char *' info='format string (see printf)'/>
14921*7c568831SAndroid Build Coastguard Worker      <arg name='argptr' type='va_list' info='pointer to the first member of the variable argument list.'/>
14922*7c568831SAndroid Build Coastguard Worker    </function>
14923*7c568831SAndroid Build Coastguard Worker    <function name='xmlTextWriterWriteVFormatString' file='xmlwriter' module='xmlwriter'>
14924*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_WRITER_ENABLED)</cond>
14925*7c568831SAndroid Build Coastguard Worker      <info>Write a formatted xml text.</info>
14926*7c568831SAndroid Build Coastguard Worker      <return type='int' info='the bytes written (may be 0 because of buffering) or -1 in case of error'/>
14927*7c568831SAndroid Build Coastguard Worker      <arg name='writer' type='xmlTextWriterPtr' info='the xmlTextWriterPtr'/>
14928*7c568831SAndroid Build Coastguard Worker      <arg name='format' type='const char *' info='format string (see printf)'/>
14929*7c568831SAndroid Build Coastguard Worker      <arg name='argptr' type='va_list' info='pointer to the first member of the variable argument list.'/>
14930*7c568831SAndroid Build Coastguard Worker    </function>
14931*7c568831SAndroid Build Coastguard Worker    <function name='xmlThrDefBufferAllocScheme' file='tree' module='tree'>
14932*7c568831SAndroid Build Coastguard Worker      <info></info>
14933*7c568831SAndroid Build Coastguard Worker      <return type='xmlBufferAllocationScheme' info=''/>
14934*7c568831SAndroid Build Coastguard Worker      <arg name='v' type='xmlBufferAllocationScheme' info=''/>
14935*7c568831SAndroid Build Coastguard Worker    </function>
14936*7c568831SAndroid Build Coastguard Worker    <function name='xmlThrDefDefaultBufferSize' file='tree' module='tree'>
14937*7c568831SAndroid Build Coastguard Worker      <info></info>
14938*7c568831SAndroid Build Coastguard Worker      <return type='int' info=''/>
14939*7c568831SAndroid Build Coastguard Worker      <arg name='v' type='int' info=''/>
14940*7c568831SAndroid Build Coastguard Worker    </function>
14941*7c568831SAndroid Build Coastguard Worker    <function name='xmlThrDefDeregisterNodeDefault' file='tree' module='tree'>
14942*7c568831SAndroid Build Coastguard Worker      <info></info>
14943*7c568831SAndroid Build Coastguard Worker      <return type='xmlDeregisterNodeFunc' info=''/>
14944*7c568831SAndroid Build Coastguard Worker      <arg name='func' type='xmlDeregisterNodeFunc' info=''/>
14945*7c568831SAndroid Build Coastguard Worker    </function>
14946*7c568831SAndroid Build Coastguard Worker    <function name='xmlThrDefDoValidityCheckingDefaultValue' file='parser' module='parser'>
14947*7c568831SAndroid Build Coastguard Worker      <info></info>
14948*7c568831SAndroid Build Coastguard Worker      <return type='int' info=''/>
14949*7c568831SAndroid Build Coastguard Worker      <arg name='v' type='int' info=''/>
14950*7c568831SAndroid Build Coastguard Worker    </function>
14951*7c568831SAndroid Build Coastguard Worker    <function name='xmlThrDefGetWarningsDefaultValue' file='parser' module='parser'>
14952*7c568831SAndroid Build Coastguard Worker      <info></info>
14953*7c568831SAndroid Build Coastguard Worker      <return type='int' info=''/>
14954*7c568831SAndroid Build Coastguard Worker      <arg name='v' type='int' info=''/>
14955*7c568831SAndroid Build Coastguard Worker    </function>
14956*7c568831SAndroid Build Coastguard Worker    <function name='xmlThrDefIndentTreeOutput' file='xmlsave' module='xmlsave'>
14957*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_OUTPUT_ENABLED)</cond>
14958*7c568831SAndroid Build Coastguard Worker      <info></info>
14959*7c568831SAndroid Build Coastguard Worker      <return type='int' info=''/>
14960*7c568831SAndroid Build Coastguard Worker      <arg name='v' type='int' info=''/>
14961*7c568831SAndroid Build Coastguard Worker    </function>
14962*7c568831SAndroid Build Coastguard Worker    <function name='xmlThrDefKeepBlanksDefaultValue' file='parser' module='parser'>
14963*7c568831SAndroid Build Coastguard Worker      <info></info>
14964*7c568831SAndroid Build Coastguard Worker      <return type='int' info=''/>
14965*7c568831SAndroid Build Coastguard Worker      <arg name='v' type='int' info=''/>
14966*7c568831SAndroid Build Coastguard Worker    </function>
14967*7c568831SAndroid Build Coastguard Worker    <function name='xmlThrDefLineNumbersDefaultValue' file='parser' module='parser'>
14968*7c568831SAndroid Build Coastguard Worker      <info></info>
14969*7c568831SAndroid Build Coastguard Worker      <return type='int' info=''/>
14970*7c568831SAndroid Build Coastguard Worker      <arg name='v' type='int' info=''/>
14971*7c568831SAndroid Build Coastguard Worker    </function>
14972*7c568831SAndroid Build Coastguard Worker    <function name='xmlThrDefLoadExtDtdDefaultValue' file='parser' module='parser'>
14973*7c568831SAndroid Build Coastguard Worker      <info></info>
14974*7c568831SAndroid Build Coastguard Worker      <return type='int' info=''/>
14975*7c568831SAndroid Build Coastguard Worker      <arg name='v' type='int' info=''/>
14976*7c568831SAndroid Build Coastguard Worker    </function>
14977*7c568831SAndroid Build Coastguard Worker    <function name='xmlThrDefOutputBufferCreateFilenameDefault' file='xmlIO' module='xmlIO'>
14978*7c568831SAndroid Build Coastguard Worker      <info></info>
14979*7c568831SAndroid Build Coastguard Worker      <return type='xmlOutputBufferCreateFilenameFunc' info=''/>
14980*7c568831SAndroid Build Coastguard Worker      <arg name='func' type='xmlOutputBufferCreateFilenameFunc' info=''/>
14981*7c568831SAndroid Build Coastguard Worker    </function>
14982*7c568831SAndroid Build Coastguard Worker    <function name='xmlThrDefParserDebugEntities' file='parser' module='parser'>
14983*7c568831SAndroid Build Coastguard Worker      <info></info>
14984*7c568831SAndroid Build Coastguard Worker      <return type='int' info=''/>
14985*7c568831SAndroid Build Coastguard Worker      <arg name='v' type='int' info=''/>
14986*7c568831SAndroid Build Coastguard Worker    </function>
14987*7c568831SAndroid Build Coastguard Worker    <function name='xmlThrDefParserInputBufferCreateFilenameDefault' file='xmlIO' module='xmlIO'>
14988*7c568831SAndroid Build Coastguard Worker      <info></info>
14989*7c568831SAndroid Build Coastguard Worker      <return type='xmlParserInputBufferCreateFilenameFunc' info=''/>
14990*7c568831SAndroid Build Coastguard Worker      <arg name='func' type='xmlParserInputBufferCreateFilenameFunc' info=''/>
14991*7c568831SAndroid Build Coastguard Worker    </function>
14992*7c568831SAndroid Build Coastguard Worker    <function name='xmlThrDefPedanticParserDefaultValue' file='parser' module='parser'>
14993*7c568831SAndroid Build Coastguard Worker      <info></info>
14994*7c568831SAndroid Build Coastguard Worker      <return type='int' info=''/>
14995*7c568831SAndroid Build Coastguard Worker      <arg name='v' type='int' info=''/>
14996*7c568831SAndroid Build Coastguard Worker    </function>
14997*7c568831SAndroid Build Coastguard Worker    <function name='xmlThrDefRegisterNodeDefault' file='tree' module='tree'>
14998*7c568831SAndroid Build Coastguard Worker      <info></info>
14999*7c568831SAndroid Build Coastguard Worker      <return type='xmlRegisterNodeFunc' info=''/>
15000*7c568831SAndroid Build Coastguard Worker      <arg name='func' type='xmlRegisterNodeFunc' info=''/>
15001*7c568831SAndroid Build Coastguard Worker    </function>
15002*7c568831SAndroid Build Coastguard Worker    <function name='xmlThrDefSaveNoEmptyTags' file='xmlsave' module='xmlsave'>
15003*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_OUTPUT_ENABLED)</cond>
15004*7c568831SAndroid Build Coastguard Worker      <info></info>
15005*7c568831SAndroid Build Coastguard Worker      <return type='int' info=''/>
15006*7c568831SAndroid Build Coastguard Worker      <arg name='v' type='int' info=''/>
15007*7c568831SAndroid Build Coastguard Worker    </function>
15008*7c568831SAndroid Build Coastguard Worker    <function name='xmlThrDefSetGenericErrorFunc' file='xmlerror' module='xmlerror'>
15009*7c568831SAndroid Build Coastguard Worker      <info></info>
15010*7c568831SAndroid Build Coastguard Worker      <return type='void'/>
15011*7c568831SAndroid Build Coastguard Worker      <arg name='ctx' type='void *' info=''/>
15012*7c568831SAndroid Build Coastguard Worker      <arg name='handler' type='xmlGenericErrorFunc' info=''/>
15013*7c568831SAndroid Build Coastguard Worker    </function>
15014*7c568831SAndroid Build Coastguard Worker    <function name='xmlThrDefSetStructuredErrorFunc' file='xmlerror' module='xmlerror'>
15015*7c568831SAndroid Build Coastguard Worker      <info></info>
15016*7c568831SAndroid Build Coastguard Worker      <return type='void'/>
15017*7c568831SAndroid Build Coastguard Worker      <arg name='ctx' type='void *' info=''/>
15018*7c568831SAndroid Build Coastguard Worker      <arg name='handler' type='xmlStructuredErrorFunc' info=''/>
15019*7c568831SAndroid Build Coastguard Worker    </function>
15020*7c568831SAndroid Build Coastguard Worker    <function name='xmlThrDefSubstituteEntitiesDefaultValue' file='parser' module='parser'>
15021*7c568831SAndroid Build Coastguard Worker      <info></info>
15022*7c568831SAndroid Build Coastguard Worker      <return type='int' info=''/>
15023*7c568831SAndroid Build Coastguard Worker      <arg name='v' type='int' info=''/>
15024*7c568831SAndroid Build Coastguard Worker    </function>
15025*7c568831SAndroid Build Coastguard Worker    <function name='xmlThrDefTreeIndentString' file='xmlsave' module='xmlsave'>
15026*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_OUTPUT_ENABLED)</cond>
15027*7c568831SAndroid Build Coastguard Worker      <info></info>
15028*7c568831SAndroid Build Coastguard Worker      <return type='const char *' info=''/>
15029*7c568831SAndroid Build Coastguard Worker      <arg name='v' type='const char *' info=''/>
15030*7c568831SAndroid Build Coastguard Worker    </function>
15031*7c568831SAndroid Build Coastguard Worker    <function name='xmlUCSIsAegeanNumbers' file='xmlunicode' module='xmlunicode'>
15032*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_UNICODE_ENABLED)</cond>
15033*7c568831SAndroid Build Coastguard Worker      <info>Check whether the character is part of AegeanNumbers UCS Block</info>
15034*7c568831SAndroid Build Coastguard Worker      <return type='int' info='1 if true 0 otherwise'/>
15035*7c568831SAndroid Build Coastguard Worker      <arg name='code' type='int' info='UCS code point'/>
15036*7c568831SAndroid Build Coastguard Worker    </function>
15037*7c568831SAndroid Build Coastguard Worker    <function name='xmlUCSIsAlphabeticPresentationForms' file='xmlunicode' module='xmlunicode'>
15038*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_UNICODE_ENABLED)</cond>
15039*7c568831SAndroid Build Coastguard Worker      <info>Check whether the character is part of AlphabeticPresentationForms UCS Block</info>
15040*7c568831SAndroid Build Coastguard Worker      <return type='int' info='1 if true 0 otherwise'/>
15041*7c568831SAndroid Build Coastguard Worker      <arg name='code' type='int' info='UCS code point'/>
15042*7c568831SAndroid Build Coastguard Worker    </function>
15043*7c568831SAndroid Build Coastguard Worker    <function name='xmlUCSIsArabic' file='xmlunicode' module='xmlunicode'>
15044*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_UNICODE_ENABLED)</cond>
15045*7c568831SAndroid Build Coastguard Worker      <info>Check whether the character is part of Arabic UCS Block</info>
15046*7c568831SAndroid Build Coastguard Worker      <return type='int' info='1 if true 0 otherwise'/>
15047*7c568831SAndroid Build Coastguard Worker      <arg name='code' type='int' info='UCS code point'/>
15048*7c568831SAndroid Build Coastguard Worker    </function>
15049*7c568831SAndroid Build Coastguard Worker    <function name='xmlUCSIsArabicPresentationFormsA' file='xmlunicode' module='xmlunicode'>
15050*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_UNICODE_ENABLED)</cond>
15051*7c568831SAndroid Build Coastguard Worker      <info>Check whether the character is part of ArabicPresentationForms-A UCS Block</info>
15052*7c568831SAndroid Build Coastguard Worker      <return type='int' info='1 if true 0 otherwise'/>
15053*7c568831SAndroid Build Coastguard Worker      <arg name='code' type='int' info='UCS code point'/>
15054*7c568831SAndroid Build Coastguard Worker    </function>
15055*7c568831SAndroid Build Coastguard Worker    <function name='xmlUCSIsArabicPresentationFormsB' file='xmlunicode' module='xmlunicode'>
15056*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_UNICODE_ENABLED)</cond>
15057*7c568831SAndroid Build Coastguard Worker      <info>Check whether the character is part of ArabicPresentationForms-B UCS Block</info>
15058*7c568831SAndroid Build Coastguard Worker      <return type='int' info='1 if true 0 otherwise'/>
15059*7c568831SAndroid Build Coastguard Worker      <arg name='code' type='int' info='UCS code point'/>
15060*7c568831SAndroid Build Coastguard Worker    </function>
15061*7c568831SAndroid Build Coastguard Worker    <function name='xmlUCSIsArmenian' file='xmlunicode' module='xmlunicode'>
15062*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_UNICODE_ENABLED)</cond>
15063*7c568831SAndroid Build Coastguard Worker      <info>Check whether the character is part of Armenian UCS Block</info>
15064*7c568831SAndroid Build Coastguard Worker      <return type='int' info='1 if true 0 otherwise'/>
15065*7c568831SAndroid Build Coastguard Worker      <arg name='code' type='int' info='UCS code point'/>
15066*7c568831SAndroid Build Coastguard Worker    </function>
15067*7c568831SAndroid Build Coastguard Worker    <function name='xmlUCSIsArrows' file='xmlunicode' module='xmlunicode'>
15068*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_UNICODE_ENABLED)</cond>
15069*7c568831SAndroid Build Coastguard Worker      <info>Check whether the character is part of Arrows UCS Block</info>
15070*7c568831SAndroid Build Coastguard Worker      <return type='int' info='1 if true 0 otherwise'/>
15071*7c568831SAndroid Build Coastguard Worker      <arg name='code' type='int' info='UCS code point'/>
15072*7c568831SAndroid Build Coastguard Worker    </function>
15073*7c568831SAndroid Build Coastguard Worker    <function name='xmlUCSIsBasicLatin' file='xmlunicode' module='xmlunicode'>
15074*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_UNICODE_ENABLED)</cond>
15075*7c568831SAndroid Build Coastguard Worker      <info>Check whether the character is part of BasicLatin UCS Block</info>
15076*7c568831SAndroid Build Coastguard Worker      <return type='int' info='1 if true 0 otherwise'/>
15077*7c568831SAndroid Build Coastguard Worker      <arg name='code' type='int' info='UCS code point'/>
15078*7c568831SAndroid Build Coastguard Worker    </function>
15079*7c568831SAndroid Build Coastguard Worker    <function name='xmlUCSIsBengali' file='xmlunicode' module='xmlunicode'>
15080*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_UNICODE_ENABLED)</cond>
15081*7c568831SAndroid Build Coastguard Worker      <info>Check whether the character is part of Bengali UCS Block</info>
15082*7c568831SAndroid Build Coastguard Worker      <return type='int' info='1 if true 0 otherwise'/>
15083*7c568831SAndroid Build Coastguard Worker      <arg name='code' type='int' info='UCS code point'/>
15084*7c568831SAndroid Build Coastguard Worker    </function>
15085*7c568831SAndroid Build Coastguard Worker    <function name='xmlUCSIsBlock' file='xmlunicode' module='xmlunicode'>
15086*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_UNICODE_ENABLED)</cond>
15087*7c568831SAndroid Build Coastguard Worker      <info>Check whether the character is part of the UCS Block</info>
15088*7c568831SAndroid Build Coastguard Worker      <return type='int' info='1 if true, 0 if false and -1 on unknown block'/>
15089*7c568831SAndroid Build Coastguard Worker      <arg name='code' type='int' info='UCS code point'/>
15090*7c568831SAndroid Build Coastguard Worker      <arg name='block' type='const char *' info='UCS block name'/>
15091*7c568831SAndroid Build Coastguard Worker    </function>
15092*7c568831SAndroid Build Coastguard Worker    <function name='xmlUCSIsBlockElements' file='xmlunicode' module='xmlunicode'>
15093*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_UNICODE_ENABLED)</cond>
15094*7c568831SAndroid Build Coastguard Worker      <info>Check whether the character is part of BlockElements UCS Block</info>
15095*7c568831SAndroid Build Coastguard Worker      <return type='int' info='1 if true 0 otherwise'/>
15096*7c568831SAndroid Build Coastguard Worker      <arg name='code' type='int' info='UCS code point'/>
15097*7c568831SAndroid Build Coastguard Worker    </function>
15098*7c568831SAndroid Build Coastguard Worker    <function name='xmlUCSIsBopomofo' file='xmlunicode' module='xmlunicode'>
15099*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_UNICODE_ENABLED)</cond>
15100*7c568831SAndroid Build Coastguard Worker      <info>Check whether the character is part of Bopomofo UCS Block</info>
15101*7c568831SAndroid Build Coastguard Worker      <return type='int' info='1 if true 0 otherwise'/>
15102*7c568831SAndroid Build Coastguard Worker      <arg name='code' type='int' info='UCS code point'/>
15103*7c568831SAndroid Build Coastguard Worker    </function>
15104*7c568831SAndroid Build Coastguard Worker    <function name='xmlUCSIsBopomofoExtended' file='xmlunicode' module='xmlunicode'>
15105*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_UNICODE_ENABLED)</cond>
15106*7c568831SAndroid Build Coastguard Worker      <info>Check whether the character is part of BopomofoExtended UCS Block</info>
15107*7c568831SAndroid Build Coastguard Worker      <return type='int' info='1 if true 0 otherwise'/>
15108*7c568831SAndroid Build Coastguard Worker      <arg name='code' type='int' info='UCS code point'/>
15109*7c568831SAndroid Build Coastguard Worker    </function>
15110*7c568831SAndroid Build Coastguard Worker    <function name='xmlUCSIsBoxDrawing' file='xmlunicode' module='xmlunicode'>
15111*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_UNICODE_ENABLED)</cond>
15112*7c568831SAndroid Build Coastguard Worker      <info>Check whether the character is part of BoxDrawing UCS Block</info>
15113*7c568831SAndroid Build Coastguard Worker      <return type='int' info='1 if true 0 otherwise'/>
15114*7c568831SAndroid Build Coastguard Worker      <arg name='code' type='int' info='UCS code point'/>
15115*7c568831SAndroid Build Coastguard Worker    </function>
15116*7c568831SAndroid Build Coastguard Worker    <function name='xmlUCSIsBraillePatterns' file='xmlunicode' module='xmlunicode'>
15117*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_UNICODE_ENABLED)</cond>
15118*7c568831SAndroid Build Coastguard Worker      <info>Check whether the character is part of BraillePatterns UCS Block</info>
15119*7c568831SAndroid Build Coastguard Worker      <return type='int' info='1 if true 0 otherwise'/>
15120*7c568831SAndroid Build Coastguard Worker      <arg name='code' type='int' info='UCS code point'/>
15121*7c568831SAndroid Build Coastguard Worker    </function>
15122*7c568831SAndroid Build Coastguard Worker    <function name='xmlUCSIsBuhid' file='xmlunicode' module='xmlunicode'>
15123*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_UNICODE_ENABLED)</cond>
15124*7c568831SAndroid Build Coastguard Worker      <info>Check whether the character is part of Buhid UCS Block</info>
15125*7c568831SAndroid Build Coastguard Worker      <return type='int' info='1 if true 0 otherwise'/>
15126*7c568831SAndroid Build Coastguard Worker      <arg name='code' type='int' info='UCS code point'/>
15127*7c568831SAndroid Build Coastguard Worker    </function>
15128*7c568831SAndroid Build Coastguard Worker    <function name='xmlUCSIsByzantineMusicalSymbols' file='xmlunicode' module='xmlunicode'>
15129*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_UNICODE_ENABLED)</cond>
15130*7c568831SAndroid Build Coastguard Worker      <info>Check whether the character is part of ByzantineMusicalSymbols UCS Block</info>
15131*7c568831SAndroid Build Coastguard Worker      <return type='int' info='1 if true 0 otherwise'/>
15132*7c568831SAndroid Build Coastguard Worker      <arg name='code' type='int' info='UCS code point'/>
15133*7c568831SAndroid Build Coastguard Worker    </function>
15134*7c568831SAndroid Build Coastguard Worker    <function name='xmlUCSIsCJKCompatibility' file='xmlunicode' module='xmlunicode'>
15135*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_UNICODE_ENABLED)</cond>
15136*7c568831SAndroid Build Coastguard Worker      <info>Check whether the character is part of CJKCompatibility UCS Block</info>
15137*7c568831SAndroid Build Coastguard Worker      <return type='int' info='1 if true 0 otherwise'/>
15138*7c568831SAndroid Build Coastguard Worker      <arg name='code' type='int' info='UCS code point'/>
15139*7c568831SAndroid Build Coastguard Worker    </function>
15140*7c568831SAndroid Build Coastguard Worker    <function name='xmlUCSIsCJKCompatibilityForms' file='xmlunicode' module='xmlunicode'>
15141*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_UNICODE_ENABLED)</cond>
15142*7c568831SAndroid Build Coastguard Worker      <info>Check whether the character is part of CJKCompatibilityForms UCS Block</info>
15143*7c568831SAndroid Build Coastguard Worker      <return type='int' info='1 if true 0 otherwise'/>
15144*7c568831SAndroid Build Coastguard Worker      <arg name='code' type='int' info='UCS code point'/>
15145*7c568831SAndroid Build Coastguard Worker    </function>
15146*7c568831SAndroid Build Coastguard Worker    <function name='xmlUCSIsCJKCompatibilityIdeographs' file='xmlunicode' module='xmlunicode'>
15147*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_UNICODE_ENABLED)</cond>
15148*7c568831SAndroid Build Coastguard Worker      <info>Check whether the character is part of CJKCompatibilityIdeographs UCS Block</info>
15149*7c568831SAndroid Build Coastguard Worker      <return type='int' info='1 if true 0 otherwise'/>
15150*7c568831SAndroid Build Coastguard Worker      <arg name='code' type='int' info='UCS code point'/>
15151*7c568831SAndroid Build Coastguard Worker    </function>
15152*7c568831SAndroid Build Coastguard Worker    <function name='xmlUCSIsCJKCompatibilityIdeographsSupplement' file='xmlunicode' module='xmlunicode'>
15153*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_UNICODE_ENABLED)</cond>
15154*7c568831SAndroid Build Coastguard Worker      <info>Check whether the character is part of CJKCompatibilityIdeographsSupplement UCS Block</info>
15155*7c568831SAndroid Build Coastguard Worker      <return type='int' info='1 if true 0 otherwise'/>
15156*7c568831SAndroid Build Coastguard Worker      <arg name='code' type='int' info='UCS code point'/>
15157*7c568831SAndroid Build Coastguard Worker    </function>
15158*7c568831SAndroid Build Coastguard Worker    <function name='xmlUCSIsCJKRadicalsSupplement' file='xmlunicode' module='xmlunicode'>
15159*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_UNICODE_ENABLED)</cond>
15160*7c568831SAndroid Build Coastguard Worker      <info>Check whether the character is part of CJKRadicalsSupplement UCS Block</info>
15161*7c568831SAndroid Build Coastguard Worker      <return type='int' info='1 if true 0 otherwise'/>
15162*7c568831SAndroid Build Coastguard Worker      <arg name='code' type='int' info='UCS code point'/>
15163*7c568831SAndroid Build Coastguard Worker    </function>
15164*7c568831SAndroid Build Coastguard Worker    <function name='xmlUCSIsCJKSymbolsandPunctuation' file='xmlunicode' module='xmlunicode'>
15165*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_UNICODE_ENABLED)</cond>
15166*7c568831SAndroid Build Coastguard Worker      <info>Check whether the character is part of CJKSymbolsandPunctuation UCS Block</info>
15167*7c568831SAndroid Build Coastguard Worker      <return type='int' info='1 if true 0 otherwise'/>
15168*7c568831SAndroid Build Coastguard Worker      <arg name='code' type='int' info='UCS code point'/>
15169*7c568831SAndroid Build Coastguard Worker    </function>
15170*7c568831SAndroid Build Coastguard Worker    <function name='xmlUCSIsCJKUnifiedIdeographs' file='xmlunicode' module='xmlunicode'>
15171*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_UNICODE_ENABLED)</cond>
15172*7c568831SAndroid Build Coastguard Worker      <info>Check whether the character is part of CJKUnifiedIdeographs UCS Block</info>
15173*7c568831SAndroid Build Coastguard Worker      <return type='int' info='1 if true 0 otherwise'/>
15174*7c568831SAndroid Build Coastguard Worker      <arg name='code' type='int' info='UCS code point'/>
15175*7c568831SAndroid Build Coastguard Worker    </function>
15176*7c568831SAndroid Build Coastguard Worker    <function name='xmlUCSIsCJKUnifiedIdeographsExtensionA' file='xmlunicode' module='xmlunicode'>
15177*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_UNICODE_ENABLED)</cond>
15178*7c568831SAndroid Build Coastguard Worker      <info>Check whether the character is part of CJKUnifiedIdeographsExtensionA UCS Block</info>
15179*7c568831SAndroid Build Coastguard Worker      <return type='int' info='1 if true 0 otherwise'/>
15180*7c568831SAndroid Build Coastguard Worker      <arg name='code' type='int' info='UCS code point'/>
15181*7c568831SAndroid Build Coastguard Worker    </function>
15182*7c568831SAndroid Build Coastguard Worker    <function name='xmlUCSIsCJKUnifiedIdeographsExtensionB' file='xmlunicode' module='xmlunicode'>
15183*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_UNICODE_ENABLED)</cond>
15184*7c568831SAndroid Build Coastguard Worker      <info>Check whether the character is part of CJKUnifiedIdeographsExtensionB UCS Block</info>
15185*7c568831SAndroid Build Coastguard Worker      <return type='int' info='1 if true 0 otherwise'/>
15186*7c568831SAndroid Build Coastguard Worker      <arg name='code' type='int' info='UCS code point'/>
15187*7c568831SAndroid Build Coastguard Worker    </function>
15188*7c568831SAndroid Build Coastguard Worker    <function name='xmlUCSIsCat' file='xmlunicode' module='xmlunicode'>
15189*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_UNICODE_ENABLED)</cond>
15190*7c568831SAndroid Build Coastguard Worker      <info>Check whether the character is part of the UCS Category</info>
15191*7c568831SAndroid Build Coastguard Worker      <return type='int' info='1 if true, 0 if false and -1 on unknown category'/>
15192*7c568831SAndroid Build Coastguard Worker      <arg name='code' type='int' info='UCS code point'/>
15193*7c568831SAndroid Build Coastguard Worker      <arg name='cat' type='const char *' info='UCS Category name'/>
15194*7c568831SAndroid Build Coastguard Worker    </function>
15195*7c568831SAndroid Build Coastguard Worker    <function name='xmlUCSIsCatC' file='xmlunicode' module='xmlunicode'>
15196*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_UNICODE_ENABLED)</cond>
15197*7c568831SAndroid Build Coastguard Worker      <info>Check whether the character is part of C UCS Category</info>
15198*7c568831SAndroid Build Coastguard Worker      <return type='int' info='1 if true 0 otherwise'/>
15199*7c568831SAndroid Build Coastguard Worker      <arg name='code' type='int' info='UCS code point'/>
15200*7c568831SAndroid Build Coastguard Worker    </function>
15201*7c568831SAndroid Build Coastguard Worker    <function name='xmlUCSIsCatCc' file='xmlunicode' module='xmlunicode'>
15202*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_UNICODE_ENABLED)</cond>
15203*7c568831SAndroid Build Coastguard Worker      <info>Check whether the character is part of Cc UCS Category</info>
15204*7c568831SAndroid Build Coastguard Worker      <return type='int' info='1 if true 0 otherwise'/>
15205*7c568831SAndroid Build Coastguard Worker      <arg name='code' type='int' info='UCS code point'/>
15206*7c568831SAndroid Build Coastguard Worker    </function>
15207*7c568831SAndroid Build Coastguard Worker    <function name='xmlUCSIsCatCf' file='xmlunicode' module='xmlunicode'>
15208*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_UNICODE_ENABLED)</cond>
15209*7c568831SAndroid Build Coastguard Worker      <info>Check whether the character is part of Cf UCS Category</info>
15210*7c568831SAndroid Build Coastguard Worker      <return type='int' info='1 if true 0 otherwise'/>
15211*7c568831SAndroid Build Coastguard Worker      <arg name='code' type='int' info='UCS code point'/>
15212*7c568831SAndroid Build Coastguard Worker    </function>
15213*7c568831SAndroid Build Coastguard Worker    <function name='xmlUCSIsCatCo' file='xmlunicode' module='xmlunicode'>
15214*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_UNICODE_ENABLED)</cond>
15215*7c568831SAndroid Build Coastguard Worker      <info>Check whether the character is part of Co UCS Category</info>
15216*7c568831SAndroid Build Coastguard Worker      <return type='int' info='1 if true 0 otherwise'/>
15217*7c568831SAndroid Build Coastguard Worker      <arg name='code' type='int' info='UCS code point'/>
15218*7c568831SAndroid Build Coastguard Worker    </function>
15219*7c568831SAndroid Build Coastguard Worker    <function name='xmlUCSIsCatCs' file='xmlunicode' module='xmlunicode'>
15220*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_UNICODE_ENABLED)</cond>
15221*7c568831SAndroid Build Coastguard Worker      <info>Check whether the character is part of Cs UCS Category</info>
15222*7c568831SAndroid Build Coastguard Worker      <return type='int' info='1 if true 0 otherwise'/>
15223*7c568831SAndroid Build Coastguard Worker      <arg name='code' type='int' info='UCS code point'/>
15224*7c568831SAndroid Build Coastguard Worker    </function>
15225*7c568831SAndroid Build Coastguard Worker    <function name='xmlUCSIsCatL' file='xmlunicode' module='xmlunicode'>
15226*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_UNICODE_ENABLED)</cond>
15227*7c568831SAndroid Build Coastguard Worker      <info>Check whether the character is part of L UCS Category</info>
15228*7c568831SAndroid Build Coastguard Worker      <return type='int' info='1 if true 0 otherwise'/>
15229*7c568831SAndroid Build Coastguard Worker      <arg name='code' type='int' info='UCS code point'/>
15230*7c568831SAndroid Build Coastguard Worker    </function>
15231*7c568831SAndroid Build Coastguard Worker    <function name='xmlUCSIsCatLl' file='xmlunicode' module='xmlunicode'>
15232*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_UNICODE_ENABLED)</cond>
15233*7c568831SAndroid Build Coastguard Worker      <info>Check whether the character is part of Ll UCS Category</info>
15234*7c568831SAndroid Build Coastguard Worker      <return type='int' info='1 if true 0 otherwise'/>
15235*7c568831SAndroid Build Coastguard Worker      <arg name='code' type='int' info='UCS code point'/>
15236*7c568831SAndroid Build Coastguard Worker    </function>
15237*7c568831SAndroid Build Coastguard Worker    <function name='xmlUCSIsCatLm' file='xmlunicode' module='xmlunicode'>
15238*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_UNICODE_ENABLED)</cond>
15239*7c568831SAndroid Build Coastguard Worker      <info>Check whether the character is part of Lm UCS Category</info>
15240*7c568831SAndroid Build Coastguard Worker      <return type='int' info='1 if true 0 otherwise'/>
15241*7c568831SAndroid Build Coastguard Worker      <arg name='code' type='int' info='UCS code point'/>
15242*7c568831SAndroid Build Coastguard Worker    </function>
15243*7c568831SAndroid Build Coastguard Worker    <function name='xmlUCSIsCatLo' file='xmlunicode' module='xmlunicode'>
15244*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_UNICODE_ENABLED)</cond>
15245*7c568831SAndroid Build Coastguard Worker      <info>Check whether the character is part of Lo UCS Category</info>
15246*7c568831SAndroid Build Coastguard Worker      <return type='int' info='1 if true 0 otherwise'/>
15247*7c568831SAndroid Build Coastguard Worker      <arg name='code' type='int' info='UCS code point'/>
15248*7c568831SAndroid Build Coastguard Worker    </function>
15249*7c568831SAndroid Build Coastguard Worker    <function name='xmlUCSIsCatLt' file='xmlunicode' module='xmlunicode'>
15250*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_UNICODE_ENABLED)</cond>
15251*7c568831SAndroid Build Coastguard Worker      <info>Check whether the character is part of Lt UCS Category</info>
15252*7c568831SAndroid Build Coastguard Worker      <return type='int' info='1 if true 0 otherwise'/>
15253*7c568831SAndroid Build Coastguard Worker      <arg name='code' type='int' info='UCS code point'/>
15254*7c568831SAndroid Build Coastguard Worker    </function>
15255*7c568831SAndroid Build Coastguard Worker    <function name='xmlUCSIsCatLu' file='xmlunicode' module='xmlunicode'>
15256*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_UNICODE_ENABLED)</cond>
15257*7c568831SAndroid Build Coastguard Worker      <info>Check whether the character is part of Lu UCS Category</info>
15258*7c568831SAndroid Build Coastguard Worker      <return type='int' info='1 if true 0 otherwise'/>
15259*7c568831SAndroid Build Coastguard Worker      <arg name='code' type='int' info='UCS code point'/>
15260*7c568831SAndroid Build Coastguard Worker    </function>
15261*7c568831SAndroid Build Coastguard Worker    <function name='xmlUCSIsCatM' file='xmlunicode' module='xmlunicode'>
15262*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_UNICODE_ENABLED)</cond>
15263*7c568831SAndroid Build Coastguard Worker      <info>Check whether the character is part of M UCS Category</info>
15264*7c568831SAndroid Build Coastguard Worker      <return type='int' info='1 if true 0 otherwise'/>
15265*7c568831SAndroid Build Coastguard Worker      <arg name='code' type='int' info='UCS code point'/>
15266*7c568831SAndroid Build Coastguard Worker    </function>
15267*7c568831SAndroid Build Coastguard Worker    <function name='xmlUCSIsCatMc' file='xmlunicode' module='xmlunicode'>
15268*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_UNICODE_ENABLED)</cond>
15269*7c568831SAndroid Build Coastguard Worker      <info>Check whether the character is part of Mc UCS Category</info>
15270*7c568831SAndroid Build Coastguard Worker      <return type='int' info='1 if true 0 otherwise'/>
15271*7c568831SAndroid Build Coastguard Worker      <arg name='code' type='int' info='UCS code point'/>
15272*7c568831SAndroid Build Coastguard Worker    </function>
15273*7c568831SAndroid Build Coastguard Worker    <function name='xmlUCSIsCatMe' file='xmlunicode' module='xmlunicode'>
15274*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_UNICODE_ENABLED)</cond>
15275*7c568831SAndroid Build Coastguard Worker      <info>Check whether the character is part of Me UCS Category</info>
15276*7c568831SAndroid Build Coastguard Worker      <return type='int' info='1 if true 0 otherwise'/>
15277*7c568831SAndroid Build Coastguard Worker      <arg name='code' type='int' info='UCS code point'/>
15278*7c568831SAndroid Build Coastguard Worker    </function>
15279*7c568831SAndroid Build Coastguard Worker    <function name='xmlUCSIsCatMn' file='xmlunicode' module='xmlunicode'>
15280*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_UNICODE_ENABLED)</cond>
15281*7c568831SAndroid Build Coastguard Worker      <info>Check whether the character is part of Mn UCS Category</info>
15282*7c568831SAndroid Build Coastguard Worker      <return type='int' info='1 if true 0 otherwise'/>
15283*7c568831SAndroid Build Coastguard Worker      <arg name='code' type='int' info='UCS code point'/>
15284*7c568831SAndroid Build Coastguard Worker    </function>
15285*7c568831SAndroid Build Coastguard Worker    <function name='xmlUCSIsCatN' file='xmlunicode' module='xmlunicode'>
15286*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_UNICODE_ENABLED)</cond>
15287*7c568831SAndroid Build Coastguard Worker      <info>Check whether the character is part of N UCS Category</info>
15288*7c568831SAndroid Build Coastguard Worker      <return type='int' info='1 if true 0 otherwise'/>
15289*7c568831SAndroid Build Coastguard Worker      <arg name='code' type='int' info='UCS code point'/>
15290*7c568831SAndroid Build Coastguard Worker    </function>
15291*7c568831SAndroid Build Coastguard Worker    <function name='xmlUCSIsCatNd' file='xmlunicode' module='xmlunicode'>
15292*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_UNICODE_ENABLED)</cond>
15293*7c568831SAndroid Build Coastguard Worker      <info>Check whether the character is part of Nd UCS Category</info>
15294*7c568831SAndroid Build Coastguard Worker      <return type='int' info='1 if true 0 otherwise'/>
15295*7c568831SAndroid Build Coastguard Worker      <arg name='code' type='int' info='UCS code point'/>
15296*7c568831SAndroid Build Coastguard Worker    </function>
15297*7c568831SAndroid Build Coastguard Worker    <function name='xmlUCSIsCatNl' file='xmlunicode' module='xmlunicode'>
15298*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_UNICODE_ENABLED)</cond>
15299*7c568831SAndroid Build Coastguard Worker      <info>Check whether the character is part of Nl UCS Category</info>
15300*7c568831SAndroid Build Coastguard Worker      <return type='int' info='1 if true 0 otherwise'/>
15301*7c568831SAndroid Build Coastguard Worker      <arg name='code' type='int' info='UCS code point'/>
15302*7c568831SAndroid Build Coastguard Worker    </function>
15303*7c568831SAndroid Build Coastguard Worker    <function name='xmlUCSIsCatNo' file='xmlunicode' module='xmlunicode'>
15304*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_UNICODE_ENABLED)</cond>
15305*7c568831SAndroid Build Coastguard Worker      <info>Check whether the character is part of No UCS Category</info>
15306*7c568831SAndroid Build Coastguard Worker      <return type='int' info='1 if true 0 otherwise'/>
15307*7c568831SAndroid Build Coastguard Worker      <arg name='code' type='int' info='UCS code point'/>
15308*7c568831SAndroid Build Coastguard Worker    </function>
15309*7c568831SAndroid Build Coastguard Worker    <function name='xmlUCSIsCatP' file='xmlunicode' module='xmlunicode'>
15310*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_UNICODE_ENABLED)</cond>
15311*7c568831SAndroid Build Coastguard Worker      <info>Check whether the character is part of P UCS Category</info>
15312*7c568831SAndroid Build Coastguard Worker      <return type='int' info='1 if true 0 otherwise'/>
15313*7c568831SAndroid Build Coastguard Worker      <arg name='code' type='int' info='UCS code point'/>
15314*7c568831SAndroid Build Coastguard Worker    </function>
15315*7c568831SAndroid Build Coastguard Worker    <function name='xmlUCSIsCatPc' file='xmlunicode' module='xmlunicode'>
15316*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_UNICODE_ENABLED)</cond>
15317*7c568831SAndroid Build Coastguard Worker      <info>Check whether the character is part of Pc UCS Category</info>
15318*7c568831SAndroid Build Coastguard Worker      <return type='int' info='1 if true 0 otherwise'/>
15319*7c568831SAndroid Build Coastguard Worker      <arg name='code' type='int' info='UCS code point'/>
15320*7c568831SAndroid Build Coastguard Worker    </function>
15321*7c568831SAndroid Build Coastguard Worker    <function name='xmlUCSIsCatPd' file='xmlunicode' module='xmlunicode'>
15322*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_UNICODE_ENABLED)</cond>
15323*7c568831SAndroid Build Coastguard Worker      <info>Check whether the character is part of Pd UCS Category</info>
15324*7c568831SAndroid Build Coastguard Worker      <return type='int' info='1 if true 0 otherwise'/>
15325*7c568831SAndroid Build Coastguard Worker      <arg name='code' type='int' info='UCS code point'/>
15326*7c568831SAndroid Build Coastguard Worker    </function>
15327*7c568831SAndroid Build Coastguard Worker    <function name='xmlUCSIsCatPe' file='xmlunicode' module='xmlunicode'>
15328*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_UNICODE_ENABLED)</cond>
15329*7c568831SAndroid Build Coastguard Worker      <info>Check whether the character is part of Pe UCS Category</info>
15330*7c568831SAndroid Build Coastguard Worker      <return type='int' info='1 if true 0 otherwise'/>
15331*7c568831SAndroid Build Coastguard Worker      <arg name='code' type='int' info='UCS code point'/>
15332*7c568831SAndroid Build Coastguard Worker    </function>
15333*7c568831SAndroid Build Coastguard Worker    <function name='xmlUCSIsCatPf' file='xmlunicode' module='xmlunicode'>
15334*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_UNICODE_ENABLED)</cond>
15335*7c568831SAndroid Build Coastguard Worker      <info>Check whether the character is part of Pf UCS Category</info>
15336*7c568831SAndroid Build Coastguard Worker      <return type='int' info='1 if true 0 otherwise'/>
15337*7c568831SAndroid Build Coastguard Worker      <arg name='code' type='int' info='UCS code point'/>
15338*7c568831SAndroid Build Coastguard Worker    </function>
15339*7c568831SAndroid Build Coastguard Worker    <function name='xmlUCSIsCatPi' file='xmlunicode' module='xmlunicode'>
15340*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_UNICODE_ENABLED)</cond>
15341*7c568831SAndroid Build Coastguard Worker      <info>Check whether the character is part of Pi UCS Category</info>
15342*7c568831SAndroid Build Coastguard Worker      <return type='int' info='1 if true 0 otherwise'/>
15343*7c568831SAndroid Build Coastguard Worker      <arg name='code' type='int' info='UCS code point'/>
15344*7c568831SAndroid Build Coastguard Worker    </function>
15345*7c568831SAndroid Build Coastguard Worker    <function name='xmlUCSIsCatPo' file='xmlunicode' module='xmlunicode'>
15346*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_UNICODE_ENABLED)</cond>
15347*7c568831SAndroid Build Coastguard Worker      <info>Check whether the character is part of Po UCS Category</info>
15348*7c568831SAndroid Build Coastguard Worker      <return type='int' info='1 if true 0 otherwise'/>
15349*7c568831SAndroid Build Coastguard Worker      <arg name='code' type='int' info='UCS code point'/>
15350*7c568831SAndroid Build Coastguard Worker    </function>
15351*7c568831SAndroid Build Coastguard Worker    <function name='xmlUCSIsCatPs' file='xmlunicode' module='xmlunicode'>
15352*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_UNICODE_ENABLED)</cond>
15353*7c568831SAndroid Build Coastguard Worker      <info>Check whether the character is part of Ps UCS Category</info>
15354*7c568831SAndroid Build Coastguard Worker      <return type='int' info='1 if true 0 otherwise'/>
15355*7c568831SAndroid Build Coastguard Worker      <arg name='code' type='int' info='UCS code point'/>
15356*7c568831SAndroid Build Coastguard Worker    </function>
15357*7c568831SAndroid Build Coastguard Worker    <function name='xmlUCSIsCatS' file='xmlunicode' module='xmlunicode'>
15358*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_UNICODE_ENABLED)</cond>
15359*7c568831SAndroid Build Coastguard Worker      <info>Check whether the character is part of S UCS Category</info>
15360*7c568831SAndroid Build Coastguard Worker      <return type='int' info='1 if true 0 otherwise'/>
15361*7c568831SAndroid Build Coastguard Worker      <arg name='code' type='int' info='UCS code point'/>
15362*7c568831SAndroid Build Coastguard Worker    </function>
15363*7c568831SAndroid Build Coastguard Worker    <function name='xmlUCSIsCatSc' file='xmlunicode' module='xmlunicode'>
15364*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_UNICODE_ENABLED)</cond>
15365*7c568831SAndroid Build Coastguard Worker      <info>Check whether the character is part of Sc UCS Category</info>
15366*7c568831SAndroid Build Coastguard Worker      <return type='int' info='1 if true 0 otherwise'/>
15367*7c568831SAndroid Build Coastguard Worker      <arg name='code' type='int' info='UCS code point'/>
15368*7c568831SAndroid Build Coastguard Worker    </function>
15369*7c568831SAndroid Build Coastguard Worker    <function name='xmlUCSIsCatSk' file='xmlunicode' module='xmlunicode'>
15370*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_UNICODE_ENABLED)</cond>
15371*7c568831SAndroid Build Coastguard Worker      <info>Check whether the character is part of Sk UCS Category</info>
15372*7c568831SAndroid Build Coastguard Worker      <return type='int' info='1 if true 0 otherwise'/>
15373*7c568831SAndroid Build Coastguard Worker      <arg name='code' type='int' info='UCS code point'/>
15374*7c568831SAndroid Build Coastguard Worker    </function>
15375*7c568831SAndroid Build Coastguard Worker    <function name='xmlUCSIsCatSm' file='xmlunicode' module='xmlunicode'>
15376*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_UNICODE_ENABLED)</cond>
15377*7c568831SAndroid Build Coastguard Worker      <info>Check whether the character is part of Sm UCS Category</info>
15378*7c568831SAndroid Build Coastguard Worker      <return type='int' info='1 if true 0 otherwise'/>
15379*7c568831SAndroid Build Coastguard Worker      <arg name='code' type='int' info='UCS code point'/>
15380*7c568831SAndroid Build Coastguard Worker    </function>
15381*7c568831SAndroid Build Coastguard Worker    <function name='xmlUCSIsCatSo' file='xmlunicode' module='xmlunicode'>
15382*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_UNICODE_ENABLED)</cond>
15383*7c568831SAndroid Build Coastguard Worker      <info>Check whether the character is part of So UCS Category</info>
15384*7c568831SAndroid Build Coastguard Worker      <return type='int' info='1 if true 0 otherwise'/>
15385*7c568831SAndroid Build Coastguard Worker      <arg name='code' type='int' info='UCS code point'/>
15386*7c568831SAndroid Build Coastguard Worker    </function>
15387*7c568831SAndroid Build Coastguard Worker    <function name='xmlUCSIsCatZ' file='xmlunicode' module='xmlunicode'>
15388*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_UNICODE_ENABLED)</cond>
15389*7c568831SAndroid Build Coastguard Worker      <info>Check whether the character is part of Z UCS Category</info>
15390*7c568831SAndroid Build Coastguard Worker      <return type='int' info='1 if true 0 otherwise'/>
15391*7c568831SAndroid Build Coastguard Worker      <arg name='code' type='int' info='UCS code point'/>
15392*7c568831SAndroid Build Coastguard Worker    </function>
15393*7c568831SAndroid Build Coastguard Worker    <function name='xmlUCSIsCatZl' file='xmlunicode' module='xmlunicode'>
15394*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_UNICODE_ENABLED)</cond>
15395*7c568831SAndroid Build Coastguard Worker      <info>Check whether the character is part of Zl UCS Category</info>
15396*7c568831SAndroid Build Coastguard Worker      <return type='int' info='1 if true 0 otherwise'/>
15397*7c568831SAndroid Build Coastguard Worker      <arg name='code' type='int' info='UCS code point'/>
15398*7c568831SAndroid Build Coastguard Worker    </function>
15399*7c568831SAndroid Build Coastguard Worker    <function name='xmlUCSIsCatZp' file='xmlunicode' module='xmlunicode'>
15400*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_UNICODE_ENABLED)</cond>
15401*7c568831SAndroid Build Coastguard Worker      <info>Check whether the character is part of Zp UCS Category</info>
15402*7c568831SAndroid Build Coastguard Worker      <return type='int' info='1 if true 0 otherwise'/>
15403*7c568831SAndroid Build Coastguard Worker      <arg name='code' type='int' info='UCS code point'/>
15404*7c568831SAndroid Build Coastguard Worker    </function>
15405*7c568831SAndroid Build Coastguard Worker    <function name='xmlUCSIsCatZs' file='xmlunicode' module='xmlunicode'>
15406*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_UNICODE_ENABLED)</cond>
15407*7c568831SAndroid Build Coastguard Worker      <info>Check whether the character is part of Zs UCS Category</info>
15408*7c568831SAndroid Build Coastguard Worker      <return type='int' info='1 if true 0 otherwise'/>
15409*7c568831SAndroid Build Coastguard Worker      <arg name='code' type='int' info='UCS code point'/>
15410*7c568831SAndroid Build Coastguard Worker    </function>
15411*7c568831SAndroid Build Coastguard Worker    <function name='xmlUCSIsCherokee' file='xmlunicode' module='xmlunicode'>
15412*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_UNICODE_ENABLED)</cond>
15413*7c568831SAndroid Build Coastguard Worker      <info>Check whether the character is part of Cherokee UCS Block</info>
15414*7c568831SAndroid Build Coastguard Worker      <return type='int' info='1 if true 0 otherwise'/>
15415*7c568831SAndroid Build Coastguard Worker      <arg name='code' type='int' info='UCS code point'/>
15416*7c568831SAndroid Build Coastguard Worker    </function>
15417*7c568831SAndroid Build Coastguard Worker    <function name='xmlUCSIsCombiningDiacriticalMarks' file='xmlunicode' module='xmlunicode'>
15418*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_UNICODE_ENABLED)</cond>
15419*7c568831SAndroid Build Coastguard Worker      <info>Check whether the character is part of CombiningDiacriticalMarks UCS Block</info>
15420*7c568831SAndroid Build Coastguard Worker      <return type='int' info='1 if true 0 otherwise'/>
15421*7c568831SAndroid Build Coastguard Worker      <arg name='code' type='int' info='UCS code point'/>
15422*7c568831SAndroid Build Coastguard Worker    </function>
15423*7c568831SAndroid Build Coastguard Worker    <function name='xmlUCSIsCombiningDiacriticalMarksforSymbols' file='xmlunicode' module='xmlunicode'>
15424*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_UNICODE_ENABLED)</cond>
15425*7c568831SAndroid Build Coastguard Worker      <info>Check whether the character is part of CombiningDiacriticalMarksforSymbols UCS Block</info>
15426*7c568831SAndroid Build Coastguard Worker      <return type='int' info='1 if true 0 otherwise'/>
15427*7c568831SAndroid Build Coastguard Worker      <arg name='code' type='int' info='UCS code point'/>
15428*7c568831SAndroid Build Coastguard Worker    </function>
15429*7c568831SAndroid Build Coastguard Worker    <function name='xmlUCSIsCombiningHalfMarks' file='xmlunicode' module='xmlunicode'>
15430*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_UNICODE_ENABLED)</cond>
15431*7c568831SAndroid Build Coastguard Worker      <info>Check whether the character is part of CombiningHalfMarks UCS Block</info>
15432*7c568831SAndroid Build Coastguard Worker      <return type='int' info='1 if true 0 otherwise'/>
15433*7c568831SAndroid Build Coastguard Worker      <arg name='code' type='int' info='UCS code point'/>
15434*7c568831SAndroid Build Coastguard Worker    </function>
15435*7c568831SAndroid Build Coastguard Worker    <function name='xmlUCSIsCombiningMarksforSymbols' file='xmlunicode' module='xmlunicode'>
15436*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_UNICODE_ENABLED)</cond>
15437*7c568831SAndroid Build Coastguard Worker      <info>Check whether the character is part of CombiningMarksforSymbols UCS Block</info>
15438*7c568831SAndroid Build Coastguard Worker      <return type='int' info='1 if true 0 otherwise'/>
15439*7c568831SAndroid Build Coastguard Worker      <arg name='code' type='int' info='UCS code point'/>
15440*7c568831SAndroid Build Coastguard Worker    </function>
15441*7c568831SAndroid Build Coastguard Worker    <function name='xmlUCSIsControlPictures' file='xmlunicode' module='xmlunicode'>
15442*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_UNICODE_ENABLED)</cond>
15443*7c568831SAndroid Build Coastguard Worker      <info>Check whether the character is part of ControlPictures UCS Block</info>
15444*7c568831SAndroid Build Coastguard Worker      <return type='int' info='1 if true 0 otherwise'/>
15445*7c568831SAndroid Build Coastguard Worker      <arg name='code' type='int' info='UCS code point'/>
15446*7c568831SAndroid Build Coastguard Worker    </function>
15447*7c568831SAndroid Build Coastguard Worker    <function name='xmlUCSIsCurrencySymbols' file='xmlunicode' module='xmlunicode'>
15448*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_UNICODE_ENABLED)</cond>
15449*7c568831SAndroid Build Coastguard Worker      <info>Check whether the character is part of CurrencySymbols UCS Block</info>
15450*7c568831SAndroid Build Coastguard Worker      <return type='int' info='1 if true 0 otherwise'/>
15451*7c568831SAndroid Build Coastguard Worker      <arg name='code' type='int' info='UCS code point'/>
15452*7c568831SAndroid Build Coastguard Worker    </function>
15453*7c568831SAndroid Build Coastguard Worker    <function name='xmlUCSIsCypriotSyllabary' file='xmlunicode' module='xmlunicode'>
15454*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_UNICODE_ENABLED)</cond>
15455*7c568831SAndroid Build Coastguard Worker      <info>Check whether the character is part of CypriotSyllabary UCS Block</info>
15456*7c568831SAndroid Build Coastguard Worker      <return type='int' info='1 if true 0 otherwise'/>
15457*7c568831SAndroid Build Coastguard Worker      <arg name='code' type='int' info='UCS code point'/>
15458*7c568831SAndroid Build Coastguard Worker    </function>
15459*7c568831SAndroid Build Coastguard Worker    <function name='xmlUCSIsCyrillic' file='xmlunicode' module='xmlunicode'>
15460*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_UNICODE_ENABLED)</cond>
15461*7c568831SAndroid Build Coastguard Worker      <info>Check whether the character is part of Cyrillic UCS Block</info>
15462*7c568831SAndroid Build Coastguard Worker      <return type='int' info='1 if true 0 otherwise'/>
15463*7c568831SAndroid Build Coastguard Worker      <arg name='code' type='int' info='UCS code point'/>
15464*7c568831SAndroid Build Coastguard Worker    </function>
15465*7c568831SAndroid Build Coastguard Worker    <function name='xmlUCSIsCyrillicSupplement' file='xmlunicode' module='xmlunicode'>
15466*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_UNICODE_ENABLED)</cond>
15467*7c568831SAndroid Build Coastguard Worker      <info>Check whether the character is part of CyrillicSupplement UCS Block</info>
15468*7c568831SAndroid Build Coastguard Worker      <return type='int' info='1 if true 0 otherwise'/>
15469*7c568831SAndroid Build Coastguard Worker      <arg name='code' type='int' info='UCS code point'/>
15470*7c568831SAndroid Build Coastguard Worker    </function>
15471*7c568831SAndroid Build Coastguard Worker    <function name='xmlUCSIsDeseret' file='xmlunicode' module='xmlunicode'>
15472*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_UNICODE_ENABLED)</cond>
15473*7c568831SAndroid Build Coastguard Worker      <info>Check whether the character is part of Deseret UCS Block</info>
15474*7c568831SAndroid Build Coastguard Worker      <return type='int' info='1 if true 0 otherwise'/>
15475*7c568831SAndroid Build Coastguard Worker      <arg name='code' type='int' info='UCS code point'/>
15476*7c568831SAndroid Build Coastguard Worker    </function>
15477*7c568831SAndroid Build Coastguard Worker    <function name='xmlUCSIsDevanagari' file='xmlunicode' module='xmlunicode'>
15478*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_UNICODE_ENABLED)</cond>
15479*7c568831SAndroid Build Coastguard Worker      <info>Check whether the character is part of Devanagari UCS Block</info>
15480*7c568831SAndroid Build Coastguard Worker      <return type='int' info='1 if true 0 otherwise'/>
15481*7c568831SAndroid Build Coastguard Worker      <arg name='code' type='int' info='UCS code point'/>
15482*7c568831SAndroid Build Coastguard Worker    </function>
15483*7c568831SAndroid Build Coastguard Worker    <function name='xmlUCSIsDingbats' file='xmlunicode' module='xmlunicode'>
15484*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_UNICODE_ENABLED)</cond>
15485*7c568831SAndroid Build Coastguard Worker      <info>Check whether the character is part of Dingbats UCS Block</info>
15486*7c568831SAndroid Build Coastguard Worker      <return type='int' info='1 if true 0 otherwise'/>
15487*7c568831SAndroid Build Coastguard Worker      <arg name='code' type='int' info='UCS code point'/>
15488*7c568831SAndroid Build Coastguard Worker    </function>
15489*7c568831SAndroid Build Coastguard Worker    <function name='xmlUCSIsEnclosedAlphanumerics' file='xmlunicode' module='xmlunicode'>
15490*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_UNICODE_ENABLED)</cond>
15491*7c568831SAndroid Build Coastguard Worker      <info>Check whether the character is part of EnclosedAlphanumerics UCS Block</info>
15492*7c568831SAndroid Build Coastguard Worker      <return type='int' info='1 if true 0 otherwise'/>
15493*7c568831SAndroid Build Coastguard Worker      <arg name='code' type='int' info='UCS code point'/>
15494*7c568831SAndroid Build Coastguard Worker    </function>
15495*7c568831SAndroid Build Coastguard Worker    <function name='xmlUCSIsEnclosedCJKLettersandMonths' file='xmlunicode' module='xmlunicode'>
15496*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_UNICODE_ENABLED)</cond>
15497*7c568831SAndroid Build Coastguard Worker      <info>Check whether the character is part of EnclosedCJKLettersandMonths UCS Block</info>
15498*7c568831SAndroid Build Coastguard Worker      <return type='int' info='1 if true 0 otherwise'/>
15499*7c568831SAndroid Build Coastguard Worker      <arg name='code' type='int' info='UCS code point'/>
15500*7c568831SAndroid Build Coastguard Worker    </function>
15501*7c568831SAndroid Build Coastguard Worker    <function name='xmlUCSIsEthiopic' file='xmlunicode' module='xmlunicode'>
15502*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_UNICODE_ENABLED)</cond>
15503*7c568831SAndroid Build Coastguard Worker      <info>Check whether the character is part of Ethiopic UCS Block</info>
15504*7c568831SAndroid Build Coastguard Worker      <return type='int' info='1 if true 0 otherwise'/>
15505*7c568831SAndroid Build Coastguard Worker      <arg name='code' type='int' info='UCS code point'/>
15506*7c568831SAndroid Build Coastguard Worker    </function>
15507*7c568831SAndroid Build Coastguard Worker    <function name='xmlUCSIsGeneralPunctuation' file='xmlunicode' module='xmlunicode'>
15508*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_UNICODE_ENABLED)</cond>
15509*7c568831SAndroid Build Coastguard Worker      <info>Check whether the character is part of GeneralPunctuation UCS Block</info>
15510*7c568831SAndroid Build Coastguard Worker      <return type='int' info='1 if true 0 otherwise'/>
15511*7c568831SAndroid Build Coastguard Worker      <arg name='code' type='int' info='UCS code point'/>
15512*7c568831SAndroid Build Coastguard Worker    </function>
15513*7c568831SAndroid Build Coastguard Worker    <function name='xmlUCSIsGeometricShapes' file='xmlunicode' module='xmlunicode'>
15514*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_UNICODE_ENABLED)</cond>
15515*7c568831SAndroid Build Coastguard Worker      <info>Check whether the character is part of GeometricShapes UCS Block</info>
15516*7c568831SAndroid Build Coastguard Worker      <return type='int' info='1 if true 0 otherwise'/>
15517*7c568831SAndroid Build Coastguard Worker      <arg name='code' type='int' info='UCS code point'/>
15518*7c568831SAndroid Build Coastguard Worker    </function>
15519*7c568831SAndroid Build Coastguard Worker    <function name='xmlUCSIsGeorgian' file='xmlunicode' module='xmlunicode'>
15520*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_UNICODE_ENABLED)</cond>
15521*7c568831SAndroid Build Coastguard Worker      <info>Check whether the character is part of Georgian UCS Block</info>
15522*7c568831SAndroid Build Coastguard Worker      <return type='int' info='1 if true 0 otherwise'/>
15523*7c568831SAndroid Build Coastguard Worker      <arg name='code' type='int' info='UCS code point'/>
15524*7c568831SAndroid Build Coastguard Worker    </function>
15525*7c568831SAndroid Build Coastguard Worker    <function name='xmlUCSIsGothic' file='xmlunicode' module='xmlunicode'>
15526*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_UNICODE_ENABLED)</cond>
15527*7c568831SAndroid Build Coastguard Worker      <info>Check whether the character is part of Gothic UCS Block</info>
15528*7c568831SAndroid Build Coastguard Worker      <return type='int' info='1 if true 0 otherwise'/>
15529*7c568831SAndroid Build Coastguard Worker      <arg name='code' type='int' info='UCS code point'/>
15530*7c568831SAndroid Build Coastguard Worker    </function>
15531*7c568831SAndroid Build Coastguard Worker    <function name='xmlUCSIsGreek' file='xmlunicode' module='xmlunicode'>
15532*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_UNICODE_ENABLED)</cond>
15533*7c568831SAndroid Build Coastguard Worker      <info>Check whether the character is part of Greek UCS Block</info>
15534*7c568831SAndroid Build Coastguard Worker      <return type='int' info='1 if true 0 otherwise'/>
15535*7c568831SAndroid Build Coastguard Worker      <arg name='code' type='int' info='UCS code point'/>
15536*7c568831SAndroid Build Coastguard Worker    </function>
15537*7c568831SAndroid Build Coastguard Worker    <function name='xmlUCSIsGreekExtended' file='xmlunicode' module='xmlunicode'>
15538*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_UNICODE_ENABLED)</cond>
15539*7c568831SAndroid Build Coastguard Worker      <info>Check whether the character is part of GreekExtended UCS Block</info>
15540*7c568831SAndroid Build Coastguard Worker      <return type='int' info='1 if true 0 otherwise'/>
15541*7c568831SAndroid Build Coastguard Worker      <arg name='code' type='int' info='UCS code point'/>
15542*7c568831SAndroid Build Coastguard Worker    </function>
15543*7c568831SAndroid Build Coastguard Worker    <function name='xmlUCSIsGreekandCoptic' file='xmlunicode' module='xmlunicode'>
15544*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_UNICODE_ENABLED)</cond>
15545*7c568831SAndroid Build Coastguard Worker      <info>Check whether the character is part of GreekandCoptic UCS Block</info>
15546*7c568831SAndroid Build Coastguard Worker      <return type='int' info='1 if true 0 otherwise'/>
15547*7c568831SAndroid Build Coastguard Worker      <arg name='code' type='int' info='UCS code point'/>
15548*7c568831SAndroid Build Coastguard Worker    </function>
15549*7c568831SAndroid Build Coastguard Worker    <function name='xmlUCSIsGujarati' file='xmlunicode' module='xmlunicode'>
15550*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_UNICODE_ENABLED)</cond>
15551*7c568831SAndroid Build Coastguard Worker      <info>Check whether the character is part of Gujarati UCS Block</info>
15552*7c568831SAndroid Build Coastguard Worker      <return type='int' info='1 if true 0 otherwise'/>
15553*7c568831SAndroid Build Coastguard Worker      <arg name='code' type='int' info='UCS code point'/>
15554*7c568831SAndroid Build Coastguard Worker    </function>
15555*7c568831SAndroid Build Coastguard Worker    <function name='xmlUCSIsGurmukhi' file='xmlunicode' module='xmlunicode'>
15556*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_UNICODE_ENABLED)</cond>
15557*7c568831SAndroid Build Coastguard Worker      <info>Check whether the character is part of Gurmukhi UCS Block</info>
15558*7c568831SAndroid Build Coastguard Worker      <return type='int' info='1 if true 0 otherwise'/>
15559*7c568831SAndroid Build Coastguard Worker      <arg name='code' type='int' info='UCS code point'/>
15560*7c568831SAndroid Build Coastguard Worker    </function>
15561*7c568831SAndroid Build Coastguard Worker    <function name='xmlUCSIsHalfwidthandFullwidthForms' file='xmlunicode' module='xmlunicode'>
15562*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_UNICODE_ENABLED)</cond>
15563*7c568831SAndroid Build Coastguard Worker      <info>Check whether the character is part of HalfwidthandFullwidthForms UCS Block</info>
15564*7c568831SAndroid Build Coastguard Worker      <return type='int' info='1 if true 0 otherwise'/>
15565*7c568831SAndroid Build Coastguard Worker      <arg name='code' type='int' info='UCS code point'/>
15566*7c568831SAndroid Build Coastguard Worker    </function>
15567*7c568831SAndroid Build Coastguard Worker    <function name='xmlUCSIsHangulCompatibilityJamo' file='xmlunicode' module='xmlunicode'>
15568*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_UNICODE_ENABLED)</cond>
15569*7c568831SAndroid Build Coastguard Worker      <info>Check whether the character is part of HangulCompatibilityJamo UCS Block</info>
15570*7c568831SAndroid Build Coastguard Worker      <return type='int' info='1 if true 0 otherwise'/>
15571*7c568831SAndroid Build Coastguard Worker      <arg name='code' type='int' info='UCS code point'/>
15572*7c568831SAndroid Build Coastguard Worker    </function>
15573*7c568831SAndroid Build Coastguard Worker    <function name='xmlUCSIsHangulJamo' file='xmlunicode' module='xmlunicode'>
15574*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_UNICODE_ENABLED)</cond>
15575*7c568831SAndroid Build Coastguard Worker      <info>Check whether the character is part of HangulJamo UCS Block</info>
15576*7c568831SAndroid Build Coastguard Worker      <return type='int' info='1 if true 0 otherwise'/>
15577*7c568831SAndroid Build Coastguard Worker      <arg name='code' type='int' info='UCS code point'/>
15578*7c568831SAndroid Build Coastguard Worker    </function>
15579*7c568831SAndroid Build Coastguard Worker    <function name='xmlUCSIsHangulSyllables' file='xmlunicode' module='xmlunicode'>
15580*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_UNICODE_ENABLED)</cond>
15581*7c568831SAndroid Build Coastguard Worker      <info>Check whether the character is part of HangulSyllables UCS Block</info>
15582*7c568831SAndroid Build Coastguard Worker      <return type='int' info='1 if true 0 otherwise'/>
15583*7c568831SAndroid Build Coastguard Worker      <arg name='code' type='int' info='UCS code point'/>
15584*7c568831SAndroid Build Coastguard Worker    </function>
15585*7c568831SAndroid Build Coastguard Worker    <function name='xmlUCSIsHanunoo' file='xmlunicode' module='xmlunicode'>
15586*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_UNICODE_ENABLED)</cond>
15587*7c568831SAndroid Build Coastguard Worker      <info>Check whether the character is part of Hanunoo UCS Block</info>
15588*7c568831SAndroid Build Coastguard Worker      <return type='int' info='1 if true 0 otherwise'/>
15589*7c568831SAndroid Build Coastguard Worker      <arg name='code' type='int' info='UCS code point'/>
15590*7c568831SAndroid Build Coastguard Worker    </function>
15591*7c568831SAndroid Build Coastguard Worker    <function name='xmlUCSIsHebrew' file='xmlunicode' module='xmlunicode'>
15592*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_UNICODE_ENABLED)</cond>
15593*7c568831SAndroid Build Coastguard Worker      <info>Check whether the character is part of Hebrew UCS Block</info>
15594*7c568831SAndroid Build Coastguard Worker      <return type='int' info='1 if true 0 otherwise'/>
15595*7c568831SAndroid Build Coastguard Worker      <arg name='code' type='int' info='UCS code point'/>
15596*7c568831SAndroid Build Coastguard Worker    </function>
15597*7c568831SAndroid Build Coastguard Worker    <function name='xmlUCSIsHighPrivateUseSurrogates' file='xmlunicode' module='xmlunicode'>
15598*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_UNICODE_ENABLED)</cond>
15599*7c568831SAndroid Build Coastguard Worker      <info>Check whether the character is part of HighPrivateUseSurrogates UCS Block</info>
15600*7c568831SAndroid Build Coastguard Worker      <return type='int' info='1 if true 0 otherwise'/>
15601*7c568831SAndroid Build Coastguard Worker      <arg name='code' type='int' info='UCS code point'/>
15602*7c568831SAndroid Build Coastguard Worker    </function>
15603*7c568831SAndroid Build Coastguard Worker    <function name='xmlUCSIsHighSurrogates' file='xmlunicode' module='xmlunicode'>
15604*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_UNICODE_ENABLED)</cond>
15605*7c568831SAndroid Build Coastguard Worker      <info>Check whether the character is part of HighSurrogates UCS Block</info>
15606*7c568831SAndroid Build Coastguard Worker      <return type='int' info='1 if true 0 otherwise'/>
15607*7c568831SAndroid Build Coastguard Worker      <arg name='code' type='int' info='UCS code point'/>
15608*7c568831SAndroid Build Coastguard Worker    </function>
15609*7c568831SAndroid Build Coastguard Worker    <function name='xmlUCSIsHiragana' file='xmlunicode' module='xmlunicode'>
15610*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_UNICODE_ENABLED)</cond>
15611*7c568831SAndroid Build Coastguard Worker      <info>Check whether the character is part of Hiragana UCS Block</info>
15612*7c568831SAndroid Build Coastguard Worker      <return type='int' info='1 if true 0 otherwise'/>
15613*7c568831SAndroid Build Coastguard Worker      <arg name='code' type='int' info='UCS code point'/>
15614*7c568831SAndroid Build Coastguard Worker    </function>
15615*7c568831SAndroid Build Coastguard Worker    <function name='xmlUCSIsIPAExtensions' file='xmlunicode' module='xmlunicode'>
15616*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_UNICODE_ENABLED)</cond>
15617*7c568831SAndroid Build Coastguard Worker      <info>Check whether the character is part of IPAExtensions UCS Block</info>
15618*7c568831SAndroid Build Coastguard Worker      <return type='int' info='1 if true 0 otherwise'/>
15619*7c568831SAndroid Build Coastguard Worker      <arg name='code' type='int' info='UCS code point'/>
15620*7c568831SAndroid Build Coastguard Worker    </function>
15621*7c568831SAndroid Build Coastguard Worker    <function name='xmlUCSIsIdeographicDescriptionCharacters' file='xmlunicode' module='xmlunicode'>
15622*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_UNICODE_ENABLED)</cond>
15623*7c568831SAndroid Build Coastguard Worker      <info>Check whether the character is part of IdeographicDescriptionCharacters UCS Block</info>
15624*7c568831SAndroid Build Coastguard Worker      <return type='int' info='1 if true 0 otherwise'/>
15625*7c568831SAndroid Build Coastguard Worker      <arg name='code' type='int' info='UCS code point'/>
15626*7c568831SAndroid Build Coastguard Worker    </function>
15627*7c568831SAndroid Build Coastguard Worker    <function name='xmlUCSIsKanbun' file='xmlunicode' module='xmlunicode'>
15628*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_UNICODE_ENABLED)</cond>
15629*7c568831SAndroid Build Coastguard Worker      <info>Check whether the character is part of Kanbun UCS Block</info>
15630*7c568831SAndroid Build Coastguard Worker      <return type='int' info='1 if true 0 otherwise'/>
15631*7c568831SAndroid Build Coastguard Worker      <arg name='code' type='int' info='UCS code point'/>
15632*7c568831SAndroid Build Coastguard Worker    </function>
15633*7c568831SAndroid Build Coastguard Worker    <function name='xmlUCSIsKangxiRadicals' file='xmlunicode' module='xmlunicode'>
15634*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_UNICODE_ENABLED)</cond>
15635*7c568831SAndroid Build Coastguard Worker      <info>Check whether the character is part of KangxiRadicals UCS Block</info>
15636*7c568831SAndroid Build Coastguard Worker      <return type='int' info='1 if true 0 otherwise'/>
15637*7c568831SAndroid Build Coastguard Worker      <arg name='code' type='int' info='UCS code point'/>
15638*7c568831SAndroid Build Coastguard Worker    </function>
15639*7c568831SAndroid Build Coastguard Worker    <function name='xmlUCSIsKannada' file='xmlunicode' module='xmlunicode'>
15640*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_UNICODE_ENABLED)</cond>
15641*7c568831SAndroid Build Coastguard Worker      <info>Check whether the character is part of Kannada UCS Block</info>
15642*7c568831SAndroid Build Coastguard Worker      <return type='int' info='1 if true 0 otherwise'/>
15643*7c568831SAndroid Build Coastguard Worker      <arg name='code' type='int' info='UCS code point'/>
15644*7c568831SAndroid Build Coastguard Worker    </function>
15645*7c568831SAndroid Build Coastguard Worker    <function name='xmlUCSIsKatakana' file='xmlunicode' module='xmlunicode'>
15646*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_UNICODE_ENABLED)</cond>
15647*7c568831SAndroid Build Coastguard Worker      <info>Check whether the character is part of Katakana UCS Block</info>
15648*7c568831SAndroid Build Coastguard Worker      <return type='int' info='1 if true 0 otherwise'/>
15649*7c568831SAndroid Build Coastguard Worker      <arg name='code' type='int' info='UCS code point'/>
15650*7c568831SAndroid Build Coastguard Worker    </function>
15651*7c568831SAndroid Build Coastguard Worker    <function name='xmlUCSIsKatakanaPhoneticExtensions' file='xmlunicode' module='xmlunicode'>
15652*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_UNICODE_ENABLED)</cond>
15653*7c568831SAndroid Build Coastguard Worker      <info>Check whether the character is part of KatakanaPhoneticExtensions UCS Block</info>
15654*7c568831SAndroid Build Coastguard Worker      <return type='int' info='1 if true 0 otherwise'/>
15655*7c568831SAndroid Build Coastguard Worker      <arg name='code' type='int' info='UCS code point'/>
15656*7c568831SAndroid Build Coastguard Worker    </function>
15657*7c568831SAndroid Build Coastguard Worker    <function name='xmlUCSIsKhmer' file='xmlunicode' module='xmlunicode'>
15658*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_UNICODE_ENABLED)</cond>
15659*7c568831SAndroid Build Coastguard Worker      <info>Check whether the character is part of Khmer UCS Block</info>
15660*7c568831SAndroid Build Coastguard Worker      <return type='int' info='1 if true 0 otherwise'/>
15661*7c568831SAndroid Build Coastguard Worker      <arg name='code' type='int' info='UCS code point'/>
15662*7c568831SAndroid Build Coastguard Worker    </function>
15663*7c568831SAndroid Build Coastguard Worker    <function name='xmlUCSIsKhmerSymbols' file='xmlunicode' module='xmlunicode'>
15664*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_UNICODE_ENABLED)</cond>
15665*7c568831SAndroid Build Coastguard Worker      <info>Check whether the character is part of KhmerSymbols UCS Block</info>
15666*7c568831SAndroid Build Coastguard Worker      <return type='int' info='1 if true 0 otherwise'/>
15667*7c568831SAndroid Build Coastguard Worker      <arg name='code' type='int' info='UCS code point'/>
15668*7c568831SAndroid Build Coastguard Worker    </function>
15669*7c568831SAndroid Build Coastguard Worker    <function name='xmlUCSIsLao' file='xmlunicode' module='xmlunicode'>
15670*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_UNICODE_ENABLED)</cond>
15671*7c568831SAndroid Build Coastguard Worker      <info>Check whether the character is part of Lao UCS Block</info>
15672*7c568831SAndroid Build Coastguard Worker      <return type='int' info='1 if true 0 otherwise'/>
15673*7c568831SAndroid Build Coastguard Worker      <arg name='code' type='int' info='UCS code point'/>
15674*7c568831SAndroid Build Coastguard Worker    </function>
15675*7c568831SAndroid Build Coastguard Worker    <function name='xmlUCSIsLatin1Supplement' file='xmlunicode' module='xmlunicode'>
15676*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_UNICODE_ENABLED)</cond>
15677*7c568831SAndroid Build Coastguard Worker      <info>Check whether the character is part of Latin-1Supplement UCS Block</info>
15678*7c568831SAndroid Build Coastguard Worker      <return type='int' info='1 if true 0 otherwise'/>
15679*7c568831SAndroid Build Coastguard Worker      <arg name='code' type='int' info='UCS code point'/>
15680*7c568831SAndroid Build Coastguard Worker    </function>
15681*7c568831SAndroid Build Coastguard Worker    <function name='xmlUCSIsLatinExtendedA' file='xmlunicode' module='xmlunicode'>
15682*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_UNICODE_ENABLED)</cond>
15683*7c568831SAndroid Build Coastguard Worker      <info>Check whether the character is part of LatinExtended-A UCS Block</info>
15684*7c568831SAndroid Build Coastguard Worker      <return type='int' info='1 if true 0 otherwise'/>
15685*7c568831SAndroid Build Coastguard Worker      <arg name='code' type='int' info='UCS code point'/>
15686*7c568831SAndroid Build Coastguard Worker    </function>
15687*7c568831SAndroid Build Coastguard Worker    <function name='xmlUCSIsLatinExtendedAdditional' file='xmlunicode' module='xmlunicode'>
15688*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_UNICODE_ENABLED)</cond>
15689*7c568831SAndroid Build Coastguard Worker      <info>Check whether the character is part of LatinExtendedAdditional UCS Block</info>
15690*7c568831SAndroid Build Coastguard Worker      <return type='int' info='1 if true 0 otherwise'/>
15691*7c568831SAndroid Build Coastguard Worker      <arg name='code' type='int' info='UCS code point'/>
15692*7c568831SAndroid Build Coastguard Worker    </function>
15693*7c568831SAndroid Build Coastguard Worker    <function name='xmlUCSIsLatinExtendedB' file='xmlunicode' module='xmlunicode'>
15694*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_UNICODE_ENABLED)</cond>
15695*7c568831SAndroid Build Coastguard Worker      <info>Check whether the character is part of LatinExtended-B UCS Block</info>
15696*7c568831SAndroid Build Coastguard Worker      <return type='int' info='1 if true 0 otherwise'/>
15697*7c568831SAndroid Build Coastguard Worker      <arg name='code' type='int' info='UCS code point'/>
15698*7c568831SAndroid Build Coastguard Worker    </function>
15699*7c568831SAndroid Build Coastguard Worker    <function name='xmlUCSIsLetterlikeSymbols' file='xmlunicode' module='xmlunicode'>
15700*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_UNICODE_ENABLED)</cond>
15701*7c568831SAndroid Build Coastguard Worker      <info>Check whether the character is part of LetterlikeSymbols UCS Block</info>
15702*7c568831SAndroid Build Coastguard Worker      <return type='int' info='1 if true 0 otherwise'/>
15703*7c568831SAndroid Build Coastguard Worker      <arg name='code' type='int' info='UCS code point'/>
15704*7c568831SAndroid Build Coastguard Worker    </function>
15705*7c568831SAndroid Build Coastguard Worker    <function name='xmlUCSIsLimbu' file='xmlunicode' module='xmlunicode'>
15706*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_UNICODE_ENABLED)</cond>
15707*7c568831SAndroid Build Coastguard Worker      <info>Check whether the character is part of Limbu UCS Block</info>
15708*7c568831SAndroid Build Coastguard Worker      <return type='int' info='1 if true 0 otherwise'/>
15709*7c568831SAndroid Build Coastguard Worker      <arg name='code' type='int' info='UCS code point'/>
15710*7c568831SAndroid Build Coastguard Worker    </function>
15711*7c568831SAndroid Build Coastguard Worker    <function name='xmlUCSIsLinearBIdeograms' file='xmlunicode' module='xmlunicode'>
15712*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_UNICODE_ENABLED)</cond>
15713*7c568831SAndroid Build Coastguard Worker      <info>Check whether the character is part of LinearBIdeograms UCS Block</info>
15714*7c568831SAndroid Build Coastguard Worker      <return type='int' info='1 if true 0 otherwise'/>
15715*7c568831SAndroid Build Coastguard Worker      <arg name='code' type='int' info='UCS code point'/>
15716*7c568831SAndroid Build Coastguard Worker    </function>
15717*7c568831SAndroid Build Coastguard Worker    <function name='xmlUCSIsLinearBSyllabary' file='xmlunicode' module='xmlunicode'>
15718*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_UNICODE_ENABLED)</cond>
15719*7c568831SAndroid Build Coastguard Worker      <info>Check whether the character is part of LinearBSyllabary UCS Block</info>
15720*7c568831SAndroid Build Coastguard Worker      <return type='int' info='1 if true 0 otherwise'/>
15721*7c568831SAndroid Build Coastguard Worker      <arg name='code' type='int' info='UCS code point'/>
15722*7c568831SAndroid Build Coastguard Worker    </function>
15723*7c568831SAndroid Build Coastguard Worker    <function name='xmlUCSIsLowSurrogates' file='xmlunicode' module='xmlunicode'>
15724*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_UNICODE_ENABLED)</cond>
15725*7c568831SAndroid Build Coastguard Worker      <info>Check whether the character is part of LowSurrogates UCS Block</info>
15726*7c568831SAndroid Build Coastguard Worker      <return type='int' info='1 if true 0 otherwise'/>
15727*7c568831SAndroid Build Coastguard Worker      <arg name='code' type='int' info='UCS code point'/>
15728*7c568831SAndroid Build Coastguard Worker    </function>
15729*7c568831SAndroid Build Coastguard Worker    <function name='xmlUCSIsMalayalam' file='xmlunicode' module='xmlunicode'>
15730*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_UNICODE_ENABLED)</cond>
15731*7c568831SAndroid Build Coastguard Worker      <info>Check whether the character is part of Malayalam UCS Block</info>
15732*7c568831SAndroid Build Coastguard Worker      <return type='int' info='1 if true 0 otherwise'/>
15733*7c568831SAndroid Build Coastguard Worker      <arg name='code' type='int' info='UCS code point'/>
15734*7c568831SAndroid Build Coastguard Worker    </function>
15735*7c568831SAndroid Build Coastguard Worker    <function name='xmlUCSIsMathematicalAlphanumericSymbols' file='xmlunicode' module='xmlunicode'>
15736*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_UNICODE_ENABLED)</cond>
15737*7c568831SAndroid Build Coastguard Worker      <info>Check whether the character is part of MathematicalAlphanumericSymbols UCS Block</info>
15738*7c568831SAndroid Build Coastguard Worker      <return type='int' info='1 if true 0 otherwise'/>
15739*7c568831SAndroid Build Coastguard Worker      <arg name='code' type='int' info='UCS code point'/>
15740*7c568831SAndroid Build Coastguard Worker    </function>
15741*7c568831SAndroid Build Coastguard Worker    <function name='xmlUCSIsMathematicalOperators' file='xmlunicode' module='xmlunicode'>
15742*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_UNICODE_ENABLED)</cond>
15743*7c568831SAndroid Build Coastguard Worker      <info>Check whether the character is part of MathematicalOperators UCS Block</info>
15744*7c568831SAndroid Build Coastguard Worker      <return type='int' info='1 if true 0 otherwise'/>
15745*7c568831SAndroid Build Coastguard Worker      <arg name='code' type='int' info='UCS code point'/>
15746*7c568831SAndroid Build Coastguard Worker    </function>
15747*7c568831SAndroid Build Coastguard Worker    <function name='xmlUCSIsMiscellaneousMathematicalSymbolsA' file='xmlunicode' module='xmlunicode'>
15748*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_UNICODE_ENABLED)</cond>
15749*7c568831SAndroid Build Coastguard Worker      <info>Check whether the character is part of MiscellaneousMathematicalSymbols-A UCS Block</info>
15750*7c568831SAndroid Build Coastguard Worker      <return type='int' info='1 if true 0 otherwise'/>
15751*7c568831SAndroid Build Coastguard Worker      <arg name='code' type='int' info='UCS code point'/>
15752*7c568831SAndroid Build Coastguard Worker    </function>
15753*7c568831SAndroid Build Coastguard Worker    <function name='xmlUCSIsMiscellaneousMathematicalSymbolsB' file='xmlunicode' module='xmlunicode'>
15754*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_UNICODE_ENABLED)</cond>
15755*7c568831SAndroid Build Coastguard Worker      <info>Check whether the character is part of MiscellaneousMathematicalSymbols-B UCS Block</info>
15756*7c568831SAndroid Build Coastguard Worker      <return type='int' info='1 if true 0 otherwise'/>
15757*7c568831SAndroid Build Coastguard Worker      <arg name='code' type='int' info='UCS code point'/>
15758*7c568831SAndroid Build Coastguard Worker    </function>
15759*7c568831SAndroid Build Coastguard Worker    <function name='xmlUCSIsMiscellaneousSymbols' file='xmlunicode' module='xmlunicode'>
15760*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_UNICODE_ENABLED)</cond>
15761*7c568831SAndroid Build Coastguard Worker      <info>Check whether the character is part of MiscellaneousSymbols UCS Block</info>
15762*7c568831SAndroid Build Coastguard Worker      <return type='int' info='1 if true 0 otherwise'/>
15763*7c568831SAndroid Build Coastguard Worker      <arg name='code' type='int' info='UCS code point'/>
15764*7c568831SAndroid Build Coastguard Worker    </function>
15765*7c568831SAndroid Build Coastguard Worker    <function name='xmlUCSIsMiscellaneousSymbolsandArrows' file='xmlunicode' module='xmlunicode'>
15766*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_UNICODE_ENABLED)</cond>
15767*7c568831SAndroid Build Coastguard Worker      <info>Check whether the character is part of MiscellaneousSymbolsandArrows UCS Block</info>
15768*7c568831SAndroid Build Coastguard Worker      <return type='int' info='1 if true 0 otherwise'/>
15769*7c568831SAndroid Build Coastguard Worker      <arg name='code' type='int' info='UCS code point'/>
15770*7c568831SAndroid Build Coastguard Worker    </function>
15771*7c568831SAndroid Build Coastguard Worker    <function name='xmlUCSIsMiscellaneousTechnical' file='xmlunicode' module='xmlunicode'>
15772*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_UNICODE_ENABLED)</cond>
15773*7c568831SAndroid Build Coastguard Worker      <info>Check whether the character is part of MiscellaneousTechnical UCS Block</info>
15774*7c568831SAndroid Build Coastguard Worker      <return type='int' info='1 if true 0 otherwise'/>
15775*7c568831SAndroid Build Coastguard Worker      <arg name='code' type='int' info='UCS code point'/>
15776*7c568831SAndroid Build Coastguard Worker    </function>
15777*7c568831SAndroid Build Coastguard Worker    <function name='xmlUCSIsMongolian' file='xmlunicode' module='xmlunicode'>
15778*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_UNICODE_ENABLED)</cond>
15779*7c568831SAndroid Build Coastguard Worker      <info>Check whether the character is part of Mongolian UCS Block</info>
15780*7c568831SAndroid Build Coastguard Worker      <return type='int' info='1 if true 0 otherwise'/>
15781*7c568831SAndroid Build Coastguard Worker      <arg name='code' type='int' info='UCS code point'/>
15782*7c568831SAndroid Build Coastguard Worker    </function>
15783*7c568831SAndroid Build Coastguard Worker    <function name='xmlUCSIsMusicalSymbols' file='xmlunicode' module='xmlunicode'>
15784*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_UNICODE_ENABLED)</cond>
15785*7c568831SAndroid Build Coastguard Worker      <info>Check whether the character is part of MusicalSymbols UCS Block</info>
15786*7c568831SAndroid Build Coastguard Worker      <return type='int' info='1 if true 0 otherwise'/>
15787*7c568831SAndroid Build Coastguard Worker      <arg name='code' type='int' info='UCS code point'/>
15788*7c568831SAndroid Build Coastguard Worker    </function>
15789*7c568831SAndroid Build Coastguard Worker    <function name='xmlUCSIsMyanmar' file='xmlunicode' module='xmlunicode'>
15790*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_UNICODE_ENABLED)</cond>
15791*7c568831SAndroid Build Coastguard Worker      <info>Check whether the character is part of Myanmar UCS Block</info>
15792*7c568831SAndroid Build Coastguard Worker      <return type='int' info='1 if true 0 otherwise'/>
15793*7c568831SAndroid Build Coastguard Worker      <arg name='code' type='int' info='UCS code point'/>
15794*7c568831SAndroid Build Coastguard Worker    </function>
15795*7c568831SAndroid Build Coastguard Worker    <function name='xmlUCSIsNumberForms' file='xmlunicode' module='xmlunicode'>
15796*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_UNICODE_ENABLED)</cond>
15797*7c568831SAndroid Build Coastguard Worker      <info>Check whether the character is part of NumberForms UCS Block</info>
15798*7c568831SAndroid Build Coastguard Worker      <return type='int' info='1 if true 0 otherwise'/>
15799*7c568831SAndroid Build Coastguard Worker      <arg name='code' type='int' info='UCS code point'/>
15800*7c568831SAndroid Build Coastguard Worker    </function>
15801*7c568831SAndroid Build Coastguard Worker    <function name='xmlUCSIsOgham' file='xmlunicode' module='xmlunicode'>
15802*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_UNICODE_ENABLED)</cond>
15803*7c568831SAndroid Build Coastguard Worker      <info>Check whether the character is part of Ogham UCS Block</info>
15804*7c568831SAndroid Build Coastguard Worker      <return type='int' info='1 if true 0 otherwise'/>
15805*7c568831SAndroid Build Coastguard Worker      <arg name='code' type='int' info='UCS code point'/>
15806*7c568831SAndroid Build Coastguard Worker    </function>
15807*7c568831SAndroid Build Coastguard Worker    <function name='xmlUCSIsOldItalic' file='xmlunicode' module='xmlunicode'>
15808*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_UNICODE_ENABLED)</cond>
15809*7c568831SAndroid Build Coastguard Worker      <info>Check whether the character is part of OldItalic UCS Block</info>
15810*7c568831SAndroid Build Coastguard Worker      <return type='int' info='1 if true 0 otherwise'/>
15811*7c568831SAndroid Build Coastguard Worker      <arg name='code' type='int' info='UCS code point'/>
15812*7c568831SAndroid Build Coastguard Worker    </function>
15813*7c568831SAndroid Build Coastguard Worker    <function name='xmlUCSIsOpticalCharacterRecognition' file='xmlunicode' module='xmlunicode'>
15814*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_UNICODE_ENABLED)</cond>
15815*7c568831SAndroid Build Coastguard Worker      <info>Check whether the character is part of OpticalCharacterRecognition UCS Block</info>
15816*7c568831SAndroid Build Coastguard Worker      <return type='int' info='1 if true 0 otherwise'/>
15817*7c568831SAndroid Build Coastguard Worker      <arg name='code' type='int' info='UCS code point'/>
15818*7c568831SAndroid Build Coastguard Worker    </function>
15819*7c568831SAndroid Build Coastguard Worker    <function name='xmlUCSIsOriya' file='xmlunicode' module='xmlunicode'>
15820*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_UNICODE_ENABLED)</cond>
15821*7c568831SAndroid Build Coastguard Worker      <info>Check whether the character is part of Oriya UCS Block</info>
15822*7c568831SAndroid Build Coastguard Worker      <return type='int' info='1 if true 0 otherwise'/>
15823*7c568831SAndroid Build Coastguard Worker      <arg name='code' type='int' info='UCS code point'/>
15824*7c568831SAndroid Build Coastguard Worker    </function>
15825*7c568831SAndroid Build Coastguard Worker    <function name='xmlUCSIsOsmanya' file='xmlunicode' module='xmlunicode'>
15826*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_UNICODE_ENABLED)</cond>
15827*7c568831SAndroid Build Coastguard Worker      <info>Check whether the character is part of Osmanya UCS Block</info>
15828*7c568831SAndroid Build Coastguard Worker      <return type='int' info='1 if true 0 otherwise'/>
15829*7c568831SAndroid Build Coastguard Worker      <arg name='code' type='int' info='UCS code point'/>
15830*7c568831SAndroid Build Coastguard Worker    </function>
15831*7c568831SAndroid Build Coastguard Worker    <function name='xmlUCSIsPhoneticExtensions' file='xmlunicode' module='xmlunicode'>
15832*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_UNICODE_ENABLED)</cond>
15833*7c568831SAndroid Build Coastguard Worker      <info>Check whether the character is part of PhoneticExtensions UCS Block</info>
15834*7c568831SAndroid Build Coastguard Worker      <return type='int' info='1 if true 0 otherwise'/>
15835*7c568831SAndroid Build Coastguard Worker      <arg name='code' type='int' info='UCS code point'/>
15836*7c568831SAndroid Build Coastguard Worker    </function>
15837*7c568831SAndroid Build Coastguard Worker    <function name='xmlUCSIsPrivateUse' file='xmlunicode' module='xmlunicode'>
15838*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_UNICODE_ENABLED)</cond>
15839*7c568831SAndroid Build Coastguard Worker      <info>Check whether the character is part of PrivateUse UCS Block</info>
15840*7c568831SAndroid Build Coastguard Worker      <return type='int' info='1 if true 0 otherwise'/>
15841*7c568831SAndroid Build Coastguard Worker      <arg name='code' type='int' info='UCS code point'/>
15842*7c568831SAndroid Build Coastguard Worker    </function>
15843*7c568831SAndroid Build Coastguard Worker    <function name='xmlUCSIsPrivateUseArea' file='xmlunicode' module='xmlunicode'>
15844*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_UNICODE_ENABLED)</cond>
15845*7c568831SAndroid Build Coastguard Worker      <info>Check whether the character is part of PrivateUseArea UCS Block</info>
15846*7c568831SAndroid Build Coastguard Worker      <return type='int' info='1 if true 0 otherwise'/>
15847*7c568831SAndroid Build Coastguard Worker      <arg name='code' type='int' info='UCS code point'/>
15848*7c568831SAndroid Build Coastguard Worker    </function>
15849*7c568831SAndroid Build Coastguard Worker    <function name='xmlUCSIsRunic' file='xmlunicode' module='xmlunicode'>
15850*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_UNICODE_ENABLED)</cond>
15851*7c568831SAndroid Build Coastguard Worker      <info>Check whether the character is part of Runic UCS Block</info>
15852*7c568831SAndroid Build Coastguard Worker      <return type='int' info='1 if true 0 otherwise'/>
15853*7c568831SAndroid Build Coastguard Worker      <arg name='code' type='int' info='UCS code point'/>
15854*7c568831SAndroid Build Coastguard Worker    </function>
15855*7c568831SAndroid Build Coastguard Worker    <function name='xmlUCSIsShavian' file='xmlunicode' module='xmlunicode'>
15856*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_UNICODE_ENABLED)</cond>
15857*7c568831SAndroid Build Coastguard Worker      <info>Check whether the character is part of Shavian UCS Block</info>
15858*7c568831SAndroid Build Coastguard Worker      <return type='int' info='1 if true 0 otherwise'/>
15859*7c568831SAndroid Build Coastguard Worker      <arg name='code' type='int' info='UCS code point'/>
15860*7c568831SAndroid Build Coastguard Worker    </function>
15861*7c568831SAndroid Build Coastguard Worker    <function name='xmlUCSIsSinhala' file='xmlunicode' module='xmlunicode'>
15862*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_UNICODE_ENABLED)</cond>
15863*7c568831SAndroid Build Coastguard Worker      <info>Check whether the character is part of Sinhala UCS Block</info>
15864*7c568831SAndroid Build Coastguard Worker      <return type='int' info='1 if true 0 otherwise'/>
15865*7c568831SAndroid Build Coastguard Worker      <arg name='code' type='int' info='UCS code point'/>
15866*7c568831SAndroid Build Coastguard Worker    </function>
15867*7c568831SAndroid Build Coastguard Worker    <function name='xmlUCSIsSmallFormVariants' file='xmlunicode' module='xmlunicode'>
15868*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_UNICODE_ENABLED)</cond>
15869*7c568831SAndroid Build Coastguard Worker      <info>Check whether the character is part of SmallFormVariants UCS Block</info>
15870*7c568831SAndroid Build Coastguard Worker      <return type='int' info='1 if true 0 otherwise'/>
15871*7c568831SAndroid Build Coastguard Worker      <arg name='code' type='int' info='UCS code point'/>
15872*7c568831SAndroid Build Coastguard Worker    </function>
15873*7c568831SAndroid Build Coastguard Worker    <function name='xmlUCSIsSpacingModifierLetters' file='xmlunicode' module='xmlunicode'>
15874*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_UNICODE_ENABLED)</cond>
15875*7c568831SAndroid Build Coastguard Worker      <info>Check whether the character is part of SpacingModifierLetters UCS Block</info>
15876*7c568831SAndroid Build Coastguard Worker      <return type='int' info='1 if true 0 otherwise'/>
15877*7c568831SAndroid Build Coastguard Worker      <arg name='code' type='int' info='UCS code point'/>
15878*7c568831SAndroid Build Coastguard Worker    </function>
15879*7c568831SAndroid Build Coastguard Worker    <function name='xmlUCSIsSpecials' file='xmlunicode' module='xmlunicode'>
15880*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_UNICODE_ENABLED)</cond>
15881*7c568831SAndroid Build Coastguard Worker      <info>Check whether the character is part of Specials UCS Block</info>
15882*7c568831SAndroid Build Coastguard Worker      <return type='int' info='1 if true 0 otherwise'/>
15883*7c568831SAndroid Build Coastguard Worker      <arg name='code' type='int' info='UCS code point'/>
15884*7c568831SAndroid Build Coastguard Worker    </function>
15885*7c568831SAndroid Build Coastguard Worker    <function name='xmlUCSIsSuperscriptsandSubscripts' file='xmlunicode' module='xmlunicode'>
15886*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_UNICODE_ENABLED)</cond>
15887*7c568831SAndroid Build Coastguard Worker      <info>Check whether the character is part of SuperscriptsandSubscripts UCS Block</info>
15888*7c568831SAndroid Build Coastguard Worker      <return type='int' info='1 if true 0 otherwise'/>
15889*7c568831SAndroid Build Coastguard Worker      <arg name='code' type='int' info='UCS code point'/>
15890*7c568831SAndroid Build Coastguard Worker    </function>
15891*7c568831SAndroid Build Coastguard Worker    <function name='xmlUCSIsSupplementalArrowsA' file='xmlunicode' module='xmlunicode'>
15892*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_UNICODE_ENABLED)</cond>
15893*7c568831SAndroid Build Coastguard Worker      <info>Check whether the character is part of SupplementalArrows-A UCS Block</info>
15894*7c568831SAndroid Build Coastguard Worker      <return type='int' info='1 if true 0 otherwise'/>
15895*7c568831SAndroid Build Coastguard Worker      <arg name='code' type='int' info='UCS code point'/>
15896*7c568831SAndroid Build Coastguard Worker    </function>
15897*7c568831SAndroid Build Coastguard Worker    <function name='xmlUCSIsSupplementalArrowsB' file='xmlunicode' module='xmlunicode'>
15898*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_UNICODE_ENABLED)</cond>
15899*7c568831SAndroid Build Coastguard Worker      <info>Check whether the character is part of SupplementalArrows-B UCS Block</info>
15900*7c568831SAndroid Build Coastguard Worker      <return type='int' info='1 if true 0 otherwise'/>
15901*7c568831SAndroid Build Coastguard Worker      <arg name='code' type='int' info='UCS code point'/>
15902*7c568831SAndroid Build Coastguard Worker    </function>
15903*7c568831SAndroid Build Coastguard Worker    <function name='xmlUCSIsSupplementalMathematicalOperators' file='xmlunicode' module='xmlunicode'>
15904*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_UNICODE_ENABLED)</cond>
15905*7c568831SAndroid Build Coastguard Worker      <info>Check whether the character is part of SupplementalMathematicalOperators UCS Block</info>
15906*7c568831SAndroid Build Coastguard Worker      <return type='int' info='1 if true 0 otherwise'/>
15907*7c568831SAndroid Build Coastguard Worker      <arg name='code' type='int' info='UCS code point'/>
15908*7c568831SAndroid Build Coastguard Worker    </function>
15909*7c568831SAndroid Build Coastguard Worker    <function name='xmlUCSIsSupplementaryPrivateUseAreaA' file='xmlunicode' module='xmlunicode'>
15910*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_UNICODE_ENABLED)</cond>
15911*7c568831SAndroid Build Coastguard Worker      <info>Check whether the character is part of SupplementaryPrivateUseArea-A UCS Block</info>
15912*7c568831SAndroid Build Coastguard Worker      <return type='int' info='1 if true 0 otherwise'/>
15913*7c568831SAndroid Build Coastguard Worker      <arg name='code' type='int' info='UCS code point'/>
15914*7c568831SAndroid Build Coastguard Worker    </function>
15915*7c568831SAndroid Build Coastguard Worker    <function name='xmlUCSIsSupplementaryPrivateUseAreaB' file='xmlunicode' module='xmlunicode'>
15916*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_UNICODE_ENABLED)</cond>
15917*7c568831SAndroid Build Coastguard Worker      <info>Check whether the character is part of SupplementaryPrivateUseArea-B UCS Block</info>
15918*7c568831SAndroid Build Coastguard Worker      <return type='int' info='1 if true 0 otherwise'/>
15919*7c568831SAndroid Build Coastguard Worker      <arg name='code' type='int' info='UCS code point'/>
15920*7c568831SAndroid Build Coastguard Worker    </function>
15921*7c568831SAndroid Build Coastguard Worker    <function name='xmlUCSIsSyriac' file='xmlunicode' module='xmlunicode'>
15922*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_UNICODE_ENABLED)</cond>
15923*7c568831SAndroid Build Coastguard Worker      <info>Check whether the character is part of Syriac UCS Block</info>
15924*7c568831SAndroid Build Coastguard Worker      <return type='int' info='1 if true 0 otherwise'/>
15925*7c568831SAndroid Build Coastguard Worker      <arg name='code' type='int' info='UCS code point'/>
15926*7c568831SAndroid Build Coastguard Worker    </function>
15927*7c568831SAndroid Build Coastguard Worker    <function name='xmlUCSIsTagalog' file='xmlunicode' module='xmlunicode'>
15928*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_UNICODE_ENABLED)</cond>
15929*7c568831SAndroid Build Coastguard Worker      <info>Check whether the character is part of Tagalog UCS Block</info>
15930*7c568831SAndroid Build Coastguard Worker      <return type='int' info='1 if true 0 otherwise'/>
15931*7c568831SAndroid Build Coastguard Worker      <arg name='code' type='int' info='UCS code point'/>
15932*7c568831SAndroid Build Coastguard Worker    </function>
15933*7c568831SAndroid Build Coastguard Worker    <function name='xmlUCSIsTagbanwa' file='xmlunicode' module='xmlunicode'>
15934*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_UNICODE_ENABLED)</cond>
15935*7c568831SAndroid Build Coastguard Worker      <info>Check whether the character is part of Tagbanwa UCS Block</info>
15936*7c568831SAndroid Build Coastguard Worker      <return type='int' info='1 if true 0 otherwise'/>
15937*7c568831SAndroid Build Coastguard Worker      <arg name='code' type='int' info='UCS code point'/>
15938*7c568831SAndroid Build Coastguard Worker    </function>
15939*7c568831SAndroid Build Coastguard Worker    <function name='xmlUCSIsTags' file='xmlunicode' module='xmlunicode'>
15940*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_UNICODE_ENABLED)</cond>
15941*7c568831SAndroid Build Coastguard Worker      <info>Check whether the character is part of Tags UCS Block</info>
15942*7c568831SAndroid Build Coastguard Worker      <return type='int' info='1 if true 0 otherwise'/>
15943*7c568831SAndroid Build Coastguard Worker      <arg name='code' type='int' info='UCS code point'/>
15944*7c568831SAndroid Build Coastguard Worker    </function>
15945*7c568831SAndroid Build Coastguard Worker    <function name='xmlUCSIsTaiLe' file='xmlunicode' module='xmlunicode'>
15946*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_UNICODE_ENABLED)</cond>
15947*7c568831SAndroid Build Coastguard Worker      <info>Check whether the character is part of TaiLe UCS Block</info>
15948*7c568831SAndroid Build Coastguard Worker      <return type='int' info='1 if true 0 otherwise'/>
15949*7c568831SAndroid Build Coastguard Worker      <arg name='code' type='int' info='UCS code point'/>
15950*7c568831SAndroid Build Coastguard Worker    </function>
15951*7c568831SAndroid Build Coastguard Worker    <function name='xmlUCSIsTaiXuanJingSymbols' file='xmlunicode' module='xmlunicode'>
15952*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_UNICODE_ENABLED)</cond>
15953*7c568831SAndroid Build Coastguard Worker      <info>Check whether the character is part of TaiXuanJingSymbols UCS Block</info>
15954*7c568831SAndroid Build Coastguard Worker      <return type='int' info='1 if true 0 otherwise'/>
15955*7c568831SAndroid Build Coastguard Worker      <arg name='code' type='int' info='UCS code point'/>
15956*7c568831SAndroid Build Coastguard Worker    </function>
15957*7c568831SAndroid Build Coastguard Worker    <function name='xmlUCSIsTamil' file='xmlunicode' module='xmlunicode'>
15958*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_UNICODE_ENABLED)</cond>
15959*7c568831SAndroid Build Coastguard Worker      <info>Check whether the character is part of Tamil UCS Block</info>
15960*7c568831SAndroid Build Coastguard Worker      <return type='int' info='1 if true 0 otherwise'/>
15961*7c568831SAndroid Build Coastguard Worker      <arg name='code' type='int' info='UCS code point'/>
15962*7c568831SAndroid Build Coastguard Worker    </function>
15963*7c568831SAndroid Build Coastguard Worker    <function name='xmlUCSIsTelugu' file='xmlunicode' module='xmlunicode'>
15964*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_UNICODE_ENABLED)</cond>
15965*7c568831SAndroid Build Coastguard Worker      <info>Check whether the character is part of Telugu UCS Block</info>
15966*7c568831SAndroid Build Coastguard Worker      <return type='int' info='1 if true 0 otherwise'/>
15967*7c568831SAndroid Build Coastguard Worker      <arg name='code' type='int' info='UCS code point'/>
15968*7c568831SAndroid Build Coastguard Worker    </function>
15969*7c568831SAndroid Build Coastguard Worker    <function name='xmlUCSIsThaana' file='xmlunicode' module='xmlunicode'>
15970*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_UNICODE_ENABLED)</cond>
15971*7c568831SAndroid Build Coastguard Worker      <info>Check whether the character is part of Thaana UCS Block</info>
15972*7c568831SAndroid Build Coastguard Worker      <return type='int' info='1 if true 0 otherwise'/>
15973*7c568831SAndroid Build Coastguard Worker      <arg name='code' type='int' info='UCS code point'/>
15974*7c568831SAndroid Build Coastguard Worker    </function>
15975*7c568831SAndroid Build Coastguard Worker    <function name='xmlUCSIsThai' file='xmlunicode' module='xmlunicode'>
15976*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_UNICODE_ENABLED)</cond>
15977*7c568831SAndroid Build Coastguard Worker      <info>Check whether the character is part of Thai UCS Block</info>
15978*7c568831SAndroid Build Coastguard Worker      <return type='int' info='1 if true 0 otherwise'/>
15979*7c568831SAndroid Build Coastguard Worker      <arg name='code' type='int' info='UCS code point'/>
15980*7c568831SAndroid Build Coastguard Worker    </function>
15981*7c568831SAndroid Build Coastguard Worker    <function name='xmlUCSIsTibetan' file='xmlunicode' module='xmlunicode'>
15982*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_UNICODE_ENABLED)</cond>
15983*7c568831SAndroid Build Coastguard Worker      <info>Check whether the character is part of Tibetan UCS Block</info>
15984*7c568831SAndroid Build Coastguard Worker      <return type='int' info='1 if true 0 otherwise'/>
15985*7c568831SAndroid Build Coastguard Worker      <arg name='code' type='int' info='UCS code point'/>
15986*7c568831SAndroid Build Coastguard Worker    </function>
15987*7c568831SAndroid Build Coastguard Worker    <function name='xmlUCSIsUgaritic' file='xmlunicode' module='xmlunicode'>
15988*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_UNICODE_ENABLED)</cond>
15989*7c568831SAndroid Build Coastguard Worker      <info>Check whether the character is part of Ugaritic UCS Block</info>
15990*7c568831SAndroid Build Coastguard Worker      <return type='int' info='1 if true 0 otherwise'/>
15991*7c568831SAndroid Build Coastguard Worker      <arg name='code' type='int' info='UCS code point'/>
15992*7c568831SAndroid Build Coastguard Worker    </function>
15993*7c568831SAndroid Build Coastguard Worker    <function name='xmlUCSIsUnifiedCanadianAboriginalSyllabics' file='xmlunicode' module='xmlunicode'>
15994*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_UNICODE_ENABLED)</cond>
15995*7c568831SAndroid Build Coastguard Worker      <info>Check whether the character is part of UnifiedCanadianAboriginalSyllabics UCS Block</info>
15996*7c568831SAndroid Build Coastguard Worker      <return type='int' info='1 if true 0 otherwise'/>
15997*7c568831SAndroid Build Coastguard Worker      <arg name='code' type='int' info='UCS code point'/>
15998*7c568831SAndroid Build Coastguard Worker    </function>
15999*7c568831SAndroid Build Coastguard Worker    <function name='xmlUCSIsVariationSelectors' file='xmlunicode' module='xmlunicode'>
16000*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_UNICODE_ENABLED)</cond>
16001*7c568831SAndroid Build Coastguard Worker      <info>Check whether the character is part of VariationSelectors UCS Block</info>
16002*7c568831SAndroid Build Coastguard Worker      <return type='int' info='1 if true 0 otherwise'/>
16003*7c568831SAndroid Build Coastguard Worker      <arg name='code' type='int' info='UCS code point'/>
16004*7c568831SAndroid Build Coastguard Worker    </function>
16005*7c568831SAndroid Build Coastguard Worker    <function name='xmlUCSIsVariationSelectorsSupplement' file='xmlunicode' module='xmlunicode'>
16006*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_UNICODE_ENABLED)</cond>
16007*7c568831SAndroid Build Coastguard Worker      <info>Check whether the character is part of VariationSelectorsSupplement UCS Block</info>
16008*7c568831SAndroid Build Coastguard Worker      <return type='int' info='1 if true 0 otherwise'/>
16009*7c568831SAndroid Build Coastguard Worker      <arg name='code' type='int' info='UCS code point'/>
16010*7c568831SAndroid Build Coastguard Worker    </function>
16011*7c568831SAndroid Build Coastguard Worker    <function name='xmlUCSIsYiRadicals' file='xmlunicode' module='xmlunicode'>
16012*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_UNICODE_ENABLED)</cond>
16013*7c568831SAndroid Build Coastguard Worker      <info>Check whether the character is part of YiRadicals UCS Block</info>
16014*7c568831SAndroid Build Coastguard Worker      <return type='int' info='1 if true 0 otherwise'/>
16015*7c568831SAndroid Build Coastguard Worker      <arg name='code' type='int' info='UCS code point'/>
16016*7c568831SAndroid Build Coastguard Worker    </function>
16017*7c568831SAndroid Build Coastguard Worker    <function name='xmlUCSIsYiSyllables' file='xmlunicode' module='xmlunicode'>
16018*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_UNICODE_ENABLED)</cond>
16019*7c568831SAndroid Build Coastguard Worker      <info>Check whether the character is part of YiSyllables UCS Block</info>
16020*7c568831SAndroid Build Coastguard Worker      <return type='int' info='1 if true 0 otherwise'/>
16021*7c568831SAndroid Build Coastguard Worker      <arg name='code' type='int' info='UCS code point'/>
16022*7c568831SAndroid Build Coastguard Worker    </function>
16023*7c568831SAndroid Build Coastguard Worker    <function name='xmlUCSIsYijingHexagramSymbols' file='xmlunicode' module='xmlunicode'>
16024*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_UNICODE_ENABLED)</cond>
16025*7c568831SAndroid Build Coastguard Worker      <info>Check whether the character is part of YijingHexagramSymbols UCS Block</info>
16026*7c568831SAndroid Build Coastguard Worker      <return type='int' info='1 if true 0 otherwise'/>
16027*7c568831SAndroid Build Coastguard Worker      <arg name='code' type='int' info='UCS code point'/>
16028*7c568831SAndroid Build Coastguard Worker    </function>
16029*7c568831SAndroid Build Coastguard Worker    <function name='xmlURIEscape' file='uri' module='uri'>
16030*7c568831SAndroid Build Coastguard Worker      <info>Escaping routine, does not do validity checks ! It will try to escape the chars needing this, but this is heuristic based it&apos;s impossible to be sure.</info>
16031*7c568831SAndroid Build Coastguard Worker      <return type='xmlChar *' info='an copy of the string, but escaped  25 May 2001 Uses xmlParseURI and xmlURIEscapeStr to try to escape correctly according to RFC2396. - Carl Douglas'/>
16032*7c568831SAndroid Build Coastguard Worker      <arg name='str' type='const xmlChar *' info='the string of the URI to escape'/>
16033*7c568831SAndroid Build Coastguard Worker    </function>
16034*7c568831SAndroid Build Coastguard Worker    <function name='xmlURIEscapeStr' file='uri' module='uri'>
16035*7c568831SAndroid Build Coastguard Worker      <info>This routine escapes a string to hex, ignoring unreserved characters a-z, A-Z, 0-9, &quot;-._~&quot;, a few sub-delims &quot;!*&apos;()&quot;, the gen-delim &quot;@&quot; (why?) and the characters in the exception list.</info>
16036*7c568831SAndroid Build Coastguard Worker      <return type='xmlChar *' info='a new escaped string or NULL in case of error.'/>
16037*7c568831SAndroid Build Coastguard Worker      <arg name='str' type='const xmlChar *' info='string to escape'/>
16038*7c568831SAndroid Build Coastguard Worker      <arg name='list' type='const xmlChar *' info='exception list string of chars not to escape'/>
16039*7c568831SAndroid Build Coastguard Worker    </function>
16040*7c568831SAndroid Build Coastguard Worker    <function name='xmlURIUnescapeString' file='uri' module='uri'>
16041*7c568831SAndroid Build Coastguard Worker      <info>Unescaping routine, but does not check that the string is an URI. The output is a direct unsigned char translation of %XX values (no encoding) Note that the length of the result can only be smaller or same size as the input string.</info>
16042*7c568831SAndroid Build Coastguard Worker      <return type='char *' info='a copy of the string, but unescaped, will return NULL only in case of error'/>
16043*7c568831SAndroid Build Coastguard Worker      <arg name='str' type='const char *' info='the string to unescape'/>
16044*7c568831SAndroid Build Coastguard Worker      <arg name='len' type='int' info='the length in bytes to unescape (or &lt;= 0 to indicate full string)'/>
16045*7c568831SAndroid Build Coastguard Worker      <arg name='target' type='char *' info='optional destination buffer'/>
16046*7c568831SAndroid Build Coastguard Worker    </function>
16047*7c568831SAndroid Build Coastguard Worker    <function name='xmlUTF8Charcmp' file='xmlstring' module='xmlstring'>
16048*7c568831SAndroid Build Coastguard Worker      <info>compares the two UCS4 values</info>
16049*7c568831SAndroid Build Coastguard Worker      <return type='int' info='result of the compare as with xmlStrncmp'/>
16050*7c568831SAndroid Build Coastguard Worker      <arg name='utf1' type='const xmlChar *' info='pointer to first UTF8 char'/>
16051*7c568831SAndroid Build Coastguard Worker      <arg name='utf2' type='const xmlChar *' info='pointer to second UTF8 char'/>
16052*7c568831SAndroid Build Coastguard Worker    </function>
16053*7c568831SAndroid Build Coastguard Worker    <function name='xmlUTF8Size' file='xmlstring' module='xmlstring'>
16054*7c568831SAndroid Build Coastguard Worker      <info>calculates the internal size of a UTF8 character</info>
16055*7c568831SAndroid Build Coastguard Worker      <return type='int' info='the numbers of bytes in the character, -1 on format error'/>
16056*7c568831SAndroid Build Coastguard Worker      <arg name='utf' type='const xmlChar *' info='pointer to the UTF8 character'/>
16057*7c568831SAndroid Build Coastguard Worker    </function>
16058*7c568831SAndroid Build Coastguard Worker    <function name='xmlUTF8Strlen' file='xmlstring' module='xmlstring'>
16059*7c568831SAndroid Build Coastguard Worker      <info>compute the length of an UTF8 string, it doesn&apos;t do a full UTF8 checking of the content of the string.</info>
16060*7c568831SAndroid Build Coastguard Worker      <return type='int' info='the number of characters in the string or -1 in case of error'/>
16061*7c568831SAndroid Build Coastguard Worker      <arg name='utf' type='const xmlChar *' info='a sequence of UTF-8 encoded bytes'/>
16062*7c568831SAndroid Build Coastguard Worker    </function>
16063*7c568831SAndroid Build Coastguard Worker    <function name='xmlUTF8Strloc' file='xmlstring' module='xmlstring'>
16064*7c568831SAndroid Build Coastguard Worker      <info>a function to provide the relative location of a UTF8 char</info>
16065*7c568831SAndroid Build Coastguard Worker      <return type='int' info='the relative character position of the desired char or -1 if not found'/>
16066*7c568831SAndroid Build Coastguard Worker      <arg name='utf' type='const xmlChar *' info='the input UTF8 *'/>
16067*7c568831SAndroid Build Coastguard Worker      <arg name='utfchar' type='const xmlChar *' info='the UTF8 character to be found'/>
16068*7c568831SAndroid Build Coastguard Worker    </function>
16069*7c568831SAndroid Build Coastguard Worker    <function name='xmlUTF8Strndup' file='xmlstring' module='xmlstring'>
16070*7c568831SAndroid Build Coastguard Worker      <info>a strndup for array of UTF8&apos;s</info>
16071*7c568831SAndroid Build Coastguard Worker      <return type='xmlChar *' info='a new UTF8 * or NULL'/>
16072*7c568831SAndroid Build Coastguard Worker      <arg name='utf' type='const xmlChar *' info='the input UTF8 *'/>
16073*7c568831SAndroid Build Coastguard Worker      <arg name='len' type='int' info='the len of @utf (in chars)'/>
16074*7c568831SAndroid Build Coastguard Worker    </function>
16075*7c568831SAndroid Build Coastguard Worker    <function name='xmlUTF8Strpos' file='xmlstring' module='xmlstring'>
16076*7c568831SAndroid Build Coastguard Worker      <info>a function to provide the equivalent of fetching a character from a string array</info>
16077*7c568831SAndroid Build Coastguard Worker      <return type='const xmlChar *' info='a pointer to the UTF8 character or NULL'/>
16078*7c568831SAndroid Build Coastguard Worker      <arg name='utf' type='const xmlChar *' info='the input UTF8 *'/>
16079*7c568831SAndroid Build Coastguard Worker      <arg name='pos' type='int' info='the position of the desired UTF8 char (in chars)'/>
16080*7c568831SAndroid Build Coastguard Worker    </function>
16081*7c568831SAndroid Build Coastguard Worker    <function name='xmlUTF8Strsize' file='xmlstring' module='xmlstring'>
16082*7c568831SAndroid Build Coastguard Worker      <info>storage size of an UTF8 string the behaviour is not guaranteed if the input string is not UTF-8</info>
16083*7c568831SAndroid Build Coastguard Worker      <return type='int' info='the storage size of the first &apos;len&apos; characters of ARRAY'/>
16084*7c568831SAndroid Build Coastguard Worker      <arg name='utf' type='const xmlChar *' info='a sequence of UTF-8 encoded bytes'/>
16085*7c568831SAndroid Build Coastguard Worker      <arg name='len' type='int' info='the number of characters in the array'/>
16086*7c568831SAndroid Build Coastguard Worker    </function>
16087*7c568831SAndroid Build Coastguard Worker    <function name='xmlUTF8Strsub' file='xmlstring' module='xmlstring'>
16088*7c568831SAndroid Build Coastguard Worker      <info>Create a substring from a given UTF-8 string Note:  positions are given in units of UTF-8 chars</info>
16089*7c568831SAndroid Build Coastguard Worker      <return type='xmlChar *' info='a pointer to a newly created string or NULL if the start index is out of bounds or a memory allocation failed. If len is too large, the result is truncated.'/>
16090*7c568831SAndroid Build Coastguard Worker      <arg name='utf' type='const xmlChar *' info='a sequence of UTF-8 encoded bytes'/>
16091*7c568831SAndroid Build Coastguard Worker      <arg name='start' type='int' info='relative pos of first char'/>
16092*7c568831SAndroid Build Coastguard Worker      <arg name='len' type='int' info='total number to copy'/>
16093*7c568831SAndroid Build Coastguard Worker    </function>
16094*7c568831SAndroid Build Coastguard Worker    <function name='xmlUnlinkNode' file='tree' module='tree'>
16095*7c568831SAndroid Build Coastguard Worker      <info>Unlink a node from its tree.  The node is not freed. Unless it is reinserted, it must be managed manually and freed eventually by calling xmlFreeNode.</info>
16096*7c568831SAndroid Build Coastguard Worker      <return type='void'/>
16097*7c568831SAndroid Build Coastguard Worker      <arg name='cur' type='xmlNodePtr' info='the node'/>
16098*7c568831SAndroid Build Coastguard Worker    </function>
16099*7c568831SAndroid Build Coastguard Worker    <function name='xmlUnlockLibrary' file='threads' module='threads'>
16100*7c568831SAndroid Build Coastguard Worker      <info>xmlUnlockLibrary() is used to release a re-entrant lock on the libxml2 library.</info>
16101*7c568831SAndroid Build Coastguard Worker      <return type='void'/>
16102*7c568831SAndroid Build Coastguard Worker    </function>
16103*7c568831SAndroid Build Coastguard Worker    <function name='xmlUnsetNsProp' file='tree' module='tree'>
16104*7c568831SAndroid Build Coastguard Worker      <info>Remove an attribute carried by a node.</info>
16105*7c568831SAndroid Build Coastguard Worker      <return type='int' info='0 if successful, -1 if not found'/>
16106*7c568831SAndroid Build Coastguard Worker      <arg name='node' type='xmlNodePtr' info='the node'/>
16107*7c568831SAndroid Build Coastguard Worker      <arg name='ns' type='xmlNsPtr' info='the namespace definition'/>
16108*7c568831SAndroid Build Coastguard Worker      <arg name='name' type='const xmlChar *' info='the attribute name'/>
16109*7c568831SAndroid Build Coastguard Worker    </function>
16110*7c568831SAndroid Build Coastguard Worker    <function name='xmlUnsetProp' file='tree' module='tree'>
16111*7c568831SAndroid Build Coastguard Worker      <info>Remove an attribute carried by a node. This handles only attributes in no namespace.</info>
16112*7c568831SAndroid Build Coastguard Worker      <return type='int' info='0 if successful, -1 if not found'/>
16113*7c568831SAndroid Build Coastguard Worker      <arg name='node' type='xmlNodePtr' info='the node'/>
16114*7c568831SAndroid Build Coastguard Worker      <arg name='name' type='const xmlChar *' info='the attribute name'/>
16115*7c568831SAndroid Build Coastguard Worker    </function>
16116*7c568831SAndroid Build Coastguard Worker    <function name='xmlValidBuildContentModel' file='valid' module='valid'>
16117*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_VALID_ENABLED) &amp;&amp; defined(LIBXML_REGEXP_ENABLED)</cond>
16118*7c568831SAndroid Build Coastguard Worker      <info>DEPRECATED: Internal function, don&apos;t use.  (Re)Build the automata associated to the content model of this element</info>
16119*7c568831SAndroid Build Coastguard Worker      <return type='int' info='1 in case of success, 0 in case of error'/>
16120*7c568831SAndroid Build Coastguard Worker      <arg name='ctxt' type='xmlValidCtxtPtr' info='a validation context'/>
16121*7c568831SAndroid Build Coastguard Worker      <arg name='elem' type='xmlElementPtr' info='an element declaration node'/>
16122*7c568831SAndroid Build Coastguard Worker    </function>
16123*7c568831SAndroid Build Coastguard Worker    <function name='xmlValidCtxtNormalizeAttributeValue' file='valid' module='valid'>
16124*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_VALID_ENABLED)</cond>
16125*7c568831SAndroid Build Coastguard Worker      <info>DEPRECATED: Internal function, don&apos;t use.  Does the validation related extra step of the normalization of attribute values:  If the declared value is not CDATA, then the XML processor must further process the normalized attribute value by discarding any leading and trailing space (#x20) characters, and by replacing sequences of space (#x20) characters by single space (#x20) character.  Also  check VC: Standalone Document Declaration in P32, and update ctxt-&gt;valid accordingly</info>
16126*7c568831SAndroid Build Coastguard Worker      <return type='xmlChar *' info='a new normalized string if normalization is needed, NULL otherwise the caller must free the returned value.'/>
16127*7c568831SAndroid Build Coastguard Worker      <arg name='ctxt' type='xmlValidCtxtPtr' info='the validation context or NULL'/>
16128*7c568831SAndroid Build Coastguard Worker      <arg name='doc' type='xmlDocPtr' info='the document'/>
16129*7c568831SAndroid Build Coastguard Worker      <arg name='elem' type='xmlNodePtr' info='the parent'/>
16130*7c568831SAndroid Build Coastguard Worker      <arg name='name' type='const xmlChar *' info='the attribute name'/>
16131*7c568831SAndroid Build Coastguard Worker      <arg name='value' type='const xmlChar *' info='the attribute value'/>
16132*7c568831SAndroid Build Coastguard Worker    </function>
16133*7c568831SAndroid Build Coastguard Worker    <function name='xmlValidGetPotentialChildren' file='valid' module='valid'>
16134*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_VALID_ENABLED)</cond>
16135*7c568831SAndroid Build Coastguard Worker      <info>Build/extend a list of  potential children allowed by the content tree</info>
16136*7c568831SAndroid Build Coastguard Worker      <return type='int' info='the number of element in the list, or -1 in case of error.'/>
16137*7c568831SAndroid Build Coastguard Worker      <arg name='ctree' type='xmlElementContent *' info='an element content tree'/>
16138*7c568831SAndroid Build Coastguard Worker      <arg name='names' type='const xmlChar **' info='an array to store the list of child names'/>
16139*7c568831SAndroid Build Coastguard Worker      <arg name='len' type='int *' info='a pointer to the number of element in the list'/>
16140*7c568831SAndroid Build Coastguard Worker      <arg name='max' type='int' info='the size of the array'/>
16141*7c568831SAndroid Build Coastguard Worker    </function>
16142*7c568831SAndroid Build Coastguard Worker    <function name='xmlValidGetValidElements' file='valid' module='valid'>
16143*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_VALID_ENABLED)</cond>
16144*7c568831SAndroid Build Coastguard Worker      <info>This function returns the list of authorized children to insert within an existing tree while respecting the validity constraints forced by the Dtd. The insertion point is defined using @prev and @next in the following ways: to insert before &apos;node&apos;: xmlValidGetValidElements(node-&gt;prev, node, ... to insert next &apos;node&apos;: xmlValidGetValidElements(node, node-&gt;next, ... to replace &apos;node&apos;: xmlValidGetValidElements(node-&gt;prev, node-&gt;next, ... to prepend a child to &apos;node&apos;: xmlValidGetValidElements(NULL, node-&gt;childs, to append a child to &apos;node&apos;: xmlValidGetValidElements(node-&gt;last, NULL, ...  pointers to the element names are inserted at the beginning of the array and do not need to be freed.</info>
16145*7c568831SAndroid Build Coastguard Worker      <return type='int' info='the number of element in the list, or -1 in case of error. If the function returns the value @max the caller is invited to grow the receiving array and retry.'/>
16146*7c568831SAndroid Build Coastguard Worker      <arg name='prev' type='xmlNode *' info='an element to insert after'/>
16147*7c568831SAndroid Build Coastguard Worker      <arg name='next' type='xmlNode *' info='an element to insert next'/>
16148*7c568831SAndroid Build Coastguard Worker      <arg name='names' type='const xmlChar **' info='an array to store the list of child names'/>
16149*7c568831SAndroid Build Coastguard Worker      <arg name='max' type='int' info='the size of the array'/>
16150*7c568831SAndroid Build Coastguard Worker    </function>
16151*7c568831SAndroid Build Coastguard Worker    <function name='xmlValidNormalizeAttributeValue' file='valid' module='valid'>
16152*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_VALID_ENABLED)</cond>
16153*7c568831SAndroid Build Coastguard Worker      <info>DEPRECATED: Internal function, don&apos;t use.  Does the validation related extra step of the normalization of attribute values:  If the declared value is not CDATA, then the XML processor must further process the normalized attribute value by discarding any leading and trailing space (#x20) characters, and by replacing sequences of space (#x20) characters by single space (#x20) character.</info>
16154*7c568831SAndroid Build Coastguard Worker      <return type='xmlChar *' info='a new normalized string if normalization is needed, NULL otherwise the caller must free the returned value.'/>
16155*7c568831SAndroid Build Coastguard Worker      <arg name='doc' type='xmlDocPtr' info='the document'/>
16156*7c568831SAndroid Build Coastguard Worker      <arg name='elem' type='xmlNodePtr' info='the parent'/>
16157*7c568831SAndroid Build Coastguard Worker      <arg name='name' type='const xmlChar *' info='the attribute name'/>
16158*7c568831SAndroid Build Coastguard Worker      <arg name='value' type='const xmlChar *' info='the attribute value'/>
16159*7c568831SAndroid Build Coastguard Worker    </function>
16160*7c568831SAndroid Build Coastguard Worker    <function name='xmlValidateAttributeDecl' file='valid' module='valid'>
16161*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_VALID_ENABLED)</cond>
16162*7c568831SAndroid Build Coastguard Worker      <info>DEPRECATED: Internal function, don&apos;t use.  Try to validate a single attribute definition basically it does the following checks as described by the XML-1.0 recommendation: - [ VC: Attribute Default Legal ] - [ VC: Enumeration ] - [ VC: ID Attribute Default ]  The ID/IDREF uniqueness and matching are done separately</info>
16163*7c568831SAndroid Build Coastguard Worker      <return type='int' info='1 if valid or 0 otherwise'/>
16164*7c568831SAndroid Build Coastguard Worker      <arg name='ctxt' type='xmlValidCtxtPtr' info='the validation context'/>
16165*7c568831SAndroid Build Coastguard Worker      <arg name='doc' type='xmlDocPtr' info='a document instance'/>
16166*7c568831SAndroid Build Coastguard Worker      <arg name='attr' type='xmlAttributePtr' info='an attribute definition'/>
16167*7c568831SAndroid Build Coastguard Worker    </function>
16168*7c568831SAndroid Build Coastguard Worker    <function name='xmlValidateAttributeValue' file='valid' module='valid'>
16169*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_VALID_ENABLED)</cond>
16170*7c568831SAndroid Build Coastguard Worker      <info>DEPRECATED: Internal function, don&apos;t use.  Validate that the given attribute value match  the proper production  [ VC: ID ] Values of type ID must match the Name production....  [ VC: IDREF ] Values of type IDREF must match the Name production, and values of type IDREFS must match Names ...  [ VC: Entity Name ] Values of type ENTITY must match the Name production, values of type ENTITIES must match Names ...  [ VC: Name Token ] Values of type NMTOKEN must match the Nmtoken production; values of type NMTOKENS must match Nmtokens.</info>
16171*7c568831SAndroid Build Coastguard Worker      <return type='int' info='1 if valid or 0 otherwise'/>
16172*7c568831SAndroid Build Coastguard Worker      <arg name='type' type='xmlAttributeType' info='an attribute type'/>
16173*7c568831SAndroid Build Coastguard Worker      <arg name='value' type='const xmlChar *' info='an attribute value'/>
16174*7c568831SAndroid Build Coastguard Worker    </function>
16175*7c568831SAndroid Build Coastguard Worker    <function name='xmlValidateDocument' file='valid' module='valid'>
16176*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_VALID_ENABLED)</cond>
16177*7c568831SAndroid Build Coastguard Worker      <info>Try to validate the document instance  basically it does the all the checks described by the XML Rec i.e. validates the internal and external subset (if present) and validate the document tree.</info>
16178*7c568831SAndroid Build Coastguard Worker      <return type='int' info='1 if valid or 0 otherwise'/>
16179*7c568831SAndroid Build Coastguard Worker      <arg name='ctxt' type='xmlValidCtxtPtr' info='the validation context'/>
16180*7c568831SAndroid Build Coastguard Worker      <arg name='doc' type='xmlDocPtr' info='a document instance'/>
16181*7c568831SAndroid Build Coastguard Worker    </function>
16182*7c568831SAndroid Build Coastguard Worker    <function name='xmlValidateDocumentFinal' file='valid' module='valid'>
16183*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_VALID_ENABLED)</cond>
16184*7c568831SAndroid Build Coastguard Worker      <info>DEPRECATED: Internal function, don&apos;t use.  Does the final step for the document validation once all the incremental validation steps have been completed  basically it does the following checks described by the XML Rec  Check all the IDREF/IDREFS attributes definition for validity</info>
16185*7c568831SAndroid Build Coastguard Worker      <return type='int' info='1 if valid or 0 otherwise'/>
16186*7c568831SAndroid Build Coastguard Worker      <arg name='ctxt' type='xmlValidCtxtPtr' info='the validation context'/>
16187*7c568831SAndroid Build Coastguard Worker      <arg name='doc' type='xmlDocPtr' info='a document instance'/>
16188*7c568831SAndroid Build Coastguard Worker    </function>
16189*7c568831SAndroid Build Coastguard Worker    <function name='xmlValidateDtd' file='valid' module='valid'>
16190*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_VALID_ENABLED)</cond>
16191*7c568831SAndroid Build Coastguard Worker      <info>Try to validate the document against the dtd instance  Basically it does check all the definitions in the DtD. Note the the internal subset (if present) is de-coupled (i.e. not used), which could give problems if ID or IDREF is present.</info>
16192*7c568831SAndroid Build Coastguard Worker      <return type='int' info='1 if valid or 0 otherwise'/>
16193*7c568831SAndroid Build Coastguard Worker      <arg name='ctxt' type='xmlValidCtxtPtr' info='the validation context'/>
16194*7c568831SAndroid Build Coastguard Worker      <arg name='doc' type='xmlDocPtr' info='a document instance'/>
16195*7c568831SAndroid Build Coastguard Worker      <arg name='dtd' type='xmlDtdPtr' info='a dtd instance'/>
16196*7c568831SAndroid Build Coastguard Worker    </function>
16197*7c568831SAndroid Build Coastguard Worker    <function name='xmlValidateDtdFinal' file='valid' module='valid'>
16198*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_VALID_ENABLED)</cond>
16199*7c568831SAndroid Build Coastguard Worker      <info>DEPRECATED: Internal function, don&apos;t use.  Does the final step for the dtds validation once all the subsets have been parsed  basically it does the following checks described by the XML Rec - check that ENTITY and ENTITIES type attributes default or possible values matches one of the defined entities. - check that NOTATION type attributes default or possible values matches one of the defined notations.</info>
16200*7c568831SAndroid Build Coastguard Worker      <return type='int' info='1 if valid or 0 if invalid and -1 if not well-formed'/>
16201*7c568831SAndroid Build Coastguard Worker      <arg name='ctxt' type='xmlValidCtxtPtr' info='the validation context'/>
16202*7c568831SAndroid Build Coastguard Worker      <arg name='doc' type='xmlDocPtr' info='a document instance'/>
16203*7c568831SAndroid Build Coastguard Worker    </function>
16204*7c568831SAndroid Build Coastguard Worker    <function name='xmlValidateElement' file='valid' module='valid'>
16205*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_VALID_ENABLED)</cond>
16206*7c568831SAndroid Build Coastguard Worker      <info>Try to validate the subtree under an element</info>
16207*7c568831SAndroid Build Coastguard Worker      <return type='int' info='1 if valid or 0 otherwise'/>
16208*7c568831SAndroid Build Coastguard Worker      <arg name='ctxt' type='xmlValidCtxtPtr' info='the validation context'/>
16209*7c568831SAndroid Build Coastguard Worker      <arg name='doc' type='xmlDocPtr' info='a document instance'/>
16210*7c568831SAndroid Build Coastguard Worker      <arg name='root' type='xmlNodePtr' info='an element instance'/>
16211*7c568831SAndroid Build Coastguard Worker    </function>
16212*7c568831SAndroid Build Coastguard Worker    <function name='xmlValidateElementDecl' file='valid' module='valid'>
16213*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_VALID_ENABLED)</cond>
16214*7c568831SAndroid Build Coastguard Worker      <info>DEPRECATED: Internal function, don&apos;t use.  Try to validate a single element definition basically it does the following checks as described by the XML-1.0 recommendation: - [ VC: One ID per Element Type ] - [ VC: No Duplicate Types ] - [ VC: Unique Element Type Declaration ]</info>
16215*7c568831SAndroid Build Coastguard Worker      <return type='int' info='1 if valid or 0 otherwise'/>
16216*7c568831SAndroid Build Coastguard Worker      <arg name='ctxt' type='xmlValidCtxtPtr' info='the validation context'/>
16217*7c568831SAndroid Build Coastguard Worker      <arg name='doc' type='xmlDocPtr' info='a document instance'/>
16218*7c568831SAndroid Build Coastguard Worker      <arg name='elem' type='xmlElementPtr' info='an element definition'/>
16219*7c568831SAndroid Build Coastguard Worker    </function>
16220*7c568831SAndroid Build Coastguard Worker    <function name='xmlValidateNCName' file='tree' module='tree'>
16221*7c568831SAndroid Build Coastguard Worker      <info>Check that a value conforms to the lexical space of NCName</info>
16222*7c568831SAndroid Build Coastguard Worker      <return type='int' info='0 if this validates, a positive error code number otherwise and -1 in case of internal or API error.'/>
16223*7c568831SAndroid Build Coastguard Worker      <arg name='value' type='const xmlChar *' info='the value to check'/>
16224*7c568831SAndroid Build Coastguard Worker      <arg name='space' type='int' info='allow spaces in front and end of the string'/>
16225*7c568831SAndroid Build Coastguard Worker    </function>
16226*7c568831SAndroid Build Coastguard Worker    <function name='xmlValidateNMToken' file='tree' module='tree'>
16227*7c568831SAndroid Build Coastguard Worker      <info>Check that a value conforms to the lexical space of NMToken</info>
16228*7c568831SAndroid Build Coastguard Worker      <return type='int' info='0 if this validates, a positive error code number otherwise and -1 in case of internal or API error.'/>
16229*7c568831SAndroid Build Coastguard Worker      <arg name='value' type='const xmlChar *' info='the value to check'/>
16230*7c568831SAndroid Build Coastguard Worker      <arg name='space' type='int' info='allow spaces in front and end of the string'/>
16231*7c568831SAndroid Build Coastguard Worker    </function>
16232*7c568831SAndroid Build Coastguard Worker    <function name='xmlValidateName' file='tree' module='tree'>
16233*7c568831SAndroid Build Coastguard Worker      <info>Check that a value conforms to the lexical space of Name</info>
16234*7c568831SAndroid Build Coastguard Worker      <return type='int' info='0 if this validates, a positive error code number otherwise and -1 in case of internal or API error.'/>
16235*7c568831SAndroid Build Coastguard Worker      <arg name='value' type='const xmlChar *' info='the value to check'/>
16236*7c568831SAndroid Build Coastguard Worker      <arg name='space' type='int' info='allow spaces in front and end of the string'/>
16237*7c568831SAndroid Build Coastguard Worker    </function>
16238*7c568831SAndroid Build Coastguard Worker    <function name='xmlValidateNameValue' file='valid' module='valid'>
16239*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_VALID_ENABLED)</cond>
16240*7c568831SAndroid Build Coastguard Worker      <info>Validate that the given value match Name production</info>
16241*7c568831SAndroid Build Coastguard Worker      <return type='int' info='1 if valid or 0 otherwise'/>
16242*7c568831SAndroid Build Coastguard Worker      <arg name='value' type='const xmlChar *' info='an Name value'/>
16243*7c568831SAndroid Build Coastguard Worker    </function>
16244*7c568831SAndroid Build Coastguard Worker    <function name='xmlValidateNamesValue' file='valid' module='valid'>
16245*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_VALID_ENABLED)</cond>
16246*7c568831SAndroid Build Coastguard Worker      <info>Validate that the given value match Names production</info>
16247*7c568831SAndroid Build Coastguard Worker      <return type='int' info='1 if valid or 0 otherwise'/>
16248*7c568831SAndroid Build Coastguard Worker      <arg name='value' type='const xmlChar *' info='an Names value'/>
16249*7c568831SAndroid Build Coastguard Worker    </function>
16250*7c568831SAndroid Build Coastguard Worker    <function name='xmlValidateNmtokenValue' file='valid' module='valid'>
16251*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_VALID_ENABLED)</cond>
16252*7c568831SAndroid Build Coastguard Worker      <info>Validate that the given value match Nmtoken production  [ VC: Name Token ]</info>
16253*7c568831SAndroid Build Coastguard Worker      <return type='int' info='1 if valid or 0 otherwise'/>
16254*7c568831SAndroid Build Coastguard Worker      <arg name='value' type='const xmlChar *' info='an Nmtoken value'/>
16255*7c568831SAndroid Build Coastguard Worker    </function>
16256*7c568831SAndroid Build Coastguard Worker    <function name='xmlValidateNmtokensValue' file='valid' module='valid'>
16257*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_VALID_ENABLED)</cond>
16258*7c568831SAndroid Build Coastguard Worker      <info>Validate that the given value match Nmtokens production  [ VC: Name Token ]</info>
16259*7c568831SAndroid Build Coastguard Worker      <return type='int' info='1 if valid or 0 otherwise'/>
16260*7c568831SAndroid Build Coastguard Worker      <arg name='value' type='const xmlChar *' info='an Nmtokens value'/>
16261*7c568831SAndroid Build Coastguard Worker    </function>
16262*7c568831SAndroid Build Coastguard Worker    <function name='xmlValidateNotationDecl' file='valid' module='valid'>
16263*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_VALID_ENABLED)</cond>
16264*7c568831SAndroid Build Coastguard Worker      <info>DEPRECATED: Internal function, don&apos;t use.  Try to validate a single notation definition basically it does the following checks as described by the XML-1.0 recommendation: - it seems that no validity constraint exists on notation declarations But this function get called anyway ...</info>
16265*7c568831SAndroid Build Coastguard Worker      <return type='int' info='1 if valid or 0 otherwise'/>
16266*7c568831SAndroid Build Coastguard Worker      <arg name='ctxt' type='xmlValidCtxtPtr' info='the validation context'/>
16267*7c568831SAndroid Build Coastguard Worker      <arg name='doc' type='xmlDocPtr' info='a document instance'/>
16268*7c568831SAndroid Build Coastguard Worker      <arg name='nota' type='xmlNotationPtr' info='a notation definition'/>
16269*7c568831SAndroid Build Coastguard Worker    </function>
16270*7c568831SAndroid Build Coastguard Worker    <function name='xmlValidateNotationUse' file='valid' module='valid'>
16271*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_VALID_ENABLED)</cond>
16272*7c568831SAndroid Build Coastguard Worker      <info>DEPRECATED: Internal function, don&apos;t use.  Validate that the given name match a notation declaration. - [ VC: Notation Declared ]</info>
16273*7c568831SAndroid Build Coastguard Worker      <return type='int' info='1 if valid or 0 otherwise'/>
16274*7c568831SAndroid Build Coastguard Worker      <arg name='ctxt' type='xmlValidCtxtPtr' info='the validation context'/>
16275*7c568831SAndroid Build Coastguard Worker      <arg name='doc' type='xmlDocPtr' info='the document'/>
16276*7c568831SAndroid Build Coastguard Worker      <arg name='notationName' type='const xmlChar *' info='the notation name to check'/>
16277*7c568831SAndroid Build Coastguard Worker    </function>
16278*7c568831SAndroid Build Coastguard Worker    <function name='xmlValidateOneAttribute' file='valid' module='valid'>
16279*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_VALID_ENABLED)</cond>
16280*7c568831SAndroid Build Coastguard Worker      <info>DEPRECATED: Internal function, don&apos;t use.  Try to validate a single attribute for an element basically it does the following checks as described by the XML-1.0 recommendation: - [ VC: Attribute Value Type ] - [ VC: Fixed Attribute Default ] - [ VC: Entity Name ] - [ VC: Name Token ] - [ VC: ID ] - [ VC: IDREF ] - [ VC: Entity Name ] - [ VC: Notation Attributes ]  The ID/IDREF uniqueness and matching are done separately</info>
16281*7c568831SAndroid Build Coastguard Worker      <return type='int' info='1 if valid or 0 otherwise'/>
16282*7c568831SAndroid Build Coastguard Worker      <arg name='ctxt' type='xmlValidCtxtPtr' info='the validation context'/>
16283*7c568831SAndroid Build Coastguard Worker      <arg name='doc' type='xmlDocPtr' info='a document instance'/>
16284*7c568831SAndroid Build Coastguard Worker      <arg name='elem' type='xmlNodePtr' info='an element instance'/>
16285*7c568831SAndroid Build Coastguard Worker      <arg name='attr' type='xmlAttrPtr' info='an attribute instance'/>
16286*7c568831SAndroid Build Coastguard Worker      <arg name='value' type='const xmlChar *' info='the attribute value (without entities processing)'/>
16287*7c568831SAndroid Build Coastguard Worker    </function>
16288*7c568831SAndroid Build Coastguard Worker    <function name='xmlValidateOneElement' file='valid' module='valid'>
16289*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_VALID_ENABLED)</cond>
16290*7c568831SAndroid Build Coastguard Worker      <info>DEPRECATED: Internal function, don&apos;t use.  Try to validate a single element and it&apos;s attributes, basically it does the following checks as described by the XML-1.0 recommendation: - [ VC: Element Valid ] - [ VC: Required Attribute ] Then call xmlValidateOneAttribute() for each attribute present.  The ID/IDREF checkings are done separately</info>
16291*7c568831SAndroid Build Coastguard Worker      <return type='int' info='1 if valid or 0 otherwise'/>
16292*7c568831SAndroid Build Coastguard Worker      <arg name='ctxt' type='xmlValidCtxtPtr' info='the validation context'/>
16293*7c568831SAndroid Build Coastguard Worker      <arg name='doc' type='xmlDocPtr' info='a document instance'/>
16294*7c568831SAndroid Build Coastguard Worker      <arg name='elem' type='xmlNodePtr' info='an element instance'/>
16295*7c568831SAndroid Build Coastguard Worker    </function>
16296*7c568831SAndroid Build Coastguard Worker    <function name='xmlValidateOneNamespace' file='valid' module='valid'>
16297*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_VALID_ENABLED)</cond>
16298*7c568831SAndroid Build Coastguard Worker      <info>DEPRECATED: Internal function, don&apos;t use.  Try to validate a single namespace declaration for an element basically it does the following checks as described by the XML-1.0 recommendation: - [ VC: Attribute Value Type ] - [ VC: Fixed Attribute Default ] - [ VC: Entity Name ] - [ VC: Name Token ] - [ VC: ID ] - [ VC: IDREF ] - [ VC: Entity Name ] - [ VC: Notation Attributes ]  The ID/IDREF uniqueness and matching are done separately</info>
16299*7c568831SAndroid Build Coastguard Worker      <return type='int' info='1 if valid or 0 otherwise'/>
16300*7c568831SAndroid Build Coastguard Worker      <arg name='ctxt' type='xmlValidCtxtPtr' info='the validation context'/>
16301*7c568831SAndroid Build Coastguard Worker      <arg name='doc' type='xmlDocPtr' info='a document instance'/>
16302*7c568831SAndroid Build Coastguard Worker      <arg name='elem' type='xmlNodePtr' info='an element instance'/>
16303*7c568831SAndroid Build Coastguard Worker      <arg name='prefix' type='const xmlChar *' info='the namespace prefix'/>
16304*7c568831SAndroid Build Coastguard Worker      <arg name='ns' type='xmlNsPtr' info='an namespace declaration instance'/>
16305*7c568831SAndroid Build Coastguard Worker      <arg name='value' type='const xmlChar *' info='the attribute value (without entities processing)'/>
16306*7c568831SAndroid Build Coastguard Worker    </function>
16307*7c568831SAndroid Build Coastguard Worker    <function name='xmlValidatePopElement' file='valid' module='valid'>
16308*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_VALID_ENABLED) &amp;&amp; defined(LIBXML_REGEXP_ENABLED)</cond>
16309*7c568831SAndroid Build Coastguard Worker      <info>DEPRECATED: Internal function, don&apos;t use.  Pop the element end from the validation stack.</info>
16310*7c568831SAndroid Build Coastguard Worker      <return type='int' info='1 if no validation problem was found or 0 otherwise'/>
16311*7c568831SAndroid Build Coastguard Worker      <arg name='ctxt' type='xmlValidCtxtPtr' info='the validation context'/>
16312*7c568831SAndroid Build Coastguard Worker      <arg name='doc' type='xmlDocPtr' info='a document instance'/>
16313*7c568831SAndroid Build Coastguard Worker      <arg name='elem' type='xmlNodePtr' info='an element instance'/>
16314*7c568831SAndroid Build Coastguard Worker      <arg name='qname' type='const xmlChar *' info='the qualified name as appearing in the serialization'/>
16315*7c568831SAndroid Build Coastguard Worker    </function>
16316*7c568831SAndroid Build Coastguard Worker    <function name='xmlValidatePushCData' file='valid' module='valid'>
16317*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_VALID_ENABLED) &amp;&amp; defined(LIBXML_REGEXP_ENABLED)</cond>
16318*7c568831SAndroid Build Coastguard Worker      <info>DEPRECATED: Internal function, don&apos;t use.  check the CData parsed for validation in the current stack</info>
16319*7c568831SAndroid Build Coastguard Worker      <return type='int' info='1 if no validation problem was found or 0 otherwise'/>
16320*7c568831SAndroid Build Coastguard Worker      <arg name='ctxt' type='xmlValidCtxtPtr' info='the validation context'/>
16321*7c568831SAndroid Build Coastguard Worker      <arg name='data' type='const xmlChar *' info='some character data read'/>
16322*7c568831SAndroid Build Coastguard Worker      <arg name='len' type='int' info='the length of the data'/>
16323*7c568831SAndroid Build Coastguard Worker    </function>
16324*7c568831SAndroid Build Coastguard Worker    <function name='xmlValidatePushElement' file='valid' module='valid'>
16325*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_VALID_ENABLED) &amp;&amp; defined(LIBXML_REGEXP_ENABLED)</cond>
16326*7c568831SAndroid Build Coastguard Worker      <info>DEPRECATED: Internal function, don&apos;t use.  Push a new element start on the validation stack.</info>
16327*7c568831SAndroid Build Coastguard Worker      <return type='int' info='1 if no validation problem was found or 0 otherwise'/>
16328*7c568831SAndroid Build Coastguard Worker      <arg name='ctxt' type='xmlValidCtxtPtr' info='the validation context'/>
16329*7c568831SAndroid Build Coastguard Worker      <arg name='doc' type='xmlDocPtr' info='a document instance'/>
16330*7c568831SAndroid Build Coastguard Worker      <arg name='elem' type='xmlNodePtr' info='an element instance'/>
16331*7c568831SAndroid Build Coastguard Worker      <arg name='qname' type='const xmlChar *' info='the qualified name as appearing in the serialization'/>
16332*7c568831SAndroid Build Coastguard Worker    </function>
16333*7c568831SAndroid Build Coastguard Worker    <function name='xmlValidateQName' file='tree' module='tree'>
16334*7c568831SAndroid Build Coastguard Worker      <info>Check that a value conforms to the lexical space of QName</info>
16335*7c568831SAndroid Build Coastguard Worker      <return type='int' info='0 if this validates, a positive error code number otherwise and -1 in case of internal or API error.'/>
16336*7c568831SAndroid Build Coastguard Worker      <arg name='value' type='const xmlChar *' info='the value to check'/>
16337*7c568831SAndroid Build Coastguard Worker      <arg name='space' type='int' info='allow spaces in front and end of the string'/>
16338*7c568831SAndroid Build Coastguard Worker    </function>
16339*7c568831SAndroid Build Coastguard Worker    <function name='xmlValidateRoot' file='valid' module='valid'>
16340*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_VALID_ENABLED)</cond>
16341*7c568831SAndroid Build Coastguard Worker      <info>DEPRECATED: Internal function, don&apos;t use.  Try to validate a the root element basically it does the following check as described by the XML-1.0 recommendation: - [ VC: Root Element Type ] it doesn&apos;t try to recurse or apply other check to the element</info>
16342*7c568831SAndroid Build Coastguard Worker      <return type='int' info='1 if valid or 0 otherwise'/>
16343*7c568831SAndroid Build Coastguard Worker      <arg name='ctxt' type='xmlValidCtxtPtr' info='the validation context'/>
16344*7c568831SAndroid Build Coastguard Worker      <arg name='doc' type='xmlDocPtr' info='a document instance'/>
16345*7c568831SAndroid Build Coastguard Worker    </function>
16346*7c568831SAndroid Build Coastguard Worker    <functype name='xmlValidityErrorFunc' file='valid' module='valid'>
16347*7c568831SAndroid Build Coastguard Worker      <info>Callback called when a validity error is found. This is a message oriented function similar to an *printf function.</info>
16348*7c568831SAndroid Build Coastguard Worker      <return type='void'/>
16349*7c568831SAndroid Build Coastguard Worker      <arg name='ctx' type='void *' info='usually an xmlValidCtxtPtr to a validity error context, but comes from ctxt-&gt;userData (which normally contains such a pointer); ctxt-&gt;userData can be changed by the user.'/>
16350*7c568831SAndroid Build Coastguard Worker      <arg name='msg' type='const char *' info='the string to format *printf like vararg'/>
16351*7c568831SAndroid Build Coastguard Worker      <arg name='...' type='...' info='remaining arguments to the format'/>
16352*7c568831SAndroid Build Coastguard Worker    </functype>
16353*7c568831SAndroid Build Coastguard Worker    <functype name='xmlValidityWarningFunc' file='valid' module='valid'>
16354*7c568831SAndroid Build Coastguard Worker      <info>Callback called when a validity warning is found. This is a message oriented function similar to an *printf function.</info>
16355*7c568831SAndroid Build Coastguard Worker      <return type='void'/>
16356*7c568831SAndroid Build Coastguard Worker      <arg name='ctx' type='void *' info='usually an xmlValidCtxtPtr to a validity error context, but comes from ctxt-&gt;userData (which normally contains such a pointer); ctxt-&gt;userData can be changed by the user.'/>
16357*7c568831SAndroid Build Coastguard Worker      <arg name='msg' type='const char *' info='the string to format *printf like vararg'/>
16358*7c568831SAndroid Build Coastguard Worker      <arg name='...' type='...' info='remaining arguments to the format'/>
16359*7c568831SAndroid Build Coastguard Worker    </functype>
16360*7c568831SAndroid Build Coastguard Worker    <function name='xmlXIncludeFreeContext' file='xinclude' module='xinclude'>
16361*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_XINCLUDE_ENABLED)</cond>
16362*7c568831SAndroid Build Coastguard Worker      <info>Free an XInclude context</info>
16363*7c568831SAndroid Build Coastguard Worker      <return type='void'/>
16364*7c568831SAndroid Build Coastguard Worker      <arg name='ctxt' type='xmlXIncludeCtxtPtr' info='the XInclude context'/>
16365*7c568831SAndroid Build Coastguard Worker    </function>
16366*7c568831SAndroid Build Coastguard Worker    <function name='xmlXIncludeGetLastError' file='xinclude' module='xinclude'>
16367*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_XINCLUDE_ENABLED)</cond>
16368*7c568831SAndroid Build Coastguard Worker      <info>Available since 2.13.0.</info>
16369*7c568831SAndroid Build Coastguard Worker      <return type='int' info='the last error code.'/>
16370*7c568831SAndroid Build Coastguard Worker      <arg name='ctxt' type='xmlXIncludeCtxtPtr' info='an XInclude processing context'/>
16371*7c568831SAndroid Build Coastguard Worker    </function>
16372*7c568831SAndroid Build Coastguard Worker    <function name='xmlXIncludeNewContext' file='xinclude' module='xinclude'>
16373*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_XINCLUDE_ENABLED)</cond>
16374*7c568831SAndroid Build Coastguard Worker      <info>Creates a new XInclude context</info>
16375*7c568831SAndroid Build Coastguard Worker      <return type='xmlXIncludeCtxtPtr' info='the new set'/>
16376*7c568831SAndroid Build Coastguard Worker      <arg name='doc' type='xmlDocPtr' info='an XML Document'/>
16377*7c568831SAndroid Build Coastguard Worker    </function>
16378*7c568831SAndroid Build Coastguard Worker    <function name='xmlXIncludeProcess' file='xinclude' module='xinclude'>
16379*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_XINCLUDE_ENABLED)</cond>
16380*7c568831SAndroid Build Coastguard Worker      <info>Implement the XInclude substitution on the XML document @doc</info>
16381*7c568831SAndroid Build Coastguard Worker      <return type='int' info='0 if no substitution were done, -1 if some processing failed or the number of substitutions done.'/>
16382*7c568831SAndroid Build Coastguard Worker      <arg name='doc' type='xmlDocPtr' info='an XML document'/>
16383*7c568831SAndroid Build Coastguard Worker    </function>
16384*7c568831SAndroid Build Coastguard Worker    <function name='xmlXIncludeProcessFlags' file='xinclude' module='xinclude'>
16385*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_XINCLUDE_ENABLED)</cond>
16386*7c568831SAndroid Build Coastguard Worker      <info>Implement the XInclude substitution on the XML document @doc</info>
16387*7c568831SAndroid Build Coastguard Worker      <return type='int' info='0 if no substitution were done, -1 if some processing failed or the number of substitutions done.'/>
16388*7c568831SAndroid Build Coastguard Worker      <arg name='doc' type='xmlDocPtr' info='an XML document'/>
16389*7c568831SAndroid Build Coastguard Worker      <arg name='flags' type='int' info='a set of xmlParserOption used for parsing XML includes'/>
16390*7c568831SAndroid Build Coastguard Worker    </function>
16391*7c568831SAndroid Build Coastguard Worker    <function name='xmlXIncludeProcessFlagsData' file='xinclude' module='xinclude'>
16392*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_XINCLUDE_ENABLED)</cond>
16393*7c568831SAndroid Build Coastguard Worker      <info>Implement the XInclude substitution on the XML document @doc</info>
16394*7c568831SAndroid Build Coastguard Worker      <return type='int' info='0 if no substitution were done, -1 if some processing failed or the number of substitutions done.'/>
16395*7c568831SAndroid Build Coastguard Worker      <arg name='doc' type='xmlDocPtr' info='an XML document'/>
16396*7c568831SAndroid Build Coastguard Worker      <arg name='flags' type='int' info='a set of xmlParserOption used for parsing XML includes'/>
16397*7c568831SAndroid Build Coastguard Worker      <arg name='data' type='void *' info='application data that will be passed to the parser context in the _private field of the parser context(s)'/>
16398*7c568831SAndroid Build Coastguard Worker    </function>
16399*7c568831SAndroid Build Coastguard Worker    <function name='xmlXIncludeProcessNode' file='xinclude' module='xinclude'>
16400*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_XINCLUDE_ENABLED)</cond>
16401*7c568831SAndroid Build Coastguard Worker      <info>Implement the XInclude substitution for the given subtree reusing the information and data coming from the given context.</info>
16402*7c568831SAndroid Build Coastguard Worker      <return type='int' info='0 if no substitution were done, -1 if some processing failed or the number of substitutions done.'/>
16403*7c568831SAndroid Build Coastguard Worker      <arg name='ctxt' type='xmlXIncludeCtxtPtr' info='an existing XInclude context'/>
16404*7c568831SAndroid Build Coastguard Worker      <arg name='node' type='xmlNodePtr' info='a node in an XML document'/>
16405*7c568831SAndroid Build Coastguard Worker    </function>
16406*7c568831SAndroid Build Coastguard Worker    <function name='xmlXIncludeProcessTree' file='xinclude' module='xinclude'>
16407*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_XINCLUDE_ENABLED)</cond>
16408*7c568831SAndroid Build Coastguard Worker      <info>Implement the XInclude substitution for the given subtree</info>
16409*7c568831SAndroid Build Coastguard Worker      <return type='int' info='0 if no substitution were done, -1 if some processing failed or the number of substitutions done.'/>
16410*7c568831SAndroid Build Coastguard Worker      <arg name='tree' type='xmlNodePtr' info='a node in an XML document'/>
16411*7c568831SAndroid Build Coastguard Worker    </function>
16412*7c568831SAndroid Build Coastguard Worker    <function name='xmlXIncludeProcessTreeFlags' file='xinclude' module='xinclude'>
16413*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_XINCLUDE_ENABLED)</cond>
16414*7c568831SAndroid Build Coastguard Worker      <info>Implement the XInclude substitution for the given subtree</info>
16415*7c568831SAndroid Build Coastguard Worker      <return type='int' info='0 if no substitution were done, -1 if some processing failed or the number of substitutions done.'/>
16416*7c568831SAndroid Build Coastguard Worker      <arg name='tree' type='xmlNodePtr' info='a node in an XML document'/>
16417*7c568831SAndroid Build Coastguard Worker      <arg name='flags' type='int' info='a set of xmlParserOption used for parsing XML includes'/>
16418*7c568831SAndroid Build Coastguard Worker    </function>
16419*7c568831SAndroid Build Coastguard Worker    <function name='xmlXIncludeProcessTreeFlagsData' file='xinclude' module='xinclude'>
16420*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_XINCLUDE_ENABLED)</cond>
16421*7c568831SAndroid Build Coastguard Worker      <info>Implement the XInclude substitution on the XML node @tree</info>
16422*7c568831SAndroid Build Coastguard Worker      <return type='int' info='0 if no substitution were done, -1 if some processing failed or the number of substitutions done.'/>
16423*7c568831SAndroid Build Coastguard Worker      <arg name='tree' type='xmlNodePtr' info='an XML node'/>
16424*7c568831SAndroid Build Coastguard Worker      <arg name='flags' type='int' info='a set of xmlParserOption used for parsing XML includes'/>
16425*7c568831SAndroid Build Coastguard Worker      <arg name='data' type='void *' info='application data that will be passed to the parser context in the _private field of the parser context(s)'/>
16426*7c568831SAndroid Build Coastguard Worker    </function>
16427*7c568831SAndroid Build Coastguard Worker    <function name='xmlXIncludeSetErrorHandler' file='xinclude' module='xinclude'>
16428*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_XINCLUDE_ENABLED)</cond>
16429*7c568831SAndroid Build Coastguard Worker      <info>Register a callback function that will be called on errors and warnings. If handler is NULL, the error handler will be deactivated.  Available since 2.13.0.</info>
16430*7c568831SAndroid Build Coastguard Worker      <return type='void'/>
16431*7c568831SAndroid Build Coastguard Worker      <arg name='ctxt' type='xmlXIncludeCtxtPtr' info='an XInclude processing context'/>
16432*7c568831SAndroid Build Coastguard Worker      <arg name='handler' type='xmlStructuredErrorFunc' info='error handler'/>
16433*7c568831SAndroid Build Coastguard Worker      <arg name='data' type='void *' info='user data which will be passed to the handler'/>
16434*7c568831SAndroid Build Coastguard Worker    </function>
16435*7c568831SAndroid Build Coastguard Worker    <function name='xmlXIncludeSetFlags' file='xinclude' module='xinclude'>
16436*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_XINCLUDE_ENABLED)</cond>
16437*7c568831SAndroid Build Coastguard Worker      <info>Set the flags used for further processing of XML resources.</info>
16438*7c568831SAndroid Build Coastguard Worker      <return type='int' info='0 in case of success and -1 in case of error.'/>
16439*7c568831SAndroid Build Coastguard Worker      <arg name='ctxt' type='xmlXIncludeCtxtPtr' info='an XInclude processing context'/>
16440*7c568831SAndroid Build Coastguard Worker      <arg name='flags' type='int' info='a set of xmlParserOption used for parsing XML includes'/>
16441*7c568831SAndroid Build Coastguard Worker    </function>
16442*7c568831SAndroid Build Coastguard Worker    <function name='xmlXIncludeSetResourceLoader' file='xinclude' module='xinclude'>
16443*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_XINCLUDE_ENABLED)</cond>
16444*7c568831SAndroid Build Coastguard Worker      <info>Register a callback function that will be called to load included documents.  Available since 2.14.0.</info>
16445*7c568831SAndroid Build Coastguard Worker      <return type='void'/>
16446*7c568831SAndroid Build Coastguard Worker      <arg name='ctxt' type='xmlXIncludeCtxtPtr' info='an XInclude processing context'/>
16447*7c568831SAndroid Build Coastguard Worker      <arg name='loader' type='xmlResourceLoader' info='resource loader'/>
16448*7c568831SAndroid Build Coastguard Worker      <arg name='data' type='void *' info='user data which will be passed to the loader'/>
16449*7c568831SAndroid Build Coastguard Worker    </function>
16450*7c568831SAndroid Build Coastguard Worker    <function name='xmlXPathAddValues' file='xpathInternals' module='xpath'>
16451*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_XPATH_ENABLED)</cond>
16452*7c568831SAndroid Build Coastguard Worker      <info>Implement the add operation on XPath objects: The numeric operators convert their operands to numbers as if by calling the number function.</info>
16453*7c568831SAndroid Build Coastguard Worker      <return type='void'/>
16454*7c568831SAndroid Build Coastguard Worker      <arg name='ctxt' type='xmlXPathParserContextPtr' info='the XPath Parser context'/>
16455*7c568831SAndroid Build Coastguard Worker    </function>
16456*7c568831SAndroid Build Coastguard Worker    <functype name='xmlXPathAxisFunc' file='xpath' module='xpath'>
16457*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_XPATH_ENABLED)</cond>
16458*7c568831SAndroid Build Coastguard Worker      <info>An axis traversal function. To traverse an axis, the engine calls the first time with cur == NULL and repeat until the function returns NULL indicating the end of the axis traversal.</info>
16459*7c568831SAndroid Build Coastguard Worker      <return type='xmlXPathObjectPtr' info='the next node in that axis or NULL if at the end of the axis.'/>
16460*7c568831SAndroid Build Coastguard Worker      <arg name='ctxt' type='xmlXPathParserContextPtr' info='the XPath interpreter context'/>
16461*7c568831SAndroid Build Coastguard Worker      <arg name='cur' type='xmlXPathObjectPtr' info='the previous node being explored on that axis'/>
16462*7c568831SAndroid Build Coastguard Worker    </functype>
16463*7c568831SAndroid Build Coastguard Worker    <function name='xmlXPathBooleanFunction' file='xpathInternals' module='xpath'>
16464*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_XPATH_ENABLED)</cond>
16465*7c568831SAndroid Build Coastguard Worker      <info>Implement the boolean() XPath function boolean boolean(object) The boolean function converts its argument to a boolean as follows: - a number is true if and only if it is neither positive or negative zero nor NaN - a node-set is true if and only if it is non-empty - a string is true if and only if its length is non-zero</info>
16466*7c568831SAndroid Build Coastguard Worker      <return type='void'/>
16467*7c568831SAndroid Build Coastguard Worker      <arg name='ctxt' type='xmlXPathParserContextPtr' info='the XPath Parser context'/>
16468*7c568831SAndroid Build Coastguard Worker      <arg name='nargs' type='int' info='the number of arguments'/>
16469*7c568831SAndroid Build Coastguard Worker    </function>
16470*7c568831SAndroid Build Coastguard Worker    <function name='xmlXPathCastBooleanToNumber' file='xpath' module='xpath'>
16471*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_XPATH_ENABLED)</cond>
16472*7c568831SAndroid Build Coastguard Worker      <info>Converts a boolean to its number value</info>
16473*7c568831SAndroid Build Coastguard Worker      <return type='double' info='the number value'/>
16474*7c568831SAndroid Build Coastguard Worker      <arg name='val' type='int' info='a boolean'/>
16475*7c568831SAndroid Build Coastguard Worker    </function>
16476*7c568831SAndroid Build Coastguard Worker    <function name='xmlXPathCastBooleanToString' file='xpath' module='xpath'>
16477*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_XPATH_ENABLED)</cond>
16478*7c568831SAndroid Build Coastguard Worker      <info>Converts a boolean to its string value.</info>
16479*7c568831SAndroid Build Coastguard Worker      <return type='xmlChar *' info='a newly allocated string.'/>
16480*7c568831SAndroid Build Coastguard Worker      <arg name='val' type='int' info='a boolean'/>
16481*7c568831SAndroid Build Coastguard Worker    </function>
16482*7c568831SAndroid Build Coastguard Worker    <function name='xmlXPathCastNodeSetToBoolean' file='xpath' module='xpath'>
16483*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_XPATH_ENABLED)</cond>
16484*7c568831SAndroid Build Coastguard Worker      <info>Converts a node-set to its boolean value</info>
16485*7c568831SAndroid Build Coastguard Worker      <return type='int' info='the boolean value'/>
16486*7c568831SAndroid Build Coastguard Worker      <arg name='ns' type='xmlNodeSetPtr' info='a node-set'/>
16487*7c568831SAndroid Build Coastguard Worker    </function>
16488*7c568831SAndroid Build Coastguard Worker    <function name='xmlXPathCastNodeSetToNumber' file='xpath' module='xpath'>
16489*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_XPATH_ENABLED)</cond>
16490*7c568831SAndroid Build Coastguard Worker      <info>Converts a node-set to its number value</info>
16491*7c568831SAndroid Build Coastguard Worker      <return type='double' info='the number value'/>
16492*7c568831SAndroid Build Coastguard Worker      <arg name='ns' type='xmlNodeSetPtr' info='a node-set'/>
16493*7c568831SAndroid Build Coastguard Worker    </function>
16494*7c568831SAndroid Build Coastguard Worker    <function name='xmlXPathCastNodeSetToString' file='xpath' module='xpath'>
16495*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_XPATH_ENABLED)</cond>
16496*7c568831SAndroid Build Coastguard Worker      <info>Converts a node-set to its string value.</info>
16497*7c568831SAndroid Build Coastguard Worker      <return type='xmlChar *' info='a newly allocated string.'/>
16498*7c568831SAndroid Build Coastguard Worker      <arg name='ns' type='xmlNodeSetPtr' info='a node-set'/>
16499*7c568831SAndroid Build Coastguard Worker    </function>
16500*7c568831SAndroid Build Coastguard Worker    <function name='xmlXPathCastNodeToNumber' file='xpath' module='xpath'>
16501*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_XPATH_ENABLED)</cond>
16502*7c568831SAndroid Build Coastguard Worker      <info>Converts a node to its number value</info>
16503*7c568831SAndroid Build Coastguard Worker      <return type='double' info='the number value'/>
16504*7c568831SAndroid Build Coastguard Worker      <arg name='node' type='xmlNodePtr' info='a node'/>
16505*7c568831SAndroid Build Coastguard Worker    </function>
16506*7c568831SAndroid Build Coastguard Worker    <function name='xmlXPathCastNodeToString' file='xpath' module='xpath'>
16507*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_XPATH_ENABLED)</cond>
16508*7c568831SAndroid Build Coastguard Worker      <info>Converts a node to its string value.</info>
16509*7c568831SAndroid Build Coastguard Worker      <return type='xmlChar *' info='a newly allocated string.'/>
16510*7c568831SAndroid Build Coastguard Worker      <arg name='node' type='xmlNodePtr' info='a node'/>
16511*7c568831SAndroid Build Coastguard Worker    </function>
16512*7c568831SAndroid Build Coastguard Worker    <function name='xmlXPathCastNumberToBoolean' file='xpath' module='xpath'>
16513*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_XPATH_ENABLED)</cond>
16514*7c568831SAndroid Build Coastguard Worker      <info>Converts a number to its boolean value</info>
16515*7c568831SAndroid Build Coastguard Worker      <return type='int' info='the boolean value'/>
16516*7c568831SAndroid Build Coastguard Worker      <arg name='val' type='double' info='a number'/>
16517*7c568831SAndroid Build Coastguard Worker    </function>
16518*7c568831SAndroid Build Coastguard Worker    <function name='xmlXPathCastNumberToString' file='xpath' module='xpath'>
16519*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_XPATH_ENABLED)</cond>
16520*7c568831SAndroid Build Coastguard Worker      <info>Converts a number to its string value.</info>
16521*7c568831SAndroid Build Coastguard Worker      <return type='xmlChar *' info='a newly allocated string.'/>
16522*7c568831SAndroid Build Coastguard Worker      <arg name='val' type='double' info='a number'/>
16523*7c568831SAndroid Build Coastguard Worker    </function>
16524*7c568831SAndroid Build Coastguard Worker    <function name='xmlXPathCastStringToBoolean' file='xpath' module='xpath'>
16525*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_XPATH_ENABLED)</cond>
16526*7c568831SAndroid Build Coastguard Worker      <info>Converts a string to its boolean value</info>
16527*7c568831SAndroid Build Coastguard Worker      <return type='int' info='the boolean value'/>
16528*7c568831SAndroid Build Coastguard Worker      <arg name='val' type='const xmlChar *' info='a string'/>
16529*7c568831SAndroid Build Coastguard Worker    </function>
16530*7c568831SAndroid Build Coastguard Worker    <function name='xmlXPathCastStringToNumber' file='xpath' module='xpath'>
16531*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_XPATH_ENABLED)</cond>
16532*7c568831SAndroid Build Coastguard Worker      <info>Converts a string to its number value</info>
16533*7c568831SAndroid Build Coastguard Worker      <return type='double' info='the number value'/>
16534*7c568831SAndroid Build Coastguard Worker      <arg name='val' type='const xmlChar *' info='a string'/>
16535*7c568831SAndroid Build Coastguard Worker    </function>
16536*7c568831SAndroid Build Coastguard Worker    <function name='xmlXPathCastToBoolean' file='xpath' module='xpath'>
16537*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_XPATH_ENABLED)</cond>
16538*7c568831SAndroid Build Coastguard Worker      <info>Converts an XPath object to its boolean value</info>
16539*7c568831SAndroid Build Coastguard Worker      <return type='int' info='the boolean value'/>
16540*7c568831SAndroid Build Coastguard Worker      <arg name='val' type='xmlXPathObjectPtr' info='an XPath object'/>
16541*7c568831SAndroid Build Coastguard Worker    </function>
16542*7c568831SAndroid Build Coastguard Worker    <function name='xmlXPathCastToNumber' file='xpath' module='xpath'>
16543*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_XPATH_ENABLED)</cond>
16544*7c568831SAndroid Build Coastguard Worker      <info>Converts an XPath object to its number value</info>
16545*7c568831SAndroid Build Coastguard Worker      <return type='double' info='the number value'/>
16546*7c568831SAndroid Build Coastguard Worker      <arg name='val' type='xmlXPathObjectPtr' info='an XPath object'/>
16547*7c568831SAndroid Build Coastguard Worker    </function>
16548*7c568831SAndroid Build Coastguard Worker    <function name='xmlXPathCastToString' file='xpath' module='xpath'>
16549*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_XPATH_ENABLED)</cond>
16550*7c568831SAndroid Build Coastguard Worker      <info>Converts an existing object to its string() equivalent</info>
16551*7c568831SAndroid Build Coastguard Worker      <return type='xmlChar *' info='the allocated string value of the object, NULL in case of error. It&apos;s up to the caller to free the string memory with xmlFree().'/>
16552*7c568831SAndroid Build Coastguard Worker      <arg name='val' type='xmlXPathObjectPtr' info='an XPath object'/>
16553*7c568831SAndroid Build Coastguard Worker    </function>
16554*7c568831SAndroid Build Coastguard Worker    <function name='xmlXPathCeilingFunction' file='xpathInternals' module='xpath'>
16555*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_XPATH_ENABLED)</cond>
16556*7c568831SAndroid Build Coastguard Worker      <info>Implement the ceiling() XPath function number ceiling(number) The ceiling function returns the smallest (closest to negative infinity) number that is not less than the argument and that is an integer.</info>
16557*7c568831SAndroid Build Coastguard Worker      <return type='void'/>
16558*7c568831SAndroid Build Coastguard Worker      <arg name='ctxt' type='xmlXPathParserContextPtr' info='the XPath Parser context'/>
16559*7c568831SAndroid Build Coastguard Worker      <arg name='nargs' type='int' info='the number of arguments'/>
16560*7c568831SAndroid Build Coastguard Worker    </function>
16561*7c568831SAndroid Build Coastguard Worker    <function name='xmlXPathCmpNodes' file='xpath' module='xpath'>
16562*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_XPATH_ENABLED)</cond>
16563*7c568831SAndroid Build Coastguard Worker      <info>Compare two nodes w.r.t document order</info>
16564*7c568831SAndroid Build Coastguard Worker      <return type='int' info='-2 in case of error 1 if first point &lt; second point, 0 if it&apos;s the same node, -1 otherwise'/>
16565*7c568831SAndroid Build Coastguard Worker      <arg name='node1' type='xmlNodePtr' info='the first node'/>
16566*7c568831SAndroid Build Coastguard Worker      <arg name='node2' type='xmlNodePtr' info='the second node'/>
16567*7c568831SAndroid Build Coastguard Worker    </function>
16568*7c568831SAndroid Build Coastguard Worker    <function name='xmlXPathCompareValues' file='xpathInternals' module='xpath'>
16569*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_XPATH_ENABLED)</cond>
16570*7c568831SAndroid Build Coastguard Worker      <info>Implement the compare operation on XPath objects: @arg1 &lt; @arg2    (1, 1, ... @arg1 &lt;= @arg2   (1, 0, ... @arg1 &gt; @arg2    (0, 1, ... @arg1 &gt;= @arg2   (0, 0, ...  When neither object to be compared is a node-set and the operator is &lt;=, &lt;, &gt;=, &gt;, then the objects are compared by converted both objects to numbers and comparing the numbers according to IEEE 754. The &lt; comparison will be true if and only if the first number is less than the second number. The &lt;= comparison will be true if and only if the first number is less than or equal to the second number. The &gt; comparison will be true if and only if the first number is greater than the second number. The &gt;= comparison will be true if and only if the first number is greater than or equal to the second number.</info>
16571*7c568831SAndroid Build Coastguard Worker      <return type='int' info='1 if the comparison succeeded, 0 if it failed'/>
16572*7c568831SAndroid Build Coastguard Worker      <arg name='ctxt' type='xmlXPathParserContextPtr' info='the XPath Parser context'/>
16573*7c568831SAndroid Build Coastguard Worker      <arg name='inf' type='int' info='less than (1) or greater than (0)'/>
16574*7c568831SAndroid Build Coastguard Worker      <arg name='strict' type='int' info='is the comparison strict'/>
16575*7c568831SAndroid Build Coastguard Worker    </function>
16576*7c568831SAndroid Build Coastguard Worker    <function name='xmlXPathCompile' file='xpath' module='xpath'>
16577*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_XPATH_ENABLED)</cond>
16578*7c568831SAndroid Build Coastguard Worker      <info>Compile an XPath expression</info>
16579*7c568831SAndroid Build Coastguard Worker      <return type='xmlXPathCompExprPtr' info='the xmlXPathCompExprPtr resulting from the compilation or NULL. the caller has to free the object.'/>
16580*7c568831SAndroid Build Coastguard Worker      <arg name='str' type='const xmlChar *' info='the XPath expression'/>
16581*7c568831SAndroid Build Coastguard Worker    </function>
16582*7c568831SAndroid Build Coastguard Worker    <function name='xmlXPathCompiledEval' file='xpath' module='xpath'>
16583*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_XPATH_ENABLED)</cond>
16584*7c568831SAndroid Build Coastguard Worker      <info>Evaluate the Precompiled XPath expression in the given context.</info>
16585*7c568831SAndroid Build Coastguard Worker      <return type='xmlXPathObjectPtr' info='the xmlXPathObjectPtr resulting from the evaluation or NULL. the caller has to free the object.'/>
16586*7c568831SAndroid Build Coastguard Worker      <arg name='comp' type='xmlXPathCompExprPtr' info='the compiled XPath expression'/>
16587*7c568831SAndroid Build Coastguard Worker      <arg name='ctx' type='xmlXPathContextPtr' info='the XPath context'/>
16588*7c568831SAndroid Build Coastguard Worker    </function>
16589*7c568831SAndroid Build Coastguard Worker    <function name='xmlXPathCompiledEvalToBoolean' file='xpath' module='xpath'>
16590*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_XPATH_ENABLED)</cond>
16591*7c568831SAndroid Build Coastguard Worker      <info>Applies the XPath boolean() function on the result of the given compiled expression.</info>
16592*7c568831SAndroid Build Coastguard Worker      <return type='int' info='1 if the expression evaluated to true, 0 if to false and -1 in API and internal errors.'/>
16593*7c568831SAndroid Build Coastguard Worker      <arg name='comp' type='xmlXPathCompExprPtr' info='the compiled XPath expression'/>
16594*7c568831SAndroid Build Coastguard Worker      <arg name='ctxt' type='xmlXPathContextPtr' info='the XPath context'/>
16595*7c568831SAndroid Build Coastguard Worker    </function>
16596*7c568831SAndroid Build Coastguard Worker    <function name='xmlXPathConcatFunction' file='xpathInternals' module='xpath'>
16597*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_XPATH_ENABLED)</cond>
16598*7c568831SAndroid Build Coastguard Worker      <info>Implement the concat() XPath function string concat(string, string, string*) The concat function returns the concatenation of its arguments.</info>
16599*7c568831SAndroid Build Coastguard Worker      <return type='void'/>
16600*7c568831SAndroid Build Coastguard Worker      <arg name='ctxt' type='xmlXPathParserContextPtr' info='the XPath Parser context'/>
16601*7c568831SAndroid Build Coastguard Worker      <arg name='nargs' type='int' info='the number of arguments'/>
16602*7c568831SAndroid Build Coastguard Worker    </function>
16603*7c568831SAndroid Build Coastguard Worker    <function name='xmlXPathContainsFunction' file='xpathInternals' module='xpath'>
16604*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_XPATH_ENABLED)</cond>
16605*7c568831SAndroid Build Coastguard Worker      <info>Implement the contains() XPath function boolean contains(string, string) The contains function returns true if the first argument string contains the second argument string, and otherwise returns false.</info>
16606*7c568831SAndroid Build Coastguard Worker      <return type='void'/>
16607*7c568831SAndroid Build Coastguard Worker      <arg name='ctxt' type='xmlXPathParserContextPtr' info='the XPath Parser context'/>
16608*7c568831SAndroid Build Coastguard Worker      <arg name='nargs' type='int' info='the number of arguments'/>
16609*7c568831SAndroid Build Coastguard Worker    </function>
16610*7c568831SAndroid Build Coastguard Worker    <function name='xmlXPathContextSetCache' file='xpath' module='xpath'>
16611*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_XPATH_ENABLED)</cond>
16612*7c568831SAndroid Build Coastguard Worker      <info>Creates/frees an object cache on the XPath context. If activates XPath objects (xmlXPathObject) will be cached internally to be reused. @options: 0: This will set the XPath object caching: @value: This will set the maximum number of XPath objects to be cached per slot There are two slots for node-set and misc objects. Use &lt;0 for the default number (100). Other values for @options have currently no effect.</info>
16613*7c568831SAndroid Build Coastguard Worker      <return type='int' info='0 if the setting succeeded, and -1 on API or internal errors.'/>
16614*7c568831SAndroid Build Coastguard Worker      <arg name='ctxt' type='xmlXPathContextPtr' info='the XPath context'/>
16615*7c568831SAndroid Build Coastguard Worker      <arg name='active' type='int' info='enables/disables (creates/frees) the cache'/>
16616*7c568831SAndroid Build Coastguard Worker      <arg name='value' type='int' info='a value with semantics dependent on @options'/>
16617*7c568831SAndroid Build Coastguard Worker      <arg name='options' type='int' info='options (currently only the value 0 is used)'/>
16618*7c568831SAndroid Build Coastguard Worker    </function>
16619*7c568831SAndroid Build Coastguard Worker    <function name='xmlXPathConvertBoolean' file='xpath' module='xpath'>
16620*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_XPATH_ENABLED)</cond>
16621*7c568831SAndroid Build Coastguard Worker      <info>Converts an existing object to its boolean() equivalent</info>
16622*7c568831SAndroid Build Coastguard Worker      <return type='xmlXPathObjectPtr' info='the new object, the old one is freed (or the operation is done directly on @val)'/>
16623*7c568831SAndroid Build Coastguard Worker      <arg name='val' type='xmlXPathObjectPtr' info='an XPath object'/>
16624*7c568831SAndroid Build Coastguard Worker    </function>
16625*7c568831SAndroid Build Coastguard Worker    <functype name='xmlXPathConvertFunc' file='xpath' module='xpath'>
16626*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_XPATH_ENABLED)</cond>
16627*7c568831SAndroid Build Coastguard Worker      <info>A conversion function is associated to a type and used to cast the new type to primitive values.</info>
16628*7c568831SAndroid Build Coastguard Worker      <return type='int' info='-1 in case of error, 0 otherwise'/>
16629*7c568831SAndroid Build Coastguard Worker      <arg name='obj' type='xmlXPathObjectPtr' info='an XPath object'/>
16630*7c568831SAndroid Build Coastguard Worker      <arg name='type' type='int' info='the number of the target type'/>
16631*7c568831SAndroid Build Coastguard Worker    </functype>
16632*7c568831SAndroid Build Coastguard Worker    <function name='xmlXPathConvertNumber' file='xpath' module='xpath'>
16633*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_XPATH_ENABLED)</cond>
16634*7c568831SAndroid Build Coastguard Worker      <info>Converts an existing object to its number() equivalent</info>
16635*7c568831SAndroid Build Coastguard Worker      <return type='xmlXPathObjectPtr' info='the new object, the old one is freed (or the operation is done directly on @val)'/>
16636*7c568831SAndroid Build Coastguard Worker      <arg name='val' type='xmlXPathObjectPtr' info='an XPath object'/>
16637*7c568831SAndroid Build Coastguard Worker    </function>
16638*7c568831SAndroid Build Coastguard Worker    <function name='xmlXPathConvertString' file='xpath' module='xpath'>
16639*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_XPATH_ENABLED)</cond>
16640*7c568831SAndroid Build Coastguard Worker      <info>Converts an existing object to its string() equivalent</info>
16641*7c568831SAndroid Build Coastguard Worker      <return type='xmlXPathObjectPtr' info='the new object, the old one is freed (or the operation is done directly on @val)'/>
16642*7c568831SAndroid Build Coastguard Worker      <arg name='val' type='xmlXPathObjectPtr' info='an XPath object'/>
16643*7c568831SAndroid Build Coastguard Worker    </function>
16644*7c568831SAndroid Build Coastguard Worker    <function name='xmlXPathCountFunction' file='xpathInternals' module='xpath'>
16645*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_XPATH_ENABLED)</cond>
16646*7c568831SAndroid Build Coastguard Worker      <info>Implement the count() XPath function number count(node-set)</info>
16647*7c568831SAndroid Build Coastguard Worker      <return type='void'/>
16648*7c568831SAndroid Build Coastguard Worker      <arg name='ctxt' type='xmlXPathParserContextPtr' info='the XPath Parser context'/>
16649*7c568831SAndroid Build Coastguard Worker      <arg name='nargs' type='int' info='the number of arguments'/>
16650*7c568831SAndroid Build Coastguard Worker    </function>
16651*7c568831SAndroid Build Coastguard Worker    <function name='xmlXPathCtxtCompile' file='xpath' module='xpath'>
16652*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_XPATH_ENABLED)</cond>
16653*7c568831SAndroid Build Coastguard Worker      <info>Compile an XPath expression</info>
16654*7c568831SAndroid Build Coastguard Worker      <return type='xmlXPathCompExprPtr' info='the xmlXPathCompExprPtr resulting from the compilation or NULL. the caller has to free the object.'/>
16655*7c568831SAndroid Build Coastguard Worker      <arg name='ctxt' type='xmlXPathContextPtr' info='an XPath context'/>
16656*7c568831SAndroid Build Coastguard Worker      <arg name='str' type='const xmlChar *' info='the XPath expression'/>
16657*7c568831SAndroid Build Coastguard Worker    </function>
16658*7c568831SAndroid Build Coastguard Worker    <function name='xmlXPathDebugDumpCompExpr' file='xpathInternals' module='xpath'>
16659*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_XPATH_ENABLED) &amp;&amp; defined(LIBXML_DEBUG_ENABLED)</cond>
16660*7c568831SAndroid Build Coastguard Worker      <info>Dumps the tree of the compiled XPath expression.</info>
16661*7c568831SAndroid Build Coastguard Worker      <return type='void'/>
16662*7c568831SAndroid Build Coastguard Worker      <arg name='output' type='FILE *' info='the FILE * for the output'/>
16663*7c568831SAndroid Build Coastguard Worker      <arg name='comp' type='xmlXPathCompExprPtr' info='the precompiled XPath expression'/>
16664*7c568831SAndroid Build Coastguard Worker      <arg name='depth' type='int' info='the indentation level.'/>
16665*7c568831SAndroid Build Coastguard Worker    </function>
16666*7c568831SAndroid Build Coastguard Worker    <function name='xmlXPathDebugDumpObject' file='xpathInternals' module='xpath'>
16667*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_XPATH_ENABLED) &amp;&amp; defined(LIBXML_DEBUG_ENABLED)</cond>
16668*7c568831SAndroid Build Coastguard Worker      <info>Dump the content of the object for debugging purposes</info>
16669*7c568831SAndroid Build Coastguard Worker      <return type='void'/>
16670*7c568831SAndroid Build Coastguard Worker      <arg name='output' type='FILE *' info='the FILE * to dump the output'/>
16671*7c568831SAndroid Build Coastguard Worker      <arg name='cur' type='xmlXPathObjectPtr' info='the object to inspect'/>
16672*7c568831SAndroid Build Coastguard Worker      <arg name='depth' type='int' info='indentation level'/>
16673*7c568831SAndroid Build Coastguard Worker    </function>
16674*7c568831SAndroid Build Coastguard Worker    <function name='xmlXPathDifference' file='xpathInternals' module='xpath'>
16675*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_XPATH_ENABLED)</cond>
16676*7c568831SAndroid Build Coastguard Worker      <info>Implements the EXSLT - Sets difference() function: node-set set:difference (node-set, node-set)</info>
16677*7c568831SAndroid Build Coastguard Worker      <return type='xmlNodeSetPtr' info='the difference between the two node sets, or nodes1 if nodes2 is empty'/>
16678*7c568831SAndroid Build Coastguard Worker      <arg name='nodes1' type='xmlNodeSetPtr' info='a node-set'/>
16679*7c568831SAndroid Build Coastguard Worker      <arg name='nodes2' type='xmlNodeSetPtr' info='a node-set'/>
16680*7c568831SAndroid Build Coastguard Worker    </function>
16681*7c568831SAndroid Build Coastguard Worker    <function name='xmlXPathDistinct' file='xpathInternals' module='xpath'>
16682*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_XPATH_ENABLED)</cond>
16683*7c568831SAndroid Build Coastguard Worker      <info>Implements the EXSLT - Sets distinct() function: node-set set:distinct (node-set) @nodes is sorted by document order, then #exslSetsDistinctSorted is called with the sorted node-set</info>
16684*7c568831SAndroid Build Coastguard Worker      <return type='xmlNodeSetPtr' info='a subset of the nodes contained in @nodes, or @nodes if it is empty'/>
16685*7c568831SAndroid Build Coastguard Worker      <arg name='nodes' type='xmlNodeSetPtr' info='a node-set'/>
16686*7c568831SAndroid Build Coastguard Worker    </function>
16687*7c568831SAndroid Build Coastguard Worker    <function name='xmlXPathDistinctSorted' file='xpathInternals' module='xpath'>
16688*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_XPATH_ENABLED)</cond>
16689*7c568831SAndroid Build Coastguard Worker      <info>Implements the EXSLT - Sets distinct() function: node-set set:distinct (node-set)</info>
16690*7c568831SAndroid Build Coastguard Worker      <return type='xmlNodeSetPtr' info='a subset of the nodes contained in @nodes, or @nodes if it is empty'/>
16691*7c568831SAndroid Build Coastguard Worker      <arg name='nodes' type='xmlNodeSetPtr' info='a node-set, sorted by document order'/>
16692*7c568831SAndroid Build Coastguard Worker    </function>
16693*7c568831SAndroid Build Coastguard Worker    <function name='xmlXPathDivValues' file='xpathInternals' module='xpath'>
16694*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_XPATH_ENABLED)</cond>
16695*7c568831SAndroid Build Coastguard Worker      <info>Implement the div operation on XPath objects @arg1 / @arg2: The numeric operators convert their operands to numbers as if by calling the number function.</info>
16696*7c568831SAndroid Build Coastguard Worker      <return type='void'/>
16697*7c568831SAndroid Build Coastguard Worker      <arg name='ctxt' type='xmlXPathParserContextPtr' info='the XPath Parser context'/>
16698*7c568831SAndroid Build Coastguard Worker    </function>
16699*7c568831SAndroid Build Coastguard Worker    <function name='xmlXPathEqualValues' file='xpathInternals' module='xpath'>
16700*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_XPATH_ENABLED)</cond>
16701*7c568831SAndroid Build Coastguard Worker      <info>Implement the equal operation on XPath objects content: @arg1 == @arg2</info>
16702*7c568831SAndroid Build Coastguard Worker      <return type='int' info='0 or 1 depending on the results of the test.'/>
16703*7c568831SAndroid Build Coastguard Worker      <arg name='ctxt' type='xmlXPathParserContextPtr' info='the XPath Parser context'/>
16704*7c568831SAndroid Build Coastguard Worker    </function>
16705*7c568831SAndroid Build Coastguard Worker    <function name='xmlXPathErr' file='xpathInternals' module='xpath'>
16706*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_XPATH_ENABLED)</cond>
16707*7c568831SAndroid Build Coastguard Worker      <info>Handle an XPath error</info>
16708*7c568831SAndroid Build Coastguard Worker      <return type='void'/>
16709*7c568831SAndroid Build Coastguard Worker      <arg name='ctxt' type='xmlXPathParserContextPtr' info='a XPath parser context'/>
16710*7c568831SAndroid Build Coastguard Worker      <arg name='code' type='int' info='the error code'/>
16711*7c568831SAndroid Build Coastguard Worker    </function>
16712*7c568831SAndroid Build Coastguard Worker    <function name='xmlXPathEval' file='xpath' module='xpath'>
16713*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_XPATH_ENABLED)</cond>
16714*7c568831SAndroid Build Coastguard Worker      <info>Evaluate the XPath Location Path in the given context.</info>
16715*7c568831SAndroid Build Coastguard Worker      <return type='xmlXPathObjectPtr' info='the xmlXPathObjectPtr resulting from the evaluation or NULL. the caller has to free the object.'/>
16716*7c568831SAndroid Build Coastguard Worker      <arg name='str' type='const xmlChar *' info='the XPath expression'/>
16717*7c568831SAndroid Build Coastguard Worker      <arg name='ctx' type='xmlXPathContextPtr' info='the XPath context'/>
16718*7c568831SAndroid Build Coastguard Worker    </function>
16719*7c568831SAndroid Build Coastguard Worker    <function name='xmlXPathEvalExpr' file='xpathInternals' module='xpath'>
16720*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_XPATH_ENABLED)</cond>
16721*7c568831SAndroid Build Coastguard Worker      <info>Parse and evaluate an XPath expression in the given context, then push the result on the context stack</info>
16722*7c568831SAndroid Build Coastguard Worker      <return type='void'/>
16723*7c568831SAndroid Build Coastguard Worker      <arg name='ctxt' type='xmlXPathParserContextPtr' info='the XPath Parser context'/>
16724*7c568831SAndroid Build Coastguard Worker    </function>
16725*7c568831SAndroid Build Coastguard Worker    <function name='xmlXPathEvalExpression' file='xpath' module='xpath'>
16726*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_XPATH_ENABLED)</cond>
16727*7c568831SAndroid Build Coastguard Worker      <info>Alias for xmlXPathEval().</info>
16728*7c568831SAndroid Build Coastguard Worker      <return type='xmlXPathObjectPtr' info='the xmlXPathObjectPtr resulting from the evaluation or NULL. the caller has to free the object.'/>
16729*7c568831SAndroid Build Coastguard Worker      <arg name='str' type='const xmlChar *' info='the XPath expression'/>
16730*7c568831SAndroid Build Coastguard Worker      <arg name='ctxt' type='xmlXPathContextPtr' info='the XPath context'/>
16731*7c568831SAndroid Build Coastguard Worker    </function>
16732*7c568831SAndroid Build Coastguard Worker    <functype name='xmlXPathEvalFunc' file='xpath' module='xpath'>
16733*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_XPATH_ENABLED)</cond>
16734*7c568831SAndroid Build Coastguard Worker      <info>An XPath evaluation function, the parameters are on the XPath context stack.</info>
16735*7c568831SAndroid Build Coastguard Worker      <return type='void'/>
16736*7c568831SAndroid Build Coastguard Worker      <arg name='ctxt' type='xmlXPathParserContextPtr' info='an XPath parser context'/>
16737*7c568831SAndroid Build Coastguard Worker      <arg name='nargs' type='int' info='the number of arguments passed to the function'/>
16738*7c568831SAndroid Build Coastguard Worker    </functype>
16739*7c568831SAndroid Build Coastguard Worker    <function name='xmlXPathEvalPredicate' file='xpath' module='xpath'>
16740*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_XPATH_ENABLED)</cond>
16741*7c568831SAndroid Build Coastguard Worker      <info>Evaluate a predicate result for the current node. A PredicateExpr is evaluated by evaluating the Expr and converting the result to a boolean. If the result is a number, the result will be converted to true if the number is equal to the position of the context node in the context node list (as returned by the position function) and will be converted to false otherwise; if the result is not a number, then the result will be converted as if by a call to the boolean function.</info>
16742*7c568831SAndroid Build Coastguard Worker      <return type='int' info='1 if predicate is true, 0 otherwise'/>
16743*7c568831SAndroid Build Coastguard Worker      <arg name='ctxt' type='xmlXPathContextPtr' info='the XPath context'/>
16744*7c568831SAndroid Build Coastguard Worker      <arg name='res' type='xmlXPathObjectPtr' info='the Predicate Expression evaluation result'/>
16745*7c568831SAndroid Build Coastguard Worker    </function>
16746*7c568831SAndroid Build Coastguard Worker    <function name='xmlXPathEvaluatePredicateResult' file='xpathInternals' module='xpath'>
16747*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_XPATH_ENABLED)</cond>
16748*7c568831SAndroid Build Coastguard Worker      <info>Evaluate a predicate result for the current node. A PredicateExpr is evaluated by evaluating the Expr and converting the result to a boolean. If the result is a number, the result will be converted to true if the number is equal to the position of the context node in the context node list (as returned by the position function) and will be converted to false otherwise; if the result is not a number, then the result will be converted as if by a call to the boolean function.</info>
16749*7c568831SAndroid Build Coastguard Worker      <return type='int' info='1 if predicate is true, 0 otherwise'/>
16750*7c568831SAndroid Build Coastguard Worker      <arg name='ctxt' type='xmlXPathParserContextPtr' info='the XPath Parser context'/>
16751*7c568831SAndroid Build Coastguard Worker      <arg name='res' type='xmlXPathObjectPtr' info='the Predicate Expression evaluation result'/>
16752*7c568831SAndroid Build Coastguard Worker    </function>
16753*7c568831SAndroid Build Coastguard Worker    <function name='xmlXPathFalseFunction' file='xpathInternals' module='xpath'>
16754*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_XPATH_ENABLED)</cond>
16755*7c568831SAndroid Build Coastguard Worker      <info>Implement the false() XPath function boolean false()</info>
16756*7c568831SAndroid Build Coastguard Worker      <return type='void'/>
16757*7c568831SAndroid Build Coastguard Worker      <arg name='ctxt' type='xmlXPathParserContextPtr' info='the XPath Parser context'/>
16758*7c568831SAndroid Build Coastguard Worker      <arg name='nargs' type='int' info='the number of arguments'/>
16759*7c568831SAndroid Build Coastguard Worker    </function>
16760*7c568831SAndroid Build Coastguard Worker    <function name='xmlXPathFloorFunction' file='xpathInternals' module='xpath'>
16761*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_XPATH_ENABLED)</cond>
16762*7c568831SAndroid Build Coastguard Worker      <info>Implement the floor() XPath function number floor(number) The floor function returns the largest (closest to positive infinity) number that is not greater than the argument and that is an integer.</info>
16763*7c568831SAndroid Build Coastguard Worker      <return type='void'/>
16764*7c568831SAndroid Build Coastguard Worker      <arg name='ctxt' type='xmlXPathParserContextPtr' info='the XPath Parser context'/>
16765*7c568831SAndroid Build Coastguard Worker      <arg name='nargs' type='int' info='the number of arguments'/>
16766*7c568831SAndroid Build Coastguard Worker    </function>
16767*7c568831SAndroid Build Coastguard Worker    <function name='xmlXPathFreeCompExpr' file='xpath' module='xpath'>
16768*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_XPATH_ENABLED)</cond>
16769*7c568831SAndroid Build Coastguard Worker      <info>Free up the memory allocated by @comp</info>
16770*7c568831SAndroid Build Coastguard Worker      <return type='void'/>
16771*7c568831SAndroid Build Coastguard Worker      <arg name='comp' type='xmlXPathCompExprPtr' info='an XPATH comp'/>
16772*7c568831SAndroid Build Coastguard Worker    </function>
16773*7c568831SAndroid Build Coastguard Worker    <function name='xmlXPathFreeContext' file='xpath' module='xpath'>
16774*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_XPATH_ENABLED)</cond>
16775*7c568831SAndroid Build Coastguard Worker      <info>Free up an xmlXPathContext</info>
16776*7c568831SAndroid Build Coastguard Worker      <return type='void'/>
16777*7c568831SAndroid Build Coastguard Worker      <arg name='ctxt' type='xmlXPathContextPtr' info='the context to free'/>
16778*7c568831SAndroid Build Coastguard Worker    </function>
16779*7c568831SAndroid Build Coastguard Worker    <function name='xmlXPathFreeNodeSet' file='xpath' module='xpath'>
16780*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_XPATH_ENABLED)</cond>
16781*7c568831SAndroid Build Coastguard Worker      <info>Free the NodeSet compound (not the actual nodes !).</info>
16782*7c568831SAndroid Build Coastguard Worker      <return type='void'/>
16783*7c568831SAndroid Build Coastguard Worker      <arg name='obj' type='xmlNodeSetPtr' info='the xmlNodeSetPtr to free'/>
16784*7c568831SAndroid Build Coastguard Worker    </function>
16785*7c568831SAndroid Build Coastguard Worker    <function name='xmlXPathFreeNodeSetList' file='xpath' module='xpath'>
16786*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_XPATH_ENABLED)</cond>
16787*7c568831SAndroid Build Coastguard Worker      <info>Free up the xmlXPathObjectPtr @obj but don&apos;t deallocate the objects in the list contrary to xmlXPathFreeObject().</info>
16788*7c568831SAndroid Build Coastguard Worker      <return type='void'/>
16789*7c568831SAndroid Build Coastguard Worker      <arg name='obj' type='xmlXPathObjectPtr' info='an existing NodeSetList object'/>
16790*7c568831SAndroid Build Coastguard Worker    </function>
16791*7c568831SAndroid Build Coastguard Worker    <function name='xmlXPathFreeObject' file='xpath' module='xpath'>
16792*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_XPATH_ENABLED)</cond>
16793*7c568831SAndroid Build Coastguard Worker      <info>Free up an xmlXPathObjectPtr object.</info>
16794*7c568831SAndroid Build Coastguard Worker      <return type='void'/>
16795*7c568831SAndroid Build Coastguard Worker      <arg name='obj' type='xmlXPathObjectPtr' info='the object to free'/>
16796*7c568831SAndroid Build Coastguard Worker    </function>
16797*7c568831SAndroid Build Coastguard Worker    <function name='xmlXPathFreeParserContext' file='xpathInternals' module='xpath'>
16798*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_XPATH_ENABLED)</cond>
16799*7c568831SAndroid Build Coastguard Worker      <info>Free up an xmlXPathParserContext</info>
16800*7c568831SAndroid Build Coastguard Worker      <return type='void'/>
16801*7c568831SAndroid Build Coastguard Worker      <arg name='ctxt' type='xmlXPathParserContextPtr' info='the context to free'/>
16802*7c568831SAndroid Build Coastguard Worker    </function>
16803*7c568831SAndroid Build Coastguard Worker    <functype name='xmlXPathFuncLookupFunc' file='xpath' module='xpath'>
16804*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_XPATH_ENABLED)</cond>
16805*7c568831SAndroid Build Coastguard Worker      <info>Prototype for callbacks used to plug function lookup in the XPath engine.</info>
16806*7c568831SAndroid Build Coastguard Worker      <return type='xmlXPathFunction' info='the XPath function or NULL if not found.'/>
16807*7c568831SAndroid Build Coastguard Worker      <arg name='ctxt' type='void *' info='an XPath context'/>
16808*7c568831SAndroid Build Coastguard Worker      <arg name='name' type='const xmlChar *' info='name of the function'/>
16809*7c568831SAndroid Build Coastguard Worker      <arg name='ns_uri' type='const xmlChar *' info='the namespace name hosting this function'/>
16810*7c568831SAndroid Build Coastguard Worker    </functype>
16811*7c568831SAndroid Build Coastguard Worker    <functype name='xmlXPathFunction' file='xpath' module='xpath'>
16812*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_XPATH_ENABLED)</cond>
16813*7c568831SAndroid Build Coastguard Worker      <info>An XPath function. The arguments (if any) are popped out from the context stack and the result is pushed on the stack.</info>
16814*7c568831SAndroid Build Coastguard Worker      <return type='void'/>
16815*7c568831SAndroid Build Coastguard Worker      <arg name='ctxt' type='xmlXPathParserContextPtr' info='the XPath interprestation context'/>
16816*7c568831SAndroid Build Coastguard Worker      <arg name='nargs' type='int' info='the number of arguments'/>
16817*7c568831SAndroid Build Coastguard Worker    </functype>
16818*7c568831SAndroid Build Coastguard Worker    <function name='xmlXPathFunctionLookup' file='xpathInternals' module='xpath'>
16819*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_XPATH_ENABLED)</cond>
16820*7c568831SAndroid Build Coastguard Worker      <info>Search in the Function array of the context for the given function.</info>
16821*7c568831SAndroid Build Coastguard Worker      <return type='xmlXPathFunction' info='the xmlXPathFunction or NULL if not found'/>
16822*7c568831SAndroid Build Coastguard Worker      <arg name='ctxt' type='xmlXPathContextPtr' info='the XPath context'/>
16823*7c568831SAndroid Build Coastguard Worker      <arg name='name' type='const xmlChar *' info='the function name'/>
16824*7c568831SAndroid Build Coastguard Worker    </function>
16825*7c568831SAndroid Build Coastguard Worker    <function name='xmlXPathFunctionLookupNS' file='xpathInternals' module='xpath'>
16826*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_XPATH_ENABLED)</cond>
16827*7c568831SAndroid Build Coastguard Worker      <info>Search in the Function array of the context for the given function.</info>
16828*7c568831SAndroid Build Coastguard Worker      <return type='xmlXPathFunction' info='the xmlXPathFunction or NULL if not found'/>
16829*7c568831SAndroid Build Coastguard Worker      <arg name='ctxt' type='xmlXPathContextPtr' info='the XPath context'/>
16830*7c568831SAndroid Build Coastguard Worker      <arg name='name' type='const xmlChar *' info='the function name'/>
16831*7c568831SAndroid Build Coastguard Worker      <arg name='ns_uri' type='const xmlChar *' info='the function namespace URI'/>
16832*7c568831SAndroid Build Coastguard Worker    </function>
16833*7c568831SAndroid Build Coastguard Worker    <function name='xmlXPathHasSameNodes' file='xpathInternals' module='xpath'>
16834*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_XPATH_ENABLED)</cond>
16835*7c568831SAndroid Build Coastguard Worker      <info>Implements the EXSLT - Sets has-same-nodes function: boolean set:has-same-node(node-set, node-set)</info>
16836*7c568831SAndroid Build Coastguard Worker      <return type='int' info='true (1) if @nodes1 shares any node with @nodes2, false (0) otherwise'/>
16837*7c568831SAndroid Build Coastguard Worker      <arg name='nodes1' type='xmlNodeSetPtr' info='a node-set'/>
16838*7c568831SAndroid Build Coastguard Worker      <arg name='nodes2' type='xmlNodeSetPtr' info='a node-set'/>
16839*7c568831SAndroid Build Coastguard Worker    </function>
16840*7c568831SAndroid Build Coastguard Worker    <function name='xmlXPathIdFunction' file='xpathInternals' module='xpath'>
16841*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_XPATH_ENABLED)</cond>
16842*7c568831SAndroid Build Coastguard Worker      <info>Implement the id() XPath function node-set id(object) The id function selects elements by their unique ID (see [5.2.1 Unique IDs]). When the argument to id is of type node-set, then the result is the union of the result of applying id to the string value of each of the nodes in the argument node-set. When the argument to id is of any other type, the argument is converted to a string as if by a call to the string function; the string is split into a whitespace-separated list of tokens (whitespace is any sequence of characters matching the production S); the result is a node-set containing the elements in the same document as the context node that have a unique ID equal to any of the tokens in the list.</info>
16843*7c568831SAndroid Build Coastguard Worker      <return type='void'/>
16844*7c568831SAndroid Build Coastguard Worker      <arg name='ctxt' type='xmlXPathParserContextPtr' info='the XPath Parser context'/>
16845*7c568831SAndroid Build Coastguard Worker      <arg name='nargs' type='int' info='the number of arguments'/>
16846*7c568831SAndroid Build Coastguard Worker    </function>
16847*7c568831SAndroid Build Coastguard Worker    <function name='xmlXPathInit' file='xpath' module='xpath'>
16848*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_XPATH_ENABLED)</cond>
16849*7c568831SAndroid Build Coastguard Worker      <info>DEPRECATED: Alias for xmlInitParser.</info>
16850*7c568831SAndroid Build Coastguard Worker      <return type='void'/>
16851*7c568831SAndroid Build Coastguard Worker    </function>
16852*7c568831SAndroid Build Coastguard Worker    <function name='xmlXPathIntersection' file='xpathInternals' module='xpath'>
16853*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_XPATH_ENABLED)</cond>
16854*7c568831SAndroid Build Coastguard Worker      <info>Implements the EXSLT - Sets intersection() function: node-set set:intersection (node-set, node-set)</info>
16855*7c568831SAndroid Build Coastguard Worker      <return type='xmlNodeSetPtr' info='a node set comprising the nodes that are within both the node sets passed as arguments'/>
16856*7c568831SAndroid Build Coastguard Worker      <arg name='nodes1' type='xmlNodeSetPtr' info='a node-set'/>
16857*7c568831SAndroid Build Coastguard Worker      <arg name='nodes2' type='xmlNodeSetPtr' info='a node-set'/>
16858*7c568831SAndroid Build Coastguard Worker    </function>
16859*7c568831SAndroid Build Coastguard Worker    <function name='xmlXPathIsInf' file='xpath' module='xpath'>
16860*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_XPATH_ENABLED)</cond>
16861*7c568831SAndroid Build Coastguard Worker      <info>Checks whether a double is an infinity.</info>
16862*7c568831SAndroid Build Coastguard Worker      <return type='int' info='1 if the value is +Infinite, -1 if -Infinite, 0 otherwise'/>
16863*7c568831SAndroid Build Coastguard Worker      <arg name='val' type='double' info='a double value'/>
16864*7c568831SAndroid Build Coastguard Worker    </function>
16865*7c568831SAndroid Build Coastguard Worker    <function name='xmlXPathIsNaN' file='xpath' module='xpath'>
16866*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_XPATH_ENABLED)</cond>
16867*7c568831SAndroid Build Coastguard Worker      <info>Checks whether a double is a NaN.</info>
16868*7c568831SAndroid Build Coastguard Worker      <return type='int' info='1 if the value is a NaN, 0 otherwise'/>
16869*7c568831SAndroid Build Coastguard Worker      <arg name='val' type='double' info='a double value'/>
16870*7c568831SAndroid Build Coastguard Worker    </function>
16871*7c568831SAndroid Build Coastguard Worker    <function name='xmlXPathIsNodeType' file='xpathInternals' module='xpath'>
16872*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_XPATH_ENABLED)</cond>
16873*7c568831SAndroid Build Coastguard Worker      <info>Is the name given a NodeType one.  [38]   NodeType ::=   &apos;comment&apos; | &apos;text&apos; | &apos;processing-instruction&apos; | &apos;node&apos;</info>
16874*7c568831SAndroid Build Coastguard Worker      <return type='int' info='1 if true 0 otherwise'/>
16875*7c568831SAndroid Build Coastguard Worker      <arg name='name' type='const xmlChar *' info='a name string'/>
16876*7c568831SAndroid Build Coastguard Worker    </function>
16877*7c568831SAndroid Build Coastguard Worker    <function name='xmlXPathLangFunction' file='xpathInternals' module='xpath'>
16878*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_XPATH_ENABLED)</cond>
16879*7c568831SAndroid Build Coastguard Worker      <info>Implement the lang() XPath function boolean lang(string) The lang function returns true or false depending on whether the language of the context node as specified by xml:lang attributes is the same as or is a sublanguage of the language specified by the argument string. The language of the context node is determined by the value of the xml:lang attribute on the context node, or, if the context node has no xml:lang attribute, by the value of the xml:lang attribute on the nearest ancestor of the context node that has an xml:lang attribute. If there is no such attribute, then lang</info>
16880*7c568831SAndroid Build Coastguard Worker      <return type='void'/>
16881*7c568831SAndroid Build Coastguard Worker      <arg name='ctxt' type='xmlXPathParserContextPtr' info='the XPath Parser context'/>
16882*7c568831SAndroid Build Coastguard Worker      <arg name='nargs' type='int' info='the number of arguments'/>
16883*7c568831SAndroid Build Coastguard Worker    </function>
16884*7c568831SAndroid Build Coastguard Worker    <function name='xmlXPathLastFunction' file='xpathInternals' module='xpath'>
16885*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_XPATH_ENABLED)</cond>
16886*7c568831SAndroid Build Coastguard Worker      <info>Implement the last() XPath function number last() The last function returns the number of nodes in the context node list.</info>
16887*7c568831SAndroid Build Coastguard Worker      <return type='void'/>
16888*7c568831SAndroid Build Coastguard Worker      <arg name='ctxt' type='xmlXPathParserContextPtr' info='the XPath Parser context'/>
16889*7c568831SAndroid Build Coastguard Worker      <arg name='nargs' type='int' info='the number of arguments'/>
16890*7c568831SAndroid Build Coastguard Worker    </function>
16891*7c568831SAndroid Build Coastguard Worker    <function name='xmlXPathLeading' file='xpathInternals' module='xpath'>
16892*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_XPATH_ENABLED)</cond>
16893*7c568831SAndroid Build Coastguard Worker      <info>Implements the EXSLT - Sets leading() function: node-set set:leading (node-set, node-set) @nodes1 and @nodes2 are sorted by document order, then #exslSetsLeadingSorted is called.</info>
16894*7c568831SAndroid Build Coastguard Worker      <return type='xmlNodeSetPtr' info='the nodes in @nodes1 that precede the first node in @nodes2 in document order, @nodes1 if @nodes2 is NULL or empty or an empty node-set if @nodes1 doesn&apos;t contain @nodes2'/>
16895*7c568831SAndroid Build Coastguard Worker      <arg name='nodes1' type='xmlNodeSetPtr' info='a node-set'/>
16896*7c568831SAndroid Build Coastguard Worker      <arg name='nodes2' type='xmlNodeSetPtr' info='a node-set'/>
16897*7c568831SAndroid Build Coastguard Worker    </function>
16898*7c568831SAndroid Build Coastguard Worker    <function name='xmlXPathLeadingSorted' file='xpathInternals' module='xpath'>
16899*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_XPATH_ENABLED)</cond>
16900*7c568831SAndroid Build Coastguard Worker      <info>Implements the EXSLT - Sets leading() function: node-set set:leading (node-set, node-set)</info>
16901*7c568831SAndroid Build Coastguard Worker      <return type='xmlNodeSetPtr' info='the nodes in @nodes1 that precede the first node in @nodes2 in document order, @nodes1 if @nodes2 is NULL or empty or an empty node-set if @nodes1 doesn&apos;t contain @nodes2'/>
16902*7c568831SAndroid Build Coastguard Worker      <arg name='nodes1' type='xmlNodeSetPtr' info='a node-set, sorted by document order'/>
16903*7c568831SAndroid Build Coastguard Worker      <arg name='nodes2' type='xmlNodeSetPtr' info='a node-set, sorted by document order'/>
16904*7c568831SAndroid Build Coastguard Worker    </function>
16905*7c568831SAndroid Build Coastguard Worker    <function name='xmlXPathLocalNameFunction' file='xpathInternals' module='xpath'>
16906*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_XPATH_ENABLED)</cond>
16907*7c568831SAndroid Build Coastguard Worker      <info>Implement the local-name() XPath function string local-name(node-set?) The local-name function returns a string containing the local part of the name of the node in the argument node-set that is first in document order. If the node-set is empty or the first node has no name, an empty string is returned. If the argument is omitted it defaults to the context node.</info>
16908*7c568831SAndroid Build Coastguard Worker      <return type='void'/>
16909*7c568831SAndroid Build Coastguard Worker      <arg name='ctxt' type='xmlXPathParserContextPtr' info='the XPath Parser context'/>
16910*7c568831SAndroid Build Coastguard Worker      <arg name='nargs' type='int' info='the number of arguments'/>
16911*7c568831SAndroid Build Coastguard Worker    </function>
16912*7c568831SAndroid Build Coastguard Worker    <function name='xmlXPathModValues' file='xpathInternals' module='xpath'>
16913*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_XPATH_ENABLED)</cond>
16914*7c568831SAndroid Build Coastguard Worker      <info>Implement the mod operation on XPath objects: @arg1 / @arg2 The numeric operators convert their operands to numbers as if by calling the number function.</info>
16915*7c568831SAndroid Build Coastguard Worker      <return type='void'/>
16916*7c568831SAndroid Build Coastguard Worker      <arg name='ctxt' type='xmlXPathParserContextPtr' info='the XPath Parser context'/>
16917*7c568831SAndroid Build Coastguard Worker    </function>
16918*7c568831SAndroid Build Coastguard Worker    <function name='xmlXPathMultValues' file='xpathInternals' module='xpath'>
16919*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_XPATH_ENABLED)</cond>
16920*7c568831SAndroid Build Coastguard Worker      <info>Implement the multiply operation on XPath objects: The numeric operators convert their operands to numbers as if by calling the number function.</info>
16921*7c568831SAndroid Build Coastguard Worker      <return type='void'/>
16922*7c568831SAndroid Build Coastguard Worker      <arg name='ctxt' type='xmlXPathParserContextPtr' info='the XPath Parser context'/>
16923*7c568831SAndroid Build Coastguard Worker    </function>
16924*7c568831SAndroid Build Coastguard Worker    <function name='xmlXPathNamespaceURIFunction' file='xpathInternals' module='xpath'>
16925*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_XPATH_ENABLED)</cond>
16926*7c568831SAndroid Build Coastguard Worker      <info>Implement the namespace-uri() XPath function string namespace-uri(node-set?) The namespace-uri function returns a string containing the namespace URI of the expanded name of the node in the argument node-set that is first in document order. If the node-set is empty, the first node has no name, or the expanded name has no namespace URI, an empty string is returned. If the argument is omitted it defaults to the context node.</info>
16927*7c568831SAndroid Build Coastguard Worker      <return type='void'/>
16928*7c568831SAndroid Build Coastguard Worker      <arg name='ctxt' type='xmlXPathParserContextPtr' info='the XPath Parser context'/>
16929*7c568831SAndroid Build Coastguard Worker      <arg name='nargs' type='int' info='the number of arguments'/>
16930*7c568831SAndroid Build Coastguard Worker    </function>
16931*7c568831SAndroid Build Coastguard Worker    <function name='xmlXPathNewBoolean' file='xpathInternals' module='xpath'>
16932*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_XPATH_ENABLED)</cond>
16933*7c568831SAndroid Build Coastguard Worker      <info>Create a new xmlXPathObjectPtr of type boolean and of value @val</info>
16934*7c568831SAndroid Build Coastguard Worker      <return type='xmlXPathObjectPtr' info='the newly created object.'/>
16935*7c568831SAndroid Build Coastguard Worker      <arg name='val' type='int' info='the boolean value'/>
16936*7c568831SAndroid Build Coastguard Worker    </function>
16937*7c568831SAndroid Build Coastguard Worker    <function name='xmlXPathNewCString' file='xpathInternals' module='xpath'>
16938*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_XPATH_ENABLED)</cond>
16939*7c568831SAndroid Build Coastguard Worker      <info>Create a new xmlXPathObjectPtr of type string and of value @val</info>
16940*7c568831SAndroid Build Coastguard Worker      <return type='xmlXPathObjectPtr' info='the newly created object.'/>
16941*7c568831SAndroid Build Coastguard Worker      <arg name='val' type='const char *' info='the char * value'/>
16942*7c568831SAndroid Build Coastguard Worker    </function>
16943*7c568831SAndroid Build Coastguard Worker    <function name='xmlXPathNewContext' file='xpath' module='xpath'>
16944*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_XPATH_ENABLED)</cond>
16945*7c568831SAndroid Build Coastguard Worker      <info>Create a new xmlXPathContext</info>
16946*7c568831SAndroid Build Coastguard Worker      <return type='xmlXPathContextPtr' info='the xmlXPathContext just allocated. The caller will need to free it.'/>
16947*7c568831SAndroid Build Coastguard Worker      <arg name='doc' type='xmlDocPtr' info='the XML document'/>
16948*7c568831SAndroid Build Coastguard Worker    </function>
16949*7c568831SAndroid Build Coastguard Worker    <function name='xmlXPathNewFloat' file='xpathInternals' module='xpath'>
16950*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_XPATH_ENABLED)</cond>
16951*7c568831SAndroid Build Coastguard Worker      <info>Create a new xmlXPathObjectPtr of type double and of value @val</info>
16952*7c568831SAndroid Build Coastguard Worker      <return type='xmlXPathObjectPtr' info='the newly created object.'/>
16953*7c568831SAndroid Build Coastguard Worker      <arg name='val' type='double' info='the double value'/>
16954*7c568831SAndroid Build Coastguard Worker    </function>
16955*7c568831SAndroid Build Coastguard Worker    <function name='xmlXPathNewNodeSet' file='xpathInternals' module='xpath'>
16956*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_XPATH_ENABLED)</cond>
16957*7c568831SAndroid Build Coastguard Worker      <info>Create a new xmlXPathObjectPtr of type NodeSet and initialize it with the single Node @val</info>
16958*7c568831SAndroid Build Coastguard Worker      <return type='xmlXPathObjectPtr' info='the newly created object.'/>
16959*7c568831SAndroid Build Coastguard Worker      <arg name='val' type='xmlNodePtr' info='the NodePtr value'/>
16960*7c568831SAndroid Build Coastguard Worker    </function>
16961*7c568831SAndroid Build Coastguard Worker    <function name='xmlXPathNewNodeSetList' file='xpathInternals' module='xpath'>
16962*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_XPATH_ENABLED)</cond>
16963*7c568831SAndroid Build Coastguard Worker      <info>Create a new xmlXPathObjectPtr of type NodeSet and initialize it with the Nodeset @val</info>
16964*7c568831SAndroid Build Coastguard Worker      <return type='xmlXPathObjectPtr' info='the newly created object.'/>
16965*7c568831SAndroid Build Coastguard Worker      <arg name='val' type='xmlNodeSetPtr' info='an existing NodeSet'/>
16966*7c568831SAndroid Build Coastguard Worker    </function>
16967*7c568831SAndroid Build Coastguard Worker    <function name='xmlXPathNewParserContext' file='xpathInternals' module='xpath'>
16968*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_XPATH_ENABLED)</cond>
16969*7c568831SAndroid Build Coastguard Worker      <info>Create a new xmlXPathParserContext</info>
16970*7c568831SAndroid Build Coastguard Worker      <return type='xmlXPathParserContextPtr' info='the xmlXPathParserContext just allocated.'/>
16971*7c568831SAndroid Build Coastguard Worker      <arg name='str' type='const xmlChar *' info='the XPath expression'/>
16972*7c568831SAndroid Build Coastguard Worker      <arg name='ctxt' type='xmlXPathContextPtr' info='the XPath context'/>
16973*7c568831SAndroid Build Coastguard Worker    </function>
16974*7c568831SAndroid Build Coastguard Worker    <function name='xmlXPathNewString' file='xpathInternals' module='xpath'>
16975*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_XPATH_ENABLED)</cond>
16976*7c568831SAndroid Build Coastguard Worker      <info>Create a new xmlXPathObjectPtr of type string and of value @val</info>
16977*7c568831SAndroid Build Coastguard Worker      <return type='xmlXPathObjectPtr' info='the newly created object.'/>
16978*7c568831SAndroid Build Coastguard Worker      <arg name='val' type='const xmlChar *' info='the xmlChar * value'/>
16979*7c568831SAndroid Build Coastguard Worker    </function>
16980*7c568831SAndroid Build Coastguard Worker    <function name='xmlXPathNewValueTree' file='xpathInternals' module='xpath'>
16981*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_XPATH_ENABLED)</cond>
16982*7c568831SAndroid Build Coastguard Worker      <info>Create a new xmlXPathObjectPtr of type Value Tree (XSLT) and initialize it with the tree root @val</info>
16983*7c568831SAndroid Build Coastguard Worker      <return type='xmlXPathObjectPtr' info='the newly created object.'/>
16984*7c568831SAndroid Build Coastguard Worker      <arg name='val' type='xmlNodePtr' info='the NodePtr value'/>
16985*7c568831SAndroid Build Coastguard Worker    </function>
16986*7c568831SAndroid Build Coastguard Worker    <function name='xmlXPathNextAncestor' file='xpathInternals' module='xpath'>
16987*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_XPATH_ENABLED)</cond>
16988*7c568831SAndroid Build Coastguard Worker      <info>Traversal function for the &quot;ancestor&quot; direction the ancestor axis contains the ancestors of the context node; the ancestors of the context node consist of the parent of context node and the parent&apos;s parent and so on; the nodes are ordered in reverse document order; thus the parent is the first node on the axis, and the parent&apos;s parent is the second node on the axis</info>
16989*7c568831SAndroid Build Coastguard Worker      <return type='xmlNodePtr' info='the next element following that axis'/>
16990*7c568831SAndroid Build Coastguard Worker      <arg name='ctxt' type='xmlXPathParserContextPtr' info='the XPath Parser context'/>
16991*7c568831SAndroid Build Coastguard Worker      <arg name='cur' type='xmlNodePtr' info='the current node in the traversal'/>
16992*7c568831SAndroid Build Coastguard Worker    </function>
16993*7c568831SAndroid Build Coastguard Worker    <function name='xmlXPathNextAncestorOrSelf' file='xpathInternals' module='xpath'>
16994*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_XPATH_ENABLED)</cond>
16995*7c568831SAndroid Build Coastguard Worker      <info>Traversal function for the &quot;ancestor-or-self&quot; direction he ancestor-or-self axis contains the context node and ancestors of the context node in reverse document order; thus the context node is the first node on the axis, and the context node&apos;s parent the second; parent here is defined the same as with the parent axis.</info>
16996*7c568831SAndroid Build Coastguard Worker      <return type='xmlNodePtr' info='the next element following that axis'/>
16997*7c568831SAndroid Build Coastguard Worker      <arg name='ctxt' type='xmlXPathParserContextPtr' info='the XPath Parser context'/>
16998*7c568831SAndroid Build Coastguard Worker      <arg name='cur' type='xmlNodePtr' info='the current node in the traversal'/>
16999*7c568831SAndroid Build Coastguard Worker    </function>
17000*7c568831SAndroid Build Coastguard Worker    <function name='xmlXPathNextAttribute' file='xpathInternals' module='xpath'>
17001*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_XPATH_ENABLED)</cond>
17002*7c568831SAndroid Build Coastguard Worker      <info>Traversal function for the &quot;attribute&quot; direction TODO: support DTD inherited default attributes</info>
17003*7c568831SAndroid Build Coastguard Worker      <return type='xmlNodePtr' info='the next element following that axis'/>
17004*7c568831SAndroid Build Coastguard Worker      <arg name='ctxt' type='xmlXPathParserContextPtr' info='the XPath Parser context'/>
17005*7c568831SAndroid Build Coastguard Worker      <arg name='cur' type='xmlNodePtr' info='the current attribute in the traversal'/>
17006*7c568831SAndroid Build Coastguard Worker    </function>
17007*7c568831SAndroid Build Coastguard Worker    <function name='xmlXPathNextChild' file='xpathInternals' module='xpath'>
17008*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_XPATH_ENABLED)</cond>
17009*7c568831SAndroid Build Coastguard Worker      <info>Traversal function for the &quot;child&quot; direction The child axis contains the children of the context node in document order.</info>
17010*7c568831SAndroid Build Coastguard Worker      <return type='xmlNodePtr' info='the next element following that axis'/>
17011*7c568831SAndroid Build Coastguard Worker      <arg name='ctxt' type='xmlXPathParserContextPtr' info='the XPath Parser context'/>
17012*7c568831SAndroid Build Coastguard Worker      <arg name='cur' type='xmlNodePtr' info='the current node in the traversal'/>
17013*7c568831SAndroid Build Coastguard Worker    </function>
17014*7c568831SAndroid Build Coastguard Worker    <function name='xmlXPathNextDescendant' file='xpathInternals' module='xpath'>
17015*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_XPATH_ENABLED)</cond>
17016*7c568831SAndroid Build Coastguard Worker      <info>Traversal function for the &quot;descendant&quot; direction the descendant axis contains the descendants of the context node in document order; a descendant is a child or a child of a child and so on.</info>
17017*7c568831SAndroid Build Coastguard Worker      <return type='xmlNodePtr' info='the next element following that axis'/>
17018*7c568831SAndroid Build Coastguard Worker      <arg name='ctxt' type='xmlXPathParserContextPtr' info='the XPath Parser context'/>
17019*7c568831SAndroid Build Coastguard Worker      <arg name='cur' type='xmlNodePtr' info='the current node in the traversal'/>
17020*7c568831SAndroid Build Coastguard Worker    </function>
17021*7c568831SAndroid Build Coastguard Worker    <function name='xmlXPathNextDescendantOrSelf' file='xpathInternals' module='xpath'>
17022*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_XPATH_ENABLED)</cond>
17023*7c568831SAndroid Build Coastguard Worker      <info>Traversal function for the &quot;descendant-or-self&quot; direction the descendant-or-self axis contains the context node and the descendants of the context node in document order; thus the context node is the first node on the axis, and the first child of the context node is the second node on the axis</info>
17024*7c568831SAndroid Build Coastguard Worker      <return type='xmlNodePtr' info='the next element following that axis'/>
17025*7c568831SAndroid Build Coastguard Worker      <arg name='ctxt' type='xmlXPathParserContextPtr' info='the XPath Parser context'/>
17026*7c568831SAndroid Build Coastguard Worker      <arg name='cur' type='xmlNodePtr' info='the current node in the traversal'/>
17027*7c568831SAndroid Build Coastguard Worker    </function>
17028*7c568831SAndroid Build Coastguard Worker    <function name='xmlXPathNextFollowing' file='xpathInternals' module='xpath'>
17029*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_XPATH_ENABLED)</cond>
17030*7c568831SAndroid Build Coastguard Worker      <info>Traversal function for the &quot;following&quot; direction The following axis contains all nodes in the same document as the context node that are after the context node in document order, excluding any descendants and excluding attribute nodes and namespace nodes; the nodes are ordered in document order</info>
17031*7c568831SAndroid Build Coastguard Worker      <return type='xmlNodePtr' info='the next element following that axis'/>
17032*7c568831SAndroid Build Coastguard Worker      <arg name='ctxt' type='xmlXPathParserContextPtr' info='the XPath Parser context'/>
17033*7c568831SAndroid Build Coastguard Worker      <arg name='cur' type='xmlNodePtr' info='the current node in the traversal'/>
17034*7c568831SAndroid Build Coastguard Worker    </function>
17035*7c568831SAndroid Build Coastguard Worker    <function name='xmlXPathNextFollowingSibling' file='xpathInternals' module='xpath'>
17036*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_XPATH_ENABLED)</cond>
17037*7c568831SAndroid Build Coastguard Worker      <info>Traversal function for the &quot;following-sibling&quot; direction The following-sibling axis contains the following siblings of the context node in document order.</info>
17038*7c568831SAndroid Build Coastguard Worker      <return type='xmlNodePtr' info='the next element following that axis'/>
17039*7c568831SAndroid Build Coastguard Worker      <arg name='ctxt' type='xmlXPathParserContextPtr' info='the XPath Parser context'/>
17040*7c568831SAndroid Build Coastguard Worker      <arg name='cur' type='xmlNodePtr' info='the current node in the traversal'/>
17041*7c568831SAndroid Build Coastguard Worker    </function>
17042*7c568831SAndroid Build Coastguard Worker    <function name='xmlXPathNextNamespace' file='xpathInternals' module='xpath'>
17043*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_XPATH_ENABLED)</cond>
17044*7c568831SAndroid Build Coastguard Worker      <info>Traversal function for the &quot;namespace&quot; direction the namespace axis contains the namespace nodes of the context node; the order of nodes on this axis is implementation-defined; the axis will be empty unless the context node is an element  We keep the XML namespace node at the end of the list.</info>
17045*7c568831SAndroid Build Coastguard Worker      <return type='xmlNodePtr' info='the next element following that axis'/>
17046*7c568831SAndroid Build Coastguard Worker      <arg name='ctxt' type='xmlXPathParserContextPtr' info='the XPath Parser context'/>
17047*7c568831SAndroid Build Coastguard Worker      <arg name='cur' type='xmlNodePtr' info='the current attribute in the traversal'/>
17048*7c568831SAndroid Build Coastguard Worker    </function>
17049*7c568831SAndroid Build Coastguard Worker    <function name='xmlXPathNextParent' file='xpathInternals' module='xpath'>
17050*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_XPATH_ENABLED)</cond>
17051*7c568831SAndroid Build Coastguard Worker      <info>Traversal function for the &quot;parent&quot; direction The parent axis contains the parent of the context node, if there is one.</info>
17052*7c568831SAndroid Build Coastguard Worker      <return type='xmlNodePtr' info='the next element following that axis'/>
17053*7c568831SAndroid Build Coastguard Worker      <arg name='ctxt' type='xmlXPathParserContextPtr' info='the XPath Parser context'/>
17054*7c568831SAndroid Build Coastguard Worker      <arg name='cur' type='xmlNodePtr' info='the current node in the traversal'/>
17055*7c568831SAndroid Build Coastguard Worker    </function>
17056*7c568831SAndroid Build Coastguard Worker    <function name='xmlXPathNextPreceding' file='xpathInternals' module='xpath'>
17057*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_XPATH_ENABLED)</cond>
17058*7c568831SAndroid Build Coastguard Worker      <info>Traversal function for the &quot;preceding&quot; direction the preceding axis contains all nodes in the same document as the context node that are before the context node in document order, excluding any ancestors and excluding attribute nodes and namespace nodes; the nodes are ordered in reverse document order</info>
17059*7c568831SAndroid Build Coastguard Worker      <return type='xmlNodePtr' info='the next element following that axis'/>
17060*7c568831SAndroid Build Coastguard Worker      <arg name='ctxt' type='xmlXPathParserContextPtr' info='the XPath Parser context'/>
17061*7c568831SAndroid Build Coastguard Worker      <arg name='cur' type='xmlNodePtr' info='the current node in the traversal'/>
17062*7c568831SAndroid Build Coastguard Worker    </function>
17063*7c568831SAndroid Build Coastguard Worker    <function name='xmlXPathNextPrecedingSibling' file='xpathInternals' module='xpath'>
17064*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_XPATH_ENABLED)</cond>
17065*7c568831SAndroid Build Coastguard Worker      <info>Traversal function for the &quot;preceding-sibling&quot; direction The preceding-sibling axis contains the preceding siblings of the context node in reverse document order; the first preceding sibling is first on the axis; the sibling preceding that node is the second on the axis and so on.</info>
17066*7c568831SAndroid Build Coastguard Worker      <return type='xmlNodePtr' info='the next element following that axis'/>
17067*7c568831SAndroid Build Coastguard Worker      <arg name='ctxt' type='xmlXPathParserContextPtr' info='the XPath Parser context'/>
17068*7c568831SAndroid Build Coastguard Worker      <arg name='cur' type='xmlNodePtr' info='the current node in the traversal'/>
17069*7c568831SAndroid Build Coastguard Worker    </function>
17070*7c568831SAndroid Build Coastguard Worker    <function name='xmlXPathNextSelf' file='xpathInternals' module='xpath'>
17071*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_XPATH_ENABLED)</cond>
17072*7c568831SAndroid Build Coastguard Worker      <info>Traversal function for the &quot;self&quot; direction The self axis contains just the context node itself</info>
17073*7c568831SAndroid Build Coastguard Worker      <return type='xmlNodePtr' info='the next element following that axis'/>
17074*7c568831SAndroid Build Coastguard Worker      <arg name='ctxt' type='xmlXPathParserContextPtr' info='the XPath Parser context'/>
17075*7c568831SAndroid Build Coastguard Worker      <arg name='cur' type='xmlNodePtr' info='the current node in the traversal'/>
17076*7c568831SAndroid Build Coastguard Worker    </function>
17077*7c568831SAndroid Build Coastguard Worker    <function name='xmlXPathNodeEval' file='xpath' module='xpath'>
17078*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_XPATH_ENABLED)</cond>
17079*7c568831SAndroid Build Coastguard Worker      <info>Evaluate the XPath Location Path in the given context. The node &apos;node&apos; is set as the context node. The context node is not restored.</info>
17080*7c568831SAndroid Build Coastguard Worker      <return type='xmlXPathObjectPtr' info='the xmlXPathObjectPtr resulting from the evaluation or NULL. the caller has to free the object.'/>
17081*7c568831SAndroid Build Coastguard Worker      <arg name='node' type='xmlNodePtr' info='the node to to use as the context node'/>
17082*7c568831SAndroid Build Coastguard Worker      <arg name='str' type='const xmlChar *' info='the XPath expression'/>
17083*7c568831SAndroid Build Coastguard Worker      <arg name='ctx' type='xmlXPathContextPtr' info='the XPath context'/>
17084*7c568831SAndroid Build Coastguard Worker    </function>
17085*7c568831SAndroid Build Coastguard Worker    <function name='xmlXPathNodeLeading' file='xpathInternals' module='xpath'>
17086*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_XPATH_ENABLED)</cond>
17087*7c568831SAndroid Build Coastguard Worker      <info>Implements the EXSLT - Sets leading() function: node-set set:leading (node-set, node-set) @nodes is sorted by document order, then #exslSetsNodeLeadingSorted is called.</info>
17088*7c568831SAndroid Build Coastguard Worker      <return type='xmlNodeSetPtr' info='the nodes in @nodes that precede @node in document order, @nodes if @node is NULL or an empty node-set if @nodes doesn&apos;t contain @node'/>
17089*7c568831SAndroid Build Coastguard Worker      <arg name='nodes' type='xmlNodeSetPtr' info='a node-set'/>
17090*7c568831SAndroid Build Coastguard Worker      <arg name='node' type='xmlNodePtr' info='a node'/>
17091*7c568831SAndroid Build Coastguard Worker    </function>
17092*7c568831SAndroid Build Coastguard Worker    <function name='xmlXPathNodeLeadingSorted' file='xpathInternals' module='xpath'>
17093*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_XPATH_ENABLED)</cond>
17094*7c568831SAndroid Build Coastguard Worker      <info>Implements the EXSLT - Sets leading() function: node-set set:leading (node-set, node-set)</info>
17095*7c568831SAndroid Build Coastguard Worker      <return type='xmlNodeSetPtr' info='the nodes in @nodes that precede @node in document order, @nodes if @node is NULL or an empty node-set if @nodes doesn&apos;t contain @node'/>
17096*7c568831SAndroid Build Coastguard Worker      <arg name='nodes' type='xmlNodeSetPtr' info='a node-set, sorted by document order'/>
17097*7c568831SAndroid Build Coastguard Worker      <arg name='node' type='xmlNodePtr' info='a node'/>
17098*7c568831SAndroid Build Coastguard Worker    </function>
17099*7c568831SAndroid Build Coastguard Worker    <function name='xmlXPathNodeSetAdd' file='xpathInternals' module='xpath'>
17100*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_XPATH_ENABLED)</cond>
17101*7c568831SAndroid Build Coastguard Worker      <info>add a new xmlNodePtr to an existing NodeSet</info>
17102*7c568831SAndroid Build Coastguard Worker      <return type='int' info='0 in case of success, and -1 in case of error'/>
17103*7c568831SAndroid Build Coastguard Worker      <arg name='cur' type='xmlNodeSetPtr' info='the initial node set'/>
17104*7c568831SAndroid Build Coastguard Worker      <arg name='val' type='xmlNodePtr' info='a new xmlNodePtr'/>
17105*7c568831SAndroid Build Coastguard Worker    </function>
17106*7c568831SAndroid Build Coastguard Worker    <function name='xmlXPathNodeSetAddNs' file='xpathInternals' module='xpath'>
17107*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_XPATH_ENABLED)</cond>
17108*7c568831SAndroid Build Coastguard Worker      <info>add a new namespace node to an existing NodeSet</info>
17109*7c568831SAndroid Build Coastguard Worker      <return type='int' info='0 in case of success and -1 in case of error'/>
17110*7c568831SAndroid Build Coastguard Worker      <arg name='cur' type='xmlNodeSetPtr' info='the initial node set'/>
17111*7c568831SAndroid Build Coastguard Worker      <arg name='node' type='xmlNodePtr' info='the hosting node'/>
17112*7c568831SAndroid Build Coastguard Worker      <arg name='ns' type='xmlNsPtr' info='a the namespace node'/>
17113*7c568831SAndroid Build Coastguard Worker    </function>
17114*7c568831SAndroid Build Coastguard Worker    <function name='xmlXPathNodeSetAddUnique' file='xpathInternals' module='xpath'>
17115*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_XPATH_ENABLED)</cond>
17116*7c568831SAndroid Build Coastguard Worker      <info>add a new xmlNodePtr to an existing NodeSet, optimized version when we are sure the node is not already in the set.</info>
17117*7c568831SAndroid Build Coastguard Worker      <return type='int' info='0 in case of success and -1 in case of failure'/>
17118*7c568831SAndroid Build Coastguard Worker      <arg name='cur' type='xmlNodeSetPtr' info='the initial node set'/>
17119*7c568831SAndroid Build Coastguard Worker      <arg name='val' type='xmlNodePtr' info='a new xmlNodePtr'/>
17120*7c568831SAndroid Build Coastguard Worker    </function>
17121*7c568831SAndroid Build Coastguard Worker    <function name='xmlXPathNodeSetContains' file='xpathInternals' module='xpath'>
17122*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_XPATH_ENABLED)</cond>
17123*7c568831SAndroid Build Coastguard Worker      <info>checks whether @cur contains @val</info>
17124*7c568831SAndroid Build Coastguard Worker      <return type='int' info='true (1) if @cur contains @val, false (0) otherwise'/>
17125*7c568831SAndroid Build Coastguard Worker      <arg name='cur' type='xmlNodeSetPtr' info='the node-set'/>
17126*7c568831SAndroid Build Coastguard Worker      <arg name='val' type='xmlNodePtr' info='the node'/>
17127*7c568831SAndroid Build Coastguard Worker    </function>
17128*7c568831SAndroid Build Coastguard Worker    <function name='xmlXPathNodeSetCreate' file='xpath' module='xpath'>
17129*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_XPATH_ENABLED)</cond>
17130*7c568831SAndroid Build Coastguard Worker      <info>Create a new xmlNodeSetPtr of type double and of value @val</info>
17131*7c568831SAndroid Build Coastguard Worker      <return type='xmlNodeSetPtr' info='the newly created object.'/>
17132*7c568831SAndroid Build Coastguard Worker      <arg name='val' type='xmlNodePtr' info='an initial xmlNodePtr, or NULL'/>
17133*7c568831SAndroid Build Coastguard Worker    </function>
17134*7c568831SAndroid Build Coastguard Worker    <function name='xmlXPathNodeSetDel' file='xpathInternals' module='xpath'>
17135*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_XPATH_ENABLED)</cond>
17136*7c568831SAndroid Build Coastguard Worker      <info>Removes an xmlNodePtr from an existing NodeSet</info>
17137*7c568831SAndroid Build Coastguard Worker      <return type='void'/>
17138*7c568831SAndroid Build Coastguard Worker      <arg name='cur' type='xmlNodeSetPtr' info='the initial node set'/>
17139*7c568831SAndroid Build Coastguard Worker      <arg name='val' type='xmlNodePtr' info='an xmlNodePtr'/>
17140*7c568831SAndroid Build Coastguard Worker    </function>
17141*7c568831SAndroid Build Coastguard Worker    <function name='xmlXPathNodeSetFreeNs' file='xpathInternals' module='xpath'>
17142*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_XPATH_ENABLED)</cond>
17143*7c568831SAndroid Build Coastguard Worker      <info>Namespace nodes in libxml don&apos;t match the XPath semantic. In a node set the namespace nodes are duplicated and the next pointer is set to the parent node in the XPath semantic. Check if such a node needs to be freed</info>
17144*7c568831SAndroid Build Coastguard Worker      <return type='void'/>
17145*7c568831SAndroid Build Coastguard Worker      <arg name='ns' type='xmlNsPtr' info='the XPath namespace node found in a nodeset.'/>
17146*7c568831SAndroid Build Coastguard Worker    </function>
17147*7c568831SAndroid Build Coastguard Worker    <function name='xmlXPathNodeSetMerge' file='xpathInternals' module='xpath'>
17148*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_XPATH_ENABLED)</cond>
17149*7c568831SAndroid Build Coastguard Worker      <info>Merges two nodesets, all nodes from @val2 are added to @val1 if @val1 is NULL, a new set is created and copied from @val2</info>
17150*7c568831SAndroid Build Coastguard Worker      <return type='xmlNodeSetPtr' info='@val1 once extended or NULL in case of error.  Frees @val1 in case of error.'/>
17151*7c568831SAndroid Build Coastguard Worker      <arg name='val1' type='xmlNodeSetPtr' info='the first NodeSet or NULL'/>
17152*7c568831SAndroid Build Coastguard Worker      <arg name='val2' type='xmlNodeSetPtr' info='the second NodeSet'/>
17153*7c568831SAndroid Build Coastguard Worker    </function>
17154*7c568831SAndroid Build Coastguard Worker    <function name='xmlXPathNodeSetRemove' file='xpathInternals' module='xpath'>
17155*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_XPATH_ENABLED)</cond>
17156*7c568831SAndroid Build Coastguard Worker      <info>Removes an entry from an existing NodeSet list.</info>
17157*7c568831SAndroid Build Coastguard Worker      <return type='void'/>
17158*7c568831SAndroid Build Coastguard Worker      <arg name='cur' type='xmlNodeSetPtr' info='the initial node set'/>
17159*7c568831SAndroid Build Coastguard Worker      <arg name='val' type='int' info='the index to remove'/>
17160*7c568831SAndroid Build Coastguard Worker    </function>
17161*7c568831SAndroid Build Coastguard Worker    <function name='xmlXPathNodeSetSort' file='xpathInternals' module='xpath'>
17162*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_XPATH_ENABLED)</cond>
17163*7c568831SAndroid Build Coastguard Worker      <info>Sort the node set in document order</info>
17164*7c568831SAndroid Build Coastguard Worker      <return type='void'/>
17165*7c568831SAndroid Build Coastguard Worker      <arg name='set' type='xmlNodeSetPtr' info='the node set'/>
17166*7c568831SAndroid Build Coastguard Worker    </function>
17167*7c568831SAndroid Build Coastguard Worker    <function name='xmlXPathNodeTrailing' file='xpathInternals' module='xpath'>
17168*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_XPATH_ENABLED)</cond>
17169*7c568831SAndroid Build Coastguard Worker      <info>Implements the EXSLT - Sets trailing() function: node-set set:trailing (node-set, node-set) @nodes is sorted by document order, then #xmlXPathNodeTrailingSorted is called.</info>
17170*7c568831SAndroid Build Coastguard Worker      <return type='xmlNodeSetPtr' info='the nodes in @nodes that follow @node in document order, @nodes if @node is NULL or an empty node-set if @nodes doesn&apos;t contain @node'/>
17171*7c568831SAndroid Build Coastguard Worker      <arg name='nodes' type='xmlNodeSetPtr' info='a node-set'/>
17172*7c568831SAndroid Build Coastguard Worker      <arg name='node' type='xmlNodePtr' info='a node'/>
17173*7c568831SAndroid Build Coastguard Worker    </function>
17174*7c568831SAndroid Build Coastguard Worker    <function name='xmlXPathNodeTrailingSorted' file='xpathInternals' module='xpath'>
17175*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_XPATH_ENABLED)</cond>
17176*7c568831SAndroid Build Coastguard Worker      <info>Implements the EXSLT - Sets trailing() function: node-set set:trailing (node-set, node-set)</info>
17177*7c568831SAndroid Build Coastguard Worker      <return type='xmlNodeSetPtr' info='the nodes in @nodes that follow @node in document order, @nodes if @node is NULL or an empty node-set if @nodes doesn&apos;t contain @node'/>
17178*7c568831SAndroid Build Coastguard Worker      <arg name='nodes' type='xmlNodeSetPtr' info='a node-set, sorted by document order'/>
17179*7c568831SAndroid Build Coastguard Worker      <arg name='node' type='xmlNodePtr' info='a node'/>
17180*7c568831SAndroid Build Coastguard Worker    </function>
17181*7c568831SAndroid Build Coastguard Worker    <function name='xmlXPathNormalizeFunction' file='xpathInternals' module='xpath'>
17182*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_XPATH_ENABLED)</cond>
17183*7c568831SAndroid Build Coastguard Worker      <info>Implement the normalize-space() XPath function string normalize-space(string?) The normalize-space function returns the argument string with white space normalized by stripping leading and trailing whitespace and replacing sequences of whitespace characters by a single space. Whitespace characters are the same allowed by the S production in XML. If the argument is omitted, it defaults to the context node converted to a string, in other words the value of the context node.</info>
17184*7c568831SAndroid Build Coastguard Worker      <return type='void'/>
17185*7c568831SAndroid Build Coastguard Worker      <arg name='ctxt' type='xmlXPathParserContextPtr' info='the XPath Parser context'/>
17186*7c568831SAndroid Build Coastguard Worker      <arg name='nargs' type='int' info='the number of arguments'/>
17187*7c568831SAndroid Build Coastguard Worker    </function>
17188*7c568831SAndroid Build Coastguard Worker    <function name='xmlXPathNotEqualValues' file='xpathInternals' module='xpath'>
17189*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_XPATH_ENABLED)</cond>
17190*7c568831SAndroid Build Coastguard Worker      <info>Implement the equal operation on XPath objects content: @arg1 == @arg2</info>
17191*7c568831SAndroid Build Coastguard Worker      <return type='int' info='0 or 1 depending on the results of the test.'/>
17192*7c568831SAndroid Build Coastguard Worker      <arg name='ctxt' type='xmlXPathParserContextPtr' info='the XPath Parser context'/>
17193*7c568831SAndroid Build Coastguard Worker    </function>
17194*7c568831SAndroid Build Coastguard Worker    <function name='xmlXPathNotFunction' file='xpathInternals' module='xpath'>
17195*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_XPATH_ENABLED)</cond>
17196*7c568831SAndroid Build Coastguard Worker      <info>Implement the not() XPath function boolean not(boolean) The not function returns true if its argument is false, and false otherwise.</info>
17197*7c568831SAndroid Build Coastguard Worker      <return type='void'/>
17198*7c568831SAndroid Build Coastguard Worker      <arg name='ctxt' type='xmlXPathParserContextPtr' info='the XPath Parser context'/>
17199*7c568831SAndroid Build Coastguard Worker      <arg name='nargs' type='int' info='the number of arguments'/>
17200*7c568831SAndroid Build Coastguard Worker    </function>
17201*7c568831SAndroid Build Coastguard Worker    <function name='xmlXPathNsLookup' file='xpathInternals' module='xpath'>
17202*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_XPATH_ENABLED)</cond>
17203*7c568831SAndroid Build Coastguard Worker      <info>Search in the namespace declaration array of the context for the given namespace name associated to the given prefix</info>
17204*7c568831SAndroid Build Coastguard Worker      <return type='const xmlChar *' info='the value or NULL if not found'/>
17205*7c568831SAndroid Build Coastguard Worker      <arg name='ctxt' type='xmlXPathContextPtr' info='the XPath context'/>
17206*7c568831SAndroid Build Coastguard Worker      <arg name='prefix' type='const xmlChar *' info='the namespace prefix value'/>
17207*7c568831SAndroid Build Coastguard Worker    </function>
17208*7c568831SAndroid Build Coastguard Worker    <function name='xmlXPathNumberFunction' file='xpathInternals' module='xpath'>
17209*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_XPATH_ENABLED)</cond>
17210*7c568831SAndroid Build Coastguard Worker      <info>Implement the number() XPath function number number(object?)</info>
17211*7c568831SAndroid Build Coastguard Worker      <return type='void'/>
17212*7c568831SAndroid Build Coastguard Worker      <arg name='ctxt' type='xmlXPathParserContextPtr' info='the XPath Parser context'/>
17213*7c568831SAndroid Build Coastguard Worker      <arg name='nargs' type='int' info='the number of arguments'/>
17214*7c568831SAndroid Build Coastguard Worker    </function>
17215*7c568831SAndroid Build Coastguard Worker    <function name='xmlXPathObjectCopy' file='xpath' module='xpath'>
17216*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_XPATH_ENABLED)</cond>
17217*7c568831SAndroid Build Coastguard Worker      <info>allocate a new copy of a given object</info>
17218*7c568831SAndroid Build Coastguard Worker      <return type='xmlXPathObjectPtr' info='the newly created object.'/>
17219*7c568831SAndroid Build Coastguard Worker      <arg name='val' type='xmlXPathObjectPtr' info='the original object'/>
17220*7c568831SAndroid Build Coastguard Worker    </function>
17221*7c568831SAndroid Build Coastguard Worker    <function name='xmlXPathOrderDocElems' file='xpath' module='xpath'>
17222*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_XPATH_ENABLED)</cond>
17223*7c568831SAndroid Build Coastguard Worker      <info>Call this routine to speed up XPath computation on static documents. This stamps all the element nodes with the document order Like for line information, the order is kept in the element-&gt;content field, the value stored is actually - the node number (starting at -1) to be able to differentiate from line numbers.</info>
17224*7c568831SAndroid Build Coastguard Worker      <return type='long' info='the number of elements found in the document or -1 in case of error.'/>
17225*7c568831SAndroid Build Coastguard Worker      <arg name='doc' type='xmlDocPtr' info='an input document'/>
17226*7c568831SAndroid Build Coastguard Worker    </function>
17227*7c568831SAndroid Build Coastguard Worker    <function name='xmlXPathParseNCName' file='xpathInternals' module='xpath'>
17228*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_XPATH_ENABLED)</cond>
17229*7c568831SAndroid Build Coastguard Worker      <info>parse an XML namespace non qualified name.  [NS 3] NCName ::= (Letter | &apos;_&apos;) (NCNameChar)*  [NS 4] NCNameChar ::= Letter | Digit | &apos;.&apos; | &apos;-&apos; | &apos;_&apos; | CombiningChar | Extender</info>
17230*7c568831SAndroid Build Coastguard Worker      <return type='xmlChar *' info='the namespace name or NULL'/>
17231*7c568831SAndroid Build Coastguard Worker      <arg name='ctxt' type='xmlXPathParserContextPtr' info='the XPath Parser context'/>
17232*7c568831SAndroid Build Coastguard Worker    </function>
17233*7c568831SAndroid Build Coastguard Worker    <function name='xmlXPathParseName' file='xpathInternals' module='xpath'>
17234*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_XPATH_ENABLED)</cond>
17235*7c568831SAndroid Build Coastguard Worker      <info>parse an XML name  [4] NameChar ::= Letter | Digit | &apos;.&apos; | &apos;-&apos; | &apos;_&apos; | &apos;:&apos; | CombiningChar | Extender  [5] Name ::= (Letter | &apos;_&apos; | &apos;:&apos;) (NameChar)*</info>
17236*7c568831SAndroid Build Coastguard Worker      <return type='xmlChar *' info='the namespace name or NULL'/>
17237*7c568831SAndroid Build Coastguard Worker      <arg name='ctxt' type='xmlXPathParserContextPtr' info='the XPath Parser context'/>
17238*7c568831SAndroid Build Coastguard Worker    </function>
17239*7c568831SAndroid Build Coastguard Worker    <function name='xmlXPathPopBoolean' file='xpathInternals' module='xpath'>
17240*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_XPATH_ENABLED)</cond>
17241*7c568831SAndroid Build Coastguard Worker      <info>Pops a boolean from the stack, handling conversion if needed. Check error with #xmlXPathCheckError.</info>
17242*7c568831SAndroid Build Coastguard Worker      <return type='int' info='the boolean'/>
17243*7c568831SAndroid Build Coastguard Worker      <arg name='ctxt' type='xmlXPathParserContextPtr' info='an XPath parser context'/>
17244*7c568831SAndroid Build Coastguard Worker    </function>
17245*7c568831SAndroid Build Coastguard Worker    <function name='xmlXPathPopExternal' file='xpathInternals' module='xpath'>
17246*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_XPATH_ENABLED)</cond>
17247*7c568831SAndroid Build Coastguard Worker      <info>Pops an external object from the stack, handling conversion if needed. Check error with #xmlXPathCheckError.</info>
17248*7c568831SAndroid Build Coastguard Worker      <return type='void *' info='the object'/>
17249*7c568831SAndroid Build Coastguard Worker      <arg name='ctxt' type='xmlXPathParserContextPtr' info='an XPath parser context'/>
17250*7c568831SAndroid Build Coastguard Worker    </function>
17251*7c568831SAndroid Build Coastguard Worker    <function name='xmlXPathPopNodeSet' file='xpathInternals' module='xpath'>
17252*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_XPATH_ENABLED)</cond>
17253*7c568831SAndroid Build Coastguard Worker      <info>Pops a node-set from the stack, handling conversion if needed. Check error with #xmlXPathCheckError.</info>
17254*7c568831SAndroid Build Coastguard Worker      <return type='xmlNodeSetPtr' info='the node-set'/>
17255*7c568831SAndroid Build Coastguard Worker      <arg name='ctxt' type='xmlXPathParserContextPtr' info='an XPath parser context'/>
17256*7c568831SAndroid Build Coastguard Worker    </function>
17257*7c568831SAndroid Build Coastguard Worker    <function name='xmlXPathPopNumber' file='xpathInternals' module='xpath'>
17258*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_XPATH_ENABLED)</cond>
17259*7c568831SAndroid Build Coastguard Worker      <info>Pops a number from the stack, handling conversion if needed. Check error with #xmlXPathCheckError.</info>
17260*7c568831SAndroid Build Coastguard Worker      <return type='double' info='the number'/>
17261*7c568831SAndroid Build Coastguard Worker      <arg name='ctxt' type='xmlXPathParserContextPtr' info='an XPath parser context'/>
17262*7c568831SAndroid Build Coastguard Worker    </function>
17263*7c568831SAndroid Build Coastguard Worker    <function name='xmlXPathPopString' file='xpathInternals' module='xpath'>
17264*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_XPATH_ENABLED)</cond>
17265*7c568831SAndroid Build Coastguard Worker      <info>Pops a string from the stack, handling conversion if needed. Check error with #xmlXPathCheckError.</info>
17266*7c568831SAndroid Build Coastguard Worker      <return type='xmlChar *' info='the string'/>
17267*7c568831SAndroid Build Coastguard Worker      <arg name='ctxt' type='xmlXPathParserContextPtr' info='an XPath parser context'/>
17268*7c568831SAndroid Build Coastguard Worker    </function>
17269*7c568831SAndroid Build Coastguard Worker    <function name='xmlXPathPositionFunction' file='xpathInternals' module='xpath'>
17270*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_XPATH_ENABLED)</cond>
17271*7c568831SAndroid Build Coastguard Worker      <info>Implement the position() XPath function number position() The position function returns the position of the context node in the context node list. The first position is 1, and so the last position will be equal to last().</info>
17272*7c568831SAndroid Build Coastguard Worker      <return type='void'/>
17273*7c568831SAndroid Build Coastguard Worker      <arg name='ctxt' type='xmlXPathParserContextPtr' info='the XPath Parser context'/>
17274*7c568831SAndroid Build Coastguard Worker      <arg name='nargs' type='int' info='the number of arguments'/>
17275*7c568831SAndroid Build Coastguard Worker    </function>
17276*7c568831SAndroid Build Coastguard Worker    <function name='xmlXPathRegisterAllFunctions' file='xpathInternals' module='xpath'>
17277*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_XPATH_ENABLED)</cond>
17278*7c568831SAndroid Build Coastguard Worker      <info>Registers all default XPath functions in this context</info>
17279*7c568831SAndroid Build Coastguard Worker      <return type='void'/>
17280*7c568831SAndroid Build Coastguard Worker      <arg name='ctxt' type='xmlXPathContextPtr' info='the XPath context'/>
17281*7c568831SAndroid Build Coastguard Worker    </function>
17282*7c568831SAndroid Build Coastguard Worker    <function name='xmlXPathRegisterFunc' file='xpathInternals' module='xpath'>
17283*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_XPATH_ENABLED)</cond>
17284*7c568831SAndroid Build Coastguard Worker      <info>Register a new function. If @f is NULL it unregisters the function</info>
17285*7c568831SAndroid Build Coastguard Worker      <return type='int' info='0 in case of success, -1 in case of error'/>
17286*7c568831SAndroid Build Coastguard Worker      <arg name='ctxt' type='xmlXPathContextPtr' info='the XPath context'/>
17287*7c568831SAndroid Build Coastguard Worker      <arg name='name' type='const xmlChar *' info='the function name'/>
17288*7c568831SAndroid Build Coastguard Worker      <arg name='f' type='xmlXPathFunction' info='the function implementation or NULL'/>
17289*7c568831SAndroid Build Coastguard Worker    </function>
17290*7c568831SAndroid Build Coastguard Worker    <function name='xmlXPathRegisterFuncLookup' file='xpathInternals' module='xpath'>
17291*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_XPATH_ENABLED)</cond>
17292*7c568831SAndroid Build Coastguard Worker      <info>Registers an external mechanism to do function lookup.</info>
17293*7c568831SAndroid Build Coastguard Worker      <return type='void'/>
17294*7c568831SAndroid Build Coastguard Worker      <arg name='ctxt' type='xmlXPathContextPtr' info='the XPath context'/>
17295*7c568831SAndroid Build Coastguard Worker      <arg name='f' type='xmlXPathFuncLookupFunc' info='the lookup function'/>
17296*7c568831SAndroid Build Coastguard Worker      <arg name='funcCtxt' type='void *' info='the lookup data'/>
17297*7c568831SAndroid Build Coastguard Worker    </function>
17298*7c568831SAndroid Build Coastguard Worker    <function name='xmlXPathRegisterFuncNS' file='xpathInternals' module='xpath'>
17299*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_XPATH_ENABLED)</cond>
17300*7c568831SAndroid Build Coastguard Worker      <info>Register a new function. If @f is NULL it unregisters the function</info>
17301*7c568831SAndroid Build Coastguard Worker      <return type='int' info='0 in case of success, -1 in case of error'/>
17302*7c568831SAndroid Build Coastguard Worker      <arg name='ctxt' type='xmlXPathContextPtr' info='the XPath context'/>
17303*7c568831SAndroid Build Coastguard Worker      <arg name='name' type='const xmlChar *' info='the function name'/>
17304*7c568831SAndroid Build Coastguard Worker      <arg name='ns_uri' type='const xmlChar *' info='the function namespace URI'/>
17305*7c568831SAndroid Build Coastguard Worker      <arg name='f' type='xmlXPathFunction' info='the function implementation or NULL'/>
17306*7c568831SAndroid Build Coastguard Worker    </function>
17307*7c568831SAndroid Build Coastguard Worker    <function name='xmlXPathRegisterNs' file='xpathInternals' module='xpath'>
17308*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_XPATH_ENABLED)</cond>
17309*7c568831SAndroid Build Coastguard Worker      <info>Register a new namespace. If @ns_uri is NULL it unregisters the namespace</info>
17310*7c568831SAndroid Build Coastguard Worker      <return type='int' info='0 in case of success, -1 in case of error'/>
17311*7c568831SAndroid Build Coastguard Worker      <arg name='ctxt' type='xmlXPathContextPtr' info='the XPath context'/>
17312*7c568831SAndroid Build Coastguard Worker      <arg name='prefix' type='const xmlChar *' info='the namespace prefix cannot be NULL or empty string'/>
17313*7c568831SAndroid Build Coastguard Worker      <arg name='ns_uri' type='const xmlChar *' info='the namespace name'/>
17314*7c568831SAndroid Build Coastguard Worker    </function>
17315*7c568831SAndroid Build Coastguard Worker    <function name='xmlXPathRegisterVariable' file='xpathInternals' module='xpath'>
17316*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_XPATH_ENABLED)</cond>
17317*7c568831SAndroid Build Coastguard Worker      <info>Register a new variable value. If @value is NULL it unregisters the variable</info>
17318*7c568831SAndroid Build Coastguard Worker      <return type='int' info='0 in case of success, -1 in case of error'/>
17319*7c568831SAndroid Build Coastguard Worker      <arg name='ctxt' type='xmlXPathContextPtr' info='the XPath context'/>
17320*7c568831SAndroid Build Coastguard Worker      <arg name='name' type='const xmlChar *' info='the variable name'/>
17321*7c568831SAndroid Build Coastguard Worker      <arg name='value' type='xmlXPathObjectPtr' info='the variable value or NULL'/>
17322*7c568831SAndroid Build Coastguard Worker    </function>
17323*7c568831SAndroid Build Coastguard Worker    <function name='xmlXPathRegisterVariableLookup' file='xpathInternals' module='xpath'>
17324*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_XPATH_ENABLED)</cond>
17325*7c568831SAndroid Build Coastguard Worker      <info>register an external mechanism to do variable lookup</info>
17326*7c568831SAndroid Build Coastguard Worker      <return type='void'/>
17327*7c568831SAndroid Build Coastguard Worker      <arg name='ctxt' type='xmlXPathContextPtr' info='the XPath context'/>
17328*7c568831SAndroid Build Coastguard Worker      <arg name='f' type='xmlXPathVariableLookupFunc' info='the lookup function'/>
17329*7c568831SAndroid Build Coastguard Worker      <arg name='data' type='void *' info='the lookup data'/>
17330*7c568831SAndroid Build Coastguard Worker    </function>
17331*7c568831SAndroid Build Coastguard Worker    <function name='xmlXPathRegisterVariableNS' file='xpathInternals' module='xpath'>
17332*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_XPATH_ENABLED)</cond>
17333*7c568831SAndroid Build Coastguard Worker      <info>Register a new variable value. If @value is NULL it unregisters the variable</info>
17334*7c568831SAndroid Build Coastguard Worker      <return type='int' info='0 in case of success, -1 in case of error'/>
17335*7c568831SAndroid Build Coastguard Worker      <arg name='ctxt' type='xmlXPathContextPtr' info='the XPath context'/>
17336*7c568831SAndroid Build Coastguard Worker      <arg name='name' type='const xmlChar *' info='the variable name'/>
17337*7c568831SAndroid Build Coastguard Worker      <arg name='ns_uri' type='const xmlChar *' info='the variable namespace URI'/>
17338*7c568831SAndroid Build Coastguard Worker      <arg name='value' type='xmlXPathObjectPtr' info='the variable value or NULL'/>
17339*7c568831SAndroid Build Coastguard Worker    </function>
17340*7c568831SAndroid Build Coastguard Worker    <function name='xmlXPathRegisteredFuncsCleanup' file='xpathInternals' module='xpath'>
17341*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_XPATH_ENABLED)</cond>
17342*7c568831SAndroid Build Coastguard Worker      <info>Cleanup the XPath context data associated to registered functions</info>
17343*7c568831SAndroid Build Coastguard Worker      <return type='void'/>
17344*7c568831SAndroid Build Coastguard Worker      <arg name='ctxt' type='xmlXPathContextPtr' info='the XPath context'/>
17345*7c568831SAndroid Build Coastguard Worker    </function>
17346*7c568831SAndroid Build Coastguard Worker    <function name='xmlXPathRegisteredNsCleanup' file='xpathInternals' module='xpath'>
17347*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_XPATH_ENABLED)</cond>
17348*7c568831SAndroid Build Coastguard Worker      <info>Cleanup the XPath context data associated to registered variables</info>
17349*7c568831SAndroid Build Coastguard Worker      <return type='void'/>
17350*7c568831SAndroid Build Coastguard Worker      <arg name='ctxt' type='xmlXPathContextPtr' info='the XPath context'/>
17351*7c568831SAndroid Build Coastguard Worker    </function>
17352*7c568831SAndroid Build Coastguard Worker    <function name='xmlXPathRegisteredVariablesCleanup' file='xpathInternals' module='xpath'>
17353*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_XPATH_ENABLED)</cond>
17354*7c568831SAndroid Build Coastguard Worker      <info>Cleanup the XPath context data associated to registered variables</info>
17355*7c568831SAndroid Build Coastguard Worker      <return type='void'/>
17356*7c568831SAndroid Build Coastguard Worker      <arg name='ctxt' type='xmlXPathContextPtr' info='the XPath context'/>
17357*7c568831SAndroid Build Coastguard Worker    </function>
17358*7c568831SAndroid Build Coastguard Worker    <function name='xmlXPathRoot' file='xpathInternals' module='xpath'>
17359*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_XPATH_ENABLED)</cond>
17360*7c568831SAndroid Build Coastguard Worker      <info>Initialize the context to the root of the document</info>
17361*7c568831SAndroid Build Coastguard Worker      <return type='void'/>
17362*7c568831SAndroid Build Coastguard Worker      <arg name='ctxt' type='xmlXPathParserContextPtr' info='the XPath Parser context'/>
17363*7c568831SAndroid Build Coastguard Worker    </function>
17364*7c568831SAndroid Build Coastguard Worker    <function name='xmlXPathRoundFunction' file='xpathInternals' module='xpath'>
17365*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_XPATH_ENABLED)</cond>
17366*7c568831SAndroid Build Coastguard Worker      <info>Implement the round() XPath function number round(number) The round function returns the number that is closest to the argument and that is an integer. If there are two such numbers, then the one that is closest to positive infinity is returned.</info>
17367*7c568831SAndroid Build Coastguard Worker      <return type='void'/>
17368*7c568831SAndroid Build Coastguard Worker      <arg name='ctxt' type='xmlXPathParserContextPtr' info='the XPath Parser context'/>
17369*7c568831SAndroid Build Coastguard Worker      <arg name='nargs' type='int' info='the number of arguments'/>
17370*7c568831SAndroid Build Coastguard Worker    </function>
17371*7c568831SAndroid Build Coastguard Worker    <function name='xmlXPathSetContextNode' file='xpath' module='xpath'>
17372*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_XPATH_ENABLED)</cond>
17373*7c568831SAndroid Build Coastguard Worker      <info>Sets &apos;node&apos; as the context node. The node must be in the same document as that associated with the context.</info>
17374*7c568831SAndroid Build Coastguard Worker      <return type='int' info='-1 in case of error or 0 if successful'/>
17375*7c568831SAndroid Build Coastguard Worker      <arg name='node' type='xmlNodePtr' info='the node to to use as the context node'/>
17376*7c568831SAndroid Build Coastguard Worker      <arg name='ctx' type='xmlXPathContextPtr' info='the XPath context'/>
17377*7c568831SAndroid Build Coastguard Worker    </function>
17378*7c568831SAndroid Build Coastguard Worker    <function name='xmlXPathSetErrorHandler' file='xpath' module='xpath'>
17379*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_XPATH_ENABLED)</cond>
17380*7c568831SAndroid Build Coastguard Worker      <info>Register a callback function that will be called on errors and warnings. If handler is NULL, the error handler will be deactivated.  Available since 2.13.0.</info>
17381*7c568831SAndroid Build Coastguard Worker      <return type='void'/>
17382*7c568831SAndroid Build Coastguard Worker      <arg name='ctxt' type='xmlXPathContextPtr' info='the XPath context'/>
17383*7c568831SAndroid Build Coastguard Worker      <arg name='handler' type='xmlStructuredErrorFunc' info='error handler'/>
17384*7c568831SAndroid Build Coastguard Worker      <arg name='data' type='void *' info='user data which will be passed to the handler'/>
17385*7c568831SAndroid Build Coastguard Worker    </function>
17386*7c568831SAndroid Build Coastguard Worker    <function name='xmlXPathStartsWithFunction' file='xpathInternals' module='xpath'>
17387*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_XPATH_ENABLED)</cond>
17388*7c568831SAndroid Build Coastguard Worker      <info>Implement the starts-with() XPath function boolean starts-with(string, string) The starts-with function returns true if the first argument string starts with the second argument string, and otherwise returns false.</info>
17389*7c568831SAndroid Build Coastguard Worker      <return type='void'/>
17390*7c568831SAndroid Build Coastguard Worker      <arg name='ctxt' type='xmlXPathParserContextPtr' info='the XPath Parser context'/>
17391*7c568831SAndroid Build Coastguard Worker      <arg name='nargs' type='int' info='the number of arguments'/>
17392*7c568831SAndroid Build Coastguard Worker    </function>
17393*7c568831SAndroid Build Coastguard Worker    <function name='xmlXPathStringEvalNumber' file='xpathInternals' module='xpath'>
17394*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_XPATH_ENABLED)</cond>
17395*7c568831SAndroid Build Coastguard Worker      <info>[30a]  Float  ::= Number (&apos;e&apos; Digits?)?  [30]   Number ::=   Digits (&apos;.&apos; Digits?)? | &apos;.&apos; Digits [31]   Digits ::=   [0-9]+  Compile a Number in the string In complement of the Number expression, this function also handles negative values : &apos;-&apos; Number.</info>
17396*7c568831SAndroid Build Coastguard Worker      <return type='double' info='the double value.'/>
17397*7c568831SAndroid Build Coastguard Worker      <arg name='str' type='const xmlChar *' info='A string to scan'/>
17398*7c568831SAndroid Build Coastguard Worker    </function>
17399*7c568831SAndroid Build Coastguard Worker    <function name='xmlXPathStringFunction' file='xpathInternals' module='xpath'>
17400*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_XPATH_ENABLED)</cond>
17401*7c568831SAndroid Build Coastguard Worker      <info>Implement the string() XPath function string string(object?) The string function converts an object to a string as follows: - A node-set is converted to a string by returning the value of the node in the node-set that is first in document order. If the node-set is empty, an empty string is returned. - A number is converted to a string as follows + NaN is converted to the string NaN + positive zero is converted to the string 0 + negative zero is converted to the string 0 + positive infinity is converted to the string Infinity + negative infinity is converted to the string -Infinity + if the number is an integer, the number is represented in decimal form as a Number with no decimal point and no leading zeros, preceded by a minus sign (-) if the number is negative + otherwise, the number is represented in decimal form as a Number including a decimal point with at least one digit before the decimal point and at least one digit after the decimal point, preceded by a minus sign (-) if the number is negative; there must be no leading zeros before the decimal point apart possibly from the one required digit immediately before the decimal point; beyond the one required digit after the decimal point there must be as many, but only as many, more digits as are needed to uniquely distinguish the number from all other IEEE 754 numeric values. - The boolean false value is converted to the string false. The boolean true value is converted to the string true.  If the argument is omitted, it defaults to a node-set with the context node as its only member.</info>
17402*7c568831SAndroid Build Coastguard Worker      <return type='void'/>
17403*7c568831SAndroid Build Coastguard Worker      <arg name='ctxt' type='xmlXPathParserContextPtr' info='the XPath Parser context'/>
17404*7c568831SAndroid Build Coastguard Worker      <arg name='nargs' type='int' info='the number of arguments'/>
17405*7c568831SAndroid Build Coastguard Worker    </function>
17406*7c568831SAndroid Build Coastguard Worker    <function name='xmlXPathStringLengthFunction' file='xpathInternals' module='xpath'>
17407*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_XPATH_ENABLED)</cond>
17408*7c568831SAndroid Build Coastguard Worker      <info>Implement the string-length() XPath function number string-length(string?) The string-length returns the number of characters in the string (see [3.6 Strings]). If the argument is omitted, it defaults to the context node converted to a string, in other words the value of the context node.</info>
17409*7c568831SAndroid Build Coastguard Worker      <return type='void'/>
17410*7c568831SAndroid Build Coastguard Worker      <arg name='ctxt' type='xmlXPathParserContextPtr' info='the XPath Parser context'/>
17411*7c568831SAndroid Build Coastguard Worker      <arg name='nargs' type='int' info='the number of arguments'/>
17412*7c568831SAndroid Build Coastguard Worker    </function>
17413*7c568831SAndroid Build Coastguard Worker    <function name='xmlXPathSubValues' file='xpathInternals' module='xpath'>
17414*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_XPATH_ENABLED)</cond>
17415*7c568831SAndroid Build Coastguard Worker      <info>Implement the subtraction operation on XPath objects: The numeric operators convert their operands to numbers as if by calling the number function.</info>
17416*7c568831SAndroid Build Coastguard Worker      <return type='void'/>
17417*7c568831SAndroid Build Coastguard Worker      <arg name='ctxt' type='xmlXPathParserContextPtr' info='the XPath Parser context'/>
17418*7c568831SAndroid Build Coastguard Worker    </function>
17419*7c568831SAndroid Build Coastguard Worker    <function name='xmlXPathSubstringAfterFunction' file='xpathInternals' module='xpath'>
17420*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_XPATH_ENABLED)</cond>
17421*7c568831SAndroid Build Coastguard Worker      <info>Implement the substring-after() XPath function string substring-after(string, string) The substring-after function returns the substring of the first argument string that follows the first occurrence of the second argument string in the first argument string, or the empty string if the first argument string does not contain the second argument string. For example, substring-after(&quot;1999/04/01&quot;,&quot;/&quot;) returns 04/01, and substring-after(&quot;1999/04/01&quot;,&quot;19&quot;) returns 99/04/01.</info>
17422*7c568831SAndroid Build Coastguard Worker      <return type='void'/>
17423*7c568831SAndroid Build Coastguard Worker      <arg name='ctxt' type='xmlXPathParserContextPtr' info='the XPath Parser context'/>
17424*7c568831SAndroid Build Coastguard Worker      <arg name='nargs' type='int' info='the number of arguments'/>
17425*7c568831SAndroid Build Coastguard Worker    </function>
17426*7c568831SAndroid Build Coastguard Worker    <function name='xmlXPathSubstringBeforeFunction' file='xpathInternals' module='xpath'>
17427*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_XPATH_ENABLED)</cond>
17428*7c568831SAndroid Build Coastguard Worker      <info>Implement the substring-before() XPath function string substring-before(string, string) The substring-before function returns the substring of the first argument string that precedes the first occurrence of the second argument string in the first argument string, or the empty string if the first argument string does not contain the second argument string. For example, substring-before(&quot;1999/04/01&quot;,&quot;/&quot;) returns 1999.</info>
17429*7c568831SAndroid Build Coastguard Worker      <return type='void'/>
17430*7c568831SAndroid Build Coastguard Worker      <arg name='ctxt' type='xmlXPathParserContextPtr' info='the XPath Parser context'/>
17431*7c568831SAndroid Build Coastguard Worker      <arg name='nargs' type='int' info='the number of arguments'/>
17432*7c568831SAndroid Build Coastguard Worker    </function>
17433*7c568831SAndroid Build Coastguard Worker    <function name='xmlXPathSubstringFunction' file='xpathInternals' module='xpath'>
17434*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_XPATH_ENABLED)</cond>
17435*7c568831SAndroid Build Coastguard Worker      <info>Implement the substring() XPath function string substring(string, number, number?) The substring function returns the substring of the first argument starting at the position specified in the second argument with length specified in the third argument. For example, substring(&quot;12345&quot;,2,3) returns &quot;234&quot;. If the third argument is not specified, it returns the substring starting at the position specified in the second argument and continuing to the end of the string. For example, substring(&quot;12345&quot;,2) returns &quot;2345&quot;.  More precisely, each character in the string (see [3.6 Strings]) is considered to have a numeric position: the position of the first character is 1, the position of the second character is 2 and so on. The returned substring contains those characters for which the position of the character is greater than or equal to the second argument and, if the third argument is specified, less than the sum of the second and third arguments; the comparisons and addition used for the above follow the standard IEEE 754 rules. Thus: - substring(&quot;12345&quot;, 1.5, 2.6) returns &quot;234&quot; - substring(&quot;12345&quot;, 0, 3) returns &quot;12&quot; - substring(&quot;12345&quot;, 0 div 0, 3) returns &quot;&quot; - substring(&quot;12345&quot;, 1, 0 div 0) returns &quot;&quot; - substring(&quot;12345&quot;, -42, 1 div 0) returns &quot;12345&quot; - substring(&quot;12345&quot;, -1 div 0, 1 div 0) returns &quot;&quot;</info>
17436*7c568831SAndroid Build Coastguard Worker      <return type='void'/>
17437*7c568831SAndroid Build Coastguard Worker      <arg name='ctxt' type='xmlXPathParserContextPtr' info='the XPath Parser context'/>
17438*7c568831SAndroid Build Coastguard Worker      <arg name='nargs' type='int' info='the number of arguments'/>
17439*7c568831SAndroid Build Coastguard Worker    </function>
17440*7c568831SAndroid Build Coastguard Worker    <function name='xmlXPathSumFunction' file='xpathInternals' module='xpath'>
17441*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_XPATH_ENABLED)</cond>
17442*7c568831SAndroid Build Coastguard Worker      <info>Implement the sum() XPath function number sum(node-set) The sum function returns the sum of the values of the nodes in the argument node-set.</info>
17443*7c568831SAndroid Build Coastguard Worker      <return type='void'/>
17444*7c568831SAndroid Build Coastguard Worker      <arg name='ctxt' type='xmlXPathParserContextPtr' info='the XPath Parser context'/>
17445*7c568831SAndroid Build Coastguard Worker      <arg name='nargs' type='int' info='the number of arguments'/>
17446*7c568831SAndroid Build Coastguard Worker    </function>
17447*7c568831SAndroid Build Coastguard Worker    <function name='xmlXPathTrailing' file='xpathInternals' module='xpath'>
17448*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_XPATH_ENABLED)</cond>
17449*7c568831SAndroid Build Coastguard Worker      <info>Implements the EXSLT - Sets trailing() function: node-set set:trailing (node-set, node-set) @nodes1 and @nodes2 are sorted by document order, then #xmlXPathTrailingSorted is called.</info>
17450*7c568831SAndroid Build Coastguard Worker      <return type='xmlNodeSetPtr' info='the nodes in @nodes1 that follow the first node in @nodes2 in document order, @nodes1 if @nodes2 is NULL or empty or an empty node-set if @nodes1 doesn&apos;t contain @nodes2'/>
17451*7c568831SAndroid Build Coastguard Worker      <arg name='nodes1' type='xmlNodeSetPtr' info='a node-set'/>
17452*7c568831SAndroid Build Coastguard Worker      <arg name='nodes2' type='xmlNodeSetPtr' info='a node-set'/>
17453*7c568831SAndroid Build Coastguard Worker    </function>
17454*7c568831SAndroid Build Coastguard Worker    <function name='xmlXPathTrailingSorted' file='xpathInternals' module='xpath'>
17455*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_XPATH_ENABLED)</cond>
17456*7c568831SAndroid Build Coastguard Worker      <info>Implements the EXSLT - Sets trailing() function: node-set set:trailing (node-set, node-set)</info>
17457*7c568831SAndroid Build Coastguard Worker      <return type='xmlNodeSetPtr' info='the nodes in @nodes1 that follow the first node in @nodes2 in document order, @nodes1 if @nodes2 is NULL or empty or an empty node-set if @nodes1 doesn&apos;t contain @nodes2'/>
17458*7c568831SAndroid Build Coastguard Worker      <arg name='nodes1' type='xmlNodeSetPtr' info='a node-set, sorted by document order'/>
17459*7c568831SAndroid Build Coastguard Worker      <arg name='nodes2' type='xmlNodeSetPtr' info='a node-set, sorted by document order'/>
17460*7c568831SAndroid Build Coastguard Worker    </function>
17461*7c568831SAndroid Build Coastguard Worker    <function name='xmlXPathTranslateFunction' file='xpathInternals' module='xpath'>
17462*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_XPATH_ENABLED)</cond>
17463*7c568831SAndroid Build Coastguard Worker      <info>Implement the translate() XPath function string translate(string, string, string) The translate function returns the first argument string with occurrences of characters in the second argument string replaced by the character at the corresponding position in the third argument string. For example, translate(&quot;bar&quot;,&quot;abc&quot;,&quot;ABC&quot;) returns the string BAr. If there is a character in the second argument string with no character at a corresponding position in the third argument string (because the second argument string is longer than the third argument string), then occurrences of that character in the first argument string are removed. For example, translate(&quot;--aaa--&quot;,&quot;abc-&quot;,&quot;ABC&quot;)</info>
17464*7c568831SAndroid Build Coastguard Worker      <return type='void'/>
17465*7c568831SAndroid Build Coastguard Worker      <arg name='ctxt' type='xmlXPathParserContextPtr' info='the XPath Parser context'/>
17466*7c568831SAndroid Build Coastguard Worker      <arg name='nargs' type='int' info='the number of arguments'/>
17467*7c568831SAndroid Build Coastguard Worker    </function>
17468*7c568831SAndroid Build Coastguard Worker    <function name='xmlXPathTrueFunction' file='xpathInternals' module='xpath'>
17469*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_XPATH_ENABLED)</cond>
17470*7c568831SAndroid Build Coastguard Worker      <info>Implement the true() XPath function boolean true()</info>
17471*7c568831SAndroid Build Coastguard Worker      <return type='void'/>
17472*7c568831SAndroid Build Coastguard Worker      <arg name='ctxt' type='xmlXPathParserContextPtr' info='the XPath Parser context'/>
17473*7c568831SAndroid Build Coastguard Worker      <arg name='nargs' type='int' info='the number of arguments'/>
17474*7c568831SAndroid Build Coastguard Worker    </function>
17475*7c568831SAndroid Build Coastguard Worker    <function name='xmlXPathValueFlipSign' file='xpathInternals' module='xpath'>
17476*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_XPATH_ENABLED)</cond>
17477*7c568831SAndroid Build Coastguard Worker      <info>Implement the unary - operation on an XPath object The numeric operators convert their operands to numbers as if by calling the number function.</info>
17478*7c568831SAndroid Build Coastguard Worker      <return type='void'/>
17479*7c568831SAndroid Build Coastguard Worker      <arg name='ctxt' type='xmlXPathParserContextPtr' info='the XPath Parser context'/>
17480*7c568831SAndroid Build Coastguard Worker    </function>
17481*7c568831SAndroid Build Coastguard Worker    <function name='xmlXPathVariableLookup' file='xpathInternals' module='xpath'>
17482*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_XPATH_ENABLED)</cond>
17483*7c568831SAndroid Build Coastguard Worker      <info>Search in the Variable array of the context for the given variable value.</info>
17484*7c568831SAndroid Build Coastguard Worker      <return type='xmlXPathObjectPtr' info='a copy of the value or NULL if not found'/>
17485*7c568831SAndroid Build Coastguard Worker      <arg name='ctxt' type='xmlXPathContextPtr' info='the XPath context'/>
17486*7c568831SAndroid Build Coastguard Worker      <arg name='name' type='const xmlChar *' info='the variable name'/>
17487*7c568831SAndroid Build Coastguard Worker    </function>
17488*7c568831SAndroid Build Coastguard Worker    <functype name='xmlXPathVariableLookupFunc' file='xpath' module='xpath'>
17489*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_XPATH_ENABLED)</cond>
17490*7c568831SAndroid Build Coastguard Worker      <info>Prototype for callbacks used to plug variable lookup in the XPath engine.</info>
17491*7c568831SAndroid Build Coastguard Worker      <return type='xmlXPathObjectPtr' info='the XPath object value or NULL if not found.'/>
17492*7c568831SAndroid Build Coastguard Worker      <arg name='ctxt' type='void *' info='an XPath context'/>
17493*7c568831SAndroid Build Coastguard Worker      <arg name='name' type='const xmlChar *' info='name of the variable'/>
17494*7c568831SAndroid Build Coastguard Worker      <arg name='ns_uri' type='const xmlChar *' info='the namespace name hosting this variable'/>
17495*7c568831SAndroid Build Coastguard Worker    </functype>
17496*7c568831SAndroid Build Coastguard Worker    <function name='xmlXPathVariableLookupNS' file='xpathInternals' module='xpath'>
17497*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_XPATH_ENABLED)</cond>
17498*7c568831SAndroid Build Coastguard Worker      <info>Search in the Variable array of the context for the given variable value.</info>
17499*7c568831SAndroid Build Coastguard Worker      <return type='xmlXPathObjectPtr' info='the a copy of the value or NULL if not found'/>
17500*7c568831SAndroid Build Coastguard Worker      <arg name='ctxt' type='xmlXPathContextPtr' info='the XPath context'/>
17501*7c568831SAndroid Build Coastguard Worker      <arg name='name' type='const xmlChar *' info='the variable name'/>
17502*7c568831SAndroid Build Coastguard Worker      <arg name='ns_uri' type='const xmlChar *' info='the variable namespace URI'/>
17503*7c568831SAndroid Build Coastguard Worker    </function>
17504*7c568831SAndroid Build Coastguard Worker    <function name='xmlXPathWrapCString' file='xpathInternals' module='xpath'>
17505*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_XPATH_ENABLED)</cond>
17506*7c568831SAndroid Build Coastguard Worker      <info>Wraps a string into an XPath object.</info>
17507*7c568831SAndroid Build Coastguard Worker      <return type='xmlXPathObjectPtr' info='the newly created object.'/>
17508*7c568831SAndroid Build Coastguard Worker      <arg name='val' type='char *' info='the char * value'/>
17509*7c568831SAndroid Build Coastguard Worker    </function>
17510*7c568831SAndroid Build Coastguard Worker    <function name='xmlXPathWrapExternal' file='xpathInternals' module='xpath'>
17511*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_XPATH_ENABLED)</cond>
17512*7c568831SAndroid Build Coastguard Worker      <info>Wraps the @val data into an XPath object.</info>
17513*7c568831SAndroid Build Coastguard Worker      <return type='xmlXPathObjectPtr' info='the newly created object.'/>
17514*7c568831SAndroid Build Coastguard Worker      <arg name='val' type='void *' info='the user data'/>
17515*7c568831SAndroid Build Coastguard Worker    </function>
17516*7c568831SAndroid Build Coastguard Worker    <function name='xmlXPathWrapNodeSet' file='xpathInternals' module='xpath'>
17517*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_XPATH_ENABLED)</cond>
17518*7c568831SAndroid Build Coastguard Worker      <info>Wrap the Nodeset @val in a new xmlXPathObjectPtr</info>
17519*7c568831SAndroid Build Coastguard Worker      <return type='xmlXPathObjectPtr' info='the newly created object.  In case of error the node set is destroyed and NULL is returned.'/>
17520*7c568831SAndroid Build Coastguard Worker      <arg name='val' type='xmlNodeSetPtr' info='the NodePtr value'/>
17521*7c568831SAndroid Build Coastguard Worker    </function>
17522*7c568831SAndroid Build Coastguard Worker    <function name='xmlXPathWrapString' file='xpathInternals' module='xpath'>
17523*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_XPATH_ENABLED)</cond>
17524*7c568831SAndroid Build Coastguard Worker      <info>Wraps the @val string into an XPath object.</info>
17525*7c568831SAndroid Build Coastguard Worker      <return type='xmlXPathObjectPtr' info='the newly created object.  Frees @val in case of error.'/>
17526*7c568831SAndroid Build Coastguard Worker      <arg name='val' type='xmlChar *' info='the xmlChar * value'/>
17527*7c568831SAndroid Build Coastguard Worker    </function>
17528*7c568831SAndroid Build Coastguard Worker    <function name='xmlXPatherror' file='xpathInternals' module='xpath'>
17529*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_XPATH_ENABLED)</cond>
17530*7c568831SAndroid Build Coastguard Worker      <info>Formats an error message.</info>
17531*7c568831SAndroid Build Coastguard Worker      <return type='void'/>
17532*7c568831SAndroid Build Coastguard Worker      <arg name='ctxt' type='xmlXPathParserContextPtr' info='the XPath Parser context'/>
17533*7c568831SAndroid Build Coastguard Worker      <arg name='file' type='const char *' info='the file name'/>
17534*7c568831SAndroid Build Coastguard Worker      <arg name='line' type='int' info='the line number'/>
17535*7c568831SAndroid Build Coastguard Worker      <arg name='no' type='int' info='the error number'/>
17536*7c568831SAndroid Build Coastguard Worker    </function>
17537*7c568831SAndroid Build Coastguard Worker    <function name='xmlXPtrEval' file='xpointer' module='xpointer'>
17538*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_XPTR_ENABLED)</cond>
17539*7c568831SAndroid Build Coastguard Worker      <info>Evaluate the XPath Location Path in the given context.</info>
17540*7c568831SAndroid Build Coastguard Worker      <return type='xmlXPathObjectPtr' info='the xmlXPathObjectPtr resulting from the evaluation or NULL. the caller has to free the object.'/>
17541*7c568831SAndroid Build Coastguard Worker      <arg name='str' type='const xmlChar *' info='the XPointer expression'/>
17542*7c568831SAndroid Build Coastguard Worker      <arg name='ctx' type='xmlXPathContextPtr' info='the XPointer context'/>
17543*7c568831SAndroid Build Coastguard Worker    </function>
17544*7c568831SAndroid Build Coastguard Worker    <function name='xmlXPtrNewContext' file='xpointer' module='xpointer'>
17545*7c568831SAndroid Build Coastguard Worker      <cond>defined(LIBXML_XPTR_ENABLED)</cond>
17546*7c568831SAndroid Build Coastguard Worker      <info>Create a new XPointer context</info>
17547*7c568831SAndroid Build Coastguard Worker      <return type='xmlXPathContextPtr' info='the xmlXPathContext just allocated.'/>
17548*7c568831SAndroid Build Coastguard Worker      <arg name='doc' type='xmlDocPtr' info='the XML document'/>
17549*7c568831SAndroid Build Coastguard Worker      <arg name='here' type='xmlNodePtr' info='the node that directly contains the XPointer being evaluated or NULL'/>
17550*7c568831SAndroid Build Coastguard Worker      <arg name='origin' type='xmlNodePtr' info='the element from which a user or program initiated traversal of the link, or NULL.'/>
17551*7c568831SAndroid Build Coastguard Worker    </function>
17552*7c568831SAndroid Build Coastguard Worker  </symbols>
17553*7c568831SAndroid Build Coastguard Worker</api>
17554