de.bea.domingo.util
Class XMLUtil

java.lang.Object
  extended by de.bea.domingo.util.XMLUtil

public final class XMLUtil
extends java.lang.Object

Author:
Kurt Riede

Method Summary
static java.lang.String parse(byte[] bytes)
          Parses a byte array that represents an XML instance document to a String with respect to encoding.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

parse

public static java.lang.String parse(byte[] bytes)
Parses a byte array that represents an XML instance document to a String with respect to encoding.

Parameters:
bytes - the bytes to parse
Returns:
parsed string


Domingo Java-API