org.apache.jasper.compiler
public abstract static class Node.ScriptingElement extends Node
Constructor Summary | |
---|---|
ScriptingElement(String qName, String localName, String text, Mark start, Node parent) | |
ScriptingElement(String qName, String localName, Attributes nonTaglibXmlnsAttrs, Attributes taglibAttrs, Mark start, Node parent) |
Method Summary | |
---|---|
Mark | getStart()
For the same reason as above, the source line information in the
contained TemplateText node should be used. |
String | getText()
When this node was created from a JSP page in JSP syntax, its text
was stored as a String in the "text" field, whereas when this node
was created from a JSP document, its text was stored as one or more
TemplateText nodes in its body. |
Returns: The text string