OSDN Git Service

original
[gb-231r1-is01/Gingerbread_2.3.3_r1_IS01.git] / libcore / luni / src / test / resources / prefs / java / util / prefs / userprefs.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2
3 <!--
4     Licensed to the Apache Software Foundation (ASF) under one
5     or more contributor license agreements.  See the NOTICE file
6     distributed with this work for additional information
7     regarding copyright ownership.  The ASF licenses this file
8     to you under the Apache License, Version 2.0 (the
9     "License"); you may not use this file except in compliance
10     with the License.  You may obtain a copy of the License at
11
12       http://www.apache.org/licenses/LICENSE-2.0
13
14     Unless required by applicable law or agreed to in writing,
15     software distributed under the License is distributed on an
16     "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
17     KIND, either express or implied.  See the License for the
18     specific language governing permissions and limitations
19     under the License.     
20 -->
21
22 <!DOCTYPE preferences SYSTEM 'http://java.sun.com/dtd/preferences.dtd'>
23
24 <preferences EXTERNAL_XML_VERSION="1.0">
25   <root type="user">
26     <map />
27     <node name="org">
28       <map />
29       <node name="apache">
30         <map />
31           <node name="harmony">
32             <map />
33             <node name="prefs">
34               <map />
35               <node name="tests">
36                 <map />
37                 <node name="java">
38                   <map />
39                   <node name="util">
40                     <map />
41                     
42                     <node name="prefs">
43                       <map>
44                         <entry key="prefskey" value="newvalue" />
45                         <entry key="prefskey3" value="newvalue3" />
46                       </map>
47
48                       <node name="mock">
49                         <map />
50                         <node name="child">
51                           <map>
52                             <entry key="key2" value="value2" />
53                           </map>
54                           <node name="grandson">
55                             <map>
56                               <entry key="key3" value="value3" />
57                             </map>
58                           <node name="grandgrandson">
59                             <map>
60                               <entry key="key4" value="value4" />
61                             </map>
62                           </node> <!--grandgrandson-->
63                         </node> <!--grandson-->
64                       </node> <!--child-->
65                     </node> <!--mock-->
66
67                   </node> <!--prefs-->
68                 </node> <!--util-->
69               </node> <!--java-->
70             </node> <!--tests-->
71           </node> <!--prefs-->
72         </node> <!--harmony-->
73       </node> <!--apache-->
74     </node> <!--org-->
75   </root>
76 </preferences>