|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Object | +--org.biojava.bio.program.tagvalue.Echo
A simple listener that just echoes events back to the console.
| Constructor Summary | |
Echo()
|
|
| Method Summary | |
void |
endRecord()
The current record has ended. |
void |
endTag()
End the current tag. |
void |
startRecord()
A new record is about to start. |
void |
startTag(java.lang.Object tag)
Start a new tag. |
void |
value(TagValueContext tvc,
java.lang.Object value)
A value has been seen. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public Echo()
| Method Detail |
public void startRecord()
TagValueListener
startRecord in interface TagValueListenerpublic void endRecord()
TagValueListener
endRecord in interface TagValueListenerpublic void startTag(java.lang.Object tag)
TagValueListener
startTag in interface TagValueListenertag - the Object representing the new tagpublic void endTag()
TagValueListener
endTag in interface TagValueListener
public void value(TagValueContext tvc,
java.lang.Object value)
TagValueListener
value in interface TagValueListenertvc - a TagValueContext that could be used to push a sub-documentvalue - the value Object observed
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||