com.docmosis.template
Class TemplateValidationResult
java.lang.Object
com.docmosis.template.TemplateValidationResult
- public class TemplateValidationResult
- extends Object
A validation result for a template. If the result
indicates errors, then a set of MessageAndSuggestions
objects is available that provide details of the problems
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TemplateValidationResult
public TemplateValidationResult(MessageAndSuggestions[] errors)
hasErrors
public boolean hasErrors()
getErrors
public MessageAndSuggestions[] getErrors()
Copyright © 2014 Docmosis Pty Ltd. All Rights Reserved.