All Classes Interface Summary Class Summary Enum Summary Exception Summary
| Class |
Description |
| AbstractResourceLocator |
Provides easy access to package resources.
|
| ArrayStack<E> |
Provides a simple unsynchronized stack based on ArrayList instead of Vector.
|
| BrailleNotationConverter |
Converts braille notation into Unicode braille patterns.
|
| BreakPoint |
A BreakPoint is a data object to keep the information about a break point result.
|
| BreakPointHandler |
Breaks a paragraph of text into rows.
|
| BreakPointHandler.Builder |
Provides a builder for break point handlers
|
| ByteArrayInputStreamMaker |
Provides a in-memory input stream maker.
|
| ByteArrayStreamJuggler |
Provides an in-memory stream juggler.
|
| CachingURIResolver |
|
| CaseFilter |
Implements StringFilter to return upper or lower case characters only.
|
| CaseFilter.Mode |
Filter modes
|
| CombinationFilter |
A CombinationFilter is a StringFilter that combines several other
StringFilters into one.
|
| CompoundIterable<T> |
Provides a method to iterate over several iterables of the same type
as if the items were part of the same iterable.
|
| CompoundIterator<T> |
Provides an iterator for a collection of iterables
|
| ConditionalMapper |
Provides a character mapper which is activated when a specific character
is encountered.
|
| ConditionalMapper.Builder |
Creates a new mapper builder.
|
| DefaultSplitResult<T extends SplitPointUnit,U extends SplitPointDataSource<T,U>> |
Provides a default splitter result.
|
| EntityResolverCache |
Provides an entity resolver with cache
|
| FileInputStreamMaker |
Provides a file based input stream maker
|
| FileIO |
Provides file IO tools.
|
| FilterLocale |
Custom Locale implementation.
|
| IdentityFilter |
Provides an identity filter, in other words the input is returned unchanged.
|
| InputStreamMaker |
Provides an interface for recreating the same input
stream many times.
|
| InterProcessLock |
Provides an inter-process locking signal that can be used to negotiate access across JVMs.
|
| LockException |
Provides an exception for situations where locking fails.
|
| ManifestRetriever |
Retrieves a jar manifest, if available
|
| NamespaceContextBuilder |
Provides a builder for namespace contexts making it easy to provide namespace contexts
to for example xpath evaluations.
|
| RegexFilter |
Implements StringFilter using a regex pattern.
|
| ResourceLocator |
Provides a method for locating resources.
|
| ResourceLocatorException |
A ResourceLocatorException is an exception that indicates
conditions in a ResourceLocator that a reasonable
application might want to catch.
|
| SimpleUCharReplacer |
Provides substitution for unicode characters with replacement strings.
|
| SplitList<T> |
Provides a way to split a list into two parts around a given
position.
|
| SplitOption |
An object that configures how a split is performed.
|
| SplitPoint<T extends SplitPointUnit,U extends SplitPointDataSource<T,U>> |
Provides a data object to keep the information about a split point result.
|
| SplitPointCost<T extends SplitPointUnit> |
Provides a cost function for a split point.
|
| SplitPointDataList<T extends SplitPointUnit> |
Provides split point data
|
| SplitPointDataSource<T extends SplitPointUnit,U extends SplitPointDataSource<T,U>> |
Provides split point data source.
|
| SplitPointHandler<T extends SplitPointUnit,U extends SplitPointDataSource<T,U>> |
Breaks units into results.
|
| SplitPointSpecification |
Provides a specification for a split point.
|
| SplitPointUnit |
Provides an interface for split point units.
|
| SplitResult<T extends SplitPointUnit,U extends SplitPointDataSource<T,U>> |
Provides a split result.
|
| SplitResult |
Data object returned by StringSplitter containing a sub sequence along with
match status for the sub sequence.
|
| StandardSplitOption |
Defines standard split options.
|
| StateObject |
The StateObject is a convenience object that can be used
to avoid certain programming errors.
|
| StateObject.State |
Possible states for a StateObject
|
| StaxFilter |
Creates an XML filter using StAX.
|
| StreamJuggler |
Provides a juggler for streams.
|
| StringFilter |
StringFilter is in interface used when replacing a string with another string.
|
| StringSplitter |
Provides a method for splitting a CharSequence using regex
where both matching and non matching sub sequences are retained.
|
| StringTools |
StringTools is a utility class for simple static operations related
to strings.
|
| Supplements<T> |
Provides an interface for getting supplementary units.
|
| TextFileReader |
Provides a simple tool to read text files with multiple fields on each row,
such as csv-files.
|
| TextFileReader.Builder |
Provides a builder for a text file reader
|
| TransformerEnvironment<T extends Throwable> |
Provides a transformer environment.
|
| TransformerEnvironment.Builder |
|
| UCharFilter |
Implements StringFilter using UCharReplacer.
|
| XmlEncodingDetectionException |
Provides an exception for situations where detection of the XML encoding fails.
|
| XmlEncodingMismatchException |
Provides an exception for situations where the XML file has a declared encoding which doesn't
match the detected encoding.
|
| XMLInfo |
Provides basic information about an XML-document.
|
| XMLInfo.Builder |
Provides a builder for XML info.
|
| XMLResolverAdapter |
Provides an XMLResolver that uses a SAX EntityResolver for entity resolution.
|
| XMLTools |
Provides some xml tools.
|
| XMLToolsException |
Provides an exception indicating a problem with an XML tool.
|