org.daypilot.util
Class Xml
java.lang.Object
org.daypilot.util.Xml
public class Xml
- extends java.lang.Object
Constructor Summary |
Xml()
|
Method Summary |
static java.lang.String |
escape(char c)
|
static java.lang.String |
escape(java.lang.Character c)
|
static java.lang.String |
escape(java.lang.Object buffer)
|
static java.lang.String |
escape(java.lang.String buffer)
Performs the following substring replacements
(to facilitate output to XML/HTML pages):
& -> &
< -> <
> -> >
" -> "
' -> '
See also OutSupport.writeEscapedXml(). |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
HIGHEST_SPECIAL
public static final int HIGHEST_SPECIAL
- See Also:
- Constant Field Values
specialCharactersRepresentation
public static char[][] specialCharactersRepresentation
Xml
public Xml()
escape
public static java.lang.String escape(java.lang.Object buffer)
escape
public static java.lang.String escape(char c)
escape
public static java.lang.String escape(java.lang.Character c)
escape
public static java.lang.String escape(java.lang.String buffer)
- Performs the following substring replacements
(to facilitate output to XML/HTML pages):
& -> &
< -> <
> -> >
" -> "
' -> '
See also OutSupport.writeEscapedXml().
Version 1.0.453
Copyright © 2012 Annpoint, s.r.o. All Rights Reserved.