com.itextpdf.tool.xml.parser.io
Interface Appender


public interface Appender

An Appender appends String to something.

Author:
redlab_b

Method Summary
 Appender append(char c)
           
 Appender append(String str)
           
 

Method Detail

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


Copyright © 2015. All Rights Reserved.