org.apache.jasper.compiler
public static class Node.PlugIn extends Node
| Constructor Summary | |
|---|---|
| PlugIn(Attributes attrs, Mark start, Node parent) | |
| PlugIn(String qName, Attributes attrs, Attributes nonTaglibXmlnsAttrs, Attributes taglibAttrs, Mark start, Node parent) | |
| Method Summary | |
|---|---|
| void | accept(Node.Visitor v) |
| Node.JspAttribute | getHeight() |
| Node.JspAttribute | getWidth() |
| void | setHeight(Node.JspAttribute height) |
| void | setWidth(Node.JspAttribute width) |