rho-tau-extensions 6.2.0 → 7.1.17

Sign up to get free protection for your applications and to get access to all the features.
Files changed (160) hide show
  1. checksums.yaml +4 -4
  2. data/libs/crosswalk/ext/platform/android/Rakefile +19 -1
  3. data/libs/enterprise-barcode/ext/platform/android/adds/lib/aarch64/liballbarcode.a +0 -0
  4. data/libs/enterprise-barcode/ext/platform/android/adds/lib/armeabi/liballbarcode.a +0 -0
  5. data/libs/enterprise-barcode/ext/platform/android/adds/lib/x86/liballbarcode.a +0 -0
  6. data/libs/enterprise-barcode/ext/platform/android/allbarcode.jar +0 -0
  7. data/libs/fcm-push-18/ext.yml +20 -0
  8. data/libs/fcm-push-18/ext/android/AndroidManifest.rb +10 -0
  9. data/libs/fcm-push-18/ext/android/ApplicationManifestAdds.erb +39 -0
  10. data/libs/fcm-push-18/ext/android/Rakefile +187 -0
  11. data/libs/fcm-push-18/ext/android/ext_java.files +3 -0
  12. data/libs/fcm-push-18/ext/android/ext_native.files +1 -0
  13. data/libs/fcm-push-18/ext/android/jni/src/fcmpushclient.cpp +215 -0
  14. data/libs/fcm-push-18/ext/android/jni/src/fcmpushclient.h +74 -0
  15. data/libs/fcm-push-18/ext/android/res/res/values/fireBaseValues.xml +5 -0
  16. data/libs/fcm-push-18/ext/android/src/com/rhomobile/rhodes/fcm/FCMFacade.java +164 -0
  17. data/libs/fcm-push-18/ext/android/src/com/rhomobile/rhodes/fcm/FCMIntentService.java +219 -0
  18. data/libs/fcm-push-18/ext/android/src/com/rhomobile/rhodes/fcm/FCMListener.java +88 -0
  19. data/libs/fcm-push-18/ext/build +16 -0
  20. data/libs/fcm-push-18/ext/build.bat +8 -0
  21. data/libs/fcm-push-18/ext/fcm.xml +9 -0
  22. data/libs/fcm-push-18/ext/iphone/ApplePush_Prefix.pch +7 -0
  23. data/libs/fcm-push-18/ext/iphone/Firebase.h +68 -0
  24. data/libs/fcm-push-18/ext/iphone/Frameworks/FirebaseAnalytics.framework/FirebaseAnalytics +0 -0
  25. data/libs/fcm-push-18/ext/iphone/Frameworks/FirebaseAnalytics.framework/Headers/FIRAnalytics+AppDelegate.h +62 -0
  26. data/libs/fcm-push-18/ext/iphone/Frameworks/FirebaseAnalytics.framework/Headers/FIRAnalytics.h +115 -0
  27. data/libs/fcm-push-18/ext/iphone/Frameworks/FirebaseAnalytics.framework/Headers/FIRAnalyticsConfiguration.h +1 -0
  28. data/libs/fcm-push-18/ext/iphone/Frameworks/FirebaseAnalytics.framework/Headers/FIRAnalyticsSwiftNameSupport.h +13 -0
  29. data/libs/fcm-push-18/ext/iphone/Frameworks/FirebaseAnalytics.framework/Headers/FIRApp.h +1 -0
  30. data/libs/fcm-push-18/ext/iphone/Frameworks/FirebaseAnalytics.framework/Headers/FIRConfiguration.h +1 -0
  31. data/libs/fcm-push-18/ext/iphone/Frameworks/FirebaseAnalytics.framework/Headers/FIREventNames.h +389 -0
  32. data/libs/fcm-push-18/ext/iphone/Frameworks/FirebaseAnalytics.framework/Headers/FIROptions.h +1 -0
  33. data/libs/fcm-push-18/ext/iphone/Frameworks/FirebaseAnalytics.framework/Headers/FIRParameterNames.h +485 -0
  34. data/libs/fcm-push-18/ext/iphone/Frameworks/FirebaseAnalytics.framework/Headers/FIRUserPropertyNames.h +15 -0
  35. data/libs/fcm-push-18/ext/iphone/Frameworks/FirebaseAnalytics.framework/Headers/FirebaseAnalytics.h +10 -0
  36. data/libs/fcm-push-18/ext/iphone/Frameworks/FirebaseAnalytics.framework/Modules/module.modulemap +10 -0
  37. data/libs/fcm-push-18/ext/iphone/Frameworks/FirebaseCore.framework/FirebaseCore +0 -0
  38. data/libs/fcm-push-18/ext/iphone/Frameworks/FirebaseCore.framework/Headers/FIRAnalyticsConfiguration.h +52 -0
  39. data/libs/fcm-push-18/ext/iphone/Frameworks/FirebaseCore.framework/Headers/FIRApp.h +130 -0
  40. data/libs/fcm-push-18/ext/iphone/Frameworks/FirebaseCore.framework/Headers/FIRConfiguration.h +78 -0
  41. data/libs/fcm-push-18/ext/iphone/Frameworks/FirebaseCore.framework/Headers/FIRLoggerLevel.h +35 -0
  42. data/libs/fcm-push-18/ext/iphone/Frameworks/FirebaseCore.framework/Headers/FIROptions.h +133 -0
  43. data/libs/fcm-push-18/ext/iphone/Frameworks/FirebaseCore.framework/Headers/FirebaseCore.h +5 -0
  44. data/libs/fcm-push-18/ext/iphone/Frameworks/FirebaseCore.framework/Modules/module.modulemap +7 -0
  45. data/libs/fcm-push-18/ext/iphone/Frameworks/FirebaseCoreDiagnostics.framework/FirebaseCoreDiagnostics +0 -0
  46. data/libs/fcm-push-18/ext/iphone/Frameworks/FirebaseCoreDiagnostics.framework/Modules/module.modulemap +6 -0
  47. data/libs/fcm-push-18/ext/iphone/Frameworks/FirebaseInstanceID.framework/FirebaseInstanceID +0 -0
  48. data/libs/fcm-push-18/ext/iphone/Frameworks/FirebaseInstanceID.framework/Headers/FIRInstanceID.h +276 -0
  49. data/libs/fcm-push-18/ext/iphone/Frameworks/FirebaseInstanceID.framework/Headers/FirebaseInstanceID.h +1 -0
  50. data/libs/fcm-push-18/ext/iphone/Frameworks/FirebaseInstanceID.framework/Modules/module.modulemap +7 -0
  51. data/libs/fcm-push-18/ext/iphone/Frameworks/FirebaseMessaging.framework/FirebaseMessaging +0 -0
  52. data/libs/fcm-push-18/ext/iphone/Frameworks/FirebaseMessaging.framework/Headers/FIRMessaging.h +508 -0
  53. data/libs/fcm-push-18/ext/iphone/Frameworks/FirebaseMessaging.framework/Headers/FirebaseMessaging.h +1 -0
  54. data/libs/fcm-push-18/ext/iphone/Frameworks/FirebaseMessaging.framework/Modules/module.modulemap +8 -0
  55. data/libs/fcm-push-18/ext/iphone/Frameworks/FirebaseNanoPB.framework/FirebaseNanoPB +0 -0
  56. data/libs/fcm-push-18/ext/iphone/Frameworks/GoogleToolboxForMac.framework/GoogleToolboxForMac +0 -0
  57. data/libs/fcm-push-18/ext/iphone/Frameworks/GoogleToolboxForMac.framework/Modules/module.modulemap +5 -0
  58. data/libs/fcm-push-18/ext/iphone/Frameworks/Protobuf.framework/Modules/module.modulemap +5 -0
  59. data/libs/fcm-push-18/ext/iphone/Frameworks/Protobuf.framework/Protobuf +0 -0
  60. data/libs/fcm-push-18/ext/iphone/Frameworks/nanopb.framework/Modules/module.modulemap +5 -0
  61. data/libs/fcm-push-18/ext/iphone/Frameworks/nanopb.framework/nanopb +0 -0
  62. data/libs/fcm-push-18/ext/iphone/Rakefile +81 -0
  63. data/libs/fcm-push-18/ext/iphone/fcm-push.xcodeproj/project.pbxproj +370 -0
  64. data/libs/fcm-push-18/ext/iphone/impl/PushNotificationsReceiver.h +28 -0
  65. data/libs/fcm-push-18/ext/iphone/impl/PushNotificationsReceiver.m +27 -0
  66. data/libs/fcm-push-18/ext/iphone/impl/PushNotificationsReceiver.mm +234 -0
  67. data/libs/fcm-push-18/ext/iphone/impl/applePushSetup.c +10 -0
  68. data/libs/fcm-push-18/ext/iphone/impl/applepushclient.h +69 -0
  69. data/libs/fcm-push-18/ext/iphone/impl/applepushclient.mm +164 -0
  70. data/libs/fcm-push-18/ext/iphone/impl/readme.txt +7 -0
  71. data/libs/fcm-push-18/ext/platform/iphone/impl/readme.txt +7 -0
  72. data/libs/nodejs/ext/platform/android/jxCore/jx.h +17 -1
  73. data/libs/nodejs/ext/platform/android/jxCore/libcares_arm.a +0 -0
  74. data/libs/nodejs/ext/platform/android/jxCore/libcares_ia32.a +0 -0
  75. data/libs/nodejs/ext/platform/android/jxCore/libcares_x64.a +0 -0
  76. data/libs/nodejs/ext/platform/android/jxCore/libchrome_zlib_arm.a +0 -0
  77. data/libs/nodejs/ext/platform/android/jxCore/libchrome_zlib_ia32.a +0 -0
  78. data/libs/nodejs/ext/platform/android/jxCore/libchrome_zlib_x64.a +0 -0
  79. data/libs/nodejs/ext/platform/android/jxCore/libhttp_parser_arm.a +0 -0
  80. data/libs/nodejs/ext/platform/android/jxCore/libhttp_parser_ia32.a +0 -0
  81. data/libs/nodejs/ext/platform/android/jxCore/libhttp_parser_x64.a +0 -0
  82. data/libs/nodejs/ext/platform/android/jxCore/libjx_arm.a +0 -0
  83. data/libs/nodejs/ext/platform/android/jxCore/libjx_ia32.a +0 -0
  84. data/libs/nodejs/ext/platform/android/jxCore/libjx_x64.a +0 -0
  85. data/libs/nodejs/ext/platform/android/jxCore/libopenssl_arm.a +0 -0
  86. data/libs/nodejs/ext/platform/android/jxCore/libopenssl_ia32.a +0 -0
  87. data/libs/nodejs/ext/platform/android/jxCore/libopenssl_x64.a +0 -0
  88. data/libs/nodejs/ext/platform/android/jxCore/libsqlite3_arm.a +0 -0
  89. data/libs/nodejs/ext/platform/android/jxCore/libsqlite3_ia32.a +0 -0
  90. data/libs/nodejs/ext/platform/android/jxCore/libsqlite3_x64.a +0 -0
  91. data/libs/nodejs/ext/platform/android/jxCore/libuv_arm.a +0 -0
  92. data/libs/nodejs/ext/platform/android/jxCore/libuv_ia32.a +0 -0
  93. data/libs/nodejs/ext/platform/android/jxCore/libuv_x64.a +0 -0
  94. data/libs/nodejs/ext/platform/android/jxCore/libv8_base_arm.a +0 -0
  95. data/libs/nodejs/ext/platform/android/jxCore/libv8_base_ia32.a +0 -0
  96. data/libs/nodejs/ext/platform/android/jxCore/libv8_base_x64.a +0 -0
  97. data/libs/nodejs/ext/platform/android/jxCore/libv8_nosnapshot_arm.a +0 -0
  98. data/libs/nodejs/ext/platform/android/jxCore/libv8_nosnapshot_ia32.a +0 -0
  99. data/libs/nodejs/ext/platform/android/jxCore/libv8_nosnapshot_x64.a +0 -0
  100. data/libs/nodejs/ext/platform/iphone/jxCore/jx.h +17 -1
  101. data/libs/nodejs/ext/platform/iphone/jxCore/libcares.a +0 -0
  102. data/libs/nodejs/ext/platform/iphone/jxCore/libchrome_zlib.a +0 -0
  103. data/libs/nodejs/ext/platform/iphone/jxCore/libhttp_parser.a +0 -0
  104. data/libs/nodejs/ext/platform/iphone/jxCore/libjx.a +0 -0
  105. data/libs/nodejs/ext/platform/iphone/jxCore/libmozjs.a +0 -0
  106. data/libs/nodejs/ext/platform/iphone/jxCore/libopenssl.a +0 -0
  107. data/libs/nodejs/ext/platform/iphone/jxCore/libsqlite3.a +0 -0
  108. data/libs/nodejs/ext/platform/iphone/jxCore/libuv.a +0 -0
  109. data/libs/rexml-edge/rexml/attlistdecl.rb +63 -0
  110. data/libs/rexml-edge/rexml/attribute.rb +192 -0
  111. data/libs/rexml-edge/rexml/cdata.rb +68 -0
  112. data/libs/rexml-edge/rexml/child.rb +97 -0
  113. data/libs/rexml-edge/rexml/comment.rb +80 -0
  114. data/libs/rexml-edge/rexml/doctype.rb +270 -0
  115. data/libs/rexml-edge/rexml/document.rb +291 -0
  116. data/libs/rexml-edge/rexml/dtd/attlistdecl.rb +11 -0
  117. data/libs/rexml-edge/rexml/dtd/dtd.rb +47 -0
  118. data/libs/rexml-edge/rexml/dtd/elementdecl.rb +18 -0
  119. data/libs/rexml-edge/rexml/dtd/entitydecl.rb +57 -0
  120. data/libs/rexml-edge/rexml/dtd/notationdecl.rb +40 -0
  121. data/libs/rexml-edge/rexml/element.rb +1241 -0
  122. data/libs/rexml-edge/rexml/encoding.rb +51 -0
  123. data/libs/rexml-edge/rexml/entity.rb +174 -0
  124. data/libs/rexml-edge/rexml/formatters/default.rb +112 -0
  125. data/libs/rexml-edge/rexml/formatters/pretty.rb +142 -0
  126. data/libs/rexml-edge/rexml/formatters/transitive.rb +58 -0
  127. data/libs/rexml-edge/rexml/functions.rb +418 -0
  128. data/libs/rexml-edge/rexml/instruction.rb +71 -0
  129. data/libs/rexml-edge/rexml/light/node.rb +196 -0
  130. data/libs/rexml-edge/rexml/namespace.rb +48 -0
  131. data/libs/rexml-edge/rexml/node.rb +76 -0
  132. data/libs/rexml-edge/rexml/output.rb +30 -0
  133. data/libs/rexml-edge/rexml/parent.rb +166 -0
  134. data/libs/rexml-edge/rexml/parseexception.rb +52 -0
  135. data/libs/rexml-edge/rexml/parsers/baseparser.rb +533 -0
  136. data/libs/rexml-edge/rexml/parsers/lightparser.rb +59 -0
  137. data/libs/rexml-edge/rexml/parsers/pullparser.rb +197 -0
  138. data/libs/rexml-edge/rexml/parsers/sax2parser.rb +273 -0
  139. data/libs/rexml-edge/rexml/parsers/streamparser.rb +61 -0
  140. data/libs/rexml-edge/rexml/parsers/treeparser.rb +101 -0
  141. data/libs/rexml-edge/rexml/parsers/ultralightparser.rb +57 -0
  142. data/libs/rexml-edge/rexml/parsers/xpathparser.rb +657 -0
  143. data/libs/rexml-edge/rexml/quickpath.rb +266 -0
  144. data/libs/rexml-edge/rexml/rexml.rb +32 -0
  145. data/libs/rexml-edge/rexml/sax2listener.rb +98 -0
  146. data/libs/rexml-edge/rexml/security.rb +28 -0
  147. data/libs/rexml-edge/rexml/source.rb +297 -0
  148. data/libs/rexml-edge/rexml/streamlistener.rb +93 -0
  149. data/libs/rexml-edge/rexml/syncenumerator.rb +33 -0
  150. data/libs/rexml-edge/rexml/text.rb +426 -0
  151. data/libs/rexml-edge/rexml/undefinednamespaceexception.rb +9 -0
  152. data/libs/rexml-edge/rexml/validation/relaxng.rb +539 -0
  153. data/libs/rexml-edge/rexml/validation/validation.rb +144 -0
  154. data/libs/rexml-edge/rexml/validation/validationexception.rb +10 -0
  155. data/libs/rexml-edge/rexml/xmldecl.rb +116 -0
  156. data/libs/rexml-edge/rexml/xmltokens.rb +85 -0
  157. data/libs/rexml-edge/rexml/xpath.rb +81 -0
  158. data/libs/rexml-edge/rexml/xpath_parser.rb +704 -0
  159. data/version +1 -1
  160. metadata +118 -2
@@ -0,0 +1,51 @@
1
+ # coding: US-ASCII
2
+ # frozen_string_literal: false
3
+ module REXML
4
+ module Encoding
5
+ # ID ---> Encoding name
6
+ attr_reader :encoding
7
+ def encoding=(encoding)
8
+ encoding = encoding.name if encoding.is_a?(Encoding)
9
+ if encoding.is_a?(String)
10
+ original_encoding = encoding
11
+ encoding = find_encoding(encoding)
12
+ unless encoding
13
+ raise ArgumentError, "Bad encoding name #{original_encoding}"
14
+ end
15
+ end
16
+ return false if defined?(@encoding) and encoding == @encoding
17
+ if encoding
18
+ @encoding = encoding.upcase
19
+ else
20
+ @encoding = 'UTF-8'
21
+ end
22
+ true
23
+ end
24
+
25
+ def encode(string)
26
+ string.encode(@encoding)
27
+ end
28
+
29
+ def decode(string)
30
+ string.encode(::Encoding::UTF_8, @encoding)
31
+ end
32
+
33
+ private
34
+ def find_encoding(name)
35
+ case name
36
+ when /\Ashift-jis\z/i
37
+ return "SHIFT_JIS"
38
+ when /\ACP-(\d+)\z/
39
+ name = "CP#{$1}"
40
+ when /\AUTF-8\z/i
41
+ return name
42
+ end
43
+ begin
44
+ ::Encoding::Converter.search_convpath(name, 'UTF-8')
45
+ rescue ::Encoding::ConverterNotFoundError
46
+ return nil
47
+ end
48
+ name
49
+ end
50
+ end
51
+ end
@@ -0,0 +1,174 @@
1
+ # frozen_string_literal: false
2
+ require 'rexml/child'
3
+ require 'rexml/source'
4
+ require 'rexml/xmltokens'
5
+
6
+ module REXML
7
+ # God, I hate DTDs. I really do. Why this idiot standard still
8
+ # plagues us is beyond me.
9
+ class Entity < Child
10
+ include XMLTokens
11
+ PUBIDCHAR = "\x20\x0D\x0Aa-zA-Z0-9\\-()+,./:=?;!*@$_%#"
12
+ SYSTEMLITERAL = %Q{((?:"[^"]*")|(?:'[^']*'))}
13
+ PUBIDLITERAL = %Q{("[#{PUBIDCHAR}']*"|'[#{PUBIDCHAR}]*')}
14
+ EXTERNALID = "(?:(?:(SYSTEM)\\s+#{SYSTEMLITERAL})|(?:(PUBLIC)\\s+#{PUBIDLITERAL}\\s+#{SYSTEMLITERAL}))"
15
+ NDATADECL = "\\s+NDATA\\s+#{NAME}"
16
+ PEREFERENCE = "%#{NAME};"
17
+ ENTITYVALUE = %Q{((?:"(?:[^%&"]|#{PEREFERENCE}|#{REFERENCE})*")|(?:'([^%&']|#{PEREFERENCE}|#{REFERENCE})*'))}
18
+ PEDEF = "(?:#{ENTITYVALUE}|#{EXTERNALID})"
19
+ ENTITYDEF = "(?:#{ENTITYVALUE}|(?:#{EXTERNALID}(#{NDATADECL})?))"
20
+ PEDECL = "<!ENTITY\\s+(%)\\s+#{NAME}\\s+#{PEDEF}\\s*>"
21
+ GEDECL = "<!ENTITY\\s+#{NAME}\\s+#{ENTITYDEF}\\s*>"
22
+ ENTITYDECL = /\s*(?:#{GEDECL})|(?:#{PEDECL})/um
23
+
24
+ attr_reader :name, :external, :ref, :ndata, :pubid
25
+
26
+ # Create a new entity. Simple entities can be constructed by passing a
27
+ # name, value to the constructor; this creates a generic, plain entity
28
+ # reference. For anything more complicated, you have to pass a Source to
29
+ # the constructor with the entity definition, or use the accessor methods.
30
+ # +WARNING+: There is no validation of entity state except when the entity
31
+ # is read from a stream. If you start poking around with the accessors,
32
+ # you can easily create a non-conformant Entity. The best thing to do is
33
+ # dump the stupid DTDs and use XMLSchema instead.
34
+ #
35
+ # e = Entity.new( 'amp', '&' )
36
+ def initialize stream, value=nil, parent=nil, reference=false
37
+ super(parent)
38
+ @ndata = @pubid = @value = @external = nil
39
+ if stream.kind_of? Array
40
+ @name = stream[1]
41
+ if stream[-1] == '%'
42
+ @reference = true
43
+ stream.pop
44
+ else
45
+ @reference = false
46
+ end
47
+ if stream[2] =~ /SYSTEM|PUBLIC/
48
+ @external = stream[2]
49
+ if @external == 'SYSTEM'
50
+ @ref = stream[3]
51
+ @ndata = stream[4] if stream.size == 5
52
+ else
53
+ @pubid = stream[3]
54
+ @ref = stream[4]
55
+ end
56
+ else
57
+ @value = stream[2]
58
+ end
59
+ else
60
+ @reference = reference
61
+ @external = nil
62
+ @name = stream
63
+ @value = value
64
+ end
65
+ end
66
+
67
+ # Evaluates whether the given string matches an entity definition,
68
+ # returning true if so, and false otherwise.
69
+ def Entity::matches? string
70
+ (ENTITYDECL =~ string) == 0
71
+ end
72
+
73
+ # Evaluates to the unnormalized value of this entity; that is, replacing
74
+ # all entities -- both %ent; and &ent; entities. This differs from
75
+ # +value()+ in that +value+ only replaces %ent; entities.
76
+ def unnormalized
77
+ document.record_entity_expansion unless document.nil?
78
+ v = value()
79
+ return nil if v.nil?
80
+ @unnormalized = Text::unnormalize(v, parent)
81
+ @unnormalized
82
+ end
83
+
84
+ #once :unnormalized
85
+
86
+ # Returns the value of this entity unprocessed -- raw. This is the
87
+ # normalized value; that is, with all %ent; and &ent; entities intact
88
+ def normalized
89
+ @value
90
+ end
91
+
92
+ # Write out a fully formed, correct entity definition (assuming the Entity
93
+ # object itself is valid.)
94
+ #
95
+ # out::
96
+ # An object implementing <TT>&lt;&lt;<TT> to which the entity will be
97
+ # output
98
+ # indent::
99
+ # *DEPRECATED* and ignored
100
+ def write out, indent=-1
101
+ out << '<!ENTITY '
102
+ out << '% ' if @reference
103
+ out << @name
104
+ out << ' '
105
+ if @external
106
+ out << @external << ' '
107
+ if @pubid
108
+ q = @pubid.include?('"')?"'":'"'
109
+ out << q << @pubid << q << ' '
110
+ end
111
+ q = @ref.include?('"')?"'":'"'
112
+ out << q << @ref << q
113
+ out << ' NDATA ' << @ndata if @ndata
114
+ else
115
+ q = @value.include?('"')?"'":'"'
116
+ out << q << @value << q
117
+ end
118
+ out << '>'
119
+ end
120
+
121
+ # Returns this entity as a string. See write().
122
+ def to_s
123
+ rv = ''
124
+ write rv
125
+ rv
126
+ end
127
+
128
+ PEREFERENCE_RE = /#{PEREFERENCE}/um
129
+ # Returns the value of this entity. At the moment, only internal entities
130
+ # are processed. If the value contains internal references (IE,
131
+ # %blah;), those are replaced with their values. IE, if the doctype
132
+ # contains:
133
+ # <!ENTITY % foo "bar">
134
+ # <!ENTITY yada "nanoo %foo; nanoo>
135
+ # then:
136
+ # doctype.entity('yada').value #-> "nanoo bar nanoo"
137
+ def value
138
+ if @value
139
+ matches = @value.scan(PEREFERENCE_RE)
140
+ rv = @value.clone
141
+ if @parent
142
+ sum = 0
143
+ matches.each do |entity_reference|
144
+ entity_value = @parent.entity( entity_reference[0] )
145
+ if sum + entity_value.bytesize > Security.entity_expansion_text_limit
146
+ raise "entity expansion has grown too large"
147
+ else
148
+ sum += entity_value.bytesize
149
+ end
150
+ rv.gsub!( /%#{entity_reference.join};/um, entity_value )
151
+ end
152
+ end
153
+ return rv
154
+ end
155
+ nil
156
+ end
157
+ end
158
+
159
+ # This is a set of entity constants -- the ones defined in the XML
160
+ # specification. These are +gt+, +lt+, +amp+, +quot+ and +apos+.
161
+ # CAUTION: these entities does not have parent and document
162
+ module EntityConst
163
+ # +>+
164
+ GT = Entity.new( 'gt', '>' )
165
+ # +<+
166
+ LT = Entity.new( 'lt', '<' )
167
+ # +&+
168
+ AMP = Entity.new( 'amp', '&' )
169
+ # +"+
170
+ QUOT = Entity.new( 'quot', '"' )
171
+ # +'+
172
+ APOS = Entity.new( 'apos', "'" )
173
+ end
174
+ end
@@ -0,0 +1,112 @@
1
+ # frozen_string_literal: false
2
+ module REXML
3
+ module Formatters
4
+ class Default
5
+ # Prints out the XML document with no formatting -- except if id_hack is
6
+ # set.
7
+ #
8
+ # ie_hack::
9
+ # If set to true, then inserts whitespace before the close of an empty
10
+ # tag, so that IE's bad XML parser doesn't choke.
11
+ def initialize( ie_hack=false )
12
+ @ie_hack = ie_hack
13
+ end
14
+
15
+ # Writes the node to some output.
16
+ #
17
+ # node::
18
+ # The node to write
19
+ # output::
20
+ # A class implementing <TT>&lt;&lt;</TT>. Pass in an Output object to
21
+ # change the output encoding.
22
+ def write( node, output )
23
+ case node
24
+
25
+ when Document
26
+ if node.xml_decl.encoding != 'UTF-8' && !output.kind_of?(Output)
27
+ output = Output.new( output, node.xml_decl.encoding )
28
+ end
29
+ write_document( node, output )
30
+
31
+ when Element
32
+ write_element( node, output )
33
+
34
+ when Declaration, ElementDecl, NotationDecl, ExternalEntity, Entity,
35
+ Attribute, AttlistDecl
36
+ node.write( output,-1 )
37
+
38
+ when Instruction
39
+ write_instruction( node, output )
40
+
41
+ when DocType, XMLDecl
42
+ node.write( output )
43
+
44
+ when Comment
45
+ write_comment( node, output )
46
+
47
+ when CData
48
+ write_cdata( node, output )
49
+
50
+ when Text
51
+ write_text( node, output )
52
+
53
+ else
54
+ raise Exception.new("XML FORMATTING ERROR")
55
+
56
+ end
57
+ end
58
+
59
+ protected
60
+ def write_document( node, output )
61
+ node.children.each { |child| write( child, output ) }
62
+ end
63
+
64
+ def write_element( node, output )
65
+ output << "<#{node.expanded_name}"
66
+
67
+ node.attributes.to_a.map { |a|
68
+ Hash === a ? a.values : a
69
+ }.flatten.sort_by {|attr| attr.name}.each do |attr|
70
+ output << " "
71
+ attr.write( output )
72
+ end unless node.attributes.empty?
73
+
74
+ if node.children.empty?
75
+ output << " " if @ie_hack
76
+ output << "/"
77
+ else
78
+ output << ">"
79
+ node.children.each { |child|
80
+ write( child, output )
81
+ }
82
+ output << "</#{node.expanded_name}"
83
+ end
84
+ output << ">"
85
+ end
86
+
87
+ def write_text( node, output )
88
+ output << node.to_s()
89
+ end
90
+
91
+ def write_comment( node, output )
92
+ output << Comment::START
93
+ output << node.to_s
94
+ output << Comment::STOP
95
+ end
96
+
97
+ def write_cdata( node, output )
98
+ output << CData::START
99
+ output << node.to_s
100
+ output << CData::STOP
101
+ end
102
+
103
+ def write_instruction( node, output )
104
+ output << Instruction::START.sub(/\\/u, '')
105
+ output << node.target
106
+ output << ' '
107
+ output << node.content
108
+ output << Instruction::STOP.sub(/\\/u, '')
109
+ end
110
+ end
111
+ end
112
+ end
@@ -0,0 +1,142 @@
1
+ # frozen_string_literal: false
2
+ require 'rexml/formatters/default'
3
+
4
+ module REXML
5
+ module Formatters
6
+ # Pretty-prints an XML document. This destroys whitespace in text nodes
7
+ # and will insert carriage returns and indentations.
8
+ #
9
+ # TODO: Add an option to print attributes on new lines
10
+ class Pretty < Default
11
+
12
+ # If compact is set to true, then the formatter will attempt to use as
13
+ # little space as possible
14
+ attr_accessor :compact
15
+ # The width of a page. Used for formatting text
16
+ attr_accessor :width
17
+
18
+ # Create a new pretty printer.
19
+ #
20
+ # output::
21
+ # An object implementing '<<(String)', to which the output will be written.
22
+ # indentation::
23
+ # An integer greater than 0. The indentation of each level will be
24
+ # this number of spaces. If this is < 1, the behavior of this object
25
+ # is undefined. Defaults to 2.
26
+ # ie_hack::
27
+ # If true, the printer will insert whitespace before closing empty
28
+ # tags, thereby allowing Internet Explorer's XML parser to
29
+ # function. Defaults to false.
30
+ def initialize( indentation=2, ie_hack=false )
31
+ @indentation = indentation
32
+ @level = 0
33
+ @ie_hack = ie_hack
34
+ @width = 80
35
+ @compact = false
36
+ end
37
+
38
+ protected
39
+ def write_element(node, output)
40
+ output << ' '*@level
41
+ output << "<#{node.expanded_name}"
42
+
43
+ node.attributes.each_attribute do |attr|
44
+ output << " "
45
+ attr.write( output )
46
+ end unless node.attributes.empty?
47
+
48
+ if node.children.empty?
49
+ if @ie_hack
50
+ output << " "
51
+ end
52
+ output << "/"
53
+ else
54
+ output << ">"
55
+ # If compact and all children are text, and if the formatted output
56
+ # is less than the specified width, then try to print everything on
57
+ # one line
58
+ skip = false
59
+ if compact
60
+ if node.children.inject(true) {|s,c| s & c.kind_of?(Text)}
61
+ string = ""
62
+ old_level = @level
63
+ @level = 0
64
+ node.children.each { |child| write( child, string ) }
65
+ @level = old_level
66
+ if string.length < @width
67
+ output << string
68
+ skip = true
69
+ end
70
+ end
71
+ end
72
+ unless skip
73
+ output << "\n"
74
+ @level += @indentation
75
+ node.children.each { |child|
76
+ next if child.kind_of?(Text) and child.to_s.strip.length == 0
77
+ write( child, output )
78
+ output << "\n"
79
+ }
80
+ @level -= @indentation
81
+ output << ' '*@level
82
+ end
83
+ output << "</#{node.expanded_name}"
84
+ end
85
+ output << ">"
86
+ end
87
+
88
+ def write_text( node, output )
89
+ s = node.to_s()
90
+ s.gsub!(/\s/,' ')
91
+ s.squeeze!(" ")
92
+ s = wrap(s, @width - @level)
93
+ s = indent_text(s, @level, " ", true)
94
+ output << (' '*@level + s)
95
+ end
96
+
97
+ def write_comment( node, output)
98
+ output << ' ' * @level
99
+ super
100
+ end
101
+
102
+ def write_cdata( node, output)
103
+ output << ' ' * @level
104
+ super
105
+ end
106
+
107
+ def write_document( node, output )
108
+ # Ok, this is a bit odd. All XML documents have an XML declaration,
109
+ # but it may not write itself if the user didn't specifically add it,
110
+ # either through the API or in the input document. If it doesn't write
111
+ # itself, then we don't need a carriage return... which makes this
112
+ # logic more complex.
113
+ node.children.each { |child|
114
+ next if child == node.children[-1] and child.instance_of?(Text)
115
+ unless child == node.children[0] or child.instance_of?(Text) or
116
+ (child == node.children[1] and !node.children[0].writethis)
117
+ output << "\n"
118
+ end
119
+ write( child, output )
120
+ }
121
+ end
122
+
123
+ private
124
+ def indent_text(string, level=1, style="\t", indentfirstline=true)
125
+ return string if level < 0
126
+ string.gsub(/\n/, "\n#{style*level}")
127
+ end
128
+
129
+ def wrap(string, width)
130
+ parts = []
131
+ while string.length > width and place = string.rindex(' ', width)
132
+ parts << string[0...place]
133
+ string = string[place+1..-1]
134
+ end
135
+ parts << string
136
+ parts.join("\n")
137
+ end
138
+
139
+ end
140
+ end
141
+ end
142
+