public class XMLTagFilterPlugin extends BaseXMLFilterPlugin
| Constructor and Description |
|---|
XMLTagFilterPlugin(XMLTagFilterPolicy tagFilterPolicy)
Constructor, the policy must be set from constructor.
|
| Modifier and Type | Method and Description |
|---|---|
Object |
doFilter(Object input)
Filters the input data.
|
LinkedHashMap<String,Attributes> |
getAllowedTags()
Gets allowed tags list
|
void |
setAllowedTags(LinkedHashMap<String,Attributes> allowedTags)
Sets allowed tags list
|
public XMLTagFilterPlugin(XMLTagFilterPolicy tagFilterPolicy)
tagFilterPolicy - public LinkedHashMap<String,Attributes> getAllowedTags()
public void setAllowedTags(LinkedHashMap<String,Attributes> allowedTags)
allowedTags - Copyright © 2003–2018 eXo Platform SAS. All rights reserved.