nokogiri 1.14.5-x64-mingw32 → 1.15.0-x64-mingw32

Sign up to get free protection for your applications and to get access to all the features.

Potentially problematic release.


This version of nokogiri might be problematic. Click here for more details.

Files changed (111) hide show
  1. checksums.yaml +4 -4
  2. data/Gemfile +9 -8
  3. data/dependencies.yml +6 -6
  4. data/ext/nokogiri/extconf.rb +66 -22
  5. data/ext/nokogiri/html4_document.c +1 -2
  6. data/ext/nokogiri/html4_element_description.c +19 -14
  7. data/ext/nokogiri/html4_sax_parser_context.c +10 -16
  8. data/ext/nokogiri/html4_sax_push_parser.c +2 -2
  9. data/ext/nokogiri/include/libexslt/exsltconfig.h +3 -3
  10. data/ext/nokogiri/include/libxml2/libxml/HTMLparser.h +52 -38
  11. data/ext/nokogiri/include/libxml2/libxml/HTMLtree.h +18 -18
  12. data/ext/nokogiri/include/libxml2/libxml/SAX.h +36 -36
  13. data/ext/nokogiri/include/libxml2/libxml/SAX2.h +37 -36
  14. data/ext/nokogiri/include/libxml2/libxml/c14n.h +4 -4
  15. data/ext/nokogiri/include/libxml2/libxml/catalog.h +36 -36
  16. data/ext/nokogiri/include/libxml2/libxml/chvalid.h +9 -9
  17. data/ext/nokogiri/include/libxml2/libxml/debugXML.h +28 -28
  18. data/ext/nokogiri/include/libxml2/libxml/dict.h +13 -13
  19. data/ext/nokogiri/include/libxml2/libxml/encoding.h +20 -19
  20. data/ext/nokogiri/include/libxml2/libxml/entities.h +19 -21
  21. data/ext/nokogiri/include/libxml2/libxml/globals.h +89 -59
  22. data/ext/nokogiri/include/libxml2/libxml/hash.h +25 -25
  23. data/ext/nokogiri/include/libxml2/libxml/list.h +26 -26
  24. data/ext/nokogiri/include/libxml2/libxml/nanoftp.h +22 -22
  25. data/ext/nokogiri/include/libxml2/libxml/nanohttp.h +17 -17
  26. data/ext/nokogiri/include/libxml2/libxml/parser.h +100 -79
  27. data/ext/nokogiri/include/libxml2/libxml/parserInternals.h +149 -143
  28. data/ext/nokogiri/include/libxml2/libxml/pattern.h +15 -15
  29. data/ext/nokogiri/include/libxml2/libxml/relaxng.h +26 -26
  30. data/ext/nokogiri/include/libxml2/libxml/schemasInternals.h +2 -2
  31. data/ext/nokogiri/include/libxml2/libxml/schematron.h +18 -18
  32. data/ext/nokogiri/include/libxml2/libxml/threads.h +23 -20
  33. data/ext/nokogiri/include/libxml2/libxml/tree.h +166 -164
  34. data/ext/nokogiri/include/libxml2/libxml/uri.h +15 -15
  35. data/ext/nokogiri/include/libxml2/libxml/valid.h +72 -87
  36. data/ext/nokogiri/include/libxml2/libxml/xinclude.h +10 -10
  37. data/ext/nokogiri/include/libxml2/libxml/xlink.h +5 -5
  38. data/ext/nokogiri/include/libxml2/libxml/xmlIO.h +60 -59
  39. data/ext/nokogiri/include/libxml2/libxml/xmlautomata.h +21 -21
  40. data/ext/nokogiri/include/libxml2/libxml/xmlerror.h +18 -46
  41. data/ext/nokogiri/include/libxml2/libxml/xmlexports.h +14 -41
  42. data/ext/nokogiri/include/libxml2/libxml/xmlmemory.h +26 -24
  43. data/ext/nokogiri/include/libxml2/libxml/xmlmodule.h +4 -4
  44. data/ext/nokogiri/include/libxml2/libxml/xmlreader.h +87 -87
  45. data/ext/nokogiri/include/libxml2/libxml/xmlregexp.h +30 -30
  46. data/ext/nokogiri/include/libxml2/libxml/xmlsave.h +10 -10
  47. data/ext/nokogiri/include/libxml2/libxml/xmlschemas.h +30 -30
  48. data/ext/nokogiri/include/libxml2/libxml/xmlschemastypes.h +34 -34
  49. data/ext/nokogiri/include/libxml2/libxml/xmlstring.h +30 -30
  50. data/ext/nokogiri/include/libxml2/libxml/xmlunicode.h +166 -166
  51. data/ext/nokogiri/include/libxml2/libxml/xmlversion.h +50 -27
  52. data/ext/nokogiri/include/libxml2/libxml/xmlwriter.h +80 -80
  53. data/ext/nokogiri/include/libxml2/libxml/xpath.h +41 -41
  54. data/ext/nokogiri/include/libxml2/libxml/xpathInternals.h +117 -117
  55. data/ext/nokogiri/include/libxml2/libxml/xpointer.h +21 -21
  56. data/ext/nokogiri/include/libxslt/attributes.h +1 -0
  57. data/ext/nokogiri/include/libxslt/variables.h +3 -3
  58. data/ext/nokogiri/include/libxslt/xsltInternals.h +14 -4
  59. data/ext/nokogiri/include/libxslt/xsltconfig.h +4 -4
  60. data/ext/nokogiri/include/libxslt/xsltlocale.h +14 -54
  61. data/ext/nokogiri/include/libxslt/xsltutils.h +35 -2
  62. data/ext/nokogiri/nokogiri.c +46 -24
  63. data/ext/nokogiri/nokogiri.h +13 -2
  64. data/ext/nokogiri/xml_attr.c +1 -1
  65. data/ext/nokogiri/xml_cdata.c +10 -2
  66. data/ext/nokogiri/xml_comment.c +1 -1
  67. data/ext/nokogiri/xml_document.c +102 -22
  68. data/ext/nokogiri/xml_document_fragment.c +1 -1
  69. data/ext/nokogiri/xml_dtd.c +1 -1
  70. data/ext/nokogiri/xml_element_content.c +32 -29
  71. data/ext/nokogiri/xml_element_decl.c +5 -5
  72. data/ext/nokogiri/xml_encoding_handler.c +12 -4
  73. data/ext/nokogiri/xml_entity_reference.c +1 -1
  74. data/ext/nokogiri/xml_namespace.c +11 -12
  75. data/ext/nokogiri/xml_node.c +7 -7
  76. data/ext/nokogiri/xml_node_set.c +125 -105
  77. data/ext/nokogiri/xml_processing_instruction.c +1 -1
  78. data/ext/nokogiri/xml_reader.c +37 -28
  79. data/ext/nokogiri/xml_relax_ng.c +65 -78
  80. data/ext/nokogiri/xml_sax_parser.c +24 -5
  81. data/ext/nokogiri/xml_sax_parser_context.c +46 -25
  82. data/ext/nokogiri/xml_sax_push_parser.c +29 -8
  83. data/ext/nokogiri/xml_schema.c +90 -116
  84. data/ext/nokogiri/xml_text.c +10 -2
  85. data/ext/nokogiri/xml_xpath_context.c +156 -83
  86. data/ext/nokogiri/xslt_stylesheet.c +103 -50
  87. data/lib/nokogiri/2.7/nokogiri.so +0 -0
  88. data/lib/nokogiri/3.0/nokogiri.so +0 -0
  89. data/lib/nokogiri/css/xpath_visitor.rb +2 -2
  90. data/lib/nokogiri/extension.rb +1 -1
  91. data/lib/nokogiri/html4/document_fragment.rb +1 -1
  92. data/lib/nokogiri/html4/element_description_defaults.rb +1821 -353
  93. data/lib/nokogiri/html5/document_fragment.rb +1 -1
  94. data/lib/nokogiri/html5/node.rb +5 -0
  95. data/lib/nokogiri/html5.rb +5 -2
  96. data/lib/nokogiri/jruby/nokogiri_jars.rb +3 -3
  97. data/lib/nokogiri/version/constant.rb +1 -1
  98. data/lib/nokogiri/xml/attribute_decl.rb +4 -2
  99. data/lib/nokogiri/xml/document_fragment.rb +1 -1
  100. data/lib/nokogiri/xml/element_content.rb +10 -2
  101. data/lib/nokogiri/xml/element_decl.rb +4 -2
  102. data/lib/nokogiri/xml/entity_decl.rb +4 -2
  103. data/lib/nokogiri/xml/node/save_options.rb +8 -0
  104. data/lib/nokogiri/xml/node.rb +22 -13
  105. data/lib/nokogiri/xml/pp/node.rb +23 -12
  106. data/lib/nokogiri/xml/sax/document.rb +1 -1
  107. data/lib/nokogiri/xml/searchable.rb +18 -10
  108. data/lib/nokogiri/xslt.rb +73 -3
  109. data/lib/nokogiri.rb +12 -4
  110. data/lib/xsd/xmlparser/nokogiri.rb +1 -1
  111. metadata +2 -2
@@ -23,175 +23,175 @@
23
23
  extern "C" {
24
24
  #endif
25
25
 
26
- XMLPUBFUN int XMLCALL xmlUCSIsAegeanNumbers (int code);
27
- XMLPUBFUN int XMLCALL xmlUCSIsAlphabeticPresentationForms (int code);
28
- XMLPUBFUN int XMLCALL xmlUCSIsArabic (int code);
29
- XMLPUBFUN int XMLCALL xmlUCSIsArabicPresentationFormsA (int code);
30
- XMLPUBFUN int XMLCALL xmlUCSIsArabicPresentationFormsB (int code);
31
- XMLPUBFUN int XMLCALL xmlUCSIsArmenian (int code);
32
- XMLPUBFUN int XMLCALL xmlUCSIsArrows (int code);
33
- XMLPUBFUN int XMLCALL xmlUCSIsBasicLatin (int code);
34
- XMLPUBFUN int XMLCALL xmlUCSIsBengali (int code);
35
- XMLPUBFUN int XMLCALL xmlUCSIsBlockElements (int code);
36
- XMLPUBFUN int XMLCALL xmlUCSIsBopomofo (int code);
37
- XMLPUBFUN int XMLCALL xmlUCSIsBopomofoExtended (int code);
38
- XMLPUBFUN int XMLCALL xmlUCSIsBoxDrawing (int code);
39
- XMLPUBFUN int XMLCALL xmlUCSIsBraillePatterns (int code);
40
- XMLPUBFUN int XMLCALL xmlUCSIsBuhid (int code);
41
- XMLPUBFUN int XMLCALL xmlUCSIsByzantineMusicalSymbols (int code);
42
- XMLPUBFUN int XMLCALL xmlUCSIsCJKCompatibility (int code);
43
- XMLPUBFUN int XMLCALL xmlUCSIsCJKCompatibilityForms (int code);
44
- XMLPUBFUN int XMLCALL xmlUCSIsCJKCompatibilityIdeographs (int code);
45
- XMLPUBFUN int XMLCALL xmlUCSIsCJKCompatibilityIdeographsSupplement (int code);
46
- XMLPUBFUN int XMLCALL xmlUCSIsCJKRadicalsSupplement (int code);
47
- XMLPUBFUN int XMLCALL xmlUCSIsCJKSymbolsandPunctuation (int code);
48
- XMLPUBFUN int XMLCALL xmlUCSIsCJKUnifiedIdeographs (int code);
49
- XMLPUBFUN int XMLCALL xmlUCSIsCJKUnifiedIdeographsExtensionA (int code);
50
- XMLPUBFUN int XMLCALL xmlUCSIsCJKUnifiedIdeographsExtensionB (int code);
51
- XMLPUBFUN int XMLCALL xmlUCSIsCherokee (int code);
52
- XMLPUBFUN int XMLCALL xmlUCSIsCombiningDiacriticalMarks (int code);
53
- XMLPUBFUN int XMLCALL xmlUCSIsCombiningDiacriticalMarksforSymbols (int code);
54
- XMLPUBFUN int XMLCALL xmlUCSIsCombiningHalfMarks (int code);
55
- XMLPUBFUN int XMLCALL xmlUCSIsCombiningMarksforSymbols (int code);
56
- XMLPUBFUN int XMLCALL xmlUCSIsControlPictures (int code);
57
- XMLPUBFUN int XMLCALL xmlUCSIsCurrencySymbols (int code);
58
- XMLPUBFUN int XMLCALL xmlUCSIsCypriotSyllabary (int code);
59
- XMLPUBFUN int XMLCALL xmlUCSIsCyrillic (int code);
60
- XMLPUBFUN int XMLCALL xmlUCSIsCyrillicSupplement (int code);
61
- XMLPUBFUN int XMLCALL xmlUCSIsDeseret (int code);
62
- XMLPUBFUN int XMLCALL xmlUCSIsDevanagari (int code);
63
- XMLPUBFUN int XMLCALL xmlUCSIsDingbats (int code);
64
- XMLPUBFUN int XMLCALL xmlUCSIsEnclosedAlphanumerics (int code);
65
- XMLPUBFUN int XMLCALL xmlUCSIsEnclosedCJKLettersandMonths (int code);
66
- XMLPUBFUN int XMLCALL xmlUCSIsEthiopic (int code);
67
- XMLPUBFUN int XMLCALL xmlUCSIsGeneralPunctuation (int code);
68
- XMLPUBFUN int XMLCALL xmlUCSIsGeometricShapes (int code);
69
- XMLPUBFUN int XMLCALL xmlUCSIsGeorgian (int code);
70
- XMLPUBFUN int XMLCALL xmlUCSIsGothic (int code);
71
- XMLPUBFUN int XMLCALL xmlUCSIsGreek (int code);
72
- XMLPUBFUN int XMLCALL xmlUCSIsGreekExtended (int code);
73
- XMLPUBFUN int XMLCALL xmlUCSIsGreekandCoptic (int code);
74
- XMLPUBFUN int XMLCALL xmlUCSIsGujarati (int code);
75
- XMLPUBFUN int XMLCALL xmlUCSIsGurmukhi (int code);
76
- XMLPUBFUN int XMLCALL xmlUCSIsHalfwidthandFullwidthForms (int code);
77
- XMLPUBFUN int XMLCALL xmlUCSIsHangulCompatibilityJamo (int code);
78
- XMLPUBFUN int XMLCALL xmlUCSIsHangulJamo (int code);
79
- XMLPUBFUN int XMLCALL xmlUCSIsHangulSyllables (int code);
80
- XMLPUBFUN int XMLCALL xmlUCSIsHanunoo (int code);
81
- XMLPUBFUN int XMLCALL xmlUCSIsHebrew (int code);
82
- XMLPUBFUN int XMLCALL xmlUCSIsHighPrivateUseSurrogates (int code);
83
- XMLPUBFUN int XMLCALL xmlUCSIsHighSurrogates (int code);
84
- XMLPUBFUN int XMLCALL xmlUCSIsHiragana (int code);
85
- XMLPUBFUN int XMLCALL xmlUCSIsIPAExtensions (int code);
86
- XMLPUBFUN int XMLCALL xmlUCSIsIdeographicDescriptionCharacters (int code);
87
- XMLPUBFUN int XMLCALL xmlUCSIsKanbun (int code);
88
- XMLPUBFUN int XMLCALL xmlUCSIsKangxiRadicals (int code);
89
- XMLPUBFUN int XMLCALL xmlUCSIsKannada (int code);
90
- XMLPUBFUN int XMLCALL xmlUCSIsKatakana (int code);
91
- XMLPUBFUN int XMLCALL xmlUCSIsKatakanaPhoneticExtensions (int code);
92
- XMLPUBFUN int XMLCALL xmlUCSIsKhmer (int code);
93
- XMLPUBFUN int XMLCALL xmlUCSIsKhmerSymbols (int code);
94
- XMLPUBFUN int XMLCALL xmlUCSIsLao (int code);
95
- XMLPUBFUN int XMLCALL xmlUCSIsLatin1Supplement (int code);
96
- XMLPUBFUN int XMLCALL xmlUCSIsLatinExtendedA (int code);
97
- XMLPUBFUN int XMLCALL xmlUCSIsLatinExtendedB (int code);
98
- XMLPUBFUN int XMLCALL xmlUCSIsLatinExtendedAdditional (int code);
99
- XMLPUBFUN int XMLCALL xmlUCSIsLetterlikeSymbols (int code);
100
- XMLPUBFUN int XMLCALL xmlUCSIsLimbu (int code);
101
- XMLPUBFUN int XMLCALL xmlUCSIsLinearBIdeograms (int code);
102
- XMLPUBFUN int XMLCALL xmlUCSIsLinearBSyllabary (int code);
103
- XMLPUBFUN int XMLCALL xmlUCSIsLowSurrogates (int code);
104
- XMLPUBFUN int XMLCALL xmlUCSIsMalayalam (int code);
105
- XMLPUBFUN int XMLCALL xmlUCSIsMathematicalAlphanumericSymbols (int code);
106
- XMLPUBFUN int XMLCALL xmlUCSIsMathematicalOperators (int code);
107
- XMLPUBFUN int XMLCALL xmlUCSIsMiscellaneousMathematicalSymbolsA (int code);
108
- XMLPUBFUN int XMLCALL xmlUCSIsMiscellaneousMathematicalSymbolsB (int code);
109
- XMLPUBFUN int XMLCALL xmlUCSIsMiscellaneousSymbols (int code);
110
- XMLPUBFUN int XMLCALL xmlUCSIsMiscellaneousSymbolsandArrows (int code);
111
- XMLPUBFUN int XMLCALL xmlUCSIsMiscellaneousTechnical (int code);
112
- XMLPUBFUN int XMLCALL xmlUCSIsMongolian (int code);
113
- XMLPUBFUN int XMLCALL xmlUCSIsMusicalSymbols (int code);
114
- XMLPUBFUN int XMLCALL xmlUCSIsMyanmar (int code);
115
- XMLPUBFUN int XMLCALL xmlUCSIsNumberForms (int code);
116
- XMLPUBFUN int XMLCALL xmlUCSIsOgham (int code);
117
- XMLPUBFUN int XMLCALL xmlUCSIsOldItalic (int code);
118
- XMLPUBFUN int XMLCALL xmlUCSIsOpticalCharacterRecognition (int code);
119
- XMLPUBFUN int XMLCALL xmlUCSIsOriya (int code);
120
- XMLPUBFUN int XMLCALL xmlUCSIsOsmanya (int code);
121
- XMLPUBFUN int XMLCALL xmlUCSIsPhoneticExtensions (int code);
122
- XMLPUBFUN int XMLCALL xmlUCSIsPrivateUse (int code);
123
- XMLPUBFUN int XMLCALL xmlUCSIsPrivateUseArea (int code);
124
- XMLPUBFUN int XMLCALL xmlUCSIsRunic (int code);
125
- XMLPUBFUN int XMLCALL xmlUCSIsShavian (int code);
126
- XMLPUBFUN int XMLCALL xmlUCSIsSinhala (int code);
127
- XMLPUBFUN int XMLCALL xmlUCSIsSmallFormVariants (int code);
128
- XMLPUBFUN int XMLCALL xmlUCSIsSpacingModifierLetters (int code);
129
- XMLPUBFUN int XMLCALL xmlUCSIsSpecials (int code);
130
- XMLPUBFUN int XMLCALL xmlUCSIsSuperscriptsandSubscripts (int code);
131
- XMLPUBFUN int XMLCALL xmlUCSIsSupplementalArrowsA (int code);
132
- XMLPUBFUN int XMLCALL xmlUCSIsSupplementalArrowsB (int code);
133
- XMLPUBFUN int XMLCALL xmlUCSIsSupplementalMathematicalOperators (int code);
134
- XMLPUBFUN int XMLCALL xmlUCSIsSupplementaryPrivateUseAreaA (int code);
135
- XMLPUBFUN int XMLCALL xmlUCSIsSupplementaryPrivateUseAreaB (int code);
136
- XMLPUBFUN int XMLCALL xmlUCSIsSyriac (int code);
137
- XMLPUBFUN int XMLCALL xmlUCSIsTagalog (int code);
138
- XMLPUBFUN int XMLCALL xmlUCSIsTagbanwa (int code);
139
- XMLPUBFUN int XMLCALL xmlUCSIsTags (int code);
140
- XMLPUBFUN int XMLCALL xmlUCSIsTaiLe (int code);
141
- XMLPUBFUN int XMLCALL xmlUCSIsTaiXuanJingSymbols (int code);
142
- XMLPUBFUN int XMLCALL xmlUCSIsTamil (int code);
143
- XMLPUBFUN int XMLCALL xmlUCSIsTelugu (int code);
144
- XMLPUBFUN int XMLCALL xmlUCSIsThaana (int code);
145
- XMLPUBFUN int XMLCALL xmlUCSIsThai (int code);
146
- XMLPUBFUN int XMLCALL xmlUCSIsTibetan (int code);
147
- XMLPUBFUN int XMLCALL xmlUCSIsUgaritic (int code);
148
- XMLPUBFUN int XMLCALL xmlUCSIsUnifiedCanadianAboriginalSyllabics (int code);
149
- XMLPUBFUN int XMLCALL xmlUCSIsVariationSelectors (int code);
150
- XMLPUBFUN int XMLCALL xmlUCSIsVariationSelectorsSupplement (int code);
151
- XMLPUBFUN int XMLCALL xmlUCSIsYiRadicals (int code);
152
- XMLPUBFUN int XMLCALL xmlUCSIsYiSyllables (int code);
153
- XMLPUBFUN int XMLCALL xmlUCSIsYijingHexagramSymbols (int code);
26
+ XMLPUBFUN int xmlUCSIsAegeanNumbers (int code);
27
+ XMLPUBFUN int xmlUCSIsAlphabeticPresentationForms (int code);
28
+ XMLPUBFUN int xmlUCSIsArabic (int code);
29
+ XMLPUBFUN int xmlUCSIsArabicPresentationFormsA (int code);
30
+ XMLPUBFUN int xmlUCSIsArabicPresentationFormsB (int code);
31
+ XMLPUBFUN int xmlUCSIsArmenian (int code);
32
+ XMLPUBFUN int xmlUCSIsArrows (int code);
33
+ XMLPUBFUN int xmlUCSIsBasicLatin (int code);
34
+ XMLPUBFUN int xmlUCSIsBengali (int code);
35
+ XMLPUBFUN int xmlUCSIsBlockElements (int code);
36
+ XMLPUBFUN int xmlUCSIsBopomofo (int code);
37
+ XMLPUBFUN int xmlUCSIsBopomofoExtended (int code);
38
+ XMLPUBFUN int xmlUCSIsBoxDrawing (int code);
39
+ XMLPUBFUN int xmlUCSIsBraillePatterns (int code);
40
+ XMLPUBFUN int xmlUCSIsBuhid (int code);
41
+ XMLPUBFUN int xmlUCSIsByzantineMusicalSymbols (int code);
42
+ XMLPUBFUN int xmlUCSIsCJKCompatibility (int code);
43
+ XMLPUBFUN int xmlUCSIsCJKCompatibilityForms (int code);
44
+ XMLPUBFUN int xmlUCSIsCJKCompatibilityIdeographs (int code);
45
+ XMLPUBFUN int xmlUCSIsCJKCompatibilityIdeographsSupplement (int code);
46
+ XMLPUBFUN int xmlUCSIsCJKRadicalsSupplement (int code);
47
+ XMLPUBFUN int xmlUCSIsCJKSymbolsandPunctuation (int code);
48
+ XMLPUBFUN int xmlUCSIsCJKUnifiedIdeographs (int code);
49
+ XMLPUBFUN int xmlUCSIsCJKUnifiedIdeographsExtensionA (int code);
50
+ XMLPUBFUN int xmlUCSIsCJKUnifiedIdeographsExtensionB (int code);
51
+ XMLPUBFUN int xmlUCSIsCherokee (int code);
52
+ XMLPUBFUN int xmlUCSIsCombiningDiacriticalMarks (int code);
53
+ XMLPUBFUN int xmlUCSIsCombiningDiacriticalMarksforSymbols (int code);
54
+ XMLPUBFUN int xmlUCSIsCombiningHalfMarks (int code);
55
+ XMLPUBFUN int xmlUCSIsCombiningMarksforSymbols (int code);
56
+ XMLPUBFUN int xmlUCSIsControlPictures (int code);
57
+ XMLPUBFUN int xmlUCSIsCurrencySymbols (int code);
58
+ XMLPUBFUN int xmlUCSIsCypriotSyllabary (int code);
59
+ XMLPUBFUN int xmlUCSIsCyrillic (int code);
60
+ XMLPUBFUN int xmlUCSIsCyrillicSupplement (int code);
61
+ XMLPUBFUN int xmlUCSIsDeseret (int code);
62
+ XMLPUBFUN int xmlUCSIsDevanagari (int code);
63
+ XMLPUBFUN int xmlUCSIsDingbats (int code);
64
+ XMLPUBFUN int xmlUCSIsEnclosedAlphanumerics (int code);
65
+ XMLPUBFUN int xmlUCSIsEnclosedCJKLettersandMonths (int code);
66
+ XMLPUBFUN int xmlUCSIsEthiopic (int code);
67
+ XMLPUBFUN int xmlUCSIsGeneralPunctuation (int code);
68
+ XMLPUBFUN int xmlUCSIsGeometricShapes (int code);
69
+ XMLPUBFUN int xmlUCSIsGeorgian (int code);
70
+ XMLPUBFUN int xmlUCSIsGothic (int code);
71
+ XMLPUBFUN int xmlUCSIsGreek (int code);
72
+ XMLPUBFUN int xmlUCSIsGreekExtended (int code);
73
+ XMLPUBFUN int xmlUCSIsGreekandCoptic (int code);
74
+ XMLPUBFUN int xmlUCSIsGujarati (int code);
75
+ XMLPUBFUN int xmlUCSIsGurmukhi (int code);
76
+ XMLPUBFUN int xmlUCSIsHalfwidthandFullwidthForms (int code);
77
+ XMLPUBFUN int xmlUCSIsHangulCompatibilityJamo (int code);
78
+ XMLPUBFUN int xmlUCSIsHangulJamo (int code);
79
+ XMLPUBFUN int xmlUCSIsHangulSyllables (int code);
80
+ XMLPUBFUN int xmlUCSIsHanunoo (int code);
81
+ XMLPUBFUN int xmlUCSIsHebrew (int code);
82
+ XMLPUBFUN int xmlUCSIsHighPrivateUseSurrogates (int code);
83
+ XMLPUBFUN int xmlUCSIsHighSurrogates (int code);
84
+ XMLPUBFUN int xmlUCSIsHiragana (int code);
85
+ XMLPUBFUN int xmlUCSIsIPAExtensions (int code);
86
+ XMLPUBFUN int xmlUCSIsIdeographicDescriptionCharacters (int code);
87
+ XMLPUBFUN int xmlUCSIsKanbun (int code);
88
+ XMLPUBFUN int xmlUCSIsKangxiRadicals (int code);
89
+ XMLPUBFUN int xmlUCSIsKannada (int code);
90
+ XMLPUBFUN int xmlUCSIsKatakana (int code);
91
+ XMLPUBFUN int xmlUCSIsKatakanaPhoneticExtensions (int code);
92
+ XMLPUBFUN int xmlUCSIsKhmer (int code);
93
+ XMLPUBFUN int xmlUCSIsKhmerSymbols (int code);
94
+ XMLPUBFUN int xmlUCSIsLao (int code);
95
+ XMLPUBFUN int xmlUCSIsLatin1Supplement (int code);
96
+ XMLPUBFUN int xmlUCSIsLatinExtendedA (int code);
97
+ XMLPUBFUN int xmlUCSIsLatinExtendedB (int code);
98
+ XMLPUBFUN int xmlUCSIsLatinExtendedAdditional (int code);
99
+ XMLPUBFUN int xmlUCSIsLetterlikeSymbols (int code);
100
+ XMLPUBFUN int xmlUCSIsLimbu (int code);
101
+ XMLPUBFUN int xmlUCSIsLinearBIdeograms (int code);
102
+ XMLPUBFUN int xmlUCSIsLinearBSyllabary (int code);
103
+ XMLPUBFUN int xmlUCSIsLowSurrogates (int code);
104
+ XMLPUBFUN int xmlUCSIsMalayalam (int code);
105
+ XMLPUBFUN int xmlUCSIsMathematicalAlphanumericSymbols (int code);
106
+ XMLPUBFUN int xmlUCSIsMathematicalOperators (int code);
107
+ XMLPUBFUN int xmlUCSIsMiscellaneousMathematicalSymbolsA (int code);
108
+ XMLPUBFUN int xmlUCSIsMiscellaneousMathematicalSymbolsB (int code);
109
+ XMLPUBFUN int xmlUCSIsMiscellaneousSymbols (int code);
110
+ XMLPUBFUN int xmlUCSIsMiscellaneousSymbolsandArrows (int code);
111
+ XMLPUBFUN int xmlUCSIsMiscellaneousTechnical (int code);
112
+ XMLPUBFUN int xmlUCSIsMongolian (int code);
113
+ XMLPUBFUN int xmlUCSIsMusicalSymbols (int code);
114
+ XMLPUBFUN int xmlUCSIsMyanmar (int code);
115
+ XMLPUBFUN int xmlUCSIsNumberForms (int code);
116
+ XMLPUBFUN int xmlUCSIsOgham (int code);
117
+ XMLPUBFUN int xmlUCSIsOldItalic (int code);
118
+ XMLPUBFUN int xmlUCSIsOpticalCharacterRecognition (int code);
119
+ XMLPUBFUN int xmlUCSIsOriya (int code);
120
+ XMLPUBFUN int xmlUCSIsOsmanya (int code);
121
+ XMLPUBFUN int xmlUCSIsPhoneticExtensions (int code);
122
+ XMLPUBFUN int xmlUCSIsPrivateUse (int code);
123
+ XMLPUBFUN int xmlUCSIsPrivateUseArea (int code);
124
+ XMLPUBFUN int xmlUCSIsRunic (int code);
125
+ XMLPUBFUN int xmlUCSIsShavian (int code);
126
+ XMLPUBFUN int xmlUCSIsSinhala (int code);
127
+ XMLPUBFUN int xmlUCSIsSmallFormVariants (int code);
128
+ XMLPUBFUN int xmlUCSIsSpacingModifierLetters (int code);
129
+ XMLPUBFUN int xmlUCSIsSpecials (int code);
130
+ XMLPUBFUN int xmlUCSIsSuperscriptsandSubscripts (int code);
131
+ XMLPUBFUN int xmlUCSIsSupplementalArrowsA (int code);
132
+ XMLPUBFUN int xmlUCSIsSupplementalArrowsB (int code);
133
+ XMLPUBFUN int xmlUCSIsSupplementalMathematicalOperators (int code);
134
+ XMLPUBFUN int xmlUCSIsSupplementaryPrivateUseAreaA (int code);
135
+ XMLPUBFUN int xmlUCSIsSupplementaryPrivateUseAreaB (int code);
136
+ XMLPUBFUN int xmlUCSIsSyriac (int code);
137
+ XMLPUBFUN int xmlUCSIsTagalog (int code);
138
+ XMLPUBFUN int xmlUCSIsTagbanwa (int code);
139
+ XMLPUBFUN int xmlUCSIsTags (int code);
140
+ XMLPUBFUN int xmlUCSIsTaiLe (int code);
141
+ XMLPUBFUN int xmlUCSIsTaiXuanJingSymbols (int code);
142
+ XMLPUBFUN int xmlUCSIsTamil (int code);
143
+ XMLPUBFUN int xmlUCSIsTelugu (int code);
144
+ XMLPUBFUN int xmlUCSIsThaana (int code);
145
+ XMLPUBFUN int xmlUCSIsThai (int code);
146
+ XMLPUBFUN int xmlUCSIsTibetan (int code);
147
+ XMLPUBFUN int xmlUCSIsUgaritic (int code);
148
+ XMLPUBFUN int xmlUCSIsUnifiedCanadianAboriginalSyllabics (int code);
149
+ XMLPUBFUN int xmlUCSIsVariationSelectors (int code);
150
+ XMLPUBFUN int xmlUCSIsVariationSelectorsSupplement (int code);
151
+ XMLPUBFUN int xmlUCSIsYiRadicals (int code);
152
+ XMLPUBFUN int xmlUCSIsYiSyllables (int code);
153
+ XMLPUBFUN int xmlUCSIsYijingHexagramSymbols (int code);
154
154
 
155
- XMLPUBFUN int XMLCALL xmlUCSIsBlock (int code, const char *block);
155
+ XMLPUBFUN int xmlUCSIsBlock (int code, const char *block);
156
156
 
157
- XMLPUBFUN int XMLCALL xmlUCSIsCatC (int code);
158
- XMLPUBFUN int XMLCALL xmlUCSIsCatCc (int code);
159
- XMLPUBFUN int XMLCALL xmlUCSIsCatCf (int code);
160
- XMLPUBFUN int XMLCALL xmlUCSIsCatCo (int code);
161
- XMLPUBFUN int XMLCALL xmlUCSIsCatCs (int code);
162
- XMLPUBFUN int XMLCALL xmlUCSIsCatL (int code);
163
- XMLPUBFUN int XMLCALL xmlUCSIsCatLl (int code);
164
- XMLPUBFUN int XMLCALL xmlUCSIsCatLm (int code);
165
- XMLPUBFUN int XMLCALL xmlUCSIsCatLo (int code);
166
- XMLPUBFUN int XMLCALL xmlUCSIsCatLt (int code);
167
- XMLPUBFUN int XMLCALL xmlUCSIsCatLu (int code);
168
- XMLPUBFUN int XMLCALL xmlUCSIsCatM (int code);
169
- XMLPUBFUN int XMLCALL xmlUCSIsCatMc (int code);
170
- XMLPUBFUN int XMLCALL xmlUCSIsCatMe (int code);
171
- XMLPUBFUN int XMLCALL xmlUCSIsCatMn (int code);
172
- XMLPUBFUN int XMLCALL xmlUCSIsCatN (int code);
173
- XMLPUBFUN int XMLCALL xmlUCSIsCatNd (int code);
174
- XMLPUBFUN int XMLCALL xmlUCSIsCatNl (int code);
175
- XMLPUBFUN int XMLCALL xmlUCSIsCatNo (int code);
176
- XMLPUBFUN int XMLCALL xmlUCSIsCatP (int code);
177
- XMLPUBFUN int XMLCALL xmlUCSIsCatPc (int code);
178
- XMLPUBFUN int XMLCALL xmlUCSIsCatPd (int code);
179
- XMLPUBFUN int XMLCALL xmlUCSIsCatPe (int code);
180
- XMLPUBFUN int XMLCALL xmlUCSIsCatPf (int code);
181
- XMLPUBFUN int XMLCALL xmlUCSIsCatPi (int code);
182
- XMLPUBFUN int XMLCALL xmlUCSIsCatPo (int code);
183
- XMLPUBFUN int XMLCALL xmlUCSIsCatPs (int code);
184
- XMLPUBFUN int XMLCALL xmlUCSIsCatS (int code);
185
- XMLPUBFUN int XMLCALL xmlUCSIsCatSc (int code);
186
- XMLPUBFUN int XMLCALL xmlUCSIsCatSk (int code);
187
- XMLPUBFUN int XMLCALL xmlUCSIsCatSm (int code);
188
- XMLPUBFUN int XMLCALL xmlUCSIsCatSo (int code);
189
- XMLPUBFUN int XMLCALL xmlUCSIsCatZ (int code);
190
- XMLPUBFUN int XMLCALL xmlUCSIsCatZl (int code);
191
- XMLPUBFUN int XMLCALL xmlUCSIsCatZp (int code);
192
- XMLPUBFUN int XMLCALL xmlUCSIsCatZs (int code);
157
+ XMLPUBFUN int xmlUCSIsCatC (int code);
158
+ XMLPUBFUN int xmlUCSIsCatCc (int code);
159
+ XMLPUBFUN int xmlUCSIsCatCf (int code);
160
+ XMLPUBFUN int xmlUCSIsCatCo (int code);
161
+ XMLPUBFUN int xmlUCSIsCatCs (int code);
162
+ XMLPUBFUN int xmlUCSIsCatL (int code);
163
+ XMLPUBFUN int xmlUCSIsCatLl (int code);
164
+ XMLPUBFUN int xmlUCSIsCatLm (int code);
165
+ XMLPUBFUN int xmlUCSIsCatLo (int code);
166
+ XMLPUBFUN int xmlUCSIsCatLt (int code);
167
+ XMLPUBFUN int xmlUCSIsCatLu (int code);
168
+ XMLPUBFUN int xmlUCSIsCatM (int code);
169
+ XMLPUBFUN int xmlUCSIsCatMc (int code);
170
+ XMLPUBFUN int xmlUCSIsCatMe (int code);
171
+ XMLPUBFUN int xmlUCSIsCatMn (int code);
172
+ XMLPUBFUN int xmlUCSIsCatN (int code);
173
+ XMLPUBFUN int xmlUCSIsCatNd (int code);
174
+ XMLPUBFUN int xmlUCSIsCatNl (int code);
175
+ XMLPUBFUN int xmlUCSIsCatNo (int code);
176
+ XMLPUBFUN int xmlUCSIsCatP (int code);
177
+ XMLPUBFUN int xmlUCSIsCatPc (int code);
178
+ XMLPUBFUN int xmlUCSIsCatPd (int code);
179
+ XMLPUBFUN int xmlUCSIsCatPe (int code);
180
+ XMLPUBFUN int xmlUCSIsCatPf (int code);
181
+ XMLPUBFUN int xmlUCSIsCatPi (int code);
182
+ XMLPUBFUN int xmlUCSIsCatPo (int code);
183
+ XMLPUBFUN int xmlUCSIsCatPs (int code);
184
+ XMLPUBFUN int xmlUCSIsCatS (int code);
185
+ XMLPUBFUN int xmlUCSIsCatSc (int code);
186
+ XMLPUBFUN int xmlUCSIsCatSk (int code);
187
+ XMLPUBFUN int xmlUCSIsCatSm (int code);
188
+ XMLPUBFUN int xmlUCSIsCatSo (int code);
189
+ XMLPUBFUN int xmlUCSIsCatZ (int code);
190
+ XMLPUBFUN int xmlUCSIsCatZl (int code);
191
+ XMLPUBFUN int xmlUCSIsCatZp (int code);
192
+ XMLPUBFUN int xmlUCSIsCatZs (int code);
193
193
 
194
- XMLPUBFUN int XMLCALL xmlUCSIsCat (int code, const char *cat);
194
+ XMLPUBFUN int xmlUCSIsCat (int code, const char *cat);
195
195
 
196
196
  #ifdef __cplusplus
197
197
  }
@@ -21,7 +21,7 @@ extern "C" {
21
21
  * your library and includes mismatch
22
22
  */
23
23
  #ifndef LIBXML2_COMPILING_MSCCDEF
24
- XMLPUBFUN void XMLCALL xmlCheckVersion(int version);
24
+ XMLPUBFUN void xmlCheckVersion(int version);
25
25
  #endif /* LIBXML2_COMPILING_MSCCDEF */
26
26
 
27
27
  /**
@@ -29,21 +29,21 @@ XMLPUBFUN void XMLCALL xmlCheckVersion(int version);
29
29
  *
30
30
  * the version string like "1.2.3"
31
31
  */
32
- #define LIBXML_DOTTED_VERSION "2.10.4"
32
+ #define LIBXML_DOTTED_VERSION "2.11.3"
33
33
 
34
34
  /**
35
35
  * LIBXML_VERSION:
36
36
  *
37
37
  * the version number: 1.2.3 value is 10203
38
38
  */
39
- #define LIBXML_VERSION 21004
39
+ #define LIBXML_VERSION 21103
40
40
 
41
41
  /**
42
42
  * LIBXML_VERSION_STRING:
43
43
  *
44
44
  * the version number string, 1.2.3 value is "10203"
45
45
  */
46
- #define LIBXML_VERSION_STRING "21004"
46
+ #define LIBXML_VERSION_STRING "21103"
47
47
 
48
48
  /**
49
49
  * LIBXML_VERSION_EXTRA:
@@ -58,7 +58,7 @@ XMLPUBFUN void XMLCALL xmlCheckVersion(int version);
58
58
  * Macro to check that the libxml version in use is compatible with
59
59
  * the version the software has been compiled against
60
60
  */
61
- #define LIBXML_TEST_VERSION xmlCheckVersion(21004);
61
+ #define LIBXML_TEST_VERSION xmlCheckVersion(21103);
62
62
 
63
63
  #ifndef VMS
64
64
  #if 0
@@ -313,7 +313,7 @@ XMLPUBFUN void XMLCALL xmlCheckVersion(int version);
313
313
  /**
314
314
  * LIBXML_DEBUG_RUNTIME:
315
315
  *
316
- * Whether the runtime debugging is configured in
316
+ * Removed
317
317
  */
318
318
  #if 0
319
319
  #define LIBXML_DEBUG_RUNTIME
@@ -409,12 +409,7 @@ XMLPUBFUN void XMLCALL xmlCheckVersion(int version);
409
409
  #endif
410
410
 
411
411
  #ifdef __GNUC__
412
-
413
- /**
414
- * ATTRIBUTE_UNUSED:
415
- *
416
- * Macro used to signal to GCC unused function parameters
417
- */
412
+ /** DOC_DISABLE */
418
413
 
419
414
  #ifndef ATTRIBUTE_UNUSED
420
415
  # if ((__GNUC__ > 2) || ((__GNUC__ == 2) && (__GNUC_MINOR__ >= 7)))
@@ -424,12 +419,6 @@ XMLPUBFUN void XMLCALL xmlCheckVersion(int version);
424
419
  # endif
425
420
  #endif
426
421
 
427
- /**
428
- * LIBXML_ATTR_ALLOC_SIZE:
429
- *
430
- * Macro used to indicate to GCC this is an allocator function
431
- */
432
-
433
422
  #ifndef LIBXML_ATTR_ALLOC_SIZE
434
423
  # if (!defined(__clang__) && ((__GNUC__ > 4) || ((__GNUC__ == 4) && (__GNUC_MINOR__ >= 3))))
435
424
  # define LIBXML_ATTR_ALLOC_SIZE(x) __attribute__((alloc_size(x)))
@@ -440,12 +429,6 @@ XMLPUBFUN void XMLCALL xmlCheckVersion(int version);
440
429
  # define LIBXML_ATTR_ALLOC_SIZE(x)
441
430
  #endif
442
431
 
443
- /**
444
- * LIBXML_ATTR_FORMAT:
445
- *
446
- * Macro used to indicate to GCC the parameter are printf like
447
- */
448
-
449
432
  #ifndef LIBXML_ATTR_FORMAT
450
433
  # if ((__GNUC__ > 3) || ((__GNUC__ == 3) && (__GNUC_MINOR__ >= 3)))
451
434
  # define LIBXML_ATTR_FORMAT(fmt,args) __attribute__((__format__(__printf__,fmt,args)))
@@ -457,14 +440,27 @@ XMLPUBFUN void XMLCALL xmlCheckVersion(int version);
457
440
  #endif
458
441
 
459
442
  #ifndef XML_DEPRECATED
460
- # ifdef IN_LIBXML
443
+ # if defined (IN_LIBXML) || (__GNUC__ * 100 + __GNUC_MINOR__ < 301)
461
444
  # define XML_DEPRECATED
462
- # else
463
445
  /* Available since at least GCC 3.1 */
446
+ # else
464
447
  # define XML_DEPRECATED __attribute__((deprecated))
465
448
  # endif
466
449
  #endif
467
450
 
451
+ #if defined(__clang__) || (__GNUC__ * 100 + __GNUC_MINOR__ >= 406)
452
+ #define XML_IGNORE_FPTR_CAST_WARNINGS \
453
+ _Pragma("GCC diagnostic push") \
454
+ _Pragma("GCC diagnostic ignored \"-Wpedantic\"") \
455
+ _Pragma("GCC diagnostic ignored \"-Wcast-function-type\"")
456
+ #define XML_POP_WARNINGS \
457
+ _Pragma("GCC diagnostic pop")
458
+ #else
459
+ #define XML_IGNORE_FPTR_CAST_WARNINGS
460
+ #define XML_POP_WARNINGS
461
+ #endif
462
+
463
+ /** DOC_ENABLE */
468
464
  #else /* ! __GNUC__ */
469
465
  /**
470
466
  * ATTRIBUTE_UNUSED:
@@ -491,7 +487,34 @@ XMLPUBFUN void XMLCALL xmlCheckVersion(int version);
491
487
  * is deprecated.
492
488
  */
493
489
  #ifndef XML_DEPRECATED
494
- #define XML_DEPRECATED
490
+ # if defined (IN_LIBXML) || !defined (_MSC_VER)
491
+ # define XML_DEPRECATED
492
+ /* Available since Visual Studio 2005 */
493
+ # elif defined (_MSC_VER) && (_MSC_VER >= 1400)
494
+ # define XML_DEPRECATED __declspec(deprecated)
495
+ # endif
496
+ #endif
497
+ /**
498
+ * LIBXML_IGNORE_FPTR_CAST_WARNINGS:
499
+ *
500
+ * Macro used to ignore pointer cast warnings that can't be worked around.
501
+ */
502
+ #if defined (_MSC_VER) && (_MSC_VER >= 1400)
503
+ # define XML_IGNORE_FPTR_CAST_WARNINGS __pragma(warning(push))
504
+ #else
505
+ # define XML_IGNORE_FPTR_CAST_WARNINGS
506
+ #endif
507
+ /**
508
+ * XML_POP_WARNINGS:
509
+ *
510
+ * Macro used to restore warnings state.
511
+ */
512
+ #ifndef XML_POP_WARNINGS
513
+ # if defined (_MSC_VER) && (_MSC_VER >= 1400)
514
+ # define XML_POP_WARNINGS __pragma(warning(pop))
515
+ # else
516
+ # define XML_POP_WARNINGS
517
+ # endif
495
518
  #endif
496
519
  #endif /* __GNUC__ */
497
520