|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.itextpdf.tool.xml.pipeline.WritableElement
public class WritableElement
A WritableElement holds all elements that need to be added to a Document. It's used at least in the HTML processing of the XMLWorker.
Constructor Summary | |
---|---|
WritableElement()
|
|
WritableElement(Element e)
Construct a WritableElement |
Method Summary | |
---|---|
void |
add(Element e)
Add a single element to the list of elements. |
void |
addAll(List<Element> l)
add all elements to the list. |
List<Element> |
elements()
Returns the list of elements. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public WritableElement()
public WritableElement(Element e)
e
- an element to add to the list of elements.Method Detail |
---|
public void add(Element e)
e
- an Elementpublic void addAll(List<Element> l)
l
- the list to add.public List<Element> elements()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |