public class XmlCleaner extends Object
| Constructor and Description |
|---|
XmlCleaner() |
| Modifier and Type | Method and Description |
|---|---|
static String |
cleanAllEntities(String broken)
For each entity in the input that is not allowed in XML, replace the
entity with its unicode equivalent or remove it.
|
public static String cleanAllEntities(String broken)
broken - the string to handle entitiesCopyright © 2025. All rights reserved.