org.apache.xalan.templates
public class ElemFallback extends ElemTemplateElement
Method Summary | |
---|---|
void | execute(TransformerImpl transformer)
This is the normal call when xsl:fallback is instantiated.
|
void | executeFallback(TransformerImpl transformer)
Execute the fallback elements. |
String | getNodeName()
Return the node name.
|
int | getXSLToken()
Get an int constant identifying the type of element. |
Parameters: transformer non-null reference to the the current transform-time state.
Throws: TransformerException
Parameters: transformer non-null reference to the the current transform-time state.
Throws: TransformerException
Returns: The Element's name
Returns: The token ID for this element