|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.jopendocument.dom.template.statements.Statement
org.jopendocument.dom.template.statements.BaseStatement
org.jopendocument.dom.template.statements.SetStmt
public class SetStmt
| Field Summary |
|---|
| Fields inherited from class org.jopendocument.dom.template.statements.Statement |
|---|
stmtNS |
| Constructor Summary | |
|---|---|
SetStmt()
|
|
| Method Summary | |
|---|---|
void |
execute(Processor<?> processor,
org.jdom.Element tag,
DataModel model)
Should produce valid OpenDocument XML. |
void |
prepare(org.jdom.Element script,
org.jdom.Element command)
|
| Methods inherited from class org.jopendocument.dom.template.statements.BaseStatement |
|---|
matches, prepare, setScriptLang |
| Methods inherited from class org.jopendocument.dom.template.statements.Statement |
|---|
getName, toString |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public SetStmt()
| Method Detail |
|---|
public void prepare(org.jdom.Element script,
org.jdom.Element command)
throws TemplateException
TemplateException
public void execute(Processor<?> processor,
org.jdom.Element tag,
DataModel model)
throws TemplateException
Statement
execute in class Statementprocessor - the processor.tag - an element that has been prepared.model - the data.
TemplateException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||