Uses of Class
org.exoplatform.social.common.xmlprocessor.model.Attributes

Packages that use Attributes
org.exoplatform.social.common.xmlprocessor.filters   
org.exoplatform.social.common.xmlprocessor.model   
 

Uses of Attributes in org.exoplatform.social.common.xmlprocessor.filters
 

Methods in org.exoplatform.social.common.xmlprocessor.filters that return types with arguments of type Attributes
 LinkedHashMap<String,Attributes> DOMXMLTagFilterPlugin.getAllowedTags()
          Gets the policy List.
 LinkedHashMap<String,Attributes> XMLTagFilterPlugin.getAllowedTags()
          Gets allowed tags list
 

Method parameters in org.exoplatform.social.common.xmlprocessor.filters with type arguments of type Attributes
 void DOMXMLTagFilterPlugin.setAllowedTags(LinkedHashMap<String,Attributes> allowedTags)
          Sets allowed tag policy to DOMXMLagFilter.
 void XMLTagFilterPlugin.setAllowedTags(LinkedHashMap<String,Attributes> allowedTags)
          Sets allowed tags list
 

Uses of Attributes in org.exoplatform.social.common.xmlprocessor.model
 

Methods in org.exoplatform.social.common.xmlprocessor.model that return Attributes
 Attributes Node.getAttributes()
          Returns Attributes of Node
 

Methods in org.exoplatform.social.common.xmlprocessor.model with parameters of type Attributes
 void Node.setAttributes(Attributes attributes)
          Sets attributes of Node.
 



Copyright © 2013 eXo Platform SAS. All Rights Reserved.