JavaScript is disabled on your browser.
Skip navigation links
Overview
Class
Use
Tree
Deprecated
Index
Search
Help
com.itextpdf.tool.xml.parser.io
Appender
Contents
Description
Method Summary
Method Details
append(String)
append(char)
Hide sidebar
Show sidebar
Interface Appender
public interface
Appender
An Appender appends String to something.
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
Appender
append
(char c)
Appender
append
(
String
str)
Method Details
append
Appender
append
(
String
str)
Parameters:
str
- the string to append
Returns:
an instance of itself
append
Appender
append
(char c)
Parameters:
c
- the char to append
Returns:
an instance of itself