|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.biojava.bio.program.tagvalue.Echo
public class 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(Object tag)
Start a new tag. |
void |
value(TagValueContext tvc,
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(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,
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 | |||||||||