org.mozilla.jrex.dom
Class JRexCharacterDataImpl

java.lang.Object
  extended byorg.mozilla.jrex.dom.JRexNodeImpl
      extended byorg.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

Field Summary
 
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
 
Constructor Summary
protected JRexCharacterDataImpl()
          Intended to be used by JNI
 
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, dispose, 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 class java.lang.Object
clone, getClass, notify, notifyAll, wait, wait, wait
 
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
 

Constructor Detail

JRexCharacterDataImpl

protected JRexCharacterDataImpl()
Intended to be used by JNI

Method Detail

appendData

public void appendData(String arg)
                throws DOMException
Specified by:
appendData in interface CharacterData
Throws:
DOMException

deleteData

public void deleteData(int offset,
                       int count)
                throws DOMException
Specified by:
deleteData in interface CharacterData
Throws:
DOMException

getData

public String getData()
               throws DOMException
Specified by:
getData in interface CharacterData
Throws:
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
Throws:
DOMException

replaceData

public void replaceData(int offset,
                        int count,
                        String arg)
                 throws DOMException
Specified by:
replaceData in interface CharacterData
Throws:
DOMException

setData

public void setData(String data)
             throws DOMException
Specified by:
setData in interface CharacterData
Throws:
DOMException

substringData

public String substringData(int offset,
                            int count)
                     throws DOMException
Specified by:
substringData in interface CharacterData
Throws:
DOMException

AppendData

public void AppendData(String arg)
                throws DOMException,
                       JRexException
Throws:
DOMException
JRexException

DeleteData

public void DeleteData(int offset,
                       int count)
                throws DOMException,
                       JRexException
Throws:
DOMException
JRexException

GetData

public String GetData()
               throws DOMException,
                      JRexException
Throws:
DOMException
JRexException

GetLength

public int GetLength()
              throws JRexException
Throws:
JRexException

InsertData

public void InsertData(int offset,
                       String arg)
                throws DOMException,
                       JRexException
Throws:
DOMException
JRexException

ReplaceData

public void ReplaceData(int offset,
                        int count,
                        String arg)
                 throws DOMException,
                        JRexException
Throws:
DOMException
JRexException

SetData

public void SetData(String data)
             throws DOMException,
                    JRexException
Throws:
DOMException
JRexException

SubstringData

public String SubstringData(int offset,
                            int count)
                     throws DOMException,
                            JRexException
Throws:
DOMException
JRexException


Copyright © 2004 C.N.Medappa. All Rights Reserved.