|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--sdlip.xml.dom.NodeImpl | +--sdlip.xml.dom.CharacterDataImpl | +--sdlip.xml.dom.TextImpl
Fields inherited from class sdlip.xml.dom.NodeImpl |
firstChild,
lastChild,
name,
nextSibling,
ownerDocument,
parentNode,
previousSibling,
value |
Constructor Summary | |
TextImpl(DocumentImpl ownerDoc,
java.lang.String data)
Factory constructor. |
Method Summary | |
org.w3c.dom.Node |
cloneNode(boolean deep)
Clones this node. |
java.lang.String |
getNodeName()
Returns the node name. |
short |
getNodeType()
|
org.w3c.dom.Text |
splitText(int offset)
|
Methods inherited from class sdlip.xml.dom.CharacterDataImpl |
appendData,
deleteData,
getData,
getLength,
insertData,
replaceData,
setData,
substringData |
Methods inherited from class sdlip.xml.dom.NodeImpl |
appendChild,
getAttributes,
getChildNodes,
getFirstChild,
getLastChild,
getNextSibling,
getNodeValue,
getOwnerDocument,
getParentNode,
getPreviousSibling,
hasChildNodes,
insertBefore,
item,
removeChild,
replaceChild,
setNodeValue,
toString |
Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
wait,
wait,
wait |
Constructor Detail |
public TextImpl(DocumentImpl ownerDoc, java.lang.String data)
Method Detail |
public short getNodeType()
public java.lang.String getNodeName()
public org.w3c.dom.Node cloneNode(boolean deep)
public org.w3c.dom.Text splitText(int offset) throws org.w3c.dom.DOMException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |