com.icl.saxon.sql

Class SQLColumn

public class SQLColumn extends XSLGeneralVariable

An sql:insert element in the stylesheet.
Method Summary
StringgetColumnName()
ValuegetColumnValue(Context context)
booleanisInstruction()
Determine whether this node is an instruction.
booleanmayContainTemplateBody()
Determine whether this type of element is allowed to contain a template-body
voidprocess(Context context)
voidvalidate()

Method Detail

getColumnName

public String getColumnName()

getColumnValue

public Value getColumnValue(Context context)

isInstruction

public boolean isInstruction()
Determine whether this node is an instruction.

Returns: false - it is not an instruction

mayContainTemplateBody

public boolean mayContainTemplateBody()
Determine whether this type of element is allowed to contain a template-body

Returns: false: yes, it may not contain a template-body

process

public void process(Context context)

validate

public void validate()