Package com.itextpdf.tool.xml.parser.io
Interface Appender
public interface Appender
An Appender appends String to something.
-
Method Summary
-
Method Details
-
append
- Parameters:
str
- the string to append- Returns:
- an instance of itself
-
append
- Parameters:
c
- the char to append- Returns:
- an instance of itself
-