org.artofsolving.jodconverter.document
Class JsonDocumentFormatRegistry

java.lang.Object
  extended by org.artofsolving.jodconverter.document.SimpleDocumentFormatRegistry
      extended by org.artofsolving.jodconverter.document.JsonDocumentFormatRegistry
All Implemented Interfaces:
DocumentFormatRegistry

public class JsonDocumentFormatRegistry
extends SimpleDocumentFormatRegistry


Constructor Summary
JsonDocumentFormatRegistry(InputStream input)
           
JsonDocumentFormatRegistry(String source)
           
 
Method Summary
 
Methods inherited from class org.artofsolving.jodconverter.document.SimpleDocumentFormatRegistry
addFormat, getFormatByExtension, getFormatByMediaType, getOutputFormats
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JsonDocumentFormatRegistry

public JsonDocumentFormatRegistry(InputStream input)
                           throws org.json.JSONException,
                                  IOException
Throws:
org.json.JSONException
IOException

JsonDocumentFormatRegistry

public JsonDocumentFormatRegistry(String source)
                           throws org.json.JSONException
Throws:
org.json.JSONException


Copyright © 2003-2011. All Rights Reserved.