Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
createElement
Method · 0.95
copyAttributes
Method · 0.95
createNode
Method · 0.80
getName
Method · 0.80
getNameInfo
Method · 0.80
matches
Method · 0.80
printSpecialNode
Method · 0.80
nameAsString
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected