Package com.artofsolving.jodconverter
Class XmlDocumentFormatRegistry
- java.lang.Object
-
- com.artofsolving.jodconverter.BasicDocumentFormatRegistry
-
- com.artofsolving.jodconverter.XmlDocumentFormatRegistry
-
- All Implemented Interfaces:
DocumentFormatRegistry
public class XmlDocumentFormatRegistry extends BasicDocumentFormatRegistry implements DocumentFormatRegistry
-
-
Constructor Summary
Constructors Constructor Description XmlDocumentFormatRegistry()
Deprecated.useDefaultDocumentFormatRegistry
instead (since version 2.1.2)XmlDocumentFormatRegistry(java.io.InputStream inputStream)
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static void
main(java.lang.String[] args)
Prints out a document-formats.xml from theDefaultDocumentFormatRegistry
-
Methods inherited from class com.artofsolving.jodconverter.BasicDocumentFormatRegistry
addDocumentFormat, getDocumentFormats, getFormatByFileExtension, getFormatByMimeType
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface com.artofsolving.jodconverter.DocumentFormatRegistry
getFormatByFileExtension, getFormatByMimeType
-
-
-
-
Constructor Detail
-
XmlDocumentFormatRegistry
public XmlDocumentFormatRegistry()
Deprecated.useDefaultDocumentFormatRegistry
instead (since version 2.1.2)
-
XmlDocumentFormatRegistry
public XmlDocumentFormatRegistry(java.io.InputStream inputStream)
-
-
Method Detail
-
main
public static void main(java.lang.String[] args) throws java.io.IOException
Prints out a document-formats.xml from theDefaultDocumentFormatRegistry
- Throws:
java.io.IOException
-
-