ibm.techexplorer.dom
Class TECharacterData
java.lang.Object
|
+--ibm.techexplorer.dom.TENode
|
+--ibm.techexplorer.dom.TECharacterData
- Direct Known Subclasses:
- TEComment, TEText
- public class TECharacterData
- extends TENode
- implements CharacterData
Description
- See Also:
techexplorer
,
org.w3c.dom
Methods inherited from class ibm.techexplorer.dom.TENode |
appendChild,
cloneNode,
convertFrBool,
convertFrNode,
convertToAttribute,
convertToBool,
convertToCDATASection,
convertToComment,
convertToDocument,
convertToDocumentFragment,
convertToDocumentType,
convertToDOMImplementation,
convertToElement,
convertToEntity,
convertToEntityReference,
convertToNamedNodeMap,
convertToNode,
convertToNodeList,
convertToNotation,
convertToProcessingInstruction,
convertToText,
createNode,
getAttributes,
getChildNodes,
getFirstChild,
getLastChild,
getNextSibling,
getNodeName,
getNodeType,
getNodeValue,
getOwnerDocument,
getParentNode,
getPreviousSibling,
hasChildNodes,
insertBefore,
removeChild,
replaceChild,
setNodeValue |
Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
TECharacterData
public TECharacterData(techexplorer teobject,
int node)
getData
public java.lang.String getData()
throws DOMException
- Specified by:
- getData in interface CharacterData
setData
public void setData(java.lang.String data)
throws DOMException
- Specified by:
- setData in interface CharacterData
getLength
public int getLength()
- Specified by:
- getLength in interface CharacterData
substringData
public java.lang.String substringData(int offset,
int count)
throws DOMException
- Specified by:
- substringData in interface CharacterData
appendData
public void appendData(java.lang.String arg)
throws DOMException
- Specified by:
- appendData in interface CharacterData
insertData
public void insertData(int offset,
java.lang.String arg)
throws DOMException
- Specified by:
- insertData in interface CharacterData
deleteData
public void deleteData(int offset,
int count)
throws DOMException
- Specified by:
- deleteData in interface CharacterData
replaceData
public void replaceData(int offset,
int count,
java.lang.String arg)
throws DOMException
- Specified by:
- replaceData in interface CharacterData