com.icl.saxon.sql

Class SQLInsert

public class SQLInsert extends StyleElement

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

Field Detail

table

String table

Method Detail

isInstruction

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

Returns: true - it is an instruction

mayContainTemplateBody

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

Returns: true: yes, it may contain a template-body (this is done only so that it can contain xsl:fallback)

prepareAttributes

public void prepareAttributes()

process

public void process(Context context)

validate

public void validate()