static class AbstractKeyList.OsisIDVisitor extends AbstractKeyList.NameVisitor
OsisRefVisitor constructs a readable representation of
the Passage, using OSIS names.buffer| Constructor and Description |
|---|
AbstractKeyList.OsisIDVisitor() |
| Modifier and Type | Method and Description |
|---|---|
String |
toString() |
void |
visitLeaf(Key key)
We've found a leaf node in a Key tree, and are giving the visitor a
chance to do processing based on it.
|
visitBranchpublic void visitLeaf(Key key)
KeyVisitorvisitLeaf in interface KeyVisitorvisitLeaf in class AbstractKeyList.NameVisitorkey - The found leaf node.public String toString()
toString in class AbstractKeyList.NameVisitor