|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--sdlip.xml.dom.NodeImpl
Field Summary | |
protected NodeImpl |
firstChild
First child. |
protected NodeImpl |
lastChild
Last child. |
protected java.lang.String |
name
Node name. |
protected NodeImpl |
nextSibling
Next sibling. |
protected Document |
ownerDocument
Owner document. |
protected NodeImpl |
parentNode
Parent node. |
protected NodeImpl |
previousSibling
Previous sibling. |
protected java.lang.String |
value
Node value. |
Constructor Summary | |
protected |
NodeImpl(Document ownerDocument,
java.lang.String name,
java.lang.String value)
|
Method Summary | |
org.w3c.dom.Node |
appendChild(org.w3c.dom.Node newChild)
|
org.w3c.dom.Node |
cloneNode(boolean deep)
|
org.w3c.dom.NamedNodeMap |
getAttributes()
|
org.w3c.dom.NodeList |
getChildNodes()
|
org.w3c.dom.Node |
getFirstChild()
The first child of this Node, or null if none. |
org.w3c.dom.Node |
getLastChild()
The first child of this Node, or null if none. |
int |
getLength()
|
org.w3c.dom.Node |
getNextSibling()
The next child of this node's parent, or null if none |
java.lang.String |
getNodeName()
|
abstract short |
getNodeType()
|
java.lang.String |
getNodeValue()
|
Document |
getOwnerDocument()
|
org.w3c.dom.Node |
getParentNode()
|
org.w3c.dom.Node |
getPreviousSibling()
The previous child of this node's parent, or null if none |
boolean |
hasChildNodes()
|
org.w3c.dom.Node |
insertBefore(org.w3c.dom.Node newChild,
org.w3c.dom.Node refChild)
|
org.w3c.dom.Node |
item(int index)
|
org.w3c.dom.Node |
removeChild(org.w3c.dom.Node oldChild)
|
org.w3c.dom.Node |
replaceChild(org.w3c.dom.Node newChild,
org.w3c.dom.Node oldChild)
|
void |
setNodeValue(java.lang.String value)
|
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
wait,
wait,
wait |
Field Detail |
protected java.lang.String name
protected java.lang.String value
protected Document ownerDocument
protected NodeImpl parentNode
protected NodeImpl previousSibling
protected NodeImpl nextSibling
protected NodeImpl firstChild
protected NodeImpl lastChild
Constructor Detail |
protected NodeImpl(Document ownerDocument, java.lang.String name, java.lang.String value)
Method Detail |
public java.lang.String getNodeName()
public void setNodeValue(java.lang.String value)
public java.lang.String getNodeValue()
public org.w3c.dom.Node appendChild(org.w3c.dom.Node newChild) throws org.w3c.dom.DOMException
public org.w3c.dom.Node cloneNode(boolean deep)
public Document getOwnerDocument()
public org.w3c.dom.Node getParentNode()
public org.w3c.dom.Node getNextSibling()
public org.w3c.dom.Node getPreviousSibling()
public org.w3c.dom.NamedNodeMap getAttributes()
public boolean hasChildNodes()
public org.w3c.dom.NodeList getChildNodes()
public org.w3c.dom.Node getFirstChild()
public org.w3c.dom.Node getLastChild()
public org.w3c.dom.Node insertBefore(org.w3c.dom.Node newChild, org.w3c.dom.Node refChild) throws org.w3c.dom.DOMException
public org.w3c.dom.Node removeChild(org.w3c.dom.Node oldChild) throws org.w3c.dom.DOMException
public org.w3c.dom.Node replaceChild(org.w3c.dom.Node newChild, org.w3c.dom.Node oldChild) throws org.w3c.dom.DOMException
public int getLength()
public org.w3c.dom.Node item(int index)
public java.lang.String toString()
public abstract short getNodeType()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |