Frames | No Frames |
Methods with parameter type org.apache.xalan.xsltc.compiler.util.StringType | |
void | Expects a boolean on the stack and pushes a string. |
void | Expects an integer on the stack and pushes its string value by calling
Integer.toString(int i) .
|
void | Translates a node-set into a string. |
void | Expects a node on the stack and pushes its string value.
|
void | Expects an integer on the stack and pushes its string value by calling
Integer.toString(int i) .
|
void | Expects a real on the stack and pushes its string value by calling
Double.toString(double d) .
|
void | Translates reference into object of internal type type .
|
void | Expects an result tree on the stack and pushes a string.
|
void | Translates a void into a string by pushing the empty string ''.
|