summaryrefslogtreecommitdiff
path: root/test/dom1-interfaces.xml
diff options
context:
space:
mode:
authorRupinder Singh Khokhar <rsk1coder99@gmail.com>2014-06-09 23:31:19 +0530
committerRupinder Singh Khokhar <rsk1coder99@gmail.com>2014-07-18 03:44:34 +0530
commite3eb3c7a0f1ccbcff808fd6d1834019944c082fe (patch)
tree25d60389acc3d1764dcc663f2f4ec4c134f77e27 /test/dom1-interfaces.xml
parent09cc381be6ed4e722e28dbf494458a9b6e6f809d (diff)
downloadlibdom-e3eb3c7a0f1ccbcff808fd6d1834019944c082fe.tar.gz
libdom-e3eb3c7a0f1ccbcff808fd6d1834019944c082fe.tar.bz2
Slight change in interface file & copying a few test files
Diffstat (limited to 'test/dom1-interfaces.xml')
-rw-r--r--test/dom1-interfaces.xml24
1 files changed, 24 insertions, 0 deletions
diff --git a/test/dom1-interfaces.xml b/test/dom1-interfaces.xml
index 240f2b9..a0d11c7 100644
--- a/test/dom1-interfaces.xml
+++ b/test/dom1-interfaces.xml
@@ -720,7 +720,31 @@ See W3C License http://www.w3.org/Consortium/Legal/ for more details.
</returns>
<raises/>
</method>
+<method name="isSupported" id="notknown">
+<descr>
+<p/>
+</descr>
+<parameters>
+<param name="feature" type="DOMString" attr="in">
+<descr>
+<p/>
+</descr>
+</param>
+<param name="version" type="DOMString" attr="in">
+<descr>
+<p/>
+</descr>
+</param>
+</parameters>
+<returns type="bool">
+<descr>
+<p/>
+</descr>
+</returns>
+<raises/>
+</method>
</interface>
+
<interface name="NodeList" id="ID-536297177">
<descr>
<p>The<code>NodeList</code>interface provides the abstraction of an ordered collection of nodes, without defining or constraining how this collection is implemented.</p>