|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.sgoliver.jrtftree.core.RtfLex
Analizador léxico (tokenizador) para documentos en formato RTF. Analiza el documento y devuelve de forma secuencial todos los elementos RTF leidos (tokens).
Constructor Summary | |
RtfLex(java.io.Reader rtfreader)
Constructor de la clase RtfLex |
Method Summary | |
RtfToken |
nextToken()
Lee un nuevo token del documento RTF. |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public RtfLex(java.io.Reader rtfreader)
rtfreader
- Stream del fichero a analizar.Method Detail |
public RtfToken nextToken() throws java.io.IOException
java.io.IOException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |