Package org.oXML.engine.template

Interface Summary
Template An interface to represent a result template
 

Class Summary
AssertTemplate  
AttributeTemplate  
CatchTemplate  
ChooseTemplate  
CommentTemplate  
CompoundTemplate  
DocumentTemplate  
DoTemplate  
DynamicConstructor  
DynamicElementTemplate  
DynamicFunction  
DynamicNode Node with variables and parent instances
DynamicTemplate represents a call to a user-defined procedure
DynamicTypeFunction  
ElementTemplate  
EvalTemplate A Template that substitutes either the text in the attribute called "select", or the first child node if it is a Text node.
ForEachTemplate  
FunctionTemplate  
IfTemplate  
ImportTemplate  
LogTemplate  
NullTemplate Template that does nothing
Parameter  
ProcedureTemplate  
ProcessingInstructionTemplate  
ProgramTemplate  
ReturnTemplate  
SetTemplate A Template that substitutes either the string value of the expression in the attribute called "select" if present, or the string value of the child nodes if not.
SortTemplate  
StringTemplate  
TextTemplate  
ThreadTemplate  
ThrowTemplate  
TypeTemplate  
VariableTemplate A Template that substitutes either the string value of the expression in the attribute called "select" if present, or the string value of the child nodes if not.
WhenTemplate  
WhileTemplate