public class

DefaultXmlEntityExpander

extends Object
implements XmlEntityExpander
java.lang.Object
   ↳ com.atlassian.confluence.content.render.xhtml.DefaultXmlEntityExpander

Summary

Public Constructors
DefaultXmlEntityExpander(XmlEventReaderFactory xmlEventReaderFactory)
Public Methods
String expandEntities(String text)
Expand all XML entities encountered in the supplied String.
[Expand]
Inherited Methods
From class java.lang.Object
From interface com.atlassian.confluence.content.render.xhtml.XmlEntityExpander

Public Constructors

public DefaultXmlEntityExpander (XmlEventReaderFactory xmlEventReaderFactory)

Public Methods

public String expandEntities (String text)

Expand all XML entities encountered in the supplied String.

Parameters
text a string containing entities that you require to expand to their characters.
Returns
  • a string where xml entity references have been resolved.