XFANode$.java 21.9 KB
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543 544 545 546 547 548 549 550 551 552 553 554 555 556 557 558 559 560 561 562 563 564 565 566 567 568 569 570 571 572 573 574 575 576 577 578 579 580 581 582 583 584
/*
 * Decompiled with CFR 0_118.
 * 
 * Could not load the following classes:
 *  com.adobe.forms.layout.XFANode$$anonfun
 *  com.adobe.forms.layout.XFANode$$anonfun$apply
 *  com.adobe.forms.layout.XFANode$$anonfun$readNodeAsBoolean
 *  com.adobe.forms.layout.XFANode$$anonfun$readNodeAsDouble
 *  com.adobe.forms.layout.XFANode$$anonfun$readNodeAsInt
 *  com.adobe.forms.layout.XFANode$$anonfun$readNodeAsString
 *  scala.Function0
 *  scala.Option
 *  scala.ScalaObject
 *  scala.runtime.AbstractFunction0
 *  scala.xml.Node
 *  scala.xml.NodeSeq
 */
package com.adobe.forms.layout;

import com.adobe.forms.layout.XFANode;
import com.adobe.forms.layout.XFANode$;
import com.adobe.forms.logging.PerfLogger$;
import scala.Function0;
import scala.Option;
import scala.ScalaObject;
import scala.runtime.AbstractFunction0;
import scala.xml.Node;
import scala.xml.NodeSeq;

/*
 * This class specifies class file version 49.0 but uses Java 6 signatures.  Assumed Java 6.
 */
public final class XFANode$
implements ScalaObject {
    public static final XFANode$ MODULE$;
    private final String com$adobe$forms$layout$XFANode$$Subform;
    private final String com$adobe$forms$layout$XFANode$$SubformSet;
    private final String Page;
    private final String com$adobe$forms$layout$XFANode$$ContentArea;
    private final String com$adobe$forms$layout$XFANode$$Area;
    private final String com$adobe$forms$layout$XFANode$$DrawTextEdit;
    private final String com$adobe$forms$layout$XFANode$$DrawImageEdit;
    private final String com$adobe$forms$layout$XFANode$$Line;
    private final String com$adobe$forms$layout$XFANode$$NativeRectangle;
    private final String com$adobe$forms$layout$XFANode$$Rectangle;
    private final String com$adobe$forms$layout$XFANode$$Arc;

    public static {
        new com.adobe.forms.layout.XFANode$();
    }

    public Option<String> readNodeAsString(String s$1, NodeSeq n$1) {
        return (Option)PerfLogger$.MODULE$.measure((Function0<Object>)new scala.Serializable(){
            public static final long serialVersionUID;

            public static {
                long l = anonfun.readNodeAsString.serialVersionUID = 0;
            }

            public final String apply() {
                return "XFANode.readNodeAsString";
            }
        }, new scala.Serializable(s$1, n$1){
            public static final long serialVersionUID;
            private final String s$1;
            private final NodeSeq n$1;

            public static {
                long l = anonfun.readNodeAsString.serialVersionUID = 0;
            }

            /*
             * Unable to fully structure code
             * Enabled aggressive block sorting
             * Lifted jumps to return sites
             */
            public final Option<String> apply() {
                v0 = var1_1 = this.n$1.$bslash(this.s$1).text();
                var2_2 = "";
                if (v0 != null) ** GOTO lbl6
                if (var2_2 == null) ** GOTO lbl-1000
                ** GOTO lbl9
lbl6: // 1 sources:
                if (v0.equals(var2_2)) lbl-1000: // 2 sources:
                {
                    v1 = scala.None$.MODULE$;
                    return v1;
                }
lbl9: // 3 sources:
                v1 = new scala.Some((Object)var1_1);
                return v1;
            }
        });
    }

    public Option<Object> readNodeAsDouble(String s$2, NodeSeq n$2) {
        return (Option)PerfLogger$.MODULE$.measure((Function0<Object>)new scala.Serializable(){
            public static final long serialVersionUID;

            public static {
                long l = anonfun.readNodeAsDouble.serialVersionUID = 0;
            }

            public final String apply() {
                return "XFANode.readNodeAsDouble";
            }
        }, new scala.Serializable(s$2, n$2){
            public static final long serialVersionUID;
            private final String s$2;
            private final NodeSeq n$2;

            public static {
                long l = anonfun.readNodeAsDouble.serialVersionUID = 0;
            }

            /*
             * Unable to fully structure code
             * Enabled aggressive block sorting
             * Lifted jumps to return sites
             */
            public final Option<Object> apply() {
                v0 = var1_1 = this.n$2.$bslash(this.s$2).text();
                var2_2 = "";
                if (v0 != null) ** GOTO lbl6
                if (var2_2 == null) ** GOTO lbl-1000
                ** GOTO lbl9
lbl6: // 1 sources:
                if (v0.equals(var2_2)) lbl-1000: // 2 sources:
                {
                    v1 = scala.None$.MODULE$;
                    return v1;
                }
lbl9: // 3 sources:
                v1 = new scala.Some((Object)scala.runtime.BoxesRunTime.boxToDouble((double)scala.Predef$.MODULE$.augmentString(var1_1).toDouble()));
                return v1;
            }
        });
    }

    public Option<Object> readNodeAsInt(String s$4, NodeSeq n$4) {
        return (Option)PerfLogger$.MODULE$.measure((Function0<Object>)new scala.Serializable(){
            public static final long serialVersionUID;

            public static {
                long l = anonfun.readNodeAsInt.serialVersionUID = 0;
            }

            public final String apply() {
                return "XFANode.readNodeAsInt";
            }
        }, new scala.Serializable(s$4, n$4){
            public static final long serialVersionUID;
            private final String s$4;
            private final NodeSeq n$4;

            public static {
                long l = anonfun.readNodeAsInt.serialVersionUID = 0;
            }

            /*
             * Unable to fully structure code
             * Enabled aggressive block sorting
             * Lifted jumps to return sites
             */
            public final Option<Object> apply() {
                v0 = var1_1 = this.n$4.$bslash(this.s$4).text();
                var2_2 = "";
                if (v0 != null) ** GOTO lbl6
                if (var2_2 == null) ** GOTO lbl-1000
                ** GOTO lbl9
lbl6: // 1 sources:
                if (v0.equals(var2_2)) lbl-1000: // 2 sources:
                {
                    v1 = scala.None$.MODULE$;
                    return v1;
                }
lbl9: // 3 sources:
                v1 = new scala.Some((Object)scala.runtime.BoxesRunTime.boxToInteger((int)scala.Predef$.MODULE$.augmentString(var1_1).toInt()));
                return v1;
            }
        });
    }

    public Option<Object> readNodeAsBoolean(String s$3, NodeSeq n$3) {
        return (Option)PerfLogger$.MODULE$.measure((Function0<Object>)new scala.Serializable(){
            public static final long serialVersionUID;

            public static {
                long l = anonfun.readNodeAsBoolean.serialVersionUID = 0;
            }

            public final String apply() {
                return "XFANode.readNodeAsBoolean";
            }
        }, new scala.Serializable(s$3, n$3){
            public static final long serialVersionUID;
            private final String s$3;
            private final NodeSeq n$3;

            public static {
                long l = anonfun.readNodeAsBoolean.serialVersionUID = 0;
            }

            /*
             * Unable to fully structure code
             * Enabled aggressive block sorting
             * Lifted jumps to return sites
             */
            public final Option<Object> apply() {
                v0 = var1_1 = this.n$3.$bslash(this.s$3).text();
                var2_2 = "";
                if (v0 != null) ** GOTO lbl6
                if (var2_2 == null) ** GOTO lbl-1000
                ** GOTO lbl9
lbl6: // 1 sources:
                if (v0.equals(var2_2)) lbl-1000: // 2 sources:
                {
                    v1 = scala.None$.MODULE$;
                    return v1;
                }
lbl9: // 3 sources:
                x = var1_1;
                v1 = new scala.Some((Object)scala.runtime.BoxesRunTime.boxToBoolean((boolean)v2));
                v3 = x;
                var4_4 = "1";
                if (v3 == null) {
                    if (var4_4 == null) return v1;
                } else if (v3.equals(var4_4) != false) return v1;
                v4 = x;
                var5_5 = "true";
                if (v4 == null) {
                    if (var5_5 == null) return v1;
                    return v1;
                }
                if (v4.equals(var5_5) == false) return v1;
                return v1;
            }
        });
    }

    public final String com$adobe$forms$layout$XFANode$$Subform() {
        return this.com$adobe$forms$layout$XFANode$$Subform;
    }

    public final String com$adobe$forms$layout$XFANode$$SubformSet() {
        return this.com$adobe$forms$layout$XFANode$$SubformSet;
    }

    public String Page() {
        return this.Page;
    }

    public final String com$adobe$forms$layout$XFANode$$ContentArea() {
        return this.com$adobe$forms$layout$XFANode$$ContentArea;
    }

    public final String com$adobe$forms$layout$XFANode$$Area() {
        return this.com$adobe$forms$layout$XFANode$$Area;
    }

    public final String com$adobe$forms$layout$XFANode$$DrawTextEdit() {
        return this.com$adobe$forms$layout$XFANode$$DrawTextEdit;
    }

    public final String com$adobe$forms$layout$XFANode$$DrawImageEdit() {
        return this.com$adobe$forms$layout$XFANode$$DrawImageEdit;
    }

    public final String com$adobe$forms$layout$XFANode$$Line() {
        return this.com$adobe$forms$layout$XFANode$$Line;
    }

    public final String com$adobe$forms$layout$XFANode$$NativeRectangle() {
        return this.com$adobe$forms$layout$XFANode$$NativeRectangle;
    }

    public final String com$adobe$forms$layout$XFANode$$Rectangle() {
        return this.com$adobe$forms$layout$XFANode$$Rectangle;
    }

    public final String com$adobe$forms$layout$XFANode$$Arc() {
        return this.com$adobe$forms$layout$XFANode$$Arc;
    }

    public XFANode apply(Node node$1) {
        return (XFANode)PerfLogger$.MODULE$.measure((Function0<Object>)new scala.Serializable(){
            public static final long serialVersionUID;

            public static {
                long l = anonfun.apply.serialVersionUID = 0;
            }

            public final String apply() {
                return "XFANode.apply";
            }
        }, new scala.Serializable(node$1){
            public static final long serialVersionUID;
            private final Node node$1;

            public static {
                long l = anonfun.apply.serialVersionUID = 0;
            }

            /*
             * Unable to fully structure code
             * Enabled aggressive block sorting
             * Lifted jumps to return sites
             */
            public final XFANode apply() {
                var1_1 = this.node$1.label();
                v0 = XFANode$.MODULE$.com$adobe$forms$layout$XFANode$$Subform();
                var2_2 = var1_1;
                if (v0 != null) ** GOTO lbl7
                if (var2_2 == null) ** GOTO lbl-1000
                ** GOTO lbl10
lbl7: // 1 sources:
                if (v0.equals(var2_2)) lbl-1000: // 2 sources:
                {
                    v1 /* !! */  = new com.adobe.forms.layout.XFASubformNode(this.node$1);
                    return v1 /* !! */ ;
                }
lbl10: // 3 sources:
                v2 = XFANode$.MODULE$.com$adobe$forms$layout$XFANode$$SubformSet();
                var3_3 = var1_1;
                if (v2 != null) ** GOTO lbl15
                if (var3_3 == null) ** GOTO lbl-1000
                ** GOTO lbl18
lbl15: // 1 sources:
                if (v2.equals(var3_3)) lbl-1000: // 2 sources:
                {
                    v1 /* !! */  = new com.adobe.forms.layout.XFASubformSetNode(this.node$1);
                    return v1 /* !! */ ;
                }
lbl18: // 3 sources:
                v3 = XFANode$.MODULE$.Page();
                var4_4 = var1_1;
                if (v3 != null) ** GOTO lbl23
                if (var4_4 == null) ** GOTO lbl-1000
                ** GOTO lbl26
lbl23: // 1 sources:
                if (v3.equals(var4_4)) lbl-1000: // 2 sources:
                {
                    v1 /* !! */  = new com.adobe.forms.layout.XFAPageNode(this.node$1);
                    return v1 /* !! */ ;
                }
lbl26: // 3 sources:
                v4 = XFANode$.MODULE$.com$adobe$forms$layout$XFANode$$ContentArea();
                var5_5 = var1_1;
                if (v4 != null) ** GOTO lbl31
                if (var5_5 == null) ** GOTO lbl-1000
                ** GOTO lbl34
lbl31: // 1 sources:
                if (v4.equals(var5_5)) lbl-1000: // 2 sources:
                {
                    v1 /* !! */  = new com.adobe.forms.layout.XFAContentAreaNode(this.node$1);
                    return v1 /* !! */ ;
                }
lbl34: // 3 sources:
                v5 = XFANode$.MODULE$.com$adobe$forms$layout$XFANode$$Area();
                var6_6 = var1_1;
                if (v5 != null) ** GOTO lbl39
                if (var6_6 == null) ** GOTO lbl-1000
                ** GOTO lbl42
lbl39: // 1 sources:
                if (v5.equals(var6_6)) lbl-1000: // 2 sources:
                {
                    v1 /* !! */  = new com.adobe.forms.layout.XFAAreaNode(this.node$1);
                    return v1 /* !! */ ;
                }
lbl42: // 3 sources:
                v6 = XFANode$.MODULE$.com$adobe$forms$layout$XFANode$$DrawTextEdit();
                var7_7 = var1_1;
                if (v6 != null) ** GOTO lbl47
                if (var7_7 == null) ** GOTO lbl-1000
                ** GOTO lbl50
lbl47: // 1 sources:
                if (v6.equals(var7_7)) lbl-1000: // 2 sources:
                {
                    v1 /* !! */  = new com.adobe.forms.layout.XFATextNode(this.node$1);
                    return v1 /* !! */ ;
                }
lbl50: // 3 sources:
                v7 = XFANode$.MODULE$.com$adobe$forms$layout$XFANode$$DrawImageEdit();
                var8_8 = var1_1;
                if (v7 != null) ** GOTO lbl55
                if (var8_8 == null) ** GOTO lbl-1000
                ** GOTO lbl58
lbl55: // 1 sources:
                if (v7.equals(var8_8)) lbl-1000: // 2 sources:
                {
                    v1 /* !! */  = new com.adobe.forms.layout.XFAImageNode(this.node$1);
                    return v1 /* !! */ ;
                }
lbl58: // 3 sources:
                v8 = XFANode$.MODULE$.com$adobe$forms$layout$XFANode$$Line();
                var9_9 = var1_1;
                if (v8 != null) ** GOTO lbl63
                if (var9_9 == null) ** GOTO lbl-1000
                ** GOTO lbl66
lbl63: // 1 sources:
                if (v8.equals(var9_9)) lbl-1000: // 2 sources:
                {
                    v1 /* !! */  = new com.adobe.forms.layout.XFALineNode(this.node$1);
                    return v1 /* !! */ ;
                }
lbl66: // 3 sources:
                v9 = XFANode$.MODULE$.com$adobe$forms$layout$XFANode$$Rectangle();
                var10_10 = var1_1;
                if (v9 != null) ** GOTO lbl71
                if (var10_10 == null) ** GOTO lbl-1000
                ** GOTO lbl74
lbl71: // 1 sources:
                if (v9.equals(var10_10)) lbl-1000: // 2 sources:
                {
                    v1 /* !! */  = new com.adobe.forms.layout.XFARectangleNode(this.node$1);
                    return v1 /* !! */ ;
                }
lbl74: // 3 sources:
                v10 = XFANode$.MODULE$.com$adobe$forms$layout$XFANode$$NativeRectangle();
                var11_11 = var1_1;
                if (v10 != null) ** GOTO lbl79
                if (var11_11 == null) ** GOTO lbl-1000
                ** GOTO lbl82
lbl79: // 1 sources:
                if (v10.equals(var11_11)) lbl-1000: // 2 sources:
                {
                    v1 /* !! */  = new com.adobe.forms.layout.XFARectangleNode(this.node$1);
                    return v1 /* !! */ ;
                }
lbl82: // 3 sources:
                v11 = XFANode$.MODULE$.com$adobe$forms$layout$XFANode$$Arc();
                var12_12 = var1_1;
                if (v11 != null) ** GOTO lbl87
                if (var12_12 == null) ** GOTO lbl-1000
                ** GOTO lbl90
lbl87: // 1 sources:
                if (v11.equals(var12_12)) lbl-1000: // 2 sources:
                {
                    v1 /* !! */  = new com.adobe.forms.layout.XFAArcNode(this.node$1);
                    return v1 /* !! */ ;
                }
lbl90: // 3 sources:
                v12 = var1_1;
                var13_13 = "Button";
                if (v12 != null) ** GOTO lbl95
                if (var13_13 == null) ** GOTO lbl-1000
                ** GOTO lbl98
lbl95: // 1 sources:
                if (v12.equals(var13_13)) lbl-1000: // 2 sources:
                {
                    v1 /* !! */  = new com.adobe.forms.layout.XFAButtonFieldNode(this.node$1);
                    return v1 /* !! */ ;
                }
lbl98: // 3 sources:
                v13 = var1_1;
                var14_14 = "TextEdit";
                if (v13 != null) ** GOTO lbl103
                if (var14_14 == null) ** GOTO lbl-1000
                ** GOTO lbl106
lbl103: // 1 sources:
                if (v13.equals(var14_14)) lbl-1000: // 2 sources:
                {
                    v1 /* !! */  = new com.adobe.forms.layout.XFATextFieldNode(this.node$1);
                    return v1 /* !! */ ;
                }
lbl106: // 3 sources:
                v14 = var1_1;
                var15_15 = "ImageField";
                if (v14 != null) ** GOTO lbl111
                if (var15_15 == null) ** GOTO lbl-1000
                ** GOTO lbl114
lbl111: // 1 sources:
                if (v14.equals(var15_15)) lbl-1000: // 2 sources:
                {
                    v1 /* !! */  = new com.adobe.forms.layout.XFAImageFieldNode(this.node$1);
                    return v1 /* !! */ ;
                }
lbl114: // 3 sources:
                v15 = var1_1;
                var16_16 = "DateTime";
                if (v15 != null) ** GOTO lbl119
                if (var16_16 == null) ** GOTO lbl-1000
                ** GOTO lbl122
lbl119: // 1 sources:
                if (v15.equals(var16_16)) lbl-1000: // 2 sources:
                {
                    v1 /* !! */  = new com.adobe.forms.layout.XFADateTimeFieldNode(this.node$1);
                    return v1 /* !! */ ;
                }
lbl122: // 3 sources:
                v16 = var1_1;
                var17_17 = "NumericEdit";
                if (v16 != null) ** GOTO lbl127
                if (var17_17 == null) ** GOTO lbl-1000
                ** GOTO lbl130
lbl127: // 1 sources:
                if (v16.equals(var17_17)) lbl-1000: // 2 sources:
                {
                    v1 /* !! */  = new com.adobe.forms.layout.XFANumericFieldNode(this.node$1);
                    return v1 /* !! */ ;
                }
lbl130: // 3 sources:
                v17 = var1_1;
                var18_18 = "Signature";
                if (v17 != null) ** GOTO lbl135
                if (var18_18 == null) ** GOTO lbl-1000
                ** GOTO lbl138
lbl135: // 1 sources:
                if (v17.equals(var18_18)) lbl-1000: // 2 sources:
                {
                    v1 /* !! */  = new com.adobe.forms.layout.XFASignatureFieldNode(this.node$1);
                    return v1 /* !! */ ;
                }
lbl138: // 3 sources:
                v18 = var1_1;
                var19_19 = "PasswordEdit";
                if (v18 != null) ** GOTO lbl143
                if (var19_19 == null) ** GOTO lbl-1000
                ** GOTO lbl146
lbl143: // 1 sources:
                if (v18.equals(var19_19)) lbl-1000: // 2 sources:
                {
                    v1 /* !! */  = new com.adobe.forms.layout.XFAPasswordFieldNode(this.node$1);
                    return v1 /* !! */ ;
                }
lbl146: // 3 sources:
                v19 = var1_1;
                var20_20 = "ChoiceList";
                if (v19 != null) ** GOTO lbl151
                if (var20_20 == null) ** GOTO lbl-1000
                ** GOTO lbl154
lbl151: // 1 sources:
                if (v19.equals(var20_20)) lbl-1000: // 2 sources:
                {
                    v1 /* !! */  = new com.adobe.forms.layout.XFAChoiceListNode(this.node$1);
                    return v1 /* !! */ ;
                }
lbl154: // 3 sources:
                v20 = var1_1;
                var21_21 = "ExclGroup";
                if (v20 != null) ** GOTO lbl159
                if (var21_21 == null) ** GOTO lbl-1000
                ** GOTO lbl162
lbl159: // 1 sources:
                if (v20.equals(var21_21)) lbl-1000: // 2 sources:
                {
                    v1 /* !! */  = new com.adobe.forms.layout.XFAExclGroupNode(this.node$1);
                    return v1 /* !! */ ;
                }
lbl162: // 3 sources:
                v21 = var1_1;
                var22_22 = "CheckButton";
                if (v21 != null) ** GOTO lbl167
                if (var22_22 == null) ** GOTO lbl-1000
                ** GOTO lbl170
lbl167: // 1 sources:
                if (v21.equals(var22_22)) lbl-1000: // 2 sources:
                {
                    v1 /* !! */  = new com.adobe.forms.layout.XFACheckButtonNode(this.node$1);
                    return v1 /* !! */ ;
                }
lbl170: // 3 sources:
                v1 /* !! */  = com.adobe.forms.layout.InvalidXFANode$.MODULE$;
                return v1 /* !! */ ;
            }
        });
    }

    private XFANode$() {
        MODULE$ = this;
        this.com$adobe$forms$layout$XFANode$$Subform = "Subform";
        this.com$adobe$forms$layout$XFANode$$SubformSet = "SubformSet";
        this.Page = "Page";
        this.com$adobe$forms$layout$XFANode$$ContentArea = "ContentArea";
        this.com$adobe$forms$layout$XFANode$$Area = "Area";
        this.com$adobe$forms$layout$XFANode$$DrawTextEdit = "DrawTextEdit";
        this.com$adobe$forms$layout$XFANode$$DrawImageEdit = "DrawImageEdit";
        this.com$adobe$forms$layout$XFANode$$Line = "Line";
        this.com$adobe$forms$layout$XFANode$$NativeRectangle = "NativeRectangle";
        this.com$adobe$forms$layout$XFANode$$Rectangle = "Rectangle";
        this.com$adobe$forms$layout$XFANode$$Arc = "Arc";
    }
}