xjavadoc.predicates
Class TagAttributeEquals
- Predicate
public class TagAttributeEquals
Filter that accepts program elements that have a tag attribute equal to a
certain value
_attributeName
private String _attributeName
_attributeValue
private String _attributeValue
_tagName
private String _tagName
TagAttributeEquals
public TagAttributeEquals(String tagName,
String attributeName,
String attributeValue)
setAttributeName
public void setAttributeName(String attributeName)
setAttributeValue
public void setAttributeValue(String attributeValue)
setTagName
public void setTagName(String tagName)