org.jbehave.core.io.odf
Class OdfUtils

java.lang.Object
  extended by org.jbehave.core.io.odf.OdfUtils

public class OdfUtils
extends Object


Nested Class Summary
static class OdfUtils.OdfDocumentLoadingFailed
           
static class OdfUtils.OdfDocumentParsingFailed
           
 
Constructor Summary
OdfUtils()
           
 
Method Summary
static org.odftoolkit.simple.TextDocument loadOdt(InputStream resourceAsStream)
           
static String parseOdt(org.odftoolkit.simple.TextDocument document)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OdfUtils

public OdfUtils()
Method Detail

loadOdt

public static org.odftoolkit.simple.TextDocument loadOdt(InputStream resourceAsStream)

parseOdt

public static String parseOdt(org.odftoolkit.simple.TextDocument document)


Copyright © 2003-2012. All Rights Reserved.