| java.lang.Object org.webdocwf.util.xml.Utils
Utils | public class Utils (Code) | | Utility methods for xml jdbc.
author: Zoran Milakovic |
bytesToHexString | public static String bytesToHexString(byte[] b)(Code) | | This method transform binary object to string object
Parameters: b - is array of bytes which represents binary object string representation of binary object |
handleBinaryString | public static String handleBinaryString(String binaryString, List binaryStreamObjectList)(Code) | | |
hexStringToBytes | public static byte[] hexStringToBytes(String val)(Code) | | This method transform string object to binary object (array of bytes)
Parameters: val - is string representation of binary object binary object |
replaceAll | public static String replaceAll(String input, String forReplace, String replaceWith)(Code) | | Replace all occurence of forReplace with replaceWith in input string.
|
replaceKeywords | public static String replaceKeywords(String s, HashMap oldValues)(Code) | | Method replace all keywords in string passed as parameter.
Parameters: s - String within replace should be done. String with special character array instead of keywords. |
replaceKeywordsBack | public static String replaceKeywordsBack(String s, HashMap oldValues)(Code) | | Method replace all keywords in string passed as parameter.
Parameters: s - String within replace should be done. String with special character array instead of keywords. |
|
|