org.textmining.extraction.word.sprm
Class SprmIterator

java.lang.Object
  extended by org.textmining.extraction.word.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.

Version:
1.0
Author:
Ryan Ackley

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

Constructor Detail

SprmIterator

public SprmIterator(byte[] grpprl)
Method Detail

hasNext

public boolean hasNext()

next

public SprmOperation next()