org.jopendocument.dom.template.statements
Class SetStmt
java.lang.Object
  
org.jopendocument.dom.template.statements.Statement
      
org.jopendocument.dom.template.statements.BaseStatement
          
org.jopendocument.dom.template.statements.SetStmt
public class SetStmt
- extends BaseStatement
 
 
| Fields inherited from class org.jopendocument.dom.template.statements.Statement | 
stmtNS | 
 
 
| 
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)
 
            | 
 
 
 
 
SetStmt
public SetStmt()
prepare
public void prepare(org.jdom.Element script,
                    org.jdom.Element command)
             throws TemplateException
- Specified by:
 prepare in class BaseStatement
 
- Throws:
 TemplateException
 
execute
public void execute(Processor<?> processor,
                    org.jdom.Element tag,
                    DataModel model)
             throws TemplateException
- Description copied from class: 
Statement 
- Should produce valid OpenDocument XML.
- Specified by:
 execute in class Statement
 
- Parameters:
 processor - the processor.tag - an element that has been prepared.model - the data.
- Throws:
 TemplateException
 
 
Copyright © 2010 jOpenDocument All Rights Reserved.