net.sf.saxon.option.sql

Class SQLColumn

public class SQLColumn extends StyleElement

An sql:column element in the stylesheet.
Method Summary
Expressioncompile(Executable exec)
StringgetColumnName()
booleanisInstruction()
Determine whether this node is an instruction.
protected booleanmayContainFallback()
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

mayContainFallback

protected boolean mayContainFallback()

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()