MCPcopy Index your code
hub / github.com/apache/tomcat / NamedAttribute

Method NamedAttribute

java/org/apache/jasper/compiler/Node.java:2238–2240  ·  view source on GitHub ↗
(Attributes attrs, Mark start, Node parent)

Source from the content-addressed store, hash-verified

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) {

Callers

nothing calls this directly

Calls 3

equalsMethod · 0.65
getAttributeValueMethod · 0.45
indexOfMethod · 0.45

Tested by

no test coverage detected