Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: ef98a1b2fca1c60f9cdc388658411d9ab856c8d0 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<!doctype html public "-//w3c//dtd html 4.0 transitional//en">
<html>
<head>
   <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
   <meta name="Author" content="IBM">
   <meta name="GENERATOR" content="Mozilla/4.51 [en] (WinNT; I) [Netscape]">
   <title>Package-level Javadoc</title>
</head>
<body>
Provides a framework for rule based text scanning
and uses the framework to provide rule-driven default implementations of
<code>IPresentationDamager</code>, <code>IPresentationRepairer</code> and <code>IDocumentPartitioner</code>.
<h2>
Package Specification</h2>
<code>RuleBasedScanner</code> is a document-based scanner controlled by <code>IRule</code>
objects. When evaluated an <code>IRule</code> always returns an <code>IToken</code>.
The package provides a set of rules whereby <code>PatternRule</code> is the
most important one. <code>PatternRule</code> defines a pattern-configurable
rule.
</body>
</html>

Back to the top