Class InputStreamToXomConverter

  • All Implemented Interfaces:
    ContentTypeConverter<InputStream,​nu.xom.Document>

    public class InputStreamToXomConverter
    extends Object
    implements ContentTypeConverter<InputStream,​nu.xom.Document>
    Converter that converts an input stream to a XOM document. It assumes that the input stream provides UTF-8 formatted XML.
    Since:
    2.2
    Author:
    Jochen Munz