public class Helper extends Object
| Constructor and Description |
|---|
Helper() |
| Modifier and Type | Method and Description |
|---|---|
static void |
outputString(String str,
OutputStream out)
Write a String to an OutputStream
|
static Document |
parseXMLString(String xml)
Returns an XML document from an XML string
|
static String |
removeLeading(String s,
String lead)
If String s starts with
lead, remove lead |
public static String removeLeading(String s, String lead)
lead, remove leads - Stringlead - Probable Leading of the String spublic static void outputString(String str, OutputStream out) throws IOException
str - the string to be writtenout - the output streamIOExceptionCopyright © 2011–2014 Digital Enterprise Research Institute, Galway. All rights reserved.