|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectanl.aida.reader.ProMedTxtReader.ContentParser
private class ProMedTxtReader.ContentParser
Constructor Summary | |
---|---|
private |
ProMedTxtReader.ContentParser()
|
Method Summary | |
---|---|
protected boolean |
isEndTag(java.lang.String line)
|
LineParser |
next()
Returns the next LineParser in the chain. |
boolean |
parse(java.lang.String line,
java.lang.StringBuilder buf)
Parses the specified line of text. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
private ProMedTxtReader.ContentParser()
Method Detail |
---|
public LineParser next()
LineParser
next
in interface LineParser
public boolean parse(java.lang.String line, java.lang.StringBuilder buf)
LineParser
parse
in interface LineParser
line
- the line of text to parsebuf
- the buffer to put the actual content in
protected boolean isEndTag(java.lang.String line)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |