org.apache.jasper.compiler
public static class Node.NamedAttribute extends Node
| Constructor Summary | |
|---|---|
| NamedAttribute(Attributes attrs, Mark start, Node parent) | |
| NamedAttribute(String qName, Attributes attrs, Attributes nonTaglibXmlnsAttrs, Attributes taglibAttrs, Mark start, Node parent) | |
| Method Summary | |
|---|---|
| void | accept(Node.Visitor v) |
| Node.ChildInfo | getChildInfo() |
| String | getLocalName() |
| String | getName() |
| String | getPrefix() |
| String | getTemporaryVariableName() |
| String | getText() |
| boolean | isTrim() |
Returns: A unique temporary variable name to store the result in. (this probably could go elsewhere, but it's convenient here)