| com.atlassian.confluence.content.render.xhtml.XmlEntityExpander |
Known Indirect Subclasses
|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Expand all XML entities encountered in the supplied String.
| |||||||||||
Expand all XML entities encountered in the supplied String.
| text | a string containing entities that you require to expand to their characters. |
|---|
| IllegalArgumentException | if the text is a XML (or invalid XML - say it contains an < character without a closing >) |
|---|

