Class DefaultXmlEntityExpander
java.lang.Object
com.atlassian.confluence.content.render.xhtml.DefaultXmlEntityExpander
- All Implemented Interfaces:
XmlEntityExpander
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionexpandEntities
(String text) Expand all XML entities encountered in the supplied String.
-
Constructor Details
-
DefaultXmlEntityExpander
-
-
Method Details
-
expandEntities
Description copied from interface:XmlEntityExpander
Expand all XML entities encountered in the supplied String.- Specified by:
expandEntities
in interfaceXmlEntityExpander
- Parameters:
text
- a string containing entities that you require to expand to their characters.- Returns:
- a string where xml entity references have been resolved.
-