Package com.itextpdf.tool.xml
Class ProcessObject
java.lang.Object
com.itextpdf.tool.xml.ProcessObject
Passed in the pipeline as water through a hose. The process object hold a
queue with
Writable
s.-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
queue
-
-
Constructor Details
-
ProcessObject
public ProcessObject()
-
-
Method Details
-
containsWritable
public boolean containsWritable()- Returns:
- true if a writable is contained.
-
poll
- Returns:
- a Writable or null if none.
-
add
Add a writable.- Parameters:
writable
- the writable to add
-
addAll
Adds a list of writable.- Parameters:
elems
- the writables
-