|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
|
+--org.writersforge.catalan.templates.generic.GenericOp
|
+--org.writersforge.catalan.templates.generic.CommandOp
Common base class for all template ops that represent processing commands.
| Constructor Summary | |
CommandOp(org.writersforge.bellows.Datum op,
StyleMap styleMap)
Creates a new instance of CommandOp. |
|
CommandOp(org.writersforge.bellows.Datum op,
StyleMap styleMap,
StyleChain chain)
Creates a new instance of CommandOp with an optional StyleChain fallback. |
|
| Methods inherited from class org.writersforge.catalan.templates.generic.GenericOp |
createOp, createOp, getChain, getDatum, getDatumProperty, getOp, getOpType, getParameter, getStyleMap, resolve, resolveParameter, resolvePath, runQuery |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public CommandOp(org.writersforge.bellows.Datum op,
StyleMap styleMap)
op - the XML template op to wrapstyleMap - the StyleMap to lookup named styles in
public CommandOp(org.writersforge.bellows.Datum op,
StyleMap styleMap,
StyleChain chain)
op - the XML template op to wrapstyleMap - the StyleMap to lookup named styles inchain - optional fallback StyleChain
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||