Package com.itextpdf.tool.xml
Interface ElementHandler
-
- All Known Implementing Classes:
ElementList
public interface ElementHandlerA the listener interface for receivingWritables.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidadd(Writable w)Receive a Writable.
-
-
-
Method Detail
-
add
void add(Writable w)
Receive a Writable.- Parameters:
w- the writable to add
-
-