|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.itextpdf.tool.xml.html.DummyTagProcessor
public class DummyTagProcessor
Does nothing.
Constructor Summary | |
---|---|
DummyTagProcessor()
|
Method Summary | |
---|---|
List<Element> |
content(WorkerContext ctx,
Tag tag,
String content)
This method is called if there is text content encountered between the opening and closing tags this TagProcessor is mapped to. |
List<Element> |
endElement(WorkerContext ctx,
Tag tag,
List<Element> currentContent)
This method is called when a closing tag has been encountered of the TagProcessor implementation that is mapped to the tag. |
boolean |
isStackOwner()
|
List<Element> |
startElement(WorkerContext ctx,
Tag tag)
This method is called when a tag has been encountered. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public DummyTagProcessor()
Method Detail |
---|
public List<Element> startElement(WorkerContext ctx, Tag tag)
TagProcessor
startElement
in interface TagProcessor
ctx
- the WorkerContexttag
- the tag encountered
public List<Element> content(WorkerContext ctx, Tag tag, String content)
TagProcessor
content
in interface TagProcessor
ctx
- the WorkerContexttag
- the tag encounteredcontent
- the text content between the tags this TagProcessor is
mapped to.
public List<Element> endElement(WorkerContext ctx, Tag tag, List<Element> currentContent)
TagProcessor
endElement
in interface TagProcessor
ctx
- the WorkerContexttag
- the tag encounteredcurrentContent
- a list of content possibly created by TagProcessing
of inner tags, and by startElement
and
content
methods of this TagProcessor
.
public boolean isStackOwner()
isStackOwner
in interface TagProcessor
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |