org.tm4j.topicmap.utils.extractors.TopicNameExtractor .setXmlEscaping(boolean xmlEscape)

Description

Sets the XML escaping flag. If this flag is set to true then the XML special characters &, < and > will be escaped to &amp; &lt; and &gt; respectively.

Parameters
boolean xmlEscape the new value for the XML escaping flag.

Other Resources

Related Topics

Has Parameters