org.apache.xalan.templates
public class ElemApplyImport extends ElemTemplateElement
Method Summary | |
---|---|
ElemTemplateElement | appendChild(ElemTemplateElement newChild)
Add a child to the child list.
|
void | execute(TransformerImpl transformer)
Execute the xsl:apply-imports transformation.
|
String | getNodeName()
Return the node name.
|
int | getXSLToken()
Get an int constant identifying the type of element. |
Parameters: newChild New element to append to this element's children list
Returns: null, xsl:apply-Imports cannot have children
Parameters: transformer non-null reference to the the current transform-time state.
Throws: TransformerException
Returns: Element name
Returns: Token ID for xsl:apply-imports element types