public final class ConversionResult
extends java.lang.Object
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object o) |
ConversionErrorCode |
getErrorCode()
Returns the conversion error code, or null if the conversion succeeded.
|
Document |
getOutputDoc()
Returns the conversion output document, or null if the conversion failed.
|
int |
hashCode() |
boolean |
success()
Returns whether the conversion succeeded.
|
public boolean success()
public ConversionErrorCode getErrorCode()
public Document getOutputDoc()
public boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Object