mirror of
https://github.com/Eaglercraft-TeaVM-Fork/eagler-teavm.git
synced 2024-12-22 16:14:10 -08:00
#455: added Node.textContent property support
This commit is contained in:
parent
2f9e7b0cfb
commit
c0d42a9d7a
|
@ -96,7 +96,13 @@ public interface Node extends JSObject {
|
||||||
String getLocalName();
|
String getLocalName();
|
||||||
|
|
||||||
boolean hasAttributes();
|
boolean hasAttributes();
|
||||||
|
|
||||||
|
@JSProperty
|
||||||
|
String getTextContent();
|
||||||
|
|
||||||
|
@JSProperty
|
||||||
|
void getTextContent(String textContent);
|
||||||
|
|
||||||
@JSProperty
|
@JSProperty
|
||||||
Document getOwnerDocument();
|
Document getOwnerDocument();
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user