TPTP 4.5.0 Platform Project
Internal API Specification

org.eclipse.tptp.platform.report.sxp.internal
Class SXPText

java.lang.Object
  extended by org.eclipse.tptp.platform.report.sxp.internal.SXPNode
      extended by org.eclipse.tptp.platform.report.sxp.internal.SXPText
All Implemented Interfaces:
org.w3c.dom.CharacterData, org.w3c.dom.Node, org.w3c.dom.Text

Deprecated. As of TPTP 4.5.0, use the TPTP Business Intelligence and Reporting Tools (BIRT) reporting infrastructure (org.eclipse.tptp.platform.report.birt).

public class SXPText
extends SXPNode
implements org.w3c.dom.Text

Used by Simple Xml Parser


Field Summary
protected  java.lang.String text_
          Deprecated.  
 
Fields inherited from class org.eclipse.tptp.platform.report.sxp.internal.SXPNode
first_child_, last_child_, next_, parent_, prev_
 
Fields inherited from interface org.w3c.dom.Node
ATTRIBUTE_NODE, CDATA_SECTION_NODE, COMMENT_NODE, DOCUMENT_FRAGMENT_NODE, DOCUMENT_NODE, DOCUMENT_POSITION_CONTAINED_BY, DOCUMENT_POSITION_CONTAINS, DOCUMENT_POSITION_DISCONNECTED, DOCUMENT_POSITION_FOLLOWING, DOCUMENT_POSITION_IMPLEMENTATION_SPECIFIC, DOCUMENT_POSITION_PRECEDING, DOCUMENT_TYPE_NODE, ELEMENT_NODE, ENTITY_NODE, ENTITY_REFERENCE_NODE, NOTATION_NODE, PROCESSING_INSTRUCTION_NODE, TEXT_NODE
 
Constructor Summary
SXPText(java.lang.String t)
          Deprecated.  
 
Method Summary
 void appendData(java.lang.String arg)
          Deprecated.  
 void deleteData(int offset, int count)
          Deprecated.  
 java.lang.String getData()
          Deprecated.  
 int getLength()
          Deprecated.  
 java.lang.String getNodeName()
          Deprecated.  
 short getNodeType()
          Deprecated.  
 java.lang.String getNodeValue()
          Deprecated.  
 boolean hasAttributes()
          Deprecated.  
 void insertData(int offset, java.lang.String arg)
          Deprecated.  
 void replaceData(int offset, int count, java.lang.String arg)
          Deprecated.  
 void setData(java.lang.String data)
          Deprecated.  
 void setNodeValue(java.lang.String nodeValue)
          Deprecated.  
 org.w3c.dom.Text splitText(int offset)
          Deprecated.  
 java.lang.String substringData(int offset, int count)
          Deprecated.  
 
Methods inherited from class org.eclipse.tptp.platform.report.sxp.internal.SXPNode
appendChild, cloneNode, dump, dump, getAttributes, getChildNodes, getFirstChild, getLastChild, getLocalName, getNamespaceURI, getNextSibling, getOwnerDocument, getParentNode, getPrefix, getPreviousSibling, hasChildNodes, insertBefore, isSupported, normalize, removeChild, replaceChild, setNext, setParent, setPrefix, setPrev
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.w3c.dom.Text
getWholeText, isElementContentWhitespace, replaceWholeText
 
Methods inherited from interface org.w3c.dom.Node
appendChild, cloneNode, compareDocumentPosition, getAttributes, getBaseURI, getChildNodes, getFeature, getFirstChild, getLastChild, getLocalName, getNamespaceURI, getNextSibling, getOwnerDocument, getParentNode, getPrefix, getPreviousSibling, getTextContent, getUserData, hasChildNodes, insertBefore, isDefaultNamespace, isEqualNode, isSameNode, isSupported, lookupNamespaceURI, lookupPrefix, normalize, removeChild, replaceChild, setPrefix, setTextContent, setUserData
 

Field Detail

text_

protected java.lang.String text_
Deprecated. 
Constructor Detail

SXPText

public SXPText(java.lang.String t)
Deprecated. 
Method Detail

getNodeName

public java.lang.String getNodeName()
Deprecated. 
Specified by:
getNodeName in interface org.w3c.dom.Node
Specified by:
getNodeName in class SXPNode

getNodeValue

public java.lang.String getNodeValue()
                              throws org.w3c.dom.DOMException
Deprecated. 
Specified by:
getNodeValue in interface org.w3c.dom.Node
Specified by:
getNodeValue in class SXPNode
Throws:
org.w3c.dom.DOMException

setNodeValue

public void setNodeValue(java.lang.String nodeValue)
                  throws org.w3c.dom.DOMException
Deprecated. 
Specified by:
setNodeValue in interface org.w3c.dom.Node
Specified by:
setNodeValue in class SXPNode
Throws:
org.w3c.dom.DOMException

getNodeType

public short getNodeType()
Deprecated. 
Specified by:
getNodeType in interface org.w3c.dom.Node
Specified by:
getNodeType in class SXPNode

hasAttributes

public boolean hasAttributes()
Deprecated. 
Specified by:
hasAttributes in interface org.w3c.dom.Node
Specified by:
hasAttributes in class SXPNode

splitText

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

getData

public java.lang.String getData()
                         throws org.w3c.dom.DOMException
Deprecated. 
Specified by:
getData in interface org.w3c.dom.CharacterData
Throws:
org.w3c.dom.DOMException

setData

public void setData(java.lang.String data)
             throws org.w3c.dom.DOMException
Deprecated. 
Specified by:
setData in interface org.w3c.dom.CharacterData
Throws:
org.w3c.dom.DOMException

getLength

public int getLength()
Deprecated. 
Specified by:
getLength in interface org.w3c.dom.CharacterData

substringData

public java.lang.String substringData(int offset,
                                      int count)
                               throws org.w3c.dom.DOMException
Deprecated. 
Specified by:
substringData in interface org.w3c.dom.CharacterData
Throws:
org.w3c.dom.DOMException

appendData

public void appendData(java.lang.String arg)
                throws org.w3c.dom.DOMException
Deprecated. 
Specified by:
appendData in interface org.w3c.dom.CharacterData
Throws:
org.w3c.dom.DOMException

insertData

public void insertData(int offset,
                       java.lang.String arg)
                throws org.w3c.dom.DOMException
Deprecated. 
Specified by:
insertData in interface org.w3c.dom.CharacterData
Throws:
org.w3c.dom.DOMException

deleteData

public void deleteData(int offset,
                       int count)
                throws org.w3c.dom.DOMException
Deprecated. 
Specified by:
deleteData in interface org.w3c.dom.CharacterData
Throws:
org.w3c.dom.DOMException

replaceData

public void replaceData(int offset,
                        int count,
                        java.lang.String arg)
                 throws org.w3c.dom.DOMException
Deprecated. 
Specified by:
replaceData in interface org.w3c.dom.CharacterData
Throws:
org.w3c.dom.DOMException

TPTP 4.5.0 Platform Project
Internal API Specification