org.apache.abdera.filter
Interface ListParseFilter

All Superinterfaces:
Cloneable, ParseFilter, Serializable

public interface ListParseFilter
extends ParseFilter

A ParseFilter that is based on an internal collection of QName's.


Method Summary
 ListParseFilter add(QName qname)
          Add an element QName to the parse filter
 ListParseFilter add(QName parent, QName attribute)
          Adds an attribute to the parse filter
 boolean contains(QName qname)
          Returns true if the given qname has been added to the filter
 boolean contains(QName qname, QName attribute)
          Returns true if the given attribute has been added to the filter
 
Methods inherited from interface org.apache.abdera.filter.ParseFilter
acceptable, acceptable, clone, getIgnoreComments, getIgnoreProcessingInstructions, getIgnoreWhitespace, setIgnoreComments, setIgnoreProcessingInstructions, setIgnoreWhitespace
 

Method Detail

add

ListParseFilter add(QName qname)
Add an element QName to the parse filter


contains

boolean contains(QName qname)
Returns true if the given qname has been added to the filter


add

ListParseFilter add(QName parent,
                    QName attribute)
Adds an attribute to the parse filter


contains

boolean contains(QName qname,
                 QName attribute)
Returns true if the given attribute has been added to the filter



Copyright © 2006-2010 Apache Software Foundation. All Rights Reserved.