org.apache.abdera.util.filter
Class NonOpParseFilter
java.lang.Object
org.apache.abdera.util.filter.AbstractParseFilter
org.apache.abdera.util.filter.NonOpParseFilter
- All Implemented Interfaces:
- Serializable, Cloneable, ParseFilter
public class NonOpParseFilter
- extends AbstractParseFilter
- See Also:
- Serialized Form
Method Summary |
boolean |
acceptable(QName qname)
Returns true if elements with the given QName are acceptable |
boolean |
acceptable(QName qname,
QName attribute)
Returns true if attributes with the given qname appearing on elements with the given qname are acceptable |
NonOpParseFilter
public NonOpParseFilter()
acceptable
public boolean acceptable(QName qname)
- Description copied from interface:
ParseFilter
- Returns true if elements with the given QName are acceptable
acceptable
public boolean acceptable(QName qname,
QName attribute)
- Description copied from interface:
ParseFilter
- Returns true if attributes with the given qname appearing on elements with the given qname are acceptable
Copyright © 2006-2012 Apache Software Foundation. All Rights Reserved.