public class TXMLPredefinedEntitiesMapper
extends java.lang.Object
Modifier and Type | Method and Description |
---|---|
char[] |
getEntityReference(char c)
Mapps the special character in the given char to its Entity Reference.
|
java.lang.String |
getEntityReference(java.lang.String string)
Mapps all the special characters in the given string to their Entity Reference.
|
static TXMLPredefinedEntitiesMapper |
getInstance()
Get the one and only TXMLPredefinedEntitiesMapper.
|
public static TXMLPredefinedEntitiesMapper getInstance()
public java.lang.String getEntityReference(java.lang.String string)
string
- to convertpublic char[] getEntityReference(char c)
c
- to convertCopyright (c) 2017 Software AG. All Rights Reserved.