org.apache.abdera.util.filter
Class NonOpParseFilter

java.lang.Object
  extended by org.apache.abdera.util.filter.AbstractParseFilter
      extended by org.apache.abdera.util.filter.NonOpParseFilter
All Implemented Interfaces:
Serializable, Cloneable, ParseFilter

public class NonOpParseFilter
extends AbstractParseFilter

See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.apache.abdera.util.filter.AbstractParseFilter
flags
 
Constructor Summary
NonOpParseFilter()
           
 
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
 
Methods inherited from class org.apache.abdera.util.filter.AbstractParseFilter
clone, getIgnoreComments, getIgnoreProcessingInstructions, getIgnoreWhitespace, setIgnoreComments, setIgnoreProcessingInstructions, setIgnoreWhitespace
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NonOpParseFilter

public NonOpParseFilter()
Method Detail

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.