Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: 382a50212473c4aadda05fb54c8fdb8b9db74168 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
<html>
<head>
<META name="Author" content="Matitiahu Allouche">
</head>
<body bgcolor="white">

This package provides classes for
developing structured text processors.

<ul>
  <li>{@link <a href="STextProcessor.html">STextProcessor</a>}
      is a generic processor to be used as superclass for specific
      processors.</li>
  <li>{@link <a href="STextStringProcessor.html">STextStringProcessor</a>}
      is a class which allows retrieval of the defined processor types and of the
      corresponding processors.</li>
</ul>

This package is to be used together with package
{@link <a href="..\package-summary.html">
org.eclipse.equinox.bidi</a>}.

</body>
</html>

Back to the top