MCPcopy Create free account
hub / github.com/dumbledore/AlbiteREADER / getName

Method getName

src/org/kxml2/kdom/Element.java:130–132  ·  view source on GitHub ↗

returns the (local) name of the element

()

Source from the content-addressed store, hash-verified

128 * returns the (local) name of the element */
129
130 public String getName() {
131 return name;
132 }
133
134 /**
135 * returns the namespace of the element */

Callers 7

getElementMethod · 0.95
loadBookmarksMethod · 0.95
indexOfMethod · 0.95
parseMethod · 0.95
writeMethod · 0.95
parseMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected