Package org.daypilot.util
Class Xml
java.lang.Object
org.daypilot.util.Xml
-
Field Summary
Modifier and TypeFieldDescriptionstatic final int
static char[][]
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic String
escape
(char c) static String
static String
static String
Performs the following substring replacements (to facilitate output to XML/HTML pages): invalid input: '&' -> & invalid input: '<' -> < > -> > " -> " ' -> ' See also OutSupport.writeEscapedXml().
-
Field Details
-
HIGHEST_SPECIAL
public static final int HIGHEST_SPECIAL- See Also:
-
specialCharactersRepresentation
public static char[][] specialCharactersRepresentation
-
-
Constructor Details
-
Xml
public Xml()
-
-
Method Details
-
escape
-
escape
-
escape
-
escape
Performs the following substring replacements (to facilitate output to XML/HTML pages): invalid input: '&' -> & invalid input: '<' -> < > -> > " -> " ' -> ' See also OutSupport.writeEscapedXml().
-