Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(835)

Unified Diff: client/dom/generated/src/frog/XPathResult.dart

Issue 9317046: Make dart:dom implementation types private so they don't muddle the docs. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 8 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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 47e158d9bdfcc28467c98de7b5a6bc663635f659..a5101ab5741fff806ac64ce46ad319d90fe2e4a3 100644
--- a/client/dom/generated/src/frog/XPathResult.dart
+++ b/client/dom/generated/src/frog/XPathResult.dart
@@ -1,5 +1,5 @@
-class XPathResultJs extends DOMTypeJs implements XPathResult native "*XPathResult" {
+class _XPathResultJs extends _DOMTypeJs implements XPathResult native "*XPathResult" {
static final int ANY_TYPE = 0;
@@ -29,13 +29,13 @@ class XPathResultJs extends DOMTypeJs implements XPathResult native "*XPathResul
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;
+ _NodeJs snapshotItem(int index) native;
}
« no previous file with comments | « client/dom/generated/src/frog/XPathNSResolver.dart ('k') | client/dom/generated/src/frog/XSLTProcessor.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698