Uses of Class
org.apache.cocoon.components.elementprocessor.types.Attribute

Packages that use Attribute
org.apache.cocoon.components.elementprocessor   
org.apache.cocoon.components.elementprocessor.impl.poi.hssf.elements   
 

Uses of Attribute in org.apache.cocoon.components.elementprocessor
 

Methods in org.apache.cocoon.components.elementprocessor with parameters of type Attribute
 void ElementProcessor.initialize(Attribute[] attributes, ElementProcessor parent)
          The implementation should walk the array of attributes and perform appropriate actions based on that data.
 

Uses of Attribute in org.apache.cocoon.components.elementprocessor.impl.poi.hssf.elements
 

Methods in org.apache.cocoon.components.elementprocessor.impl.poi.hssf.elements with parameters of type Attribute
 void EPTop.initialize(Attribute[] attributes, ElementProcessor parent)
          Override of Initialize() implementation
 void EPStyleRegion.initialize(Attribute[] attributes, ElementProcessor parent)
          Override of Initialize() implementation
 void EPStyle.initialize(Attribute[] attributes, ElementProcessor parent)
          Override of Initialize() implementation
 void EPSheet.initialize(Attribute[] attributes, ElementProcessor parent)
          Override of Initialize() implementation
 void EPRows.initialize(Attribute[] attributes, ElementProcessor parent)
          Override of Initialize() implementation
 void EPRight.initialize(Attribute[] attributes, ElementProcessor parent)
          Override of Initialize() implementation
 void EPLeft.initialize(Attribute[] attributes, ElementProcessor parent)
          Override of Initialize() implementation
 void EPFont.initialize(Attribute[] attributes, ElementProcessor parent)
          Override of Initialize() implementation
 void EPCols.initialize(Attribute[] attributes, ElementProcessor parent)
          Override of Initialize() implementation
 void EPCell.initialize(Attribute[] attributes, ElementProcessor parent)
          Override of initialize() implementation
 void EPBottom.initialize(Attribute[] attributes, ElementProcessor parent)
          Override of Initialize() implementation
 void BaseElementProcessor.initialize(Attribute[] attributes, ElementProcessor parent)
          The implementation should walk the array of attributes and perform appropriate actions based on that data.
 

Constructors in org.apache.cocoon.components.elementprocessor.impl.poi.hssf.elements with parameters of type Attribute
BaseElementProcessor(Attribute[] implied_attributes)
          Constructor
 



Copyright © 1999-2010 The Apache Software Foundation. All Rights Reserved.