|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.gargoylesoftware.htmlunit.html.DomNode
com.gargoylesoftware.htmlunit.html.DomCharacterData
public abstract class DomCharacterData
Wrapper for the DOM node CharacterData.
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class com.gargoylesoftware.htmlunit.html.DomNode |
|---|
DomNode.ChildIterator, DomNode.DescendantElementsIterator |
| Field Summary |
|---|
| Fields inherited from class com.gargoylesoftware.htmlunit.html.DomNode |
|---|
AS_TEXT_BLANK, AS_TEXT_BLOCK_SEPARATOR, AS_TEXT_NEW_LINE, AS_TEXT_TAB, PROPERTY_ELEMENT, READY_STATE_COMPLETE, READY_STATE_INTERACTIVE, READY_STATE_LOADED, READY_STATE_LOADING, READY_STATE_UNINITIALIZED |
| Fields inherited from interface org.w3c.dom.Node |
|---|
ATTRIBUTE_NODE, CDATA_SECTION_NODE, COMMENT_NODE, DOCUMENT_FRAGMENT_NODE, DOCUMENT_NODE, DOCUMENT_POSITION_CONTAINED_BY, DOCUMENT_POSITION_CONTAINS, DOCUMENT_POSITION_DISCONNECTED, DOCUMENT_POSITION_FOLLOWING, DOCUMENT_POSITION_IMPLEMENTATION_SPECIFIC, DOCUMENT_POSITION_PRECEDING, DOCUMENT_TYPE_NODE, ELEMENT_NODE, ENTITY_NODE, ENTITY_REFERENCE_NODE, NOTATION_NODE, PROCESSING_INSTRUCTION_NODE, TEXT_NODE |
| Constructor Summary | |
|---|---|
DomCharacterData(SgmlPage page,
java.lang.String data)
Creates an instance of DomCharacterData. |
|
| Method Summary | |
|---|---|
void |
appendData(java.lang.String newData)
Appends a string to character data. |
void |
deleteData(int offset,
int count)
Deletes characters from character data. |
java.lang.String |
getData()
Gets the data character string for this character data node. |
int |
getLength()
Returns the number of characters in the character data. |
java.lang.String |
getNodeValue()
|
void |
insertData(int offset,
java.lang.String arg)
Inserts a string into character data. |
void |
replaceData(int offset,
int count,
java.lang.String arg)
Replaces characters of character data with a string. |
void |
setData(java.lang.String data)
Sets the data character string for this character data node. |
void |
setNodeValue(java.lang.String newValue)
Sets the data character string to the new string. |
java.lang.String |
substringData(int offset,
int count)
Extracts a substring from character data. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface org.w3c.dom.Node |
|---|
appendChild, cloneNode, compareDocumentPosition, getAttributes, getBaseURI, getChildNodes, getFeature, getFirstChild, getLastChild, getLocalName, getNamespaceURI, getNextSibling, getNodeName, getNodeType, getOwnerDocument, getParentNode, getPrefix, getPreviousSibling, getTextContent, getUserData, hasAttributes, hasChildNodes, insertBefore, isDefaultNamespace, isEqualNode, isSameNode, isSupported, lookupNamespaceURI, lookupPrefix, normalize, removeChild, replaceChild, setPrefix, setTextContent, setUserData |
| Constructor Detail |
|---|
public DomCharacterData(SgmlPage page,
java.lang.String data)
page - the Page that contains this elementdata - the data string wrapped by this node| Method Detail |
|---|
public java.lang.String getData()
getData in interface org.w3c.dom.CharacterDatapublic void setData(java.lang.String data)
setData in interface org.w3c.dom.CharacterDatadata - the new data character stringpublic void setNodeValue(java.lang.String newValue)
setNodeValue in interface org.w3c.dom.NodesetNodeValue in class DomNodenewValue - the new string of datapublic int getLength()
getLength in interface org.w3c.dom.CharacterDatapublic void appendData(java.lang.String newData)
appendData in interface org.w3c.dom.CharacterDatanewData - the string to be appended to the character data
public void deleteData(int offset,
int count)
deleteData in interface org.w3c.dom.CharacterDataoffset - the position of the first character to be deletedcount - the number of characters to be deleted
public void insertData(int offset,
java.lang.String arg)
insertData in interface org.w3c.dom.CharacterDataoffset - the position within the first character at which the string is to be insertedarg - the string to insert
public void replaceData(int offset,
int count,
java.lang.String arg)
replaceData in interface org.w3c.dom.CharacterDataoffset - the position within the first character at which the string is to be replacedcount - the number of characters to be replacedarg - the string that replaces the count characters beginning at the character at offset
public java.lang.String substringData(int offset,
int count)
substringData in interface org.w3c.dom.CharacterDataoffset - the position of the first character to be extractedcount - the number of characters to be extracted
public java.lang.String getNodeValue()
getNodeValue in interface org.w3c.dom.NodegetNodeValue in class DomNode
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||