org.crosswire.jsword.book.filter
Class FilterUtil
java.lang.Object
org.crosswire.jsword.book.filter.FilterUtil
public final class FilterUtil
- extends Object
Utilities to help filters.
Both OSISFilter and THMLFilter need to report on strings that failed
parsing but don't want to output too much data. forOutput() helps.
- Author:
- Joe Walker [joe at eireneh dot com]
- See Also:
for license details.
The copyright to this program is held by it's authors.
Field Summary |
private static int |
MAX_OUTPUT_LEN
Some XML strings are very long and we don't want to debug the lot |
Constructor Summary |
private |
FilterUtil()
Prevent Instansiation |
Method Summary |
static String |
forOutput(String data)
Cut up the input data so it is OK to output in an error log |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MAX_OUTPUT_LEN
private static final int MAX_OUTPUT_LEN
- Some XML strings are very long and we don't want to debug the lot
- See Also:
- Constant Field Values
FilterUtil
private FilterUtil()
- Prevent Instansiation
forOutput
public static String forOutput(String data)
- Cut up the input data so it is OK to output in an error log