public class NestedGroup extends MarkGroup
LEFTQUOTE, m_endPos, m_startPosBOL, EMPTY_LINE, EOB, EOL, m_attribute, m_out, m_terminate, SPACEMAP, XML| Constructor and Description |
|---|
NestedGroup(Position start,
Position end,
java.lang.Object out) |
NestedGroup(java.lang.String start,
java.lang.String end,
java.lang.Object out)
Constructor for NestedGroup.
|
NestedGroup(java.lang.String start,
java.lang.String end,
java.lang.Object out,
int outputType)
Constructor for NestedGroup.
|
| Modifier and Type | Method and Description |
|---|---|
void |
readline(java.lang.String line,
int lineno)
read a line from the parser for processing, with
tracking the line number
|
add, addAttribute, addAttribute, addAttribute, addAttribute, addStatic, addStaticAttribute, addTransformat, applyRules, createObject, getObject, getOutputType, getRules, insertTransformatclearBuffer, 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 NestedGroup(java.lang.String start,
java.lang.String end,
java.lang.Object out)
start - end - out - public NestedGroup(java.lang.String start,
java.lang.String end,
java.lang.Object out,
int outputType)
start - end - out - outputType - public void readline(java.lang.String line,
int lineno)
StructRule
The StructParser supplies the input line for line. This
does not limit the rules to one line. This is only dependant
on StructRule.isFound() and StructRule.isFinished()
readline in interface StructGroupreadline in class MarkGroupline - String, the line to be readlineno - int, the linenumber of this lineStructParser