public interface IBufferedRegion extends ISavable
| Modifier and Type | Method and Description |
|---|---|
void |
addRegion(ISavable region)
Add a the given buffered region to the buffer.
|
void |
append(char c)
Append the given content to the buffer.
|
void |
append(char[] ch,
int start,
int length)
Append the given char array to the buffer.
|
void |
append(java.lang.String content)
Append the given content to the buffer.
|
IBufferedRegion |
getParent()
Returns the parent buffered region.
|
boolean |
isString()
Returns true if buffered region is a String and false otherwise.
|
getOwnerElement, saveboolean isString()
void append(java.lang.String content)
content - void append(char[] ch,
int start,
int length)
ch - start - length - void append(char c)
content - void addRegion(ISavable region)
region - IBufferedRegion getParent()
Copyright © 2022. All Rights Reserved.