FileDocCategorySizeDatePackage
ParsingState.javaAPI DocApache Poi 3.0.11954Mon Jan 01 18:55:22 GMT 2007org.apache.poi.hdf.model.util

ParsingState

public class ParsingState extends Object

Fields Summary
int
_currentPageIndex
FormattedDiskPage
_fkp
int
_currentPropIndex
Constructors Summary
public ParsingState(int firstPage, FormattedDiskPage fkp)

  //int _currentArraySize;// = cfkp.size();

      
  
    _fkp = fkp;
  
Methods Summary
public intgetCurrentPageIndex()

    return _currentPageIndex;
  
public intgetCurrentPropIndex()

    return _currentPropIndex;
  
public org.apache.poi.hdf.model.hdftypes.FormattedDiskPagegetFkp()

    return _fkp;
  
public voidsetState(int currentPageIndex, org.apache.poi.hdf.model.hdftypes.FormattedDiskPage fkp, int currentPropIndex)


    _currentPageIndex = currentPageIndex;
    _fkp = fkp;
    _currentPropIndex = currentPropIndex;
    //_currentArraySize = currentArraySize;