org.grinvin.io
Class LoaderSaverHelper
java.lang.Object
org.grinvin.io.LoaderSaverHelper
public class LoaderSaverHelper
extends java.lang.Object
checkElement
public static Element checkElement(Element element,
String rootElement)
throws IOFormatException
loadDocument
public static Document loadDocument(InputStream input)
throws IOException
loadElement
public static Element loadElement(InputStream input)
throws IOException
loadElementNonValidating
public static Element loadElementNonValidating(InputStream input,
String rootElement)
throws IOException
outputXML
public static void outputXML(Element element,
DocType docType,
OutputStream out)
throws IOException
outputXML
public static void outputXML(Element element,
OutputStream out)
throws IOException
prepareSessionURI
public static String prepareSessionURI(HasURI hasURI,
String prefix,
String extension)