|
||||||||||
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(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 TagValueListener
public void endRecord()
TagValueListener
endRecord
in interface TagValueListener
public void startTag(java.lang.Object tag)
TagValueListener
startTag
in interface TagValueListener
tag
- 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 TagValueListener
tvc
- 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 |