XFALayout$.java
2.16 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
/*
* Decompiled with CFR 0_118.
*
* Could not load the following classes:
* com.adobe.forms.model.XFALayout$$anonfun
* com.adobe.forms.model.XFALayout$$anonfun$apply
* scala.Function0
* scala.ScalaObject
* scala.io.Source
* scala.io.Source$
* scala.runtime.AbstractFunction0
* scala.xml.Document
* scala.xml.Node
* scala.xml.parsing.ConstructingParser
* scala.xml.parsing.ConstructingParser$
*/
package com.adobe.forms.model;
import com.adobe.forms.logging.PerfLogger$;
import com.adobe.forms.model.XFALayout;
import com.adobe.forms.model.XFALayout$;
import com.adobe.forms.rm.Resource;
import scala.Function0;
import scala.ScalaObject;
import scala.io.Source;
import scala.runtime.AbstractFunction0;
import scala.xml.Document;
import scala.xml.Node;
import scala.xml.parsing.ConstructingParser;
public final class XFALayout$
implements ScalaObject {
public static final XFALayout$ MODULE$;
public static {
new com.adobe.forms.model.XFALayout$();
}
public XFALayout apply(Node n, Node n1) {
return new XFALayout(n, n1);
}
public XFALayout apply(Resource r) {
return this.apply(new String(r.source(), "UTF-8"));
}
public XFALayout apply(String s$1) {
return new XFALayout((Node)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 "XFALayout.apply(String)";
}
}, new scala.Serializable(s$1){
public static final long serialVersionUID;
private final String s$1;
public static {
long l = anonfun.apply.serialVersionUID = 0;
}
public final Node apply() {
return ConstructingParser..MODULE$.fromSource(Source..MODULE$.fromString(this.s$1), true).document().docElem();
}
}), ConstructingParser..MODULE$.fromSource(Source..MODULE$.fromString(s$1), true).document().docElem());
}
private XFALayout$() {
MODULE$ = this;
}
}