|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.exist.memtree.NodeImpl
org.exist.memtree.CommentImpl
| Field Summary |
| Fields inherited from class org.exist.memtree.NodeImpl |
document, NAMESPACE_NODE, nodeNumber, REFERENCE_NODE |
| Fields inherited from interface org.w3c.dom.Node |
ATTRIBUTE_NODE, CDATA_SECTION_NODE, COMMENT_NODE, DOCUMENT_FRAGMENT_NODE, DOCUMENT_NODE, DOCUMENT_TYPE_NODE, ELEMENT_NODE, ENTITY_NODE, ENTITY_REFERENCE_NODE, NOTATION_NODE, PROCESSING_INSTRUCTION_NODE, TEXT_NODE |
| Fields inherited from interface org.exist.xquery.value.NodeValue |
IN_MEMORY_NODE, PERSISTENT_NODE |
| Fields inherited from interface org.exist.xquery.value.Sequence |
EMPTY_SEQUENCE |
| Constructor Summary | |
CommentImpl(DocumentImpl doc,
int nodeNumber)
|
|
| Method Summary | |
void |
appendData(java.lang.String arg0)
|
void |
deleteData(int arg0,
int arg1)
|
java.lang.String |
getData()
|
void |
insertData(int arg0,
java.lang.String arg1)
|
void |
replaceData(int arg0,
int arg1,
java.lang.String arg2)
|
void |
setData(java.lang.String arg0)
|
java.lang.String |
substringData(int arg0,
int arg1)
|
java.lang.String |
toString()
|
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface org.w3c.dom.CharacterData |
getLength |
| Methods inherited from interface org.w3c.dom.Node |
appendChild, cloneNode, getAttributes, getChildNodes, getFirstChild, getLastChild, getLocalName, getNamespaceURI, getNextSibling, getNodeName, getNodeType, getNodeValue, getOwnerDocument, getParentNode, getPrefix, getPreviousSibling, hasAttributes, hasChildNodes, insertBefore, isSupported, normalize, removeChild, replaceChild, setNodeValue, setPrefix |
| Constructor Detail |
public CommentImpl(DocumentImpl doc,
int nodeNumber)
doc - nodeNumber - | Method Detail |
public java.lang.String getData()
throws org.w3c.dom.DOMException
getData in interface org.w3c.dom.CharacterDataorg.w3c.dom.DOMException
public void setData(java.lang.String arg0)
throws org.w3c.dom.DOMException
setData in interface org.w3c.dom.CharacterDataorg.w3c.dom.DOMException
public java.lang.String substringData(int arg0,
int arg1)
throws org.w3c.dom.DOMException
substringData in interface org.w3c.dom.CharacterDataorg.w3c.dom.DOMException
public void appendData(java.lang.String arg0)
throws org.w3c.dom.DOMException
appendData in interface org.w3c.dom.CharacterDataorg.w3c.dom.DOMException
public void insertData(int arg0,
java.lang.String arg1)
throws org.w3c.dom.DOMException
insertData in interface org.w3c.dom.CharacterDataorg.w3c.dom.DOMException
public void deleteData(int arg0,
int arg1)
throws org.w3c.dom.DOMException
deleteData in interface org.w3c.dom.CharacterDataorg.w3c.dom.DOMException
public void replaceData(int arg0,
int arg1,
java.lang.String arg2)
throws org.w3c.dom.DOMException
replaceData in interface org.w3c.dom.CharacterDataorg.w3c.dom.DOMExceptionpublic java.lang.String toString()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||