TPTP 4.5.0 Platform Project
Internal API Specification

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

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

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 SXPElement
extends SXPNode
implements org.w3c.dom.Element

Element used by SimpleXmlParser.


Field Summary
 
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
SXPElement(java.lang.String tag_name)
          Deprecated.  
 
Method Summary
 java.lang.String getAttribute(java.lang.String name)
          Deprecated.  
 org.w3c.dom.Attr getAttributeNode(java.lang.String name)
          Deprecated.  
 org.w3c.dom.Attr getAttributeNodeNS(java.lang.String namespaceURI, java.lang.String localName)
          Deprecated.  
 java.lang.String getAttributeNS(java.lang.String namespaceURI, java.lang.String localName)
          Deprecated.  
 org.w3c.dom.NamedNodeMap getAttributes()
          Deprecated.  
 org.w3c.dom.NodeList getElementsByTagName(java.lang.String name)
          Deprecated.  
 org.w3c.dom.NodeList getElementsByTagNameNS(java.lang.String namespaceURI, java.lang.String localName)
          Deprecated.  
 java.lang.String getNodeName()
          Deprecated.  
 short getNodeType()
          Deprecated.  
 java.lang.String getNodeValue()
          Deprecated.  
 java.lang.String getTagName()
          Deprecated.  
 boolean hasAttribute(java.lang.String name)
          Deprecated.  
 boolean hasAttributeNS(java.lang.String namespaceURI, java.lang.String localName)
          Deprecated.  
 boolean hasAttributes()
          Deprecated.  
 void removeAttribute(java.lang.String name)
          Deprecated.  
 org.w3c.dom.Attr removeAttributeNode(org.w3c.dom.Attr oldAttr)
          Deprecated.  
 void removeAttributeNS(java.lang.String namespaceURI, java.lang.String localName)
          Deprecated.  
 void setAttribute(java.lang.String name, java.lang.String value)
          Deprecated.  
 org.w3c.dom.Attr setAttributeNode(org.w3c.dom.Attr newAttr)
          Deprecated.  
 org.w3c.dom.Attr setAttributeNodeNS(org.w3c.dom.Attr newAttr)
          Deprecated.  
 void setAttributeNS(java.lang.String namespaceURI, java.lang.String qualifiedName, java.lang.String value)
          Deprecated.  
 void setNodeValue(java.lang.String nodeValue)
          Deprecated.  
 
Methods inherited from class org.eclipse.tptp.platform.report.sxp.internal.SXPNode
appendChild, cloneNode, dump, dump, 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.Element
getSchemaTypeInfo, setIdAttribute, setIdAttributeNode, setIdAttributeNS
 
Methods inherited from interface org.w3c.dom.Node
appendChild, cloneNode, compareDocumentPosition, 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
 

Constructor Detail

SXPElement

public SXPElement(java.lang.String tag_name)
Deprecated. 
Method Detail

getAttributes

public org.w3c.dom.NamedNodeMap getAttributes()
Deprecated. 
Specified by:
getAttributes in interface org.w3c.dom.Node
Overrides:
getAttributes in class SXPNode

getTagName

public java.lang.String getTagName()
Deprecated. 
Specified by:
getTagName in interface org.w3c.dom.Element

getAttribute

public java.lang.String getAttribute(java.lang.String name)
Deprecated. 
Specified by:
getAttribute in interface org.w3c.dom.Element

setAttribute

public void setAttribute(java.lang.String name,
                         java.lang.String value)
                  throws org.w3c.dom.DOMException
Deprecated. 
Specified by:
setAttribute in interface org.w3c.dom.Element
Throws:
org.w3c.dom.DOMException

removeAttribute

public void removeAttribute(java.lang.String name)
                     throws org.w3c.dom.DOMException
Deprecated. 
Specified by:
removeAttribute in interface org.w3c.dom.Element
Throws:
org.w3c.dom.DOMException

getAttributeNode

public org.w3c.dom.Attr getAttributeNode(java.lang.String name)
Deprecated. 
Specified by:
getAttributeNode in interface org.w3c.dom.Element

setAttributeNode

public org.w3c.dom.Attr setAttributeNode(org.w3c.dom.Attr newAttr)
                                  throws org.w3c.dom.DOMException
Deprecated. 
Specified by:
setAttributeNode in interface org.w3c.dom.Element
Throws:
org.w3c.dom.DOMException

removeAttributeNode

public org.w3c.dom.Attr removeAttributeNode(org.w3c.dom.Attr oldAttr)
                                     throws org.w3c.dom.DOMException
Deprecated. 
Specified by:
removeAttributeNode in interface org.w3c.dom.Element
Throws:
org.w3c.dom.DOMException

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

getElementsByTagName

public org.w3c.dom.NodeList getElementsByTagName(java.lang.String name)
Deprecated. 
Specified by:
getElementsByTagName in interface org.w3c.dom.Element

getAttributeNS

public java.lang.String getAttributeNS(java.lang.String namespaceURI,
                                       java.lang.String localName)
Deprecated. 
Specified by:
getAttributeNS in interface org.w3c.dom.Element

setAttributeNS

public void setAttributeNS(java.lang.String namespaceURI,
                           java.lang.String qualifiedName,
                           java.lang.String value)
                    throws org.w3c.dom.DOMException
Deprecated. 
Specified by:
setAttributeNS in interface org.w3c.dom.Element
Throws:
org.w3c.dom.DOMException

removeAttributeNS

public void removeAttributeNS(java.lang.String namespaceURI,
                              java.lang.String localName)
                       throws org.w3c.dom.DOMException
Deprecated. 
Specified by:
removeAttributeNS in interface org.w3c.dom.Element
Throws:
org.w3c.dom.DOMException

getAttributeNodeNS

public org.w3c.dom.Attr getAttributeNodeNS(java.lang.String namespaceURI,
                                           java.lang.String localName)
Deprecated. 
Specified by:
getAttributeNodeNS in interface org.w3c.dom.Element

setAttributeNodeNS

public org.w3c.dom.Attr setAttributeNodeNS(org.w3c.dom.Attr newAttr)
                                    throws org.w3c.dom.DOMException
Deprecated. 
Specified by:
setAttributeNodeNS in interface org.w3c.dom.Element
Throws:
org.w3c.dom.DOMException

getElementsByTagNameNS

public org.w3c.dom.NodeList getElementsByTagNameNS(java.lang.String namespaceURI,
                                                   java.lang.String localName)
Deprecated. 
Specified by:
getElementsByTagNameNS in interface org.w3c.dom.Element

hasAttribute

public boolean hasAttribute(java.lang.String name)
Deprecated. 
Specified by:
hasAttribute in interface org.w3c.dom.Element

hasAttributeNS

public boolean hasAttributeNS(java.lang.String namespaceURI,
                              java.lang.String localName)
Deprecated. 
Specified by:
hasAttributeNS in interface org.w3c.dom.Element

TPTP 4.5.0 Platform Project
Internal API Specification