|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object | +--org.writersforge.catalan.transform.rule.Recipe
Convenience class for loading Bellows XML recipes as a composite Rule instance.
| Constructor Summary | |
Recipe(org.writersforge.bellows.Datum recipe)
Creates a new instance of an XML transformation Recipe. |
|
| Method Summary | |
org.writersforge.bellows.Datum |
process(org.writersforge.bellows.Datum content)
Sends the content through the XML recipe. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public Recipe(org.writersforge.bellows.Datum recipe)
recipe - the contents of the recipe| Method Detail |
public org.writersforge.bellows.Datum process(org.writersforge.bellows.Datum content)
process in interface Rulecontent - a Datum object to apply the Rule to
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||