限定符和类型 | 方法和说明 |
---|---|
void |
appendText(String text)
Appends the given text to this nodes text value.
|
accept, asXML, asXPathResult, clone, createXPath, detach, getDocument, getName, getNodeType, getNodeTypeName, getParent, getPath, getPath, getStringValue, getText, getUniquePath, getUniquePath, hasContent, isReadOnly, matches, numberValueOf, selectNodes, selectNodes, selectNodes, selectObject, selectSingleNode, setDocument, setName, setParent, setText, supportsParent, valueOf, write
void appendText(String text)
node.setText(node.getText() + text)
but allows for possible implementation optimisations (such as a text
based node storing a StringBuffer internallytext
- the text to appendCopyright © 2005 MetaStuff Ltd. All Rights Reserved. Hosted by