~ubuntu-branches/ubuntu/wily/opencollada/wily-proposed

« back to all changes in this revision

Viewing changes to Externals/LibXML/python/libxml2class.txt

  • Committer: Package Import Robot
  • Author(s): Matteo F. Vescovi
  • Date: 2015-05-14 17:23:27 UTC
  • Revision ID: package-import@ubuntu.com-20150514172327-f862u8envms01fra
Tags: upstream-0.1.0~20140703.ddf8f47+dfsg1
ImportĀ upstreamĀ versionĀ 0.1.0~20140703.ddf8f47+dfsg1

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
          Generated Classes for libxml2-python
 
2
 
 
3
#
 
4
# Global functions of the module
 
5
#
 
6
 
 
7
 
 
8
# functions from module HTMLparser
 
9
htmlCreateMemoryParserCtxt()
 
10
htmlHandleOmittedElem()
 
11
htmlIsScriptAttribute()
 
12
htmlNewParserCtxt()
 
13
htmlParseDoc()
 
14
htmlParseFile()
 
15
htmlReadDoc()
 
16
htmlReadFd()
 
17
htmlReadFile()
 
18
htmlReadMemory()
 
19
 
 
20
# functions from module HTMLtree
 
21
htmlIsBooleanAttr()
 
22
htmlNewDoc()
 
23
htmlNewDocNoDtD()
 
24
 
 
25
# functions from module SAX2
 
26
SAXDefaultVersion()
 
27
defaultSAXHandlerInit()
 
28
docbDefaultSAXHandlerInit()
 
29
htmlDefaultSAXHandlerInit()
 
30
 
 
31
# functions from module catalog
 
32
catalogAdd()
 
33
catalogCleanup()
 
34
catalogConvert()
 
35
catalogDump()
 
36
catalogGetPublic()
 
37
catalogGetSystem()
 
38
catalogRemove()
 
39
catalogResolve()
 
40
catalogResolvePublic()
 
41
catalogResolveSystem()
 
42
catalogResolveURI()
 
43
catalogSetDebug()
 
44
initializeCatalog()
 
45
loadACatalog()
 
46
loadCatalog()
 
47
loadCatalogs()
 
48
loadSGMLSuperCatalog()
 
49
newCatalog()
 
50
parseCatalogFile()
 
51
 
 
52
# functions from module chvalid
 
53
isBaseChar()
 
54
isBlank()
 
55
isChar()
 
56
isCombining()
 
57
isDigit()
 
58
isExtender()
 
59
isIdeographic()
 
60
isPubidChar()
 
61
 
 
62
# functions from module debugXML
 
63
boolToText()
 
64
debugDumpString()
 
65
shellPrintXPathError()
 
66
 
 
67
# functions from module dict
 
68
dictCleanup()
 
69
 
 
70
# functions from module encoding
 
71
addEncodingAlias()
 
72
cleanupCharEncodingHandlers()
 
73
cleanupEncodingAliases()
 
74
delEncodingAlias()
 
75
encodingAlias()
 
76
initCharEncodingHandlers()
 
77
 
 
78
# functions from module entities
 
79
cleanupPredefinedEntities()
 
80
initializePredefinedEntities()
 
81
predefinedEntity()
 
82
 
 
83
# functions from module globals
 
84
cleanupGlobals()
 
85
initGlobals()
 
86
thrDefDefaultBufferSize()
 
87
thrDefDoValidityCheckingDefaultValue()
 
88
thrDefGetWarningsDefaultValue()
 
89
thrDefIndentTreeOutput()
 
90
thrDefKeepBlanksDefaultValue()
 
91
thrDefLineNumbersDefaultValue()
 
92
thrDefLoadExtDtdDefaultValue()
 
93
thrDefParserDebugEntities()
 
94
thrDefPedanticParserDefaultValue()
 
95
thrDefSaveNoEmptyTags()
 
96
thrDefSubstituteEntitiesDefaultValue()
 
97
thrDefTreeIndentString()
 
98
 
 
99
# functions from module nanoftp
 
100
nanoFTPCleanup()
 
101
nanoFTPInit()
 
102
nanoFTPProxy()
 
103
nanoFTPScanProxy()
 
104
 
 
105
# functions from module nanohttp
 
106
nanoHTTPCleanup()
 
107
nanoHTTPInit()
 
108
nanoHTTPScanProxy()
 
109
 
 
110
# functions from module parser
 
111
createDocParserCtxt()
 
112
initParser()
 
113
keepBlanksDefault()
 
114
lineNumbersDefault()
 
115
newParserCtxt()
 
116
parseDTD()
 
117
parseDoc()
 
118
parseEntity()
 
119
parseFile()
 
120
parseMemory()
 
121
pedanticParserDefault()
 
122
readDoc()
 
123
readFd()
 
124
readFile()
 
125
readMemory()
 
126
recoverDoc()
 
127
recoverFile()
 
128
recoverMemory()
 
129
substituteEntitiesDefault()
 
130
 
 
131
# functions from module parserInternals
 
132
checkLanguageID()
 
133
copyChar()
 
134
copyCharMultiByte()
 
135
createEntityParserCtxt()
 
136
createFileParserCtxt()
 
137
createMemoryParserCtxt()
 
138
createURLParserCtxt()
 
139
htmlCreateFileParserCtxt()
 
140
htmlInitAutoClose()
 
141
isLetter()
 
142
namePop()
 
143
namePush()
 
144
nodePop()
 
145
nodePush()
 
146
 
 
147
# functions from module python
 
148
SAXParseFile()
 
149
createInputBuffer()
 
150
createOutputBuffer()
 
151
createPushParser()
 
152
debugMemory()
 
153
dumpMemory()
 
154
htmlCreatePushParser()
 
155
htmlSAXParseFile()
 
156
memoryUsed()
 
157
newNode()
 
158
pythonCleanupParser()
 
159
setEntityLoader()
 
160
 
 
161
# functions from module relaxng
 
162
relaxNGCleanupTypes()
 
163
relaxNGInitTypes()
 
164
relaxNGNewMemParserCtxt()
 
165
relaxNGNewParserCtxt()
 
166
 
 
167
# functions from module tree
 
168
buildQName()
 
169
compressMode()
 
170
isXHTML()
 
171
newComment()
 
172
newDoc()
 
173
newPI()
 
174
newText()
 
175
newTextLen()
 
176
setCompressMode()
 
177
validateNCName()
 
178
validateNMToken()
 
179
validateName()
 
180
validateQName()
 
181
 
 
182
# functions from module uri
 
183
URIEscape()
 
184
URIEscapeStr()
 
185
URIUnescapeString()
 
186
buildRelativeURI()
 
187
buildURI()
 
188
canonicPath()
 
189
createURI()
 
190
normalizeURIPath()
 
191
parseURI()
 
192
parseURIRaw()
 
193
pathToURI()
 
194
 
 
195
# functions from module valid
 
196
newValidCtxt()
 
197
validateNameValue()
 
198
validateNamesValue()
 
199
validateNmtokenValue()
 
200
validateNmtokensValue()
 
201
 
 
202
# functions from module xmlIO
 
203
checkFilename()
 
204
cleanupInputCallbacks()
 
205
cleanupOutputCallbacks()
 
206
fileMatch()
 
207
iOFTPMatch()
 
208
iOHTTPMatch()
 
209
normalizeWindowsPath()
 
210
parserGetDirectory()
 
211
popInputCallbacks()
 
212
registerDefaultInputCallbacks()
 
213
registerDefaultOutputCallbacks()
 
214
registerHTTPPostCallbacks()
 
215
 
 
216
# functions from module xmlerror
 
217
lastError()
 
218
resetLastError()
 
219
 
 
220
# functions from module xmlreader
 
221
newTextReaderFilename()
 
222
readerForDoc()
 
223
readerForFd()
 
224
readerForFile()
 
225
readerForMemory()
 
226
 
 
227
# functions from module xmlregexp
 
228
regexpCompile()
 
229
 
 
230
# functions from module xmlschemas
 
231
schemaNewMemParserCtxt()
 
232
schemaNewParserCtxt()
 
233
 
 
234
# functions from module xmlschemastypes
 
235
schemaCleanupTypes()
 
236
schemaCollapseString()
 
237
schemaInitTypes()
 
238
schemaWhiteSpaceReplace()
 
239
 
 
240
# functions from module xmlstring
 
241
UTF8Charcmp()
 
242
UTF8Size()
 
243
UTF8Strlen()
 
244
UTF8Strloc()
 
245
UTF8Strndup()
 
246
UTF8Strpos()
 
247
UTF8Strsize()
 
248
UTF8Strsub()
 
249
checkUTF8()
 
250
 
 
251
# functions from module xmlunicode
 
252
uCSIsAegeanNumbers()
 
253
uCSIsAlphabeticPresentationForms()
 
254
uCSIsArabic()
 
255
uCSIsArabicPresentationFormsA()
 
256
uCSIsArabicPresentationFormsB()
 
257
uCSIsArmenian()
 
258
uCSIsArrows()
 
259
uCSIsBasicLatin()
 
260
uCSIsBengali()
 
261
uCSIsBlock()
 
262
uCSIsBlockElements()
 
263
uCSIsBopomofo()
 
264
uCSIsBopomofoExtended()
 
265
uCSIsBoxDrawing()
 
266
uCSIsBraillePatterns()
 
267
uCSIsBuhid()
 
268
uCSIsByzantineMusicalSymbols()
 
269
uCSIsCJKCompatibility()
 
270
uCSIsCJKCompatibilityForms()
 
271
uCSIsCJKCompatibilityIdeographs()
 
272
uCSIsCJKCompatibilityIdeographsSupplement()
 
273
uCSIsCJKRadicalsSupplement()
 
274
uCSIsCJKSymbolsandPunctuation()
 
275
uCSIsCJKUnifiedIdeographs()
 
276
uCSIsCJKUnifiedIdeographsExtensionA()
 
277
uCSIsCJKUnifiedIdeographsExtensionB()
 
278
uCSIsCat()
 
279
uCSIsCatC()
 
280
uCSIsCatCc()
 
281
uCSIsCatCf()
 
282
uCSIsCatCo()
 
283
uCSIsCatCs()
 
284
uCSIsCatL()
 
285
uCSIsCatLl()
 
286
uCSIsCatLm()
 
287
uCSIsCatLo()
 
288
uCSIsCatLt()
 
289
uCSIsCatLu()
 
290
uCSIsCatM()
 
291
uCSIsCatMc()
 
292
uCSIsCatMe()
 
293
uCSIsCatMn()
 
294
uCSIsCatN()
 
295
uCSIsCatNd()
 
296
uCSIsCatNl()
 
297
uCSIsCatNo()
 
298
uCSIsCatP()
 
299
uCSIsCatPc()
 
300
uCSIsCatPd()
 
301
uCSIsCatPe()
 
302
uCSIsCatPf()
 
303
uCSIsCatPi()
 
304
uCSIsCatPo()
 
305
uCSIsCatPs()
 
306
uCSIsCatS()
 
307
uCSIsCatSc()
 
308
uCSIsCatSk()
 
309
uCSIsCatSm()
 
310
uCSIsCatSo()
 
311
uCSIsCatZ()
 
312
uCSIsCatZl()
 
313
uCSIsCatZp()
 
314
uCSIsCatZs()
 
315
uCSIsCherokee()
 
316
uCSIsCombiningDiacriticalMarks()
 
317
uCSIsCombiningDiacriticalMarksforSymbols()
 
318
uCSIsCombiningHalfMarks()
 
319
uCSIsCombiningMarksforSymbols()
 
320
uCSIsControlPictures()
 
321
uCSIsCurrencySymbols()
 
322
uCSIsCypriotSyllabary()
 
323
uCSIsCyrillic()
 
324
uCSIsCyrillicSupplement()
 
325
uCSIsDeseret()
 
326
uCSIsDevanagari()
 
327
uCSIsDingbats()
 
328
uCSIsEnclosedAlphanumerics()
 
329
uCSIsEnclosedCJKLettersandMonths()
 
330
uCSIsEthiopic()
 
331
uCSIsGeneralPunctuation()
 
332
uCSIsGeometricShapes()
 
333
uCSIsGeorgian()
 
334
uCSIsGothic()
 
335
uCSIsGreek()
 
336
uCSIsGreekExtended()
 
337
uCSIsGreekandCoptic()
 
338
uCSIsGujarati()
 
339
uCSIsGurmukhi()
 
340
uCSIsHalfwidthandFullwidthForms()
 
341
uCSIsHangulCompatibilityJamo()
 
342
uCSIsHangulJamo()
 
343
uCSIsHangulSyllables()
 
344
uCSIsHanunoo()
 
345
uCSIsHebrew()
 
346
uCSIsHighPrivateUseSurrogates()
 
347
uCSIsHighSurrogates()
 
348
uCSIsHiragana()
 
349
uCSIsIPAExtensions()
 
350
uCSIsIdeographicDescriptionCharacters()
 
351
uCSIsKanbun()
 
352
uCSIsKangxiRadicals()
 
353
uCSIsKannada()
 
354
uCSIsKatakana()
 
355
uCSIsKatakanaPhoneticExtensions()
 
356
uCSIsKhmer()
 
357
uCSIsKhmerSymbols()
 
358
uCSIsLao()
 
359
uCSIsLatin1Supplement()
 
360
uCSIsLatinExtendedA()
 
361
uCSIsLatinExtendedAdditional()
 
362
uCSIsLatinExtendedB()
 
363
uCSIsLetterlikeSymbols()
 
364
uCSIsLimbu()
 
365
uCSIsLinearBIdeograms()
 
366
uCSIsLinearBSyllabary()
 
367
uCSIsLowSurrogates()
 
368
uCSIsMalayalam()
 
369
uCSIsMathematicalAlphanumericSymbols()
 
370
uCSIsMathematicalOperators()
 
371
uCSIsMiscellaneousMathematicalSymbolsA()
 
372
uCSIsMiscellaneousMathematicalSymbolsB()
 
373
uCSIsMiscellaneousSymbols()
 
374
uCSIsMiscellaneousSymbolsandArrows()
 
375
uCSIsMiscellaneousTechnical()
 
376
uCSIsMongolian()
 
377
uCSIsMusicalSymbols()
 
378
uCSIsMyanmar()
 
379
uCSIsNumberForms()
 
380
uCSIsOgham()
 
381
uCSIsOldItalic()
 
382
uCSIsOpticalCharacterRecognition()
 
383
uCSIsOriya()
 
384
uCSIsOsmanya()
 
385
uCSIsPhoneticExtensions()
 
386
uCSIsPrivateUse()
 
387
uCSIsPrivateUseArea()
 
388
uCSIsRunic()
 
389
uCSIsShavian()
 
390
uCSIsSinhala()
 
391
uCSIsSmallFormVariants()
 
392
uCSIsSpacingModifierLetters()
 
393
uCSIsSpecials()
 
394
uCSIsSuperscriptsandSubscripts()
 
395
uCSIsSupplementalArrowsA()
 
396
uCSIsSupplementalArrowsB()
 
397
uCSIsSupplementalMathematicalOperators()
 
398
uCSIsSupplementaryPrivateUseAreaA()
 
399
uCSIsSupplementaryPrivateUseAreaB()
 
400
uCSIsSyriac()
 
401
uCSIsTagalog()
 
402
uCSIsTagbanwa()
 
403
uCSIsTags()
 
404
uCSIsTaiLe()
 
405
uCSIsTaiXuanJingSymbols()
 
406
uCSIsTamil()
 
407
uCSIsTelugu()
 
408
uCSIsThaana()
 
409
uCSIsThai()
 
410
uCSIsTibetan()
 
411
uCSIsUgaritic()
 
412
uCSIsUnifiedCanadianAboriginalSyllabics()
 
413
uCSIsVariationSelectors()
 
414
uCSIsVariationSelectorsSupplement()
 
415
uCSIsYiRadicals()
 
416
uCSIsYiSyllables()
 
417
uCSIsYijingHexagramSymbols()
 
418
 
 
419
# functions from module xmlversion
 
420
checkVersion()
 
421
 
 
422
# functions from module xpathInternals
 
423
valuePop()
 
424
 
 
425
 
 
426
#
 
427
# Set of classes of the module
 
428
#
 
429
 
 
430
 
 
431
 
 
432
Class xmlNode(xmlCore)
 
433
    # accessors
 
434
    ns()
 
435
    nsDefs()
 
436
 
 
437
    # functions from module debugXML
 
438
    debugDumpNode()
 
439
    debugDumpNodeList()
 
440
    debugDumpOneNode()
 
441
    lsCountNode()
 
442
    lsOneNode()
 
443
    shellPrintNode()
 
444
 
 
445
    # functions from module tree
 
446
    addChild()
 
447
    addChildList()
 
448
    addContent()
 
449
    addContentLen()
 
450
    addNextSibling()
 
451
    addPrevSibling()
 
452
    addSibling()
 
453
    copyNode()
 
454
    copyNodeList()
 
455
    copyProp()
 
456
    copyPropList()
 
457
    docCopyNode()
 
458
    docCopyNodeList()
 
459
    docSetRootElement()
 
460
    freeNode()
 
461
    freeNodeList()
 
462
    getBase()
 
463
    getContent()
 
464
    getLang()
 
465
    getSpacePreserve()
 
466
    hasNsProp()
 
467
    hasProp()
 
468
    isBlankNode()
 
469
    isText()
 
470
    lastChild()
 
471
    lineNo()
 
472
    listGetRawString()
 
473
    listGetString()
 
474
    newChild()
 
475
    newNs()
 
476
    newNsProp()
 
477
    newNsPropEatName()
 
478
    newProp()
 
479
    newTextChild()
 
480
    noNsProp()
 
481
    nodePath()
 
482
    nsProp()
 
483
    prop()
 
484
    reconciliateNs()
 
485
    replaceNode()
 
486
    searchNs()
 
487
    searchNsByHref()
 
488
    setBase()
 
489
    setContent()
 
490
    setContentLen()
 
491
    setLang()
 
492
    setListDoc()
 
493
    setName()
 
494
    setNs()
 
495
    setNsProp()
 
496
    setProp()
 
497
    setSpacePreserve()
 
498
    setTreeDoc()
 
499
    textConcat()
 
500
    textMerge()
 
501
    unlinkNode()
 
502
    unsetNsProp()
 
503
    unsetProp()
 
504
 
 
505
    # functions from module valid
 
506
    isID()
 
507
    isRef()
 
508
    validNormalizeAttributeValue()
 
509
 
 
510
    # functions from module xinclude
 
511
    xincludeProcessTree()
 
512
    xincludeProcessTreeFlags()
 
513
 
 
514
    # functions from module xmlschemas
 
515
    schemaValidateOneElement()
 
516
 
 
517
    # functions from module xpath
 
518
    xpathCastNodeToNumber()
 
519
    xpathCastNodeToString()
 
520
    xpathCmpNodes()
 
521
 
 
522
    # functions from module xpathInternals
 
523
    xpathNewNodeSet()
 
524
    xpathNewValueTree()
 
525
    xpathNextAncestor()
 
526
    xpathNextAncestorOrSelf()
 
527
    xpathNextAttribute()
 
528
    xpathNextChild()
 
529
    xpathNextDescendant()
 
530
    xpathNextDescendantOrSelf()
 
531
    xpathNextFollowing()
 
532
    xpathNextFollowingSibling()
 
533
    xpathNextNamespace()
 
534
    xpathNextParent()
 
535
    xpathNextPreceding()
 
536
    xpathNextPrecedingSibling()
 
537
    xpathNextSelf()
 
538
 
 
539
    # functions from module xpointer
 
540
    xpointerNewCollapsedRange()
 
541
    xpointerNewContext()
 
542
    xpointerNewLocationSetNodes()
 
543
    xpointerNewRange()
 
544
    xpointerNewRangeNodes()
 
545
 
 
546
 
 
547
Class xmlDoc(xmlNode)
 
548
 
 
549
    # functions from module HTMLparser
 
550
    htmlAutoCloseTag()
 
551
    htmlIsAutoClosed()
 
552
 
 
553
    # functions from module HTMLtree
 
554
    htmlDocContentDumpFormatOutput()
 
555
    htmlDocContentDumpOutput()
 
556
    htmlDocDump()
 
557
    htmlGetMetaEncoding()
 
558
    htmlNodeDumpFile()
 
559
    htmlNodeDumpFileFormat()
 
560
    htmlNodeDumpFormatOutput()
 
561
    htmlNodeDumpOutput()
 
562
    htmlSaveFile()
 
563
    htmlSaveFileEnc()
 
564
    htmlSaveFileFormat()
 
565
    htmlSetMetaEncoding()
 
566
 
 
567
    # functions from module debugXML
 
568
    debugCheckDocument()
 
569
    debugDumpDocument()
 
570
    debugDumpDocumentHead()
 
571
    debugDumpEntities()
 
572
 
 
573
    # functions from module entities
 
574
    addDocEntity()
 
575
    addDtdEntity()
 
576
    docEntity()
 
577
    dtdEntity()
 
578
    encodeEntities()
 
579
    encodeEntitiesReentrant()
 
580
    encodeSpecialChars()
 
581
    parameterEntity()
 
582
 
 
583
    # functions from module relaxng
 
584
    relaxNGNewDocParserCtxt()
 
585
    relaxNGValidateDoc()
 
586
    relaxNGValidateFullElement()
 
587
    relaxNGValidatePopElement()
 
588
    relaxNGValidatePushElement()
 
589
 
 
590
    # functions from module tree
 
591
    copyDoc()
 
592
    copyNode()
 
593
    copyNodeList()
 
594
    createIntSubset()
 
595
    docCompressMode()
 
596
    dump()
 
597
    elemDump()
 
598
    formatDump()
 
599
    freeDoc()
 
600
    getRootElement()
 
601
    intSubset()
 
602
    newCDataBlock()
 
603
    newCharRef()
 
604
    newDocComment()
 
605
    newDocFragment()
 
606
    newDocNode()
 
607
    newDocNodeEatName()
 
608
    newDocPI()
 
609
    newDocProp()
 
610
    newDocRawNode()
 
611
    newDocText()
 
612
    newDocTextLen()
 
613
    newDtd()
 
614
    newGlobalNs()
 
615
    newReference()
 
616
    nodeDumpOutput()
 
617
    nodeGetBase()
 
618
    nodeListGetRawString()
 
619
    nodeListGetString()
 
620
    reconciliateNs()
 
621
    saveFile()
 
622
    saveFileEnc()
 
623
    saveFileTo()
 
624
    saveFormatFile()
 
625
    saveFormatFileEnc()
 
626
    saveFormatFileTo()
 
627
    searchNs()
 
628
    searchNsByHref()
 
629
    setDocCompressMode()
 
630
    setListDoc()
 
631
    setRootElement()
 
632
    setTreeDoc()
 
633
    stringGetNodeList()
 
634
    stringLenGetNodeList()
 
635
 
 
636
    # functions from module valid
 
637
    ID()
 
638
    isID()
 
639
    isMixedElement()
 
640
    isRef()
 
641
    removeID()
 
642
    removeRef()
 
643
    validCtxtNormalizeAttributeValue()
 
644
    validNormalizeAttributeValue()
 
645
    validateDocument()
 
646
    validateDocumentFinal()
 
647
    validateDtd()
 
648
    validateDtdFinal()
 
649
    validateElement()
 
650
    validateNotationUse()
 
651
    validateOneAttribute()
 
652
    validateOneElement()
 
653
    validateOneNamespace()
 
654
    validatePopElement()
 
655
    validatePushElement()
 
656
    validateRoot()
 
657
 
 
658
    # functions from module xinclude
 
659
    xincludeProcess()
 
660
    xincludeProcessFlags()
 
661
 
 
662
    # functions from module xmlreader
 
663
    NewWalker()
 
664
    readerWalker()
 
665
 
 
666
    # functions from module xmlschemas
 
667
    schemaNewDocParserCtxt()
 
668
    schemaValidateDoc()
 
669
 
 
670
    # functions from module xpath
 
671
    xpathNewContext()
 
672
    xpathOrderDocElems()
 
673
 
 
674
    # functions from module xpointer
 
675
    xpointerNewContext()
 
676
 
 
677
 
 
678
Class xmlAttr(xmlNode)
 
679
 
 
680
    # functions from module debugXML
 
681
    debugDumpAttr()
 
682
    debugDumpAttrList()
 
683
 
 
684
    # functions from module tree
 
685
    copyProp()
 
686
    copyPropList()
 
687
    freeProp()
 
688
    freePropList()
 
689
    removeProp()
 
690
 
 
691
    # functions from module valid
 
692
    removeID()
 
693
    removeRef()
 
694
Class xmlReg()
 
695
 
 
696
    # functions from module xmlregexp
 
697
    regexpExec()
 
698
    regexpIsDeterminist()
 
699
    regexpPrint()
 
700
 
 
701
 
 
702
Class relaxNgValidCtxt(relaxNgValidCtxtCore)
 
703
 
 
704
    # functions from module relaxng
 
705
    relaxNGValidateDoc()
 
706
    relaxNGValidateFullElement()
 
707
    relaxNGValidatePopElement()
 
708
    relaxNGValidatePushCData()
 
709
    relaxNGValidatePushElement()
 
710
 
 
711
 
 
712
Class parserCtxt(parserCtxtCore)
 
713
    # accessors
 
714
    doc()
 
715
    isValid()
 
716
    lineNumbers()
 
717
    loadSubset()
 
718
    pedantic()
 
719
    replaceEntities()
 
720
    validate()
 
721
    wellFormed()
 
722
 
 
723
    # functions from module HTMLparser
 
724
    htmlCtxtReadDoc()
 
725
    htmlCtxtReadFd()
 
726
    htmlCtxtReadFile()
 
727
    htmlCtxtReadMemory()
 
728
    htmlCtxtReset()
 
729
    htmlCtxtUseOptions()
 
730
    htmlFreeParserCtxt()
 
731
    htmlParseCharRef()
 
732
    htmlParseChunk()
 
733
    htmlParseDocument()
 
734
    htmlParseElement()
 
735
 
 
736
    # functions from module parser
 
737
    byteConsumed()
 
738
    clearParserCtxt()
 
739
    ctxtReadDoc()
 
740
    ctxtReadFd()
 
741
    ctxtReadFile()
 
742
    ctxtReadMemory()
 
743
    ctxtReset()
 
744
    ctxtResetPush()
 
745
    ctxtUseOptions()
 
746
    initParserCtxt()
 
747
    parseChunk()
 
748
    parseDocument()
 
749
    parseExtParsedEnt()
 
750
    setupParserForBuffer()
 
751
    stopParser()
 
752
 
 
753
    # functions from module parserInternals
 
754
    decodeEntities()
 
755
    handleEntity()
 
756
    namespaceParseNCName()
 
757
    namespaceParseNSDef()
 
758
    nextChar()
 
759
    parseAttValue()
 
760
    parseAttributeListDecl()
 
761
    parseCDSect()
 
762
    parseCharData()
 
763
    parseCharRef()
 
764
    parseComment()
 
765
    parseContent()
 
766
    parseDocTypeDecl()
 
767
    parseElement()
 
768
    parseElementDecl()
 
769
    parseEncName()
 
770
    parseEncodingDecl()
 
771
    parseEndTag()
 
772
    parseEntityDecl()
 
773
    parseEntityRef()
 
774
    parseExternalSubset()
 
775
    parseMarkupDecl()
 
776
    parseMisc()
 
777
    parseName()
 
778
    parseNamespace()
 
779
    parseNmtoken()
 
780
    parseNotationDecl()
 
781
    parsePEReference()
 
782
    parsePI()
 
783
    parsePITarget()
 
784
    parsePubidLiteral()
 
785
    parseQuotedString()
 
786
    parseReference()
 
787
    parseSDDecl()
 
788
    parseStartTag()
 
789
    parseSystemLiteral()
 
790
    parseTextDecl()
 
791
    parseVersionInfo()
 
792
    parseVersionNum()
 
793
    parseXMLDecl()
 
794
    parserHandlePEReference()
 
795
    parserHandleReference()
 
796
    popInput()
 
797
    scanName()
 
798
    skipBlankChars()
 
799
    stringDecodeEntities()
 
800
    stringLenDecodeEntities()
 
801
 
 
802
 
 
803
Class xmlDtd(xmlNode)
 
804
 
 
805
    # functions from module debugXML
 
806
    debugDumpDTD()
 
807
 
 
808
    # functions from module tree
 
809
    copyDtd()
 
810
    freeDtd()
 
811
 
 
812
    # functions from module valid
 
813
    dtdAttrDesc()
 
814
    dtdElementDesc()
 
815
    dtdQAttrDesc()
 
816
    dtdQElementDesc()
 
817
Class relaxNgParserCtxt()
 
818
 
 
819
    # functions from module relaxng
 
820
    relaxNGParse()
 
821
    relaxParserSetFlag()
 
822
Class xpathParserContext()
 
823
    # accessors
 
824
    context()
 
825
 
 
826
    # functions from module xpathInternals
 
827
    xpathAddValues()
 
828
    xpathBooleanFunction()
 
829
    xpathCeilingFunction()
 
830
    xpathCompareValues()
 
831
    xpathConcatFunction()
 
832
    xpathContainsFunction()
 
833
    xpathCountFunction()
 
834
    xpathDivValues()
 
835
    xpathEqualValues()
 
836
    xpathErr()
 
837
    xpathEvalExpr()
 
838
    xpathFalseFunction()
 
839
    xpathFloorFunction()
 
840
    xpathFreeParserContext()
 
841
    xpathIdFunction()
 
842
    xpathLangFunction()
 
843
    xpathLastFunction()
 
844
    xpathLocalNameFunction()
 
845
    xpathModValues()
 
846
    xpathMultValues()
 
847
    xpathNamespaceURIFunction()
 
848
    xpathNextAncestor()
 
849
    xpathNextAncestorOrSelf()
 
850
    xpathNextAttribute()
 
851
    xpathNextChild()
 
852
    xpathNextDescendant()
 
853
    xpathNextDescendantOrSelf()
 
854
    xpathNextFollowing()
 
855
    xpathNextFollowingSibling()
 
856
    xpathNextNamespace()
 
857
    xpathNextParent()
 
858
    xpathNextPreceding()
 
859
    xpathNextPrecedingSibling()
 
860
    xpathNextSelf()
 
861
    xpathNormalizeFunction()
 
862
    xpathNotEqualValues()
 
863
    xpathNotFunction()
 
864
    xpathNumberFunction()
 
865
    xpathParseNCName()
 
866
    xpathParseName()
 
867
    xpathPopBoolean()
 
868
    xpathPopNumber()
 
869
    xpathPopString()
 
870
    xpathPositionFunction()
 
871
    xpathRoot()
 
872
    xpathRoundFunction()
 
873
    xpathStartsWithFunction()
 
874
    xpathStringFunction()
 
875
    xpathStringLengthFunction()
 
876
    xpathSubValues()
 
877
    xpathSubstringAfterFunction()
 
878
    xpathSubstringBeforeFunction()
 
879
    xpathSubstringFunction()
 
880
    xpathSumFunction()
 
881
    xpathTranslateFunction()
 
882
    xpathTrueFunction()
 
883
    xpathValueFlipSign()
 
884
    xpatherror()
 
885
 
 
886
    # functions from module xpointer
 
887
    xpointerEvalRangePredicate()
 
888
    xpointerRangeToFunction()
 
889
Class SchemaParserCtxt()
 
890
 
 
891
    # functions from module xmlschemas
 
892
    schemaParse()
 
893
 
 
894
 
 
895
Class ValidCtxt(ValidCtxtCore)
 
896
 
 
897
    # functions from module valid
 
898
    validCtxtNormalizeAttributeValue()
 
899
    validateDocument()
 
900
    validateDocumentFinal()
 
901
    validateDtd()
 
902
    validateDtdFinal()
 
903
    validateElement()
 
904
    validateNotationUse()
 
905
    validateOneAttribute()
 
906
    validateOneElement()
 
907
    validateOneNamespace()
 
908
    validatePopElement()
 
909
    validatePushCData()
 
910
    validatePushElement()
 
911
    validateRoot()
 
912
 
 
913
 
 
914
Class xmlNs(xmlNode)
 
915
 
 
916
    # functions from module tree
 
917
    copyNamespace()
 
918
    copyNamespaceList()
 
919
    freeNs()
 
920
    freeNsList()
 
921
    newChild()
 
922
    newDocNode()
 
923
    newDocNodeEatName()
 
924
    newDocRawNode()
 
925
    newNodeEatName()
 
926
    newNsProp()
 
927
    newNsPropEatName()
 
928
    newTextChild()
 
929
    setNs()
 
930
    setNsProp()
 
931
    unsetNsProp()
 
932
 
 
933
    # functions from module xpathInternals
 
934
    xpathNodeSetFreeNs()
 
935
Class xmlTextReaderLocator()
 
936
 
 
937
    # functions from module xmlreader
 
938
    BaseURI()
 
939
    LineNumber()
 
940
Class URI()
 
941
    # accessors
 
942
    authority()
 
943
    fragment()
 
944
    opaque()
 
945
    path()
 
946
    port()
 
947
    query()
 
948
    queryRaw()
 
949
    scheme()
 
950
    server()
 
951
    setAuthority()
 
952
    setFragment()
 
953
    setOpaque()
 
954
    setPath()
 
955
    setPort()
 
956
    setQuery()
 
957
    setQueryRaw()
 
958
    setScheme()
 
959
    setServer()
 
960
    setUser()
 
961
    user()
 
962
 
 
963
    # functions from module uri
 
964
    parseURIReference()
 
965
    printURI()
 
966
    saveUri()
 
967
 
 
968
 
 
969
Class xmlAttribute(xmlNode)
 
970
Class catalog()
 
971
 
 
972
    # functions from module catalog
 
973
    add()
 
974
    catalogIsEmpty()
 
975
    convertSGMLCatalog()
 
976
    dump()
 
977
    remove()
 
978
    resolve()
 
979
    resolvePublic()
 
980
    resolveSystem()
 
981
    resolveURI()
 
982
Class xpathContext()
 
983
    # accessors
 
984
    contextDoc()
 
985
    contextNode()
 
986
    contextPosition()
 
987
    contextSize()
 
988
    function()
 
989
    functionURI()
 
990
    setContextDoc()
 
991
    setContextNode()
 
992
 
 
993
    # functions from module python
 
994
    registerXPathFunction()
 
995
 
 
996
    # functions from module xpath
 
997
    xpathContextSetCache()
 
998
    xpathEval()
 
999
    xpathEvalExpression()
 
1000
    xpathFreeContext()
 
1001
 
 
1002
    # functions from module xpathInternals
 
1003
    xpathNewParserContext()
 
1004
    xpathNsLookup()
 
1005
    xpathRegisterAllFunctions()
 
1006
    xpathRegisterNs()
 
1007
    xpathRegisteredFuncsCleanup()
 
1008
    xpathRegisteredNsCleanup()
 
1009
    xpathRegisteredVariablesCleanup()
 
1010
    xpathVariableLookup()
 
1011
    xpathVariableLookupNS()
 
1012
 
 
1013
    # functions from module xpointer
 
1014
    xpointerEval()
 
1015
 
 
1016
 
 
1017
Class xmlElement(xmlNode)
 
1018
 
 
1019
 
 
1020
Class xmlTextReader(xmlTextReaderCore)
 
1021
 
 
1022
    # functions from module xmlreader
 
1023
    AttributeCount()
 
1024
    BaseUri()
 
1025
    ByteConsumed()
 
1026
    Close()
 
1027
    CurrentDoc()
 
1028
    CurrentNode()
 
1029
    Depth()
 
1030
    Encoding()
 
1031
    Expand()
 
1032
    GetAttribute()
 
1033
    GetAttributeNo()
 
1034
    GetAttributeNs()
 
1035
    GetParserColumnNumber()
 
1036
    GetParserLineNumber()
 
1037
    GetParserProp()
 
1038
    GetRemainder()
 
1039
    HasAttributes()
 
1040
    HasValue()
 
1041
    IsDefault()
 
1042
    IsEmptyElement()
 
1043
    IsNamespaceDecl()
 
1044
    IsValid()
 
1045
    LocalName()
 
1046
    LookupNamespace()
 
1047
    MoveToAttribute()
 
1048
    MoveToAttributeNo()
 
1049
    MoveToAttributeNs()
 
1050
    MoveToElement()
 
1051
    MoveToFirstAttribute()
 
1052
    MoveToNextAttribute()
 
1053
    Name()
 
1054
    NamespaceUri()
 
1055
    NewDoc()
 
1056
    NewFd()
 
1057
    NewFile()
 
1058
    NewMemory()
 
1059
    NewWalker()
 
1060
    Next()
 
1061
    NextSibling()
 
1062
    NodeType()
 
1063
    Normalization()
 
1064
    Prefix()
 
1065
    Preserve()
 
1066
    QuoteChar()
 
1067
    Read()
 
1068
    ReadAttributeValue()
 
1069
    ReadInnerXml()
 
1070
    ReadOuterXml()
 
1071
    ReadState()
 
1072
    ReadString()
 
1073
    RelaxNGSetSchema()
 
1074
    RelaxNGValidate()
 
1075
    SchemaValidate()
 
1076
    SchemaValidateCtxt()
 
1077
    SetParserProp()
 
1078
    SetSchema()
 
1079
    Setup()
 
1080
    Standalone()
 
1081
    String()
 
1082
    Value()
 
1083
    XmlLang()
 
1084
    XmlVersion()
 
1085
 
 
1086
 
 
1087
Class xmlEntity(xmlNode)
 
1088
 
 
1089
    # functions from module parserInternals
 
1090
    handleEntity()
 
1091
Class Schema()
 
1092
 
 
1093
    # functions from module xmlreader
 
1094
    SetSchema()
 
1095
 
 
1096
    # functions from module xmlschemas
 
1097
    schemaDump()
 
1098
    schemaNewValidCtxt()
 
1099
Class Error()
 
1100
    # accessors
 
1101
    code()
 
1102
    domain()
 
1103
    file()
 
1104
    level()
 
1105
    line()
 
1106
    message()
 
1107
 
 
1108
    # functions from module xmlerror
 
1109
    copyError()
 
1110
    resetError()
 
1111
Class relaxNgSchema()
 
1112
 
 
1113
    # functions from module relaxng
 
1114
    relaxNGDump()
 
1115
    relaxNGDumpTree()
 
1116
    relaxNGNewValidCtxt()
 
1117
 
 
1118
    # functions from module xmlreader
 
1119
    RelaxNGSetSchema()
 
1120
 
 
1121
 
 
1122
Class inputBuffer(ioReadWrapper)
 
1123
 
 
1124
    # functions from module xmlIO
 
1125
    grow()
 
1126
    push()
 
1127
    read()
 
1128
 
 
1129
    # functions from module xmlreader
 
1130
    Setup()
 
1131
    newTextReader()
 
1132
 
 
1133
 
 
1134
Class SchemaValidCtxt(SchemaValidCtxtCore)
 
1135
 
 
1136
    # functions from module xmlreader
 
1137
    SchemaValidateCtxt()
 
1138
 
 
1139
    # functions from module xmlschemas
 
1140
    schemaIsValid()
 
1141
    schemaSetValidOptions()
 
1142
    schemaValidCtxtGetOptions()
 
1143
    schemaValidateDoc()
 
1144
    schemaValidateFile()
 
1145
    schemaValidateOneElement()
 
1146
 
 
1147
 
 
1148
Class outputBuffer(ioWriteWrapper)
 
1149
 
 
1150
    # functions from module HTMLtree
 
1151
    htmlDocContentDumpFormatOutput()
 
1152
    htmlDocContentDumpOutput()
 
1153
    htmlNodeDumpFormatOutput()
 
1154
    htmlNodeDumpOutput()
 
1155
 
 
1156
    # functions from module tree
 
1157
    nodeDumpOutput()
 
1158
    saveFileTo()
 
1159
    saveFormatFileTo()
 
1160
 
 
1161
    # functions from module xmlIO
 
1162
    write()
 
1163
    writeString()