Interface ISavable
- All Known Subinterfaces:
IBufferedRegion
- All Known Implementing Classes:
BufferedAttribute,BufferedDocument,BufferedElement,BufferedEndTagElement,BufferedRegion,BufferedRegionAdpater,BufferedStartTagElement,BufferedTagElement,RowBufferedRegion,StringBufferedRegion,TableBufferedRegion,TransformedBufferedDocument
public interface ISavable
Save content in a given writer.
-
Method Summary
Modifier and TypeMethodDescriptionReturns the owner element.voidWrite the content of the buffer in the given writer.
-
Method Details
-
save
Write the content of the buffer in the given writer.- Parameters:
writer-- Throws:
IOException
-
getOwnerElement
BufferedElement getOwnerElement()Returns the owner element.- Returns:
-