getText method
Implementation
String getText() {
String res;
if (nm != null)
res = nm.content;
else
res = "";
return res;
}
String getText() {
String res;
if (nm != null)
res = nm.content;
else
res = "";
return res;
}