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
org.lobobrowser.html.domimpl.TextImpl
Field Summary |
Fields inherited from class org.lobobrowser.html.domimpl.CharacterDataImpl | |
text |
Fields inherited from class org.lobobrowser.html.domimpl.NodeImpl | |
document , logger , nodeList , notificationsSuspended , parentNode , treeLock , uiNode |
Method Summary | |
protected Node | |
String | |
String | |
short | |
String | |
String | |
boolean | |
Text |
|
void |
|
void |
|
Text |
|
String |
|
Methods inherited from class org.lobobrowser.html.domimpl.CharacterDataImpl | |
appendData , cloneNode , deleteData , getClassName , getData , getLength , getTextContent , insertData , replaceData , setData , setTextContent , substringData , toString |
Methods inherited from class org.lobobrowser.js.AbstractScriptableDelegate | |
getScriptable , setScriptable |
protected Node createSimilarNode()
- Overrides:
- createSimilarNode in interface NodeImpl
public String getNodeValue() throws DOMException
- Overrides:
- getNodeValue in interface NodeImpl
public String getWholeText()
public boolean isElementContentWhitespace()
public Text replaceWholeText(String content) throws DOMException
public void setNodeValue(String nodeValue) throws DOMException
- Overrides:
- setNodeValue in interface NodeImpl
public void setTextContent(String textContent) throws DOMException
- Overrides:
- setTextContent in interface CharacterDataImpl
public Text splitText(int offset) throws DOMException