org.apache.axis.message
public class Text extends NodeImpl implements Text
Text
object may represent text that is content or text
that is a comment.
Constructor Summary | |
---|---|
Text(CharacterData data) | |
Text(String s) | |
Text() |
Method Summary | |
---|---|
void | appendData(String arg) |
void | deleteData(int offset, int count) |
boolean | equals(Object obj) |
String | getData() |
int | getLength() |
String | getNodeValue()
Implementation of DOM TEXT Interface
************************************************************* |
String | getWholeText()
DOM Level 3 stubs |
int | hashCode() |
void | insertData(int offset, String arg) |
boolean | isComment()
Retrieves whether this Text object
represents a comment. |
boolean | isElementContentWhitespace() |
void | replaceData(int offset, int count, String arg) |
Text | replaceWholeText(String content) |
void | setData(String data) |
void | setNodeValue(String nodeValue) |
Text | splitText(int offset)
Use the textRep, and convert it to org.apache.axis.Text
in order to keep the Axis SOAP strcture after operation
This work would be easier if constructor, Text(org.w3c.dom.Text)
is defined
|
String | substringData(int offset, int count) |
String | toString() |
Parameters: arg
Throws: DOMException
Since: SAAJ 1.2
Parameters: offset count
Throws: DOMException
Since: SAAJ 1.2
Since: SAAJ 1.2
Returns:
Since: SAAJ 1.2
Parameters: offset arg
Throws: DOMException
Since: SAAJ 1.2
Text
object
represents a comment.Returns: true
if this Text
object is
a comment; false
otherwise
Parameters: offset count arg
Throws: DOMException
Since: SAAJ 1.2
Since: SAAJ 1.2
Parameters: offset
Returns:
Throws: DOMException
Since: SAAJ 1.2
Parameters: offset count
Returns:
Throws: DOMException
Since: SAAJ 1.2