| Index: client/dom/generated/src/frog/XPathResult.dart
|
| diff --git a/client/dom/generated/src/frog/XPathResult.dart b/client/dom/generated/src/frog/XPathResult.dart
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..86380c3e940a4a046d0b8f5f772b7b277b201fa4
|
| --- /dev/null
|
| +++ b/client/dom/generated/src/frog/XPathResult.dart
|
| @@ -0,0 +1,25 @@
|
| +
|
| +class XPathResult native "XPathResult" {
|
| +
|
| + bool booleanValue;
|
| +
|
| + bool invalidIteratorState;
|
| +
|
| + num numberValue;
|
| +
|
| + int resultType;
|
| +
|
| + Node singleNodeValue;
|
| +
|
| + int snapshotLength;
|
| +
|
| + String stringValue;
|
| +
|
| + Node iterateNext() native;
|
| +
|
| + Node snapshotItem(int index) native;
|
| +
|
| + var dartObjectLocalStorage;
|
| +
|
| + String get typeName() native;
|
| +}
|
|
|