| 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
|
| index ea53aa2fba3e0cfa78781954df2872cf150ee8d1..47e158d9bdfcc28467c98de7b5a6bc663635f659 100644
|
| --- a/client/dom/generated/src/frog/XPathResult.dart
|
| +++ b/client/dom/generated/src/frog/XPathResult.dart
|
| @@ -1,5 +1,5 @@
|
|
|
| -class XPathResultJS implements XPathResult native "*XPathResult" {
|
| +class XPathResultJs extends DOMTypeJs implements XPathResult native "*XPathResult" {
|
|
|
| static final int ANY_TYPE = 0;
|
|
|
| @@ -29,17 +29,13 @@ class XPathResultJS implements XPathResult native "*XPathResult" {
|
|
|
| int get resultType() native "return this.resultType;";
|
|
|
| - NodeJS get singleNodeValue() native "return this.singleNodeValue;";
|
| + NodeJs get singleNodeValue() native "return this.singleNodeValue;";
|
|
|
| int get snapshotLength() native "return this.snapshotLength;";
|
|
|
| String get stringValue() native "return this.stringValue;";
|
|
|
| - NodeJS iterateNext() native;
|
| + NodeJs iterateNext() native;
|
|
|
| - NodeJS snapshotItem(int index) native;
|
| -
|
| - var dartObjectLocalStorage;
|
| -
|
| - String get typeName() native;
|
| + NodeJs snapshotItem(int index) native;
|
| }
|
|
|