| Prev Class | Next Class | Frames | No Frames |
| Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
java.lang.Objectorg.lobobrowser.js.AbstractScriptableDelegateorg.lobobrowser.html.domimpl.NodeImplorg.lobobrowser.html.domimpl.CharacterDataImplField 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 DOMExceptionpublic void deleteData(int offset,
int count)
throws DOMExceptionpublic String getClassName()
public String getData()
throws DOMExceptionpublic int getLength()
public String getTextContent()
throws DOMException
- Overrides:
- getTextContent in interface NodeImpl
public void insertData(int offset,
String arg)
throws DOMExceptionpublic void replaceData(int offset,
int count,
String arg)
throws DOMExceptionpublic void setData(String data)
throws DOMExceptionpublic void setTextContent(String textContent)
throws DOMException
- Overrides:
- setTextContent in interface NodeImpl
public String substringData(int offset,
int count)
throws DOMException