| 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.CharacterDataImplorg.lobobrowser.html.domimpl.TextImplField 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()
Should create a node with some cloned properties, like the node name, but not attributes or children.
- 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 DOMExceptionpublic 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