org.apache.xalan.templates
public class ElemExtensionCall extends ElemLiteralResult
See Also: extension-element in XSLT Specification
UNKNOWN: advanced
Method Summary | |
---|---|
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)
Execute an extension.
|
String | getAttribute(String rawName, Node sourceNode, TransformerImpl transformer)
Return the value of the attribute interpreted as an Attribute
Value Template (in other words, you can use curly expressions
such as href="http://{website}".
|
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: rawName Raw name of the attribute to get sourceNode non-null reference to the current source node. transformer non-null reference to the the current transform-time state.
Returns: the value of the attribute
Throws: TransformerException
Returns: The token ID for this element