Package com.itextpdf.tool.xml.html
Class HTMLUtils
- java.lang.Object
-
- com.itextpdf.tool.xml.html.HTMLUtils
-
public class HTMLUtils extends Object
- Author:
- redlab_b
-
-
Constructor Summary
Constructors Constructor Description HTMLUtils()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static List<Chunk>sanitize(String str, boolean preserveWhiteSpace)static List<Chunk>sanitizeInline(String str, boolean preserveWhiteSpace)Sanitize the String for use in in-line tags.static List<Chunk>sanitizeInline(String str, boolean preserveWhiteSpace, boolean replaceNonBreakableSpaces)
-