File: pointArray.xml

package info (click to toggle)
mauve 20140821-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 41,364 kB
  • ctags: 33,415
  • sloc: java: 316,246; sh: 2,834; xml: 208; makefile: 66
file content (30 lines) | stat: -rw-r--r-- 532 bytes parent folder | download | duplicates (5)
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
<?xml version="1.0" encoding="UTF-8"?>

<!--
    test data for pointArrayTest
-->

<java version="1.4.0" class="java.beans.XMLDecoder">
	<array class="java.awt.Point" length="3">
		<void index="0">
			<object class="java.awt.Point">
				<int>0</int>
				<int>0</int>
			</object>
		</void>

		<void index="1">
			<object class="java.awt.Point">
				<int>1</int>
				<int>1</int>
			</object>
		</void>

		<void index="2">
			<object class="java.awt.Point">
				<int>2</int>
				<int>2</int>
			</object>
		</void>
	</array>
</java>