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

Method getNamespace

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

returns the namespace of the element

()

Source from the content-addressed store, hash-verified

135 * returns the namespace of the element */
136
137 public String getNamespace() {
138 return namespace;
139 }
140
141
142 /**

Callers 4

indexOfMethod · 0.95
parseMethod · 0.95
writeMethod · 0.95
parseMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected