org.apache.jasper.compiler
public static class Node.JspElement extends Node
Constructor Summary | |
---|---|
JspElement(Attributes attrs, Mark start, Node parent) | |
JspElement(String qName, Attributes attrs, Attributes nonTaglibXmlnsAttrs, Attributes taglibAttrs, Mark start, Node parent) |
Method Summary | |
---|---|
void | accept(Node.Visitor v) |
Node.JspAttribute[] | getJspAttributes() |
Node.JspAttribute | getNameAttribute() |
void | setJspAttributes(Node.JspAttribute[] jspAttrs) |
void | setNameAttribute(Node.JspAttribute nameAttr) |