org.apache.poi.hdf.model.util
Class ParsingState
java.lang.Object
|
+--org.apache.poi.hdf.model.util.ParsingState
- public class ParsingState
- extends java.lang.Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ParsingState
public ParsingState(int firstPage,
FormattedDiskPage fkp)
getCurrentPageIndex
public int getCurrentPageIndex()
getFkp
public FormattedDiskPage getFkp()
getCurrentPropIndex
public int getCurrentPropIndex()
setState
public void setState(int currentPageIndex,
FormattedDiskPage fkp,
int currentPropIndex)
Copyright © 2003 Apache Software Foundation.