|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.itextpdf.text.xml.simpleparser.handler.HTMLNewLineHandler
public class HTMLNewLineHandler
This NewLineHandler
returns true on the tags p
,
blockqoute
and br
Constructor Summary | |
---|---|
HTMLNewLineHandler()
Default constructor |
Method Summary | |
---|---|
boolean |
isNewLineTag(java.lang.String tag)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public HTMLNewLineHandler()
Method Detail |
---|
public boolean isNewLineTag(java.lang.String tag)
isNewLineTag
in interface NewLineHandler
tag
- the tag to check if after this one a new line should be in a document
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |