org.xulfaces.utils
Class XulUtils

java.lang.Object
  extended by org.xulfaces.utils.XulUtils

public abstract class XulUtils
extends java.lang.Object

Version:
$Id: XulUtils.java,v 1.12 2007/07/17 20:27:26 kito31 Exp $
Author:
kito31

Constructor Summary
XulUtils()
           
 
Method Summary
static java.lang.String encodeString(java.lang.String string)
           
static Bridge getBridge()
           
static boolean isEmptyElement(java.lang.String name)
           
static java.lang.String toDecimalEscape(char ch)
          Return character as a decimal escape.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XulUtils

public XulUtils()
Method Detail

isEmptyElement

public static boolean isEmptyElement(java.lang.String name)

getBridge

public static Bridge getBridge()

encodeString

public static java.lang.String encodeString(java.lang.String string)

toDecimalEscape

public static java.lang.String toDecimalEscape(char ch)
Return character as a decimal escape. Hex escapes are smaller than the decimal version, but Netscape didn't support hex escapes until 4.7.4.



Copyright © 2007 null. All Rights Reserved.