net.sf.saxon.style

Class SaxonAssign

public class SaxonAssign extends XSLGeneralVariable

saxon:assign element in stylesheet. The saxon:assign element has mandatory attribute name and optional attribute expr. It also allows xsl:extension-element-prefixes etc.
Method Summary
protected booleanallowsAsAttribute()
Expressioncompile(Executable exec)
booleanisAssignable()
booleanisInstruction()
Determine whether this node is an instruction.
voidvalidate()

Method Detail

allowsAsAttribute

protected boolean allowsAsAttribute()

compile

public Expression compile(Executable exec)

isAssignable

public boolean isAssignable()

isInstruction

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

Returns: true - it is an instruction

validate

public void validate()