OLD | NEW |
1 | 1 |
2 class DocumentJs extends NodeJs implements Document native "*Document" { | 2 class _DocumentJs extends _NodeJs implements Document native "*Document" { |
3 | 3 |
4 String get URL() native "return this.URL;"; | 4 String get URL() native "return this.URL;"; |
5 | 5 |
6 HTMLCollectionJs get anchors() native "return this.anchors;"; | 6 _HTMLCollectionJs get anchors() native "return this.anchors;"; |
7 | 7 |
8 HTMLCollectionJs get applets() native "return this.applets;"; | 8 _HTMLCollectionJs get applets() native "return this.applets;"; |
9 | 9 |
10 HTMLElementJs get body() native "return this.body;"; | 10 _HTMLElementJs get body() native "return this.body;"; |
11 | 11 |
12 void set body(HTMLElementJs value) native "this.body = value;"; | 12 void set body(_HTMLElementJs value) native "this.body = value;"; |
13 | 13 |
14 String get characterSet() native "return this.characterSet;"; | 14 String get characterSet() native "return this.characterSet;"; |
15 | 15 |
16 String get charset() native "return this.charset;"; | 16 String get charset() native "return this.charset;"; |
17 | 17 |
18 void set charset(String value) native "this.charset = value;"; | 18 void set charset(String value) native "this.charset = value;"; |
19 | 19 |
20 String get compatMode() native "return this.compatMode;"; | 20 String get compatMode() native "return this.compatMode;"; |
21 | 21 |
22 String get cookie() native "return this.cookie;"; | 22 String get cookie() native "return this.cookie;"; |
23 | 23 |
24 void set cookie(String value) native "this.cookie = value;"; | 24 void set cookie(String value) native "this.cookie = value;"; |
25 | 25 |
26 String get defaultCharset() native "return this.defaultCharset;"; | 26 String get defaultCharset() native "return this.defaultCharset;"; |
27 | 27 |
28 DOMWindowJs get defaultView() native "return this.defaultView;"; | 28 _DOMWindowJs get defaultView() native "return this.defaultView;"; |
29 | 29 |
30 DocumentTypeJs get doctype() native "return this.doctype;"; | 30 _DocumentTypeJs get doctype() native "return this.doctype;"; |
31 | 31 |
32 ElementJs get documentElement() native "return this.documentElement;"; | 32 _ElementJs get documentElement() native "return this.documentElement;"; |
33 | 33 |
34 String get documentURI() native "return this.documentURI;"; | 34 String get documentURI() native "return this.documentURI;"; |
35 | 35 |
36 void set documentURI(String value) native "this.documentURI = value;"; | 36 void set documentURI(String value) native "this.documentURI = value;"; |
37 | 37 |
38 String get domain() native "return this.domain;"; | 38 String get domain() native "return this.domain;"; |
39 | 39 |
40 void set domain(String value) native "this.domain = value;"; | 40 void set domain(String value) native "this.domain = value;"; |
41 | 41 |
42 HTMLCollectionJs get forms() native "return this.forms;"; | 42 _HTMLCollectionJs get forms() native "return this.forms;"; |
43 | 43 |
44 HTMLHeadElementJs get head() native "return this.head;"; | 44 _HTMLHeadElementJs get head() native "return this.head;"; |
45 | 45 |
46 HTMLCollectionJs get images() native "return this.images;"; | 46 _HTMLCollectionJs get images() native "return this.images;"; |
47 | 47 |
48 DOMImplementationJs get implementation() native "return this.implementation;"; | 48 _DOMImplementationJs get implementation() native "return this.implementation;"
; |
49 | 49 |
50 String get inputEncoding() native "return this.inputEncoding;"; | 50 String get inputEncoding() native "return this.inputEncoding;"; |
51 | 51 |
52 String get lastModified() native "return this.lastModified;"; | 52 String get lastModified() native "return this.lastModified;"; |
53 | 53 |
54 HTMLCollectionJs get links() native "return this.links;"; | 54 _HTMLCollectionJs get links() native "return this.links;"; |
55 | 55 |
56 LocationJs get location() native "return this.location;"; | 56 _LocationJs get location() native "return this.location;"; |
57 | 57 |
58 void set location(LocationJs value) native "this.location = value;"; | 58 void set location(_LocationJs value) native "this.location = value;"; |
59 | 59 |
60 String get preferredStylesheetSet() native "return this.preferredStylesheetSet
;"; | 60 String get preferredStylesheetSet() native "return this.preferredStylesheetSet
;"; |
61 | 61 |
62 String get readyState() native "return this.readyState;"; | 62 String get readyState() native "return this.readyState;"; |
63 | 63 |
64 String get referrer() native "return this.referrer;"; | 64 String get referrer() native "return this.referrer;"; |
65 | 65 |
66 String get selectedStylesheetSet() native "return this.selectedStylesheetSet;"
; | 66 String get selectedStylesheetSet() native "return this.selectedStylesheetSet;"
; |
67 | 67 |
68 void set selectedStylesheetSet(String value) native "this.selectedStylesheetSe
t = value;"; | 68 void set selectedStylesheetSet(String value) native "this.selectedStylesheetSe
t = value;"; |
69 | 69 |
70 StyleSheetListJs get styleSheets() native "return this.styleSheets;"; | 70 _StyleSheetListJs get styleSheets() native "return this.styleSheets;"; |
71 | 71 |
72 String get title() native "return this.title;"; | 72 String get title() native "return this.title;"; |
73 | 73 |
74 void set title(String value) native "this.title = value;"; | 74 void set title(String value) native "this.title = value;"; |
75 | 75 |
76 ElementJs get webkitCurrentFullScreenElement() native "return this.webkitCurre
ntFullScreenElement;"; | 76 _ElementJs get webkitCurrentFullScreenElement() native "return this.webkitCurr
entFullScreenElement;"; |
77 | 77 |
78 bool get webkitFullScreenKeyboardInputAllowed() native "return this.webkitFull
ScreenKeyboardInputAllowed;"; | 78 bool get webkitFullScreenKeyboardInputAllowed() native "return this.webkitFull
ScreenKeyboardInputAllowed;"; |
79 | 79 |
80 bool get webkitHidden() native "return this.webkitHidden;"; | 80 bool get webkitHidden() native "return this.webkitHidden;"; |
81 | 81 |
82 bool get webkitIsFullScreen() native "return this.webkitIsFullScreen;"; | 82 bool get webkitIsFullScreen() native "return this.webkitIsFullScreen;"; |
83 | 83 |
84 String get webkitVisibilityState() native "return this.webkitVisibilityState;"
; | 84 String get webkitVisibilityState() native "return this.webkitVisibilityState;"
; |
85 | 85 |
86 String get xmlEncoding() native "return this.xmlEncoding;"; | 86 String get xmlEncoding() native "return this.xmlEncoding;"; |
87 | 87 |
88 bool get xmlStandalone() native "return this.xmlStandalone;"; | 88 bool get xmlStandalone() native "return this.xmlStandalone;"; |
89 | 89 |
90 void set xmlStandalone(bool value) native "this.xmlStandalone = value;"; | 90 void set xmlStandalone(bool value) native "this.xmlStandalone = value;"; |
91 | 91 |
92 String get xmlVersion() native "return this.xmlVersion;"; | 92 String get xmlVersion() native "return this.xmlVersion;"; |
93 | 93 |
94 void set xmlVersion(String value) native "this.xmlVersion = value;"; | 94 void set xmlVersion(String value) native "this.xmlVersion = value;"; |
95 | 95 |
96 NodeJs adoptNode(NodeJs source) native; | 96 _NodeJs adoptNode(_NodeJs source) native; |
97 | 97 |
98 RangeJs caretRangeFromPoint(int x, int y) native; | 98 _RangeJs caretRangeFromPoint(int x, int y) native; |
99 | 99 |
100 AttrJs createAttribute(String name) native; | 100 _AttrJs createAttribute(String name) native; |
101 | 101 |
102 AttrJs createAttributeNS(String namespaceURI, String qualifiedName) native; | 102 _AttrJs createAttributeNS(String namespaceURI, String qualifiedName) native; |
103 | 103 |
104 CDATASectionJs createCDATASection(String data) native; | 104 _CDATASectionJs createCDATASection(String data) native; |
105 | 105 |
106 CommentJs createComment(String data) native; | 106 _CommentJs createComment(String data) native; |
107 | 107 |
108 DocumentFragmentJs createDocumentFragment() native; | 108 _DocumentFragmentJs createDocumentFragment() native; |
109 | 109 |
110 ElementJs createElement(String tagName) native; | 110 _ElementJs createElement(String tagName) native; |
111 | 111 |
112 ElementJs createElementNS(String namespaceURI, String qualifiedName) native; | 112 _ElementJs createElementNS(String namespaceURI, String qualifiedName) native; |
113 | 113 |
114 EntityReferenceJs createEntityReference(String name) native; | 114 _EntityReferenceJs createEntityReference(String name) native; |
115 | 115 |
116 EventJs createEvent(String eventType) native; | 116 _EventJs createEvent(String eventType) native; |
117 | 117 |
118 XPathExpressionJs createExpression(String expression, XPathNSResolverJs resolv
er) native; | 118 _XPathExpressionJs createExpression(String expression, _XPathNSResolverJs reso
lver) native; |
119 | 119 |
120 XPathNSResolverJs createNSResolver(NodeJs nodeResolver) native; | 120 _XPathNSResolverJs createNSResolver(_NodeJs nodeResolver) native; |
121 | 121 |
122 NodeIteratorJs createNodeIterator(NodeJs root, int whatToShow, NodeFilterJs fi
lter, bool expandEntityReferences) native; | 122 _NodeIteratorJs createNodeIterator(_NodeJs root, int whatToShow, _NodeFilterJs
filter, bool expandEntityReferences) native; |
123 | 123 |
124 ProcessingInstructionJs createProcessingInstruction(String target, String data
) native; | 124 _ProcessingInstructionJs createProcessingInstruction(String target, String dat
a) native; |
125 | 125 |
126 RangeJs createRange() native; | 126 _RangeJs createRange() native; |
127 | 127 |
128 TextJs createTextNode(String data) native; | 128 _TextJs createTextNode(String data) native; |
129 | 129 |
130 TouchJs createTouch(DOMWindowJs window, EventTargetJs target, int identifier,
int pageX, int pageY, int screenX, int screenY, int webkitRadiusX, int webkitRad
iusY, num webkitRotationAngle, num webkitForce) native; | 130 _TouchJs createTouch(_DOMWindowJs window, _EventTargetJs target, int identifie
r, int pageX, int pageY, int screenX, int screenY, int webkitRadiusX, int webkit
RadiusY, num webkitRotationAngle, num webkitForce) native; |
131 | 131 |
132 TouchListJs createTouchList() native; | 132 _TouchListJs createTouchList() native; |
133 | 133 |
134 TreeWalkerJs createTreeWalker(NodeJs root, int whatToShow, NodeFilterJs filter
, bool expandEntityReferences) native; | 134 _TreeWalkerJs createTreeWalker(_NodeJs root, int whatToShow, _NodeFilterJs fil
ter, bool expandEntityReferences) native; |
135 | 135 |
136 ElementJs elementFromPoint(int x, int y) native; | 136 _ElementJs elementFromPoint(int x, int y) native; |
137 | 137 |
138 XPathResultJs evaluate(String expression, NodeJs contextNode, XPathNSResolverJ
s resolver, int type, XPathResultJs inResult) native; | 138 _XPathResultJs evaluate(String expression, _NodeJs contextNode, _XPathNSResolv
erJs resolver, int type, _XPathResultJs inResult) native; |
139 | 139 |
140 bool execCommand(String command, bool userInterface, String value) native; | 140 bool execCommand(String command, bool userInterface, String value) native; |
141 | 141 |
142 Object getCSSCanvasContext(String contextId, String name, int width, int heigh
t) native; | 142 Object getCSSCanvasContext(String contextId, String name, int width, int heigh
t) native; |
143 | 143 |
144 ElementJs getElementById(String elementId) native; | 144 _ElementJs getElementById(String elementId) native; |
145 | 145 |
146 NodeListJs getElementsByClassName(String tagname) native; | 146 _NodeListJs getElementsByClassName(String tagname) native; |
147 | 147 |
148 NodeListJs getElementsByName(String elementName) native; | 148 _NodeListJs getElementsByName(String elementName) native; |
149 | 149 |
150 NodeListJs getElementsByTagName(String tagname) native; | 150 _NodeListJs getElementsByTagName(String tagname) native; |
151 | 151 |
152 NodeListJs getElementsByTagNameNS(String namespaceURI, String localName) nativ
e; | 152 _NodeListJs getElementsByTagNameNS(String namespaceURI, String localName) nati
ve; |
153 | 153 |
154 CSSStyleDeclarationJs getOverrideStyle(ElementJs element, String pseudoElement
) native; | 154 _CSSStyleDeclarationJs getOverrideStyle(_ElementJs element, String pseudoEleme
nt) native; |
155 | 155 |
156 DOMSelectionJs getSelection() native; | 156 _DOMSelectionJs getSelection() native; |
157 | 157 |
158 NodeJs importNode(NodeJs importedNode, [bool deep = null]) native; | 158 _NodeJs importNode(_NodeJs importedNode, [bool deep = null]) native; |
159 | 159 |
160 bool queryCommandEnabled(String command) native; | 160 bool queryCommandEnabled(String command) native; |
161 | 161 |
162 bool queryCommandIndeterm(String command) native; | 162 bool queryCommandIndeterm(String command) native; |
163 | 163 |
164 bool queryCommandState(String command) native; | 164 bool queryCommandState(String command) native; |
165 | 165 |
166 bool queryCommandSupported(String command) native; | 166 bool queryCommandSupported(String command) native; |
167 | 167 |
168 String queryCommandValue(String command) native; | 168 String queryCommandValue(String command) native; |
169 | 169 |
170 ElementJs querySelector(String selectors) native; | 170 _ElementJs querySelector(String selectors) native; |
171 | 171 |
172 NodeListJs querySelectorAll(String selectors) native; | 172 _NodeListJs querySelectorAll(String selectors) native; |
173 | 173 |
174 void webkitCancelFullScreen() native; | 174 void webkitCancelFullScreen() native; |
175 | 175 |
176 WebKitNamedFlowJs webkitGetFlowByName(String name) native; | 176 _WebKitNamedFlowJs webkitGetFlowByName(String name) native; |
177 } | 177 } |
OLD | NEW |