org.crosswire.jsword.passage
Class AbstractKeyList.OsisRefVisitor
java.lang.Object
org.crosswire.jsword.passage.DefaultKeyVisitor
org.crosswire.jsword.passage.AbstractKeyList.NameVisitor
org.crosswire.jsword.passage.AbstractKeyList.OsisRefVisitor
- All Implemented Interfaces:
- KeyVisitor
- Enclosing class:
- AbstractKeyList
static class AbstractKeyList.OsisRefVisitor
- extends AbstractKeyList.NameVisitor
The OsisRefVisitor
constructs a readable representation
of the Passage, using OSIS names.
Method Summary |
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.OsisRefVisitor
AbstractKeyList.OsisRefVisitor()
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.