| Index: client/html/generated/html/frog/TreeWalker.dart
|
| diff --git a/client/html/generated/html/frog/TreeWalker.dart b/client/html/generated/html/frog/TreeWalker.dart
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..8a2bc86ffb3fad10466d96e8e88b76fe448f5062
|
| --- /dev/null
|
| +++ b/client/html/generated/html/frog/TreeWalker.dart
|
| @@ -0,0 +1,27 @@
|
| +
|
| +class _TreeWalkerJs implements TreeWalker native "*TreeWalker" {
|
| +
|
| + _NodeJs currentNode;
|
| +
|
| + final bool expandEntityReferences;
|
| +
|
| + final _NodeFilterJs filter;
|
| +
|
| + final _NodeJs root;
|
| +
|
| + final int whatToShow;
|
| +
|
| + _NodeJs firstChild() native;
|
| +
|
| + _NodeJs lastChild() native;
|
| +
|
| + _NodeJs nextNode() native;
|
| +
|
| + _NodeJs nextSibling() native;
|
| +
|
| + _NodeJs parentNode() native;
|
| +
|
| + _NodeJs previousNode() native;
|
| +
|
| + _NodeJs previousSibling() native;
|
| +}
|
|
|