public Validator createValidator() { throw new UnsupportedOperationException(Messages.NOT_IMPLEMENTED_IN_2_0.format()); }
@Override public Validator createValidator() throws JAXBException { return tmp.createValidator(); }
/** * Create a <CODE>Validator</CODE> object that can be used to validate a * java content-tree. * * @return an <CODE>Unmarshaller</CODE> object * @throws JAXBException if an error was encountered while creating the * <code>Validator</code> object */ public Validator createValidator() throws JAXBException { return new ValidatorImpl( this ); }