org.apache.xalan.templates
public class ElemWhen extends ElemTemplateElement
Constructor Summary | |
---|---|
ElemWhen()
Constructor ElemWhen
|
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. |
String | getNodeName()
Return the node name.
|
XPath | getTest()
Get the "test" attribute.
|
int | getXSLToken()
Get an integer representation of the element type.
|
void | setTest(XPath v)
Set the "test" attribute.
|
Returns: The node name
Returns: Value of the "test" attribute.
Returns: An integer representation of the element, defined in the Constants class.
See Also: Constants
Parameters: v Value to set for the "test" attribute.