org.textmining.text.extraction.sprm
Class SprmIterator

java.lang.Object
  |
  +--org.textmining.text.extraction.sprm.SprmIterator

public class SprmIterator
extends java.lang.Object

This class is used to iterate through a list of sprms from a Word 97/2000/XP document.


Field Summary
(package private)  int _offset
           
 
Constructor Summary
SprmIterator(byte[] grpprl)
           
 
Method Summary
 boolean hasNext()
           
 SprmOperation next()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

_offset

int _offset
Constructor Detail

SprmIterator

public SprmIterator(byte[] grpprl)
Method Detail

hasNext

public boolean hasNext()

next

public SprmOperation next()