xjavadoc.predicates
Class TagAttributeEquals

java.lang.Object
  extended byxjavadoc.predicates.ProgramElementPredicate
      extended byxjavadoc.predicates.TagAttributeEquals
All Implemented Interfaces:
Predicate

public class TagAttributeEquals
extends ProgramElementPredicate

Filter that accepts program elements that have a tag attribute equal to a certain value


Constructor Summary
TagAttributeEquals(java.lang.String tagName, java.lang.String attributeName, java.lang.String attributeValue)
           
 
Method Summary
protected  boolean evaluate(XProgramElement programElement)
           
 void setAttributeName(java.lang.String attributeName)
           
 void setAttributeValue(java.lang.String attributeValue)
           
 void setTagName(java.lang.String tagName)
           
 
Methods inherited from class xjavadoc.predicates.ProgramElementPredicate
evaluate
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TagAttributeEquals

public TagAttributeEquals(java.lang.String tagName,
                          java.lang.String attributeName,
                          java.lang.String attributeValue)
Method Detail

setTagName

public void setTagName(java.lang.String tagName)

setAttributeName

public void setAttributeName(java.lang.String attributeName)

setAttributeValue

public void setAttributeValue(java.lang.String attributeValue)

evaluate

protected boolean evaluate(XProgramElement programElement)
Specified by:
evaluate in class ProgramElementPredicate


Copyright © 2002-2004 XDoclet Team. All Rights Reserved.