org.apache.xalan.templates
public class ElemCopyOf extends ElemTemplateElement
Field Summary | |
---|---|
XPath | m_selectExpression
The required select attribute contains an expression. |
Method Summary | |
---|---|
ElemTemplateElement | appendChild(ElemTemplateElement newChild)
Add a child to the child list.
|
void | compose(StylesheetRoot sroot)
This function is called after everything else has been
recomposed, and allows the template to set remaining
values that may be based on some other property that
depends on recomposition. |
void | execute(TransformerImpl transformer)
The xsl:copy-of element can be used to insert a result tree
fragment into the result tree, without first converting it to
a string as xsl:value-of does (see [7.6.1 Generating Text with
xsl:value-of]).
|
String | getNodeName()
Return the node name.
|
XPath | getSelect()
Get the "select" attribute.
|
int | getXSLToken()
Get an int constant identifying the type of element. |
void | setSelect(XPath expr)
Set the "select" attribute.
|
Serial:
Parameters: newChild Child to add to this node's child list
Returns: Child just added to child list
Parameters: transformer non-null reference to the the current transform-time state.
Throws: TransformerException
Returns: The element's name
Returns: Expression for select attribute
Returns: The token ID for this element
Parameters: expr Expression for select attribute