org.crosswire.jsword.passage
Class AbstractKeyList.OsisIDVisitor
java.lang.Object
org.crosswire.jsword.passage.DefaultKeyVisitor
org.crosswire.jsword.passage.AbstractKeyList.NameVisitor
org.crosswire.jsword.passage.AbstractKeyList.OsisIDVisitor
- All Implemented Interfaces:
- KeyVisitor
- Enclosing class:
- AbstractKeyList
private static class AbstractKeyList.OsisIDVisitor
- extends AbstractKeyList.NameVisitor
The OsisRefVisitor
constructs a readable representation
of the Passage, using OSIS names.
Method Summary |
String |
toString()
|
void |
visitLeaf(Key key)
We've found a leaf node in a Key tree, and are giving the visitor a
change to do processing based on it. |
AbstractKeyList.OsisIDVisitor
private AbstractKeyList.OsisIDVisitor()
visitLeaf
public void visitLeaf(Key key)
- Description copied from interface:
KeyVisitor
- We've found a leaf node in a Key tree, and are giving the visitor a
change to do processing based on it.
- Specified by:
visitLeaf
in interface KeyVisitor
- Overrides:
visitLeaf
in class AbstractKeyList.NameVisitor
- Parameters:
key
- The found leaf node.
toString
public String toString()
- Overrides:
toString
in class AbstractKeyList.NameVisitor