public class WithinGroup extends MarkGroup
LEFTQUOTE, m_endPos, m_startPosBOL, EMPTY_LINE, EOB, EOL, m_attribute, m_out, m_terminate, SPACEMAP, XML| Constructor and Description |
|---|
WithinGroup(Position start,
int withinWord,
boolean notWithin,
Position anchor,
Position endPos,
java.lang.Object out) |
WithinGroup(java.lang.String word,
int withinWord,
boolean notWithin,
java.lang.String start,
Position endPos,
java.lang.Object out)
Constructor for WithinRule.
|
WithinGroup(java.lang.String word,
int withinWord,
boolean notWithin,
java.lang.String start,
java.lang.String end,
java.lang.Object out)
Constructor for WithinRule.
|
WithinGroup(java.lang.String word,
int withinWord,
java.lang.String start,
Position endPos,
java.lang.Object out) |
WithinGroup(java.lang.String word,
int withinWord,
java.lang.String start,
java.lang.String end,
java.lang.Object out) |
add, addAttribute, addAttribute, addAttribute, addAttribute, addStatic, addStaticAttribute, addTransformat, applyRules, createObject, getObject, getOutputType, getRules, insertTransformat, readlineclearBuffer, findQuote, getBuffer, isAttribute, isWord, readline, setAttribute, setBuffer, terminategetParent, getTransformats, isFinished, isFound, isTerminate, removeWhitespace, reset, set, setFinished, setFound, setParentclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetTransformats, isFinished, isFound, readline, reset, setParentpublic WithinGroup(java.lang.String word,
int withinWord,
boolean notWithin,
java.lang.String start,
java.lang.String end,
java.lang.Object out)
word - String, the word the Mark should be withinwithinWord - int, the number of words the word should be within the MarknotWithin - booleanstart - String, the mark to look forend - String, the String at which this rule should end.out - Object, the object the found value should be stored to.public WithinGroup(java.lang.String word,
int withinWord,
java.lang.String start,
java.lang.String end,
java.lang.Object out)
public WithinGroup(java.lang.String word,
int withinWord,
boolean notWithin,
java.lang.String start,
Position endPos,
java.lang.Object out)
word - String, the word the Mark should be withinwithinWord - int, the number of words the word should be within the MarknotWithin - booleanstart - String, the mark to look forendPos - FirstPosition, the position where the rule should endout - Object, the object the found value should be stored to.public WithinGroup(java.lang.String word,
int withinWord,
java.lang.String start,
Position endPos,
java.lang.Object out)