Uses of Class
org.apache.cocoon.xml.AttributesImpl

Packages that use AttributesImpl
org.apache.cocoon.components.language.markup.xsp   
org.apache.cocoon.transformation   
org.apache.cocoon.xml   
 

Uses of AttributesImpl in org.apache.cocoon.components.language.markup.xsp
 

Methods in org.apache.cocoon.components.language.markup.xsp with parameters of type AttributesImpl
protected  void XSPExpressionFilter.addAttribute(AttributesImpl attribs, String name, String value)
          Add an attribute if it is neither null nor empty (length 0).
 

Uses of AttributesImpl in org.apache.cocoon.transformation
 

Methods in org.apache.cocoon.transformation that return AttributesImpl
protected  AttributesImpl AbstractSAXTransformer.getMutableAttributes(Attributes a)
          Helper method to get a modifiable attribute set.
 

Uses of AttributesImpl in org.apache.cocoon.xml
 

Subclasses of AttributesImpl in org.apache.cocoon.xml
 class ImmutableAttributesImpl
          Immutable attributes
 



Copyright ? 1999-2007 The Apache Software Foundation. All Rights Reserved.