summaryrefslogtreecommitdiffstats
path: root/contrib/dom/idl/NodeSet.idl
diff options
context:
space:
mode:
authorStefan Radomski <radomski@tk.informatik.tu-darmstadt.de>2013-01-20 17:18:19 (GMT)
committerStefan Radomski <radomski@tk.informatik.tu-darmstadt.de>2013-01-20 17:18:19 (GMT)
commitf4f05b40c8c464daf1e11df6fcdb63d05766ed1f (patch)
treea513019b456be25248212ab9d722e9c7bb5fdbc2 /contrib/dom/idl/NodeSet.idl
parentb5c33505b3345795811b4aba7e5fda961068f369 (diff)
downloaduscxml-f4f05b40c8c464daf1e11df6fcdb63d05766ed1f.zip
uscxml-f4f05b40c8c464daf1e11df6fcdb63d05766ed1f.tar.gz
uscxml-f4f05b40c8c464daf1e11df6fcdb63d05766ed1f.tar.bz2
Completed V8 IDL to DOM generator
Diffstat (limited to 'contrib/dom/idl/NodeSet.idl')
-rw-r--r--contrib/dom/idl/NodeSet.idl7
1 files changed, 7 insertions, 0 deletions
diff --git a/contrib/dom/idl/NodeSet.idl b/contrib/dom/idl/NodeSet.idl
new file mode 100644
index 0000000..4a32eaf
--- /dev/null
+++ b/contrib/dom/idl/NodeSet.idl
@@ -0,0 +1,7 @@
+[
+ CustomIndexedGetter
+] interface NodeSet {
+ void toDocumentOrder();
+ readonly attribute unsigned long size;
+ readonly attribute boolean empty;
+};