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

Method getQName

java/org/apache/jasper/compiler/Node.java:193–195  ·  view source on GitHub ↗

Returns the qualified name of this node. @return The qualified name

()

Source from the content-addressed store, hash-verified

191 * @return The qualified name
192 */
193 public String getQName() {
194 return this.qName;
195 }
196
197 /**
198 * Returns the local name of this node.

Callers 15

addAttributesMethod · 0.45
appendTagMethod · 0.45
appendPageDirectiveMethod · 0.45
appendTagDirectiveMethod · 0.45
printAttributesMethod · 0.45
startElementMethod · 0.45
checkPrefixesMethod · 0.45
checkAttributesMethod · 0.45
parsePageDirectiveMethod · 0.45
parseTagDirectiveMethod · 0.45
visitMethod · 0.45
visitMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected