m_text = text; m_nbsp = nbsp;
if (m_text != null) { if (m_nbsp) out.write (Strings.HTMLEscapeSP (m_text)); else out.write (Strings.HTMLEscape (m_text)); }