|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.abdera.util.filter.AbstractParseFilter
org.apache.abdera.util.filter.NonOpParseFilter
public class NonOpParseFilter
Field Summary |
---|
Fields inherited from class org.apache.abdera.util.filter.AbstractParseFilter |
---|
flags |
Constructor Summary | |
---|---|
NonOpParseFilter()
|
Method Summary | |
---|---|
boolean |
acceptable(javax.xml.namespace.QName qname)
Returns true if elements with the given QName are acceptable |
boolean |
acceptable(javax.xml.namespace.QName qname,
javax.xml.namespace.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 |
---|
public NonOpParseFilter()
Method Detail |
---|
public boolean acceptable(javax.xml.namespace.QName qname)
ParseFilter
public boolean acceptable(javax.xml.namespace.QName qname, javax.xml.namespace.QName attribute)
ParseFilter
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |