blob: 3df72ff160881ed05224ebef84b5ab50d982cd3a (
plain)
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
|
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE Definitions SYSTEM "widlprocxml.dtd">
<Definitions>
<webidl>[Constructor]
interface LotteryResults {
readonly attribute unsigned short[][] numbers;
};</webidl>
<Interface name="LotteryResults" id="::LotteryResults">
<webidl>[Constructor]
interface LotteryResults {
readonly attribute unsigned short[][] numbers;
};</webidl>
<ExtendedAttributeList>
<ExtendedAttribute name="Constructor">
<webidl>Constructor</webidl>
</ExtendedAttribute>
</ExtendedAttributeList>
<Attribute readonly="readonly" name="numbers" id="::LotteryResults::numbers">
<webidl> readonly attribute unsigned short[][] numbers;</webidl>
<Type type="array">
<Type type="array">
<Type type="unsigned short"/>
</Type>
</Type>
</Attribute>
</Interface>
</Definitions>
|