sdlip.xml.dom
Class TextImpl

java.lang.Object
  |
  +--sdlip.xml.dom.NodeImpl
        |
        +--sdlip.xml.dom.CharacterDataImpl
              |
              +--sdlip.xml.dom.TextImpl

public class TextImpl
extends CharacterDataImpl
implements org.w3c.dom.Text


Fields inherited from class sdlip.xml.dom.NodeImpl
firstChild, lastChild, name, nextSibling, ownerDocument, parentNode, previousSibling, value
 
Constructor Summary
TextImpl(DocumentImpl ownerDoc, java.lang.String data)
          Factory constructor.
 
Method Summary
 org.w3c.dom.Node cloneNode(boolean deep)
          Clones this node.
 java.lang.String getNodeName()
          Returns the node name.
 short getNodeType()
           
 org.w3c.dom.Text splitText(int offset)
           
 
Methods inherited from class sdlip.xml.dom.CharacterDataImpl
appendData, deleteData, getData, getLength, insertData, replaceData, setData, substringData
 
Methods inherited from class sdlip.xml.dom.NodeImpl
appendChild, getAttributes, getChildNodes, getFirstChild, getLastChild, getNextSibling, getNodeValue, getOwnerDocument, getParentNode, getPreviousSibling, hasChildNodes, insertBefore, item, removeChild, replaceChild, setNodeValue, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

TextImpl

public TextImpl(DocumentImpl ownerDoc,
                java.lang.String data)
Factory constructor.
Method Detail

getNodeType

public short getNodeType()
Overrides:
getNodeType in class NodeImpl

getNodeName

public java.lang.String getNodeName()
Returns the node name.
Overrides:
getNodeName in class CharacterDataImpl

cloneNode

public org.w3c.dom.Node cloneNode(boolean deep)
Clones this node.
Overrides:
cloneNode in class NodeImpl

splitText

public org.w3c.dom.Text splitText(int offset)
                           throws org.w3c.dom.DOMException
Specified by:
splitText in interface org.w3c.dom.Text