net.sf.saxon.sql

Class SQLColumn

public class SQLColumn extends XSLGeneralVariable

An sql:column element in the stylesheet.
Nested Class Summary
protected static classSQLColumn.ColumnInstruction
Method Summary
Expressioncompile(Executable exec)
StringgetColumnName()
booleanisInstruction()
Determine whether this node is an instruction.
booleanmayContainSequenceConstructor()
Determine whether this type of element is allowed to contain a template-body
voidprepareAttributes()
voidvalidate()

Method Detail

compile

public Expression compile(Executable exec)

getColumnName

public String getColumnName()

isInstruction

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

Returns: false - it is not an instruction

mayContainSequenceConstructor

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

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

prepareAttributes

public void prepareAttributes()

validate

public void validate()