summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/WebIDL/valid/xml/overridebuiltins.widlprocxml
blob: 56c92517beb68d852c965d1e3cc3182bc94638ed (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
28
29
30
31
32
33
34
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE Definitions SYSTEM "widlprocxml.dtd">
<Definitions>
  <webidl>[OverrideBuiltins]
interface StringMap2 {
  readonly attribute unsigned long length;
  getter DOMString lookup(DOMString key);
};</webidl>
  <Interface name="StringMap2" id="::StringMap2">
    <webidl>[OverrideBuiltins]
interface StringMap2 {
  readonly attribute unsigned long length;
  getter DOMString lookup(DOMString key);
};</webidl>
    <ExtendedAttributeList>
      <ExtendedAttribute name="OverrideBuiltins">
        <webidl>OverrideBuiltins</webidl>
      </ExtendedAttribute>
    </ExtendedAttributeList>
    <Attribute readonly="readonly" name="length" id="::StringMap2::length">
      <webidl>  readonly attribute unsigned long length;</webidl>
      <Type type="unsigned long"/>
    </Attribute>
    <Operation getter="getter" name="lookup" id="::StringMap2::lookup">
      <webidl>  getter DOMString lookup(DOMString key);</webidl>
      <Type type="DOMString"/>
      <ArgumentList>
        <Argument name="key">
          <Type type="DOMString"/>
        </Argument>
      </ArgumentList>
    </Operation>
  </Interface>
</Definitions>