com.itextpdf.tool.xml.html
Class HTMLUtils
java.lang.Object
com.itextpdf.tool.xml.html.HTMLUtils
public class HTMLUtils
- extends Object
- Author:
- redlab_b
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
HTMLUtils
public HTMLUtils()
sanitize
public static List<Chunk> sanitize(String str,
boolean preserveWhiteSpace)
sanitizeInline
public static List<Chunk> sanitizeInline(String str,
boolean preserveWhiteSpace)
- Sanitize the String for use in in-line tags.
- Parameters:
str
- the string to sanitize
- Returns:
- a sanitized String for use in in-line tags
sanitizeInline
public static List<Chunk> sanitizeInline(String str,
boolean preserveWhiteSpace,
boolean replaceNonBreakableSpaces)
Copyright © 2015. All Rights Reserved.