Save This Page
Home » cocoon-2.1.11-src » org.apache » cocoon » serialization » hssfhelpers » elementprocessors » [javadoc | source]
org.apache.cocoon.serialization.hssfhelpers.elementprocessors
public class: EPSelections [javadoc | source]
java.lang.Object
   org.apache.cocoon.serialization.hssfhelpers.elementprocessors.BaseElementProcessor
      org.apache.cocoon.serialization.hssfhelpers.elementprocessors.EPSelections

All Implemented Interfaces:
    ElementProcessor

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. This element is not used in HSSFSerializer 1.0
Constructor:
 public EPSelections() 
Method from org.apache.cocoon.serialization.hssfhelpers.elementprocessors.EPSelections Summary:
getCursorCol,   getCursorRow
Methods from org.apache.cocoon.serialization.hssfhelpers.elementprocessors.BaseElementProcessor:
acceptCharacters,   acceptWhitespaceCharacters,   endProcessing,   getAttributes,   getCell,   getData,   getFilesystem,   getParent,   getSheet,   getValue,   getWorkbook,   initialize
Methods from java.lang.Object:
equals,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from org.apache.cocoon.serialization.hssfhelpers.elementprocessors.EPSelections Detail:
 public int getCursorCol() throws IOException 
 public int getCursorRow() throws IOException