org.daypilot.util
Class Xml

java.lang.Object
  extended by org.daypilot.util.Xml

public class Xml
extends java.lang.Object


Field Summary
static int HIGHEST_SPECIAL
           
static char[][] specialCharactersRepresentation
           
 
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
 

Field Detail

HIGHEST_SPECIAL

public static final int HIGHEST_SPECIAL
See Also:
Constant Field Values

specialCharactersRepresentation

public static char[][] specialCharactersRepresentation
Constructor Detail

Xml

public Xml()
Method Detail

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.