summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/WebIDL/valid/xml/typesuffixes.widlprocxml
blob: 830fe62bc0df113cc0de8e360e2da8b0919bcdc7 (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
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE Definitions SYSTEM "widlprocxml.dtd">
<Definitions>
  <webidl>interface Suffixes {
  void test(sequence&lt;DOMString[]?>? foo);
};</webidl>
  <Interface name="Suffixes" id="::Suffixes">
    <webidl>interface Suffixes {
  void test(sequence&lt;DOMString[]?>? foo);
};</webidl>
    <Operation name="test" id="::Suffixes::test">
      <webidl>  void test(sequence&lt;DOMString[]?>? foo);</webidl>
      <Type type="void"/>
      <ArgumentList>
        <Argument name="foo">
          <Type type="sequence" nullable="nullable">
            <Type type="array" nullable="nullable">
              <Type type="DOMString"/>
            </Type>
          </Type>
        </Argument>
      </ArgumentList>
    </Operation>
  </Interface>
</Definitions>