|
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of ValidationByteMessage in org.w3c.mwi.mobileok.basic |
---|
Fields in org.w3c.mwi.mobileok.basic with type parameters of type ValidationByteMessage | |
---|---|
private java.util.List<ValidationByteMessage> |
JpegImageContent.imageErrorMessageList
List of image format validation errors. |
private java.util.List<ValidationByteMessage> |
GifImageContent.imageErrorMessageList
List of image format validation errors. |
private java.util.List<ValidationByteMessage> |
TextContent.utf8ErrorMessageList
List of UTF-8 validation errors. |
Methods in org.w3c.mwi.mobileok.basic that return types with arguments of type ValidationByteMessage | |
---|---|
abstract java.util.List<ValidationByteMessage> |
ImageContent.getImageErrorMessageList()
Returns the list of image format validation error messages. |
java.util.List<ValidationByteMessage> |
JpegImageContent.getImageErrorMessageList()
|
java.util.List<ValidationByteMessage> |
NotSupportedImageContent.getImageErrorMessageList()
|
java.util.List<ValidationByteMessage> |
GifImageContent.getImageErrorMessageList()
|
java.util.List<ValidationByteMessage> |
TextContent.getUTF8ErrorMessageList()
Returns the list of UTF-8 validation errors that occurred while trying to decode the resource content. |
static java.util.List<ValidationByteMessage> |
ThirdPartiesMessageUtils.wrapJHoveImageMessages(java.lang.Iterable<edu.harvard.hul.ois.jhove.Message> toolMessages)
|
Method parameters in org.w3c.mwi.mobileok.basic with type arguments of type ValidationByteMessage | |
---|---|
protected static void |
DecodedContent.addByteErrorMessages(org.w3c.dom.Document document,
org.w3c.dom.Node parent,
java.lang.Iterable<ValidationByteMessage> messageList)
Adds a representation of the given list of ValidationByteMessage
error messages to the given Node . |
|
|||||||||
PREV NEXT | FRAMES NO FRAMES |