TPTP 4.5.0 Platform Project
Internal API Specification

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

java.lang.Object
  extended by org.eclipse.tptp.platform.report.sxp.internal.SXPNodeList
All Implemented Interfaces:
org.w3c.dom.NodeList

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 SXPNodeList
extends java.lang.Object
implements org.w3c.dom.NodeList

Used in SimpleXmlParser and associates.


Constructor Summary
SXPNodeList(int size)
          Deprecated.  
 
Method Summary
 void addItem(org.w3c.dom.Node item)
          Deprecated.  
 int getLength()
          Deprecated.  
 org.w3c.dom.Node item(int index)
          Deprecated.  
 void setItem(int index, org.w3c.dom.Node item)
          Deprecated.  
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SXPNodeList

public SXPNodeList(int size)
Deprecated. 
Method Detail

setItem

public void setItem(int index,
                    org.w3c.dom.Node item)
Deprecated. 

addItem

public void addItem(org.w3c.dom.Node item)
Deprecated. 

item

public org.w3c.dom.Node item(int index)
Deprecated. 
Specified by:
item in interface org.w3c.dom.NodeList

getLength

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

TPTP 4.5.0 Platform Project
Internal API Specification