(Attributes attrs, Mark start, Node parent)
| 2236 | private String prefix; |
| 2237 | |
| 2238 | NamedAttribute(Attributes attrs, Mark start, Node parent) { |
| 2239 | this(JSP_ATTRIBUTE_ACTION, attrs, null, null, start, parent); |
| 2240 | } |
| 2241 | |
| 2242 | NamedAttribute(String qName, Attributes attrs, Attributes nonTaglibXmlnsAttrs, Attributes taglibAttrs, |
| 2243 | Mark start, Node parent) { |
nothing calls this directly
no test coverage detected