Uses of Interface
org.apache.cocoon.components.elementprocessor.ElementProcessor

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

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

Methods in org.apache.cocoon.components.elementprocessor that return ElementProcessor
 ElementProcessor ElementProcessorFactory.createElementProcessor(String name)
          Given an XML element name, create and return an appropriate ElementProcessor.
 

Methods in org.apache.cocoon.components.elementprocessor with parameters of type ElementProcessor
 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 ElementProcessor in org.apache.cocoon.components.elementprocessor.impl
 

Methods in org.apache.cocoon.components.elementprocessor.impl that return ElementProcessor
protected  ElementProcessor AbstractElementProcessorFactory.constructElementProcessor(Constructor progenitor)
          A reference implementation of doCreateElementProcessor that can be used by an extending class whose progenitors are Constructor objects that can create new instances of ElementProcessor implementations.
 ElementProcessor AbstractElementProcessorFactory.createElementProcessor(String name)
          Given an XML element name, create and return an appropriate ElementProcessor.
protected  ElementProcessor AbstractElementProcessorFactory.createNewElementProcessorInstance(Class progenitor)
          A reference implementation of doCreateElementProcessor that can be used by an extending class whose progenitors are Class objects for ElementProcessor implementations.
protected abstract  ElementProcessor AbstractElementProcessorFactory.doCreateElementProcessor(Object progenitor)
          The method that a concrete extension of AbstractElementProcessorFactory must implement.
 

Uses of ElementProcessor in org.apache.cocoon.components.elementprocessor.impl.poi
 

Subinterfaces of ElementProcessor in org.apache.cocoon.components.elementprocessor.impl.poi
 interface POIFSElementProcessor
          extension of ElementProcessor for POIFSSerializers
 

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

Methods in org.apache.cocoon.components.elementprocessor.impl.poi.hssf that return ElementProcessor
protected  ElementProcessor HSSFElementProcessorFactory.doCreateElementProcessor(Object progenitor)
          create an ElementProcessor
 

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

Classes in org.apache.cocoon.components.elementprocessor.impl.poi.hssf.elements that implement ElementProcessor
 class BaseElementProcessor
          The BaseElementProcessor class provides default behavior for classes that can handle a particular XML element's content.
 class EP_Bottom
          No-op implementation of ElementProcessor to handle the "bottom" tag This element has two attributes: Points and PrefUnit This element is not used in HSSFSerializer 1.0
 class EP_Default_
          No-op implementation of ElementProcessor to handle the any tags we don't recognize
 class EP_Draft
          No-op implementation of ElementProcessor to handle the "draft" tag This element has a single attribute, value, which is boolean.
 class EP_EvenIfOnlyStyles
          No-op implementation of ElementProcessor to handle the "even_if_only_styles" tag This element has a single attribute, value, which is boolean.
 class EP_Footer
          No-op implementation of ElementProcessor to handle the "footer" tag This element has two attributes: Points and PrefUnit
 class EP_Grid
          No-op implementation of ElementProcessor to handle the "grid" tag This element has a single attribute, value, which is boolean.
 class EP_HCenter
          No-op implementation of ElementProcessor to handle the "hcenter" tag This element has a single attribute, value, which is boolean.
 class EP_Header
          No-op implementation of ElementProcessor to handle the "header" tag This element has two attributes: Points and PrefUnit
 class EP_Left
          No-op implementation of ElementProcessor to handle the "left" tag This element has two attributes: Points and PrefUnit
 class EP_Monochrome
          No-op implementation of ElementProcessor to handle the "monochrome" tag This element has a single attribute, value, which is boolean.
 class EP_Name
          No-op implementation of ElementProcessor to handle the "name" tag This element is not used in HSSFSerializer 1.0 This element has no attributes, but it does have character content
 class EP_Order
          No-op implementation of ElementProcessor to handle the "order" tag This element has no attributes and contains a string describing the print ordering (right then down, or down then right) This element is not used in HSSFSerializer 1.0
 class EP_Orientation
          No-op implementation of ElementProcessor to handle the "orientation" tag This element has no attributes and contains a string describing the print orientation (landscape or portrait)
 class EP_Paper
          No-op implementation of ElementProcessor to handle the "paper" tag This element contains no other elements and has no attributes.
 class EP_RepeatLeft
          No-op implementation of ElementProcessor to handle the "repeat_left" tag This element has a single attribute, value, which is boolean.
 class EP_RepeatTop
          No-op implementation of ElementProcessor to handle the "repeat_top" tag This element has a single attribute, value, which is boolean.
 class EP_Right
          No-op implementation of ElementProcessor to handle the "right" tag This element has two attributes: Points and PrefUnit
 class EP_Titles
          No-op implementation of ElementProcessor to handle the "titles" tag This element has a single attribute, value, which is boolean.
 class EP_Top
          No-op implementation of ElementProcessor to handle the "top" tag This element has two attributes: Points and PrefUnit
 class EP_Type
          No-op implementation of ElementProcessor to handle the "type" tag This element is not used in HSSFSerializer 1.0 This element has no attributes, but has string content, which is numeric.
 class EP_ValString
          No-op implementation of ElementProcessor to handle the "val-string" tag This element has no attributes and contains a string This element is not used in HSSFSerializer 1.0
 class EP_Value
          No-op implementation of ElementProcessor to handle the "value" tag This element is not used in HSSFSerializer 1.0 This element has no attributes, but has string content
 class EP_VCenter
          No-op implementation of ElementProcessor to handle the "vcenter" tag This element has a single attribute, value, which is boolean.
 class EPAttribute
          No-op implementation of ElementProcessor to handle the "Attribute" tag This element is not used in HSSFSerializer 1.0 Attribute has no attributes
 class EPAttributes
          No-op implementation of ElementProcessor to handle the "Attributes" tag This element is not used in HSSFSerializer 1.0 This element has no attributes
 class EPBottom
          No-op implementation of ElementProcessor to handle the "Bottom" tag This element has two attributes and no content.
 class EPButton
          No-op implementation of ElementProcessor to handle the "Button" tag This element has a small number of Attributes and no content.
 class EPCell
          Implementation of ElementProcessor to handle the "Cell" tag.
 class EPCellComment
          No-op implementation of ElementProcessor to handle the "CellComment" tag This element has a small number of Attributes and no content.
 class EPCells
          No-op implementation of ElementProcessor to handle the "Cells" tag
 class EPCheckbox
          No-op implementation of ElementProcessor to handle the "Checkbox" tag This element has a small number of Attributes and no content.
 class EPColInfo
          No-op implementation of ElementProcessor to handle the "ColInfo" tag This element has several attributes and has no content
 class EPCols
          No-op implementation of ElementProcessor to handle the "Cols" tag This element has an attribute (DefaultSizePts) and is a container element
 class EPConstr
          No-op implementation of ElementProcessor to handle the "Constr" tag This element contains several attributes and no content or other elements.
 class EPContent
          No-op implementation of ElementProcessor to handle the "Content" tag This element has no attributes and holds its parent element's content.
 class EPDiagonal
          No-op implementation of ElementProcessor to handle the "Diagonal" tag This element has two attributes and no content.
 class EPFont
          No-op implementation of ElementProcessor to handle the "Font" tag This element has five attributes and also holds the name of the font as element content.
 class EPFooter
          No-op implementation of ElementProcessor to handle the "Footer" tag This element has three attributes: Left, Middle, and Top, and no contents.
 class EPFrame
          No-op implementation of ElementProcessor to handle the "Frame" tag This element has a small number of Attributes and no content.
 class EPGeometry
          No-op implementation of ElementProcessor to handle the "Geometry" tag This element has two attributes: Width and Height This element is not used in HSSFSerializer 1.0
 class EPHeader
          No-op implementation of ElementProcessor to handle the "Header" tag This element has three attributes: Left, Middle, and Top, and no contents.
 class EPItem
          No-op implementation of ElementProcessor to handle the "Item" tag This element has no attributes and contains other elements This element is not used in HSSFSerializer 1.0
 class EPLabel
          No-op implementation of ElementProcessor to handle the "Label" tag This element has a small number of Attributes and no content.
 class EPLeft
          No-op implementation of ElementProcessor to handle the "Left" tag This element has two attributes and no content.
 class EPMargins
          No-op implementation of ElementProcessor to handle the "Margins" tag This is a container element with no attributes.
 class EPMaxCol
          No-op implementation of ElementProcessor to handle the "MaxCol" tag This element contains the maximum number of columns in the containing sheet.
 class EPMaxRow
          No-op implementation of ElementProcessor to handle the "MaxRow" tag This element contains the maximum number of rows in the containing sheet.
 class EPMerge
          No-op implementation of ElementProcessor to handle the "Merge" tag.
 class EPMergedRegions
          No-op implementation of ElementProcessor to handle the "MergedRegions" tag This element has no attributes and contains a string.
 class EPName
          No-op implementation of ElementProcessor to handle the "Name" tag This element contains the name of the containing Sheet
 class EPNames
          No-op implementation of ElementProcessor to handle the "Names" tag This element has no attributes and contains a string.
 class EPObjects
          No-op implementation of ElementProcessor to handle the "Objects" tag This element is a container element with no attributes.
 class EPPrintInformation
          No-op implementation of ElementProcessor to handle the "PrintInformation" tag This element is a container element with no attributes.
 class EPRev_Diagonal
          No-op implementation of ElementProcessor to handle the "Rev-Diagonal" tag This element has two attributes and no content.
 class EPRight
          No-op implementation of ElementProcessor to handle the "Right" tag This element has two attributes and no content.
 class EPRowInfo
          No-op implementation of ElementProcessor to handle the "RowInfo" tag This element has several attributes and has no content
 class EPRows
          No-op implementation of ElementProcessor to handle the "Rows" tag This element has an attribute (DefaultSizePts) and is a container element
 class EPSelection
          No-op implementation of ElementProcessor to handle the "Selection" tag This element is a container of other elements and has four attributes that define the boundaries of the region.
 class EPSelections
          No-op implementation of ElementProcessor to handle the "Selections" tag This element is a container element with two attributes: CursorCol and CursorRow, which presumable show where the cursor should be.
 class EPSheet
          No-op implementation of ElementProcessor to handle the "Sheet" tag This element contains other elements and has the following boolean attributes: DisplayFormulas HideZero HideGrid HideColHeader HideRowHeader DisplayOutlines OutlineSymbolsBelow OutlineSymbolsRight
 class EPSheetName
          No-op implementation of ElementProcessor to handle the "SheetName" tag This element has no attributes and contains a string This element is not used in HSSFSerializer 1.0 and probably never will be, as the gnumeric code indicates that it is a kludge
 class EPSheetNameIndex
          No-op implementation of ElementProcessor to handle the "SheetNameIndex" tag This element has no attributes and contains other elements This element is not used in HSSFSerializer 1.0 and probably never will be, as the gnumeric code indicates that it is a kludge
 class EPSheetObjectBonobo
          No-op implementation of ElementProcessor to handle the "SheetObjectBonobo" tag This element has a small number of Attributes and no content.
 class EPSheetObjectFilled
          No-op implementation of ElementProcessor to handle the "SheetObjectFilled" tag This element has a small number of Attributes and no content.
 class EPSheets
          No-op implementation of ElementProcessor to handle the "Sheets" tag
 class EPSolver
          No-op implementation of ElementProcessor to handle the "Solver" tag This element is a container with four atributes (TargetRow, TargetCol, and ProblemType are integers, and Inputs is a String) This element is not used in HSSFSerializer 1.0
 class EPStyle
          No-op implementation of ElementProcessor to handle the "Style" tag This element is a container of other elements and has several attributes This element is not used in HSSFSerializer 1.0
 class EPStyleBorder
          No-op implementation of ElementProcessor to handle the "StyleBorder" tag This element is a container element with no attributes.
 class EPStyleRegion
          No-op implementation of ElementProcessor to handle the "StyleRegion" tag This element is a container of other elements and has four attributes that define the boundaries of the region.
 class EPStyles
          No-op implementation of ElementProcessor to handle the "Styles" tag This is a container element with no attributes This element is not used in HSSFSerializer 1.0
 class EPSummary
          No-op implementation of ElementProcessor to handle the "Summary" tag This element has no attributes and contains other elements This element is not used in HSSFSerializer 1.0
 class EPTop
          No-op implementation of ElementProcessor to handle the "Top" tag This element has two attributes and no content.
 class EPUIData
          No-op implementation of ElementProcessor to handle the "UIData" tag This element contains no data and has an attribute, SelectedTab, that indicates which sheet is currently selected This element is not used in HSSFSerializer 1.0
 class EPWorkbook
          ElementProcessor that handles the "Workbook" tag The Workbook element includes one attribute ("gmr"), which basically gives us the Gnumeric major version.
 class EPZoom
          No-op implementation of ElementProcessor to handle the "Zoom" tag This element contains the most recently zoom factor This element is not used in HSSFSerializer 1.0
 

Methods in org.apache.cocoon.components.elementprocessor.impl.poi.hssf.elements that return ElementProcessor
protected  ElementProcessor BaseElementProcessor.getAncestor(Class theclass)
          get the nearest ancestor that happens to be an instance of the specified class
protected  ElementProcessor BaseElementProcessor.getParent()
           
 

Methods in org.apache.cocoon.components.elementprocessor.impl.poi.hssf.elements with parameters of type ElementProcessor
 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.
 

Uses of ElementProcessor in org.apache.cocoon.serialization
 

Methods in org.apache.cocoon.serialization with parameters of type ElementProcessor
protected  void POIFSSerializer.doPreInitialization(ElementProcessor processor)
          perform pre-initialization on an element processor
protected abstract  void ElementProcessorSerializer.doPreInitialization(ElementProcessor processor)
          perform whatever pre-initialization seems good on the ElementProcessor
 



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