Class HTMLNewLineHandler
- java.lang.Object
-
- com.itextpdf.text.xml.simpleparser.handler.HTMLNewLineHandler
-
- All Implemented Interfaces:
NewLineHandler
public class HTMLNewLineHandler extends java.lang.Object implements NewLineHandler
-
-
Field Summary
Fields Modifier and Type Field Description private java.util.Set<java.lang.String>
newLineTags
-
Constructor Summary
Constructors Constructor Description HTMLNewLineHandler()
Default constructor
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
isNewLineTag(java.lang.String tag)
-
-
-
Method Detail
-
isNewLineTag
public boolean isNewLineTag(java.lang.String tag)
- Specified by:
isNewLineTag
in interfaceNewLineHandler
- Parameters:
tag
- the tag to check if after this one a new line should be in a document- Returns:
- true in case a new line should be added.
-
-