|
|||||||||
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.SafeContentWhiteListParseFilter
public class SafeContentWhiteListParseFilter
Field Summary |
---|
Fields inherited from class org.apache.abdera.util.filter.AbstractParseFilter |
---|
flags |
Constructor Summary | |
---|---|
SafeContentWhiteListParseFilter()
|
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 |
java.lang.Object |
clone()
|
Methods inherited from class org.apache.abdera.util.filter.AbstractParseFilter |
---|
getIgnoreComments, getIgnoreProcessingInstructions, getIgnoreWhitespace, setIgnoreComments, setIgnoreProcessingInstructions, setIgnoreWhitespace |
Methods inherited from class java.lang.Object |
---|
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface org.apache.abdera.filter.ParseFilter |
---|
getIgnoreComments, getIgnoreProcessingInstructions, getIgnoreWhitespace, setIgnoreComments, setIgnoreProcessingInstructions, setIgnoreWhitespace |
Constructor Detail |
---|
public SafeContentWhiteListParseFilter()
Method Detail |
---|
public boolean acceptable(javax.xml.namespace.QName qname)
ParseFilter
acceptable
in interface ParseFilter
public boolean acceptable(javax.xml.namespace.QName qname, javax.xml.namespace.QName attribute)
ParseFilter
acceptable
in interface ParseFilter
public java.lang.Object clone() throws java.lang.CloneNotSupportedException
clone
in interface ParseFilter
clone
in class AbstractParseFilter
java.lang.CloneNotSupportedException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |