|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface HasText
This interface defines a common base for all elements in an invocation record that can carry text in their values. It exists primarily for grouping purposes and for easier access through the character SAX callback. Due to the fact that SAX may present text in several chunks, all text-carrying classes must also provide the append function.
| Method Summary | |
|---|---|
void |
appendValue(String fragment)
Appends a piece of text to the existing text. |
String |
getValue()
Accessor |
void |
setValue(String value)
Accessor. |
| Method Detail |
|---|
void appendValue(String fragment)
fragment - is a piece of text to append to existing text.
Appending null is a noop.String getValue()
setValue(String)void setValue(String value)
value - is the new value to set.getValue()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||