| 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..851ff09e9ad424ed54c6a4adc7142fe8fe5a1f0e
|
| --- /dev/null
|
| +++ b/client/html/generated/html/frog/TreeWalker.dart
|
| @@ -0,0 +1,27 @@
|
| +
|
| +class _TreeWalkerImpl implements TreeWalker native "*TreeWalker" {
|
| +
|
| + _NodeImpl currentNode;
|
| +
|
| + final bool expandEntityReferences;
|
| +
|
| + final _NodeFilterImpl filter;
|
| +
|
| + final _NodeImpl root;
|
| +
|
| + final int whatToShow;
|
| +
|
| + _NodeImpl firstChild() native;
|
| +
|
| + _NodeImpl lastChild() native;
|
| +
|
| + _NodeImpl nextNode() native;
|
| +
|
| + _NodeImpl nextSibling() native;
|
| +
|
| + _NodeImpl parentNode() native;
|
| +
|
| + _NodeImpl previousNode() native;
|
| +
|
| + _NodeImpl previousSibling() native;
|
| +}
|
|
|