VirtualBox

source: vbox/trunk/src/libs/libxml2-2.9.4/python/libxml2-py.h@ 70563

最後變更 在這個檔案從70563是 65950,由 vboxsync 提交於 8 年 前

libxml 2.9.4: fix export

  • 屬性 svn:eol-style 設為 native
檔案大小: 110.8 KB
 
1/* Generated */
2
3#if defined(LIBXML_DOCB_ENABLED)
4PyObject * libxml_docbDefaultSAXHandlerInit(PyObject *self, PyObject *args);
5#endif /* defined(LIBXML_DOCB_ENABLED) */
6#if defined(LIBXML_HTML_ENABLED)
7PyObject * libxml_htmlAutoCloseTag(PyObject *self, PyObject *args);
8#endif /* defined(LIBXML_HTML_ENABLED) */
9#if defined(LIBXML_HTML_ENABLED)
10PyObject * libxml_htmlCreateFileParserCtxt(PyObject *self, PyObject *args);
11#endif /* defined(LIBXML_HTML_ENABLED) */
12#if defined(LIBXML_HTML_ENABLED)
13PyObject * libxml_htmlCreateMemoryParserCtxt(PyObject *self, PyObject *args);
14#endif /* defined(LIBXML_HTML_ENABLED) */
15#if defined(LIBXML_HTML_ENABLED)
16PyObject * libxml_htmlCreatePushParser(PyObject *self, PyObject *args);
17#endif
18#if defined(LIBXML_HTML_ENABLED)
19PyObject * libxml_htmlCtxtReadDoc(PyObject *self, PyObject *args);
20#endif /* defined(LIBXML_HTML_ENABLED) */
21#if defined(LIBXML_HTML_ENABLED)
22PyObject * libxml_htmlCtxtReadFd(PyObject *self, PyObject *args);
23#endif /* defined(LIBXML_HTML_ENABLED) */
24#if defined(LIBXML_HTML_ENABLED)
25PyObject * libxml_htmlCtxtReadFile(PyObject *self, PyObject *args);
26#endif /* defined(LIBXML_HTML_ENABLED) */
27#if defined(LIBXML_HTML_ENABLED)
28PyObject * libxml_htmlCtxtReadMemory(PyObject *self, PyObject *args);
29#endif /* defined(LIBXML_HTML_ENABLED) */
30#if defined(LIBXML_HTML_ENABLED)
31PyObject * libxml_htmlCtxtReset(PyObject *self, PyObject *args);
32#endif /* defined(LIBXML_HTML_ENABLED) */
33#if defined(LIBXML_HTML_ENABLED)
34PyObject * libxml_htmlCtxtUseOptions(PyObject *self, PyObject *args);
35#endif /* defined(LIBXML_HTML_ENABLED) */
36#if defined(LIBXML_HTML_ENABLED)
37PyObject * libxml_htmlDefaultSAXHandlerInit(PyObject *self, PyObject *args);
38#endif /* defined(LIBXML_HTML_ENABLED) */
39#if defined(LIBXML_HTML_ENABLED) && defined(LIBXML_OUTPUT_ENABLED)
40PyObject * libxml_htmlDocContentDumpFormatOutput(PyObject *self, PyObject *args);
41#endif /* defined(LIBXML_HTML_ENABLED) && defined(LIBXML_OUTPUT_ENABLED) */
42#if defined(LIBXML_HTML_ENABLED) && defined(LIBXML_OUTPUT_ENABLED)
43PyObject * libxml_htmlDocContentDumpOutput(PyObject *self, PyObject *args);
44#endif /* defined(LIBXML_HTML_ENABLED) && defined(LIBXML_OUTPUT_ENABLED) */
45#if defined(LIBXML_HTML_ENABLED) && defined(LIBXML_OUTPUT_ENABLED)
46PyObject * libxml_htmlDocDump(PyObject *self, PyObject *args);
47#endif /* defined(LIBXML_HTML_ENABLED) && defined(LIBXML_OUTPUT_ENABLED) */
48#if defined(LIBXML_HTML_ENABLED)
49PyObject * libxml_htmlFreeParserCtxt(PyObject *self, PyObject *args);
50#endif /* defined(LIBXML_HTML_ENABLED) */
51#if defined(LIBXML_HTML_ENABLED)
52PyObject * libxml_htmlGetMetaEncoding(PyObject *self, PyObject *args);
53#endif /* defined(LIBXML_HTML_ENABLED) */
54#if defined(LIBXML_HTML_ENABLED)
55PyObject * libxml_htmlHandleOmittedElem(PyObject *self, PyObject *args);
56#endif /* defined(LIBXML_HTML_ENABLED) */
57#if defined(LIBXML_HTML_ENABLED)
58PyObject * libxml_htmlInitAutoClose(PyObject *self, PyObject *args);
59#endif /* defined(LIBXML_HTML_ENABLED) */
60#if defined(LIBXML_HTML_ENABLED)
61PyObject * libxml_htmlIsAutoClosed(PyObject *self, PyObject *args);
62#endif /* defined(LIBXML_HTML_ENABLED) */
63#if defined(LIBXML_HTML_ENABLED)
64PyObject * libxml_htmlIsBooleanAttr(PyObject *self, PyObject *args);
65#endif /* defined(LIBXML_HTML_ENABLED) */
66#if defined(LIBXML_HTML_ENABLED)
67PyObject * libxml_htmlIsScriptAttribute(PyObject *self, PyObject *args);
68#endif /* defined(LIBXML_HTML_ENABLED) */
69#if defined(LIBXML_HTML_ENABLED)
70PyObject * libxml_htmlNewDoc(PyObject *self, PyObject *args);
71#endif /* defined(LIBXML_HTML_ENABLED) */
72#if defined(LIBXML_HTML_ENABLED)
73PyObject * libxml_htmlNewDocNoDtD(PyObject *self, PyObject *args);
74#endif /* defined(LIBXML_HTML_ENABLED) */
75#if defined(LIBXML_HTML_ENABLED)
76PyObject * libxml_htmlNewParserCtxt(PyObject *self, PyObject *args);
77#endif /* defined(LIBXML_HTML_ENABLED) */
78#if defined(LIBXML_HTML_ENABLED) && defined(LIBXML_OUTPUT_ENABLED)
79PyObject * libxml_htmlNodeDumpFile(PyObject *self, PyObject *args);
80#endif /* defined(LIBXML_HTML_ENABLED) && defined(LIBXML_OUTPUT_ENABLED) */
81#if defined(LIBXML_HTML_ENABLED) && defined(LIBXML_OUTPUT_ENABLED)
82PyObject * libxml_htmlNodeDumpFileFormat(PyObject *self, PyObject *args);
83#endif /* defined(LIBXML_HTML_ENABLED) && defined(LIBXML_OUTPUT_ENABLED) */
84#if defined(LIBXML_HTML_ENABLED) && defined(LIBXML_OUTPUT_ENABLED)
85PyObject * libxml_htmlNodeDumpFormatOutput(PyObject *self, PyObject *args);
86#endif /* defined(LIBXML_HTML_ENABLED) && defined(LIBXML_OUTPUT_ENABLED) */
87#if defined(LIBXML_HTML_ENABLED) && defined(LIBXML_OUTPUT_ENABLED)
88PyObject * libxml_htmlNodeDumpOutput(PyObject *self, PyObject *args);
89#endif /* defined(LIBXML_HTML_ENABLED) && defined(LIBXML_OUTPUT_ENABLED) */
90#if defined(LIBXML_HTML_ENABLED)
91PyObject * libxml_htmlParseCharRef(PyObject *self, PyObject *args);
92#endif /* defined(LIBXML_HTML_ENABLED) */
93#if defined(LIBXML_HTML_ENABLED) && defined(LIBXML_PUSH_ENABLED)
94PyObject * libxml_htmlParseChunk(PyObject *self, PyObject *args);
95#endif /* defined(LIBXML_HTML_ENABLED) && defined(LIBXML_PUSH_ENABLED) */
96#if defined(LIBXML_HTML_ENABLED)
97PyObject * libxml_htmlParseDoc(PyObject *self, PyObject *args);
98#endif /* defined(LIBXML_HTML_ENABLED) */
99#if defined(LIBXML_HTML_ENABLED)
100PyObject * libxml_htmlParseDocument(PyObject *self, PyObject *args);
101#endif /* defined(LIBXML_HTML_ENABLED) */
102#if defined(LIBXML_HTML_ENABLED)
103PyObject * libxml_htmlParseElement(PyObject *self, PyObject *args);
104#endif /* defined(LIBXML_HTML_ENABLED) */
105#if defined(LIBXML_HTML_ENABLED)
106PyObject * libxml_htmlParseFile(PyObject *self, PyObject *args);
107#endif /* defined(LIBXML_HTML_ENABLED) */
108#if defined(LIBXML_HTML_ENABLED)
109PyObject * libxml_htmlReadDoc(PyObject *self, PyObject *args);
110#endif /* defined(LIBXML_HTML_ENABLED) */
111#if defined(LIBXML_HTML_ENABLED)
112PyObject * libxml_htmlReadFd(PyObject *self, PyObject *args);
113#endif /* defined(LIBXML_HTML_ENABLED) */
114#if defined(LIBXML_HTML_ENABLED)
115PyObject * libxml_htmlReadFile(PyObject *self, PyObject *args);
116#endif /* defined(LIBXML_HTML_ENABLED) */
117#if defined(LIBXML_HTML_ENABLED)
118PyObject * libxml_htmlReadMemory(PyObject *self, PyObject *args);
119#endif /* defined(LIBXML_HTML_ENABLED) */
120#if defined(LIBXML_HTML_ENABLED)
121PyObject * libxml_htmlSAXParseFile(PyObject *self, PyObject *args);
122#endif
123#if defined(LIBXML_HTML_ENABLED) && defined(LIBXML_OUTPUT_ENABLED)
124PyObject * libxml_htmlSaveFile(PyObject *self, PyObject *args);
125#endif /* defined(LIBXML_HTML_ENABLED) && defined(LIBXML_OUTPUT_ENABLED) */
126#if defined(LIBXML_HTML_ENABLED) && defined(LIBXML_OUTPUT_ENABLED)
127PyObject * libxml_htmlSaveFileEnc(PyObject *self, PyObject *args);
128#endif /* defined(LIBXML_HTML_ENABLED) && defined(LIBXML_OUTPUT_ENABLED) */
129#if defined(LIBXML_HTML_ENABLED) && defined(LIBXML_OUTPUT_ENABLED)
130PyObject * libxml_htmlSaveFileFormat(PyObject *self, PyObject *args);
131#endif /* defined(LIBXML_HTML_ENABLED) && defined(LIBXML_OUTPUT_ENABLED) */
132#if defined(LIBXML_HTML_ENABLED)
133PyObject * libxml_htmlSetMetaEncoding(PyObject *self, PyObject *args);
134#endif /* defined(LIBXML_HTML_ENABLED) */
135PyObject * libxml_namePop(PyObject *self, PyObject *args);
136PyObject * libxml_namePush(PyObject *self, PyObject *args);
137PyObject * libxml_nodePop(PyObject *self, PyObject *args);
138PyObject * libxml_nodePush(PyObject *self, PyObject *args);
139#if defined(LIBXML_XPATH_ENABLED)
140PyObject * libxml_valuePop(PyObject *self, PyObject *args);
141#endif /* defined(LIBXML_XPATH_ENABLED) */
142#if defined(LIBXML_CATALOG_ENABLED)
143PyObject * libxml_xmlACatalogAdd(PyObject *self, PyObject *args);
144#endif /* defined(LIBXML_CATALOG_ENABLED) */
145#if defined(LIBXML_CATALOG_ENABLED) && defined(LIBXML_OUTPUT_ENABLED)
146PyObject * libxml_xmlACatalogDump(PyObject *self, PyObject *args);
147#endif /* defined(LIBXML_CATALOG_ENABLED) && defined(LIBXML_OUTPUT_ENABLED) */
148#if defined(LIBXML_CATALOG_ENABLED)
149PyObject * libxml_xmlACatalogRemove(PyObject *self, PyObject *args);
150#endif /* defined(LIBXML_CATALOG_ENABLED) */
151#if defined(LIBXML_CATALOG_ENABLED)
152PyObject * libxml_xmlACatalogResolve(PyObject *self, PyObject *args);
153#endif /* defined(LIBXML_CATALOG_ENABLED) */
154#if defined(LIBXML_CATALOG_ENABLED)
155PyObject * libxml_xmlACatalogResolvePublic(PyObject *self, PyObject *args);
156#endif /* defined(LIBXML_CATALOG_ENABLED) */
157#if defined(LIBXML_CATALOG_ENABLED)
158PyObject * libxml_xmlACatalogResolveSystem(PyObject *self, PyObject *args);
159#endif /* defined(LIBXML_CATALOG_ENABLED) */
160#if defined(LIBXML_CATALOG_ENABLED)
161PyObject * libxml_xmlACatalogResolveURI(PyObject *self, PyObject *args);
162#endif /* defined(LIBXML_CATALOG_ENABLED) */
163PyObject * libxml_xmlAddChild(PyObject *self, PyObject *args);
164PyObject * libxml_xmlAddChildList(PyObject *self, PyObject *args);
165PyObject * libxml_xmlAddDocEntity(PyObject *self, PyObject *args);
166PyObject * libxml_xmlAddDtdEntity(PyObject *self, PyObject *args);
167PyObject * libxml_xmlAddEncodingAlias(PyObject *self, PyObject *args);
168PyObject * libxml_xmlAddNextSibling(PyObject *self, PyObject *args);
169#if defined(LIBXML_TREE_ENABLED) || defined(LIBXML_HTML_ENABLED) || defined(LIBXML_SCHEMAS_ENABLED) || defined(LIBXML_XINCLUDE_ENABLED)
170PyObject * libxml_xmlAddPrevSibling(PyObject *self, PyObject *args);
171#endif /* defined(LIBXML_TREE_ENABLED) || defined(LIBXML_HTML_ENABLED) || defined(LIBXML_SCHEMAS_ENABLED) || defined(LIBXML_XINCLUDE_ENABLED) */
172PyObject * libxml_xmlAddSibling(PyObject *self, PyObject *args);
173#if defined(LIBXML_DEBUG_ENABLED)
174PyObject * libxml_xmlBoolToText(PyObject *self, PyObject *args);
175#endif /* defined(LIBXML_DEBUG_ENABLED) */
176PyObject * libxml_xmlBuildQName(PyObject *self, PyObject *args);
177PyObject * libxml_xmlBuildRelativeURI(PyObject *self, PyObject *args);
178PyObject * libxml_xmlBuildURI(PyObject *self, PyObject *args);
179PyObject * libxml_xmlByteConsumed(PyObject *self, PyObject *args);
180PyObject * libxml_xmlCanonicPath(PyObject *self, PyObject *args);
181#if defined(LIBXML_CATALOG_ENABLED)
182PyObject * libxml_xmlCatalogAdd(PyObject *self, PyObject *args);
183#endif /* defined(LIBXML_CATALOG_ENABLED) */
184#if defined(LIBXML_CATALOG_ENABLED)
185PyObject * libxml_xmlCatalogCleanup(PyObject *self, PyObject *args);
186#endif /* defined(LIBXML_CATALOG_ENABLED) */
187#if defined(LIBXML_CATALOG_ENABLED)
188PyObject * libxml_xmlCatalogConvert(PyObject *self, PyObject *args);
189#endif /* defined(LIBXML_CATALOG_ENABLED) */
190#if defined(LIBXML_CATALOG_ENABLED) && defined(LIBXML_OUTPUT_ENABLED)
191PyObject * libxml_xmlCatalogDump(PyObject *self, PyObject *args);
192#endif /* defined(LIBXML_CATALOG_ENABLED) && defined(LIBXML_OUTPUT_ENABLED) */
193#if defined(LIBXML_CATALOG_ENABLED)
194PyObject * libxml_xmlCatalogGetPublic(PyObject *self, PyObject *args);
195#endif /* defined(LIBXML_CATALOG_ENABLED) */
196#if defined(LIBXML_CATALOG_ENABLED)
197PyObject * libxml_xmlCatalogGetSystem(PyObject *self, PyObject *args);
198#endif /* defined(LIBXML_CATALOG_ENABLED) */
199#if defined(LIBXML_CATALOG_ENABLED)
200PyObject * libxml_xmlCatalogIsEmpty(PyObject *self, PyObject *args);
201#endif /* defined(LIBXML_CATALOG_ENABLED) */
202#if defined(LIBXML_CATALOG_ENABLED)
203PyObject * libxml_xmlCatalogRemove(PyObject *self, PyObject *args);
204#endif /* defined(LIBXML_CATALOG_ENABLED) */
205#if defined(LIBXML_CATALOG_ENABLED)
206PyObject * libxml_xmlCatalogResolve(PyObject *self, PyObject *args);
207#endif /* defined(LIBXML_CATALOG_ENABLED) */
208#if defined(LIBXML_CATALOG_ENABLED)
209PyObject * libxml_xmlCatalogResolvePublic(PyObject *self, PyObject *args);
210#endif /* defined(LIBXML_CATALOG_ENABLED) */
211#if defined(LIBXML_CATALOG_ENABLED)
212PyObject * libxml_xmlCatalogResolveSystem(PyObject *self, PyObject *args);
213#endif /* defined(LIBXML_CATALOG_ENABLED) */
214#if defined(LIBXML_CATALOG_ENABLED)
215PyObject * libxml_xmlCatalogResolveURI(PyObject *self, PyObject *args);
216#endif /* defined(LIBXML_CATALOG_ENABLED) */
217#if defined(LIBXML_CATALOG_ENABLED)
218PyObject * libxml_xmlCatalogSetDebug(PyObject *self, PyObject *args);
219#endif /* defined(LIBXML_CATALOG_ENABLED) */
220PyObject * libxml_xmlCharStrdup(PyObject *self, PyObject *args);
221PyObject * libxml_xmlCharStrndup(PyObject *self, PyObject *args);
222PyObject * libxml_xmlCheckFilename(PyObject *self, PyObject *args);
223PyObject * libxml_xmlCheckLanguageID(PyObject *self, PyObject *args);
224PyObject * libxml_xmlCheckUTF8(PyObject *self, PyObject *args);
225PyObject * libxml_xmlCheckVersion(PyObject *self, PyObject *args);
226PyObject * libxml_xmlCleanupCharEncodingHandlers(PyObject *self, PyObject *args);
227PyObject * libxml_xmlCleanupEncodingAliases(PyObject *self, PyObject *args);
228PyObject * libxml_xmlCleanupGlobals(PyObject *self, PyObject *args);
229PyObject * libxml_xmlCleanupInputCallbacks(PyObject *self, PyObject *args);
230#if defined(LIBXML_OUTPUT_ENABLED)
231PyObject * libxml_xmlCleanupOutputCallbacks(PyObject *self, PyObject *args);
232#endif /* defined(LIBXML_OUTPUT_ENABLED) */
233#if defined(LIBXML_LEGACY_ENABLED)
234PyObject * libxml_xmlCleanupPredefinedEntities(PyObject *self, PyObject *args);
235#endif /* defined(LIBXML_LEGACY_ENABLED) */
236PyObject * libxml_xmlClearParserCtxt(PyObject *self, PyObject *args);
237#if defined(LIBXML_CATALOG_ENABLED)
238PyObject * libxml_xmlConvertSGMLCatalog(PyObject *self, PyObject *args);
239#endif /* defined(LIBXML_CATALOG_ENABLED) */
240PyObject * libxml_xmlCopyChar(PyObject *self, PyObject *args);
241PyObject * libxml_xmlCopyCharMultiByte(PyObject *self, PyObject *args);
242#if defined(LIBXML_TREE_ENABLED) || defined(LIBXML_SCHEMAS_ENABLED)
243PyObject * libxml_xmlCopyDoc(PyObject *self, PyObject *args);
244#endif /* defined(LIBXML_TREE_ENABLED) || defined(LIBXML_SCHEMAS_ENABLED) */
245#if defined(LIBXML_TREE_ENABLED)
246PyObject * libxml_xmlCopyDtd(PyObject *self, PyObject *args);
247#endif /* defined(LIBXML_TREE_ENABLED) */
248PyObject * libxml_xmlCopyError(PyObject *self, PyObject *args);
249PyObject * libxml_xmlCopyNamespace(PyObject *self, PyObject *args);
250PyObject * libxml_xmlCopyNamespaceList(PyObject *self, PyObject *args);
251PyObject * libxml_xmlCopyNode(PyObject *self, PyObject *args);
252PyObject * libxml_xmlCopyNodeList(PyObject *self, PyObject *args);
253PyObject * libxml_xmlCopyProp(PyObject *self, PyObject *args);
254PyObject * libxml_xmlCopyPropList(PyObject *self, PyObject *args);
255PyObject * libxml_xmlCreateDocParserCtxt(PyObject *self, PyObject *args);
256PyObject * libxml_xmlCreateEntityParserCtxt(PyObject *self, PyObject *args);
257PyObject * libxml_xmlCreateFileParserCtxt(PyObject *self, PyObject *args);
258PyObject * libxml_xmlCreateInputBuffer(PyObject *self, PyObject *args);
259PyObject * libxml_xmlCreateIntSubset(PyObject *self, PyObject *args);
260PyObject * libxml_xmlCreateMemoryParserCtxt(PyObject *self, PyObject *args);
261PyObject * libxml_xmlCreateOutputBuffer(PyObject *self, PyObject *args);
262PyObject * libxml_xmlCreatePushParser(PyObject *self, PyObject *args);
263PyObject * libxml_xmlCreateURI(PyObject *self, PyObject *args);
264PyObject * libxml_xmlCreateURLParserCtxt(PyObject *self, PyObject *args);
265PyObject * libxml_xmlCtxtReadDoc(PyObject *self, PyObject *args);
266PyObject * libxml_xmlCtxtReadFd(PyObject *self, PyObject *args);
267PyObject * libxml_xmlCtxtReadFile(PyObject *self, PyObject *args);
268PyObject * libxml_xmlCtxtReadMemory(PyObject *self, PyObject *args);
269PyObject * libxml_xmlCtxtReset(PyObject *self, PyObject *args);
270PyObject * libxml_xmlCtxtResetPush(PyObject *self, PyObject *args);
271PyObject * libxml_xmlCtxtUseOptions(PyObject *self, PyObject *args);
272#if defined(LIBXML_DEBUG_ENABLED)
273PyObject * libxml_xmlDebugCheckDocument(PyObject *self, PyObject *args);
274#endif /* defined(LIBXML_DEBUG_ENABLED) */
275#if defined(LIBXML_DEBUG_ENABLED)
276PyObject * libxml_xmlDebugDumpAttr(PyObject *self, PyObject *args);
277#endif /* defined(LIBXML_DEBUG_ENABLED) */
278#if defined(LIBXML_DEBUG_ENABLED)
279PyObject * libxml_xmlDebugDumpAttrList(PyObject *self, PyObject *args);
280#endif /* defined(LIBXML_DEBUG_ENABLED) */
281#if defined(LIBXML_DEBUG_ENABLED)
282PyObject * libxml_xmlDebugDumpDTD(PyObject *self, PyObject *args);
283#endif /* defined(LIBXML_DEBUG_ENABLED) */
284#if defined(LIBXML_DEBUG_ENABLED)
285PyObject * libxml_xmlDebugDumpDocument(PyObject *self, PyObject *args);
286#endif /* defined(LIBXML_DEBUG_ENABLED) */
287#if defined(LIBXML_DEBUG_ENABLED)
288PyObject * libxml_xmlDebugDumpDocumentHead(PyObject *self, PyObject *args);
289#endif /* defined(LIBXML_DEBUG_ENABLED) */
290#if defined(LIBXML_DEBUG_ENABLED)
291PyObject * libxml_xmlDebugDumpEntities(PyObject *self, PyObject *args);
292#endif /* defined(LIBXML_DEBUG_ENABLED) */
293#if defined(LIBXML_DEBUG_ENABLED)
294PyObject * libxml_xmlDebugDumpNode(PyObject *self, PyObject *args);
295#endif /* defined(LIBXML_DEBUG_ENABLED) */
296#if defined(LIBXML_DEBUG_ENABLED)
297PyObject * libxml_xmlDebugDumpNodeList(PyObject *self, PyObject *args);
298#endif /* defined(LIBXML_DEBUG_ENABLED) */
299#if defined(LIBXML_DEBUG_ENABLED)
300PyObject * libxml_xmlDebugDumpOneNode(PyObject *self, PyObject *args);
301#endif /* defined(LIBXML_DEBUG_ENABLED) */
302#if defined(LIBXML_DEBUG_ENABLED)
303PyObject * libxml_xmlDebugDumpString(PyObject *self, PyObject *args);
304#endif /* defined(LIBXML_DEBUG_ENABLED) */
305PyObject * libxml_xmlDebugMemory(PyObject *self, PyObject *args);
306#if defined(LIBXML_LEGACY_ENABLED)
307PyObject * libxml_xmlDecodeEntities(PyObject *self, PyObject *args);
308#endif /* defined(LIBXML_LEGACY_ENABLED) */
309PyObject * libxml_xmlDefaultSAXHandlerInit(PyObject *self, PyObject *args);
310PyObject * libxml_xmlDelEncodingAlias(PyObject *self, PyObject *args);
311PyObject * libxml_xmlDictCleanup(PyObject *self, PyObject *args);
312PyObject * libxml_xmlDocCopyNode(PyObject *self, PyObject *args);
313PyObject * libxml_xmlDocCopyNodeList(PyObject *self, PyObject *args);
314#if defined(LIBXML_OUTPUT_ENABLED)
315PyObject * libxml_xmlDocDump(PyObject *self, PyObject *args);
316#endif /* defined(LIBXML_OUTPUT_ENABLED) */
317#if defined(LIBXML_OUTPUT_ENABLED)
318PyObject * libxml_xmlDocFormatDump(PyObject *self, PyObject *args);
319#endif /* defined(LIBXML_OUTPUT_ENABLED) */
320PyObject * libxml_xmlDocGetRootElement(PyObject *self, PyObject *args);
321#if defined(LIBXML_TREE_ENABLED) || defined(LIBXML_WRITER_ENABLED)
322PyObject * libxml_xmlDocSetRootElement(PyObject *self, PyObject *args);
323#endif /* defined(LIBXML_TREE_ENABLED) || defined(LIBXML_WRITER_ENABLED) */
324PyObject * libxml_xmlDumpMemory(PyObject *self, PyObject *args);
325#if defined(LIBXML_OUTPUT_ENABLED)
326PyObject * libxml_xmlElemDump(PyObject *self, PyObject *args);
327#endif /* defined(LIBXML_OUTPUT_ENABLED) */
328#if defined(LIBXML_LEGACY_ENABLED)
329PyObject * libxml_xmlEncodeEntities(PyObject *self, PyObject *args);
330#endif /* defined(LIBXML_LEGACY_ENABLED) */
331PyObject * libxml_xmlEncodeEntitiesReentrant(PyObject *self, PyObject *args);
332PyObject * libxml_xmlEncodeSpecialChars(PyObject *self, PyObject *args);
333PyObject * libxml_xmlErrorGetCode(PyObject *self, PyObject *args);
334PyObject * libxml_xmlErrorGetDomain(PyObject *self, PyObject *args);
335PyObject * libxml_xmlErrorGetFile(PyObject *self, PyObject *args);
336PyObject * libxml_xmlErrorGetLevel(PyObject *self, PyObject *args);
337PyObject * libxml_xmlErrorGetLine(PyObject *self, PyObject *args);
338PyObject * libxml_xmlErrorGetMessage(PyObject *self, PyObject *args);
339PyObject * libxml_xmlFileMatch(PyObject *self, PyObject *args);
340#if defined(LIBXML_TREE_ENABLED)
341PyObject * libxml_xmlFirstElementChild(PyObject *self, PyObject *args);
342#endif /* defined(LIBXML_TREE_ENABLED) */
343#if defined(LIBXML_CATALOG_ENABLED)
344PyObject * libxml_xmlFreeCatalog(PyObject *self, PyObject *args);
345#endif /* defined(LIBXML_CATALOG_ENABLED) */
346PyObject * libxml_xmlFreeDoc(PyObject *self, PyObject *args);
347PyObject * libxml_xmlFreeDtd(PyObject *self, PyObject *args);
348PyObject * libxml_xmlFreeNode(PyObject *self, PyObject *args);
349PyObject * libxml_xmlFreeNodeList(PyObject *self, PyObject *args);
350PyObject * libxml_xmlFreeNs(PyObject *self, PyObject *args);
351PyObject * libxml_xmlFreeNsList(PyObject *self, PyObject *args);
352PyObject * libxml_xmlFreeParserInputBuffer(PyObject *self, PyObject *args);
353PyObject * libxml_xmlFreeProp(PyObject *self, PyObject *args);
354PyObject * libxml_xmlFreePropList(PyObject *self, PyObject *args);
355PyObject * libxml_xmlFreeURI(PyObject *self, PyObject *args);
356PyObject * libxml_xmlGetCompressMode(PyObject *self, PyObject *args);
357PyObject * libxml_xmlGetDocCompressMode(PyObject *self, PyObject *args);
358PyObject * libxml_xmlGetDocEntity(PyObject *self, PyObject *args);
359PyObject * libxml_xmlGetDtdAttrDesc(PyObject *self, PyObject *args);
360PyObject * libxml_xmlGetDtdElementDesc(PyObject *self, PyObject *args);
361PyObject * libxml_xmlGetDtdEntity(PyObject *self, PyObject *args);
362PyObject * libxml_xmlGetDtdQAttrDesc(PyObject *self, PyObject *args);
363PyObject * libxml_xmlGetDtdQElementDesc(PyObject *self, PyObject *args);
364PyObject * libxml_xmlGetEncodingAlias(PyObject *self, PyObject *args);
365PyObject * libxml_xmlGetID(PyObject *self, PyObject *args);
366PyObject * libxml_xmlGetIntSubset(PyObject *self, PyObject *args);
367PyObject * libxml_xmlGetLastChild(PyObject *self, PyObject *args);
368PyObject * libxml_xmlGetLastError(PyObject *self, PyObject *args);
369PyObject * libxml_xmlGetLineNo(PyObject *self, PyObject *args);
370PyObject * libxml_xmlGetNoNsProp(PyObject *self, PyObject *args);
371#if defined(LIBXML_TREE_ENABLED) || defined(LIBXML_DEBUG_ENABLED)
372PyObject * libxml_xmlGetNodePath(PyObject *self, PyObject *args);
373#endif /* defined(LIBXML_TREE_ENABLED) || defined(LIBXML_DEBUG_ENABLED) */
374PyObject * libxml_xmlGetNsProp(PyObject *self, PyObject *args);
375PyObject * libxml_xmlGetParameterEntity(PyObject *self, PyObject *args);
376PyObject * libxml_xmlGetPredefinedEntity(PyObject *self, PyObject *args);
377PyObject * libxml_xmlGetProp(PyObject *self, PyObject *args);
378#if defined(LIBXML_LEGACY_ENABLED)
379PyObject * libxml_xmlHandleEntity(PyObject *self, PyObject *args);
380#endif /* defined(LIBXML_LEGACY_ENABLED) */
381PyObject * libxml_xmlHasNsProp(PyObject *self, PyObject *args);
382PyObject * libxml_xmlHasProp(PyObject *self, PyObject *args);
383#if defined(LIBXML_FTP_ENABLED)
384PyObject * libxml_xmlIOFTPMatch(PyObject *self, PyObject *args);
385#endif /* defined(LIBXML_FTP_ENABLED) */
386#if defined(LIBXML_HTTP_ENABLED)
387PyObject * libxml_xmlIOHTTPMatch(PyObject *self, PyObject *args);
388#endif /* defined(LIBXML_HTTP_ENABLED) */
389PyObject * libxml_xmlInitCharEncodingHandlers(PyObject *self, PyObject *args);
390PyObject * libxml_xmlInitGlobals(PyObject *self, PyObject *args);
391PyObject * libxml_xmlInitParser(PyObject *self, PyObject *args);
392PyObject * libxml_xmlInitParserCtxt(PyObject *self, PyObject *args);
393#if defined(LIBXML_CATALOG_ENABLED)
394PyObject * libxml_xmlInitializeCatalog(PyObject *self, PyObject *args);
395#endif /* defined(LIBXML_CATALOG_ENABLED) */
396PyObject * libxml_xmlInitializeDict(PyObject *self, PyObject *args);
397#if defined(LIBXML_LEGACY_ENABLED)
398PyObject * libxml_xmlInitializePredefinedEntities(PyObject *self, PyObject *args);
399#endif /* defined(LIBXML_LEGACY_ENABLED) */
400PyObject * libxml_xmlIsBaseChar(PyObject *self, PyObject *args);
401PyObject * libxml_xmlIsBlank(PyObject *self, PyObject *args);
402PyObject * libxml_xmlIsBlankNode(PyObject *self, PyObject *args);
403PyObject * libxml_xmlIsChar(PyObject *self, PyObject *args);
404PyObject * libxml_xmlIsCombining(PyObject *self, PyObject *args);
405PyObject * libxml_xmlIsDigit(PyObject *self, PyObject *args);
406PyObject * libxml_xmlIsExtender(PyObject *self, PyObject *args);
407PyObject * libxml_xmlIsID(PyObject *self, PyObject *args);
408PyObject * libxml_xmlIsIdeographic(PyObject *self, PyObject *args);
409PyObject * libxml_xmlIsLetter(PyObject *self, PyObject *args);
410PyObject * libxml_xmlIsMixedElement(PyObject *self, PyObject *args);
411PyObject * libxml_xmlIsPubidChar(PyObject *self, PyObject *args);
412PyObject * libxml_xmlIsRef(PyObject *self, PyObject *args);
413PyObject * libxml_xmlIsXHTML(PyObject *self, PyObject *args);
414PyObject * libxml_xmlKeepBlanksDefault(PyObject *self, PyObject *args);
415#if defined(LIBXML_TREE_ENABLED)
416PyObject * libxml_xmlLastElementChild(PyObject *self, PyObject *args);
417#endif /* defined(LIBXML_TREE_ENABLED) */
418PyObject * libxml_xmlLineNumbersDefault(PyObject *self, PyObject *args);
419#if defined(LIBXML_CATALOG_ENABLED)
420PyObject * libxml_xmlLoadACatalog(PyObject *self, PyObject *args);
421#endif /* defined(LIBXML_CATALOG_ENABLED) */
422#if defined(LIBXML_CATALOG_ENABLED)
423PyObject * libxml_xmlLoadCatalog(PyObject *self, PyObject *args);
424#endif /* defined(LIBXML_CATALOG_ENABLED) */
425#if defined(LIBXML_CATALOG_ENABLED)
426PyObject * libxml_xmlLoadCatalogs(PyObject *self, PyObject *args);
427#endif /* defined(LIBXML_CATALOG_ENABLED) */
428#if defined(LIBXML_CATALOG_ENABLED)
429PyObject * libxml_xmlLoadSGMLSuperCatalog(PyObject *self, PyObject *args);
430#endif /* defined(LIBXML_CATALOG_ENABLED) */
431#if defined(LIBXML_DEBUG_ENABLED)
432PyObject * libxml_xmlLsCountNode(PyObject *self, PyObject *args);
433#endif /* defined(LIBXML_DEBUG_ENABLED) */
434#if defined(LIBXML_DEBUG_ENABLED)
435PyObject * libxml_xmlLsOneNode(PyObject *self, PyObject *args);
436#endif /* defined(LIBXML_DEBUG_ENABLED) */
437PyObject * libxml_xmlMemoryUsed(PyObject *self, PyObject *args);
438#if defined(LIBXML_LEGACY_ENABLED)
439PyObject * libxml_xmlNamespaceParseNCName(PyObject *self, PyObject *args);
440#endif /* defined(LIBXML_LEGACY_ENABLED) */
441#if defined(LIBXML_LEGACY_ENABLED)
442PyObject * libxml_xmlNamespaceParseNSDef(PyObject *self, PyObject *args);
443#endif /* defined(LIBXML_LEGACY_ENABLED) */
444#if defined(LIBXML_FTP_ENABLED)
445PyObject * libxml_xmlNanoFTPCleanup(PyObject *self, PyObject *args);
446#endif /* defined(LIBXML_FTP_ENABLED) */
447#if defined(LIBXML_FTP_ENABLED)
448PyObject * libxml_xmlNanoFTPInit(PyObject *self, PyObject *args);
449#endif /* defined(LIBXML_FTP_ENABLED) */
450#if defined(LIBXML_FTP_ENABLED)
451PyObject * libxml_xmlNanoFTPProxy(PyObject *self, PyObject *args);
452#endif /* defined(LIBXML_FTP_ENABLED) */
453#if defined(LIBXML_FTP_ENABLED)
454PyObject * libxml_xmlNanoFTPScanProxy(PyObject *self, PyObject *args);
455#endif /* defined(LIBXML_FTP_ENABLED) */
456#if defined(LIBXML_HTTP_ENABLED)
457PyObject * libxml_xmlNanoHTTPCleanup(PyObject *self, PyObject *args);
458#endif /* defined(LIBXML_HTTP_ENABLED) */
459#if defined(LIBXML_HTTP_ENABLED)
460PyObject * libxml_xmlNanoHTTPInit(PyObject *self, PyObject *args);
461#endif /* defined(LIBXML_HTTP_ENABLED) */
462#if defined(LIBXML_HTTP_ENABLED)
463PyObject * libxml_xmlNanoHTTPScanProxy(PyObject *self, PyObject *args);
464#endif /* defined(LIBXML_HTTP_ENABLED) */
465PyObject * libxml_xmlNewCDataBlock(PyObject *self, PyObject *args);
466#if defined(LIBXML_CATALOG_ENABLED)
467PyObject * libxml_xmlNewCatalog(PyObject *self, PyObject *args);
468#endif /* defined(LIBXML_CATALOG_ENABLED) */
469PyObject * libxml_xmlNewCharRef(PyObject *self, PyObject *args);
470#if defined(LIBXML_TREE_ENABLED) || defined(LIBXML_SCHEMAS_ENABLED)
471PyObject * libxml_xmlNewChild(PyObject *self, PyObject *args);
472#endif /* defined(LIBXML_TREE_ENABLED) || defined(LIBXML_SCHEMAS_ENABLED) */
473PyObject * libxml_xmlNewComment(PyObject *self, PyObject *args);
474PyObject * libxml_xmlNewDoc(PyObject *self, PyObject *args);
475PyObject * libxml_xmlNewDocComment(PyObject *self, PyObject *args);
476#if defined(LIBXML_TREE_ENABLED)
477PyObject * libxml_xmlNewDocFragment(PyObject *self, PyObject *args);
478#endif /* defined(LIBXML_TREE_ENABLED) */
479PyObject * libxml_xmlNewDocNode(PyObject *self, PyObject *args);
480PyObject * libxml_xmlNewDocNodeEatName(PyObject *self, PyObject *args);
481PyObject * libxml_xmlNewDocPI(PyObject *self, PyObject *args);
482PyObject * libxml_xmlNewDocProp(PyObject *self, PyObject *args);
483#if defined(LIBXML_TREE_ENABLED)
484PyObject * libxml_xmlNewDocRawNode(PyObject *self, PyObject *args);
485#endif /* defined(LIBXML_TREE_ENABLED) */
486PyObject * libxml_xmlNewDocText(PyObject *self, PyObject *args);
487PyObject * libxml_xmlNewDocTextLen(PyObject *self, PyObject *args);
488PyObject * libxml_xmlNewDtd(PyObject *self, PyObject *args);
489PyObject * libxml_xmlNewEntity(PyObject *self, PyObject *args);
490#if defined(LIBXML_LEGACY_ENABLED)
491PyObject * libxml_xmlNewGlobalNs(PyObject *self, PyObject *args);
492#endif /* defined(LIBXML_LEGACY_ENABLED) */
493PyObject * libxml_xmlNewNode(PyObject *self, PyObject *args);
494PyObject * libxml_xmlNewNodeEatName(PyObject *self, PyObject *args);
495PyObject * libxml_xmlNewNs(PyObject *self, PyObject *args);
496PyObject * libxml_xmlNewNsProp(PyObject *self, PyObject *args);
497PyObject * libxml_xmlNewNsPropEatName(PyObject *self, PyObject *args);
498PyObject * libxml_xmlNewPI(PyObject *self, PyObject *args);
499PyObject * libxml_xmlNewParserCtxt(PyObject *self, PyObject *args);
500#if defined(LIBXML_TREE_ENABLED) || defined(LIBXML_HTML_ENABLED) || defined(LIBXML_SCHEMAS_ENABLED)
501PyObject * libxml_xmlNewProp(PyObject *self, PyObject *args);
502#endif /* defined(LIBXML_TREE_ENABLED) || defined(LIBXML_HTML_ENABLED) || defined(LIBXML_SCHEMAS_ENABLED) */
503PyObject * libxml_xmlNewReference(PyObject *self, PyObject *args);
504PyObject * libxml_xmlNewText(PyObject *self, PyObject *args);
505#if defined(LIBXML_TREE_ENABLED)
506PyObject * libxml_xmlNewTextChild(PyObject *self, PyObject *args);
507#endif /* defined(LIBXML_TREE_ENABLED) */
508PyObject * libxml_xmlNewTextLen(PyObject *self, PyObject *args);
509#if defined(LIBXML_READER_ENABLED)
510PyObject * libxml_xmlNewTextReader(PyObject *self, PyObject *args);
511#endif /* defined(LIBXML_READER_ENABLED) */
512#if defined(LIBXML_READER_ENABLED)
513PyObject * libxml_xmlNewTextReaderFilename(PyObject *self, PyObject *args);
514#endif /* defined(LIBXML_READER_ENABLED) */
515#if defined(LIBXML_VALID_ENABLED)
516PyObject * libxml_xmlNewValidCtxt(PyObject *self, PyObject *args);
517#endif /* defined(LIBXML_VALID_ENABLED) */
518PyObject * libxml_xmlNextChar(PyObject *self, PyObject *args);
519#if defined(LIBXML_TREE_ENABLED)
520PyObject * libxml_xmlNextElementSibling(PyObject *self, PyObject *args);
521#endif /* defined(LIBXML_TREE_ENABLED) */
522PyObject * libxml_xmlNodeAddContent(PyObject *self, PyObject *args);
523PyObject * libxml_xmlNodeAddContentLen(PyObject *self, PyObject *args);
524#if defined(LIBXML_OUTPUT_ENABLED)
525PyObject * libxml_xmlNodeDumpOutput(PyObject *self, PyObject *args);
526#endif /* defined(LIBXML_OUTPUT_ENABLED) */
527PyObject * libxml_xmlNodeGetBase(PyObject *self, PyObject *args);
528PyObject * libxml_xmlNodeGetContent(PyObject *self, PyObject *args);
529PyObject * libxml_xmlNodeGetLang(PyObject *self, PyObject *args);
530PyObject * libxml_xmlNodeGetNs(PyObject *self, PyObject *args);
531PyObject * libxml_xmlNodeGetNsDefs(PyObject *self, PyObject *args);
532PyObject * libxml_xmlNodeGetSpacePreserve(PyObject *self, PyObject *args);
533PyObject * libxml_xmlNodeIsText(PyObject *self, PyObject *args);
534#if defined(LIBXML_TREE_ENABLED)
535PyObject * libxml_xmlNodeListGetRawString(PyObject *self, PyObject *args);
536#endif /* defined(LIBXML_TREE_ENABLED) */
537PyObject * libxml_xmlNodeListGetString(PyObject *self, PyObject *args);
538#if defined(LIBXML_TREE_ENABLED) || defined(LIBXML_XINCLUDE_ENABLED)
539PyObject * libxml_xmlNodeSetBase(PyObject *self, PyObject *args);
540#endif /* defined(LIBXML_TREE_ENABLED) || defined(LIBXML_XINCLUDE_ENABLED) */
541PyObject * libxml_xmlNodeSetContent(PyObject *self, PyObject *args);
542#if defined(LIBXML_TREE_ENABLED)
543PyObject * libxml_xmlNodeSetContentLen(PyObject *self, PyObject *args);
544#endif /* defined(LIBXML_TREE_ENABLED) */
545#if defined(LIBXML_TREE_ENABLED)
546PyObject * libxml_xmlNodeSetLang(PyObject *self, PyObject *args);
547#endif /* defined(LIBXML_TREE_ENABLED) */
548#if defined(LIBXML_TREE_ENABLED)
549PyObject * libxml_xmlNodeSetName(PyObject *self, PyObject *args);
550#endif /* defined(LIBXML_TREE_ENABLED) */
551#if defined(LIBXML_TREE_ENABLED)
552PyObject * libxml_xmlNodeSetSpacePreserve(PyObject *self, PyObject *args);
553#endif /* defined(LIBXML_TREE_ENABLED) */
554PyObject * libxml_xmlNormalizeURIPath(PyObject *self, PyObject *args);
555PyObject * libxml_xmlNormalizeWindowsPath(PyObject *self, PyObject *args);
556#if defined(LIBXML_OUTPUT_ENABLED)
557PyObject * libxml_xmlOutputBufferGetContent(PyObject *self, PyObject *args);
558#endif /* defined(LIBXML_OUTPUT_ENABLED) */
559#if defined(LIBXML_OUTPUT_ENABLED)
560PyObject * libxml_xmlOutputBufferWrite(PyObject *self, PyObject *args);
561#endif /* defined(LIBXML_OUTPUT_ENABLED) */
562#if defined(LIBXML_OUTPUT_ENABLED)
563PyObject * libxml_xmlOutputBufferWriteString(PyObject *self, PyObject *args);
564#endif /* defined(LIBXML_OUTPUT_ENABLED) */
565PyObject * libxml_xmlParseAttValue(PyObject *self, PyObject *args);
566PyObject * libxml_xmlParseAttributeListDecl(PyObject *self, PyObject *args);
567PyObject * libxml_xmlParseCDSect(PyObject *self, PyObject *args);
568#if defined(LIBXML_CATALOG_ENABLED)
569PyObject * libxml_xmlParseCatalogFile(PyObject *self, PyObject *args);
570#endif /* defined(LIBXML_CATALOG_ENABLED) */
571PyObject * libxml_xmlParseCharData(PyObject *self, PyObject *args);
572PyObject * libxml_xmlParseCharRef(PyObject *self, PyObject *args);
573#if defined(LIBXML_PUSH_ENABLED)
574PyObject * libxml_xmlParseChunk(PyObject *self, PyObject *args);
575#endif /* defined(LIBXML_PUSH_ENABLED) */
576PyObject * libxml_xmlParseComment(PyObject *self, PyObject *args);
577PyObject * libxml_xmlParseContent(PyObject *self, PyObject *args);
578#if defined(LIBXML_VALID_ENABLED)
579PyObject * libxml_xmlParseDTD(PyObject *self, PyObject *args);
580#endif /* defined(LIBXML_VALID_ENABLED) */
581#if defined(LIBXML_SAX1_ENABLED)
582PyObject * libxml_xmlParseDoc(PyObject *self, PyObject *args);
583#endif /* defined(LIBXML_SAX1_ENABLED) */
584PyObject * libxml_xmlParseDocTypeDecl(PyObject *self, PyObject *args);
585PyObject * libxml_xmlParseDocument(PyObject *self, PyObject *args);
586PyObject * libxml_xmlParseElement(PyObject *self, PyObject *args);
587PyObject * libxml_xmlParseElementDecl(PyObject *self, PyObject *args);
588PyObject * libxml_xmlParseEncName(PyObject *self, PyObject *args);
589PyObject * libxml_xmlParseEncodingDecl(PyObject *self, PyObject *args);
590#if defined(LIBXML_SAX1_ENABLED)
591PyObject * libxml_xmlParseEndTag(PyObject *self, PyObject *args);
592#endif /* defined(LIBXML_SAX1_ENABLED) */
593#if defined(LIBXML_SAX1_ENABLED)
594PyObject * libxml_xmlParseEntity(PyObject *self, PyObject *args);
595#endif /* defined(LIBXML_SAX1_ENABLED) */
596PyObject * libxml_xmlParseEntityDecl(PyObject *self, PyObject *args);
597PyObject * libxml_xmlParseEntityRef(PyObject *self, PyObject *args);
598PyObject * libxml_xmlParseExtParsedEnt(PyObject *self, PyObject *args);
599PyObject * libxml_xmlParseExternalSubset(PyObject *self, PyObject *args);
600#if defined(LIBXML_SAX1_ENABLED)
601PyObject * libxml_xmlParseFile(PyObject *self, PyObject *args);
602#endif /* defined(LIBXML_SAX1_ENABLED) */
603PyObject * libxml_xmlParseMarkupDecl(PyObject *self, PyObject *args);
604#if defined(LIBXML_SAX1_ENABLED)
605PyObject * libxml_xmlParseMemory(PyObject *self, PyObject *args);
606#endif /* defined(LIBXML_SAX1_ENABLED) */
607PyObject * libxml_xmlParseMisc(PyObject *self, PyObject *args);
608PyObject * libxml_xmlParseName(PyObject *self, PyObject *args);
609#if defined(LIBXML_LEGACY_ENABLED)
610PyObject * libxml_xmlParseNamespace(PyObject *self, PyObject *args);
611#endif /* defined(LIBXML_LEGACY_ENABLED) */
612PyObject * libxml_xmlParseNmtoken(PyObject *self, PyObject *args);
613PyObject * libxml_xmlParseNotationDecl(PyObject *self, PyObject *args);
614PyObject * libxml_xmlParsePEReference(PyObject *self, PyObject *args);
615PyObject * libxml_xmlParsePI(PyObject *self, PyObject *args);
616PyObject * libxml_xmlParsePITarget(PyObject *self, PyObject *args);
617PyObject * libxml_xmlParsePubidLiteral(PyObject *self, PyObject *args);
618#if defined(LIBXML_LEGACY_ENABLED)
619PyObject * libxml_xmlParseQuotedString(PyObject *self, PyObject *args);
620#endif /* defined(LIBXML_LEGACY_ENABLED) */
621PyObject * libxml_xmlParseReference(PyObject *self, PyObject *args);
622PyObject * libxml_xmlParseSDDecl(PyObject *self, PyObject *args);
623#if defined(LIBXML_SAX1_ENABLED)
624PyObject * libxml_xmlParseStartTag(PyObject *self, PyObject *args);
625#endif /* defined(LIBXML_SAX1_ENABLED) */
626PyObject * libxml_xmlParseSystemLiteral(PyObject *self, PyObject *args);
627PyObject * libxml_xmlParseTextDecl(PyObject *self, PyObject *args);
628PyObject * libxml_xmlParseURI(PyObject *self, PyObject *args);
629PyObject * libxml_xmlParseURIRaw(PyObject *self, PyObject *args);
630PyObject * libxml_xmlParseURIReference(PyObject *self, PyObject *args);
631PyObject * libxml_xmlParseVersionInfo(PyObject *self, PyObject *args);
632PyObject * libxml_xmlParseVersionNum(PyObject *self, PyObject *args);
633PyObject * libxml_xmlParseXMLDecl(PyObject *self, PyObject *args);
634PyObject * libxml_xmlParserGetDirectory(PyObject *self, PyObject *args);
635PyObject * libxml_xmlParserGetDoc(PyObject *self, PyObject *args);
636PyObject * libxml_xmlParserGetIsValid(PyObject *self, PyObject *args);
637PyObject * libxml_xmlParserGetWellFormed(PyObject *self, PyObject *args);
638PyObject * libxml_xmlParserHandlePEReference(PyObject *self, PyObject *args);
639#if defined(LIBXML_LEGACY_ENABLED)
640PyObject * libxml_xmlParserHandleReference(PyObject *self, PyObject *args);
641#endif /* defined(LIBXML_LEGACY_ENABLED) */
642PyObject * libxml_xmlParserInputBufferGrow(PyObject *self, PyObject *args);
643PyObject * libxml_xmlParserInputBufferPush(PyObject *self, PyObject *args);
644PyObject * libxml_xmlParserInputBufferRead(PyObject *self, PyObject *args);
645PyObject * libxml_xmlParserSetLineNumbers(PyObject *self, PyObject *args);
646PyObject * libxml_xmlParserSetLoadSubset(PyObject *self, PyObject *args);
647PyObject * libxml_xmlParserSetPedantic(PyObject *self, PyObject *args);
648PyObject * libxml_xmlParserSetReplaceEntities(PyObject *self, PyObject *args);
649PyObject * libxml_xmlParserSetValidate(PyObject *self, PyObject *args);
650PyObject * libxml_xmlPathToURI(PyObject *self, PyObject *args);
651PyObject * libxml_xmlPedanticParserDefault(PyObject *self, PyObject *args);
652PyObject * libxml_xmlPopInput(PyObject *self, PyObject *args);
653#if defined(LIBXML_TREE_ENABLED)
654PyObject * libxml_xmlPreviousElementSibling(PyObject *self, PyObject *args);
655#endif /* defined(LIBXML_TREE_ENABLED) */
656PyObject * libxml_xmlPrintURI(PyObject *self, PyObject *args);
657PyObject * libxml_xmlPythonCleanupParser(PyObject *self, PyObject *args);
658PyObject * libxml_xmlReadDoc(PyObject *self, PyObject *args);
659PyObject * libxml_xmlReadFd(PyObject *self, PyObject *args);
660PyObject * libxml_xmlReadFile(PyObject *self, PyObject *args);
661PyObject * libxml_xmlReadMemory(PyObject *self, PyObject *args);
662#if defined(LIBXML_READER_ENABLED)
663PyObject * libxml_xmlReaderForDoc(PyObject *self, PyObject *args);
664#endif /* defined(LIBXML_READER_ENABLED) */
665#if defined(LIBXML_READER_ENABLED)
666PyObject * libxml_xmlReaderForFd(PyObject *self, PyObject *args);
667#endif /* defined(LIBXML_READER_ENABLED) */
668#if defined(LIBXML_READER_ENABLED)
669PyObject * libxml_xmlReaderForFile(PyObject *self, PyObject *args);
670#endif /* defined(LIBXML_READER_ENABLED) */
671#if defined(LIBXML_READER_ENABLED)
672PyObject * libxml_xmlReaderForMemory(PyObject *self, PyObject *args);
673#endif /* defined(LIBXML_READER_ENABLED) */
674#if defined(LIBXML_READER_ENABLED)
675PyObject * libxml_xmlReaderNewDoc(PyObject *self, PyObject *args);
676#endif /* defined(LIBXML_READER_ENABLED) */
677#if defined(LIBXML_READER_ENABLED)
678PyObject * libxml_xmlReaderNewFd(PyObject *self, PyObject *args);
679#endif /* defined(LIBXML_READER_ENABLED) */
680#if defined(LIBXML_READER_ENABLED)
681PyObject * libxml_xmlReaderNewFile(PyObject *self, PyObject *args);
682#endif /* defined(LIBXML_READER_ENABLED) */
683#if defined(LIBXML_READER_ENABLED)
684PyObject * libxml_xmlReaderNewMemory(PyObject *self, PyObject *args);
685#endif /* defined(LIBXML_READER_ENABLED) */
686#if defined(LIBXML_READER_ENABLED)
687PyObject * libxml_xmlReaderNewWalker(PyObject *self, PyObject *args);
688#endif /* defined(LIBXML_READER_ENABLED) */
689#if defined(LIBXML_READER_ENABLED)
690PyObject * libxml_xmlReaderWalker(PyObject *self, PyObject *args);
691#endif /* defined(LIBXML_READER_ENABLED) */
692#if defined(LIBXML_TREE_ENABLED)
693PyObject * libxml_xmlReconciliateNs(PyObject *self, PyObject *args);
694#endif /* defined(LIBXML_TREE_ENABLED) */
695#if defined(LIBXML_SAX1_ENABLED)
696PyObject * libxml_xmlRecoverDoc(PyObject *self, PyObject *args);
697#endif /* defined(LIBXML_SAX1_ENABLED) */
698#if defined(LIBXML_SAX1_ENABLED)
699PyObject * libxml_xmlRecoverFile(PyObject *self, PyObject *args);
700#endif /* defined(LIBXML_SAX1_ENABLED) */
701#if defined(LIBXML_SAX1_ENABLED)
702PyObject * libxml_xmlRecoverMemory(PyObject *self, PyObject *args);
703#endif /* defined(LIBXML_SAX1_ENABLED) */
704#if defined(LIBXML_REGEXP_ENABLED)
705PyObject * libxml_xmlRegFreeRegexp(PyObject *self, PyObject *args);
706#endif /* defined(LIBXML_REGEXP_ENABLED) */
707#if defined(LIBXML_REGEXP_ENABLED)
708PyObject * libxml_xmlRegexpCompile(PyObject *self, PyObject *args);
709#endif /* defined(LIBXML_REGEXP_ENABLED) */
710#if defined(LIBXML_REGEXP_ENABLED)
711PyObject * libxml_xmlRegexpExec(PyObject *self, PyObject *args);
712#endif /* defined(LIBXML_REGEXP_ENABLED) */
713#if defined(LIBXML_REGEXP_ENABLED)
714PyObject * libxml_xmlRegexpIsDeterminist(PyObject *self, PyObject *args);
715#endif /* defined(LIBXML_REGEXP_ENABLED) */
716#if defined(LIBXML_REGEXP_ENABLED)
717PyObject * libxml_xmlRegexpPrint(PyObject *self, PyObject *args);
718#endif /* defined(LIBXML_REGEXP_ENABLED) */
719PyObject * libxml_xmlRegisterDefaultInputCallbacks(PyObject *self, PyObject *args);
720#if defined(LIBXML_OUTPUT_ENABLED)
721PyObject * libxml_xmlRegisterDefaultOutputCallbacks(PyObject *self, PyObject *args);
722#endif /* defined(LIBXML_OUTPUT_ENABLED) */
723#if defined(LIBXML_OUTPUT_ENABLED) && defined(LIBXML_HTTP_ENABLED)
724PyObject * libxml_xmlRegisterHTTPPostCallbacks(PyObject *self, PyObject *args);
725#endif /* defined(LIBXML_OUTPUT_ENABLED) && defined(LIBXML_HTTP_ENABLED) */
726#if defined(LIBXML_XPATH_ENABLED)
727PyObject * libxml_xmlRegisterXPathFunction(PyObject *self, PyObject *args);
728#endif
729#if defined(LIBXML_SCHEMAS_ENABLED)
730PyObject * libxml_xmlRelaxNGCleanupTypes(PyObject *self, PyObject *args);
731#endif /* defined(LIBXML_SCHEMAS_ENABLED) */
732#if defined(LIBXML_SCHEMAS_ENABLED) && defined(LIBXML_OUTPUT_ENABLED)
733PyObject * libxml_xmlRelaxNGDump(PyObject *self, PyObject *args);
734#endif /* defined(LIBXML_SCHEMAS_ENABLED) && defined(LIBXML_OUTPUT_ENABLED) */
735#if defined(LIBXML_SCHEMAS_ENABLED) && defined(LIBXML_OUTPUT_ENABLED)
736PyObject * libxml_xmlRelaxNGDumpTree(PyObject *self, PyObject *args);
737#endif /* defined(LIBXML_SCHEMAS_ENABLED) && defined(LIBXML_OUTPUT_ENABLED) */
738#if defined(LIBXML_SCHEMAS_ENABLED)
739PyObject * libxml_xmlRelaxNGFree(PyObject *self, PyObject *args);
740#endif /* defined(LIBXML_SCHEMAS_ENABLED) */
741#if defined(LIBXML_SCHEMAS_ENABLED)
742PyObject * libxml_xmlRelaxNGFreeParserCtxt(PyObject *self, PyObject *args);
743#endif /* defined(LIBXML_SCHEMAS_ENABLED) */
744#if defined(LIBXML_SCHEMAS_ENABLED)
745PyObject * libxml_xmlRelaxNGInitTypes(PyObject *self, PyObject *args);
746#endif /* defined(LIBXML_SCHEMAS_ENABLED) */
747#if defined(LIBXML_SCHEMAS_ENABLED)
748PyObject * libxml_xmlRelaxNGNewDocParserCtxt(PyObject *self, PyObject *args);
749#endif /* defined(LIBXML_SCHEMAS_ENABLED) */
750#if defined(LIBXML_SCHEMAS_ENABLED)
751PyObject * libxml_xmlRelaxNGNewMemParserCtxt(PyObject *self, PyObject *args);
752#endif /* defined(LIBXML_SCHEMAS_ENABLED) */
753#if defined(LIBXML_SCHEMAS_ENABLED)
754PyObject * libxml_xmlRelaxNGNewParserCtxt(PyObject *self, PyObject *args);
755#endif /* defined(LIBXML_SCHEMAS_ENABLED) */
756#if defined(LIBXML_SCHEMAS_ENABLED)
757PyObject * libxml_xmlRelaxNGNewValidCtxt(PyObject *self, PyObject *args);
758#endif /* defined(LIBXML_SCHEMAS_ENABLED) */
759#if defined(LIBXML_SCHEMAS_ENABLED)
760PyObject * libxml_xmlRelaxNGParse(PyObject *self, PyObject *args);
761#endif /* defined(LIBXML_SCHEMAS_ENABLED) */
762#if defined(LIBXML_SCHEMAS_ENABLED)
763PyObject * libxml_xmlRelaxNGValidateDoc(PyObject *self, PyObject *args);
764#endif /* defined(LIBXML_SCHEMAS_ENABLED) */
765#if defined(LIBXML_SCHEMAS_ENABLED)
766PyObject * libxml_xmlRelaxNGValidateFullElement(PyObject *self, PyObject *args);
767#endif /* defined(LIBXML_SCHEMAS_ENABLED) */
768#if defined(LIBXML_SCHEMAS_ENABLED)
769PyObject * libxml_xmlRelaxNGValidatePopElement(PyObject *self, PyObject *args);
770#endif /* defined(LIBXML_SCHEMAS_ENABLED) */
771#if defined(LIBXML_SCHEMAS_ENABLED)
772PyObject * libxml_xmlRelaxNGValidatePushCData(PyObject *self, PyObject *args);
773#endif /* defined(LIBXML_SCHEMAS_ENABLED) */
774#if defined(LIBXML_SCHEMAS_ENABLED)
775PyObject * libxml_xmlRelaxNGValidatePushElement(PyObject *self, PyObject *args);
776#endif /* defined(LIBXML_SCHEMAS_ENABLED) */
777#if defined(LIBXML_SCHEMAS_ENABLED)
778PyObject * libxml_xmlRelaxParserSetFlag(PyObject *self, PyObject *args);
779#endif /* defined(LIBXML_SCHEMAS_ENABLED) */
780PyObject * libxml_xmlRemoveID(PyObject *self, PyObject *args);
781PyObject * libxml_xmlRemoveProp(PyObject *self, PyObject *args);
782PyObject * libxml_xmlRemoveRef(PyObject *self, PyObject *args);
783#if defined(LIBXML_TREE_ENABLED) || defined(LIBXML_WRITER_ENABLED)
784PyObject * libxml_xmlReplaceNode(PyObject *self, PyObject *args);
785#endif /* defined(LIBXML_TREE_ENABLED) || defined(LIBXML_WRITER_ENABLED) */
786PyObject * libxml_xmlResetError(PyObject *self, PyObject *args);
787PyObject * libxml_xmlResetLastError(PyObject *self, PyObject *args);
788#if defined(LIBXML_SAX1_ENABLED)
789PyObject * libxml_xmlSAXDefaultVersion(PyObject *self, PyObject *args);
790#endif /* defined(LIBXML_SAX1_ENABLED) */
791PyObject * libxml_xmlSAXParseFile(PyObject *self, PyObject *args);
792#if defined(LIBXML_OUTPUT_ENABLED)
793PyObject * libxml_xmlSaveFile(PyObject *self, PyObject *args);
794#endif /* defined(LIBXML_OUTPUT_ENABLED) */
795#if defined(LIBXML_OUTPUT_ENABLED)
796PyObject * libxml_xmlSaveFileEnc(PyObject *self, PyObject *args);
797#endif /* defined(LIBXML_OUTPUT_ENABLED) */
798#if defined(LIBXML_OUTPUT_ENABLED)
799PyObject * libxml_xmlSaveFormatFile(PyObject *self, PyObject *args);
800#endif /* defined(LIBXML_OUTPUT_ENABLED) */
801#if defined(LIBXML_OUTPUT_ENABLED)
802PyObject * libxml_xmlSaveFormatFileEnc(PyObject *self, PyObject *args);
803#endif /* defined(LIBXML_OUTPUT_ENABLED) */
804PyObject * libxml_xmlSaveUri(PyObject *self, PyObject *args);
805#if defined(LIBXML_LEGACY_ENABLED)
806PyObject * libxml_xmlScanName(PyObject *self, PyObject *args);
807#endif /* defined(LIBXML_LEGACY_ENABLED) */
808#if defined(LIBXML_SCHEMAS_ENABLED)
809PyObject * libxml_xmlSchemaCleanupTypes(PyObject *self, PyObject *args);
810#endif /* defined(LIBXML_SCHEMAS_ENABLED) */
811#if defined(LIBXML_SCHEMAS_ENABLED)
812PyObject * libxml_xmlSchemaCollapseString(PyObject *self, PyObject *args);
813#endif /* defined(LIBXML_SCHEMAS_ENABLED) */
814#if defined(LIBXML_SCHEMAS_ENABLED) && defined(LIBXML_OUTPUT_ENABLED)
815PyObject * libxml_xmlSchemaDump(PyObject *self, PyObject *args);
816#endif /* defined(LIBXML_SCHEMAS_ENABLED) && defined(LIBXML_OUTPUT_ENABLED) */
817#if defined(LIBXML_SCHEMAS_ENABLED)
818PyObject * libxml_xmlSchemaFree(PyObject *self, PyObject *args);
819#endif /* defined(LIBXML_SCHEMAS_ENABLED) */
820#if defined(LIBXML_SCHEMAS_ENABLED)
821PyObject * libxml_xmlSchemaFreeParserCtxt(PyObject *self, PyObject *args);
822#endif /* defined(LIBXML_SCHEMAS_ENABLED) */
823#if defined(LIBXML_SCHEMAS_ENABLED)
824PyObject * libxml_xmlSchemaInitTypes(PyObject *self, PyObject *args);
825#endif /* defined(LIBXML_SCHEMAS_ENABLED) */
826#if defined(LIBXML_SCHEMAS_ENABLED)
827PyObject * libxml_xmlSchemaIsValid(PyObject *self, PyObject *args);
828#endif /* defined(LIBXML_SCHEMAS_ENABLED) */
829#if defined(LIBXML_SCHEMAS_ENABLED)
830PyObject * libxml_xmlSchemaNewDocParserCtxt(PyObject *self, PyObject *args);
831#endif /* defined(LIBXML_SCHEMAS_ENABLED) */
832#if defined(LIBXML_SCHEMAS_ENABLED)
833PyObject * libxml_xmlSchemaNewMemParserCtxt(PyObject *self, PyObject *args);
834#endif /* defined(LIBXML_SCHEMAS_ENABLED) */
835#if defined(LIBXML_SCHEMAS_ENABLED)
836PyObject * libxml_xmlSchemaNewParserCtxt(PyObject *self, PyObject *args);
837#endif /* defined(LIBXML_SCHEMAS_ENABLED) */
838#if defined(LIBXML_SCHEMAS_ENABLED)
839PyObject * libxml_xmlSchemaNewValidCtxt(PyObject *self, PyObject *args);
840#endif /* defined(LIBXML_SCHEMAS_ENABLED) */
841#if defined(LIBXML_SCHEMAS_ENABLED)
842PyObject * libxml_xmlSchemaParse(PyObject *self, PyObject *args);
843#endif /* defined(LIBXML_SCHEMAS_ENABLED) */
844#if defined(LIBXML_SCHEMAS_ENABLED)
845PyObject * libxml_xmlSchemaSetValidOptions(PyObject *self, PyObject *args);
846#endif /* defined(LIBXML_SCHEMAS_ENABLED) */
847#if defined(LIBXML_SCHEMAS_ENABLED)
848PyObject * libxml_xmlSchemaValidCtxtGetOptions(PyObject *self, PyObject *args);
849#endif /* defined(LIBXML_SCHEMAS_ENABLED) */
850#if defined(LIBXML_SCHEMAS_ENABLED)
851PyObject * libxml_xmlSchemaValidCtxtGetParserCtxt(PyObject *self, PyObject *args);
852#endif /* defined(LIBXML_SCHEMAS_ENABLED) */
853#if defined(LIBXML_SCHEMAS_ENABLED)
854PyObject * libxml_xmlSchemaValidateDoc(PyObject *self, PyObject *args);
855#endif /* defined(LIBXML_SCHEMAS_ENABLED) */
856#if defined(LIBXML_SCHEMAS_ENABLED)
857PyObject * libxml_xmlSchemaValidateFile(PyObject *self, PyObject *args);
858#endif /* defined(LIBXML_SCHEMAS_ENABLED) */
859#if defined(LIBXML_SCHEMAS_ENABLED)
860PyObject * libxml_xmlSchemaValidateOneElement(PyObject *self, PyObject *args);
861#endif /* defined(LIBXML_SCHEMAS_ENABLED) */
862#if defined(LIBXML_SCHEMAS_ENABLED)
863PyObject * libxml_xmlSchemaValidateSetFilename(PyObject *self, PyObject *args);
864#endif /* defined(LIBXML_SCHEMAS_ENABLED) */
865#if defined(LIBXML_SCHEMAS_ENABLED)
866PyObject * libxml_xmlSchemaWhiteSpaceReplace(PyObject *self, PyObject *args);
867#endif /* defined(LIBXML_SCHEMAS_ENABLED) */
868PyObject * libxml_xmlSearchNs(PyObject *self, PyObject *args);
869PyObject * libxml_xmlSearchNsByHref(PyObject *self, PyObject *args);
870PyObject * libxml_xmlSetCompressMode(PyObject *self, PyObject *args);
871PyObject * libxml_xmlSetDocCompressMode(PyObject *self, PyObject *args);
872PyObject * libxml_xmlSetEntityLoader(PyObject *self, PyObject *args);
873PyObject * libxml_xmlSetListDoc(PyObject *self, PyObject *args);
874PyObject * libxml_xmlSetNs(PyObject *self, PyObject *args);
875#if defined(LIBXML_TREE_ENABLED) || defined(LIBXML_XINCLUDE_ENABLED) || defined(LIBXML_SCHEMAS_ENABLED) || defined(LIBXML_HTML_ENABLED)
876PyObject * libxml_xmlSetNsProp(PyObject *self, PyObject *args);
877#endif /* defined(LIBXML_TREE_ENABLED) || defined(LIBXML_XINCLUDE_ENABLED) || defined(LIBXML_SCHEMAS_ENABLED) || defined(LIBXML_HTML_ENABLED) */
878#if defined(LIBXML_TREE_ENABLED) || defined(LIBXML_XINCLUDE_ENABLED) || defined(LIBXML_SCHEMAS_ENABLED) || defined(LIBXML_HTML_ENABLED)
879PyObject * libxml_xmlSetProp(PyObject *self, PyObject *args);
880#endif /* defined(LIBXML_TREE_ENABLED) || defined(LIBXML_XINCLUDE_ENABLED) || defined(LIBXML_SCHEMAS_ENABLED) || defined(LIBXML_HTML_ENABLED) */
881PyObject * libxml_xmlSetTreeDoc(PyObject *self, PyObject *args);
882#if defined(LIBXML_SAX1_ENABLED)
883PyObject * libxml_xmlSetupParserForBuffer(PyObject *self, PyObject *args);
884#endif /* defined(LIBXML_SAX1_ENABLED) */
885#if defined(LIBXML_DEBUG_ENABLED) && defined(LIBXML_XPATH_ENABLED) && defined(LIBXML_OUTPUT_ENABLED)
886PyObject * libxml_xmlShellPrintNode(PyObject *self, PyObject *args);
887#endif /* defined(LIBXML_DEBUG_ENABLED) && defined(LIBXML_XPATH_ENABLED) && defined(LIBXML_OUTPUT_ENABLED) */
888#if defined(LIBXML_DEBUG_ENABLED) && defined(LIBXML_XPATH_ENABLED)
889PyObject * libxml_xmlShellPrintXPathError(PyObject *self, PyObject *args);
890#endif /* defined(LIBXML_DEBUG_ENABLED) && defined(LIBXML_XPATH_ENABLED) */
891PyObject * libxml_xmlSkipBlankChars(PyObject *self, PyObject *args);
892PyObject * libxml_xmlStopParser(PyObject *self, PyObject *args);
893PyObject * libxml_xmlStrEqual(PyObject *self, PyObject *args);
894PyObject * libxml_xmlStrQEqual(PyObject *self, PyObject *args);
895PyObject * libxml_xmlStrcasecmp(PyObject *self, PyObject *args);
896PyObject * libxml_xmlStrcasestr(PyObject *self, PyObject *args);
897PyObject * libxml_xmlStrcat(PyObject *self, PyObject *args);
898PyObject * libxml_xmlStrchr(PyObject *self, PyObject *args);
899PyObject * libxml_xmlStrcmp(PyObject *self, PyObject *args);
900PyObject * libxml_xmlStrdup(PyObject *self, PyObject *args);
901PyObject * libxml_xmlStringDecodeEntities(PyObject *self, PyObject *args);
902PyObject * libxml_xmlStringGetNodeList(PyObject *self, PyObject *args);
903PyObject * libxml_xmlStringLenDecodeEntities(PyObject *self, PyObject *args);
904PyObject * libxml_xmlStringLenGetNodeList(PyObject *self, PyObject *args);
905PyObject * libxml_xmlStrlen(PyObject *self, PyObject *args);
906PyObject * libxml_xmlStrncasecmp(PyObject *self, PyObject *args);
907PyObject * libxml_xmlStrncat(PyObject *self, PyObject *args);
908PyObject * libxml_xmlStrncatNew(PyObject *self, PyObject *args);
909PyObject * libxml_xmlStrncmp(PyObject *self, PyObject *args);
910PyObject * libxml_xmlStrndup(PyObject *self, PyObject *args);
911PyObject * libxml_xmlStrstr(PyObject *self, PyObject *args);
912PyObject * libxml_xmlStrsub(PyObject *self, PyObject *args);
913PyObject * libxml_xmlSubstituteEntitiesDefault(PyObject *self, PyObject *args);
914PyObject * libxml_xmlTextConcat(PyObject *self, PyObject *args);
915PyObject * libxml_xmlTextMerge(PyObject *self, PyObject *args);
916#if defined(LIBXML_READER_ENABLED)
917PyObject * libxml_xmlTextReaderAttributeCount(PyObject *self, PyObject *args);
918#endif /* defined(LIBXML_READER_ENABLED) */
919#if defined(LIBXML_READER_ENABLED)
920PyObject * libxml_xmlTextReaderByteConsumed(PyObject *self, PyObject *args);
921#endif /* defined(LIBXML_READER_ENABLED) */
922#if defined(LIBXML_READER_ENABLED)
923PyObject * libxml_xmlTextReaderClose(PyObject *self, PyObject *args);
924#endif /* defined(LIBXML_READER_ENABLED) */
925#if defined(LIBXML_READER_ENABLED)
926PyObject * libxml_xmlTextReaderConstBaseUri(PyObject *self, PyObject *args);
927#endif /* defined(LIBXML_READER_ENABLED) */
928#if defined(LIBXML_READER_ENABLED)
929PyObject * libxml_xmlTextReaderConstEncoding(PyObject *self, PyObject *args);
930#endif /* defined(LIBXML_READER_ENABLED) */
931#if defined(LIBXML_READER_ENABLED)
932PyObject * libxml_xmlTextReaderConstLocalName(PyObject *self, PyObject *args);
933#endif /* defined(LIBXML_READER_ENABLED) */
934#if defined(LIBXML_READER_ENABLED)
935PyObject * libxml_xmlTextReaderConstName(PyObject *self, PyObject *args);
936#endif /* defined(LIBXML_READER_ENABLED) */
937#if defined(LIBXML_READER_ENABLED)
938PyObject * libxml_xmlTextReaderConstNamespaceUri(PyObject *self, PyObject *args);
939#endif /* defined(LIBXML_READER_ENABLED) */
940#if defined(LIBXML_READER_ENABLED)
941PyObject * libxml_xmlTextReaderConstPrefix(PyObject *self, PyObject *args);
942#endif /* defined(LIBXML_READER_ENABLED) */
943#if defined(LIBXML_READER_ENABLED)
944PyObject * libxml_xmlTextReaderConstString(PyObject *self, PyObject *args);
945#endif /* defined(LIBXML_READER_ENABLED) */
946#if defined(LIBXML_READER_ENABLED)
947PyObject * libxml_xmlTextReaderConstValue(PyObject *self, PyObject *args);
948#endif /* defined(LIBXML_READER_ENABLED) */
949#if defined(LIBXML_READER_ENABLED)
950PyObject * libxml_xmlTextReaderConstXmlLang(PyObject *self, PyObject *args);
951#endif /* defined(LIBXML_READER_ENABLED) */
952#if defined(LIBXML_READER_ENABLED)
953PyObject * libxml_xmlTextReaderConstXmlVersion(PyObject *self, PyObject *args);
954#endif /* defined(LIBXML_READER_ENABLED) */
955#if defined(LIBXML_READER_ENABLED)
956PyObject * libxml_xmlTextReaderCurrentDoc(PyObject *self, PyObject *args);
957#endif /* defined(LIBXML_READER_ENABLED) */
958#if defined(LIBXML_READER_ENABLED)
959PyObject * libxml_xmlTextReaderCurrentNode(PyObject *self, PyObject *args);
960#endif /* defined(LIBXML_READER_ENABLED) */
961#if defined(LIBXML_READER_ENABLED)
962PyObject * libxml_xmlTextReaderDepth(PyObject *self, PyObject *args);
963#endif /* defined(LIBXML_READER_ENABLED) */
964#if defined(LIBXML_READER_ENABLED)
965PyObject * libxml_xmlTextReaderExpand(PyObject *self, PyObject *args);
966#endif /* defined(LIBXML_READER_ENABLED) */
967#if defined(LIBXML_READER_ENABLED)
968PyObject * libxml_xmlTextReaderGetAttribute(PyObject *self, PyObject *args);
969#endif /* defined(LIBXML_READER_ENABLED) */
970#if defined(LIBXML_READER_ENABLED)
971PyObject * libxml_xmlTextReaderGetAttributeNo(PyObject *self, PyObject *args);
972#endif /* defined(LIBXML_READER_ENABLED) */
973#if defined(LIBXML_READER_ENABLED)
974PyObject * libxml_xmlTextReaderGetAttributeNs(PyObject *self, PyObject *args);
975#endif /* defined(LIBXML_READER_ENABLED) */
976#if defined(LIBXML_READER_ENABLED)
977PyObject * libxml_xmlTextReaderGetParserColumnNumber(PyObject *self, PyObject *args);
978#endif /* defined(LIBXML_READER_ENABLED) */
979#if defined(LIBXML_READER_ENABLED)
980PyObject * libxml_xmlTextReaderGetParserLineNumber(PyObject *self, PyObject *args);
981#endif /* defined(LIBXML_READER_ENABLED) */
982#if defined(LIBXML_READER_ENABLED)
983PyObject * libxml_xmlTextReaderGetParserProp(PyObject *self, PyObject *args);
984#endif /* defined(LIBXML_READER_ENABLED) */
985#if defined(LIBXML_READER_ENABLED)
986PyObject * libxml_xmlTextReaderGetRemainder(PyObject *self, PyObject *args);
987#endif /* defined(LIBXML_READER_ENABLED) */
988#if defined(LIBXML_READER_ENABLED)
989PyObject * libxml_xmlTextReaderHasAttributes(PyObject *self, PyObject *args);
990#endif /* defined(LIBXML_READER_ENABLED) */
991#if defined(LIBXML_READER_ENABLED)
992PyObject * libxml_xmlTextReaderHasValue(PyObject *self, PyObject *args);
993#endif /* defined(LIBXML_READER_ENABLED) */
994#if defined(LIBXML_READER_ENABLED)
995PyObject * libxml_xmlTextReaderIsDefault(PyObject *self, PyObject *args);
996#endif /* defined(LIBXML_READER_ENABLED) */
997#if defined(LIBXML_READER_ENABLED)
998PyObject * libxml_xmlTextReaderIsEmptyElement(PyObject *self, PyObject *args);
999#endif /* defined(LIBXML_READER_ENABLED) */
1000#if defined(LIBXML_READER_ENABLED)
1001PyObject * libxml_xmlTextReaderIsNamespaceDecl(PyObject *self, PyObject *args);
1002#endif /* defined(LIBXML_READER_ENABLED) */
1003#if defined(LIBXML_READER_ENABLED)
1004PyObject * libxml_xmlTextReaderIsValid(PyObject *self, PyObject *args);
1005#endif /* defined(LIBXML_READER_ENABLED) */
1006#if defined(LIBXML_READER_ENABLED)
1007PyObject * libxml_xmlTextReaderLocatorBaseURI(PyObject *self, PyObject *args);
1008#endif /* defined(LIBXML_READER_ENABLED) */
1009#if defined(LIBXML_READER_ENABLED)
1010PyObject * libxml_xmlTextReaderLocatorLineNumber(PyObject *self, PyObject *args);
1011#endif /* defined(LIBXML_READER_ENABLED) */
1012#if defined(LIBXML_READER_ENABLED)
1013PyObject * libxml_xmlTextReaderLookupNamespace(PyObject *self, PyObject *args);
1014#endif /* defined(LIBXML_READER_ENABLED) */
1015#if defined(LIBXML_READER_ENABLED)
1016PyObject * libxml_xmlTextReaderMoveToAttribute(PyObject *self, PyObject *args);
1017#endif /* defined(LIBXML_READER_ENABLED) */
1018#if defined(LIBXML_READER_ENABLED)
1019PyObject * libxml_xmlTextReaderMoveToAttributeNo(PyObject *self, PyObject *args);
1020#endif /* defined(LIBXML_READER_ENABLED) */
1021#if defined(LIBXML_READER_ENABLED)
1022PyObject * libxml_xmlTextReaderMoveToAttributeNs(PyObject *self, PyObject *args);
1023#endif /* defined(LIBXML_READER_ENABLED) */
1024#if defined(LIBXML_READER_ENABLED)
1025PyObject * libxml_xmlTextReaderMoveToElement(PyObject *self, PyObject *args);
1026#endif /* defined(LIBXML_READER_ENABLED) */
1027#if defined(LIBXML_READER_ENABLED)
1028PyObject * libxml_xmlTextReaderMoveToFirstAttribute(PyObject *self, PyObject *args);
1029#endif /* defined(LIBXML_READER_ENABLED) */
1030#if defined(LIBXML_READER_ENABLED)
1031PyObject * libxml_xmlTextReaderMoveToNextAttribute(PyObject *self, PyObject *args);
1032#endif /* defined(LIBXML_READER_ENABLED) */
1033#if defined(LIBXML_READER_ENABLED)
1034PyObject * libxml_xmlTextReaderNext(PyObject *self, PyObject *args);
1035#endif /* defined(LIBXML_READER_ENABLED) */
1036#if defined(LIBXML_READER_ENABLED)
1037PyObject * libxml_xmlTextReaderNextSibling(PyObject *self, PyObject *args);
1038#endif /* defined(LIBXML_READER_ENABLED) */
1039#if defined(LIBXML_READER_ENABLED)
1040PyObject * libxml_xmlTextReaderNodeType(PyObject *self, PyObject *args);
1041#endif /* defined(LIBXML_READER_ENABLED) */
1042#if defined(LIBXML_READER_ENABLED)
1043PyObject * libxml_xmlTextReaderNormalization(PyObject *self, PyObject *args);
1044#endif /* defined(LIBXML_READER_ENABLED) */
1045#if defined(LIBXML_READER_ENABLED)
1046PyObject * libxml_xmlTextReaderPreserve(PyObject *self, PyObject *args);
1047#endif /* defined(LIBXML_READER_ENABLED) */
1048#if defined(LIBXML_READER_ENABLED)
1049PyObject * libxml_xmlTextReaderQuoteChar(PyObject *self, PyObject *args);
1050#endif /* defined(LIBXML_READER_ENABLED) */
1051#if defined(LIBXML_READER_ENABLED)
1052PyObject * libxml_xmlTextReaderRead(PyObject *self, PyObject *args);
1053#endif /* defined(LIBXML_READER_ENABLED) */
1054#if defined(LIBXML_READER_ENABLED)
1055PyObject * libxml_xmlTextReaderReadAttributeValue(PyObject *self, PyObject *args);
1056#endif /* defined(LIBXML_READER_ENABLED) */
1057#if defined(LIBXML_READER_ENABLED) && defined(LIBXML_WRITER_ENABLED)
1058PyObject * libxml_xmlTextReaderReadInnerXml(PyObject *self, PyObject *args);
1059#endif /* defined(LIBXML_READER_ENABLED) && defined(LIBXML_WRITER_ENABLED) */
1060#if defined(LIBXML_READER_ENABLED) && defined(LIBXML_WRITER_ENABLED)
1061PyObject * libxml_xmlTextReaderReadOuterXml(PyObject *self, PyObject *args);
1062#endif /* defined(LIBXML_READER_ENABLED) && defined(LIBXML_WRITER_ENABLED) */
1063#if defined(LIBXML_READER_ENABLED)
1064PyObject * libxml_xmlTextReaderReadState(PyObject *self, PyObject *args);
1065#endif /* defined(LIBXML_READER_ENABLED) */
1066#if defined(LIBXML_READER_ENABLED)
1067PyObject * libxml_xmlTextReaderReadString(PyObject *self, PyObject *args);
1068#endif /* defined(LIBXML_READER_ENABLED) */
1069#if defined(LIBXML_READER_ENABLED) && defined(LIBXML_SCHEMAS_ENABLED)
1070PyObject * libxml_xmlTextReaderRelaxNGSetSchema(PyObject *self, PyObject *args);
1071#endif /* defined(LIBXML_READER_ENABLED) && defined(LIBXML_SCHEMAS_ENABLED) */
1072#if defined(LIBXML_READER_ENABLED) && defined(LIBXML_SCHEMAS_ENABLED)
1073PyObject * libxml_xmlTextReaderRelaxNGValidate(PyObject *self, PyObject *args);
1074#endif /* defined(LIBXML_READER_ENABLED) && defined(LIBXML_SCHEMAS_ENABLED) */
1075#if defined(LIBXML_READER_ENABLED) && defined(LIBXML_SCHEMAS_ENABLED)
1076PyObject * libxml_xmlTextReaderRelaxNGValidateCtxt(PyObject *self, PyObject *args);
1077#endif /* defined(LIBXML_READER_ENABLED) && defined(LIBXML_SCHEMAS_ENABLED) */
1078#if defined(LIBXML_READER_ENABLED) && defined(LIBXML_SCHEMAS_ENABLED)
1079PyObject * libxml_xmlTextReaderSchemaValidate(PyObject *self, PyObject *args);
1080#endif /* defined(LIBXML_READER_ENABLED) && defined(LIBXML_SCHEMAS_ENABLED) */
1081#if defined(LIBXML_READER_ENABLED) && defined(LIBXML_SCHEMAS_ENABLED)
1082PyObject * libxml_xmlTextReaderSchemaValidateCtxt(PyObject *self, PyObject *args);
1083#endif /* defined(LIBXML_READER_ENABLED) && defined(LIBXML_SCHEMAS_ENABLED) */
1084#if defined(LIBXML_READER_ENABLED)
1085PyObject * libxml_xmlTextReaderSetParserProp(PyObject *self, PyObject *args);
1086#endif /* defined(LIBXML_READER_ENABLED) */
1087#if defined(LIBXML_READER_ENABLED) && defined(LIBXML_SCHEMAS_ENABLED)
1088PyObject * libxml_xmlTextReaderSetSchema(PyObject *self, PyObject *args);
1089#endif /* defined(LIBXML_READER_ENABLED) && defined(LIBXML_SCHEMAS_ENABLED) */
1090#if defined(LIBXML_READER_ENABLED)
1091PyObject * libxml_xmlTextReaderSetup(PyObject *self, PyObject *args);
1092#endif /* defined(LIBXML_READER_ENABLED) */
1093#if defined(LIBXML_READER_ENABLED)
1094PyObject * libxml_xmlTextReaderStandalone(PyObject *self, PyObject *args);
1095#endif /* defined(LIBXML_READER_ENABLED) */
1096PyObject * libxml_xmlThrDefDefaultBufferSize(PyObject *self, PyObject *args);
1097PyObject * libxml_xmlThrDefDoValidityCheckingDefaultValue(PyObject *self, PyObject *args);
1098PyObject * libxml_xmlThrDefGetWarningsDefaultValue(PyObject *self, PyObject *args);
1099PyObject * libxml_xmlThrDefIndentTreeOutput(PyObject *self, PyObject *args);
1100PyObject * libxml_xmlThrDefKeepBlanksDefaultValue(PyObject *self, PyObject *args);
1101PyObject * libxml_xmlThrDefLineNumbersDefaultValue(PyObject *self, PyObject *args);
1102PyObject * libxml_xmlThrDefLoadExtDtdDefaultValue(PyObject *self, PyObject *args);
1103PyObject * libxml_xmlThrDefParserDebugEntities(PyObject *self, PyObject *args);
1104PyObject * libxml_xmlThrDefPedanticParserDefaultValue(PyObject *self, PyObject *args);
1105PyObject * libxml_xmlThrDefSaveNoEmptyTags(PyObject *self, PyObject *args);
1106PyObject * libxml_xmlThrDefSubstituteEntitiesDefaultValue(PyObject *self, PyObject *args);
1107PyObject * libxml_xmlThrDefTreeIndentString(PyObject *self, PyObject *args);
1108#if defined(LIBXML_UNICODE_ENABLED)
1109PyObject * libxml_xmlUCSIsAegeanNumbers(PyObject *self, PyObject *args);
1110#endif /* defined(LIBXML_UNICODE_ENABLED) */
1111#if defined(LIBXML_UNICODE_ENABLED)
1112PyObject * libxml_xmlUCSIsAlphabeticPresentationForms(PyObject *self, PyObject *args);
1113#endif /* defined(LIBXML_UNICODE_ENABLED) */
1114#if defined(LIBXML_UNICODE_ENABLED)
1115PyObject * libxml_xmlUCSIsArabic(PyObject *self, PyObject *args);
1116#endif /* defined(LIBXML_UNICODE_ENABLED) */
1117#if defined(LIBXML_UNICODE_ENABLED)
1118PyObject * libxml_xmlUCSIsArabicPresentationFormsA(PyObject *self, PyObject *args);
1119#endif /* defined(LIBXML_UNICODE_ENABLED) */
1120#if defined(LIBXML_UNICODE_ENABLED)
1121PyObject * libxml_xmlUCSIsArabicPresentationFormsB(PyObject *self, PyObject *args);
1122#endif /* defined(LIBXML_UNICODE_ENABLED) */
1123#if defined(LIBXML_UNICODE_ENABLED)
1124PyObject * libxml_xmlUCSIsArmenian(PyObject *self, PyObject *args);
1125#endif /* defined(LIBXML_UNICODE_ENABLED) */
1126#if defined(LIBXML_UNICODE_ENABLED)
1127PyObject * libxml_xmlUCSIsArrows(PyObject *self, PyObject *args);
1128#endif /* defined(LIBXML_UNICODE_ENABLED) */
1129#if defined(LIBXML_UNICODE_ENABLED)
1130PyObject * libxml_xmlUCSIsBasicLatin(PyObject *self, PyObject *args);
1131#endif /* defined(LIBXML_UNICODE_ENABLED) */
1132#if defined(LIBXML_UNICODE_ENABLED)
1133PyObject * libxml_xmlUCSIsBengali(PyObject *self, PyObject *args);
1134#endif /* defined(LIBXML_UNICODE_ENABLED) */
1135#if defined(LIBXML_UNICODE_ENABLED)
1136PyObject * libxml_xmlUCSIsBlock(PyObject *self, PyObject *args);
1137#endif /* defined(LIBXML_UNICODE_ENABLED) */
1138#if defined(LIBXML_UNICODE_ENABLED)
1139PyObject * libxml_xmlUCSIsBlockElements(PyObject *self, PyObject *args);
1140#endif /* defined(LIBXML_UNICODE_ENABLED) */
1141#if defined(LIBXML_UNICODE_ENABLED)
1142PyObject * libxml_xmlUCSIsBopomofo(PyObject *self, PyObject *args);
1143#endif /* defined(LIBXML_UNICODE_ENABLED) */
1144#if defined(LIBXML_UNICODE_ENABLED)
1145PyObject * libxml_xmlUCSIsBopomofoExtended(PyObject *self, PyObject *args);
1146#endif /* defined(LIBXML_UNICODE_ENABLED) */
1147#if defined(LIBXML_UNICODE_ENABLED)
1148PyObject * libxml_xmlUCSIsBoxDrawing(PyObject *self, PyObject *args);
1149#endif /* defined(LIBXML_UNICODE_ENABLED) */
1150#if defined(LIBXML_UNICODE_ENABLED)
1151PyObject * libxml_xmlUCSIsBraillePatterns(PyObject *self, PyObject *args);
1152#endif /* defined(LIBXML_UNICODE_ENABLED) */
1153#if defined(LIBXML_UNICODE_ENABLED)
1154PyObject * libxml_xmlUCSIsBuhid(PyObject *self, PyObject *args);
1155#endif /* defined(LIBXML_UNICODE_ENABLED) */
1156#if defined(LIBXML_UNICODE_ENABLED)
1157PyObject * libxml_xmlUCSIsByzantineMusicalSymbols(PyObject *self, PyObject *args);
1158#endif /* defined(LIBXML_UNICODE_ENABLED) */
1159#if defined(LIBXML_UNICODE_ENABLED)
1160PyObject * libxml_xmlUCSIsCJKCompatibility(PyObject *self, PyObject *args);
1161#endif /* defined(LIBXML_UNICODE_ENABLED) */
1162#if defined(LIBXML_UNICODE_ENABLED)
1163PyObject * libxml_xmlUCSIsCJKCompatibilityForms(PyObject *self, PyObject *args);
1164#endif /* defined(LIBXML_UNICODE_ENABLED) */
1165#if defined(LIBXML_UNICODE_ENABLED)
1166PyObject * libxml_xmlUCSIsCJKCompatibilityIdeographs(PyObject *self, PyObject *args);
1167#endif /* defined(LIBXML_UNICODE_ENABLED) */
1168#if defined(LIBXML_UNICODE_ENABLED)
1169PyObject * libxml_xmlUCSIsCJKCompatibilityIdeographsSupplement(PyObject *self, PyObject *args);
1170#endif /* defined(LIBXML_UNICODE_ENABLED) */
1171#if defined(LIBXML_UNICODE_ENABLED)
1172PyObject * libxml_xmlUCSIsCJKRadicalsSupplement(PyObject *self, PyObject *args);
1173#endif /* defined(LIBXML_UNICODE_ENABLED) */
1174#if defined(LIBXML_UNICODE_ENABLED)
1175PyObject * libxml_xmlUCSIsCJKSymbolsandPunctuation(PyObject *self, PyObject *args);
1176#endif /* defined(LIBXML_UNICODE_ENABLED) */
1177#if defined(LIBXML_UNICODE_ENABLED)
1178PyObject * libxml_xmlUCSIsCJKUnifiedIdeographs(PyObject *self, PyObject *args);
1179#endif /* defined(LIBXML_UNICODE_ENABLED) */
1180#if defined(LIBXML_UNICODE_ENABLED)
1181PyObject * libxml_xmlUCSIsCJKUnifiedIdeographsExtensionA(PyObject *self, PyObject *args);
1182#endif /* defined(LIBXML_UNICODE_ENABLED) */
1183#if defined(LIBXML_UNICODE_ENABLED)
1184PyObject * libxml_xmlUCSIsCJKUnifiedIdeographsExtensionB(PyObject *self, PyObject *args);
1185#endif /* defined(LIBXML_UNICODE_ENABLED) */
1186#if defined(LIBXML_UNICODE_ENABLED)
1187PyObject * libxml_xmlUCSIsCat(PyObject *self, PyObject *args);
1188#endif /* defined(LIBXML_UNICODE_ENABLED) */
1189#if defined(LIBXML_UNICODE_ENABLED)
1190PyObject * libxml_xmlUCSIsCatC(PyObject *self, PyObject *args);
1191#endif /* defined(LIBXML_UNICODE_ENABLED) */
1192#if defined(LIBXML_UNICODE_ENABLED)
1193PyObject * libxml_xmlUCSIsCatCc(PyObject *self, PyObject *args);
1194#endif /* defined(LIBXML_UNICODE_ENABLED) */
1195#if defined(LIBXML_UNICODE_ENABLED)
1196PyObject * libxml_xmlUCSIsCatCf(PyObject *self, PyObject *args);
1197#endif /* defined(LIBXML_UNICODE_ENABLED) */
1198#if defined(LIBXML_UNICODE_ENABLED)
1199PyObject * libxml_xmlUCSIsCatCo(PyObject *self, PyObject *args);
1200#endif /* defined(LIBXML_UNICODE_ENABLED) */
1201#if defined(LIBXML_UNICODE_ENABLED)
1202PyObject * libxml_xmlUCSIsCatCs(PyObject *self, PyObject *args);
1203#endif /* defined(LIBXML_UNICODE_ENABLED) */
1204#if defined(LIBXML_UNICODE_ENABLED)
1205PyObject * libxml_xmlUCSIsCatL(PyObject *self, PyObject *args);
1206#endif /* defined(LIBXML_UNICODE_ENABLED) */
1207#if defined(LIBXML_UNICODE_ENABLED)
1208PyObject * libxml_xmlUCSIsCatLl(PyObject *self, PyObject *args);
1209#endif /* defined(LIBXML_UNICODE_ENABLED) */
1210#if defined(LIBXML_UNICODE_ENABLED)
1211PyObject * libxml_xmlUCSIsCatLm(PyObject *self, PyObject *args);
1212#endif /* defined(LIBXML_UNICODE_ENABLED) */
1213#if defined(LIBXML_UNICODE_ENABLED)
1214PyObject * libxml_xmlUCSIsCatLo(PyObject *self, PyObject *args);
1215#endif /* defined(LIBXML_UNICODE_ENABLED) */
1216#if defined(LIBXML_UNICODE_ENABLED)
1217PyObject * libxml_xmlUCSIsCatLt(PyObject *self, PyObject *args);
1218#endif /* defined(LIBXML_UNICODE_ENABLED) */
1219#if defined(LIBXML_UNICODE_ENABLED)
1220PyObject * libxml_xmlUCSIsCatLu(PyObject *self, PyObject *args);
1221#endif /* defined(LIBXML_UNICODE_ENABLED) */
1222#if defined(LIBXML_UNICODE_ENABLED)
1223PyObject * libxml_xmlUCSIsCatM(PyObject *self, PyObject *args);
1224#endif /* defined(LIBXML_UNICODE_ENABLED) */
1225#if defined(LIBXML_UNICODE_ENABLED)
1226PyObject * libxml_xmlUCSIsCatMc(PyObject *self, PyObject *args);
1227#endif /* defined(LIBXML_UNICODE_ENABLED) */
1228#if defined(LIBXML_UNICODE_ENABLED)
1229PyObject * libxml_xmlUCSIsCatMe(PyObject *self, PyObject *args);
1230#endif /* defined(LIBXML_UNICODE_ENABLED) */
1231#if defined(LIBXML_UNICODE_ENABLED)
1232PyObject * libxml_xmlUCSIsCatMn(PyObject *self, PyObject *args);
1233#endif /* defined(LIBXML_UNICODE_ENABLED) */
1234#if defined(LIBXML_UNICODE_ENABLED)
1235PyObject * libxml_xmlUCSIsCatN(PyObject *self, PyObject *args);
1236#endif /* defined(LIBXML_UNICODE_ENABLED) */
1237#if defined(LIBXML_UNICODE_ENABLED)
1238PyObject * libxml_xmlUCSIsCatNd(PyObject *self, PyObject *args);
1239#endif /* defined(LIBXML_UNICODE_ENABLED) */
1240#if defined(LIBXML_UNICODE_ENABLED)
1241PyObject * libxml_xmlUCSIsCatNl(PyObject *self, PyObject *args);
1242#endif /* defined(LIBXML_UNICODE_ENABLED) */
1243#if defined(LIBXML_UNICODE_ENABLED)
1244PyObject * libxml_xmlUCSIsCatNo(PyObject *self, PyObject *args);
1245#endif /* defined(LIBXML_UNICODE_ENABLED) */
1246#if defined(LIBXML_UNICODE_ENABLED)
1247PyObject * libxml_xmlUCSIsCatP(PyObject *self, PyObject *args);
1248#endif /* defined(LIBXML_UNICODE_ENABLED) */
1249#if defined(LIBXML_UNICODE_ENABLED)
1250PyObject * libxml_xmlUCSIsCatPc(PyObject *self, PyObject *args);
1251#endif /* defined(LIBXML_UNICODE_ENABLED) */
1252#if defined(LIBXML_UNICODE_ENABLED)
1253PyObject * libxml_xmlUCSIsCatPd(PyObject *self, PyObject *args);
1254#endif /* defined(LIBXML_UNICODE_ENABLED) */
1255#if defined(LIBXML_UNICODE_ENABLED)
1256PyObject * libxml_xmlUCSIsCatPe(PyObject *self, PyObject *args);
1257#endif /* defined(LIBXML_UNICODE_ENABLED) */
1258#if defined(LIBXML_UNICODE_ENABLED)
1259PyObject * libxml_xmlUCSIsCatPf(PyObject *self, PyObject *args);
1260#endif /* defined(LIBXML_UNICODE_ENABLED) */
1261#if defined(LIBXML_UNICODE_ENABLED)
1262PyObject * libxml_xmlUCSIsCatPi(PyObject *self, PyObject *args);
1263#endif /* defined(LIBXML_UNICODE_ENABLED) */
1264#if defined(LIBXML_UNICODE_ENABLED)
1265PyObject * libxml_xmlUCSIsCatPo(PyObject *self, PyObject *args);
1266#endif /* defined(LIBXML_UNICODE_ENABLED) */
1267#if defined(LIBXML_UNICODE_ENABLED)
1268PyObject * libxml_xmlUCSIsCatPs(PyObject *self, PyObject *args);
1269#endif /* defined(LIBXML_UNICODE_ENABLED) */
1270#if defined(LIBXML_UNICODE_ENABLED)
1271PyObject * libxml_xmlUCSIsCatS(PyObject *self, PyObject *args);
1272#endif /* defined(LIBXML_UNICODE_ENABLED) */
1273#if defined(LIBXML_UNICODE_ENABLED)
1274PyObject * libxml_xmlUCSIsCatSc(PyObject *self, PyObject *args);
1275#endif /* defined(LIBXML_UNICODE_ENABLED) */
1276#if defined(LIBXML_UNICODE_ENABLED)
1277PyObject * libxml_xmlUCSIsCatSk(PyObject *self, PyObject *args);
1278#endif /* defined(LIBXML_UNICODE_ENABLED) */
1279#if defined(LIBXML_UNICODE_ENABLED)
1280PyObject * libxml_xmlUCSIsCatSm(PyObject *self, PyObject *args);
1281#endif /* defined(LIBXML_UNICODE_ENABLED) */
1282#if defined(LIBXML_UNICODE_ENABLED)
1283PyObject * libxml_xmlUCSIsCatSo(PyObject *self, PyObject *args);
1284#endif /* defined(LIBXML_UNICODE_ENABLED) */
1285#if defined(LIBXML_UNICODE_ENABLED)
1286PyObject * libxml_xmlUCSIsCatZ(PyObject *self, PyObject *args);
1287#endif /* defined(LIBXML_UNICODE_ENABLED) */
1288#if defined(LIBXML_UNICODE_ENABLED)
1289PyObject * libxml_xmlUCSIsCatZl(PyObject *self, PyObject *args);
1290#endif /* defined(LIBXML_UNICODE_ENABLED) */
1291#if defined(LIBXML_UNICODE_ENABLED)
1292PyObject * libxml_xmlUCSIsCatZp(PyObject *self, PyObject *args);
1293#endif /* defined(LIBXML_UNICODE_ENABLED) */
1294#if defined(LIBXML_UNICODE_ENABLED)
1295PyObject * libxml_xmlUCSIsCatZs(PyObject *self, PyObject *args);
1296#endif /* defined(LIBXML_UNICODE_ENABLED) */
1297#if defined(LIBXML_UNICODE_ENABLED)
1298PyObject * libxml_xmlUCSIsCherokee(PyObject *self, PyObject *args);
1299#endif /* defined(LIBXML_UNICODE_ENABLED) */
1300#if defined(LIBXML_UNICODE_ENABLED)
1301PyObject * libxml_xmlUCSIsCombiningDiacriticalMarks(PyObject *self, PyObject *args);
1302#endif /* defined(LIBXML_UNICODE_ENABLED) */
1303#if defined(LIBXML_UNICODE_ENABLED)
1304PyObject * libxml_xmlUCSIsCombiningDiacriticalMarksforSymbols(PyObject *self, PyObject *args);
1305#endif /* defined(LIBXML_UNICODE_ENABLED) */
1306#if defined(LIBXML_UNICODE_ENABLED)
1307PyObject * libxml_xmlUCSIsCombiningHalfMarks(PyObject *self, PyObject *args);
1308#endif /* defined(LIBXML_UNICODE_ENABLED) */
1309#if defined(LIBXML_UNICODE_ENABLED)
1310PyObject * libxml_xmlUCSIsCombiningMarksforSymbols(PyObject *self, PyObject *args);
1311#endif /* defined(LIBXML_UNICODE_ENABLED) */
1312#if defined(LIBXML_UNICODE_ENABLED)
1313PyObject * libxml_xmlUCSIsControlPictures(PyObject *self, PyObject *args);
1314#endif /* defined(LIBXML_UNICODE_ENABLED) */
1315#if defined(LIBXML_UNICODE_ENABLED)
1316PyObject * libxml_xmlUCSIsCurrencySymbols(PyObject *self, PyObject *args);
1317#endif /* defined(LIBXML_UNICODE_ENABLED) */
1318#if defined(LIBXML_UNICODE_ENABLED)
1319PyObject * libxml_xmlUCSIsCypriotSyllabary(PyObject *self, PyObject *args);
1320#endif /* defined(LIBXML_UNICODE_ENABLED) */
1321#if defined(LIBXML_UNICODE_ENABLED)
1322PyObject * libxml_xmlUCSIsCyrillic(PyObject *self, PyObject *args);
1323#endif /* defined(LIBXML_UNICODE_ENABLED) */
1324#if defined(LIBXML_UNICODE_ENABLED)
1325PyObject * libxml_xmlUCSIsCyrillicSupplement(PyObject *self, PyObject *args);
1326#endif /* defined(LIBXML_UNICODE_ENABLED) */
1327#if defined(LIBXML_UNICODE_ENABLED)
1328PyObject * libxml_xmlUCSIsDeseret(PyObject *self, PyObject *args);
1329#endif /* defined(LIBXML_UNICODE_ENABLED) */
1330#if defined(LIBXML_UNICODE_ENABLED)
1331PyObject * libxml_xmlUCSIsDevanagari(PyObject *self, PyObject *args);
1332#endif /* defined(LIBXML_UNICODE_ENABLED) */
1333#if defined(LIBXML_UNICODE_ENABLED)
1334PyObject * libxml_xmlUCSIsDingbats(PyObject *self, PyObject *args);
1335#endif /* defined(LIBXML_UNICODE_ENABLED) */
1336#if defined(LIBXML_UNICODE_ENABLED)
1337PyObject * libxml_xmlUCSIsEnclosedAlphanumerics(PyObject *self, PyObject *args);
1338#endif /* defined(LIBXML_UNICODE_ENABLED) */
1339#if defined(LIBXML_UNICODE_ENABLED)
1340PyObject * libxml_xmlUCSIsEnclosedCJKLettersandMonths(PyObject *self, PyObject *args);
1341#endif /* defined(LIBXML_UNICODE_ENABLED) */
1342#if defined(LIBXML_UNICODE_ENABLED)
1343PyObject * libxml_xmlUCSIsEthiopic(PyObject *self, PyObject *args);
1344#endif /* defined(LIBXML_UNICODE_ENABLED) */
1345#if defined(LIBXML_UNICODE_ENABLED)
1346PyObject * libxml_xmlUCSIsGeneralPunctuation(PyObject *self, PyObject *args);
1347#endif /* defined(LIBXML_UNICODE_ENABLED) */
1348#if defined(LIBXML_UNICODE_ENABLED)
1349PyObject * libxml_xmlUCSIsGeometricShapes(PyObject *self, PyObject *args);
1350#endif /* defined(LIBXML_UNICODE_ENABLED) */
1351#if defined(LIBXML_UNICODE_ENABLED)
1352PyObject * libxml_xmlUCSIsGeorgian(PyObject *self, PyObject *args);
1353#endif /* defined(LIBXML_UNICODE_ENABLED) */
1354#if defined(LIBXML_UNICODE_ENABLED)
1355PyObject * libxml_xmlUCSIsGothic(PyObject *self, PyObject *args);
1356#endif /* defined(LIBXML_UNICODE_ENABLED) */
1357#if defined(LIBXML_UNICODE_ENABLED)
1358PyObject * libxml_xmlUCSIsGreek(PyObject *self, PyObject *args);
1359#endif /* defined(LIBXML_UNICODE_ENABLED) */
1360#if defined(LIBXML_UNICODE_ENABLED)
1361PyObject * libxml_xmlUCSIsGreekExtended(PyObject *self, PyObject *args);
1362#endif /* defined(LIBXML_UNICODE_ENABLED) */
1363#if defined(LIBXML_UNICODE_ENABLED)
1364PyObject * libxml_xmlUCSIsGreekandCoptic(PyObject *self, PyObject *args);
1365#endif /* defined(LIBXML_UNICODE_ENABLED) */
1366#if defined(LIBXML_UNICODE_ENABLED)
1367PyObject * libxml_xmlUCSIsGujarati(PyObject *self, PyObject *args);
1368#endif /* defined(LIBXML_UNICODE_ENABLED) */
1369#if defined(LIBXML_UNICODE_ENABLED)
1370PyObject * libxml_xmlUCSIsGurmukhi(PyObject *self, PyObject *args);
1371#endif /* defined(LIBXML_UNICODE_ENABLED) */
1372#if defined(LIBXML_UNICODE_ENABLED)
1373PyObject * libxml_xmlUCSIsHalfwidthandFullwidthForms(PyObject *self, PyObject *args);
1374#endif /* defined(LIBXML_UNICODE_ENABLED) */
1375#if defined(LIBXML_UNICODE_ENABLED)
1376PyObject * libxml_xmlUCSIsHangulCompatibilityJamo(PyObject *self, PyObject *args);
1377#endif /* defined(LIBXML_UNICODE_ENABLED) */
1378#if defined(LIBXML_UNICODE_ENABLED)
1379PyObject * libxml_xmlUCSIsHangulJamo(PyObject *self, PyObject *args);
1380#endif /* defined(LIBXML_UNICODE_ENABLED) */
1381#if defined(LIBXML_UNICODE_ENABLED)
1382PyObject * libxml_xmlUCSIsHangulSyllables(PyObject *self, PyObject *args);
1383#endif /* defined(LIBXML_UNICODE_ENABLED) */
1384#if defined(LIBXML_UNICODE_ENABLED)
1385PyObject * libxml_xmlUCSIsHanunoo(PyObject *self, PyObject *args);
1386#endif /* defined(LIBXML_UNICODE_ENABLED) */
1387#if defined(LIBXML_UNICODE_ENABLED)
1388PyObject * libxml_xmlUCSIsHebrew(PyObject *self, PyObject *args);
1389#endif /* defined(LIBXML_UNICODE_ENABLED) */
1390#if defined(LIBXML_UNICODE_ENABLED)
1391PyObject * libxml_xmlUCSIsHighPrivateUseSurrogates(PyObject *self, PyObject *args);
1392#endif /* defined(LIBXML_UNICODE_ENABLED) */
1393#if defined(LIBXML_UNICODE_ENABLED)
1394PyObject * libxml_xmlUCSIsHighSurrogates(PyObject *self, PyObject *args);
1395#endif /* defined(LIBXML_UNICODE_ENABLED) */
1396#if defined(LIBXML_UNICODE_ENABLED)
1397PyObject * libxml_xmlUCSIsHiragana(PyObject *self, PyObject *args);
1398#endif /* defined(LIBXML_UNICODE_ENABLED) */
1399#if defined(LIBXML_UNICODE_ENABLED)
1400PyObject * libxml_xmlUCSIsIPAExtensions(PyObject *self, PyObject *args);
1401#endif /* defined(LIBXML_UNICODE_ENABLED) */
1402#if defined(LIBXML_UNICODE_ENABLED)
1403PyObject * libxml_xmlUCSIsIdeographicDescriptionCharacters(PyObject *self, PyObject *args);
1404#endif /* defined(LIBXML_UNICODE_ENABLED) */
1405#if defined(LIBXML_UNICODE_ENABLED)
1406PyObject * libxml_xmlUCSIsKanbun(PyObject *self, PyObject *args);
1407#endif /* defined(LIBXML_UNICODE_ENABLED) */
1408#if defined(LIBXML_UNICODE_ENABLED)
1409PyObject * libxml_xmlUCSIsKangxiRadicals(PyObject *self, PyObject *args);
1410#endif /* defined(LIBXML_UNICODE_ENABLED) */
1411#if defined(LIBXML_UNICODE_ENABLED)
1412PyObject * libxml_xmlUCSIsKannada(PyObject *self, PyObject *args);
1413#endif /* defined(LIBXML_UNICODE_ENABLED) */
1414#if defined(LIBXML_UNICODE_ENABLED)
1415PyObject * libxml_xmlUCSIsKatakana(PyObject *self, PyObject *args);
1416#endif /* defined(LIBXML_UNICODE_ENABLED) */
1417#if defined(LIBXML_UNICODE_ENABLED)
1418PyObject * libxml_xmlUCSIsKatakanaPhoneticExtensions(PyObject *self, PyObject *args);
1419#endif /* defined(LIBXML_UNICODE_ENABLED) */
1420#if defined(LIBXML_UNICODE_ENABLED)
1421PyObject * libxml_xmlUCSIsKhmer(PyObject *self, PyObject *args);
1422#endif /* defined(LIBXML_UNICODE_ENABLED) */
1423#if defined(LIBXML_UNICODE_ENABLED)
1424PyObject * libxml_xmlUCSIsKhmerSymbols(PyObject *self, PyObject *args);
1425#endif /* defined(LIBXML_UNICODE_ENABLED) */
1426#if defined(LIBXML_UNICODE_ENABLED)
1427PyObject * libxml_xmlUCSIsLao(PyObject *self, PyObject *args);
1428#endif /* defined(LIBXML_UNICODE_ENABLED) */
1429#if defined(LIBXML_UNICODE_ENABLED)
1430PyObject * libxml_xmlUCSIsLatin1Supplement(PyObject *self, PyObject *args);
1431#endif /* defined(LIBXML_UNICODE_ENABLED) */
1432#if defined(LIBXML_UNICODE_ENABLED)
1433PyObject * libxml_xmlUCSIsLatinExtendedA(PyObject *self, PyObject *args);
1434#endif /* defined(LIBXML_UNICODE_ENABLED) */
1435#if defined(LIBXML_UNICODE_ENABLED)
1436PyObject * libxml_xmlUCSIsLatinExtendedAdditional(PyObject *self, PyObject *args);
1437#endif /* defined(LIBXML_UNICODE_ENABLED) */
1438#if defined(LIBXML_UNICODE_ENABLED)
1439PyObject * libxml_xmlUCSIsLatinExtendedB(PyObject *self, PyObject *args);
1440#endif /* defined(LIBXML_UNICODE_ENABLED) */
1441#if defined(LIBXML_UNICODE_ENABLED)
1442PyObject * libxml_xmlUCSIsLetterlikeSymbols(PyObject *self, PyObject *args);
1443#endif /* defined(LIBXML_UNICODE_ENABLED) */
1444#if defined(LIBXML_UNICODE_ENABLED)
1445PyObject * libxml_xmlUCSIsLimbu(PyObject *self, PyObject *args);
1446#endif /* defined(LIBXML_UNICODE_ENABLED) */
1447#if defined(LIBXML_UNICODE_ENABLED)
1448PyObject * libxml_xmlUCSIsLinearBIdeograms(PyObject *self, PyObject *args);
1449#endif /* defined(LIBXML_UNICODE_ENABLED) */
1450#if defined(LIBXML_UNICODE_ENABLED)
1451PyObject * libxml_xmlUCSIsLinearBSyllabary(PyObject *self, PyObject *args);
1452#endif /* defined(LIBXML_UNICODE_ENABLED) */
1453#if defined(LIBXML_UNICODE_ENABLED)
1454PyObject * libxml_xmlUCSIsLowSurrogates(PyObject *self, PyObject *args);
1455#endif /* defined(LIBXML_UNICODE_ENABLED) */
1456#if defined(LIBXML_UNICODE_ENABLED)
1457PyObject * libxml_xmlUCSIsMalayalam(PyObject *self, PyObject *args);
1458#endif /* defined(LIBXML_UNICODE_ENABLED) */
1459#if defined(LIBXML_UNICODE_ENABLED)
1460PyObject * libxml_xmlUCSIsMathematicalAlphanumericSymbols(PyObject *self, PyObject *args);
1461#endif /* defined(LIBXML_UNICODE_ENABLED) */
1462#if defined(LIBXML_UNICODE_ENABLED)
1463PyObject * libxml_xmlUCSIsMathematicalOperators(PyObject *self, PyObject *args);
1464#endif /* defined(LIBXML_UNICODE_ENABLED) */
1465#if defined(LIBXML_UNICODE_ENABLED)
1466PyObject * libxml_xmlUCSIsMiscellaneousMathematicalSymbolsA(PyObject *self, PyObject *args);
1467#endif /* defined(LIBXML_UNICODE_ENABLED) */
1468#if defined(LIBXML_UNICODE_ENABLED)
1469PyObject * libxml_xmlUCSIsMiscellaneousMathematicalSymbolsB(PyObject *self, PyObject *args);
1470#endif /* defined(LIBXML_UNICODE_ENABLED) */
1471#if defined(LIBXML_UNICODE_ENABLED)
1472PyObject * libxml_xmlUCSIsMiscellaneousSymbols(PyObject *self, PyObject *args);
1473#endif /* defined(LIBXML_UNICODE_ENABLED) */
1474#if defined(LIBXML_UNICODE_ENABLED)
1475PyObject * libxml_xmlUCSIsMiscellaneousSymbolsandArrows(PyObject *self, PyObject *args);
1476#endif /* defined(LIBXML_UNICODE_ENABLED) */
1477#if defined(LIBXML_UNICODE_ENABLED)
1478PyObject * libxml_xmlUCSIsMiscellaneousTechnical(PyObject *self, PyObject *args);
1479#endif /* defined(LIBXML_UNICODE_ENABLED) */
1480#if defined(LIBXML_UNICODE_ENABLED)
1481PyObject * libxml_xmlUCSIsMongolian(PyObject *self, PyObject *args);
1482#endif /* defined(LIBXML_UNICODE_ENABLED) */
1483#if defined(LIBXML_UNICODE_ENABLED)
1484PyObject * libxml_xmlUCSIsMusicalSymbols(PyObject *self, PyObject *args);
1485#endif /* defined(LIBXML_UNICODE_ENABLED) */
1486#if defined(LIBXML_UNICODE_ENABLED)
1487PyObject * libxml_xmlUCSIsMyanmar(PyObject *self, PyObject *args);
1488#endif /* defined(LIBXML_UNICODE_ENABLED) */
1489#if defined(LIBXML_UNICODE_ENABLED)
1490PyObject * libxml_xmlUCSIsNumberForms(PyObject *self, PyObject *args);
1491#endif /* defined(LIBXML_UNICODE_ENABLED) */
1492#if defined(LIBXML_UNICODE_ENABLED)
1493PyObject * libxml_xmlUCSIsOgham(PyObject *self, PyObject *args);
1494#endif /* defined(LIBXML_UNICODE_ENABLED) */
1495#if defined(LIBXML_UNICODE_ENABLED)
1496PyObject * libxml_xmlUCSIsOldItalic(PyObject *self, PyObject *args);
1497#endif /* defined(LIBXML_UNICODE_ENABLED) */
1498#if defined(LIBXML_UNICODE_ENABLED)
1499PyObject * libxml_xmlUCSIsOpticalCharacterRecognition(PyObject *self, PyObject *args);
1500#endif /* defined(LIBXML_UNICODE_ENABLED) */
1501#if defined(LIBXML_UNICODE_ENABLED)
1502PyObject * libxml_xmlUCSIsOriya(PyObject *self, PyObject *args);
1503#endif /* defined(LIBXML_UNICODE_ENABLED) */
1504#if defined(LIBXML_UNICODE_ENABLED)
1505PyObject * libxml_xmlUCSIsOsmanya(PyObject *self, PyObject *args);
1506#endif /* defined(LIBXML_UNICODE_ENABLED) */
1507#if defined(LIBXML_UNICODE_ENABLED)
1508PyObject * libxml_xmlUCSIsPhoneticExtensions(PyObject *self, PyObject *args);
1509#endif /* defined(LIBXML_UNICODE_ENABLED) */
1510#if defined(LIBXML_UNICODE_ENABLED)
1511PyObject * libxml_xmlUCSIsPrivateUse(PyObject *self, PyObject *args);
1512#endif /* defined(LIBXML_UNICODE_ENABLED) */
1513#if defined(LIBXML_UNICODE_ENABLED)
1514PyObject * libxml_xmlUCSIsPrivateUseArea(PyObject *self, PyObject *args);
1515#endif /* defined(LIBXML_UNICODE_ENABLED) */
1516#if defined(LIBXML_UNICODE_ENABLED)
1517PyObject * libxml_xmlUCSIsRunic(PyObject *self, PyObject *args);
1518#endif /* defined(LIBXML_UNICODE_ENABLED) */
1519#if defined(LIBXML_UNICODE_ENABLED)
1520PyObject * libxml_xmlUCSIsShavian(PyObject *self, PyObject *args);
1521#endif /* defined(LIBXML_UNICODE_ENABLED) */
1522#if defined(LIBXML_UNICODE_ENABLED)
1523PyObject * libxml_xmlUCSIsSinhala(PyObject *self, PyObject *args);
1524#endif /* defined(LIBXML_UNICODE_ENABLED) */
1525#if defined(LIBXML_UNICODE_ENABLED)
1526PyObject * libxml_xmlUCSIsSmallFormVariants(PyObject *self, PyObject *args);
1527#endif /* defined(LIBXML_UNICODE_ENABLED) */
1528#if defined(LIBXML_UNICODE_ENABLED)
1529PyObject * libxml_xmlUCSIsSpacingModifierLetters(PyObject *self, PyObject *args);
1530#endif /* defined(LIBXML_UNICODE_ENABLED) */
1531#if defined(LIBXML_UNICODE_ENABLED)
1532PyObject * libxml_xmlUCSIsSpecials(PyObject *self, PyObject *args);
1533#endif /* defined(LIBXML_UNICODE_ENABLED) */
1534#if defined(LIBXML_UNICODE_ENABLED)
1535PyObject * libxml_xmlUCSIsSuperscriptsandSubscripts(PyObject *self, PyObject *args);
1536#endif /* defined(LIBXML_UNICODE_ENABLED) */
1537#if defined(LIBXML_UNICODE_ENABLED)
1538PyObject * libxml_xmlUCSIsSupplementalArrowsA(PyObject *self, PyObject *args);
1539#endif /* defined(LIBXML_UNICODE_ENABLED) */
1540#if defined(LIBXML_UNICODE_ENABLED)
1541PyObject * libxml_xmlUCSIsSupplementalArrowsB(PyObject *self, PyObject *args);
1542#endif /* defined(LIBXML_UNICODE_ENABLED) */
1543#if defined(LIBXML_UNICODE_ENABLED)
1544PyObject * libxml_xmlUCSIsSupplementalMathematicalOperators(PyObject *self, PyObject *args);
1545#endif /* defined(LIBXML_UNICODE_ENABLED) */
1546#if defined(LIBXML_UNICODE_ENABLED)
1547PyObject * libxml_xmlUCSIsSupplementaryPrivateUseAreaA(PyObject *self, PyObject *args);
1548#endif /* defined(LIBXML_UNICODE_ENABLED) */
1549#if defined(LIBXML_UNICODE_ENABLED)
1550PyObject * libxml_xmlUCSIsSupplementaryPrivateUseAreaB(PyObject *self, PyObject *args);
1551#endif /* defined(LIBXML_UNICODE_ENABLED) */
1552#if defined(LIBXML_UNICODE_ENABLED)
1553PyObject * libxml_xmlUCSIsSyriac(PyObject *self, PyObject *args);
1554#endif /* defined(LIBXML_UNICODE_ENABLED) */
1555#if defined(LIBXML_UNICODE_ENABLED)
1556PyObject * libxml_xmlUCSIsTagalog(PyObject *self, PyObject *args);
1557#endif /* defined(LIBXML_UNICODE_ENABLED) */
1558#if defined(LIBXML_UNICODE_ENABLED)
1559PyObject * libxml_xmlUCSIsTagbanwa(PyObject *self, PyObject *args);
1560#endif /* defined(LIBXML_UNICODE_ENABLED) */
1561#if defined(LIBXML_UNICODE_ENABLED)
1562PyObject * libxml_xmlUCSIsTags(PyObject *self, PyObject *args);
1563#endif /* defined(LIBXML_UNICODE_ENABLED) */
1564#if defined(LIBXML_UNICODE_ENABLED)
1565PyObject * libxml_xmlUCSIsTaiLe(PyObject *self, PyObject *args);
1566#endif /* defined(LIBXML_UNICODE_ENABLED) */
1567#if defined(LIBXML_UNICODE_ENABLED)
1568PyObject * libxml_xmlUCSIsTaiXuanJingSymbols(PyObject *self, PyObject *args);
1569#endif /* defined(LIBXML_UNICODE_ENABLED) */
1570#if defined(LIBXML_UNICODE_ENABLED)
1571PyObject * libxml_xmlUCSIsTamil(PyObject *self, PyObject *args);
1572#endif /* defined(LIBXML_UNICODE_ENABLED) */
1573#if defined(LIBXML_UNICODE_ENABLED)
1574PyObject * libxml_xmlUCSIsTelugu(PyObject *self, PyObject *args);
1575#endif /* defined(LIBXML_UNICODE_ENABLED) */
1576#if defined(LIBXML_UNICODE_ENABLED)
1577PyObject * libxml_xmlUCSIsThaana(PyObject *self, PyObject *args);
1578#endif /* defined(LIBXML_UNICODE_ENABLED) */
1579#if defined(LIBXML_UNICODE_ENABLED)
1580PyObject * libxml_xmlUCSIsThai(PyObject *self, PyObject *args);
1581#endif /* defined(LIBXML_UNICODE_ENABLED) */
1582#if defined(LIBXML_UNICODE_ENABLED)
1583PyObject * libxml_xmlUCSIsTibetan(PyObject *self, PyObject *args);
1584#endif /* defined(LIBXML_UNICODE_ENABLED) */
1585#if defined(LIBXML_UNICODE_ENABLED)
1586PyObject * libxml_xmlUCSIsUgaritic(PyObject *self, PyObject *args);
1587#endif /* defined(LIBXML_UNICODE_ENABLED) */
1588#if defined(LIBXML_UNICODE_ENABLED)
1589PyObject * libxml_xmlUCSIsUnifiedCanadianAboriginalSyllabics(PyObject *self, PyObject *args);
1590#endif /* defined(LIBXML_UNICODE_ENABLED) */
1591#if defined(LIBXML_UNICODE_ENABLED)
1592PyObject * libxml_xmlUCSIsVariationSelectors(PyObject *self, PyObject *args);
1593#endif /* defined(LIBXML_UNICODE_ENABLED) */
1594#if defined(LIBXML_UNICODE_ENABLED)
1595PyObject * libxml_xmlUCSIsVariationSelectorsSupplement(PyObject *self, PyObject *args);
1596#endif /* defined(LIBXML_UNICODE_ENABLED) */
1597#if defined(LIBXML_UNICODE_ENABLED)
1598PyObject * libxml_xmlUCSIsYiRadicals(PyObject *self, PyObject *args);
1599#endif /* defined(LIBXML_UNICODE_ENABLED) */
1600#if defined(LIBXML_UNICODE_ENABLED)
1601PyObject * libxml_xmlUCSIsYiSyllables(PyObject *self, PyObject *args);
1602#endif /* defined(LIBXML_UNICODE_ENABLED) */
1603#if defined(LIBXML_UNICODE_ENABLED)
1604PyObject * libxml_xmlUCSIsYijingHexagramSymbols(PyObject *self, PyObject *args);
1605#endif /* defined(LIBXML_UNICODE_ENABLED) */
1606PyObject * libxml_xmlURIEscape(PyObject *self, PyObject *args);
1607PyObject * libxml_xmlURIEscapeStr(PyObject *self, PyObject *args);
1608PyObject * libxml_xmlURIGetAuthority(PyObject *self, PyObject *args);
1609PyObject * libxml_xmlURIGetFragment(PyObject *self, PyObject *args);
1610PyObject * libxml_xmlURIGetOpaque(PyObject *self, PyObject *args);
1611PyObject * libxml_xmlURIGetPath(PyObject *self, PyObject *args);
1612PyObject * libxml_xmlURIGetPort(PyObject *self, PyObject *args);
1613PyObject * libxml_xmlURIGetQuery(PyObject *self, PyObject *args);
1614PyObject * libxml_xmlURIGetQueryRaw(PyObject *self, PyObject *args);
1615PyObject * libxml_xmlURIGetScheme(PyObject *self, PyObject *args);
1616PyObject * libxml_xmlURIGetServer(PyObject *self, PyObject *args);
1617PyObject * libxml_xmlURIGetUser(PyObject *self, PyObject *args);
1618PyObject * libxml_xmlURISetAuthority(PyObject *self, PyObject *args);
1619PyObject * libxml_xmlURISetFragment(PyObject *self, PyObject *args);
1620PyObject * libxml_xmlURISetOpaque(PyObject *self, PyObject *args);
1621PyObject * libxml_xmlURISetPath(PyObject *self, PyObject *args);
1622PyObject * libxml_xmlURISetPort(PyObject *self, PyObject *args);
1623PyObject * libxml_xmlURISetQuery(PyObject *self, PyObject *args);
1624PyObject * libxml_xmlURISetQueryRaw(PyObject *self, PyObject *args);
1625PyObject * libxml_xmlURISetScheme(PyObject *self, PyObject *args);
1626PyObject * libxml_xmlURISetServer(PyObject *self, PyObject *args);
1627PyObject * libxml_xmlURISetUser(PyObject *self, PyObject *args);
1628PyObject * libxml_xmlURIUnescapeString(PyObject *self, PyObject *args);
1629PyObject * libxml_xmlUTF8Charcmp(PyObject *self, PyObject *args);
1630PyObject * libxml_xmlUTF8Size(PyObject *self, PyObject *args);
1631PyObject * libxml_xmlUTF8Strlen(PyObject *self, PyObject *args);
1632PyObject * libxml_xmlUTF8Strloc(PyObject *self, PyObject *args);
1633PyObject * libxml_xmlUTF8Strndup(PyObject *self, PyObject *args);
1634PyObject * libxml_xmlUTF8Strpos(PyObject *self, PyObject *args);
1635PyObject * libxml_xmlUTF8Strsize(PyObject *self, PyObject *args);
1636PyObject * libxml_xmlUTF8Strsub(PyObject *self, PyObject *args);
1637PyObject * libxml_xmlUnlinkNode(PyObject *self, PyObject *args);
1638#if defined(LIBXML_TREE_ENABLED) || defined(LIBXML_SCHEMAS_ENABLED)
1639PyObject * libxml_xmlUnsetNsProp(PyObject *self, PyObject *args);
1640#endif /* defined(LIBXML_TREE_ENABLED) || defined(LIBXML_SCHEMAS_ENABLED) */
1641#if defined(LIBXML_TREE_ENABLED) || defined(LIBXML_SCHEMAS_ENABLED)
1642PyObject * libxml_xmlUnsetProp(PyObject *self, PyObject *args);
1643#endif /* defined(LIBXML_TREE_ENABLED) || defined(LIBXML_SCHEMAS_ENABLED) */
1644#if defined(LIBXML_VALID_ENABLED)
1645PyObject * libxml_xmlValidCtxtNormalizeAttributeValue(PyObject *self, PyObject *args);
1646#endif /* defined(LIBXML_VALID_ENABLED) */
1647#if defined(LIBXML_VALID_ENABLED)
1648PyObject * libxml_xmlValidNormalizeAttributeValue(PyObject *self, PyObject *args);
1649#endif /* defined(LIBXML_VALID_ENABLED) */
1650#if defined(LIBXML_VALID_ENABLED)
1651PyObject * libxml_xmlValidateDocument(PyObject *self, PyObject *args);
1652#endif /* defined(LIBXML_VALID_ENABLED) */
1653#if defined(LIBXML_VALID_ENABLED)
1654PyObject * libxml_xmlValidateDocumentFinal(PyObject *self, PyObject *args);
1655#endif /* defined(LIBXML_VALID_ENABLED) */
1656#if defined(LIBXML_VALID_ENABLED)
1657PyObject * libxml_xmlValidateDtd(PyObject *self, PyObject *args);
1658#endif /* defined(LIBXML_VALID_ENABLED) */
1659#if defined(LIBXML_VALID_ENABLED)
1660PyObject * libxml_xmlValidateDtdFinal(PyObject *self, PyObject *args);
1661#endif /* defined(LIBXML_VALID_ENABLED) */
1662#if defined(LIBXML_VALID_ENABLED)
1663PyObject * libxml_xmlValidateElement(PyObject *self, PyObject *args);
1664#endif /* defined(LIBXML_VALID_ENABLED) */
1665#if defined(LIBXML_TREE_ENABLED) || defined(LIBXML_XPATH_ENABLED) || defined(LIBXML_SCHEMAS_ENABLED) || defined(LIBXML_DEBUG_ENABLED) || defined (LIBXML_HTML_ENABLED) || defined(LIBXML_SAX1_ENABLED) || defined(LIBXML_HTML_ENABLED) || defined(LIBXML_WRITER_ENABLED) || defined(LIBXML_DOCB_ENABLED) || defined(LIBXML_LEGACY_ENABLED)
1666PyObject * libxml_xmlValidateNCName(PyObject *self, PyObject *args);
1667#endif /* defined(LIBXML_TREE_ENABLED) || defined(LIBXML_XPATH_ENABLED) || defined(LIBXML_SCHEMAS_ENABLED) || defined(LIBXML_DEBUG_ENABLED) || defined (LIBXML_HTML_ENABLED) || defined(LIBXML_SAX1_ENABLED) || defined(LIBXML_HTML_ENABLED) || defined(LIBXML_WRITER_ENABLED) || defined(LIBXML_DOCB_ENABLED) || defined(LIBXML_LEGACY_ENABLED) */
1668#if defined(LIBXML_TREE_ENABLED) || defined(LIBXML_SCHEMAS_ENABLED)
1669PyObject * libxml_xmlValidateNMToken(PyObject *self, PyObject *args);
1670#endif /* defined(LIBXML_TREE_ENABLED) || defined(LIBXML_SCHEMAS_ENABLED) */
1671#if defined(LIBXML_TREE_ENABLED) || defined(LIBXML_SCHEMAS_ENABLED)
1672PyObject * libxml_xmlValidateName(PyObject *self, PyObject *args);
1673#endif /* defined(LIBXML_TREE_ENABLED) || defined(LIBXML_SCHEMAS_ENABLED) */
1674#if defined(LIBXML_VALID_ENABLED)
1675PyObject * libxml_xmlValidateNameValue(PyObject *self, PyObject *args);
1676#endif /* defined(LIBXML_VALID_ENABLED) */
1677#if defined(LIBXML_VALID_ENABLED)
1678PyObject * libxml_xmlValidateNamesValue(PyObject *self, PyObject *args);
1679#endif /* defined(LIBXML_VALID_ENABLED) */
1680#if defined(LIBXML_VALID_ENABLED)
1681PyObject * libxml_xmlValidateNmtokenValue(PyObject *self, PyObject *args);
1682#endif /* defined(LIBXML_VALID_ENABLED) */
1683#if defined(LIBXML_VALID_ENABLED)
1684PyObject * libxml_xmlValidateNmtokensValue(PyObject *self, PyObject *args);
1685#endif /* defined(LIBXML_VALID_ENABLED) */
1686#if defined(LIBXML_VALID_ENABLED) || defined(LIBXML_SCHEMAS_ENABLED)
1687PyObject * libxml_xmlValidateNotationUse(PyObject *self, PyObject *args);
1688#endif /* defined(LIBXML_VALID_ENABLED) || defined(LIBXML_SCHEMAS_ENABLED) */
1689#if defined(LIBXML_VALID_ENABLED)
1690PyObject * libxml_xmlValidateOneAttribute(PyObject *self, PyObject *args);
1691#endif /* defined(LIBXML_VALID_ENABLED) */
1692#if defined(LIBXML_VALID_ENABLED)
1693PyObject * libxml_xmlValidateOneElement(PyObject *self, PyObject *args);
1694#endif /* defined(LIBXML_VALID_ENABLED) */
1695#if defined(LIBXML_VALID_ENABLED)
1696PyObject * libxml_xmlValidateOneNamespace(PyObject *self, PyObject *args);
1697#endif /* defined(LIBXML_VALID_ENABLED) */
1698#if defined(LIBXML_VALID_ENABLED) && defined(LIBXML_REGEXP_ENABLED)
1699PyObject * libxml_xmlValidatePopElement(PyObject *self, PyObject *args);
1700#endif /* defined(LIBXML_VALID_ENABLED) && defined(LIBXML_REGEXP_ENABLED) */
1701#if defined(LIBXML_VALID_ENABLED) && defined(LIBXML_REGEXP_ENABLED)
1702PyObject * libxml_xmlValidatePushCData(PyObject *self, PyObject *args);
1703#endif /* defined(LIBXML_VALID_ENABLED) && defined(LIBXML_REGEXP_ENABLED) */
1704#if defined(LIBXML_VALID_ENABLED) && defined(LIBXML_REGEXP_ENABLED)
1705PyObject * libxml_xmlValidatePushElement(PyObject *self, PyObject *args);
1706#endif /* defined(LIBXML_VALID_ENABLED) && defined(LIBXML_REGEXP_ENABLED) */
1707#if defined(LIBXML_TREE_ENABLED) || defined(LIBXML_SCHEMAS_ENABLED)
1708PyObject * libxml_xmlValidateQName(PyObject *self, PyObject *args);
1709#endif /* defined(LIBXML_TREE_ENABLED) || defined(LIBXML_SCHEMAS_ENABLED) */
1710#if defined(LIBXML_VALID_ENABLED)
1711PyObject * libxml_xmlValidateRoot(PyObject *self, PyObject *args);
1712#endif /* defined(LIBXML_VALID_ENABLED) */
1713#if defined(LIBXML_XINCLUDE_ENABLED)
1714PyObject * libxml_xmlXIncludeProcess(PyObject *self, PyObject *args);
1715#endif /* defined(LIBXML_XINCLUDE_ENABLED) */
1716#if defined(LIBXML_XINCLUDE_ENABLED)
1717PyObject * libxml_xmlXIncludeProcessFlags(PyObject *self, PyObject *args);
1718#endif /* defined(LIBXML_XINCLUDE_ENABLED) */
1719#if defined(LIBXML_XINCLUDE_ENABLED)
1720PyObject * libxml_xmlXIncludeProcessTree(PyObject *self, PyObject *args);
1721#endif /* defined(LIBXML_XINCLUDE_ENABLED) */
1722#if defined(LIBXML_XINCLUDE_ENABLED)
1723PyObject * libxml_xmlXIncludeProcessTreeFlags(PyObject *self, PyObject *args);
1724#endif /* defined(LIBXML_XINCLUDE_ENABLED) */
1725#if defined(LIBXML_XPATH_ENABLED)
1726PyObject * libxml_xmlXPathAddValues(PyObject *self, PyObject *args);
1727#endif /* defined(LIBXML_XPATH_ENABLED) */
1728#if defined(LIBXML_XPATH_ENABLED)
1729PyObject * libxml_xmlXPathBooleanFunction(PyObject *self, PyObject *args);
1730#endif /* defined(LIBXML_XPATH_ENABLED) */
1731#if defined(LIBXML_XPATH_ENABLED)
1732PyObject * libxml_xmlXPathCastBooleanToNumber(PyObject *self, PyObject *args);
1733#endif /* defined(LIBXML_XPATH_ENABLED) */
1734#if defined(LIBXML_XPATH_ENABLED)
1735PyObject * libxml_xmlXPathCastBooleanToString(PyObject *self, PyObject *args);
1736#endif /* defined(LIBXML_XPATH_ENABLED) */
1737#if defined(LIBXML_XPATH_ENABLED)
1738PyObject * libxml_xmlXPathCastNodeToNumber(PyObject *self, PyObject *args);
1739#endif /* defined(LIBXML_XPATH_ENABLED) */
1740#if defined(LIBXML_XPATH_ENABLED)
1741PyObject * libxml_xmlXPathCastNodeToString(PyObject *self, PyObject *args);
1742#endif /* defined(LIBXML_XPATH_ENABLED) */
1743#if defined(LIBXML_XPATH_ENABLED)
1744PyObject * libxml_xmlXPathCastNumberToBoolean(PyObject *self, PyObject *args);
1745#endif /* defined(LIBXML_XPATH_ENABLED) */
1746#if defined(LIBXML_XPATH_ENABLED)
1747PyObject * libxml_xmlXPathCastNumberToString(PyObject *self, PyObject *args);
1748#endif /* defined(LIBXML_XPATH_ENABLED) */
1749#if defined(LIBXML_XPATH_ENABLED)
1750PyObject * libxml_xmlXPathCastStringToBoolean(PyObject *self, PyObject *args);
1751#endif /* defined(LIBXML_XPATH_ENABLED) */
1752#if defined(LIBXML_XPATH_ENABLED)
1753PyObject * libxml_xmlXPathCastStringToNumber(PyObject *self, PyObject *args);
1754#endif /* defined(LIBXML_XPATH_ENABLED) */
1755#if defined(LIBXML_XPATH_ENABLED)
1756PyObject * libxml_xmlXPathCeilingFunction(PyObject *self, PyObject *args);
1757#endif /* defined(LIBXML_XPATH_ENABLED) */
1758#if defined(LIBXML_XPATH_ENABLED)
1759PyObject * libxml_xmlXPathCmpNodes(PyObject *self, PyObject *args);
1760#endif /* defined(LIBXML_XPATH_ENABLED) */
1761#if defined(LIBXML_XPATH_ENABLED)
1762PyObject * libxml_xmlXPathCompareValues(PyObject *self, PyObject *args);
1763#endif /* defined(LIBXML_XPATH_ENABLED) */
1764#if defined(LIBXML_XPATH_ENABLED)
1765PyObject * libxml_xmlXPathConcatFunction(PyObject *self, PyObject *args);
1766#endif /* defined(LIBXML_XPATH_ENABLED) */
1767#if defined(LIBXML_XPATH_ENABLED)
1768PyObject * libxml_xmlXPathContainsFunction(PyObject *self, PyObject *args);
1769#endif /* defined(LIBXML_XPATH_ENABLED) */
1770#if defined(LIBXML_XPATH_ENABLED)
1771PyObject * libxml_xmlXPathContextSetCache(PyObject *self, PyObject *args);
1772#endif /* defined(LIBXML_XPATH_ENABLED) */
1773#if defined(LIBXML_XPATH_ENABLED)
1774PyObject * libxml_xmlXPathCountFunction(PyObject *self, PyObject *args);
1775#endif /* defined(LIBXML_XPATH_ENABLED) */
1776#if defined(LIBXML_XPATH_ENABLED)
1777PyObject * libxml_xmlXPathDivValues(PyObject *self, PyObject *args);
1778#endif /* defined(LIBXML_XPATH_ENABLED) */
1779#if defined(LIBXML_XPATH_ENABLED)
1780PyObject * libxml_xmlXPathEqualValues(PyObject *self, PyObject *args);
1781#endif /* defined(LIBXML_XPATH_ENABLED) */
1782#if defined(LIBXML_XPATH_ENABLED)
1783PyObject * libxml_xmlXPathErr(PyObject *self, PyObject *args);
1784#endif /* defined(LIBXML_XPATH_ENABLED) */
1785#if defined(LIBXML_XPATH_ENABLED)
1786PyObject * libxml_xmlXPathEval(PyObject *self, PyObject *args);
1787#endif /* defined(LIBXML_XPATH_ENABLED) */
1788#if defined(LIBXML_XPATH_ENABLED)
1789PyObject * libxml_xmlXPathEvalExpr(PyObject *self, PyObject *args);
1790#endif /* defined(LIBXML_XPATH_ENABLED) */
1791#if defined(LIBXML_XPATH_ENABLED)
1792PyObject * libxml_xmlXPathEvalExpression(PyObject *self, PyObject *args);
1793#endif /* defined(LIBXML_XPATH_ENABLED) */
1794#if defined(LIBXML_XPATH_ENABLED)
1795PyObject * libxml_xmlXPathFalseFunction(PyObject *self, PyObject *args);
1796#endif /* defined(LIBXML_XPATH_ENABLED) */
1797#if defined(LIBXML_XPATH_ENABLED)
1798PyObject * libxml_xmlXPathFloorFunction(PyObject *self, PyObject *args);
1799#endif /* defined(LIBXML_XPATH_ENABLED) */
1800#if defined(LIBXML_XPATH_ENABLED)
1801PyObject * libxml_xmlXPathFreeContext(PyObject *self, PyObject *args);
1802#endif /* defined(LIBXML_XPATH_ENABLED) */
1803#if defined(LIBXML_XPATH_ENABLED)
1804PyObject * libxml_xmlXPathFreeParserContext(PyObject *self, PyObject *args);
1805#endif /* defined(LIBXML_XPATH_ENABLED) */
1806#if defined(LIBXML_XPATH_ENABLED)
1807PyObject * libxml_xmlXPathGetContextDoc(PyObject *self, PyObject *args);
1808#endif /* defined(LIBXML_XPATH_ENABLED) */
1809#if defined(LIBXML_XPATH_ENABLED)
1810PyObject * libxml_xmlXPathGetContextNode(PyObject *self, PyObject *args);
1811#endif /* defined(LIBXML_XPATH_ENABLED) */
1812#if defined(LIBXML_XPATH_ENABLED)
1813PyObject * libxml_xmlXPathGetContextPosition(PyObject *self, PyObject *args);
1814#endif /* defined(LIBXML_XPATH_ENABLED) */
1815#if defined(LIBXML_XPATH_ENABLED)
1816PyObject * libxml_xmlXPathGetContextSize(PyObject *self, PyObject *args);
1817#endif /* defined(LIBXML_XPATH_ENABLED) */
1818#if defined(LIBXML_XPATH_ENABLED)
1819PyObject * libxml_xmlXPathGetFunction(PyObject *self, PyObject *args);
1820#endif /* defined(LIBXML_XPATH_ENABLED) */
1821#if defined(LIBXML_XPATH_ENABLED)
1822PyObject * libxml_xmlXPathGetFunctionURI(PyObject *self, PyObject *args);
1823#endif /* defined(LIBXML_XPATH_ENABLED) */
1824#if defined(LIBXML_XPATH_ENABLED)
1825PyObject * libxml_xmlXPathIdFunction(PyObject *self, PyObject *args);
1826#endif /* defined(LIBXML_XPATH_ENABLED) */
1827#if defined(LIBXML_XPATH_ENABLED) || defined(LIBXML_SCHEMAS_ENABLED)
1828PyObject * libxml_xmlXPathInit(PyObject *self, PyObject *args);
1829#endif /* defined(LIBXML_XPATH_ENABLED) || defined(LIBXML_SCHEMAS_ENABLED) */
1830#if defined(LIBXML_XPATH_ENABLED) || defined(LIBXML_SCHEMAS_ENABLED)
1831PyObject * libxml_xmlXPathIsInf(PyObject *self, PyObject *args);
1832#endif /* defined(LIBXML_XPATH_ENABLED) || defined(LIBXML_SCHEMAS_ENABLED) */
1833#if defined(LIBXML_XPATH_ENABLED) || defined(LIBXML_SCHEMAS_ENABLED)
1834PyObject * libxml_xmlXPathIsNaN(PyObject *self, PyObject *args);
1835#endif /* defined(LIBXML_XPATH_ENABLED) || defined(LIBXML_SCHEMAS_ENABLED) */
1836#if defined(LIBXML_XPATH_ENABLED)
1837PyObject * libxml_xmlXPathIsNodeType(PyObject *self, PyObject *args);
1838#endif /* defined(LIBXML_XPATH_ENABLED) */
1839#if defined(LIBXML_XPATH_ENABLED)
1840PyObject * libxml_xmlXPathLangFunction(PyObject *self, PyObject *args);
1841#endif /* defined(LIBXML_XPATH_ENABLED) */
1842#if defined(LIBXML_XPATH_ENABLED)
1843PyObject * libxml_xmlXPathLastFunction(PyObject *self, PyObject *args);
1844#endif /* defined(LIBXML_XPATH_ENABLED) */
1845#if defined(LIBXML_XPATH_ENABLED)
1846PyObject * libxml_xmlXPathLocalNameFunction(PyObject *self, PyObject *args);
1847#endif /* defined(LIBXML_XPATH_ENABLED) */
1848#if defined(LIBXML_XPATH_ENABLED)
1849PyObject * libxml_xmlXPathModValues(PyObject *self, PyObject *args);
1850#endif /* defined(LIBXML_XPATH_ENABLED) */
1851#if defined(LIBXML_XPATH_ENABLED)
1852PyObject * libxml_xmlXPathMultValues(PyObject *self, PyObject *args);
1853#endif /* defined(LIBXML_XPATH_ENABLED) */
1854#if defined(LIBXML_XPATH_ENABLED)
1855PyObject * libxml_xmlXPathNamespaceURIFunction(PyObject *self, PyObject *args);
1856#endif /* defined(LIBXML_XPATH_ENABLED) */
1857#if defined(LIBXML_XPATH_ENABLED)
1858PyObject * libxml_xmlXPathNewBoolean(PyObject *self, PyObject *args);
1859#endif /* defined(LIBXML_XPATH_ENABLED) */
1860#if defined(LIBXML_XPATH_ENABLED)
1861PyObject * libxml_xmlXPathNewCString(PyObject *self, PyObject *args);
1862#endif /* defined(LIBXML_XPATH_ENABLED) */
1863#if defined(LIBXML_XPATH_ENABLED)
1864PyObject * libxml_xmlXPathNewContext(PyObject *self, PyObject *args);
1865#endif /* defined(LIBXML_XPATH_ENABLED) */
1866#if defined(LIBXML_XPATH_ENABLED)
1867PyObject * libxml_xmlXPathNewFloat(PyObject *self, PyObject *args);
1868#endif /* defined(LIBXML_XPATH_ENABLED) */
1869#if defined(LIBXML_XPATH_ENABLED)
1870PyObject * libxml_xmlXPathNewNodeSet(PyObject *self, PyObject *args);
1871#endif /* defined(LIBXML_XPATH_ENABLED) */
1872#if defined(LIBXML_XPATH_ENABLED)
1873PyObject * libxml_xmlXPathNewParserContext(PyObject *self, PyObject *args);
1874#endif /* defined(LIBXML_XPATH_ENABLED) */
1875#if defined(LIBXML_XPATH_ENABLED)
1876PyObject * libxml_xmlXPathNewString(PyObject *self, PyObject *args);
1877#endif /* defined(LIBXML_XPATH_ENABLED) */
1878#if defined(LIBXML_XPATH_ENABLED)
1879PyObject * libxml_xmlXPathNewValueTree(PyObject *self, PyObject *args);
1880#endif /* defined(LIBXML_XPATH_ENABLED) */
1881#if defined(LIBXML_XPATH_ENABLED)
1882PyObject * libxml_xmlXPathNextAncestor(PyObject *self, PyObject *args);
1883#endif /* defined(LIBXML_XPATH_ENABLED) */
1884#if defined(LIBXML_XPATH_ENABLED)
1885PyObject * libxml_xmlXPathNextAncestorOrSelf(PyObject *self, PyObject *args);
1886#endif /* defined(LIBXML_XPATH_ENABLED) */
1887#if defined(LIBXML_XPATH_ENABLED)
1888PyObject * libxml_xmlXPathNextAttribute(PyObject *self, PyObject *args);
1889#endif /* defined(LIBXML_XPATH_ENABLED) */
1890#if defined(LIBXML_XPATH_ENABLED)
1891PyObject * libxml_xmlXPathNextChild(PyObject *self, PyObject *args);
1892#endif /* defined(LIBXML_XPATH_ENABLED) */
1893#if defined(LIBXML_XPATH_ENABLED)
1894PyObject * libxml_xmlXPathNextDescendant(PyObject *self, PyObject *args);
1895#endif /* defined(LIBXML_XPATH_ENABLED) */
1896#if defined(LIBXML_XPATH_ENABLED)
1897PyObject * libxml_xmlXPathNextDescendantOrSelf(PyObject *self, PyObject *args);
1898#endif /* defined(LIBXML_XPATH_ENABLED) */
1899#if defined(LIBXML_XPATH_ENABLED)
1900PyObject * libxml_xmlXPathNextFollowing(PyObject *self, PyObject *args);
1901#endif /* defined(LIBXML_XPATH_ENABLED) */
1902#if defined(LIBXML_XPATH_ENABLED)
1903PyObject * libxml_xmlXPathNextFollowingSibling(PyObject *self, PyObject *args);
1904#endif /* defined(LIBXML_XPATH_ENABLED) */
1905#if defined(LIBXML_XPATH_ENABLED)
1906PyObject * libxml_xmlXPathNextNamespace(PyObject *self, PyObject *args);
1907#endif /* defined(LIBXML_XPATH_ENABLED) */
1908#if defined(LIBXML_XPATH_ENABLED)
1909PyObject * libxml_xmlXPathNextParent(PyObject *self, PyObject *args);
1910#endif /* defined(LIBXML_XPATH_ENABLED) */
1911#if defined(LIBXML_XPATH_ENABLED)
1912PyObject * libxml_xmlXPathNextPreceding(PyObject *self, PyObject *args);
1913#endif /* defined(LIBXML_XPATH_ENABLED) */
1914#if defined(LIBXML_XPATH_ENABLED)
1915PyObject * libxml_xmlXPathNextPrecedingSibling(PyObject *self, PyObject *args);
1916#endif /* defined(LIBXML_XPATH_ENABLED) */
1917#if defined(LIBXML_XPATH_ENABLED)
1918PyObject * libxml_xmlXPathNextSelf(PyObject *self, PyObject *args);
1919#endif /* defined(LIBXML_XPATH_ENABLED) */
1920#if defined(LIBXML_XPATH_ENABLED)
1921PyObject * libxml_xmlXPathNodeEval(PyObject *self, PyObject *args);
1922#endif /* defined(LIBXML_XPATH_ENABLED) */
1923#if defined(LIBXML_XPATH_ENABLED)
1924PyObject * libxml_xmlXPathNodeSetFreeNs(PyObject *self, PyObject *args);
1925#endif /* defined(LIBXML_XPATH_ENABLED) */
1926#if defined(LIBXML_XPATH_ENABLED)
1927PyObject * libxml_xmlXPathNormalizeFunction(PyObject *self, PyObject *args);
1928#endif /* defined(LIBXML_XPATH_ENABLED) */
1929#if defined(LIBXML_XPATH_ENABLED)
1930PyObject * libxml_xmlXPathNotEqualValues(PyObject *self, PyObject *args);
1931#endif /* defined(LIBXML_XPATH_ENABLED) */
1932#if defined(LIBXML_XPATH_ENABLED)
1933PyObject * libxml_xmlXPathNotFunction(PyObject *self, PyObject *args);
1934#endif /* defined(LIBXML_XPATH_ENABLED) */
1935#if defined(LIBXML_XPATH_ENABLED)
1936PyObject * libxml_xmlXPathNsLookup(PyObject *self, PyObject *args);
1937#endif /* defined(LIBXML_XPATH_ENABLED) */
1938#if defined(LIBXML_XPATH_ENABLED)
1939PyObject * libxml_xmlXPathNumberFunction(PyObject *self, PyObject *args);
1940#endif /* defined(LIBXML_XPATH_ENABLED) */
1941#if defined(LIBXML_XPATH_ENABLED)
1942PyObject * libxml_xmlXPathOrderDocElems(PyObject *self, PyObject *args);
1943#endif /* defined(LIBXML_XPATH_ENABLED) */
1944#if defined(LIBXML_XPATH_ENABLED)
1945PyObject * libxml_xmlXPathParseNCName(PyObject *self, PyObject *args);
1946#endif /* defined(LIBXML_XPATH_ENABLED) */
1947#if defined(LIBXML_XPATH_ENABLED)
1948PyObject * libxml_xmlXPathParseName(PyObject *self, PyObject *args);
1949#endif /* defined(LIBXML_XPATH_ENABLED) */
1950#if defined(LIBXML_XPATH_ENABLED)
1951PyObject * libxml_xmlXPathParserGetContext(PyObject *self, PyObject *args);
1952#endif /* defined(LIBXML_XPATH_ENABLED) */
1953#if defined(LIBXML_XPATH_ENABLED)
1954PyObject * libxml_xmlXPathPopBoolean(PyObject *self, PyObject *args);
1955#endif /* defined(LIBXML_XPATH_ENABLED) */
1956#if defined(LIBXML_XPATH_ENABLED)
1957PyObject * libxml_xmlXPathPopNumber(PyObject *self, PyObject *args);
1958#endif /* defined(LIBXML_XPATH_ENABLED) */
1959#if defined(LIBXML_XPATH_ENABLED)
1960PyObject * libxml_xmlXPathPopString(PyObject *self, PyObject *args);
1961#endif /* defined(LIBXML_XPATH_ENABLED) */
1962#if defined(LIBXML_XPATH_ENABLED)
1963PyObject * libxml_xmlXPathPositionFunction(PyObject *self, PyObject *args);
1964#endif /* defined(LIBXML_XPATH_ENABLED) */
1965#if defined(LIBXML_XPATH_ENABLED)
1966PyObject * libxml_xmlXPathRegisterAllFunctions(PyObject *self, PyObject *args);
1967#endif /* defined(LIBXML_XPATH_ENABLED) */
1968#if defined(LIBXML_XPATH_ENABLED)
1969PyObject * libxml_xmlXPathRegisterNs(PyObject *self, PyObject *args);
1970#endif /* defined(LIBXML_XPATH_ENABLED) */
1971#if defined(LIBXML_XPATH_ENABLED)
1972PyObject * libxml_xmlXPathRegisterVariable(PyObject *self, PyObject *args);
1973#endif
1974#if defined(LIBXML_XPATH_ENABLED)
1975PyObject * libxml_xmlXPathRegisteredFuncsCleanup(PyObject *self, PyObject *args);
1976#endif /* defined(LIBXML_XPATH_ENABLED) */
1977#if defined(LIBXML_XPATH_ENABLED)
1978PyObject * libxml_xmlXPathRegisteredNsCleanup(PyObject *self, PyObject *args);
1979#endif /* defined(LIBXML_XPATH_ENABLED) */
1980#if defined(LIBXML_XPATH_ENABLED)
1981PyObject * libxml_xmlXPathRegisteredVariablesCleanup(PyObject *self, PyObject *args);
1982#endif /* defined(LIBXML_XPATH_ENABLED) */
1983#if defined(LIBXML_XPATH_ENABLED)
1984PyObject * libxml_xmlXPathRoot(PyObject *self, PyObject *args);
1985#endif /* defined(LIBXML_XPATH_ENABLED) */
1986#if defined(LIBXML_XPATH_ENABLED)
1987PyObject * libxml_xmlXPathRoundFunction(PyObject *self, PyObject *args);
1988#endif /* defined(LIBXML_XPATH_ENABLED) */
1989#if defined(LIBXML_XPATH_ENABLED)
1990PyObject * libxml_xmlXPathSetContextDoc(PyObject *self, PyObject *args);
1991#endif /* defined(LIBXML_XPATH_ENABLED) */
1992#if defined(LIBXML_XPATH_ENABLED)
1993PyObject * libxml_xmlXPathSetContextNode(PyObject *self, PyObject *args);
1994#endif /* defined(LIBXML_XPATH_ENABLED) */
1995#if defined(LIBXML_XPATH_ENABLED)
1996PyObject * libxml_xmlXPathStartsWithFunction(PyObject *self, PyObject *args);
1997#endif /* defined(LIBXML_XPATH_ENABLED) */
1998#if defined(LIBXML_XPATH_ENABLED)
1999PyObject * libxml_xmlXPathStringEvalNumber(PyObject *self, PyObject *args);
2000#endif /* defined(LIBXML_XPATH_ENABLED) */
2001#if defined(LIBXML_XPATH_ENABLED)
2002PyObject * libxml_xmlXPathStringFunction(PyObject *self, PyObject *args);
2003#endif /* defined(LIBXML_XPATH_ENABLED) */
2004#if defined(LIBXML_XPATH_ENABLED)
2005PyObject * libxml_xmlXPathStringLengthFunction(PyObject *self, PyObject *args);
2006#endif /* defined(LIBXML_XPATH_ENABLED) */
2007#if defined(LIBXML_XPATH_ENABLED)
2008PyObject * libxml_xmlXPathSubValues(PyObject *self, PyObject *args);
2009#endif /* defined(LIBXML_XPATH_ENABLED) */
2010#if defined(LIBXML_XPATH_ENABLED)
2011PyObject * libxml_xmlXPathSubstringAfterFunction(PyObject *self, PyObject *args);
2012#endif /* defined(LIBXML_XPATH_ENABLED) */
2013#if defined(LIBXML_XPATH_ENABLED)
2014PyObject * libxml_xmlXPathSubstringBeforeFunction(PyObject *self, PyObject *args);
2015#endif /* defined(LIBXML_XPATH_ENABLED) */
2016#if defined(LIBXML_XPATH_ENABLED)
2017PyObject * libxml_xmlXPathSubstringFunction(PyObject *self, PyObject *args);
2018#endif /* defined(LIBXML_XPATH_ENABLED) */
2019#if defined(LIBXML_XPATH_ENABLED)
2020PyObject * libxml_xmlXPathSumFunction(PyObject *self, PyObject *args);
2021#endif /* defined(LIBXML_XPATH_ENABLED) */
2022#if defined(LIBXML_XPATH_ENABLED)
2023PyObject * libxml_xmlXPathTranslateFunction(PyObject *self, PyObject *args);
2024#endif /* defined(LIBXML_XPATH_ENABLED) */
2025#if defined(LIBXML_XPATH_ENABLED)
2026PyObject * libxml_xmlXPathTrueFunction(PyObject *self, PyObject *args);
2027#endif /* defined(LIBXML_XPATH_ENABLED) */
2028#if defined(LIBXML_XPATH_ENABLED)
2029PyObject * libxml_xmlXPathValueFlipSign(PyObject *self, PyObject *args);
2030#endif /* defined(LIBXML_XPATH_ENABLED) */
2031#if defined(LIBXML_XPATH_ENABLED)
2032PyObject * libxml_xmlXPathVariableLookup(PyObject *self, PyObject *args);
2033#endif /* defined(LIBXML_XPATH_ENABLED) */
2034#if defined(LIBXML_XPATH_ENABLED)
2035PyObject * libxml_xmlXPathVariableLookupNS(PyObject *self, PyObject *args);
2036#endif /* defined(LIBXML_XPATH_ENABLED) */
2037#if defined(LIBXML_XPATH_ENABLED)
2038PyObject * libxml_xmlXPatherror(PyObject *self, PyObject *args);
2039#endif /* defined(LIBXML_XPATH_ENABLED) */
2040#if defined(LIBXML_XPTR_ENABLED)
2041PyObject * libxml_xmlXPtrEval(PyObject *self, PyObject *args);
2042#endif /* defined(LIBXML_XPTR_ENABLED) */
2043#if defined(LIBXML_XPTR_ENABLED)
2044PyObject * libxml_xmlXPtrEvalRangePredicate(PyObject *self, PyObject *args);
2045#endif /* defined(LIBXML_XPTR_ENABLED) */
2046#if defined(LIBXML_XPTR_ENABLED)
2047PyObject * libxml_xmlXPtrNewCollapsedRange(PyObject *self, PyObject *args);
2048#endif /* defined(LIBXML_XPTR_ENABLED) */
2049#if defined(LIBXML_XPTR_ENABLED)
2050PyObject * libxml_xmlXPtrNewContext(PyObject *self, PyObject *args);
2051#endif /* defined(LIBXML_XPTR_ENABLED) */
2052#if defined(LIBXML_XPTR_ENABLED)
2053PyObject * libxml_xmlXPtrNewLocationSetNodes(PyObject *self, PyObject *args);
2054#endif /* defined(LIBXML_XPTR_ENABLED) */
2055#if defined(LIBXML_XPTR_ENABLED)
2056PyObject * libxml_xmlXPtrNewRange(PyObject *self, PyObject *args);
2057#endif /* defined(LIBXML_XPTR_ENABLED) */
2058#if defined(LIBXML_XPTR_ENABLED)
2059PyObject * libxml_xmlXPtrNewRangeNodes(PyObject *self, PyObject *args);
2060#endif /* defined(LIBXML_XPTR_ENABLED) */
2061#if defined(LIBXML_XPTR_ENABLED)
2062PyObject * libxml_xmlXPtrRangeToFunction(PyObject *self, PyObject *args);
2063#endif /* defined(LIBXML_XPTR_ENABLED) */
注意: 瀏覽 TracBrowser 來幫助您使用儲存庫瀏覽器

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette