org.biojava.bio.seq.io.game
Class ElementRecognizer.HasAttribute

java.lang.Object
  extended by org.biojava.bio.seq.io.game.ElementRecognizer.HasAttribute
All Implemented Interfaces:
ElementRecognizer
Enclosing interface:
ElementRecognizer

public static class ElementRecognizer.HasAttribute
extends java.lang.Object
implements ElementRecognizer

Filter elements on the existence of a specified attribute.


Nested Class Summary
 
Nested classes/interfaces inherited from interface org.biojava.bio.seq.io.game.ElementRecognizer
ElementRecognizer.AllElementRecognizer, ElementRecognizer.ByLocalName, ElementRecognizer.ByNSName, ElementRecognizer.HasAttribute
 
Field Summary
 
Fields inherited from interface org.biojava.bio.seq.io.game.ElementRecognizer
ALL
 
Constructor Summary
ElementRecognizer.HasAttribute(java.lang.String name)
           
 
Method Summary
 boolean filterStartElement(java.lang.String nsURI, java.lang.String localName, java.lang.String qName, org.xml.sax.Attributes attrs)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ElementRecognizer.HasAttribute

public ElementRecognizer.HasAttribute(java.lang.String name)
Method Detail

filterStartElement

public boolean filterStartElement(java.lang.String nsURI,
                                  java.lang.String localName,
                                  java.lang.String qName,
                                  org.xml.sax.Attributes attrs)
Specified by:
filterStartElement in interface ElementRecognizer