|
TPTP 4.6.0 Platform Project Internal API Specification |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.eclipse.tptp.platform.report.sxp.internal.SXPNode
org.eclipse.tptp.platform.report.birt).
public abstract class SXPNode
Used by SimpleXmlParser. Abstract implementation of Node, handle parent, sibling and children.
| Field Summary | |
|---|---|
protected SXPNode |
first_child_
Deprecated. |
protected SXPNode |
last_child_
Deprecated. |
protected SXPNode |
next_
Deprecated. |
protected SXPNode |
parent_
Deprecated. |
protected SXPNode |
prev_
Deprecated. |
| 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 | |
|---|---|
SXPNode()
Deprecated. |
|
| Method Summary | |
|---|---|
org.w3c.dom.Node |
appendChild(org.w3c.dom.Node newChild)
Deprecated. |
org.w3c.dom.Node |
cloneNode(boolean deep)
Deprecated. |
void |
dump()
Deprecated. |
protected void |
dump(java.lang.String indent)
Deprecated. |
org.w3c.dom.NamedNodeMap |
getAttributes()
Deprecated. |
org.w3c.dom.NodeList |
getChildNodes()
Deprecated. |
org.w3c.dom.Node |
getFirstChild()
Deprecated. |
org.w3c.dom.Node |
getLastChild()
Deprecated. |
java.lang.String |
getLocalName()
Deprecated. |
java.lang.String |
getNamespaceURI()
Deprecated. |
org.w3c.dom.Node |
getNextSibling()
Deprecated. |
abstract java.lang.String |
getNodeName()
Deprecated. |
abstract short |
getNodeType()
Deprecated. |
abstract java.lang.String |
getNodeValue()
Deprecated. |
org.w3c.dom.Document |
getOwnerDocument()
Deprecated. |
org.w3c.dom.Node |
getParentNode()
Deprecated. |
java.lang.String |
getPrefix()
Deprecated. |
org.w3c.dom.Node |
getPreviousSibling()
Deprecated. |
abstract boolean |
hasAttributes()
Deprecated. |
boolean |
hasChildNodes()
Deprecated. |
org.w3c.dom.Node |
insertBefore(org.w3c.dom.Node newChild,
org.w3c.dom.Node refChild)
Deprecated. |
boolean |
isSupported(java.lang.String feature,
java.lang.String version)
Deprecated. |
void |
normalize()
Deprecated. |
org.w3c.dom.Node |
removeChild(org.w3c.dom.Node oldChild)
Deprecated. |
org.w3c.dom.Node |
replaceChild(org.w3c.dom.Node newChild,
org.w3c.dom.Node oldChild)
Deprecated. |
void |
setNext(SXPNode p)
Deprecated. |
abstract void |
setNodeValue(java.lang.String nodeValue)
Deprecated. |
void |
setParent(SXPNode p)
Deprecated. |
void |
setPrefix(java.lang.String prefix)
Deprecated. |
void |
setPrev(SXPNode p)
Deprecated. |
| 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.Node |
|---|
compareDocumentPosition, getBaseURI, getFeature, getTextContent, getUserData, isDefaultNamespace, isEqualNode, isSameNode, lookupNamespaceURI, lookupPrefix, setTextContent, setUserData |
| Field Detail |
|---|
protected SXPNode parent_
protected SXPNode prev_
protected SXPNode next_
protected SXPNode first_child_
protected SXPNode last_child_
| Constructor Detail |
|---|
public SXPNode()
| Method Detail |
|---|
public void setParent(SXPNode p)
public void setPrev(SXPNode p)
public void setNext(SXPNode p)
public abstract java.lang.String getNodeName()
getNodeName in interface org.w3c.dom.Node
public abstract java.lang.String getNodeValue()
throws org.w3c.dom.DOMException
getNodeValue in interface org.w3c.dom.Nodeorg.w3c.dom.DOMException
public abstract void setNodeValue(java.lang.String nodeValue)
throws org.w3c.dom.DOMException
setNodeValue in interface org.w3c.dom.Nodeorg.w3c.dom.DOMExceptionpublic abstract short getNodeType()
getNodeType in interface org.w3c.dom.Nodepublic org.w3c.dom.Node getParentNode()
getParentNode in interface org.w3c.dom.Nodepublic org.w3c.dom.NodeList getChildNodes()
getChildNodes in interface org.w3c.dom.Nodepublic org.w3c.dom.Node getFirstChild()
getFirstChild in interface org.w3c.dom.Nodepublic org.w3c.dom.Node getLastChild()
getLastChild in interface org.w3c.dom.Nodepublic org.w3c.dom.Node getPreviousSibling()
getPreviousSibling in interface org.w3c.dom.Nodepublic org.w3c.dom.Node getNextSibling()
getNextSibling in interface org.w3c.dom.Nodepublic org.w3c.dom.NamedNodeMap getAttributes()
getAttributes in interface org.w3c.dom.Nodepublic org.w3c.dom.Document getOwnerDocument()
getOwnerDocument in interface org.w3c.dom.Node
public org.w3c.dom.Node insertBefore(org.w3c.dom.Node newChild,
org.w3c.dom.Node refChild)
throws org.w3c.dom.DOMException
insertBefore in interface org.w3c.dom.Nodeorg.w3c.dom.DOMException
public org.w3c.dom.Node replaceChild(org.w3c.dom.Node newChild,
org.w3c.dom.Node oldChild)
throws org.w3c.dom.DOMException
replaceChild in interface org.w3c.dom.Nodeorg.w3c.dom.DOMException
public org.w3c.dom.Node removeChild(org.w3c.dom.Node oldChild)
throws org.w3c.dom.DOMException
removeChild in interface org.w3c.dom.Nodeorg.w3c.dom.DOMException
public org.w3c.dom.Node appendChild(org.w3c.dom.Node newChild)
throws org.w3c.dom.DOMException
appendChild in interface org.w3c.dom.Nodeorg.w3c.dom.DOMExceptionpublic boolean hasChildNodes()
hasChildNodes in interface org.w3c.dom.Nodepublic org.w3c.dom.Node cloneNode(boolean deep)
cloneNode in interface org.w3c.dom.Nodepublic void normalize()
normalize in interface org.w3c.dom.Node
public boolean isSupported(java.lang.String feature,
java.lang.String version)
isSupported in interface org.w3c.dom.Nodepublic java.lang.String getNamespaceURI()
getNamespaceURI in interface org.w3c.dom.Nodepublic java.lang.String getPrefix()
getPrefix in interface org.w3c.dom.Node
public void setPrefix(java.lang.String prefix)
throws org.w3c.dom.DOMException
setPrefix in interface org.w3c.dom.Nodeorg.w3c.dom.DOMExceptionpublic java.lang.String getLocalName()
getLocalName in interface org.w3c.dom.Nodepublic abstract boolean hasAttributes()
hasAttributes in interface org.w3c.dom.Nodepublic final void dump()
protected void dump(java.lang.String indent)
|
TPTP 4.6.0 Platform Project Internal API Specification |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||