xjavadoc.predicates
Class TagAttributeEquals
java.lang.Object
|
+--xjavadoc.predicates.ProgramElementPredicate
|
+--xjavadoc.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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TagAttributeEquals
public TagAttributeEquals(String tagName,
String attributeName,
String attributeValue)
setTagName
public void setTagName(String tagName)
setAttributeName
public void setAttributeName(String attributeName)
setAttributeValue
public void setAttributeValue(String attributeValue)
evaluate
protected boolean evaluate(XProgramElement programElement)
- Specified by:
evaluate
in class ProgramElementPredicate
Copyright © 2002-2003 XDoclet Team. All Rights Reserved.