|
||||||||||
| 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.DatumToObject
A text processor which converts Datum content into a List of java objects. This processor accepts only Datum input, and produces only String, Number, and Date output.
| Constructor Summary | |
DatumToObject(org.writersforge.bellows.ListDatum[] queries)
Creates a new instance of DatumToObject. |
|
| Method Summary | |
java.util.List |
processNode(java.lang.Object node)
Process a single 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 DatumToObject(org.writersforge.bellows.ListDatum[] queries)
queries - an array of XML queries to pass the input data through| Method Detail |
public java.util.List processNode(java.lang.Object node)
node - the node to process
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||