Uses of Interface
org.biojava.utils.xml.XMLPeerFactory

Packages that use XMLPeerFactory
org.biojava.utils.xml Utility classes for handling and generating XML documents. 
 

Uses of XMLPeerFactory in org.biojava.utils.xml
 

Classes in org.biojava.utils.xml that implement XMLPeerFactory
 class XMLDispatcher
          Simple implementation of XMLPeerFactory which delegates object- construction on the basis of tag name.
 

Methods in org.biojava.utils.xml with parameters of type XMLPeerFactory
 void XMLDispatcher.mapTag(java.lang.String tag, XMLPeerFactory fact)
          Add an XMLPeerFactory which constructs objects corresponding to a specific XML tag.
 

Constructors in org.biojava.utils.xml with parameters of type XMLPeerFactory
XMLPeerBuilder(XMLPeerFactory f)
          Construct a new XMLPeerBuilder, using the specified XMLPeerFactory