public class WithinRule extends MarkRule
LEFTQUOTE, m_endPos, m_startPosBOL, EMPTY_LINE, EOB, EOL, m_attribute, m_out, m_terminate, SPACE| Constructor and Description |
|---|
WithinRule(Position startPos,
int withinWord,
boolean notWithin,
Position anchor,
Position endPos,
java.lang.Object out,
boolean attribute) |
WithinRule(Position mark,
int withinWord,
boolean notWithin,
java.lang.String anchor,
Position endPos,
java.lang.Object out,
boolean attribute) |
WithinRule(java.lang.String word,
int withinWord,
boolean notWithin,
Position anchor,
Position endPos,
java.lang.Object out,
boolean attribute) |
WithinRule(java.lang.String word,
int withinWord,
boolean notWithin,
java.lang.String start,
Position endPos,
java.lang.Object out,
boolean attribute)
Constructor for WithinRule.
|
WithinRule(java.lang.String word,
int withinWord,
boolean notWithin,
java.lang.String start,
java.lang.String end,
java.lang.Object out,
boolean attribute)
Constructor for WithinRule.
|
WithinRule(java.lang.String word,
int withinWord,
Position anchor,
Position endPos,
java.lang.Object out,
boolean attribute) |
WithinRule(java.lang.String word,
int withinWord,
java.lang.String start,
Position endPos,
java.lang.Object out,
boolean attribute) |
WithinRule(java.lang.String word,
int withinWord,
java.lang.String start,
java.lang.String end,
java.lang.Object out,
boolean attribute) |
clearBuffer, findQuote, getBuffer, isAttribute, isWord, readline, readline, setAttribute, setBuffer, terminateaddTransformat, getParent, getTransformats, insertTransformat, isFinished, isFound, isTerminate, removeWhitespace, reset, set, setFinished, setFound, setParentpublic WithinRule(java.lang.String word,
int withinWord,
boolean notWithin,
java.lang.String start,
java.lang.String end,
java.lang.Object out,
boolean attribute)
word - String, the word the Mark should be withinwithinWord - int, the number of words the word should be within the Markstart - 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.attribute - boolean, Should this be implemented as an attribute to the StructGroup
this rule is part of.public WithinRule(java.lang.String word,
int withinWord,
java.lang.String start,
java.lang.String end,
java.lang.Object out,
boolean attribute)
public WithinRule(java.lang.String word,
int withinWord,
boolean notWithin,
java.lang.String start,
Position endPos,
java.lang.Object out,
boolean attribute)
word - String, the word the Mark should be withinwithinWord - int, the number of words the word should be within the Markstart - String, the mark to look forendPos - FirstPosition, the position where the rule should endout - Object, the object the found value should be stored to.attribute - boolean, Should this be implemented as an attribute to the StructGroup
this rule is part of.public WithinRule(Position mark, int withinWord, boolean notWithin, java.lang.String anchor, Position endPos, java.lang.Object out, boolean attribute)
public WithinRule(java.lang.String word,
int withinWord,
java.lang.String start,
Position endPos,
java.lang.Object out,
boolean attribute)
public WithinRule(java.lang.String word,
int withinWord,
boolean notWithin,
Position anchor,
Position endPos,
java.lang.Object out,
boolean attribute)
public WithinRule(java.lang.String word,
int withinWord,
Position anchor,
Position endPos,
java.lang.Object out,
boolean attribute)