org.apache.xalan.templates

Class ElemApplyImport

public class ElemApplyImport extends ElemTemplateElement

Implement xsl:apply-imports.
 
 

See Also: apply-imports in XSLT Specification

UNKNOWN: advanced

Method Summary
ElemTemplateElementappendChild(ElemTemplateElement newChild)
Add a child to the child list.
voidexecute(TransformerImpl transformer)
Execute the xsl:apply-imports transformation.
StringgetNodeName()
Return the node name.
intgetXSLToken()
Get an int constant identifying the type of element.

Method Detail

appendChild

public ElemTemplateElement appendChild(ElemTemplateElement newChild)
Add a child to the child list.

Parameters: newChild New element to append to this element's children list

Returns: null, xsl:apply-Imports cannot have children

execute

public void execute(TransformerImpl transformer)
Execute the xsl:apply-imports transformation.

Parameters: transformer non-null reference to the the current transform-time state.

Throws: TransformerException

getNodeName

public String getNodeName()
Return the node name.

Returns: Element name

getXSLToken

public int getXSLToken()
Get an int constant identifying the type of element.

Returns: Token ID for xsl:apply-imports element types

See Also:

Copyright B) 2005 Apache XML Project. All Rights Reserved.