org.apache.xalan.templates
public class ElemTextLiteral extends ElemTemplateElement
See Also: section-Creating-Text in XSLT Specification
UNKNOWN: advanced
Method Summary | |
---|---|
void | execute(TransformerImpl transformer)
Copy the text literal to the result tree.
|
char[] | getChars()
Get the characters that will be output to the result tree..
|
boolean | getDisableOutputEscaping()
Get the "disable-output-escaping" attribute.
|
String | getNodeName()
Return the node name.
|
String | getNodeValue()
Get the value of the node as a string.
|
boolean | getPreserveSpace()
Get whether or not space should be preserved.
|
int | getXSLToken()
Get an integer representation of the element type.
|
void | setChars(char[] v)
Set the characters that will be output to the result tree..
|
void | setDisableOutputEscaping(boolean v)
Set the "disable-output-escaping" attribute.
|
void | setPreserveSpace(boolean v)
Set whether or not space should be preserved.
|
Parameters: transformer non-null reference to the the current transform-time state.
Throws: TransformerException
Returns: Array of characters that will be output to the result tree
Returns: Boolean value of "disable-output-escaping" attribute.
Returns: The element's name
Returns: null
Returns: Boolean flag indicating whether or not space should be preserved
Returns: An integer representation of the element, defined in the Constants class.
See Also: Constants
Parameters: v Array of characters that will be output to the result tree
Parameters: v Boolean value for "disable-output-escaping" attribute.
Parameters: v Boolean flag indicating whether or not space should be preserved