Contents
Class Xml
java.lang.Object
org.daypilot.util.Xml
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final int
static char[][]
-
Constructor Summary
Constructors -
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().