gnu.kawa.xml
Class KCharacterData
- java.util.Enumeration, java.util.ListIterator
public abstract class KCharacterData
coerce , getBaseURI , getFeature , getLocalName , getNamespaceURI , getNodeName , getNodeType , getNodeValue , getNodeValue , getPrefix , getTextContent , getTextContent , hasAttributes , hasChildNodes , isDefaultNamespace , isSupported , lookupNamespaceURI , lookupPrefix , make , make , normalize , toString |
add , copy , finalize , fromEndIndex , getContainingSequenceSize , getNext , getNextKind , getNextTypeName , getNextTypeObject , getPos , getPrevious , gotoChildrenStart , gotoEnd , gotoNext , gotoPrevious , gotoStart , hasMoreElements , hasNext , hasPrevious , isAfter , make , next , nextElement , nextIndex , previous , previousIndex , release , remove , set , set , set , setNext , setPos , setPos , setPrevious , toInfo , toString |
KCharacterData
public KCharacterData(NodeTree seq,
int ipos)
appendData
public void appendData(String data)
throws DOMException
deleteData
public void deleteData(int offset,
int count)
throws DOMException
getData
public String getData()
getLength
public int getLength()
Non-optimized.
insertData
public void insertData(int offset,
String data)
throws DOMException
replaceData
public void replaceData(int offset,
int count,
String arg)
throws DOMException
setData
public void setData(String data)
throws DOMException
substringData
public String substringData(int offset,
int count)
throws DOMException