All Packages Class Hierarchy This Package Previous Next Index
Class websphinx.Tagexp
java.lang.Object
|
+----websphinx.Pattern
|
+----websphinx.Regexp
|
+----websphinx.Tagexp
- public class Tagexp
- extends Regexp
Tag pattern. Tag patterns are regular expressions over
the alphabet of HTML tags.
-
Tagexp(String)
-
-
equals(Object)
-
-
main(String[])
-
-
match(Region)
-
-
toRegexp(String)
-
-
toString()
- Return a string representation of the pattern.
Tagexp
public Tagexp(String pattern)
equals
public boolean equals(Object object)
- Overrides:
- equals in class Regexp
toString
public String toString()
- Return a string representation of the pattern.
- Overrides:
- toString in class Regexp
match
public PatternMatcher match(Region region)
- Overrides:
- match in class Regexp
toRegexp
public static String toRegexp(String tagexp)
main
public static void main(String args[]) throws Exception
All Packages Class Hierarchy This Package Previous Next Index