com.icl.saxon.sql
public class SQLInsert extends StyleElement
| Field Summary | |
|---|---|
| String | table |
| Method Summary | |
|---|---|
| boolean | isInstruction()
Determine whether this node is an instruction. |
| boolean | mayContainTemplateBody()
Determine whether this type of element is allowed to contain a template-body |
| void | prepareAttributes() |
| void | process(Context context) |
| void | validate() |
Returns: true - it is an instruction
Returns: true: yes, it may contain a template-body (this is done only so that it can contain xsl:fallback)