Prev Class | Next Class | Frames | No Frames |
Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
java.lang.Object
org.lobobrowser.js.AbstractScriptableDelegate
org.lobobrowser.html.domimpl.NodeImpl
org.lobobrowser.html.domimpl.CharacterDataImpl
Field Summary | |
protected String |
Fields inherited from class org.lobobrowser.html.domimpl.NodeImpl | |
document , logger , nodeList , notificationsSuspended , parentNode , treeLock , uiNode |
Constructor Summary | |
|
Method Summary | |
void |
|
Node |
|
void |
|
String | |
String |
|
int | |
String | |
void |
|
void |
|
void |
|
void |
|
String |
|
String |
|
Methods inherited from class org.lobobrowser.js.AbstractScriptableDelegate | |
getScriptable , setScriptable |
public void appendData(String arg) throws DOMException
public void deleteData(int offset, int count) throws DOMException
public String getClassName()
public String getData() throws DOMException
public int getLength()
public String getTextContent() throws DOMException
- Overrides:
- getTextContent in interface NodeImpl
public void insertData(int offset, String arg) throws DOMException
public void replaceData(int offset, int count, String arg) throws DOMException
public void setData(String data) throws DOMException
public void setTextContent(String textContent) throws DOMException
- Overrides:
- setTextContent in interface NodeImpl
public String substringData(int offset, int count) throws DOMException