1 | /* |
2 | * THIS FILE WAS AUTOMATICALLY GENERATED, DO NOT EDIT. |
3 | * |
4 | * This file was generated by the dom/make_names.pl script. |
5 | * |
6 | * Copyright (C) 2005, 2006, 2007, 2008, 2009, 2013 Apple Inc. All rights reserved. |
7 | * |
8 | * Redistribution and use in source and binary forms, with or without |
9 | * modification, are permitted provided that the following conditions |
10 | * are met: |
11 | * 1. Redistributions of source code must retain the above copyright |
12 | * notice, this list of conditions and the following disclaimer. |
13 | * 2. Redistributions in binary form must reproduce the above copyright |
14 | * notice, this list of conditions and the following disclaimer in the |
15 | * documentation and/or other materials provided with the distribution. |
16 | * |
17 | * THIS SOFTWARE IS PROVIDED BY APPLE INC. ``AS IS'' AND ANY |
18 | * EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
19 | * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR |
20 | * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL APPLE INC. OR |
21 | * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, |
22 | * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, |
23 | * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR |
24 | * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY |
25 | * OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT |
26 | * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE |
27 | * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
28 | */ |
29 | |
30 | #ifndef DOM_SVGNames_h |
31 | |
32 | #define DOM_SVGNames_h |
33 | |
34 | #include <wtf/NeverDestroyed.h> |
35 | #include <wtf/text/AtomicString.h> |
36 | #include "QualifiedName.h" |
37 | |
38 | |
39 | namespace WebCore { |
40 | |
41 | class SVGQualifiedName : public QualifiedName { }; |
42 | |
43 | namespace SVGNames { |
44 | |
45 | #ifndef DOM_SVG_NAMES_HIDE_GLOBALS |
46 | |
47 | // Namespace |
48 | WEBCORE_EXPORT extern LazyNeverDestroyed<const WTF::AtomicString> svgNamespaceURI; |
49 | |
50 | // Tags |
51 | WEBCORE_EXPORT extern LazyNeverDestroyed<const WebCore::SVGQualifiedName> aTag; |
52 | WEBCORE_EXPORT extern LazyNeverDestroyed<const WebCore::SVGQualifiedName> altGlyphTag; |
53 | WEBCORE_EXPORT extern LazyNeverDestroyed<const WebCore::SVGQualifiedName> altGlyphDefTag; |
54 | WEBCORE_EXPORT extern LazyNeverDestroyed<const WebCore::SVGQualifiedName> altGlyphItemTag; |
55 | WEBCORE_EXPORT extern LazyNeverDestroyed<const WebCore::SVGQualifiedName> animateTag; |
56 | WEBCORE_EXPORT extern LazyNeverDestroyed<const WebCore::SVGQualifiedName> animateColorTag; |
57 | WEBCORE_EXPORT extern LazyNeverDestroyed<const WebCore::SVGQualifiedName> animateMotionTag; |
58 | WEBCORE_EXPORT extern LazyNeverDestroyed<const WebCore::SVGQualifiedName> animateTransformTag; |
59 | WEBCORE_EXPORT extern LazyNeverDestroyed<const WebCore::SVGQualifiedName> circleTag; |
60 | WEBCORE_EXPORT extern LazyNeverDestroyed<const WebCore::SVGQualifiedName> clipPathTag; |
61 | WEBCORE_EXPORT extern LazyNeverDestroyed<const WebCore::SVGQualifiedName> color_profileTag; |
62 | WEBCORE_EXPORT extern LazyNeverDestroyed<const WebCore::SVGQualifiedName> cursorTag; |
63 | WEBCORE_EXPORT extern LazyNeverDestroyed<const WebCore::SVGQualifiedName> defsTag; |
64 | WEBCORE_EXPORT extern LazyNeverDestroyed<const WebCore::SVGQualifiedName> descTag; |
65 | WEBCORE_EXPORT extern LazyNeverDestroyed<const WebCore::SVGQualifiedName> ellipseTag; |
66 | WEBCORE_EXPORT extern LazyNeverDestroyed<const WebCore::SVGQualifiedName> feBlendTag; |
67 | WEBCORE_EXPORT extern LazyNeverDestroyed<const WebCore::SVGQualifiedName> feColorMatrixTag; |
68 | WEBCORE_EXPORT extern LazyNeverDestroyed<const WebCore::SVGQualifiedName> feComponentTransferTag; |
69 | WEBCORE_EXPORT extern LazyNeverDestroyed<const WebCore::SVGQualifiedName> feCompositeTag; |
70 | WEBCORE_EXPORT extern LazyNeverDestroyed<const WebCore::SVGQualifiedName> feConvolveMatrixTag; |
71 | WEBCORE_EXPORT extern LazyNeverDestroyed<const WebCore::SVGQualifiedName> feDiffuseLightingTag; |
72 | WEBCORE_EXPORT extern LazyNeverDestroyed<const WebCore::SVGQualifiedName> feDisplacementMapTag; |
73 | WEBCORE_EXPORT extern LazyNeverDestroyed<const WebCore::SVGQualifiedName> feDistantLightTag; |
74 | WEBCORE_EXPORT extern LazyNeverDestroyed<const WebCore::SVGQualifiedName> feDropShadowTag; |
75 | WEBCORE_EXPORT extern LazyNeverDestroyed<const WebCore::SVGQualifiedName> feFloodTag; |
76 | WEBCORE_EXPORT extern LazyNeverDestroyed<const WebCore::SVGQualifiedName> feFuncATag; |
77 | WEBCORE_EXPORT extern LazyNeverDestroyed<const WebCore::SVGQualifiedName> feFuncBTag; |
78 | WEBCORE_EXPORT extern LazyNeverDestroyed<const WebCore::SVGQualifiedName> feFuncGTag; |
79 | WEBCORE_EXPORT extern LazyNeverDestroyed<const WebCore::SVGQualifiedName> feFuncRTag; |
80 | WEBCORE_EXPORT extern LazyNeverDestroyed<const WebCore::SVGQualifiedName> feGaussianBlurTag; |
81 | WEBCORE_EXPORT extern LazyNeverDestroyed<const WebCore::SVGQualifiedName> feImageTag; |
82 | WEBCORE_EXPORT extern LazyNeverDestroyed<const WebCore::SVGQualifiedName> feMergeTag; |
83 | WEBCORE_EXPORT extern LazyNeverDestroyed<const WebCore::SVGQualifiedName> feMergeNodeTag; |
84 | WEBCORE_EXPORT extern LazyNeverDestroyed<const WebCore::SVGQualifiedName> feMorphologyTag; |
85 | WEBCORE_EXPORT extern LazyNeverDestroyed<const WebCore::SVGQualifiedName> feOffsetTag; |
86 | WEBCORE_EXPORT extern LazyNeverDestroyed<const WebCore::SVGQualifiedName> fePointLightTag; |
87 | WEBCORE_EXPORT extern LazyNeverDestroyed<const WebCore::SVGQualifiedName> feSpecularLightingTag; |
88 | WEBCORE_EXPORT extern LazyNeverDestroyed<const WebCore::SVGQualifiedName> feSpotLightTag; |
89 | WEBCORE_EXPORT extern LazyNeverDestroyed<const WebCore::SVGQualifiedName> feTileTag; |
90 | WEBCORE_EXPORT extern LazyNeverDestroyed<const WebCore::SVGQualifiedName> feTurbulenceTag; |
91 | WEBCORE_EXPORT extern LazyNeverDestroyed<const WebCore::SVGQualifiedName> filterTag; |
92 | WEBCORE_EXPORT extern LazyNeverDestroyed<const WebCore::SVGQualifiedName> fontTag; |
93 | WEBCORE_EXPORT extern LazyNeverDestroyed<const WebCore::SVGQualifiedName> font_faceTag; |
94 | WEBCORE_EXPORT extern LazyNeverDestroyed<const WebCore::SVGQualifiedName> font_face_formatTag; |
95 | WEBCORE_EXPORT extern LazyNeverDestroyed<const WebCore::SVGQualifiedName> font_face_nameTag; |
96 | WEBCORE_EXPORT extern LazyNeverDestroyed<const WebCore::SVGQualifiedName> font_face_srcTag; |
97 | WEBCORE_EXPORT extern LazyNeverDestroyed<const WebCore::SVGQualifiedName> font_face_uriTag; |
98 | WEBCORE_EXPORT extern LazyNeverDestroyed<const WebCore::SVGQualifiedName> foreignObjectTag; |
99 | WEBCORE_EXPORT extern LazyNeverDestroyed<const WebCore::SVGQualifiedName> gTag; |
100 | WEBCORE_EXPORT extern LazyNeverDestroyed<const WebCore::SVGQualifiedName> glyphTag; |
101 | WEBCORE_EXPORT extern LazyNeverDestroyed<const WebCore::SVGQualifiedName> glyphRefTag; |
102 | WEBCORE_EXPORT extern LazyNeverDestroyed<const WebCore::SVGQualifiedName> hkernTag; |
103 | WEBCORE_EXPORT extern LazyNeverDestroyed<const WebCore::SVGQualifiedName> imageTag; |
104 | WEBCORE_EXPORT extern LazyNeverDestroyed<const WebCore::SVGQualifiedName> lineTag; |
105 | WEBCORE_EXPORT extern LazyNeverDestroyed<const WebCore::SVGQualifiedName> linearGradientTag; |
106 | WEBCORE_EXPORT extern LazyNeverDestroyed<const WebCore::SVGQualifiedName> markerTag; |
107 | WEBCORE_EXPORT extern LazyNeverDestroyed<const WebCore::SVGQualifiedName> maskTag; |
108 | WEBCORE_EXPORT extern LazyNeverDestroyed<const WebCore::SVGQualifiedName> metadataTag; |
109 | WEBCORE_EXPORT extern LazyNeverDestroyed<const WebCore::SVGQualifiedName> missing_glyphTag; |
110 | WEBCORE_EXPORT extern LazyNeverDestroyed<const WebCore::SVGQualifiedName> mpathTag; |
111 | WEBCORE_EXPORT extern LazyNeverDestroyed<const WebCore::SVGQualifiedName> pathTag; |
112 | WEBCORE_EXPORT extern LazyNeverDestroyed<const WebCore::SVGQualifiedName> patternTag; |
113 | WEBCORE_EXPORT extern LazyNeverDestroyed<const WebCore::SVGQualifiedName> polygonTag; |
114 | WEBCORE_EXPORT extern LazyNeverDestroyed<const WebCore::SVGQualifiedName> polylineTag; |
115 | WEBCORE_EXPORT extern LazyNeverDestroyed<const WebCore::SVGQualifiedName> radialGradientTag; |
116 | WEBCORE_EXPORT extern LazyNeverDestroyed<const WebCore::SVGQualifiedName> rectTag; |
117 | WEBCORE_EXPORT extern LazyNeverDestroyed<const WebCore::SVGQualifiedName> scriptTag; |
118 | WEBCORE_EXPORT extern LazyNeverDestroyed<const WebCore::SVGQualifiedName> setTag; |
119 | WEBCORE_EXPORT extern LazyNeverDestroyed<const WebCore::SVGQualifiedName> stopTag; |
120 | WEBCORE_EXPORT extern LazyNeverDestroyed<const WebCore::SVGQualifiedName> styleTag; |
121 | WEBCORE_EXPORT extern LazyNeverDestroyed<const WebCore::SVGQualifiedName> svgTag; |
122 | WEBCORE_EXPORT extern LazyNeverDestroyed<const WebCore::SVGQualifiedName> switchTag; |
123 | WEBCORE_EXPORT extern LazyNeverDestroyed<const WebCore::SVGQualifiedName> symbolTag; |
124 | WEBCORE_EXPORT extern LazyNeverDestroyed<const WebCore::SVGQualifiedName> textTag; |
125 | WEBCORE_EXPORT extern LazyNeverDestroyed<const WebCore::SVGQualifiedName> textPathTag; |
126 | WEBCORE_EXPORT extern LazyNeverDestroyed<const WebCore::SVGQualifiedName> titleTag; |
127 | WEBCORE_EXPORT extern LazyNeverDestroyed<const WebCore::SVGQualifiedName> trefTag; |
128 | WEBCORE_EXPORT extern LazyNeverDestroyed<const WebCore::SVGQualifiedName> tspanTag; |
129 | WEBCORE_EXPORT extern LazyNeverDestroyed<const WebCore::SVGQualifiedName> useTag; |
130 | WEBCORE_EXPORT extern LazyNeverDestroyed<const WebCore::SVGQualifiedName> viewTag; |
131 | WEBCORE_EXPORT extern LazyNeverDestroyed<const WebCore::SVGQualifiedName> vkernTag; |
132 | // Attributes |
133 | WEBCORE_EXPORT extern LazyNeverDestroyed<const WebCore::QualifiedName> accent_heightAttr; |
134 | WEBCORE_EXPORT extern LazyNeverDestroyed<const WebCore::QualifiedName> accumulateAttr; |
135 | WEBCORE_EXPORT extern LazyNeverDestroyed<const WebCore::QualifiedName> additiveAttr; |
136 | WEBCORE_EXPORT extern LazyNeverDestroyed<const WebCore::QualifiedName> alignment_baselineAttr; |
137 | WEBCORE_EXPORT extern LazyNeverDestroyed<const WebCore::QualifiedName> alphabeticAttr; |
138 | WEBCORE_EXPORT extern LazyNeverDestroyed<const WebCore::QualifiedName> amplitudeAttr; |
139 | WEBCORE_EXPORT extern LazyNeverDestroyed<const WebCore::QualifiedName> animateAttr; |
140 | WEBCORE_EXPORT extern LazyNeverDestroyed<const WebCore::QualifiedName> arabic_formAttr; |
141 | WEBCORE_EXPORT extern LazyNeverDestroyed<const WebCore::QualifiedName> ascentAttr; |
142 | WEBCORE_EXPORT extern LazyNeverDestroyed<const WebCore::QualifiedName> attributeNameAttr; |
143 | WEBCORE_EXPORT extern LazyNeverDestroyed<const WebCore::QualifiedName> attributeTypeAttr; |
144 | WEBCORE_EXPORT extern LazyNeverDestroyed<const WebCore::QualifiedName> azimuthAttr; |
145 | WEBCORE_EXPORT extern LazyNeverDestroyed<const WebCore::QualifiedName> baseFrequencyAttr; |
146 | WEBCORE_EXPORT extern LazyNeverDestroyed<const WebCore::QualifiedName> baseProfileAttr; |
147 | WEBCORE_EXPORT extern LazyNeverDestroyed<const WebCore::QualifiedName> baseline_shiftAttr; |
148 | WEBCORE_EXPORT extern LazyNeverDestroyed<const WebCore::QualifiedName> bboxAttr; |
149 | WEBCORE_EXPORT extern LazyNeverDestroyed<const WebCore::QualifiedName> beginAttr; |
150 | WEBCORE_EXPORT extern LazyNeverDestroyed<const WebCore::QualifiedName> biasAttr; |
151 | WEBCORE_EXPORT extern LazyNeverDestroyed<const WebCore::QualifiedName> buffered_renderingAttr; |
152 | WEBCORE_EXPORT extern LazyNeverDestroyed<const WebCore::QualifiedName> byAttr; |
153 | WEBCORE_EXPORT extern LazyNeverDestroyed<const WebCore::QualifiedName> calcModeAttr; |
154 | WEBCORE_EXPORT extern LazyNeverDestroyed<const WebCore::QualifiedName> cap_heightAttr; |
155 | WEBCORE_EXPORT extern LazyNeverDestroyed<const WebCore::QualifiedName> clipAttr; |
156 | WEBCORE_EXPORT extern LazyNeverDestroyed<const WebCore::QualifiedName> clipPathUnitsAttr; |
157 | WEBCORE_EXPORT extern LazyNeverDestroyed<const WebCore::QualifiedName> clip_pathAttr; |
158 | WEBCORE_EXPORT extern LazyNeverDestroyed<const WebCore::QualifiedName> clip_ruleAttr; |
159 | WEBCORE_EXPORT extern LazyNeverDestroyed<const WebCore::QualifiedName> colorAttr; |
160 | WEBCORE_EXPORT extern LazyNeverDestroyed<const WebCore::QualifiedName> color_interpolationAttr; |
161 | WEBCORE_EXPORT extern LazyNeverDestroyed<const WebCore::QualifiedName> color_interpolation_filtersAttr; |
162 | WEBCORE_EXPORT extern LazyNeverDestroyed<const WebCore::QualifiedName> color_profileAttr; |
163 | WEBCORE_EXPORT extern LazyNeverDestroyed<const WebCore::QualifiedName> color_renderingAttr; |
164 | WEBCORE_EXPORT extern LazyNeverDestroyed<const WebCore::QualifiedName> contentScriptTypeAttr; |
165 | WEBCORE_EXPORT extern LazyNeverDestroyed<const WebCore::QualifiedName> contentStyleTypeAttr; |
166 | WEBCORE_EXPORT extern LazyNeverDestroyed<const WebCore::QualifiedName> cursorAttr; |
167 | WEBCORE_EXPORT extern LazyNeverDestroyed<const WebCore::QualifiedName> cxAttr; |
168 | WEBCORE_EXPORT extern LazyNeverDestroyed<const WebCore::QualifiedName> cyAttr; |
169 | WEBCORE_EXPORT extern LazyNeverDestroyed<const WebCore::QualifiedName> dAttr; |
170 | WEBCORE_EXPORT extern LazyNeverDestroyed<const WebCore::QualifiedName> descentAttr; |
171 | WEBCORE_EXPORT extern LazyNeverDestroyed<const WebCore::QualifiedName> diffuseConstantAttr; |
172 | WEBCORE_EXPORT extern LazyNeverDestroyed<const WebCore::QualifiedName> directionAttr; |
173 | WEBCORE_EXPORT extern LazyNeverDestroyed<const WebCore::QualifiedName> displayAttr; |
174 | WEBCORE_EXPORT extern LazyNeverDestroyed<const WebCore::QualifiedName> divisorAttr; |
175 | WEBCORE_EXPORT extern LazyNeverDestroyed<const WebCore::QualifiedName> dominant_baselineAttr; |
176 | WEBCORE_EXPORT extern LazyNeverDestroyed<const WebCore::QualifiedName> durAttr; |
177 | WEBCORE_EXPORT extern LazyNeverDestroyed<const WebCore::QualifiedName> dxAttr; |
178 | WEBCORE_EXPORT extern LazyNeverDestroyed<const WebCore::QualifiedName> dyAttr; |
179 | WEBCORE_EXPORT extern LazyNeverDestroyed<const WebCore::QualifiedName> edgeModeAttr; |
180 | WEBCORE_EXPORT extern LazyNeverDestroyed<const WebCore::QualifiedName> elevationAttr; |
181 | WEBCORE_EXPORT extern LazyNeverDestroyed<const WebCore::QualifiedName> enable_backgroundAttr; |
182 | WEBCORE_EXPORT extern LazyNeverDestroyed<const WebCore::QualifiedName> endAttr; |
183 | WEBCORE_EXPORT extern LazyNeverDestroyed<const WebCore::QualifiedName> exponentAttr; |
184 | WEBCORE_EXPORT extern LazyNeverDestroyed<const WebCore::QualifiedName> externalResourcesRequiredAttr; |
185 | WEBCORE_EXPORT extern LazyNeverDestroyed<const WebCore::QualifiedName> fillAttr; |
186 | WEBCORE_EXPORT extern LazyNeverDestroyed<const WebCore::QualifiedName> fill_opacityAttr; |
187 | WEBCORE_EXPORT extern LazyNeverDestroyed<const WebCore::QualifiedName> fill_ruleAttr; |
188 | WEBCORE_EXPORT extern LazyNeverDestroyed<const WebCore::QualifiedName> filterAttr; |
189 | WEBCORE_EXPORT extern LazyNeverDestroyed<const WebCore::QualifiedName> filterUnitsAttr; |
190 | WEBCORE_EXPORT extern LazyNeverDestroyed<const WebCore::QualifiedName> flood_colorAttr; |
191 | WEBCORE_EXPORT extern LazyNeverDestroyed<const WebCore::QualifiedName> flood_opacityAttr; |
192 | WEBCORE_EXPORT extern LazyNeverDestroyed<const WebCore::QualifiedName> font_familyAttr; |
193 | WEBCORE_EXPORT extern LazyNeverDestroyed<const WebCore::QualifiedName> font_sizeAttr; |
194 | WEBCORE_EXPORT extern LazyNeverDestroyed<const WebCore::QualifiedName> font_size_adjustAttr; |
195 | WEBCORE_EXPORT extern LazyNeverDestroyed<const WebCore::QualifiedName> font_stretchAttr; |
196 | WEBCORE_EXPORT extern LazyNeverDestroyed<const WebCore::QualifiedName> font_styleAttr; |
197 | WEBCORE_EXPORT extern LazyNeverDestroyed<const WebCore::QualifiedName> font_variantAttr; |
198 | WEBCORE_EXPORT extern LazyNeverDestroyed<const WebCore::QualifiedName> font_weightAttr; |
199 | WEBCORE_EXPORT extern LazyNeverDestroyed<const WebCore::QualifiedName> formatAttr; |
200 | WEBCORE_EXPORT extern LazyNeverDestroyed<const WebCore::QualifiedName> frAttr; |
201 | WEBCORE_EXPORT extern LazyNeverDestroyed<const WebCore::QualifiedName> fromAttr; |
202 | WEBCORE_EXPORT extern LazyNeverDestroyed<const WebCore::QualifiedName> fxAttr; |
203 | WEBCORE_EXPORT extern LazyNeverDestroyed<const WebCore::QualifiedName> fyAttr; |
204 | WEBCORE_EXPORT extern LazyNeverDestroyed<const WebCore::QualifiedName> g1Attr; |
205 | WEBCORE_EXPORT extern LazyNeverDestroyed<const WebCore::QualifiedName> g2Attr; |
206 | WEBCORE_EXPORT extern LazyNeverDestroyed<const WebCore::QualifiedName> glyphRefAttr; |
207 | WEBCORE_EXPORT extern LazyNeverDestroyed<const WebCore::QualifiedName> glyph_nameAttr; |
208 | WEBCORE_EXPORT extern LazyNeverDestroyed<const WebCore::QualifiedName> glyph_orientation_horizontalAttr; |
209 | WEBCORE_EXPORT extern LazyNeverDestroyed<const WebCore::QualifiedName> glyph_orientation_verticalAttr; |
210 | WEBCORE_EXPORT extern LazyNeverDestroyed<const WebCore::QualifiedName> gradientTransformAttr; |
211 | WEBCORE_EXPORT extern LazyNeverDestroyed<const WebCore::QualifiedName> gradientUnitsAttr; |
212 | WEBCORE_EXPORT extern LazyNeverDestroyed<const WebCore::QualifiedName> hangingAttr; |
213 | WEBCORE_EXPORT extern LazyNeverDestroyed<const WebCore::QualifiedName> heightAttr; |
214 | WEBCORE_EXPORT extern LazyNeverDestroyed<const WebCore::QualifiedName> horiz_adv_xAttr; |
215 | WEBCORE_EXPORT extern LazyNeverDestroyed<const WebCore::QualifiedName> horiz_origin_xAttr; |
216 | WEBCORE_EXPORT extern LazyNeverDestroyed<const WebCore::QualifiedName> horiz_origin_yAttr; |
217 | WEBCORE_EXPORT extern LazyNeverDestroyed<const WebCore::QualifiedName> hrefAttr; |
218 | WEBCORE_EXPORT extern LazyNeverDestroyed<const WebCore::QualifiedName> ideographicAttr; |
219 | WEBCORE_EXPORT extern LazyNeverDestroyed<const WebCore::QualifiedName> image_renderingAttr; |
220 | WEBCORE_EXPORT extern LazyNeverDestroyed<const WebCore::QualifiedName> inAttr; |
221 | WEBCORE_EXPORT extern LazyNeverDestroyed<const WebCore::QualifiedName> in2Attr; |
222 | WEBCORE_EXPORT extern LazyNeverDestroyed<const WebCore::QualifiedName> interceptAttr; |
223 | WEBCORE_EXPORT extern LazyNeverDestroyed<const WebCore::QualifiedName> kAttr; |
224 | WEBCORE_EXPORT extern LazyNeverDestroyed<const WebCore::QualifiedName> k1Attr; |
225 | WEBCORE_EXPORT extern LazyNeverDestroyed<const WebCore::QualifiedName> k2Attr; |
226 | WEBCORE_EXPORT extern LazyNeverDestroyed<const WebCore::QualifiedName> k3Attr; |
227 | WEBCORE_EXPORT extern LazyNeverDestroyed<const WebCore::QualifiedName> k4Attr; |
228 | WEBCORE_EXPORT extern LazyNeverDestroyed<const WebCore::QualifiedName> kernelMatrixAttr; |
229 | WEBCORE_EXPORT extern LazyNeverDestroyed<const WebCore::QualifiedName> kernelUnitLengthAttr; |
230 | WEBCORE_EXPORT extern LazyNeverDestroyed<const WebCore::QualifiedName> kerningAttr; |
231 | WEBCORE_EXPORT extern LazyNeverDestroyed<const WebCore::QualifiedName> keyPointsAttr; |
232 | WEBCORE_EXPORT extern LazyNeverDestroyed<const WebCore::QualifiedName> keySplinesAttr; |
233 | WEBCORE_EXPORT extern LazyNeverDestroyed<const WebCore::QualifiedName> keyTimesAttr; |
234 | WEBCORE_EXPORT extern LazyNeverDestroyed<const WebCore::QualifiedName> langAttr; |
235 | WEBCORE_EXPORT extern LazyNeverDestroyed<const WebCore::QualifiedName> lengthAdjustAttr; |
236 | WEBCORE_EXPORT extern LazyNeverDestroyed<const WebCore::QualifiedName> letter_spacingAttr; |
237 | WEBCORE_EXPORT extern LazyNeverDestroyed<const WebCore::QualifiedName> lighting_colorAttr; |
238 | WEBCORE_EXPORT extern LazyNeverDestroyed<const WebCore::QualifiedName> limitingConeAngleAttr; |
239 | WEBCORE_EXPORT extern LazyNeverDestroyed<const WebCore::QualifiedName> localAttr; |
240 | WEBCORE_EXPORT extern LazyNeverDestroyed<const WebCore::QualifiedName> markerHeightAttr; |
241 | WEBCORE_EXPORT extern LazyNeverDestroyed<const WebCore::QualifiedName> markerUnitsAttr; |
242 | WEBCORE_EXPORT extern LazyNeverDestroyed<const WebCore::QualifiedName> markerWidthAttr; |
243 | WEBCORE_EXPORT extern LazyNeverDestroyed<const WebCore::QualifiedName> marker_endAttr; |
244 | WEBCORE_EXPORT extern LazyNeverDestroyed<const WebCore::QualifiedName> marker_midAttr; |
245 | WEBCORE_EXPORT extern LazyNeverDestroyed<const WebCore::QualifiedName> marker_startAttr; |
246 | WEBCORE_EXPORT extern LazyNeverDestroyed<const WebCore::QualifiedName> maskAttr; |
247 | WEBCORE_EXPORT extern LazyNeverDestroyed<const WebCore::QualifiedName> maskContentUnitsAttr; |
248 | WEBCORE_EXPORT extern LazyNeverDestroyed<const WebCore::QualifiedName> maskUnitsAttr; |
249 | WEBCORE_EXPORT extern LazyNeverDestroyed<const WebCore::QualifiedName> mask_typeAttr; |
250 | WEBCORE_EXPORT extern LazyNeverDestroyed<const WebCore::QualifiedName> mathematicalAttr; |
251 | WEBCORE_EXPORT extern LazyNeverDestroyed<const WebCore::QualifiedName> maxAttr; |
252 | WEBCORE_EXPORT extern LazyNeverDestroyed<const WebCore::QualifiedName> mediaAttr; |
253 | WEBCORE_EXPORT extern LazyNeverDestroyed<const WebCore::QualifiedName> methodAttr; |
254 | WEBCORE_EXPORT extern LazyNeverDestroyed<const WebCore::QualifiedName> minAttr; |
255 | WEBCORE_EXPORT extern LazyNeverDestroyed<const WebCore::QualifiedName> modeAttr; |
256 | WEBCORE_EXPORT extern LazyNeverDestroyed<const WebCore::QualifiedName> nameAttr; |
257 | WEBCORE_EXPORT extern LazyNeverDestroyed<const WebCore::QualifiedName> numOctavesAttr; |
258 | WEBCORE_EXPORT extern LazyNeverDestroyed<const WebCore::QualifiedName> offsetAttr; |
259 | WEBCORE_EXPORT extern LazyNeverDestroyed<const WebCore::QualifiedName> onbeginAttr; |
260 | WEBCORE_EXPORT extern LazyNeverDestroyed<const WebCore::QualifiedName> onendAttr; |
261 | WEBCORE_EXPORT extern LazyNeverDestroyed<const WebCore::QualifiedName> onzoomAttr; |
262 | WEBCORE_EXPORT extern LazyNeverDestroyed<const WebCore::QualifiedName> opacityAttr; |
263 | WEBCORE_EXPORT extern LazyNeverDestroyed<const WebCore::QualifiedName> operatorAttr; |
264 | WEBCORE_EXPORT extern LazyNeverDestroyed<const WebCore::QualifiedName> orderAttr; |
265 | WEBCORE_EXPORT extern LazyNeverDestroyed<const WebCore::QualifiedName> orientAttr; |
266 | WEBCORE_EXPORT extern LazyNeverDestroyed<const WebCore::QualifiedName> orientationAttr; |
267 | WEBCORE_EXPORT extern LazyNeverDestroyed<const WebCore::QualifiedName> originAttr; |
268 | WEBCORE_EXPORT extern LazyNeverDestroyed<const WebCore::QualifiedName> overflowAttr; |
269 | WEBCORE_EXPORT extern LazyNeverDestroyed<const WebCore::QualifiedName> overline_positionAttr; |
270 | WEBCORE_EXPORT extern LazyNeverDestroyed<const WebCore::QualifiedName> overline_thicknessAttr; |
271 | WEBCORE_EXPORT extern LazyNeverDestroyed<const WebCore::QualifiedName> paint_orderAttr; |
272 | WEBCORE_EXPORT extern LazyNeverDestroyed<const WebCore::QualifiedName> panose_1Attr; |
273 | WEBCORE_EXPORT extern LazyNeverDestroyed<const WebCore::QualifiedName> pathAttr; |
274 | WEBCORE_EXPORT extern LazyNeverDestroyed<const WebCore::QualifiedName> pathLengthAttr; |
275 | WEBCORE_EXPORT extern LazyNeverDestroyed<const WebCore::QualifiedName> patternContentUnitsAttr; |
276 | WEBCORE_EXPORT extern LazyNeverDestroyed<const WebCore::QualifiedName> patternTransformAttr; |
277 | WEBCORE_EXPORT extern LazyNeverDestroyed<const WebCore::QualifiedName> patternUnitsAttr; |
278 | WEBCORE_EXPORT extern LazyNeverDestroyed<const WebCore::QualifiedName> pointer_eventsAttr; |
279 | WEBCORE_EXPORT extern LazyNeverDestroyed<const WebCore::QualifiedName> pointsAttr; |
280 | WEBCORE_EXPORT extern LazyNeverDestroyed<const WebCore::QualifiedName> pointsAtXAttr; |
281 | WEBCORE_EXPORT extern LazyNeverDestroyed<const WebCore::QualifiedName> pointsAtYAttr; |
282 | WEBCORE_EXPORT extern LazyNeverDestroyed<const WebCore::QualifiedName> pointsAtZAttr; |
283 | WEBCORE_EXPORT extern LazyNeverDestroyed<const WebCore::QualifiedName> preserveAlphaAttr; |
284 | WEBCORE_EXPORT extern LazyNeverDestroyed<const WebCore::QualifiedName> preserveAspectRatioAttr; |
285 | WEBCORE_EXPORT extern LazyNeverDestroyed<const WebCore::QualifiedName> primitiveUnitsAttr; |
286 | WEBCORE_EXPORT extern LazyNeverDestroyed<const WebCore::QualifiedName> rAttr; |
287 | WEBCORE_EXPORT extern LazyNeverDestroyed<const WebCore::QualifiedName> radiusAttr; |
288 | WEBCORE_EXPORT extern LazyNeverDestroyed<const WebCore::QualifiedName> refXAttr; |
289 | WEBCORE_EXPORT extern LazyNeverDestroyed<const WebCore::QualifiedName> refYAttr; |
290 | WEBCORE_EXPORT extern LazyNeverDestroyed<const WebCore::QualifiedName> rendering_intentAttr; |
291 | WEBCORE_EXPORT extern LazyNeverDestroyed<const WebCore::QualifiedName> repeatCountAttr; |
292 | WEBCORE_EXPORT extern LazyNeverDestroyed<const WebCore::QualifiedName> repeatDurAttr; |
293 | WEBCORE_EXPORT extern LazyNeverDestroyed<const WebCore::QualifiedName> requiredExtensionsAttr; |
294 | WEBCORE_EXPORT extern LazyNeverDestroyed<const WebCore::QualifiedName> requiredFeaturesAttr; |
295 | WEBCORE_EXPORT extern LazyNeverDestroyed<const WebCore::QualifiedName> restartAttr; |
296 | WEBCORE_EXPORT extern LazyNeverDestroyed<const WebCore::QualifiedName> resultAttr; |
297 | WEBCORE_EXPORT extern LazyNeverDestroyed<const WebCore::QualifiedName> rotateAttr; |
298 | WEBCORE_EXPORT extern LazyNeverDestroyed<const WebCore::QualifiedName> rxAttr; |
299 | WEBCORE_EXPORT extern LazyNeverDestroyed<const WebCore::QualifiedName> ryAttr; |
300 | WEBCORE_EXPORT extern LazyNeverDestroyed<const WebCore::QualifiedName> scaleAttr; |
301 | WEBCORE_EXPORT extern LazyNeverDestroyed<const WebCore::QualifiedName> seedAttr; |
302 | WEBCORE_EXPORT extern LazyNeverDestroyed<const WebCore::QualifiedName> shape_renderingAttr; |
303 | WEBCORE_EXPORT extern LazyNeverDestroyed<const WebCore::QualifiedName> slopeAttr; |
304 | WEBCORE_EXPORT extern LazyNeverDestroyed<const WebCore::QualifiedName> spacingAttr; |
305 | WEBCORE_EXPORT extern LazyNeverDestroyed<const WebCore::QualifiedName> specularConstantAttr; |
306 | WEBCORE_EXPORT extern LazyNeverDestroyed<const WebCore::QualifiedName> specularExponentAttr; |
307 | WEBCORE_EXPORT extern LazyNeverDestroyed<const WebCore::QualifiedName> spreadMethodAttr; |
308 | WEBCORE_EXPORT extern LazyNeverDestroyed<const WebCore::QualifiedName> startOffsetAttr; |
309 | WEBCORE_EXPORT extern LazyNeverDestroyed<const WebCore::QualifiedName> stdDeviationAttr; |
310 | WEBCORE_EXPORT extern LazyNeverDestroyed<const WebCore::QualifiedName> stemhAttr; |
311 | WEBCORE_EXPORT extern LazyNeverDestroyed<const WebCore::QualifiedName> stemvAttr; |
312 | WEBCORE_EXPORT extern LazyNeverDestroyed<const WebCore::QualifiedName> stitchTilesAttr; |
313 | WEBCORE_EXPORT extern LazyNeverDestroyed<const WebCore::QualifiedName> stop_colorAttr; |
314 | WEBCORE_EXPORT extern LazyNeverDestroyed<const WebCore::QualifiedName> stop_opacityAttr; |
315 | WEBCORE_EXPORT extern LazyNeverDestroyed<const WebCore::QualifiedName> strikethrough_positionAttr; |
316 | WEBCORE_EXPORT extern LazyNeverDestroyed<const WebCore::QualifiedName> strikethrough_thicknessAttr; |
317 | WEBCORE_EXPORT extern LazyNeverDestroyed<const WebCore::QualifiedName> strokeAttr; |
318 | WEBCORE_EXPORT extern LazyNeverDestroyed<const WebCore::QualifiedName> stroke_dasharrayAttr; |
319 | WEBCORE_EXPORT extern LazyNeverDestroyed<const WebCore::QualifiedName> stroke_dashoffsetAttr; |
320 | WEBCORE_EXPORT extern LazyNeverDestroyed<const WebCore::QualifiedName> stroke_linecapAttr; |
321 | WEBCORE_EXPORT extern LazyNeverDestroyed<const WebCore::QualifiedName> stroke_linejoinAttr; |
322 | WEBCORE_EXPORT extern LazyNeverDestroyed<const WebCore::QualifiedName> stroke_miterlimitAttr; |
323 | WEBCORE_EXPORT extern LazyNeverDestroyed<const WebCore::QualifiedName> stroke_opacityAttr; |
324 | WEBCORE_EXPORT extern LazyNeverDestroyed<const WebCore::QualifiedName> stroke_widthAttr; |
325 | WEBCORE_EXPORT extern LazyNeverDestroyed<const WebCore::QualifiedName> styleAttr; |
326 | WEBCORE_EXPORT extern LazyNeverDestroyed<const WebCore::QualifiedName> surfaceScaleAttr; |
327 | WEBCORE_EXPORT extern LazyNeverDestroyed<const WebCore::QualifiedName> systemLanguageAttr; |
328 | WEBCORE_EXPORT extern LazyNeverDestroyed<const WebCore::QualifiedName> tableValuesAttr; |
329 | WEBCORE_EXPORT extern LazyNeverDestroyed<const WebCore::QualifiedName> targetAttr; |
330 | WEBCORE_EXPORT extern LazyNeverDestroyed<const WebCore::QualifiedName> targetXAttr; |
331 | WEBCORE_EXPORT extern LazyNeverDestroyed<const WebCore::QualifiedName> targetYAttr; |
332 | WEBCORE_EXPORT extern LazyNeverDestroyed<const WebCore::QualifiedName> textLengthAttr; |
333 | WEBCORE_EXPORT extern LazyNeverDestroyed<const WebCore::QualifiedName> text_anchorAttr; |
334 | WEBCORE_EXPORT extern LazyNeverDestroyed<const WebCore::QualifiedName> text_decorationAttr; |
335 | WEBCORE_EXPORT extern LazyNeverDestroyed<const WebCore::QualifiedName> text_renderingAttr; |
336 | WEBCORE_EXPORT extern LazyNeverDestroyed<const WebCore::QualifiedName> titleAttr; |
337 | WEBCORE_EXPORT extern LazyNeverDestroyed<const WebCore::QualifiedName> toAttr; |
338 | WEBCORE_EXPORT extern LazyNeverDestroyed<const WebCore::QualifiedName> transformAttr; |
339 | WEBCORE_EXPORT extern LazyNeverDestroyed<const WebCore::QualifiedName> transform_originAttr; |
340 | WEBCORE_EXPORT extern LazyNeverDestroyed<const WebCore::QualifiedName> typeAttr; |
341 | WEBCORE_EXPORT extern LazyNeverDestroyed<const WebCore::QualifiedName> u1Attr; |
342 | WEBCORE_EXPORT extern LazyNeverDestroyed<const WebCore::QualifiedName> u2Attr; |
343 | WEBCORE_EXPORT extern LazyNeverDestroyed<const WebCore::QualifiedName> underline_positionAttr; |
344 | WEBCORE_EXPORT extern LazyNeverDestroyed<const WebCore::QualifiedName> underline_thicknessAttr; |
345 | WEBCORE_EXPORT extern LazyNeverDestroyed<const WebCore::QualifiedName> unicodeAttr; |
346 | WEBCORE_EXPORT extern LazyNeverDestroyed<const WebCore::QualifiedName> unicode_bidiAttr; |
347 | WEBCORE_EXPORT extern LazyNeverDestroyed<const WebCore::QualifiedName> unicode_rangeAttr; |
348 | WEBCORE_EXPORT extern LazyNeverDestroyed<const WebCore::QualifiedName> units_per_emAttr; |
349 | WEBCORE_EXPORT extern LazyNeverDestroyed<const WebCore::QualifiedName> v_alphabeticAttr; |
350 | WEBCORE_EXPORT extern LazyNeverDestroyed<const WebCore::QualifiedName> v_hangingAttr; |
351 | WEBCORE_EXPORT extern LazyNeverDestroyed<const WebCore::QualifiedName> v_ideographicAttr; |
352 | WEBCORE_EXPORT extern LazyNeverDestroyed<const WebCore::QualifiedName> v_mathematicalAttr; |
353 | WEBCORE_EXPORT extern LazyNeverDestroyed<const WebCore::QualifiedName> valuesAttr; |
354 | WEBCORE_EXPORT extern LazyNeverDestroyed<const WebCore::QualifiedName> vector_effectAttr; |
355 | WEBCORE_EXPORT extern LazyNeverDestroyed<const WebCore::QualifiedName> versionAttr; |
356 | WEBCORE_EXPORT extern LazyNeverDestroyed<const WebCore::QualifiedName> vert_adv_yAttr; |
357 | WEBCORE_EXPORT extern LazyNeverDestroyed<const WebCore::QualifiedName> vert_origin_xAttr; |
358 | WEBCORE_EXPORT extern LazyNeverDestroyed<const WebCore::QualifiedName> vert_origin_yAttr; |
359 | WEBCORE_EXPORT extern LazyNeverDestroyed<const WebCore::QualifiedName> viewBoxAttr; |
360 | WEBCORE_EXPORT extern LazyNeverDestroyed<const WebCore::QualifiedName> viewTargetAttr; |
361 | WEBCORE_EXPORT extern LazyNeverDestroyed<const WebCore::QualifiedName> visibilityAttr; |
362 | WEBCORE_EXPORT extern LazyNeverDestroyed<const WebCore::QualifiedName> widthAttr; |
363 | WEBCORE_EXPORT extern LazyNeverDestroyed<const WebCore::QualifiedName> widthsAttr; |
364 | WEBCORE_EXPORT extern LazyNeverDestroyed<const WebCore::QualifiedName> word_spacingAttr; |
365 | WEBCORE_EXPORT extern LazyNeverDestroyed<const WebCore::QualifiedName> writing_modeAttr; |
366 | WEBCORE_EXPORT extern LazyNeverDestroyed<const WebCore::QualifiedName> xAttr; |
367 | WEBCORE_EXPORT extern LazyNeverDestroyed<const WebCore::QualifiedName> x1Attr; |
368 | WEBCORE_EXPORT extern LazyNeverDestroyed<const WebCore::QualifiedName> x2Attr; |
369 | WEBCORE_EXPORT extern LazyNeverDestroyed<const WebCore::QualifiedName> xChannelSelectorAttr; |
370 | WEBCORE_EXPORT extern LazyNeverDestroyed<const WebCore::QualifiedName> x_heightAttr; |
371 | WEBCORE_EXPORT extern LazyNeverDestroyed<const WebCore::QualifiedName> yAttr; |
372 | WEBCORE_EXPORT extern LazyNeverDestroyed<const WebCore::QualifiedName> y1Attr; |
373 | WEBCORE_EXPORT extern LazyNeverDestroyed<const WebCore::QualifiedName> y2Attr; |
374 | WEBCORE_EXPORT extern LazyNeverDestroyed<const WebCore::QualifiedName> yChannelSelectorAttr; |
375 | WEBCORE_EXPORT extern LazyNeverDestroyed<const WebCore::QualifiedName> zAttr; |
376 | WEBCORE_EXPORT extern LazyNeverDestroyed<const WebCore::QualifiedName> zoomAndPanAttr; |
377 | #endif |
378 | |
379 | const unsigned SVGTagsCount = 81; |
380 | const WebCore::SVGQualifiedName* const* getSVGTags(); |
381 | const unsigned SVGAttrsCount = 244; |
382 | const WebCore::QualifiedName* const* getSVGAttrs(); |
383 | |
384 | WEBCORE_EXPORT void init(); |
385 | |
386 | } } |
387 | |
388 | #endif |
389 | |
390 | |