org.sblim.slp.internal
Class Utils
java.lang.Object
org.sblim.slp.internal.Utils
public abstract class Utils
- extends java.lang.Object
Constructor Summary |
Utils()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Utils
public Utils()
escapeScopeStrings
public static void escapeScopeStrings(java.util.Vector pValueList)
throws ServiceLocationException
- Throws:
ServiceLocationException
unescapeScopeStrings
public static void unescapeScopeStrings(java.util.Vector pValueList)
throws ServiceLocationException
- Throws:
ServiceLocationException
escapeTags
public static void escapeTags(java.util.Vector pValueList)
throws ServiceLocationException
- Throws:
ServiceLocationException
escapeAttributeString
public static java.lang.String escapeAttributeString(java.lang.String pString)
throws ServiceLocationException
- Throws:
ServiceLocationException
unescapeAttributeString
public static java.lang.String unescapeAttributeString(java.lang.String pString)
throws ServiceLocationException
- Throws:
ServiceLocationException
escapeChar
public static java.lang.String escapeChar(char pChar)
unescapeChar
public static char unescapeChar(java.lang.String pString)
throws ServiceLocationException
- Throws:
ServiceLocationException
parseCommaSeparatedList
public static java.util.Vector parseCommaSeparatedList(java.lang.String pString,
boolean pIgnoreParenthesis)
throws ServiceLocationException
- Throws:
ServiceLocationException
unescapeByteArray
public static byte[] unescapeByteArray(java.lang.String pString)
throws ServiceLocationException
- Throws:
ServiceLocationException
vectorToCommaSeparatedList
public static java.lang.String vectorToCommaSeparatedList(java.util.Vector pVector)
getStringBytes
public static byte[] getStringBytes(java.lang.String pString,
java.lang.String pEncoding)
Copyright © 2005, 2007 IBM Corporation. All Rights Reserved.