uk.me.parabola.mkgmap.scan
Class WordInfo

java.lang.Object
  extended by uk.me.parabola.mkgmap.scan.WordInfo

public class WordInfo
extends java.lang.Object

When reading a word you can save the text and if it was quoted or not.

Author:
Steve Ratcliffe

Constructor Summary
WordInfo(java.lang.String text, boolean quoted)
           
 
Method Summary
 java.lang.String getText()
           
 boolean isQuoted()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WordInfo

public WordInfo(java.lang.String text,
                boolean quoted)
Method Detail

getText

public java.lang.String getText()

isQuoted

public boolean isQuoted()