public class XmlNameUtil extends Object
Constructor and Description |
---|
XmlNameUtil() |
Modifier and Type | Method and Description |
---|---|
static String |
descapeXmlTypeName(String name) |
static String |
escapeXmlTypeName(String name)
translated into XML names in a way in which the invalid characters
are translated into escaped numeric entity encoding.
|
public static String escapeXmlTypeName(String name)
name
- Copyright © 2007-2019. All Rights Reserved.