|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
|
+--org.writersforge.catalan.transform.BaseNodeProcessor
|
+--org.writersforge.catalan.transform.TextProcessor
The shared base class for all Catalan ASCII text processors.
| Constructor Summary | |
TextProcessor()
Creates a new instance of TextProcessor. |
|
| Method Summary | |
java.util.List |
processNode(java.lang.Object node)
Process a single node. |
protected abstract java.util.List |
processText(java.lang.String text)
Processes the text node. |
| Methods inherited from class org.writersforge.catalan.transform.BaseNodeProcessor |
addLeftover, end, getLeftovers, getNodes, start |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public TextProcessor()
| Method Detail |
public java.util.List processNode(java.lang.Object node)
node - the node to process
protected abstract java.util.List processText(java.lang.String text)
text - the text to process
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||