public class AttributeFilter extends Object
| Constructor and Description |
|---|
AttributeFilter() |
AttributeFilter(Attribute attribute) |
| Modifier and Type | Method and Description |
|---|---|
QName |
getQname() |
Object |
getValue() |
boolean |
isMissing() |
void |
setMissing(boolean isMissing)
If true, this filter matches items that do not
contain the specified Attribute.
|
void |
setQname(QName qname)
Match attribute with given qualified name.
|
public AttributeFilter()
public AttributeFilter(Attribute attribute)
public QName getQname()
public void setQname(QName qname)
qname - qualified name to matchpublic Object getValue()
public boolean isMissing()
public void setMissing(boolean isMissing)
isMissing - Copyright © 2012–2018 1&1. All rights reserved.