public interface XmlEntityExpander
| Modifier and Type | Method and Description |
|---|---|
String |
expandEntities(String text)
Expand all XML entities encountered in the supplied String.
|
String expandEntities(String text)
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 >)Copyright © 2003–2020 Atlassian. All rights reserved.