Searched refs:htmlType (Results 1 – 1 of 1) sorted by relevance
1877 …e void addCell(Appendable output, String value, String title, String classValue, HTMLType htmlType) in addCell() argument1889 … .append(htmlType == HTMLType.markup ? value : TransliteratorUtilities.toHTML.transform(value)) in addCell()