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.


Constructor Index

 o Tagexp(String)

Method Index

 o equals(Object)
 o main(String[])
 o match(Region)
 o toRegexp(String)
 o toString()
Return a string representation of the pattern.

Constructors

 o Tagexp
 public Tagexp(String pattern)

Methods

 o equals
 public boolean equals(Object object)
Overrides:
equals in class Regexp
 o toString
 public String toString()
Return a string representation of the pattern.

Overrides:
toString in class Regexp
 o match
 public PatternMatcher match(Region region)
Overrides:
match in class Regexp
 o toRegexp
 public static String toRegexp(String tagexp)
 o main
 public static void main(String args[]) throws Exception

All Packages  Class Hierarchy  This Package  Previous  Next  Index