org.mozilla.jrex.dom
Class JRexCharacterDataImpl
java.lang.Object
|
+--org.mozilla.jrex.dom.JRexNodeImpl
|
+--org.mozilla.jrex.dom.JRexCharacterDataImpl
- All Implemented Interfaces:
- CharacterData, Node
- Direct Known Subclasses:
- JRexCommentImpl, JRexTextImpl
- public class JRexCharacterDataImpl
- extends JRexNodeImpl
- implements CharacterData
A class implementing org.w3c.dom.CharacterData interface.
- Version:
- 1.0
- Author:
- C.N.Medappa
- See Also:
CharacterData
Fields inherited from interface org.w3c.dom.Node |
ATTRIBUTE_NODE, CDATA_SECTION_NODE, COMMENT_NODE, DOCUMENT_FRAGMENT_NODE, DOCUMENT_NODE, DOCUMENT_TYPE_NODE, ELEMENT_NODE, ENTITY_NODE, ENTITY_REFERENCE_NODE, NOTATION_NODE, PROCESSING_INSTRUCTION_NODE, TEXT_NODE |
Method Summary |
void |
appendData(String arg)
|
void |
AppendData(String arg)
|
void |
deleteData(int offset,
int count)
|
void |
DeleteData(int offset,
int count)
|
String |
getData()
|
String |
GetData()
|
int |
getLength()
|
int |
GetLength()
|
void |
insertData(int offset,
String arg)
|
void |
InsertData(int offset,
String arg)
|
void |
replaceData(int offset,
int count,
String arg)
|
void |
ReplaceData(int offset,
int count,
String arg)
|
void |
setData(String data)
|
void |
SetData(String data)
|
String |
substringData(int offset,
int count)
|
String |
SubstringData(int offset,
int count)
|
Methods inherited from class org.mozilla.jrex.dom.JRexNodeImpl |
appendChild, cloneNode, equals, finalize, getAttributes, getChildNodes, getEventTarget, getFirstChild, getLastChild, getLocalName, getNamespaceURI, getNextSibling, getNodeName, getNodeType, getNodeValue, getOwnerDocument, getParentNode, getPrefix, getPreviousSibling, hasAttributes, hasChildNodes, hashCode, insertBefore, isSupported, normalize, removeChild, replaceChild, setNodeValue, setPrefix, toString |
Methods inherited from interface org.w3c.dom.Node |
appendChild, cloneNode, getAttributes, getChildNodes, getFirstChild, getLastChild, getLocalName, getNamespaceURI, getNextSibling, getNodeName, getNodeType, getNodeValue, getOwnerDocument, getParentNode, getPrefix, getPreviousSibling, hasAttributes, hasChildNodes, insertBefore, isSupported, normalize, removeChild, replaceChild, setNodeValue, setPrefix |
JRexCharacterDataImpl
protected JRexCharacterDataImpl()
- Intended to be used by JNI
appendData
public void appendData(String arg)
throws DOMException
- Specified by:
appendData
in interface CharacterData
DOMException
deleteData
public void deleteData(int offset,
int count)
throws DOMException
- Specified by:
deleteData
in interface CharacterData
DOMException
getData
public String getData()
throws DOMException
- Specified by:
getData
in interface CharacterData
DOMException
getLength
public int getLength()
- Specified by:
getLength
in interface CharacterData
insertData
public void insertData(int offset,
String arg)
throws DOMException
- Specified by:
insertData
in interface CharacterData
DOMException
replaceData
public void replaceData(int offset,
int count,
String arg)
throws DOMException
- Specified by:
replaceData
in interface CharacterData
DOMException
setData
public void setData(String data)
throws DOMException
- Specified by:
setData
in interface CharacterData
DOMException
substringData
public String substringData(int offset,
int count)
throws DOMException
- Specified by:
substringData
in interface CharacterData
DOMException
AppendData
public void AppendData(String arg)
throws DOMException,
JRexException
DOMException
JRexException
DeleteData
public void DeleteData(int offset,
int count)
throws DOMException,
JRexException
DOMException
JRexException
GetData
public String GetData()
throws DOMException,
JRexException
DOMException
JRexException
GetLength
public int GetLength()
throws JRexException
JRexException
InsertData
public void InsertData(int offset,
String arg)
throws DOMException,
JRexException
DOMException
JRexException
ReplaceData
public void ReplaceData(int offset,
int count,
String arg)
throws DOMException,
JRexException
DOMException
JRexException
SetData
public void SetData(String data)
throws DOMException,
JRexException
DOMException
JRexException
SubstringData
public String SubstringData(int offset,
int count)
throws DOMException,
JRexException
DOMException
JRexException
Copyright © 2004 C.N.Medappa. All Rights Reserved.