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

Side by Side Diff: client/dom/generated/src/frog/XPathResult.dart

Issue 9663027: Remove generated directories with 100s of files. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 8 years, 9 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
(Empty)
1
2 class _XPathResultJs extends _DOMTypeJs implements XPathResult native "*XPathRes ult" {
3
4 static final int ANY_TYPE = 0;
5
6 static final int ANY_UNORDERED_NODE_TYPE = 8;
7
8 static final int BOOLEAN_TYPE = 3;
9
10 static final int FIRST_ORDERED_NODE_TYPE = 9;
11
12 static final int NUMBER_TYPE = 1;
13
14 static final int ORDERED_NODE_ITERATOR_TYPE = 5;
15
16 static final int ORDERED_NODE_SNAPSHOT_TYPE = 7;
17
18 static final int STRING_TYPE = 2;
19
20 static final int UNORDERED_NODE_ITERATOR_TYPE = 4;
21
22 static final int UNORDERED_NODE_SNAPSHOT_TYPE = 6;
23
24 final bool booleanValue;
25
26 final bool invalidIteratorState;
27
28 final num numberValue;
29
30 final int resultType;
31
32 final _NodeJs singleNodeValue;
33
34 final int snapshotLength;
35
36 final String stringValue;
37
38 _NodeJs iterateNext() native;
39
40 _NodeJs snapshotItem(int index) native;
41 }
OLDNEW
« 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