public class XMLUtils extends Object
| Constructor and Description |
|---|
XMLUtils() |
| Modifier and Type | Method and Description |
|---|---|
static String |
escapeTag(String intag)
Ensure a valid XMLElement name is returned.
Uses the XMLCharReplaces spaces by underscores, < by .lt, > by .gt. |
public static String escapeTag(String intag)
XMLCharInteger.toHexString()intag - the source for the element nameCopyright © 2017. All rights reserved.