org.apache.myfaces.tobago.util
Class XmlUtils

java.lang.Object
  extended by org.apache.myfaces.tobago.util.XmlUtils

public final class XmlUtils
extends Object


Constructor Summary
XmlUtils()
           
 
Method Summary
static String escape(char[] chars, int offset, int length, boolean isAttributeValue)
           
static String escape(String s)
           
static String escape(String s, boolean isAttributeValue)
           
static void load(Properties properties, InputStream stream)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XmlUtils

public XmlUtils()
Method Detail

escape

public static String escape(String s)

escape

public static String escape(String s,
                            boolean isAttributeValue)

escape

public static String escape(char[] chars,
                            int offset,
                            int length,
                            boolean isAttributeValue)

load

public static void load(Properties properties,
                        InputStream stream)
                 throws IOException
Throws:
IOException


Copyright © 2002-2011 Apache Software Foundation. All Rights Reserved.