Uses of Interface
org.biojava.bio.seq.io.agave.ElementRecognizer

Packages that use ElementRecognizer
org.biojava.bio.seq.io.agave Classes for converting between AGAVE XML and BioJava objects. 
 

Uses of ElementRecognizer in org.biojava.bio.seq.io.agave
 

Classes in org.biojava.bio.seq.io.agave that implement ElementRecognizer
static class ElementRecognizer.AllElementRecognizer
           
static class ElementRecognizer.ByLocalName
          Filter elements by local name (not recommended).
static class ElementRecognizer.ByNSName
          Filter elements by name and namespace.
static class ElementRecognizer.HasAttribute
          Filter elements on the existence of a specified attribute.
 

Fields in org.biojava.bio.seq.io.agave declared as ElementRecognizer
static ElementRecognizer ElementRecognizer.ALL
           
 

Methods in org.biojava.bio.seq.io.agave with parameters of type ElementRecognizer
protected  void StAXFeatureHandler.addHandler(ElementRecognizer rec, StAXHandlerFactory handler)
           
protected  void StAXPropertyHandler.addHandler(ElementRecognizer rec, StAXHandlerFactory handler)