xjavadoc.predicates
public class TagAttributeEquals extends ProgramElementPredicate
UNKNOWN: 29. juli 2002
| Field Summary | |
|---|---|
| String | _attributeName |
| String | _attributeValue |
| String | _tagName |
| Constructor Summary | |
|---|---|
| TagAttributeEquals(String tagName, String attributeName, String attributeValue) | |
| Method Summary | |
|---|---|
| protected boolean | evaluate(XProgramElement programElement) |
| void | setAttributeName(String attributeName) |
| void | setAttributeValue(String attributeValue) |
| void | setTagName(String tagName) |