websphinx
Class TagexpMatcher

java.lang.Object
  |
  +--websphinx.PatternMatcher
        |
        +--websphinx.TagexpMatcher
All Implemented Interfaces:
java.util.Enumeration

class TagexpMatcher
extends PatternMatcher


Field Summary
(package private)  com.oroinc.text.regex.PatternMatcherInput input
           
(package private)  com.oroinc.text.regex.PatternMatcher matcher
           
(package private)  Region source
           
(package private)  Tagexp tagexp
           
 
Fields inherited from class websphinx.PatternMatcher
match, yielded
 
Constructor Summary
TagexpMatcher(Tagexp tagexp, Region source)
           
 
Method Summary
protected  Region findNext()
           
(package private) static int indexOfTag(java.lang.String canon, int p)
           
(package private) static Region mapCanonical2Region(Page page, java.lang.String canon, int start, int end)
           
(package private) static int nextTag(java.lang.String canon, int p)
           
(package private) static int prevTag(java.lang.String canon, int p)
           
 
Methods inherited from class websphinx.PatternMatcher
hasMoreElements, nextElement, nextMatch
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait
 

Field Detail

matcher

com.oroinc.text.regex.PatternMatcher matcher

tagexp

Tagexp tagexp

source

Region source

input

com.oroinc.text.regex.PatternMatcherInput input
Constructor Detail

TagexpMatcher

public TagexpMatcher(Tagexp tagexp,
                     Region source)
Method Detail

findNext

protected Region findNext()
Overrides:
findNext in class PatternMatcher

mapCanonical2Region

static final Region mapCanonical2Region(Page page,
                                        java.lang.String canon,
                                        int start,
                                        int end)

nextTag

static final int nextTag(java.lang.String canon,
                         int p)

prevTag

static final int prevTag(java.lang.String canon,
                         int p)

indexOfTag

static final int indexOfTag(java.lang.String canon,
                            int p)