Uses of Interface
org.crosswire.jsword.passage.KeyVisitor

Packages that use KeyVisitor
org.crosswire.jsword.passage The core responsibility of the passage package is to store and collate information about the structure of the Bible - The most important classes are Passage, PassageTally and Strongs
 

Uses of KeyVisitor in org.crosswire.jsword.passage
 

Classes in org.crosswire.jsword.passage that implement KeyVisitor
 class DefaultKeyVisitor
          A default implementation of KeyVisitor that does nothing, for use in inheritance where you want to save space by not overriding all methods.
 

Methods in org.crosswire.jsword.passage with parameters of type KeyVisitor
static void KeyUtil.visit(Key key, KeyVisitor visitor)
          Walk through a tree visiting the nodes and branches in the tree
 


Copyright ? 2003-2004