xjavadoc.predicates

Class TagAttributeEquals

public class TagAttributeEquals extends ProgramElementPredicate

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

UNKNOWN: 29. juli 2002

Field Summary
String_attributeName
String_attributeValue
String_tagName
Constructor Summary
TagAttributeEquals(String tagName, String attributeName, String attributeValue)
Method Summary
protected booleanevaluate(XProgramElement programElement)
voidsetAttributeName(String attributeName)
voidsetAttributeValue(String attributeValue)
voidsetTagName(String tagName)

Field Detail

_attributeName

private String _attributeName

_attributeValue

private String _attributeValue

_tagName

private String _tagName

Constructor Detail

TagAttributeEquals

public TagAttributeEquals(String tagName, String attributeName, String attributeValue)

Method Detail

evaluate

protected boolean evaluate(XProgramElement programElement)

setAttributeName

public void setAttributeName(String attributeName)

setAttributeValue

public void setAttributeValue(String attributeValue)

setTagName

public void setTagName(String tagName)