-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsetting.xml
60 lines (60 loc) · 1.47 KB
/
setting.xml
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
<?xml version="1.0"?>
<reflection>
<Base>
<checked>false</checked>
<nodes1>
<Node>
<key>water</key>
<value>4</value>
<children></children>
</Node>
</nodes1>
<nodes2>
<Node>
<key>orange</key>
<value>5</value>
<children></children>
</Node>
<Node>
<key>pear</key>
<value>6</value>
<children></children>
</Node>
<Node>
<key></key>
<value>0</value>
<children></children>
</Node>
</nodes2>
<nodes3>
<string>strawberry</string>
<string>peach</string>
</nodes3>
<nodes4>
<Size>
<width>3</width>
<height>4</height>
</Size>
<Size>
<width>5</width>
<height>6</height>
</Size>
</nodes4>
</Base>
<Node>
<key>apple</key>
<value>3</value>
<children>
<Node>
<key>banana</key>
<value>7</value>
<children></children>
</Node>
<Node>
<key>cherry</key>
<value>11</value>
<children></children>
</Node>
</children>
</Node>
</reflection>