|
||||||||||
| 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.CustomNodeProcessor
Base class for all user-defined NodeProcessors.
| Constructor Summary | |
CustomNodeProcessor(org.writersforge.bellows.Datum specs)
Creates a new instance of CustomNodeProcessor. |
|
| Method Summary | |
protected abstract void |
initSpecs(org.writersforge.bellows.Datum specs)
Processes initialization data in the form of an XML tree. |
| 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 |
| Methods inherited from interface org.writersforge.bellows.traverse.NodeProcessor |
processNode |
| Constructor Detail |
public CustomNodeProcessor(org.writersforge.bellows.Datum specs)
specs - the processor invocation from the XML spec| Method Detail |
protected abstract void initSpecs(org.writersforge.bellows.Datum specs)
Transformer XML spec,
the CustomNodeProcessor will receive the entire <custom> element
as its XML spec. This makes it easy to pass arbitrary parameters
to the custom processor by simply setting them in the transform XML.
specs - XML data to initialize this processorTransformer
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||