public interface Text
TokenHandler
,
TagTokenizer
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getContents()
Get the complete contents of the text block, preserving original formatting.
|
int |
getLength()
The length of the text
|
int |
getPosition()
The position of the text
|
void |
writeTo(SitemeshBufferFragment.Builder buffer,
int position)
Write out the complete contents of the text block, preserving original formatting.
|
java.lang.String getContents()
void writeTo(SitemeshBufferFragment.Builder buffer, int position)
int getPosition()
int getLength()