MCPcopy Index your code
hub / github.com/apache/groovy / getLocalPart

Method getLocalPart

src/main/java/groovy/namespace/QName.java:105–107  ·  view source on GitHub ↗

Gets the Local part for this QName @return Local part

()

Source from the content-addressed store, hash-verified

103 * @return Local part
104 */
105 public String getLocalPart() {
106 return localPart;
107 }
108
109 /**
110 * Gets the Prefix for this QName

Callers 8

createElementMethod · 0.95
copyAttributesMethod · 0.95
createNodeMethod · 0.80
getNameMethod · 0.80
getNameInfoMethod · 0.80
matchesMethod · 0.80
printSpecialNodeMethod · 0.80
nameAsStringMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected