public class DefaultXmlEntityExpander extends Object implements XmlEntityExpander
| Constructor and Description |
|---|
DefaultXmlEntityExpander(XmlEventReaderFactory xmlEventReaderFactory) |
| Modifier and Type | Method and Description |
|---|---|
String |
expandEntities(String text)
Expand all XML entities encountered in the supplied String.
|
public DefaultXmlEntityExpander(XmlEventReaderFactory xmlEventReaderFactory)
public String expandEntities(String text)
XmlEntityExpanderexpandEntities in interface XmlEntityExpandertext - a string containing entities that you require to expand to their characters.Copyright © 2003–2021 Atlassian. All rights reserved.