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

Method setPrefix

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

Sets the given prefix; a namespace value of null removess the prefix

(String prefix, String namespace)

Source from the content-addressed store, hash-verified

268 * prefix */
269
270 public void setPrefix (String prefix, String namespace) {
271 if (prefixes == null) prefixes = new Vector ();
272 prefixes.addElement (new String [] {prefix, namespace});
273 }
274
275
276 /**

Callers 2

parseMethod · 0.95
writeMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected