public interface ISavable
| Modifier and Type | Method and Description |
|---|---|
BufferedElement |
getOwnerElement()
Returns the owner element.
|
void |
save(java.io.Writer writer)
Write the content of the buffer in the given writer.
|
void save(java.io.Writer writer) throws java.io.IOException
writer - java.io.IOExceptionBufferedElement getOwnerElement()
Copyright © 2022. All Rights Reserved.