net.sf.saxon.style
public class XSLForEach extends StyleElement
| Field Summary | |
|---|---|
| boolean | containsTailCall |
| Expression | select |
| Method Summary | |
|---|---|
| Expression | compile(Executable exec) |
| protected ItemType | getReturnedItemType()
Determine the type of item returned by this instruction (only relevant if
it is an instruction). |
| boolean | isInstruction()
Determine whether this node is an instruction. |
| protected boolean | isPermittedChild(StyleElement child)
Specify that xsl:sort is a permitted child |
| protected boolean | markTailCalls() |
| boolean | mayContainSequenceConstructor()
Determine whether this type of element is allowed to contain a template-body |
| void | prepareAttributes() |
| void | validate() |
Returns: the item type returned
Returns: true - it is an instruction
Returns: true: yes, it may contain a template-body