com.icl.saxon.style

Class XSLCopyOf

public class XSLCopyOf extends StyleElement

An xsl:copy-of element in the stylesheet.
The xsl:copy-of element takes:
Field Summary
Expressionselect
Method Summary
booleanisInstruction()
Determine whether this node is an instruction.
voidprepareAttributes()
voidprocess(Context context)
voidvalidate()

Field Detail

select

Expression select

Method Detail

isInstruction

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

Returns: true - it is an instruction

prepareAttributes

public void prepareAttributes()

process

public void process(Context context)

validate

public void validate()