Class MakeLongLinesBreakableFilter
- java.lang.Object
-
- com.levigo.jadice.server.xml.filter.MakeLongLinesBreakableFilter
-
public class MakeLongLinesBreakableFilter extends Object
The SanityCheckFilter makes sure that the document about to be formatted will not break the formatter. For now, it just makes sure that there are no excessively long words which cause the formatter to consume an excessive amount of memory.
-
-
Constructor Summary
Constructors Constructor Description MakeLongLinesBreakableFilter()
-
-
-
Method Detail
-
filter
public void filter(Document doc)
-
-