I\'d like to add a method AddDefaultNamespace() to the String class in Java so that I can type \"myString\".AddDefaultNamespace() instead of
AddDefaultNamespace()
\"myString\".AddDefaultNamespace()
You can create your own version of String class and add a method :-)